@font-face {
  font-family: Lato;
  src: url(fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: LatoB;
  src: url(fonts/Lato/Lato-Bold.ttf);
}

/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/

/** Font
font-family: 'Montserrat', sans-serif;
** End Font */

/* Responsive Font Size ***********************
font-size: calc(12px + .105vw); 14px ~ 12.3px 
font-size: calc(13px + .16vw);  16px ~ 13.5px 
font-size: calc(14px + .21vw);  18px ~ 14.67px 
font-size: calc(15px + .26vw);  20px ~ 15.83px 
font-size: calc(15px + .47vw);  24px ~ 16.5px 
font-size: calc(16px + .94vw);  34px ~ 19px 
font-size: calc(16px + 1.67vw); 48px ~ 21.34px 
***********************************************/

@media (min-width: 320px){
	.container-l {width: 100%;padding: 0 calc(10px + 1vw);}
	.container-m {width: 100%;padding: 0 calc(10px + 1vw);}
}
@media (min-width: 768px){
	.container-l {padding: 0 calc(10px + 1.5vw);}
	.container-m {padding: 0 calc(10px + 3vw);}
}
@media (min-width: 1400px){
	.container-l {padding: 0 calc(10px + 4.5vw);}
	.container-m {padding: 0 calc(10px + 10vw);}
}
.container-l, .container-m{
    margin-right: auto;
    margin-left: auto;
}
.container-l:before, .container-l:after, .container-m:before, .container-m:after{
	display: table;
    content: " ";
}
.container-l:after, .container-m:after{
	clear: both;
}

body {
	font-family: Lato;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: calc(16px + 1.25vw)!important;
	font-family: LatoB;
	color: #c62f30;
	text-align: left!important;
	text-transform: none!important;
	margin-bottom: calc(20px + .8vw)!important;
}
h3 {
	font-size: calc(15px + .47vw);
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

h2:after{
	display: none!important;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}
@media (max-width: 767px) {
	legend {
		font-size: 16px;
	}
}
label {
	font-size: 1em;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 1em;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 1em;
}
.input-group .input-group-addon {
	font-size: 1em;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* General */
.flex{
	display: flex;
}
.flex-row{
	flex-direction: row;
}
.flex-column{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.flex-space-btw{
	justify-content: space-between;
}
.flex-center{
	justify-content: center;
	align-items: center;
}
.flex-hcenter{
	justify-content: center;
}
.flex-vcenter{
	align-items: center;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.align-start{
	align-items: flex-start;
}
.align-end{
	align-items: flex-end;
}
.align-center{
	align-items: center;
}
.alignself-start{
	align-self: flex-start;
}
.section-space{
	padding: calc(20px + 2vw) 0px!important;
}
.section-space.slideshow{
	padding: 0!important;
}
.italic{
	font-style: italic;
}
.uppercase{
	text-transform: uppercase;
}
.latob{
	font-family: LatoB;
}
.sidr-custom-open #mobileNav::before{
	content:'';
	width:100%;
	opacity:1;
	transform:translateX(0%);
	background:rgba(0,0,0,0.9);
}
#mobileNav::before{
	content:'';
	width:0px;
	height:100vh;
	position:fixed;
	right:0px;
	top:0px;
	z-index:10;
	opacity:0;
	background:transparent;
	transform:translateX(50%);
	transition:opacity 0.3s;
}
.product-gutter{
	height: 100%;
	padding: 15px 0;
}
.product-gutter .product-block:hover{
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
}
.product-block .product-name a{
	font-size: calc(14px + .21vw);
	color: #000;
}
.product-block .product-details .price{
	font-size: calc(14px + .21vw)!important;
	color: #d85935;
}
.product-block .product-details{
	padding: 0!important;
}
.slick-slider .slider-dots, .slick-slider .slick-dots{
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-slider .slider-dots li, .slick-slider .slick-dots li{
	display: inline-block;
    padding: 8px;
}
.slick-slider .slider-dots li > *, .slick-slider .slick-dots li > *{
    color: transparent!important;
    width: 10px!important;
    height: 10px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #cccccc;
    line-height: 0;
    padding: 0!important;
    cursor: pointer;
}
.slider-dots li.slick-active > *, .slick-dots li.slick-active > *{
    border: 1px solid #484848;
    background-color: #484848;
}
.slick-dots{
	position: relative!important;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before{
	color: transparent!important;
}
.product-block .product-details .price .price-old{
	text-decoration: line-through;
}
.loader1 {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wishlist-btn{
    padding: 4px 0 8px 0;
}
.wishlist-btn .fa{
    font-size: 16px;
    color: #ee8e3c;
    padding-right: 8px;
}
.account-account .wishlist > span{
    width: 47px;
    height: 47px;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.account-account .wishlist .glyphicon-heart-empty:before{
    line-height: 1;
    display: table;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.export-order i{
    font-size: 38px;
    width: 47px;
    height: 47px;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
/* End General */

/* Header */
.header-container{
	display: flex!important;
	justify-content: space-between;
	align-items: center;
	padding: calc(8px + .4vw) 0!important;
}
.header-container .header-logo{
	max-width: calc(80px + 8vw);
}
.header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #cart>a{
	display: flex!important;
	width: auto!important;
	font-family: LatoB;
	font-size: calc(13px + .16vw);
	padding: 8px!important;
    margin-left: calc(4px + .4vw);
}
.header-container .header-links>a img, .header-container #account>a[data-toggle="dropdown"] img, .header-container #cart>a img{
	padding-right: 8px;
}
.search-custom .search-box{
	border: none!important;
	border-radius: 0!important;
	padding: 0!important;
	width: calc(200px + 15vw)!important;
	background: transparent!important;
}
.search-custom .search-box input{
	height: 38px!important;
	border: 2px solid #ddd!important;
    border-radius: 25px 0 0 25px!important;
    padding: 5px 0px 4px calc(8px + .6vw)!important;
}
.search-custom .search-box input::placeholder{
	color: #ccc;
	font-size: 12px;
	font-style: italic;
}
.search-custom .search-box button{
	color: #fff;
	background-color: #FCB141!important;
	margin-left: -2px;
}
.search-custom .search-box button{
    border-radius: 0 25px 25px 0;
	padding: 0px calc(14px + .8vw) 0px calc(14px + .8vw)!important;
}
.search-custom .search-box button i{
	font-size: calc(15px + .26vw);
}
.header-container #cart>a .badge{
	position: relative!important;
    top: auto!important;
    left: auto!important;
    background: transparent!important;
    height: auto!important;
    width: auto!important;
    transform: none!important;
    color: #000!important;
    line-height: normal;
    font-size: calc(13px + .16vw)!important;
    padding: 1px 7px;
}
.header-container #cart>a .badge>span{
	position: relative!important;
    top: auto!important;
    left: auto!important;
    transform: none!important;
    font-size: calc(13px + .16vw)!important;
}
.header-mobile .mobile-search{
	display: none;
}
.header-bottom-section{
	font-family: LatoB;
    font-size: calc(13px + .16vw);
    color: #fff;
	background: linear-gradient(to right, #F49D3E 5%, #C1242F 90%);
	padding: calc(4px + .4vw) 0;
	letter-spacing: .06vw;
}
.header-bottom-section a{
	color: #fff;
	padding: 0 8px;
}
.header-bottom-section .link .mid-item:before{
	content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #fff;
    margin: 0 calc(20px + .6vw) 0 calc(5px + .6vw);
}
.header-bottom-section .link .mid-item:after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #fff;
    margin: 0 calc(5px + .6vw) 0 calc(20px + .6vw);
}
.header-bottom-section .customer-welcome-msg{
    font-size: 14px;
    line-height: normal;
}
.header-category-text:hover .slideshow-category-box{
    display: block!important;
}
.header-category-text .slideshow-category-box{
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0;
}
/* End Header */

/* Home */
.common-home .slideshow{
	display: flex;
	flex-wrap: wrap;
	line-height: normal;
	overflow: visible!important;
}
.slideshow-category-box{
	width: 20%;
}
.slideshow-homebanner{
	width: 20%;
}
.home-slideshow-slider{
	width: 60%!important;
	padding: 0 calc(8px + .4vw) calc(8px + .4vw) calc(8px + .4vw);
}
.slideshow-category-box{
	padding: 0 calc(15px + .6vw);
	border-right: 1px solid #ddd;
	align-content: flex-start;
}
.slideshow-category-box .item{
	width: 100%;
}
.slideshow-category-box .item > a{
	font-family: LatoB;
	display: block;
    color: #000;
    width: 100%;
    padding: calc(6px + .2vw) 15px;
    border-bottom: 1px dashed #999;
}
.slideshow-category-box .item > a:hover{
	color: #fff;
	background: linear-gradient(to right, #F49D3E 40%, #CF4733 100%);
}
.slideshow-category-box .item:hover .child-box{
	display: flex;
}
.slideshow-category-box .item .child-box{
	display: none;
	width: calc(500px + 10vw);
	max-height: 280px;
    position: absolute;
    top: 0%;
    left: 100%;
    border: 2px solid #C2262F;
    padding: calc(6px + .35vw);
    z-index: 6;
    background: #fff;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}
.slideshow-category-box .item .child-box .item-child{
	width: 20%;
	padding: 10px;
	margin-bottom: 12px;
}
.slideshow-category-box .item .child-box .item-child:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
}
.slideshow-category-box .item .child-box .item-child a > div{
	width: 100%;
}
.slideshow-category-box .item .child-box .item-child a{
	color: #d85935;
	font-weight: bold;
}
.slideshow-category-box .item .child-box .item-child a .image{
	margin-bottom: 6px;	
}
.slideshow-homebanner .item{
	padding-bottom: calc(8px + .4vw);
    height: 33.33%;
}
.slideshow-homebanner .item > a{
	display: flex;
	width: 100%;
	color: #fff;
	align-items: center;
    background-size: cover;
}
.slideshow-homebanner .item .title{
	font-size: calc(15px + .47vw);
	font-family: LatoB;
	padding-left: calc(8px + .6vw);
	letter-spacing: .15vw;
	transition: all 0.3s;
}
.slideshow-homebanner .item:hover .title{
	padding-bottom: calc(8px + .6vw);
	text-decoration: underline;
}
.slideshow .slider-nav i{
	font-size: 14px;
	color: #fff;
}
.slideshow .slider-nav.slider-nav-right{
	right: 12px!important;
	opacity: 1!important;
}
.slideshow .slider-nav.slider-nav-left{
	left: 12px!important;
	opacity: 1!important;
}
.slideshow .slider-custom-dots .owl-dot{
	width: auto!important;
	height: auto!important;
	background: transparent!important;
	margin: 0px 3px 30px!important;
}
.slideshow .slider-custom-dots .owl-dot span{
	display: block;
    width: 8px;
    height: 8px;
    margin: 2px;
    border: 1px solid #999;
    border-radius: 50%;
	background: #999!important;
}
.slideshow .slider-custom-dots .owl-dot.active span{
	border: 1px solid #fff;
	background: #fff!important;
}
.slider-slideshow-description .slider-slideshow-description-texts{
	font-size: calc(14px + .21vw)!important;
	letter-spacing: 0.15vw;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0{
	font-size: calc(14px + .21vw)!important;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1, .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2{
	font-size: calc(16px + .94vw)!important;
	font-family: LatoB;
}	
.featured-module .slick-nav > div{
	width: 100%;
}
.featured-module .slick-nav > div img{
	max-width: 100%;
}
.featured-module .button-box{
	padding: calc(15px + .8vw) 0;
}
.featured-module .featured{
	padding: 0 45px!important;
}
.featured .slick-no-slide{
	margin: 0 -45px!important;
}
.featured-module .slick-nav.left, .featured-module .slick-nav.prev{
	left: -45px!important;
}
.featured-module .slick-nav.right, .featured-module .slick-nav.next{
	right: -45px!important;
}
.featured-module .slick-list, .related-products .slick-list{
	max-width: 100%;
	margin: 0!important;
}
.home_claim_gift_section.section-space{
	padding: 0!important;
}
.claim-gift{
	padding: calc(20px + 1.2vw) 0;
	background-size: cover;
}
.claim-gift h2{
	color: #fff;
	text-align: center!important;
	letter-spacing: .15vw;
	line-height: calc(25px + 1.5vw);
}
.claim-gift .button-box .btn{
	border: 2px solid #fff;
	color: #fff;
	padding: calc(8px + .5vw) calc(15px + 1.2vw);
    letter-spacing: 2px;
}
.claim-gift .button-box .btn:hover{
	color: #000;
	background-color: #fff;
}
.home-category-box .item{
	width: 14.28%;
	border: 1px solid #ddd;
	padding: calc(5px + .4vw);
	margin-top: -1px;
    margin-left: -1px;
}
.home-category-box .item a{
	font-size: calc(13px + .16vw);
	color: #000;
}
.home-category-box .item a > div{
	width: 100%;
}
.home-category-box .item:hover a{
	text-decoration: underline;
}
.home-category-box .item .image{
	padding-bottom: 100%;
    background-size: cover;	
}
.home-category-box .main-category-item a{
	font-size: calc(13px + .16vw);
	color: #000;
}
.home-category-box .main-category-item a > div{
	width: 100%;
}
.home-category-box .main-category-item:hover a{
	text-decoration: underline;
}
.home-category-box .main-category-item .image{
	padding-bottom: 100%;
    background-size: cover;	
}
.home-category-box .main-category-item{
	width: 25%;
	border: 1px solid #ddd;
	padding: calc(5px + .4vw);
	margin-top: -1px;
}
.home-category-box .category-item-box{
	width: 75%;
}
.home_recentview_section{
	background-color: #F2F1F1;
}
.home-brands-section .item{
	padding: calc(5px + .4vw);
}
.home-brands-section .item img{
	margin: 0 auto;
}
/* End Home */

/* About Us */
body.iid-4 #footer-area{
	margin: 0!important;
}
.about_us.section-space{
	padding: 0!important;
}
.about-us-content{
	background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.aboutus-description{
	max-width: calc(500px + 10vw);
	text-align: justify;
	padding-bottom: calc(20px + 2vw);
	line-height: calc(20px + .25vw);
	background: rgba(255,255,255,.6);
}
/* End About Us */

/* Product Listing */
.product-category h2{
	text-align: center!important;
	text-transform: uppercase!important;
}
.main-category-box{
	width: 20%;
}
.subsubcategory-box{
	width: 80%;
	padding: calc(15px + 1.2vw) 10px;
    align-self: flex-start;
}
.main-category-box{
	padding: 0;
	border-right: 2px solid #000;
	align-content: flex-start;
}
.main-category-box .item{
	width: 100%;
}
.main-category-box .item > a{
	font-family: LatoB;
	display: block;
    color: #000;
    width: 100%;
    padding: calc(6px + .35vw) 20px;
    border-bottom: 2px dashed #000;
}
.main-category-box .item > a:hover{
	color: #fff;
	background: linear-gradient(to right, #F49D3E 40%, #CF4733 100%);
}
.main-category-box .item:hover .child-box{
	display: flex;
}
.main-category-box .item .child-box{
	display: none;
	width: calc(500px + 10vw);
	max-height: 280px;
    position: absolute;
    top: 0%;
    left: 100%;
    border: 2px solid #C2262F;
    padding: calc(6px + .35vw);
    z-index: 6;
    background: #fff;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}
.main-category-box .item .child-box .item-child{
	width: 20%;
	padding: 10px;
	margin-bottom: 12px;
}
.main-category-box .item .child-box .item-child:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
}
.main-category-box .item .child-box .item-child a > div{
	width: 100%;
}
.main-category-box .item .child-box .item-child a{
	color: #d85935;
	font-weight: bold;
}
.main-category-box .item .child-box .item-child a .image{
	margin-bottom: 6px;	
}
.subsubcategory-box .item{
	width: 20%;
	padding: 7px;
	margin-bottom: 12px;
}
.subsubcategory-box .item a{
	font-size: calc(14px + .21vw);
	font-family: LatoB;
	height: 100%;
	color: #d85935;
	border: 1px solid #bbb;
	padding: 10px;
}
.subsubcategory-box .item a .image{
	margin-bottom: 12px;
}
.product-view > .table-responsive{
    width: 100%;
}
.product-listing h2{
	text-align: center!important;
}
.product-listing-table {
	font-size: calc(12px + .105vw);
}
.product-listing .product-view, .account-my_product .product-view{
	margin: 0!important;
}
.product-listing-table thead td{
	font-weight: 400;
	color: #fff;
	text-transform: none;
	background-color: #EE8E3C;
	border: 1px solid #f7f7f7;
}
.product-listing-table tbody td{
	width: 120px;
	vertical-align: middle!important;
}
.product-listing-table tbody td.name, .product-listing-table tbody td.price{
	width: 150px;
}
.product-listing-table tbody td.description{
	width: auto;
}
.product-listing-table a{
	color: #000;
}
.product-listing-table a:hover{
	text-decoration: underline;
}
.product-listing-table .btn-cart{
	color: #fff;
	background-color: #EE8E3C;
	text-transform: none;
	padding: 6px 12px;
	align-items: center;
}
.product-listing-table .input-number{
	display: inline-block;
	max-width: 50px;
}
.product-listing-table .price-new{
	color: #d85935;
	font-weight: bold;
}
.product-listing-table .price-old{
	color: #999;
	text-decoration: line-through;
}
.product-result{
    width: 100%;
	margin-bottom: 10px;
	letter-spacing: .1vw;
}
.section-space.category{
	overflow: visible!important;
	padding: 0 0 20px 0!important;
}
.filter-box{
	background-color: #F2F1F1;
	padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.filter-box select{
	width: 160px;
	height: 40px;
	margin-right: 10px;
}
.filter-box .item{
	padding-bottom: 12px;
}
#filter-groups>div{
	margin: 0!important;
}
#side-price .price-container{
	margin: 0!important;
}
#side-price .item{
	font-size: 12px;
	width: 200px;
	height: 40px;
}
#side-price .ui-slider-horizontal{
	height: 4px!important;
	margin-top: 8px!important;
}
#side-price #slider-price{
	background-color: #333!important;
}
#side-price .ui-slider-range{
	background-color: #EB873B!important;
}
#side-price .ui-slider-handle{
	width: 12px!important;
    height: 12px!important;
    border: 1px solid #EB873B;
    border-radius: 0!important;
    background-color: #EB873B!important;
}
.filter-box .button-box{
	padding-top: 12px;
}
.filter-box .button-box a + button{
	margin-left: calc(12px + .6vw);
}
#side_filter{
    display: flex;
    flex-wrap: wrap;
}
.listing-qty-box{
    padding-bottom: 5px;
}
.listing-qty-box.input-group .form-control[name^=quantity]{
    height: 42px!important;
}
.category-filter-content, .manufacturer-filter-content, .filters-filter-content{
    width: 300px;
    margin: 0 7px 25px 7px;
}
.category-filter-wrap, .manufacturer-filter-wrap, .filters-filter-wrap{
    height: calc(120px + 8vw);
    padding: 2px 0;
    background: #fff;
    border: 1px solid #c7c7c7;
    overflow: auto;
}
.category-filter-content label, .manufacturer-filter-content label, .filters-filter-content label{
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 2px 8px!important;
}
.filter-management-content label input[type="radio"], .filter-management-content label input[type="checkbox"]{
    visibility: hidden;
    width: 0px;
    margin: 0!important;
}
.filter-management-content label.active{
    color: #fff;
    background: #f49d3e;
}
.filter-management-content label.disabled{
    color: #b7b7b7;
    background: #f7f7f7;
    cursor: not-allowed!important;
}
/* End Product Listing */
 
/* Product Inner */
.product-product h2{
	text-align: center!important;
}
.product-image-column .product-image-main img{
	border: 1px solid #ccc;
}
.product-product .product-image-additional-container{
	padding: 0!important;
}
.product-product .product-image-additional-container .slick-no-slide{
	margin: 0!important;
}
.product-detail-content .product-detail{
	max-width: 450px;
	margin-bottom: 15px;
}
.product-detail-content .product-option-content{
	width: 300px;
	margin-bottom: 15px;
}
.product-detail-content .product-option-content #product{
	background-color: #F7F7F7;
}
.product-detail-content .product-detail .model{
	font-size: calc(15px + .26vw);
	letter-spacing: 1px;
	padding-bottom: 12px;
}
.product-product .price-box{
	font-size: calc(15px + .47vw);
	font-weight: bold;
	line-height: normal;
}
.product-product .price-box li{
	display: inline-block;
}
.product-product .price-box .old-prices{
	color: #999;
}
.product-product .price-box .new-prices{
	color: #d85935;
}
.product-product span.title{
	font-weight: bold;
	text-transform: uppercase;
}
.product-product .detail-content li{
	padding: 2px 0;
}
.product-product .itembox, .product-product #product .form-group{
    display: flex;
    align-items: center;
	padding: 8px 15px;
	border-bottom: 1px solid #E57939;
	margin: 0;
}
.product-product .itembox > span, .product-product #product .form-group > label{
	min-width: 120px;
	font-weight: bold;
	margin: 0;
}
.product-product .qty-box .btn-cart{
	color: #fff;
	background-color: #EE8E3C;
	margin-left: 8px;
	text-transform: none;
	padding: 6px 15px;
}
.product-product .qty-box .changeqty-valuebox button{
    font-weight: bold;
    font-size: 18px;
    line-height: 0;
    padding: 6px 8px;
    width: 30px;
}
.product-product .bulk-purchase-box table{
	margin: 0;
}
.product-product .bulk-purchase-box thead td{
	color: #fff;
	background-color: #EE8E3C;
	padding: 10px 15px;
	border: none;
	text-transform: none;
}
.product-product .bulk-purchase-box td{
	border-bottom: 2px dashed #E57939;
    padding: 8px 15px;
}
.product-product #product-tabs{
	border-bottom: 1px solid #E57939;
}
.product-product #product-tabs li a{
	color: #E57939;
	border: 1px solid #E57939;
	border-radius: 0;
	margin: 0;
}
.product-product #product-tabs li.active a{
	color: #fff;
	background-color: #E57939;
	margin: 0;
}
.product-product .featured-module{
	padding-top: calc(20px + 2vw);
}
.product-product .featured-module h2{
	text-align: left!important;
}
.product-product .featured-module .button-box{
	display: none;
}
.table-attribute{
	width: auto;
}
.table-attribute td{
	border: 1px solid #E57939!important;
    padding: 2px 6px!important;
}
.table-attribute tr td:first-child{
	font-weight: bold;
	background-color: #f7f7f7;
}
.tab-content-attribute .table-responsive{
	border: none!important;
}
.product-product #sum_price{
    font-weight: normal;
}
.location-box{
    position: absolute;
    top: -200%;
    right: 0;
    width: 200px;
    padding: 6px;
    background: #f7f7f7;
    border: 1px solid #000;
}
.product-filters{
    padding: 12px 0;
}
.product-filters .menu{
    border-bottom: 1px solid #E57939;
    margin-bottom: 12px;
}
.product-filters .title{
    display: inline-block;
    color: #fff;
    background-color: #E57939;
    border: 1px solid #E57939;
    padding: 10px 15px;
}
.product-filters .table-responsive{
    border: none;
}
.product-filters .table{
	width: auto;
}
.product-filters .table td{
	border: 1px solid #E57939!important;
    padding: 4px 6px!important;
    min-width: 80px;
}
.product-filters .table tr td:first-child{
	font-weight: bold;
	background-color: #f7f7f7;
}
.product-filters .table thead tr td{
    font-weight: normal!important;
    color: #fff!important;
    background-color: #E57939!important;
    text-transform: none;
    padding: 2px 15px!important;
}
/* End Product Inner */

