html {
	font-size: 16px;
}

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	overflow: hidden;
}

img {
	width: 100%;
}

img.nogutter-img {
	/*margin: 0 -20px;*/
}
a,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

/* custom form fields */
.form-group {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
.form-group label {
	position: absolute;
	top: 10px;
	font-weight: normal;
	margin-bottom: 0;
	pointer-events: none;
	transition: all 0.2s ease-in-out;
}
.form-group label.label-floated {
    top: -23px;
    font-size: 16px;
}
.form-control {
	height: calc(2.25rem + 2px);
	/* padding: 0.375rem 0.75rem; */
	font-size: 1rem;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
	border-radius: 0;
	border-bottom: 1px solid #9e9e9e;
	box-shadow: none;
}
#submit-question-form .question-text-wrapper textarea
{
    border: 1px solid #ced4da; 
    padding: 10px; 
}
#submit-question-form .question-text-wrapper .form-group label
{
  left : 10px;   
}
#submit-question-form .question-text-wrapper .form-group label.label-floated
{
  top: -24px;  
  font-size:14px;
}

.has-error input.form-control,
.has-error select.form-control,
.has-error input.form-control:focus,
.has-error select.form-control:focus {
	background: transparent;
	box-shadow: none;
}
.has-error .help-block {
	font-weight: normal;
	font-size: 12px;
}
.has-success .form-control {
	border-color: inherit !important;
	box-shadow: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#registerForm .form-group .checkbox label.control-label.uncased
{
	position: relative;
    top: 0;
    pointer-events: auto;
}
#registerForm .form-actions .btn.btn-default[disabled]
{
	background-color: #ccc;
    border-color: #ccc;
}
#registerForm .form-actions .btn.btn-default
{
	background: #AB2328;
    border-color: #AB2328;
}
.form-control.inline {
	display: inline-block;
	width: auto;
}

.form-control:focus {
	border-color: #ced4da;
	box-shadow: none;
}
/* #email-specials-form .form-control
{
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	background-color: #fff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} */
label.error {
	color: #f00;
	padding: 5px 0 0 0;
	text-transform: none !important;
    top: 35px;
}
#registerForm
{
	margin-top: 18px;
}
.btn {
	font-size: inherit !important;
	padding: 9px 12px;
	text-transform: capitalize;
	vertical-align: top;
	border-radius:3px !important;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #AB2328;
	border: 2px solid #AB2328;
	color: #fff;
	box-shadow: none;
	outline: none;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:not(:disabled):not(.disabled):active {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.btn-transparent {
	background: transparent;
}

.btn-link, 
.btn-link:active,
.btn-link:hover {
	color: #AB2328;
}

/* breadcrumb  */
#breadcrumb {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.breadcrumb-section
{
	background:transparent;
	padding-left: 30px;
}

.breadcrumb {
	background: transparent;
	font-size: 1rem !important;
	color: #444;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb a {
	display: inline-block;
	padding: 0 0.2rem;
}

.breadcrumb a:first-of-type {
	padding-left: 0;
}
#breadcrumb .page-title
{
	color: #4c4c4c;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    margin-bottom: 0;
    line-height: 43px;
}
#breadcrumb .breadcrumb li a
{
	color:#444;
	text-transform:capitalize;
}
#breadcrumb .breadcrumb li.active
{
	color:#000;
	text-transform:capitalize;
}
.page-title {
	font-size: 1.75rem;
	color: #444;
}

.figure-caption {
	color: #000;
	font-size: 1.125rem;
}

.container {
	max-width: 100%;
	padding: 0 3rem;
}
.breadcrumb-section .container
{
	padding:0 3rem 0 0.8em !important;
}
main {
	margin-bottom: 0;
}

.page-title {
	margin-top: 1.5rem;
}

.text-danger,
.email-error
 {
    color: #EB0000;
}
.text-success {
	background: #3AA000;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
}
.text-primary,
a.text-primary {
	color: #AB2328;
}

.global-alerts .alert {
	text-align: center;
	font-size: 1.2rem;
    background: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
    color: #000 !important;
}
.global-alerts .alert.alert-danger
{
	background-color: #f2dede !important;
	color: red !important;
}
/* email Subscriber */
#email-specials .signup-title,
#exclusive-savings .signup-title {
	color: #AB2328
}
#exclusive-savings .col-sm-4
{
	text-align:center;
}
#exclusive-savings .col-sm-4 img
{
	max-width:100%;
}
/* modal */
.modal-header .close {
    position: absolute;
    top: -10px;
    right: -15px;
    background: #000;
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    width: 30px;
    opacity: 1;
}

/* Live Chat Popup */ 

#live-webchat-popup
{
	display: none;
    width: 391px;
    position: fixed;
    bottom: 1.7rem;
    left: 1rem;
    z-index: 1000;
    background: #f9f9f9;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
}
#live-webchat-popup .proactive-chat-wrapper img
{
	width: 361px;
}
#live-webchat-popup .live-chatpopup-delete
{
	width: 30px;
    height: 30px;
    cursor: pointer;
    background: #000;
    border-radius: 50%;
    border: 3px solid #f9f9f9;
    position: absolute;
    z-index: 1100;
    top: -15px;
    right: -15px;
    
}
#live-webchat-popup .live-chatpopup-delete .ss-delete
{
	color: #fff;
    cursor: pointer;
    top: 3px;
    position: relative;
    left: 0.5px;
    font-size: 13px;
}

/* sugegsted addresses popup */
.suggested-address-popup
{
	top:50px !important;
}
.suggested-address-popup #cboxLoadedContent
{
	 margin-top: 50px;
    padding: 0 40px 30px 40px;
    max-height:400px !important;
    overflow-y:scroll;
}
.suggested-address-popup #cboxContent
{
	height: auto !important;
}

#popup_suggested_delivery_addresses .btn {
	font-size: 12px !important;
}
#popup_suggested_delivery_addresses
{
	padding-top:0;
}
.suggested-address-popup #cboxTitle {
    padding: 15px 0 0 36px;
    height: 20px;
}
.suggested-address-popup h4.suggested_address_title
{
	margin-top:10px !important;
	margin-bottom:0;
}
#popup_suggested_delivery_addresses ul {
	list-style-type: none;
	padding-left: 0;
}
/* Category Lead-Generation Form */
#category-inquiry img
{
	max-width:100%;
	width:auto;
}
#category-inquiry .carousel
{
	margin:0;
}
#category-inquiry .carousel-inner>.item
{
	display:none;
}
#category-inquiry .carousel-inner>.active,
#category-inquiry .carousel-inner>.next,
#category-inquiry .carousel-inner>.prev
{
	display:block;
}
#category-inquiry .inquiry-header
{
	background: #323232;
    color: #fff;
    padding: 20px 20px 30px;
	overflow:hidden;
}
#category-inquiry .inquiry-header-logo
{
	text-align: center;
}
#category-inquiry .inquiry-header-title h1
{
	font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px
}
#category-inquiry .inquiry-header-title span
{
	font-size: 14px;
}
#category-inquiry .inquiry-header-contact
{
	text-align: right;
}
#category-inquiry .inquiry-header-contact a
{
	color:#fff;
	text-decoration:none;
	font-size: 20px
}	
.category-inquiry-hero
{
	position: relative;
    height: 700px;
}
.inquiry-hero-title {
    background: #333;
    background: rgba(0,0,0,.75);
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.inquiry-hero-title h1 {
    color: #fff;
    font-size: 24px;
    margin: 5px 0;
}
.inquiry-hero-image {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 5%;
    z-index: 10;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.inquiry-hero-video {
    z-index: 100;
    width: 50%;
    position: relative;
    left: 2%;
    top: 25%;
}
.inquiry-hero-lead {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 99;
    width: 500px;
    color: #fff;
    background: #333;
    background: rgba(0,0,0,.75);
    padding: 10px;
}
.inquiry-hero-lead-product {
    background: #FFF;
    padding-left: 10px;
    color: #000;
    width: 50%;
}
.inquiry-form-container {
    background: #f1f1f1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    padding: 0;
    width: 500px;
    position: absolute;
    right: 4rem;
    top: 4rem;
    z-index: 99;
}
.inquiry-hero-form
{
	padding: 20px 20px 10px;
}
.inquiry-hero-form h3
{
	margin-top:0;
}
.main-image-container .btn.btn-link.enlarge
{
	width:100%;
}
.inquiry-form-container .form-privacy {
    background: #323232;
    padding: 10px;
}
.inquiry-form-container .form-privacy small {
    font-size: 14px;
    font-weight: 300;
    color: #cacaca;
}
.category-inquiry-product {
    background: #fff;
    padding: 5%;
	overflow:hidden;
}
.inquiry-product-title {
    font-size: 36px;
    text-align: left;
    margin-bottom: 30px;
}
.inquiry-product-list li {
    position: relative;
    margin-bottom: 20px;
    margin-left: 40px;
}
.inquiry-product-list li::before {
    content: " ";
    background: url(../images/check.png);
    width: 26px;
    height: 20px;
    display: block;
    position: absolute;
    left: -40px;
    top: 2px;
}
.inquiry-product-list strong {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
}
.inquiry-product-list p {
    color: #636363;
    font-size: 14px;
}
.category-inquiry-products {
    background: #FFF;
    padding: 10px 50px 50px 50px;
    text-align: center;
	overflow:hidden;
}
.category-inquiry-reviews  {
    background: #323232;
    padding: 20px;
	overflow:hidden;
}
.category-inquiry-reviews .review-author {
    font-family: Georgia-Italic;
    font-size: 18px;
    color: #888;
}
.inquiry-reviews-title {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #888;
    font-weight: 700;
    margin: 0;
    text-align: center;
    font-size: 20px;
}
.category-inquiry-reviews .review-content {
    margin: 20px 0;
}
.category-inquiry-reviews .review-content p {
    font-family: Georgia,'times new roman',serif;
    font-style: italic;
    text-align: center;
    font-size: 24px;
    color: #D8D8D8;
    line-height: 30px;
}
.category-inquiry-reviews .carousel-indicators
{
	position:relative;
	bottom:-20px;
}
.inquiry-get-guide {
    background: #f37543;
    padding: 20px 2%;
    text-align: center;
}
.inquiry-get-guide a,
.inquiry-footer-info a
{
	color:#06c;
}	
.inquiry-get-guide .btn-guide {
    border: 2px solid #fff;
    background: 0 0;
    font-size: 20px;
    padding: 20px;
}
.category-inquiry-footer
{
	 background: #fff;
    padding: 20px;
}
.inquiry-footer-info {
    font-size: 12px;
}
.warrant-quantity-value
{
	border-bottom: 1px solid #9e9e9e;
    width: 60px;
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 4px;
}

p.text-error {
	color: red !important;
}

/*article page css*/

 .article-tiles-block li.item{
      width: 24%;
      padding: 20px;
    display: inline-flex;
 }
 .article-tiles-block li.item .article-tiles img{
  width: 100% !important;
 }


/* media queries */
@media(min-width: 768px) {
	.col-grid-5 {
		display: flex;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

} 

@media (max-width: 1023px) {

	.container
	{
		padding:0 15px;
		margin: 0 auto;
	}
	#breadcrumb {
		border-bottom: none;
	}
	/* Category Inquiry Form */ 
	
	#category-inquiry .inquiry-header
	{
		padding: 10px;
	}
	.category-inquiry-hero 
	{
		height: auto;
	}
	.inquiry-hero-title
	{
		position: relative;
	}
	.inquiry-form-container, .inquiry-hero-image, .inquiry-hero-lead 
	{
		position: relative;
	}
	.inquiry-form-container
	{
		box-shadow: 0 0 0;
		width: 100%;
		right: auto;
		top: auto;
	}
	.inquiry-hero-video
	{
		width: 100%;
		left: auto;
		top: auto;
	}
	.inquiry-hero-lead-product
	{
		width: 100%;
	}
	.inquiry-hero-lead 
	{
		bottom: 0;
		width: 100%;
	}
	.inquiry-hero-form h3.form-title
	{
		font-size: 16px;
	}
	.inquiry-product-title
	{
		font-size: 24px;
		text-align: center;
	}
	#product-facet .facet.js-facet:first-of-type {
              margin-top: 0px!important;
   }
}

@media (max-width: 767px) {
	.breadcrumb-section {
		padding-left: 0;
	}
	 .article-tiles-block li.item{
      width: 48%;
 }
} 

@media (min-width: 1024px) {
	.container {
		width: 100% !important;
		padding: 0 3rem !important;
	}
}

@media (max-width: 1024px) {
	.form-group {
	    min-height: 55px;
	}
}

@media (min-width: 1400px) {
  .container {
    max-width: 100% !important;
	padding: 0 3rem !important;

  }
}





/* lead generation page */
.lead-gen-title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.product-title {
	margin-bottom: 1.5rem;
}

#lead-gen img {
	margin-top: 1rem;
}

