

/*Template Settings*/

/*HEADER SETTINGS*/

.loader-container{
	width: 100% !important;
	background-color: rgba(0, 0, 0, 0.9);
	height: 100% !important;
	min-width: 1200px;
	position: fixed;
	z-index:999;
	display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
  /*border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid red;
  border-bottom: 16px solid red;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);*/
  background: url(../images/impoy-dance-min.gif);
  width: 275px;
  height: 275px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(5px 5px 5px #000);
  filter: drop-shadow(0px 0px 5px #000);
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#header{background-color:#fff ;}

.header-item-container{
	background: #fff;
	padding:10px;
	display: flex;
    align-items: center;
}

#header-search{
  padding: 25px 0px 0px 0px;
}

#header-contacts{
	/*margin-bottom: 10px;*/
}

.header-contacts-item{
	/* transform: translateY(-50%); */
	float: inline-end;
}

/* .header-contacts-item > span{
	margin-right: 20px;
} */

	#logo{
		/*margin-bottom: 10px;*/
	}

.logo-header{
	max-width: 65px;
	min-width: 65px;
	border-radius: 50%;
	margin: 0 auto;
}

.search-field{
	transform: translateY(100%);
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	/*padding: 1% 6%;*/
	margin: -2% -2%;
	background-image: url(../images/search-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	outline: 0;
	background-position: right;
	background-size: 16px;
}

.iap-icons{max-width:20px !important; width: 20px;}

.select-location{
    height: 100%;
    background: #fff;
    border: 1px solid #cecece;
    color: #6c757d;
    padding:10px;
   	width: 25%;
	border:0;
}

div#myTopnav > a, div#myTopnav > .dropdown {flex-basis: 14.285%; }

div#myTopnav > .dropdown {
    text-align: center;
    height: 100%;
    background: #f2dd6e;
}

div#myTopnav > .dropdown {
    background: #f2dd6e;
}

a#dropdownMenuButton:hover, .show > .btn-secondary.dropdown-toggle {
    background: none !important;
}
a#dropdownMenuButton {
    width: 100%;
    border: none;
    height: 100%;
    border-radius: unset;
    color: #222 !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.row.header-item-container {
    margin: 0;
}

/* WISHLIST */
.wishlisted {
	/*background-color: white !important;
    color: red !important;
    font-size: 20px !important;
    padding: 0px 12px !important;*/
     padding: 0 !important;
}

button.wishlisted i.fa-heart {
    color: #FF0F15;
}

.btn-add-wishlist.wishlisted {
    background: none !important;
}

/*NAVIGATION SETTINGS*/

.active {
  background-color: #f2dd6e;
  color: #000;
}

.topnav a:hover, .drpdown:hover .dropbtn,.dropdown-menu.show a.dropdown-item{
    /*background-color: #c30000;*/
    color: #fff;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.topnav a, .topnav .dropdown a {
	padding: 10px;
}

.drpdown .dropbtn {
    text-transform: uppercase;
    font-size: 14px;    
    border: none;
    outline: none;
    color: #0e0e0e;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-size: 14px !important;
    font-weight: 600;
}

.topnav {
  background-color: #C30000;
}

.topnav a:not(.dropdown-item) {
    text-transform: uppercase;
    float: left;
    display: block;
    color: #f2f2f2 !important;
    text-align: center;
    /* padding: 14px 16px; */
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 600;
}


.topnav .icon {
  display: none;
}

.drpdown {
  float: left;
  overflow: hidden;
}

.drpdown-content {
  display: none;
  position: absolute;
  background-color: #ff1016;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}

.dropdown-menu.show a.dropdown-item {
    padding: 5px 10px;
    color: #ff1016 !important;
    background: #fff;
    /*font-weight: 600;*/
    border-bottom: 1px solid #ccc;
}




.drpdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 100%;
  
}

.dropdown-menu.show a.dropdown-item:hover {
   background: #C30000 !important;
   color: #fff !important;
   transition: .3s;
}

.drpdown:hover .drpdown-content {
  display: block;
}