/* Account Product */
.account-product-content{
    padding: 0;
}
.account-product-content .form-group{
    margin-bottom: calc(12px + .5vw);
} 
.account-product-content .button-box button + button{
    margin-left: 12px;
}
.account-product-content table thead td{
	color: #fff;
	text-transform: none;
	background-color: #EE8E3C;
	border: 1px solid #f7f7f7;
}
.account-product-edit h2{
    margin-bottom: 15px!important;
}
.create-product-content label{
    font-weight: bold;
    margin-bottom: 0;
}
.create-product-content .form-group{
    margin-bottom: calc(12px + .5vw);
}
.create-product-content .form-group .well{
    margin: 0;
}
.create-product-content .product-content-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.create-product-content .product-content-box > div{
    width: 33.33%;
    padding: 0 7.5px;
}
.create-product-content div.required .control-label:before{
    display: none;
}
.create-product-content div.required .control-label:after{
    content: ' *';
    color: #F00;
    font-weight: bold;
}
.create-product-content table thead td{
	color: #fff;
	text-transform: none;
	background-color: #EE8E3C;
	border: 1px solid #f7f7f7;
}
.create-product-content table td{
    min-width: 120px;
}
.create-product-content #product_image img{
    max-width: 150px!important;
}
/* End Account Product */