#lead-gen .list-product li {
	margin-left: 40px;
	position: relative;
}

#lead-gen .list-product h4:before {
	content: "\2713";
	font-family: "SSStandard";
	height: 20px;
	position: absolute;
	display: block;
	left: -40px;
	top: 2px;
	color: #7ed321;
}

#lead-gen .list-product p {
	color: #636363;
	font-size: 14px;
}
#lead-gen .inquiry-catalog-title
{
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 5rem;
}
#lead-gen .inquiry-product-title
{
	font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
}
#lead-gen .inquiry-list-product li {
    position: relative;
    margin-bottom: 20px;
    margin-left: 40px;
}
#lead-gen .inquiry-list-product strong {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
}
#lead-gen .inquiry-list-product li::before {
    content: " ";
    background: url(../images/check.png);
    width: 26px;
    height: 20px;
    display: block;
    position: absolute;
    left: -40px;
    top: 2px;
}
#lead-gen .inquiry-list-product p {
    color: #636363;
    font-size: 14px;
}
#lead-gen .inquiry-form-container
{
	background: #f1f1f1;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	padding:0;
}
#lead-gen .hero-form {
	padding: 20px 20px 10px;
}
#lead-gen .inquiry-form-container .form-privacy
{
	background: #323232;
    padding: 10px;
}
#lead-gen .inquiry-form-container .form-privacy small
{
	 font-size: 14px;
    font-weight: 300;
    color: #cacaca;
}
#lead-gen label.error {
	color: #b94a48;
}
#lead-gen input.error {
	border-color: #b94a48;
}
.text-danger.lead-default-error
{
	margin-bottom: 12px;
    display: block;
}
#email-specials
{
	padding-top:20px;
}
#email-specials h4.page-title-small.text-uppercase
{
	margin-top:20px;
}
#email-specials .signup-title.text-capitalize
{
	margin-top:0;
}
#email-specials #email-specials-form-subpage input.form-control
{
	border: 1px solid #9e9e9e;
	padding-left: 7px;
}
#email-specials #email-specials-form-subpage .form-group label 
{
    padding-left: 7px;
}
#email-specials #email-specials-form-subpage .form-group label.label-floated
{
	top:-22px;
	font-size: 13px;
}
#email-specials #email-specials-form-subpage .form-group
{
	margin-bottom: 33px;
}
@media (max-width: 1023px)
{
	#lead-gen .inquiry-catalog-title
	{
		margin-top: 1.2rem;
	}
	/* .left-navigation-wrapper .left-navigation-link
	{
		display:none;
	} */
	.filter-area.left-navigation-wrapper {
   		 border: 0 !important;
   		float: left;
   		width: 100%;
	}
	.logo-menu-header{
	float: left;
	}
	/* .left-navigation-wrapper .left-navigation-component
	{
		margin-top:0  !important;
		margin-bottom:7px;
	}
	.left-navigation-wrapper .filter-title
	{
		margin-top:0;
		background:#AB2328;
	} */
}
@media (max-width: 1024px)
{
	.form-group
	{
		min-height: 55px;
	}
}
@media (max-width: 414px)
{
	#live-webchat-popup
	{
		width: 376px;
	}
	#live-webchat-popup .proactive-chat-wrapper img
	{
		width: 346px;
	}
	#popup_suggested_delivery_addresses #suggestedAddressContainer
	{
		 height: 368px;
   		 overflow-x: scroll;
	}
	/* 10jan */
	.review-count-wrapper{
    	    margin-top:0px!important;
    	}
    .popular-products-wrapper #CHP_Popular_Products
     	{
     	   padding:0 15px!important;
     	}
}
@media (max-width: 375px)
{
	#live-webchat-popup
	{
		width: 341px;
	}
	#live-webchat-popup .proactive-chat-wrapper img
	{
		width: 310px;
	}
	#popup_suggested_delivery_addresses .col-xs-12.suggested_address_container .suggested_address_title
	{
		margin-top: 40px;
		line-height:22px;
	}
	.popular-products-wrapper #CHP_Popular_Products
  	{
  	   padding:0 15px!important;
  	}
}
@media (max-width: 320px)
{
	#live-webchat-popup
	{
		width: 285px;
	}
	#live-webchat-popup .proactive-chat-wrapper img
	{
		width: 255px;
	}
	.popular-products-wrapper #CHP_Popular_Products
  	{
  	   padding:0 15px!important;
  	}
}
.page-cartPage .content__empty h2 {
	color: #AB2328;
}
select.js--color-selection,
select.js--size-selection,
select.js--style-selection {
    text-transform: capitalize;
    border: 1px solid #9e9e9e;
    padding-left: 6px;
}