span#cart_count {
        position: absolute;
    right: -9px;
    top: -7px;
    font-size: 12px !important;
    color: #fff;
    z-index: 9;
    background: #ff0006;
    margin: 0;
    padding: 3px;
    line-height: initial;
    border-radius: 60%;
    width: 20px;
    text-align: center;
}

.dropdown-menu.show[aria-labelledby="dropdownMenuButton"] {
    display: flex !important;
    flex-direction: column !important;
    border-radius: unset;
    top: 94% !important;
    transform: initial !important;
    width: 200px;
    padding: 0 !important;
}

.dropdown-toggle::after {
    content: none;
}

.open>.dropdown-menu:not(.show){
	display:none !important;
}
/*END NAVIGATION*/


/*MAIN SECTION*/

#main{
	background:  #ffff;
	padding: 30px;
	position: relative;
	z-index: 1;
	/* background:url('../images/temp-bg.png'); */
}

#main-contacts-container{
	margin-top: 50px;
	padding: 0;
}

.card{
padding: 10px;
/*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);*/

}

.card-body, .card-title, .card{ 
	align-items: center;
  justify-content: center;
}

.card-body{
	padding: 0;
}

.card-title{	
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}

.section-page-title{
	/* padding-top: 20px;
	padding-bottom: 20px; */
	margin:0;
	padding-bottom: 50px;
}
.section-page-title-ext{
	color: #FF0F15;
	font-size:28px !important;
}

h2.section-page-title{
	font-size:28px;
}

h3.section-page-title{
	font-size:24px;
	color: #c30000;
}

h4.section-page-title{
	font-size:24px;
}


/*END MAIN SECTION SETTINGS*/

#footer{
	padding: 20px;
	background:#2a2a2a;
	color: #fff;
}

	.footer-column-items{
		line-height: 2;
	}
	
	.footer-column-items a{
		text-transform: capitalize !important;
	}
	
	.footer-column-items a{
		color:#fff !important;
	}

	.footer-column-items h6{
	font-weight: bold;
	font-size: 18px;
	}

	.footer-column-items a{
		color: #fff;
	}

	.logo-footer{
	width: 53px;
	border-radius: 50%;
	}
	
	div#footer .container div.row { 
		display: initial; 
	}
	
	.container.footer-container > div:nth-child(2) {
    	display: flex !important;
	}
	
	#main-contacts-container .row.text-center .col-xs-12 {
    	margin-bottom: 0 !important;
	}

	.social-container {
	    display: flex;
	    flex-direction: column;
	    row-gap: 20px;
	}
	
	.footer-column-items p {
    	margin-bottom: 0px;
	}
	
	.container.footer-container {width: 80%; padding: 0 15px;}
	
	#main-contacts-container span.svg-icon-text {
	    font-size: 14px !important;
	    color: #333;
	    padding-left: 10px;
	}




	/*PAGES*/

	/*LOGIN PAGE*/

	#main-loginform{
		margin: 0 auto;
		max-width: 500px;
		padding: 20px;
	}
/*ABOUT US PAGE */
.col-md-12.img-holder img {
    width: 50%;
    padding: 20px 0;
}

.container.about-page h5 {
    font-weight: 700;
}

/*END ABOUT US PAGE*/


::-webkit-scrollbar {
width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555; 
} 

body{
background-color: #eeeeee !important;
font-family: 'Inter', sans-serif; 
font-size: 14px;
}

.mt-100{
margin-top: 150px;
}

.filter-group {
border-bottom: 1px solid #e4e4e4;
}

.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
/* display: flex; */
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: auto;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0.37rem;
}

.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter-group .card-header {
border-bottom: 0;
}

.icon-control {
margin-top: 6px;
float: right;
font-size: 80%;
}

.list-menu {
list-style: none;
margin: 0;
padding-left: 0;
}

.list-menu a {
color: #343a40;
}

a {

text-decoration: none !important;
background-color: transparent;
}


.checkbox-btn {
position: relative;
}

.checkbox-btn input {
position: absolute;
z-index: -1;
opacity: 0;
}