/* Account Wishlist */
.account-wishlist .input-group .form-control[name^=quantity]{
    height: 42px!important; 
    width: 80px;
}
.account-wishlist .product-listing-table .pdetails{
    width: auto;
}
.account-wishlist .product-listing-table .addcart-content{
    /*max-width: 150px;*/
}
.account-wishlist .product-listing-table .action{
    /*max-width: 1px;*/
}
.account-wishlist .product-listing-table a.btn-danger{
    color: #fff;
}
/* End Account Wishlist */

/* Account */
.account-container{
    margin: 0 -10px;
}
.account-container > div{
    flex: 1;
    padding: 0 10px;
}
.account-report_export .well label{
    margin-bottom: 0;
}
.account-report_export .well .form-group{
    margin-bottom: 12px;
}
/* End Account */

/* Submitted ORder */
.submitted-order-container{
    margin-bottom: 20px;
}
.submitted-order-container h4{
    text-decoration: underline;
}
.submitted-order-container .item{
    margin-bottom: calc(25px + 1vw);
}
.submitted-order-container .item table{
    margin-bottom: 24px;
}
.submitted-order-container .item .button-box{
    padding-bottom: 25px;
}
.submitted-order-container table .image{
    width: 1%;
}
.submitted-order-container table .image img{
    max-width: 75px;
}
.submitted-order-container table .qty,.submitted-order-container table .price,.submitted-order-container table .total,.submitted-order-container table .status,.submitted-order-container table .date{
    width: 10%;
}
.submitted-order-container .status-button-toggle{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.submitted-order-container .status-button-toggle li {
    margin-right: 5px;
}
.submitted-order-container .status-button-toggle li a{
    background: #e7e7e7;
    color: #222;
}
.submitted-order-container .status-button-toggle li.active a{
    background: #EE8E3C;
    color: #fff;
}
.account-sub_submitted_order .rejected-cart button, .account-sub_submitted_order .pending-cart .action button{
    width: 90px;
    letter-spacing: 0!important;
    margin-bottom: 6px;
}
.submitted-order-container h4{
    cursor: pointer;
}
.submitted-order-container h4 .minus{
    display: none;
}
.submitted-order-container h4[aria-expanded="true"] .plus{
    display: none;
}
.submitted-order-container h4[aria-expanded="true"] .minus{
    display: inline-block;
}
.submitted-order-container h4[aria-expanded="false"] .minus{
    display: none;    
}
.approval-comment {
    margin-bottom: 15px;
}
/* End Submitted Order */

/* Cart */
.change-mycart{
   margin-right: 12px; 
}
.checkout-cart .address{
    margin-bottom: 10px;
}
.checkout-cart .address-fields {
    margin: 0 -8px;
}
.checkout-cart .address-fields .item{
    width: 33.33%;
    padding: 8px;
}
/* End Cart */

/* Checkout */
#coupon-content .btn-primary{
    padding: 7px 15px;
    min-width: 0px;
}
.quickcheckout-checkout #content .quickcheckout-heading, .quickenquiry-checkout #content .quickcheckout-heading{
    padding-bottom: 8px!important;
}
/* End Checkout */

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding: calc(20px + 3vw) 0 0 0;
	background: linear-gradient(to right, #F49D3E 5%, #C1242F 90%);
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ddd;
}
footer h5 {
	font-family: LatoB;
	font-size: calc(13px + .16vw);
	color: #fff;
	margin-bottom: calc(10px + .8vw);
}
.footer-bottom{
	padding: calc(15px + 2vw) 0 10px 0;
}
footer .footer-upper-contet{
	margin: 0 -8px;
}
footer .footer-upper-contet > div{
	flex: 1;
	padding: 0 8px;
}
footer .footer-upper-contet>*:last-child{
	flex: 1!important;
}
footer .footer-contact-info{ 
	flex: 3!important;
}
footer .footer-social-icons{
	padding: 0!important;
}
footer .footer-contact-links ul li a{
	line-height: calc(20px + .3vw);
}
footer .footer-info-content{
	line-height: calc(20px + .3vw);
}
footer .footer-info-content > div{ 
	width: 33.33%;
}
/* End Footer *?

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		padding: 0 10px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '//'!important;
	font-weight: bold;
	display: block;
	position: absolute;
	top: -3px;
	right: -6px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn-primary{
	font-size: calc(12px + .16vw);
	background: linear-gradient(to right, #F49D3E 40%, #CF4733 100%)!important;
	min-width: calc(120px + 2vw);
	position: relative;
    min-height: 0px!important;
    height: auto!important;
    text-transform: none!important;
    outline: none!important;
    border: none;
    border: none;
    padding: calc(8px + .5vw) calc(15px + 1.2vw);
    letter-spacing: 2px;
    transition: all 0.5s!important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .cart-btn:hover, .btn-primary:disabled, .btn-primary.disabled{
    color: #fff;
    /*background: linear-gradient(to right, #CF4733 40%, #F49D3E 100%)!important;*/
    box-shadow: none!important;
    transition: all 0.5s!important;
}
.btn-filter, .btn-reset, .btn-filter2, .btn-blue, .btn-green, .btn-delete{
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #EE8E3C;
    padding: 6px 15px!important;
    letter-spacing: .2vw!important;
}
.btn-delete{
    color: #fff;
    background-color: #f56b6b;
    border-color: #f56b6b;
}
.btn-green{
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    letter-spacing: 0!important;
}
.btn-blue{
    color: #fff;
    background-color: #1e91cf;
    border-color: #1978ab;
}
.btn-filter2{
    color: #fff;
    background: linear-gradient(to right, #F49D3E 40%, #CF4733 100%)!important;
}
.btn-reset{
	color: #EE8E3C;
    background: #fff!important;	
}
.btn-reset:hover, .btn-reset:active, .btn-reset:focus{
	color: #EE8E3C;
}
.btn-green.btn-submit{
    padding: 10px 25px!important;
    font-size: 15px;
}
.btn-green.btn-add{
    font-size: 14px;
    padding: 8px 18px!important;
    line-height: normal;
    margin-bottom: 8px;
}
.btn-print{
	padding: 5px 18px;
    min-width: 0;
    letter-spacing: 0;
    margin-bottom: 6px;
}

/* switch for product status change */
	/* The switch - the box around the slider */
	.switch {
		position: relative;
		display: inline-block;
		width: 40px;
		height: 22px;   
		margin-top: 7px;
	}

	/* Hide default HTML checkbox */
	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

	/* The slider */
	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .4s;
		transition: .4s;
	}

	.slider:before {
		position: absolute;
		content: "";
		height: 15px;
		width: 15px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

	input:checked + .slider {
  		background-color: #2196F3;
	}

	input:focus + .slider {
  		box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
		-webkit-transform: translateX(18px);
		-ms-transform: translateX(18px);
		transform: translateX(18px);
	}

	/* Rounded sliders */
	.slider.round {
  		border-radius: 34px;
	}

	.slider.round:before {
	  	border-radius: 50%;
	}
/* switch for product status change end */

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;

}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group{
	display: flex;
}