/********Article and Video Popup**********/
.cstm-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding: 50px 0 !important;
  	border:1px solid #f4f4f4;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.cstm-modal-dialog .modal-content{
	border-radius:0 !important;
}
.cstm-modal .cstm-modal-dialog {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 960px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetopPopup;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetopPopup;
    animation-duration: 0.4s
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .cstm-modal .cstm-modal-dialog {
        width: 80%;
    }
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
    .cstm-modal .cstm-modal-dialog {
        width: 90%;
    }
}
/* Add Animation */
@-webkit-keyframes animatetopPopup {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetopPopup {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.cstm-modal-dialog .modal-header{
	padding:0 !important;
	border-bottom:none !important;
}
.cstm-modal-dialog .close{
	z-index:999;
}
/* 10jan21 */
@media only screen and (min-width: 768px) and (max-width: 1199px){

    .review-count-wrapper{
        	    margin-top:0px!important;
      }
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
    .review-count-wrapper{
    	    margin-top:0px!important;
    	    font-size: 10px!important;
    }
    #product-facet .facet.js-facet{
        min-width: fit-content!important;
        margin-right: 5px;
    }
    .product__facet{
        display: inline-flex!important;;
        overflow-x: scroll!important;;
        max-width: -webkit-fill-available!important;;
    }
    #mobile-search-wrapper{
        top:0px!important;
    }
    .searchbox_wrapper{
        padding: 15px 20px!important;
    }
}
@media only screen and (min-width: 1120px){
}