.checkbox-btn input:checked ~ .btn {
border-color: #3167eb;
background-color: #3167eb;
color: #fff;
}

.btn-light {
display: inline-block;
font-weight: 600;
color: #343a40;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #eee;
border: 1px solid #eee;
padding: 0.45rem 0.85rem;
font-size: 10px;
line-height: 1.5;
border-radius: 0.37rem;

}

.btn-light:hover {
background-color: #fff;
border-color: #989898;
}


.btn-medium {
font-size: 12px;
padding: 10px 22px;
display: inline-block;
margin-right: 20px;
letter-spacing: 2px;

border: 1px solid #157af6;
width: 100%;
}

.highlight-button:hover {
background-color: #157af6;
border: 2px solid #157af6;
color: #fff;
}

.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
margin-bottom:10px;
}




/*FILTER DATA SECTION*/
#lbl-filter{float: inline-start;}
#lbl-filter > span{font-size: 12px !important;}

#btn-clear-filter{float:inline-end;}
header{clear: both;}

.filter-content{
	padding-top: 5px;
}

.custom-control-label, 
.custom-control-label-number, 
.custom-control-radio{
	/* font-size: 14px !important; */
	font-size: 12px !important;
	text-transform: capitalize;
	padding-left:10px;
	font-weight:normal;
}

.custom-control-label::before, .custom-file-label, .custom-select{
	background-color: #fff;
	border: 1px solid #ff0f15;
	width:22px;
	height:22px;
}

.custom-control-label::before{
	margin-top: -3px;
}

.custom-control-input:checked ~ .custom-control-label::before{
	background-color: #555555;
	border: 1px solid #ff0f15;
	width:22px;
	height:22px;
}


.btn-clear-filter{
	margin: 0 !important;
	font-size: 11px;
	padding: 5px;
    float:right;
    background-color: #ff0f15 !important;
	color: #fff !important;
}


a[aria-expanded=true] .fa-chevron-down {
 transition: .3s transform ease-in-out;
 transform: rotate(180deg);
}

div#collapseFilter[aria-expanded="false"],div#filterType[aria-expanded="false"], 
div#filterPrice[aria-expanded="false"], div#filterTech[aria-expanded="false"]{
	display: block !important;
    min-height: 155px !important;
    overflow: hidden;
    padding: 5px 0 5px 0;
}

.filter-container header.card-header {
    padding: 18.5px 0 0px 0;
}


/*filter price custom radio button*/
label.custom-control-radio-cont [type="radio"]:checked,
label.custom-control-radio-cont [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
label.custom-control-radio-cont [type="radio"]:checked + .custom-control-radio,
label.custom-control-radio-cont [type="radio"]:not(:checked) + .custom-control-radio
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
}
label.custom-control-radio-cont [type="radio"]:checked + .custom-control-radio:before,
label.custom-control-radio-cont [type="radio"]:not(:checked) + .custom-control-radio:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ff0f15;
    border-radius: 100%;
    background: #fff;
}
label.custom-control-radio-cont [type="radio"]:checked + .custom-control-radio:after,
label.custom-control-radio-cont [type="radio"]:not(:checked) + .custom-control-radio:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ff0f15;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
label.custom-control-radio-cont [type="radio"]:not(:checked) + .custom-control-radio:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
label.custom-control-radio-cont [type="radio"]:checked + .custom-control-radio:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

label.custom-control-radio-cont {
    position: relative;
}

/*END FILTER DATA SECTION*/



/*PAGE'S ELEMENTS*/

.page-breadcrumbs-container{
	margin-bottom: 20px;
}
.page-breadcrumbs{
	font-size: 12px !important;
}
.page-active-brand{
	color: #FF0F15;
	font-size: 14px !important;
}

.page-product-sort-container{
	padding-bottom: 20px;
}

.product-sort-lbl{
	float: inline-end;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 1.8;
}

.product-sort-select{
	float: inline-end;
	border-radius: 5px;
	border: 0px solid #e9e9e9;
	padding: 2px;
	background-color: #fff;
}