.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
		width: 100%;
	}
	
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	
	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
	
    #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 80px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.owl-nav > *{
	position: absolute;
	top: 0px;
	/*display: flex;
	justify-content: center;*/
	
	width: 24px;
	height: 100%;
}

.owl-nav > * > i{
	align-self: center;
	font-size: 18px;
}

.owl-nav > *:nth-child(1){
	left: 0px;
}
.owl-nav > *:nth-child(2){
	right: 0px;
}

.owl-dots{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 14px;
	left: 0px;
}

.owl-dots > *{
	display: inline-block;
	margin:  4px;
	vertical-align: top;
	background: #e1e1e1;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.owl-dots > *:hover, 
.owl-dots > *.active:hover,
.owl-dots > *.active{ 
	background: #999;
}

html .live-search .result-text{ 
	line-height: 34px; 
}

html .live-search ul{
	margin-bottom: 34px;
}

.gmap > div{
	height: 100% !important;
}

#ToTopHover {
	position: fixed;bottom: 20px;right: 20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left -51px;width: 51px;height: 51px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}
	#ToTop {display: none;text-decoration: none;position: fixed;bottom: 20px;right: 20px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left top;
}

@media (min-width: 1200px){
	.pull-lg-right{
		float: right;
	}
	.pull-lg-right{
		float: right;
	}
}

