/*!
Theme Name: jaldigitalsystem
Theme URI: http://underscores.me/
Author: webplus
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jaldigitalsystem
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jaldigitalsystem is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 /*.data-parent{
     position: relative;
 }
 */

 .products .ajax_loader {
 position: absolute;
    background: #fff;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 999;
    text-align: center;
	opacity: 0.7;
 }
.products .spinner-border {
	position: absolute;
    top: 46%;
    right: 49%;
  }
.products .empty{
	position: absolute;
    min-width: 100%;
    min-height: 100%;
    background: aliceblue;
    z-index: 99;
  }
  
.category-list li a.active:before {
    border-color: #270e5d;
}
.category-list li a.active{
	font-weight:600;
}
#search_collections {
position: absolute;
    background: aliceblue;
    z-index: 99;
    min-width: 100%;
}
#search_collections a{
color:#3d4b5a;
}
.products span {
	margin:0px 17px;
	color:#ff0000;
}
.product-range .nested-menu span {
	margin:0px 15px;
	color:#ff0000;	
}
.product-range .nested-menu ul{
	padding:0;
	}

.product-range .nested-menu li{
	list-style-type:none;
	}
.product-range .nested-menu ul{
	max-height: 230px;
    overflow-y: auto;
	}
	
.partner-scsn strong {
    font-size: 16px;
    color: #333;
    margin: 0px 0px 0px 0px;
    position: relative;
	font-weight:400;
}
.footer-nav li a{
	text-transform: uppercase;
}

input.es_required_field.es_txt_email.ig_es_form_field_email {
    position: relative;
    padding: 15px 20px;
    height: 45px;
    margin: 0 auto;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    border: 0;
    font-size: 17px;
    color: #444;
    font-weight: 500;
	width: 100%;
    display: block;
}
.emaillist { 
	margin: 15px auto 20px auto;
    padding: 0px 0px;
    position: relative;
    /* max-width: 50%; */
    max-width: 450px;
    width: 80%;
}
.newsletter .emaillist label{
	width:100%;
	margin-bottom:unset;
}
.es_subscription_message.success{
	color:#f9f9f9;
}
.es_spinner_image {
	    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 9;
}

.emaillist .es_submit_button {
	 position: absolute; right: 0; top: 0; padding: 15px 50px; height: 45px; color: #fff; border: none; display: block; background: #260E5A; line-height: 0px; z-index: 1; -webkit-animation: color-new 10s infinite; -moz-animation: color-new 10s infinite; animation: color-new 10s infinite; border-radius:0;
}
.services-modal .modal-dialog .submit,.partner-modal .modal-dialog .submit {
    
    width: unset;
    height: unset;
    font-size: unset;
    font-weight: unset;
}

.services-modal .ajax-loader{
	position: relative;
    top: -42px;
    bottom: 0px;
    left: 153px;
}
.contact-form .submit{
	width:unset;
}

.partner-modal .ajax-loader{
	position: relative;
    bottom: 41px;
    left: 161px;
}
.nested-menu li a.active{
	font-weight:700;
}

.category-list li .child{
	margin: 0px 21px;
}




@media only screen and (max-width: 575px){
.emaillist .es_submit_button{
    position: relative;
    margin: auto;
}


}
.ResellerRegistration input{width:100%;height:45px;padding:10px
20px;border:1px
solid #444;font-size:14px;font-weight:600;display:block;border-radius:0;box-shadow:none}

.ResellerRegistration .radio {
    padding-left: 20px;
    float: left;
    width: auto;
    position: relative;
    padding-left: 20px;
    margin: 0px 0px 30px 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 25px;
}
.ResellerRegistration .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.ResellerRegistration .checkround {
    position: absolute;
    top: 4px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border-color: #444;
    border-style: solid;
    border-width: 1px;
    border-radius: 50% !important
}

.ResellerRegistration .radio input:checked~.checkround {
    background-color: #fff
}

.ResellerRegistration .checkround:after {
    content: "";
    position: absolute;
    display: none
}

.ResellerRegistration .radio input:checked~.checkround:after {
    display: block
}

.ResellerRegistration .radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #444
}
 .ResellerRegistration h6 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
}
.ResellerRegistration .submit {
    width: unset;
    height: unset;
    font-size: unset;
    font-weight: unset;
	    padding: 15px 80px;
    background: #270e5d;
    color: #fff;
    border: none;
}

a.whatsapp_chat {
    position: fixed;
    right: 20px;
    bottom: 70px;
    background: #25d366;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    line-height: 70px;
    text-align: center;
    font-size: 45px;
    color: #ffffff;
    box-shadow: 3px 3px 8px 0px rgb(0 0 0 / 10%);
	z-index:10;
}
.mrp .mrp_price {
    border: 1px dashed #ccc;
    padding: 10px;
    padding: 10px 20px;
}
.mrp .mrp_price i{ margin:0px 3px 0px 0px; font-size:18px;}

.footer-right.webplus a img {filter: invert(1) grayscale(1) brightness(2); opacity: 0.55; margin-left:3px; transition: 0.5s all; }
.footer-right.webplus:hover img {opacity: 0.8; }