.product-sort-option:hover{
	background: #FF595C;
  border: 0;
}


/*product filter*/
header.card-header h6.title {
    cursor: pointer;
}
h6.title[aria-expanded="false"] i.fa-angle-up {
    display: none;
}
h6.title[aria-expanded="true"] i.fa-angle-down {
    display: none;
}

h6.title i.fa {
    float: right;
    font-size: 15px;
}

div#lbl-filter {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: initial;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.col-md-12.page-product-sort-container {
    text-align: right;
}

.col-md-2.filter-widget-left {
    margin-top: 50px;
}

.seeMore{
	color: #ff0f15;
	cursor: pointer;
}

/*Pagination section*/
nav.pagination-nav ul.pagination {
    margin: 0;
}

nav.pagination-nav ul li a {
    background: #FF0F15;
    color: #fff !important;
    border-radius: 5px !important;
}

nav.pagination-nav ul li a:hover {
    color: #222 !important;
}


/*RETURN PAGE*/

.return-page-ty{
	font-size: 18px !important;
}
.return-page-emailver{
	font-size: 12px !important;
	color: #FF0F15;
}

/*END RETURN PAGE*/

/*FAQ PAGE*/
ol.faqs{list-style-type: number;padding-left: 40px;}
.faqs-question-container{margin-bottom: 10px;clear: both;}

/*END FAQ PAGE*/