@media (min-width: 992px){
	.pull-md-right{
		float: right;
	}
	.pull-md-right{
		float: right;
	}
}

@media (min-width: 768px){
	.pull-sm-right{
		float: right;
	}
	.pull-xs-right{
		float: right;
	}
}

#product-filter-replace{
	position: relative;
}

#product-filter-replace #product-filter-loading-overlay{
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}


@media (max-width: 768px){
	.text-danger {
	    width: 250px;
	}
}

  .pd-5 {
	  padding: 5px;
  }

  .pd-t15 {
	padding-top: 15px;
  }
  
  .pd-b15 {
	padding-bottom: 15px;
  }
  
  .pd-l15 {
	padding-left: 15px;
  }
  
  .pd-r15 {
	padding-right: 15px;
  }
  
  .pd-30 {
	padding: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-30 {
	  padding: 20px;
	}
  }
  
  .pd-t30, .pagination {
	padding-top: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-t30, .pagination {
	  padding-top: 20px;
	}
  }
  
  .pd-b30 {
	padding-bottom: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-b30 {
	  padding-bottom: 20px;
	}
  }
  
  .pd-l30 {
	padding-left: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-l30 {
	  padding-left: 20px;
	}
  }
  
  .pd-r30 {
	padding-right: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-r30 {
	  padding-right: 20px;
	}
  }
  
  .pd-40 {
	padding: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-40 {
	  padding: 30px;
	}
  }
  
  .pd-t40 {
	padding-top: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-t40 {
	  padding-top: 30px;
	}
  }
  
  .pd-b40 {
	padding-bottom: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-b40 {
	  padding-bottom: 30px;
	}
  }

  .mg-t10 {
	  margin-top: 10px;
  }
  .mg-b10 {
	  margin-bottom: 10px;
  }

  .no-border {
		border: none !important;
	}  
	
	.z1 { 
		z-index: 1; 
	}

	.bootstrap-datetimepicker-widget .datepicker .day.disabled{
		opacity: 0.2;
	}

	.w100px {
		width: 100px;
	}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}