.product__list--name{
    height: 60px;
}
.article-carousel .product__list--name {
	height: auto;
}
.article-carousel .owl-item {
	margin-right: 10px;
}
.article-carousel .owl-item img {
	width: 100% !important;
	margin-bottom: 10px;
}
.article-carousel .owl-controls .owl-buttons  .owl-prev,
.article-carousel .owl-controls .owl-buttons  .owl-next {
	background: #5d5d5d;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}
.article-carousel .owl-controls .owl-buttons  .owl-prev span.glyphicon-chevron-left, 
.article-carousel .owl-controls .owl-buttons  .owl-next span.glyphicon-chevron-right {
	color: #fff;
	font-size: 19px;
    line-height: 41px;
}
.article-carousel .owl-controls .owl-buttons .owl-prev:before {
	content: '';
}
.article-carousel .article_img_title {
    height: 232px;
}
.article-img__cntnr {
    height: 300px;
    display: block;
}
.article-img__cntnr img {
    height: 300px;
}


.product__list--price-panel{
    height: 60px;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
    .product__list--price-panel{
        height: auto;
        min-height: auto !important;
    }
}

.products-article-videos-tab a.active{
    position: initial!important;
}

.nav-submenu-3{
    z-index:10000!important;
}
/*
.product__listing--compare{
    margin-top: 20px!important;
    width: 80px!important;
}
*/
.compare-plp-checkbox{
     width: 80px!important;
}

.page-contactUsPage {
    overflow-x: hidden;
}


.checkout-steps #checkout-login-link{
    z-index:100!important;
}