/*STORE LOCATOR PAGE*/
.strloc-title{font-weight: bold; font-size: 18px; color:#FF0F15; }
.strloc-address, .strloc-details{font-size:16px !important;margin-top: 10px;margin-bottom: 10px;}
.strloc-getdirection{font-size:18px; font-weight: bold ;margin-top: 10px;margin-bottom: 10px; color:#FF0F15;}
.strloc-active{border: 1px solid #FF0F15 !important;}


.iframe-iap  {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.iframe-iap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*END STORE LOCATOR PAGE*/


/*SHOPPING CART PAGE*/
.shopping-cart-product-qty{border: 1px solid #DCDCDC;}
.shopping-cart-product-item{border-bottom: 0px solid #DCDCDC;padding-top: 20px;padding-bottom: 20px;}

.page-cart-product-amount{
	font-weight:bold;	
	line-height: 1px;
}

.imperial-border-bottom{
	border-bottom: 1px solid #DCDCDC;
}

div#shoppingcartDiv h5 {
    padding: 10px 0 30px 0;
}

/*END SHOPPING CART PAGE*/

/* CONTACT US PAGE */
.form-horizontal .row .mb-4 {
    margin-bottom: 1rem !important;
}

.form-horizontal .row.paddtop-20 {
    padding-top: 0;
}

/* CONTACT US PAGE */


/*PAGE ATTRIBUTES*/
.module-container{min-height:110px; border:1px solid #DCDCDC; padding:20px; box-shadow:0px 0px 5px #DCDCDC;margin-bottom: 10px;overflow: auto;}
.module-title{font-size:24px;padding:0 0 20px 0;}
.module-subtitle{
	font-size:18px;padding:0 0 20px 0;
}
.module-sub{
	font-size: 18px;
    padding: 0 0 20px 0;
    padding: 5px 5px 5px 10px;
    border-left: 5px solid #ff0006;
    background: #e7e7e7;
    font-size: 20px;
}
.module-content{font-size:16px;padding:0 0 20px 0;}
.module-content-img{width: 100%;padding: 10px 0 10px 0;}
.image-thumb-small{max-width: 100px;width: 100%;}

.capsule{border-radius:500px;padding:5px;font-weight:bold;}
.bgMainColor{background: #FF0F15; color: #fff;}

.note{font-style: italic; font-weight: normal;}

/*SINGLE PRODUCT*/
    .single-product-brand{font-size: 18px !important;font-weight: 700;}
    .single-product-description{font-size: 18px !important;}
    .single-product-code{font-size: 34px !important;}
    .single-product-before-price{font-size: 18px !important; text-decoration: line-through; font-weight: 700;}
    .single-product-after-price{font-size: 18px !important; font-weight: 700;}
    .single-product-detail-lists{padding: 0;margin: 0;list-style-type: none;font-size: 16px;}
    .li-img{background: url('../images/ul-img.png') no-repeat left top;height: 40px;padding-left: 20px;clear: both;}
    
    span.page-breadcrumbs.single a {
	    color: #333 !important;
	}
	
	span.page-breadcrumbs.single a:hover {
	    color: #c30000 !important;
	    text-decoration: underline !important;
	}
	
	.col-md-12.item-data .row{
	    line-height: initial;
	}
	
	p.single-product-description {
	    margin: 0;
	    padding-bottom: 0;
	}
	
	ul#lightSlider {
	    height: 400px !important;
	}
	
	li.lslide.active img {
	    object-fit: contain !important;
	    width: 100%;
	    height: 400px;
	}
	
	ul#lightSlider li img {
    	height: 400px!important;
	}
	
	li.lslide.active {
	    background: #fff !important;
	}
	
	a.lSPrev {
	    left: 10% !important;
	}
	
	a.lSNext {
	    right: 10% !important;
	}
	
	a.lSPrev::after, a.lSNext::after{
		content: "";
		width: 32px;
	    height: 32px;
	    position: absolute;
	}
	
	a.lSPrev::after {
	  background: url(images/prev.png); 
	}
	a.lSNext::after{
	  background: url(images/next.png);
	}
	
	.col-md-12.item-data div.row:nth-child(4) div {
	    padding: 0;
	    flex: initial;
	}
	
	.col-md-12.item-data {
	    padding: 0;
	}
	
	.col-12.sku {
	    padding-bottom: 40px !important;
	}
	
	.text-left {
	    padding-left: 10px !important;
	}
	
	.col-md-12.item-data .row > div {
   	 padding-left: 15px !important;
	}
	
	.col-md-12.disc ul {
	    display: flex;
	    flex-direction: column;
	    row-gap: 5px;
	}
	
	.col-md-12.disc ul li:before{
	    content: '>>';
	    font-weight: 600;
    	color: #f2dd6e;
	}
	
	.col-md-12.disc ul li {
    	cursor: initial;
	}
	
	input#quantity_40 {
	    border: none;
	    padding: 0;
	}
    
    ul.lSPager.lSGallery li {
	    width: 200px !important;
	}
	ul.lSPager.lSGallery{
	    display: flex;
	    width: 100% !important;
	}
	
	div#Specification ul,div#Description ul {
	    display: initial !important;
	}
	
	div#Specification ul li, div#Description ul li {
	    float: none !important;
	    cursor: initial;
	}
	
	div#Specification ul li:before,div#Description ul li:before {
	    content: '>>';
	    font-weight: 600;
	    color: #f2dd6e;
	    font-size: 12px;
	}
	
	.container.padd-removed {
    	padding: 0;
    	margin-top: 50px;
	}
	
	.container.padd-removed h4 {
	    margin: 10px 0;
	    padding: 0;
	    font-weight: 600;
	}
	
	.container.padd-removed .paddtop-20 {
	    padding: 0;
	}
	
/*END SINGLE PRODUCT*/

/*CHECKBOX*/

/*.card {
    width: 500px;
    margin: 50px auto;
    clear: both;
    display: block;
    padding: 0px 0px;
    background-color: #009BFF;
    border-radius: 4px;
}
.card::after {
    clear: both;
    display: block;
    content: "";
}
.card .checkbox-container {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align:center;
  padding: 40px 0px;
}
.card .circular-container {
  background-color:#0067FF;
}
*/
.input-title {
    clear: both;
    padding: 22px 0px 0px 0px;
    font-size: 16px;
    color: rgba(255,255,255,.6);
    font-weight: 300;
}




/* Styling Checkbox Starts */
.checkbox-label {
    /*display: block;*/
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #DCDCDC;;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #DCDCDC;;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #DCDCDC;;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #FF0F15;;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #DCDCDC;;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);  
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}




/* Style for Circular Checkbox */
.checkbox-label .checkbox-custom.circular {
    border-radius: 50%;
    border: 2px solid #DCDCDC;;
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
    background-color: #DCDCDC;;
    border-radius: 50%;
    border: 2px solid #DCDCDC;;
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
    border: solid #0067FF;
    border-width: 0 2px 2px 0;
}
.checkbox-label .checkbox-custom.circular::after {
    border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
    border-radius: 50%;
    border: 2px solid #DCDCDC;;
}

.checkbox-label input:checked ~ .checkbox-custom.circular::before {
    border-radius: 50%;
}

/*END CHECKBOX*/




/*SEARCH BOX*/

       .search{
       position: relative;
      /* box-shadow: 0 0 40px rgba(51, 51, 51, .1);
       padding-bottom: 10px;*/
         
       }

       .search input{

        min-height: 40px;
        text-indent: 25px;
        border: 1px solid #CECECE;


       }


       .search input:focus{

        box-shadow: none;
        border: 2px solid blue;


       }

       .search .fa-search{

        /*position: absolute;*/
        /*top: 20px;
        left: 16px;*/
        color: #FF0F15;

       }

       .search button{

        position: absolute;
        top: 4px;
        right: 5px;
        /*height: 50px;
        width: 70px;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;*/
        /*background: #FF0F15;*/
        background-color: transparent;

       }
/*END SEARCH BOX*/







.link-top-header{color: #FF0F15; }
.link-top-header:hover{color: #000; }

#imperial-slider-container{background-color: #000; margin: 0; padding: 0; position: relative; z-index: 1;}

.left, .right{background-image: none !important;}


/*HEADER NAV*/
div#myTopnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: initial;
    height: 50px;
    z-index: 1;
}


/*PRODUCT PAGE*/


.demo {
    width: 100%
}


ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

img {
    display: block;
    height: auto;
    width: 100%
}

.stars i {
    color: #f6d151
}

.stars span {
    font-size: 13px
}

hr {
    color: #d4d4d4
}

.badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

.badge i {
    font-size: 10px
}

.profile-image {
    width: 35px
}

.comment-ratings i {
    font-size: 13px
}

.username {
    font-size: 12px
}

.comment-profile {
    line-height: 17px
}

.date span {
    font-size: 12px
}

.p-ratings i {
    color: #f6d151;
    font-size: 12px
}

.btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.buttons {
    margin-top: 15px
}

.buttons .btn {
    height: 46px
}

.buttons .cart {
    border-color: #ff7676;
    color: #ff7676
}

.buttons .cart:hover {
    background-color: #e86464 !important;
    color: #fff
}

.buttons .buy {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
}

.buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
    box-shadow: none
}

.buttons .buy:hover {
    color: #fff;
    background-color: #e86464;
    border-color: #e86464
}

.buttons .wishlist {
    background-color: #fff;
    border-color: #ff7676
}

.buttons .wishlist:hover {
    background-color: #e86464;
    border-color: #e86464;
    color: #fff
}

.buttons .wishlist:hover i {
    color: #fff
}

.buttons .wishlist i {
    color: #ff7676
}

.comment-ratings i {
    color: #f6d151
}

.followers {
    font-size: 9px;
    color: #d6d4d4
}

.store-image {
    width: 42px
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.bullet-text {
    font-size: 12px
}

.my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all
}

label.radio .red {
    background-color: red;
    border-color: red
}

label.radio .blue {
    background-color: blue;
    border-color: blue
}

label.radio .green {
    background-color: green;
    border-color: green
}

label.radio .orange {
    background-color: orange;
    border-color: orange
}

label.radio input:checked+span {
    color: #fff;
    position: relative
}

label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px
}