.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed  */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed  */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}
  
@media (max-width: 1300px) {
	.corner-badge::after {
		border-width: 60px;
	}
}

@media (max-width: 767px) {
	.corner-badge::after {
		border-width: 40px;
	}
}

.corner-badge-price {
	padding-top: 30px;
	padding-right: 15px;
	/* color to be changed  */
	color: #fff;
	/* font size to be changed  */
	font-size: 20px;
}

@media (max-width: 1300px) {
	.corner-badge-price {
		padding-top: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.corner-badge-price {
		padding-top: 5px;
		padding-right: 5px;
	}
}

/* fix flex-group on firefox and other browser */
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
/* fix flex-group on firefox and other browser */

/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1{
    margin: 15px 0;
}

@media screen and (max-width: 540px){
    .quickcheckout-checkout .blockUI.blockMsg{
        width: 80%!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
}
/* quickcheckout loading UI related */

/* refer bootstrap 4 */
.input-group-b4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
	white-space: nowrap;
	padding: 6px 12px;
}
.input-group-b4 > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/* refer from bootstrap 4 */

/* recaptcha horizontal center */    
/* for mobile */
#google_recaptcha .g-recaptcha {
	transform: scale(0.8);
	transform-origin: left center;
}
#google_recaptcha .text-danger {
	text-align: left;
}
@media (max-width: 767px) {
	#google_recaptcha {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#google_recaptcha .g-recaptcha {
		transform-origin: center;
		width: 100%;
	}
	#google_recaptcha .g-recaptcha > div {
		margin: auto;
	}
	#google_recaptcha .text-danger {
		text-align: center;
	}
}
/* recaptcha horizontal center */