.product__facet .facet .facet__list .facet__list__checkbox:checked + .facet__list__label .facet__list__mark {
    background: #ab2328!important;
    border: 1px solid #ab2328!important;
}

.facet__list__label {
 display: flex;
 position: relative;
 cursor: pointer;
 padding: 0;
 align-items: center;
 overflow-wrap: break-word;
}

.facet__list__label + label:before {
 content: ""!important;
 margin-right: 10px!important;
 display: inline-block!important;
 vertical-align: text-top!important;
 width: 20px!important;
 height: 20px!important;
 background: white!important;
}

.facet__list__checkbox:checked + .facet__list__label .facet_chp-cstm-cb:after {
 content: ""!important;
 position: absolute!important;
 left: 5px!important;
 top: 8px!important;
 background: white!important;
 width: 2px!important;
 height: 2px;
 box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
 transform: rotate(45deg);
}
.product__facet .facet .facet__list .facet__list__checkbox:checked + .facet__list__label .facet__list__mark {
 background: #ab2328!important;
 border: 1px solid #ab2328!important;
}

.product__facet .facet .facet__list .facet__list__checkbox:checked + .facet__list__label .facet__list__text {

 vertical-align: bottom!important;
}
.product__facet .facet .facet__list .facet__list__text {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
/*
.rating{
padding: 0 1em!important;
display:block!important;
text-align:center;
}*/

.compare-product-box .compare-product-sku {
text-align:center!important;
}

.compare-products-container .compare-product-box .comparision_price_wrapper {
text-align:center!important;
}

.igo_boxbody .slick-disabled{
display: none!important;
}

.product__facet .facet .facet__list .facet__list__mark {
    margin-top:0px!important;
}
/*
.rating .rating-stars{
    margin-left: 5px!important;
}*/

.related-products .checkout-related-image img {
    width: 52px;
}

.related-products .checkout-related-values .rating {
    padding: 0em!important;
}

.compare-items-description .rating .rating-stars {
    /*margin-left: 18px!important;*/
 }

 .compare-items-description .pdp-rating{
    margin-left:5px;
 }
.product__listing .article-carousel .article-tiles .article-desc {
    margin-top: 10px !important;
}

.article_img_mrg_bot{
    margin-bottom:10px!important;
}

.article-tiles .product__listing .product__list--name{
    min-height:40px!important;
}

.pdp-product-overview .pdp-rating {
    padding: 0 0px!important;
}

.pdp-product-overview .pdp-rating .rating{
     padding: 0 0px!important;
}

#pdp-sticky-info .rating{
     padding: 0 0em!important;
     text-align:left!important;
}