.card-body {
    padding: 0.3rem 0.3rem 0.2rem
}

.card.active{
	border: red solid;
}

/*END PRODUCT PAGE*/

  .container{
     /* margin-top:50px;*/
      margin-bottom:50px;
  }

  .carousel-inner img {
      width: 100%;
      height: 100%;
  }

.carousel-indicators{
	margin:0 auto !important;
}

ol.carousel-indicators {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    text-align: center;
    width: max-content;
}


.carousel-indicators li {
	margin:10px !important;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
}

#custCarousel .carousel-indicators > li {
  width:100px;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }

  .carousel-item img{

    width:80%;
  }


















    /*MODAL*/
        .lightbox {
            position: fixed;
           /*  width: ; */
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, .5);
            z-index: 99 !important;
        }

        .toolbarLB {
            text-align: right;
            padding: 3px;
        }

        .closeLB {
            color: #ff0f15;
            cursor: pointer;
            font-weight: bold;
            font-size: 24px !important;
        }

        .lightbox .iframeContainer {
            vertical-align: middle;
            background: #fff;
            padding: 50px;
            min-width: 768px;
            min-height: 287px;
            z-index: 1;
        }

        .lightbox.closed {
            display: none;
        }
        
        form.select-location {
		    display: flex;
		    flex-direction: column;
		    width: 100%;
		}
		
		small.alert-required {
		    font-size: 12px;
		    color: #c30000;
		    align-self: flex-start;
		    padding-top: 5px;
		    display: none;
		}
    /*END MODAL*/