/* remove x button of certain inputs in IE */
.form-control::-ms-clear {
    display: none;
}
/* remove x button of certain inputs in IE */

/* remove border for filters */
.list-group-item {
	border: none;
}
/* remove border for filters */

/* fix on checkout page when address too long on existing address dropdown, cause page overflow */
.quickcheckoutleft{
    overflow: hidden;
}
/* fix on checkout page when address too long on existing address dropdown, cause page overflow */

.iframe-wrap iframe {
	width: 100%;
}

.special-sticker{
	padding: 3px 15px 3px 8px!important;
    line-height: 1.4;
    z-index: 2;
    left: -1px;
    top: 10px!important;
    background-color: #cb3232!important;
}
.special-sticker:after{
	content: '';
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 25px solid #fff;
    clear: both;
}
.sticker{
	right: auto!important;
	left: -1px;
    top: 10px!important;
    position: relative;
    padding: 3px 15px 3px 8px!important;
}
.sticker:after{
	content: '';
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 25px solid #fff;
    clear: both;
}

/* mobile menu arrow rotate */
.cd-accordion-menu .has-children input+a+label i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .4s;
}
.cd-accordion-menu .has-children input:checked+a+label i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* mobile menu arrow rotate */

/* vertical slider fixes */
.vertical .product-image-additional-container {
	width: 20%;
}
.vertical .product-image-main-container {
	width: 80%;
}
.vertical .product-image-additional {
	padding-right: 5px;
}

.product-product .vertical .product-image-additional-container {
    padding: 0px;
}
.product-product .vertical .product-image-additional-container .slick-track {
  	display: block;
  	width: auto !important;
}
.product-product .vertical .product-image-additional-container .slick-no-slide {
	margin: 0;
}
.product-product .vertical .product-image-additional-container .slick-no-slide img {
	margin-bottom: 10px;
}
.product-product .vertical .product-image-additional-container .slick-nav.prev {
	top: auto;
	height: auto;
	top: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
.product-product .vertical .product-image-additional-container .slick-nav.next {
	top: auto;
	height: auto;
	bottom: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
/* vertical slider fixes */

/* product-option-image */
.product-product .vertical .product-image-additional-container img,
.product-image-main img {
	width: 100%;
}
/* product-option-image */

/* articles left menu */
#articles-filter-trigger-open {
  position: fixed;
  top: 50vh;
  left: -54px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 10;
  width: 150px;
  padding: 10px;
  display: none;
}

@media (max-width: 991px) {
  #articles-filter-trigger-open {
    display: block;
  }
}

#articles-column-left .list-group-item {
  padding: 5px 15px;
  background-color: transparent;
}

#articles-column-left .list-group-item a {
  border: none;
}

#articles-column-left .list-group-item .list-group-item-wrap {
  background-color: #337ab7;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

#articles-column-left .list-group-item .list-group-item-wrap:hover {
  background-color: #286090;
}

#articles-column-left .list-group {
  margin-top: 20px;
}

#articles-column-left .list-group .list-group-item-wrap > a {
  border: none;
  background-color: transparent;
  color: #fff;
}

#articles-column-left .year-wrap {
	display: flex;
	align-items: center;
}
#articles-column-left .year-wrap a {
	width: calc(100% - 30px);
}
#articles-column-left .year-wrap .toggle {
	width: 30px;
	text-align: center;
}
#articles-column-left .list-group-item .list-group {
	display: none;
}
#articles-column-left .list-group-item.active .list-group {
	display: block;
}
#articles-column-left .list-group-item .toggle .caret {
	color: #666;
}
#articles-column-left .list-group-item.active .toggle .caret {
	transform: rotate(180deg);
}

@media (max-width: 991px) {
  #articles-column-left {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 15px 15px;
    overflow: auto;
    background: white;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
  #articles-column-left.open {
    opacity: 1;
    transform: translateX(0%);
  }
  #articles-column-left #articles-filter-trigger-close {
    z-index: 2;
  }
  .news-ncategory #content {
    width: 100%;
  }
}
/* articles left menu */
.date.input-group .input-group-addon {
	border: 1px solid #ccc;
	padding: 9px 12px;
}
.text-login {
	margin-bottom: 15px;
}
/* flex related */
.flex-hcenter {
	justify-content: center;
}
.flex-vcenter {
	align-items: center;
}
.flex-h-end {
  justify-content: flex-end;
}
/* flex related */

/* product component option */
.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}
.product-gutter .product-inputs>* {
	font-size: 12px;
}
.product-gutter .cart-buttons {
	margin: auto auto 0;
}
.product-gutter .product-option img{
	width: 50px;
}
@media (max-width: 767px) {
	.product-gutter .product-inputs {
		flex-wrap: wrap;
	}
	.product-gutter .product-inputs>* {
		width: 100%;
	}
	.product-gutter .product-inputs>*:last-child {
		margin-left: 0px;
	}
}
/* product component option */


/* social login at quickcheckout */
#login-box .social-login #column-left {
	float: none;
	width: 100%;
}
#login-box #d_social_login {
    justify-content: center;
}
#login-box .d_socail_login_header {
 	text-align: center; 
    width: 100%;
    display: table;
    table-layout: fixed;
}
#login-box .d_socail_login_header>* {
    display: table-cell;
    position: relative;
}
#login-box .d_socail_login_header>*:nth-child(1)::before, 
#login-box .d_socail_login_header>*:nth-child(3)::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    top: 50%;
    left: 0px;
    position: absolute;
}
#login-box .dsl-button .l-side {
    position: relative;
    border-right: 0px;
    width: 60px;
}
#login-box .dsl-button .l-side .dsl-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-size: contain;
}
#login-box .dsl-button .r-side {
    width: 100%;
    text-align: center;
}
/* social login at quickcheckout */