@media only screen and (min-width: 340px) and (max-width: 767px){

    .plp-product-list .product__listing--rating .rating-count {
        margin: 8px;
        display: inline-block;
    }
    .padding-left-right-zero{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .checkout-related-values .rating {
        display: flex!important;
        clear: both;
        align-items: center;
    }
    .checkout-related-values .rating .rating-stars{
        margin-left:0px!important;
    }
    .plp-product-list .product__listing--rating .rating-count{
        padding-top:5px!important;
    }
    
    .global-alerts .alert{
	margin-top: 28px;
	}

}

@media (max-width: 557px){
.plp-mockup-tiles .product__list--thumb img {
    min-height: 150px!important;
}

#pdp-sticky-info .rating .rating-stars {
    margin-left: 0px!important;
}

#pdp-sticky-info .rating{
    text-align:left!important;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .pdp-product-overview .pdp-sku{
        border-right:none!important;
    }
    .pdp-product-overview .pdp-rating-link .rating{
        display: flex!important;
        clear: both;
        padding: 0em!important;
    }
    #pdp-sticky-info .rating {
        padding: 0em!important;
        display: flex!important;
        clear: both;
        text-align: left!important;
    }
   /* #pdp-sticky-info .rating .rating-stars {
        margin-left: 5px!important;
    }*/

    .checkout-related-values .rating {
        display: flex!important;
        clear: both;
        align-items: center;
    }
    .checkout-related-values .rating .rating-stars{
        margin-left:0px!important;
    }
    .plp-product-list .product__listing--rating .rating-count{
        position: inherit;
        top: 4px;
        left: 3px;
   }
}

#custom_facet_Rating .facet__list__checkbox:checked + .facet__list__label .facet_chp-cstm-cb:after{
    top:14px!important;
}