/*RETURN PAGE*/
.return-page-header > h2{font-size: 64px;font-weight: bold;}
.return-page-header > h3{font-size: 28px;}

.return-page-detail-container > h4{padding-top: 10px;padding-bottom: 10px;font-size: 24px;font-weight: bold;}
.return-page-detail-container > p{font-size: 18px !important;line-height: 3;}
.return-page-detail-container > span{font-size: 16px !important;}

/*END RETURN PAGE*/

/*POPUP INTRO*/

.btn-pop-up{
	padding: 20px !important;
	margin-top:20px !important;
	min-width:144px !important;
}

/* #currentBranch{
	min-height:70px;
	font-size:20px;
} */


.row.content-box {
    display: flex;
    height: fit-content;
    align-items: center;
    line-height: initial !important;
    border-left: 5px solid #ff0006;
    margin: 0;
    padding: 5px 0;
    background: #e7e7e7;
    width: 100%;
}

.row.content-box > div {
    padding: 0;
}

.row.content-box h4 {
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

h2.section-page-title.section-title {
    padding-bottom: 0;
    font-size: 20px !important;
    padding-left: 10px;
}

	span.see-more-links {
	    float: right;
	    padding-right: 5px;
	}

	.see-more-links a{
	    padding: 10px;
	    display: block;
	    height: 100%;
	    background: #fd1f23;
	    padding: 5px 10px !important;
    	color: #fff !important;
    	border-radius: 3px;
	}
	
	.see-more-links a:hover{
		color: #fff !important;
		background: #ff0006;
	}
	
.row.our-products {
    padding-top: 15px;
}
	
	
	
/*CART*/
.order-summary-item{
	padding-bottom:20px;
}	
.order-summary-promo-code{
	width:85% !important;
}

h3.module-content.follow {
    padding: 20px 0;
}


/*PRODUCT TAB DESC*/
.w3-container{width:100%;}
.tablink{width:50% !important;font-size:18px !important;}

/*Override CSS*/
/*remove negative margins*/
.no-padding {
    padding: 0;
}
div#main , div#footer{
    margin: 0;
}
.col-md-7.top-header {
    padding: 0;
}
.container.footer-container > div.row {
    margin: 0;
    padding: 10px 5px !important;
}

.container.footer-container > div.row div {
    padding: 0;
}

.sub-footer-container {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0;
}

.inner-sub-footer {
    width: 90%;
    text-align: center;
}

.sub-footer {
    display: flex;
}

.sub-footer > div {
    flex-basis: 50%;
}

.sub-footer > div a span.svg-icon-text {
    font-size: 14px !important;
    color: #333 !important;
    padding-left: 10px;
}

.main-footer {
    background: #2a2a2a;
    display: flex;
    justify-content: center;
    padding: 50px 20px 100px 20px;
}

.inner-main-footer {
    width: 81%;
}