/* cart pop up edit */
.cart-dorpdown-item-charges.label-only,
.cart-edit-off .cart-dorpdown-item-charges.with-control  {
	/*display: none;*/
	display: block;
}
.cart-edit-off .cart-dorpdown-item-charges.label-only,
.cart-dorpdown-item-charges.with-control {
	display: none;
}
.cart-dorpdown-item-charges.with-control {
	width: 70%;
	max-width: 200px;
}
.cart-dorpdown-item-charges.with-control .input-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sticker.sticker-image{
    padding: 0;
    background-color: transparent!important;
}
.image-zoom:hover .sticker.sticker-image img,
.image-zoom-hover:hover .sticker.sticker-image img,
.image-zoom:hover .special-sticker img,
.image-zoom-hover:hover .special-sticker img{
    transform: none!important;
}


.product-product .vertical .product-image-additional-container .sticker-image img, .product-image-main .sticker-image img{
    border: none;
}

/* announcement bar use */
.sliding-text {
    position: relative;
    white-space: nowrap;
    animation: floatText 20s infinite;
    -moz-animation: floatText 20s infinite;
    -webkit-animation: floatText 20s infinite;
    -ms-animation: floatText 20s infinite;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    text-align: right;
}

@media screen and (max-width: 540px){
    .mobile-sliding-text{
        position: relative;
        white-space: nowrap;
        animation: floatText 20s infinite;
        -moz-animation: floatText 20s infinite;
        -webkit-animation: floatText 20s infinite;
        -ms-animation: floatText 20s infinite;
        animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        text-align: right;
    }
}

@keyframes floatText {
  from {
    right: -100%;
  }
  to {
    right: 100%;
  }
}
/* announcement bar use */

.filters-wrap .btn {
	height: 100%;
}

.colorwhite {
	color: #fff;
}

.mg-b30 {
	margin-bottom: 30px;
}

.pd-b80p {
	padding-bottom: 80%;
}

.cover-bg {
	background-size: cover;
}

.center-bg {
	background-position: center;
}

.position-all0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.b4-col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

.b4-col-100p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.b4-col-50p-md {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.hover-overlay .to-overlay {
	background-color: rgba(51, 122, 183, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .4s;
}

.hover-overlay:hover .to-overlay {
	opacity: 1;
}

@media print {
    .slick-slider,header,footer,.featured-module{
        display: none;
    }
    a[href]:after {
	    content: none!important;
	}
	body{
		padding: 0!important;
	}
	.printing-product-image{
	    display: block!important;
	}
}


@media (max-width: 1400px) {
	.home-category-box .item{width:20%;}
}
@media (max-width: 1199px) {
    .account-wishlist .product-listing-table .addcart-content{width:auto;max-width:100%;} 
    .checkout-cart .address-fields .item{width:50%;}
	.subsubcategory-box .item{width:25%;}
	.product-detail-content .product-detail,.product-detail-content .product-option-content{width:100%;}
	.slideshow-category-box{width:25%;}
	.slideshow-homebanner{width:100%;}
	.slideshow-homebanner{display:flex;flex-wrap:wrap;}
	.slideshow-homebanner .item a{min-height:calc(120px + 5vw);}
	.slideshow-homebanner .item{height:auto;width:33.33%;padding:0;}
	.home-slideshow-slider{width:75%!important;padding-right:0!important;}
	footer .footer-contact-info{flex:2!important;}
	footer .footer-info-content > div{width:100%;margin-bottom:20px;}
}
@media (max-width: 991px) {
    .account-wishlist .product-listing-table .pdetails{width:auto;max-width:100%;}
	.subsubcategory-box .item{width:33.33%;}
	.aboutus-description{max-width:100%;}
	.home-category-box .main-category-item .image{padding-bottom:40%;background-size:contain;background-repeat:no-repeat;background-position:center;}
	.home-category-box .main-category-item,.home-category-box .category-item-box{width:100%;}
	.home-category-box .item{width:25%;}
	.featured .slick-no-slide{margin:0!important;}
	.featured-module .featured{padding:0!important;}
	.header-bottom-section-content{justify-content:flex-end;}
	.header-category-text{display:none;}
	.home-slideshow-slider{width:100%!important;padding:0!important;}
	.slideshow-category-box{display:none!important;}
	.header-top #account{display:none;}
	.search-custom .search-box{width:100%!important;}
}
@media (max-width: 767px) {
    #cartSummary td:not(:nth-child(2)){flex-direction:column;}
    #cartSummary thead td:first-child{display:none;}
    #cartSummary tbody tr td{padding-bottom:8px!important;}
    #cartSummary tbody tr td:first-child{width:20px!important;}
    #cartSummary tbody tr td:first-child+*{padding:0!important;}
    #cartSummary tbody tr{padding:15px 10px!important;}
    .account-container{flex-direction:column;}
    .cart-minimum{flex-direction:column;}
    .create-product-content .product-content-box > div{width:50%;}
	.product-listing-table tbody td{min-width:100px!important;white-space:unset!important;}
	.subsubcategory-box .item{padding:4px;margin:0;}
	.subsubcategory-box{width:100%;}
	.main-category-box{display:none!important;}
	.home-category-box .item{width:33.33%;}
	.product-gutter{padding:0;}
	.slider-slideshow-description{top:20%!important;transform:translate(-50%, -20%)!important;}
	.slider-slideshow-description .slider-slideshow-description-texts{padding:0!important;text-align:center;}
	.slideshow .owl-nav{display:none;}
	.slideshow .slider-custom-dots .owl-dot{margin:0px 3px 8px!important;}
	footer{text-align:center;}
	footer .footer-upper-contet{margin:0;}
	footer .footer-upper-contet > div{flex:auto!important;width:100%;padding:0!important;margin-bottom:20px;}
}
@media (max-width: 540px) {
    .checkout-cart .address-fields .item{width:100%;}
	.home-category-box .item{width:33.33%;}
	.featured-module .slick-slide, .related-products .slick-slide{margin:0 5px!important;}
	.slideshow-homebanner .item{width:100%;}
}
@media (max-width: 480px) {
    .create-product-content .product-content-box > div{width:100%;}
	.subsubcategory-box .item{width:50%;}
	.home-category-box .item{width:50%;}
	.header-container{padding:5px 0!important;}
	.header-container #cart>a .badge{padding:0;}
	 .header-container #cart>a>span.text,.header-container .header-links>a>span.text{display:none;}
	.header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #cart>a{padding:4px!important;}
}
.account-order .export-button{
    display: none;
}