.err-wrap.deprecate {display: none;}
a {
	text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
  
.country-select-label {text-decoration: none;}

.icon-delete {text-decoration: none;}

.bag-row-close-div div {text-decoration: none !important;}

.billing {display:none;}
.shipping {display:none;}
.additional_info {display:none;}

legend {display:none;}

#card-element {margin-top:20px;margin-bottom:20px;}

.CardField-expiry {margin-right:20px;}

.credit_card_info {
    border: 1px solid #ccc;
    padding: 10px;
}

.InputElement {border-bottom:1px solid #ddd !important;}

.control-group {
	width:100% !important;
	}
	
	
.breadcrumbs li {list-style: none;}
.breadcrumbs li a {text-decoration: none;}
.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 0.3rem;
    opacity: 1;
    content: "\f105";
    color: #000;
    font-family: 'Font Awesome 5 Pro';
    }
    
.product-detail-label {
  left: 0%;
  top: 80px;
  right: auto;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 24px;
  line-height: 40px;
}

.discount-alert {
	width:100%;
	text-align:center;
	align-items: center;
	max-width:none;
	justify-content: center;
}

.blog-content a {
	
	color:#000 !important;
}

.filter-dropdown-list {
	padding-left:0px;
	list-style:none;
	font-weight:300 !important;
	margin-bottom:0px;
}

.filter-dropdown label {
	margin-bottom:0px;
	font-weight: 300;
}

ul ul .filter-dropdown-toggle-sub {
	padding-left:60px;
}

.byogs-banner {
	text-decoration: none;
}

.dropdown-toggle.w--open .dropdown-toggle-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-sub-toggle.w--open .dropdown-sub-toggle-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-sub-toggle.w--open .dropdown-toggle-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-sub2-toggle.w--open .dropdown-toggle-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.blog-label.blog-grid-label.Electronics {
  background-color: #0c58a3;
  color: #fff;
}
.blog-label.Electronics {
  background-color: #0c58a3;
  color: #fff;
}

/* PRICE RANGE SLIDER */

.irs {
    height: 40px;
    margin-top: 15px;
    margin-bottom: 30px
}
.irs-with-grid {
    height: 85px
}
.irs-line {
    background-color: #eee;
    border: 2px, solid, #FFF;
    height: 12px;
    top: 35px
}
.irs-line-left {
        background-color: rgba(0, 0, 0, 0.0);
    border: 2px, solid, #FFF;
    height: 12px;
    background-position: 0 -30px
}
.irs-line-mid {
        background-color: rgba(0, 0, 0, 0.0);
    border: 2px, solid, #FFF;
    height: 12px;
    background-position: 0 0
}
.irs-line-right {
        background-color: rgba(0, 0, 0, 0.0);
    border: 2px, solid, #FFF;
    height: 12px;
    background-position: 100% -30px
}
.irs-bar {
    height: 12px;
    top: 35px;
    background-position: 0 -60px;
    background-color: #0c58a3;
    background-image: none;!important
}
.irs-bar-edge {
    top: 35px;
    height: 12px;
    width: 15px;
    background-color: #FFF;
    background-image: none;!important
    -webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px
}
.irs-shadow {
    height: 3px;
    top: 35px;
    background: #000;
    opacity: .25
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25)
}
.irs-slider {
    width: 25px;
    height: 25px;
    top: 29px;
    background-position: 0 -120px;
    background-image: none;
    background-color: #ddd;
    border-radius: 100%;
    transition: background-color 200ms ease-in
}
.irs-slider.state_hover,
.irs-slider:hover {
    width: 25px;
    height: 25px;
    top: 29px;
    background-position: 0 -120px;
    background-image: none;
    background-color: #000;
    border-radius: 100%
}
.irs-min,
.irs-max {
    color: #fff;
    font-size: 0.9em;
    line-height: 1em;
    text-shadow: none;
    top: 0;
    padding: 5px;
    margin-bottom: 25px;
    background: #94c633;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 0.9em;
    line-height: 1em;
    text-shadow: none;
    padding: 5px;
    margin-bottom: 25px;
    background: #0c58a3;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
    position: absolute;
    display: none;
    content: "";
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #94c633;
}
.irs-grid-pol {
    background: #ccc
}
.irs-grid-text {
    color: #fff
}
/* Getting rid of that ugly textarea resize-corner */
textarea {
resize: none
}
/* textarea scrollbar fixings */
textarea.area.field.w-input::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
textarea.area.field.w-input::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: #94c633;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
textarea.area.field.w-input::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
textarea.area.field.w-input::-webkit-scrollbar-corner {
    background-color: transparent;
}

* {
  box-sizing: border-box;
}

/* PRICE RANGE SLIDER */

/* Social Sign In */

.social-button.Facebook {
  background-color: #3b5998;
}

.social-button.Instagram {
  background-image: url('../images/IG-Button.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-button.Google {
  background-color: #ea4335;
}

/* B-Care */
.wc-image-div {
    background-image: url('https://boolchand.com/ee_uploads/channel_images/WC-IMG.jpg');
    }
    
.section.bcare-cta-section {
  background-image: url('https://boolchand.com/ee_uploads/channel_images/B-Care_BG%402x.png');
}

/* Category Filters */

.filter-dropdown-toggle.w--open .filter-dropdown-toggle-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filter-dropdown-toggle-sub.w--open .filter-dropdown-toggle-sub-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Blog Styles */

.blog-content h2 {font-size: 32px}
.blog-content h3 {font-size: 24px}