.main-footer-links {
    display: flex;
    margin-top: 30px;
}

.main-footer-links .footer-links {
    flex-basis: 25%;
    color: #fff;
}

.main-footer-links .footer-links h6{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.footer-links a {
    text-transform: capitalize;
    color: #fff !important;
}

.main-footer-social-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-logo {
    display: flex;
}

a {
    font-family: 'Inter', sans-serif !important;
}
span.single-product-before-price {
    font-weight: initial;
}

#main.behind, #imperial-slider-container.behind{
	position: relative;
	z-index: -1;
}


div.profile-link-cont {
    width: fit-content;
    display: inline-block;
    position: relative;
}

ul.profile-dropdown {
    display: none;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
    right: 0;
    min-width: 200px;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid #dddddd;
    padding: 10px 0;
     position: absolute;
   	 z-index: 9999;
   	 visibility: hidden;
}
ul.profile-dropdown li{
	float: none;
	margin: 0;
	padding: 12px 16px;
    color: #333;
    width: 100%;
    font-weight: 500;
}

ul.profile-dropdown li:hover{
	background: #c1c1c1;
}

ul.profile-dropdown:before {
    position: absolute;
    z-index: 98;
    top: -0.5rem;
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    opacity: 1;
    background-color: #f1f1f1;
    content: '';
    transition-delay: 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
ul.profile-dropdown li a i.fa.fa-angle-right {
    float: right;
    font-weight: 900;
    z-index: 9999;
}

div.profile-link-cont:hover ul.profile-dropdown, 
div.profile-link-cont:focus-within  ul.profile-dropdown {
   display: flex;
   visibility: visible;
}

.custom-control-label.brnd {
    padding-left: 15px;
}

.card-body label.custom-control.brands:nth-child(4) .brnd, 
.card-body label.custom-control.brands:nth-child(10) .brnd {
    text-transform: uppercase;
}

button.quantity-left-minus.btn.btn-minus.btn-number, button.quantity-right-plus.btn.btn-plus.btn-number {
    padding: 0px 12px;
}


input#quantity_96 {border: none;border-left: 1px solid #dcdc;border-right: 1px solid #dcdc;}

.form-horizontal .form-group {
    margin: 0 !important;
}

.d-flex.align-items-center.recap {
    margin: 10px 0;
}

.conTacts span {
    font-size: 14px !important;
    color: #333 !important;
}



/*navigation menu mobile*/
.mobile-responsive-menu{
	display: none;
}

button[disabled] {
    background: #ccc !important;
    justify-content: center !important;
}

/*end*/

/*Badge*/
.badge-contain {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}
span.badges {
    background: red;
    width: fit-content;
    height: fit-content;
    display: block;
    line-height: 1;
    padding: 5px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
    right: 0;
}

span.badges p {
    margin: 0;
    padding-left: 0px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 12px !important;
}

/* typeahead */
.twitter-typeahead {
    width:100%;
}

.typeahead {
	background-color: #fff;
}

.typeahead:focus {
	border: 2px solid #0097cf;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-menu {
	width: 422px;
	margin: 12px 0;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	        border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	        box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 1rem;
	line-height: 24px;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #fff;
	background-color: #590202;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #590202;
}

.tt-suggestion p {
	margin: 0;
}

.category-img-ico{
	width:70px;	
	margin: 0 auto;
}


.col-lg-8x{
		margin-left:10px;
		margin-right:10px;
		
		width: 18.2%;
}

@media (max-width: 1140px) {
	.col-lg-8x{
		max-width: 22.8% !important;
	} 
}

@media (min-width: 1400px) {
	
}

@media (min-width: 1200px) {
	
}

@media (min-width: 992px) { 
	.col-lg-8x{
		/* max-width: 22.8% !important;	 */	

	} 
}

@media (min-width: 768px) {
	.col-lg-8x{
		/* max-width: 10.7% !important;	 */	

	} 
}

@media (min-width: 576px) {
	.col-lg-8x{
		/* max-width: 25% !important;		 */

	} 
}