.home-demo .article-image .article-desc{
    margin-top: 10px!important;
    margin-bottom: 20px!important;
}

@media only screen and (min-width: 1024px){
    #pdp-mobile-data-wrapper .pdp-rating .pdp-rating-link .rating {
            margin-left: 10px!important;
        }

        .country-home-title-wrapper, .article-tiles{
            text-align:center;
        }

        .compare-items-description .compare-rating{
            display: flex!important;
            align-items: center!important;
            justify-content: center!important;
        }

        .compare-items-description .compare-rating .pdp-rating .rating{
            text-align: center!important;
            display: block!important;
        }

        .article-carousel .owl-item .product__list--name img {
        	   width: auto!important;
        }
        .suggested_address {
            	height: 80px!important;
         }
        .igo_boxbody {
                       max-width: 1300px;
                       margin: 0 auto;
                       margin-left:10px;
                     }
                     .slick-slide {
                       margin: 0 5px;
                     }
                     .slick-list {
                       margin: 0px -5px 0px -5px;
                     }
                     .new-products-wrapper .slick-slider .slick-slide,.recomended-products-wrapper .slick-slider .slick-slide , .popular-products-wrapper .slick-slider .slick-slide{
                        margin-left: 10px!important;
                     }
                      .new-products-wrapper .slick-slider .slick-list, .popular-products-wrapper .slick-slider .slick-list, .recomended-products-wrapper .slick-slider .slick-list {
                        margin-left: -25px!important;
                      }
                     .country-home-data-wrapper .refer-friend-wrapper {
                         margin-top: 3rem!important;
                     }
                    #footer-main{
                        padding-top:0em!important;
                    }
}

.custom-css{
	overflow-x:initial!important;
}
.pdp-product-overview .form-group {
    margin-bottom: 36px;
}
.pdp-product-overview .form-group select.form-control {
    font-size: 14px;
}

/*** added code from custom.css *******/
.article-av__load {
    position: relative;
}
.product__listing.article-av__load .article2-tiles {
    text-align: center;
}
.product__listing.article-av__load .product__list--name {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    height: auto;
}
#plpAvPopup .showarticlepagescontent {
    display: none;
}
.loader-cntnr {
    margin: auto;
}
.article-av__load .loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #ab2328;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spinloader 2s linear infinite;
    margin: 15px 0;
}
@keyframes spinloader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.billing-field-error {
	margin-bottom: 20px;
    padding-top: 0px !important;
}


.page-articlesPage .main__inner-wrapper {
    opacity: 0.4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    pointer-events: none;
}

.js-article-cards-container .js--loader-av {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cstm-ap-search {
    margin: 20px 0;
    width: 75%;
    border: 2px solid #c30;
    color: #c30;
}
@media only screen and (min-width: 340px) and (max-width: 767px){ 
	.cstm-ap-search {
		width: 100%;
	}
}
.cstm-ap-search .form-control {
    border-bottom: none;
    padding: 10px 10px;
    width: 88%;
}

.cstm-ap-search .input-group-btn {
    position: static;
}

.cstm-ap-search .input-group-btn .btn {
    padding: 16px 12px;
    border: none;
    background-color: #c30;
    border-radius: 0px !important;
    height: 41px;
    position: absolute;
    top: -2px;
    right: 0;
}

.cstm-ap-search .input-group-btn .btn .ss-search {
    font-size: 13px;
}
.cstm-row-flex {
    display: flex;
    flex-wrap: wrap;
}

.recomended-new-product-title h2 {
    border-bottom: 2px solid #e2e2e2;
    margin: 0 0 30px;
    color: #757575;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding: 0 0 5px 5px;
    text-transform: uppercase;
}
.g-recaptcha {
    transform: scale(.8);
    transform-origin: 0 0;
}
.cmn-align-center {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	/* justify-content: space-between; */
}
.table.cart .cart-product-qty {
    margin: inherit;
}
#generacReturnAuthForm #return-auth-captcha-error
{
	color: #f00;
	font-size:16px;
	margin-bottom:10px;
}
 #address\.country option[value="CA"],
    #address\.country option[value=""] {
        display: none;
    }
