@charset "utf-8";
/* CSS Document */
/********* tiendaderelojes *********/ 
@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.0.13/css/all.css");
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	overflow-x: hidden;
	font-family:'Karla', sans-serif;
	color: #212121/*font-color-3*/;
	background: #ffffff;
}

input {
	line-height: normal;
}

input:focus-visible,
input:focus{
    outline: 0;
}

button:focus {
	outline: 0;
}

.bold, 
*.bold{
	font-weight:600;
}

.bolder, 
*.bolder{
	font-weight:800;
}

*.mb0, 
.main-title.mb0, 
.description.mb0, 
.main-button.mb0{
	margin-bottom:0;
}

.mb10{
    margin-bottom:10px;
}

.mb15{
    margin-bottom:10px;
}

.mb20{
    margin-bottom:20px;
}

.mt20{
    margin-top:20px;
}

.mt10{
    margin-top:10px;
}

*.mt0, 
.main-title.mt0, 
.description.mt0, 
.main-button.mt0{
	margin-top:0;
}

.no-gutters>.column,
.no-gutters>.columns {
	padding-left: 0;
	padding-right: 0;
}

.container.full-width {
	max-width: 100%
}

/***WhatsApp***/

.btn-whatsapp{ 
	display: block;
    width: 60px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    /*box-shadow: 6px 2px 4px 0px #00000094;*/
    border-radius: 35px 0 0 35px;
    background-color: #af7f66; /*#290606;*/
        
}
.log-whatsapp {
    width: 120px;
    padding: 1px 0 ;
    margin: -2px 0 0 -32px;
    
}
/***End_WhatsApp***/

.flexCenter {
    display: flex;
    justify-content: center;
}
.flex-vertical {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/*height: 7rem; center bar search*/
    
}

.justify-content-right{justify-content: flex-end;padding: 2rem 0px 0 10rem;}


/********** Vars Theme ***********/

.section-space { padding: 2.5em 0 0; }

.font-accent {
	font-family:'Karla', sans-serif;
	font-weight: 400;
	color: #142732;
	line-height: 1.15;
}

.title-main {
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	font-family:'Libre Baskerville', sans-serif;
	/*margin: 20px 20px 0 0;*/
	text-align: center;
}

h2.title-main{
    font-size: 36px;
} 
#title_change.title-main {
    font-size: 32px;
    text-align: left;
}
.title-main span {
    font-size: 24px;
    font-weight: 600;
    font-family:'Karla', sans-serif;
}

.title-center {
    text-align: center;
}

a.hightlight { color: #17afd7; }

p {	line-height: 120%;}
.m0 {margin: 0}

.divider {
	width: 100%;
	display: block;
	height: 1px;
	background: #ddd;
}

.preTitle:hover {
	text-decoration: underline;
}

.mainTitle {
	font-size: 34px;
	line-height: 1.2em;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Libre Baskerville', sans-serif;
	margin-bottom: 10px;
	color: #222;
}

.mainTitle.medium {
	font-size: 28px;
}

.mainTitle.small {
	font-size: 21px;
	line-height: 103%;
}

.mainTitle.xsmall {
	font-size: 18px;
	line-height: 103%;
}

.mainTitle.xsmall,
.productsPage .mainTitle.xsmall {
	font-size: 17px;
}

.mainTitle.mb0 {
	margin-bottom: 0;
}

.mainTitle.bold {
	font-weight: 700;
}

.mainTitle.semibold {
	font-weight: 500;
}


.mainTitle.accent {
	color: #9b9b9b;
}

.mainTitle.accent3,
.accent3 {
	color: #102B08;
}



.mainTitle.sans {
	font-family: 'Karla', sans-serif;
}
/*
.mainButton {
	color: #fff;
	background: #9b9b9b;
	border: 2px solid #9b9b9b;
	padding: 10px 20px;
	display: block;
	max-width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	line-height: normal;
}

.mainButton.inline_block {
	display: inline-block;
	min-width: 250px;
}

.mainButton.transparent {
	border: 2px solid #9b9b9b;
	background: transparent;
	color: #9b9b9b;
}

.mainButton.round {
	border-radius: 20px;
}



.mainButton.light:hover {
	background: #fff;
	color: #000;
	opacity: 1;
}

.mainButton.transparent:hover {
	background: #9b9b9b;
	color: #fff;
}

.mainButton.accent2 {
	background: #141414;
	border: 2px solid #141414;
}

.mainButton.accent2:hover {
	opacity: 0.7;
}

.designIcon{
    margin: -10px 0px 0 3px;
    width: 128px;
    right: auto;
}*/

.iconButn {
  color: #fff;
  background-color: #e6c16a4d0;
  border-radius: 15px;
 }
 
.iconButn:hover {background-color: #e6c16a4d}

.squaredTitle.mainTitle {
	display: inline-block;
	padding: 10px;
	border: 3px solid #141414;
	position: relative;
}

.squaredTitle.mainTitle:after {
	content: "";
	width: calc(100% - 30px);
	background: transparent;
	left: 15px;
	top: -6px;
	height: 100%;
	position: absolute;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

.squaredTitle.mainTitle:before {
	content: "";
	width: 100%;
	background: transparent;
	left: -6px;
	top: 15px;
	height: calc(100% - 30px);
	position: absolute;
	z-index: 1;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
}


/*********** Colors ************/
.color-1 { background: #e8e8e8; } /* Blue */
.color-2 { background: #272626; } /* Black */
.color-3 { background: #102B08; } /* Green */
.color-4 { background: #ffffff; }
.color-5 { background: #F8F7F6; } /*Gray*/
.gray-bg { background: #F8F7F6; } /*Gray*/

.font-color-1 { color: #FFFF; }
.font-color-2 { color: #3D7CD9; } /* Blue */
.font-color-3 {color: #141414;margin: 0 0 0 90px;} /* Black */
.font-color-4 { color: #102B08; } /* Green */


.flexWrap{
	 display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexedItem{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flexedItem span {
    color: aliceblue;
    background: #ffffff /*#3d7cd9*/;
    border-radius: 50%;
    padding: 5px 7px;
    line-height: 1;
    font-size: 12px;
    font-weight: 800;
    color: #202020;
    position: absolute;
    top: 5px;
    border: 1px solid #ffffff;
}

.transition{
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/*********** Header / Navigation ************/
header {background: #FFFFFF;}

.colorButtomwp {
    color: #AF7F66;
}

.promoSite .scrollText {
    position: absolute;
    width:100%;
    min-width: 900px;
    height: 18px;
    margin-top: -2px;
    top: 5px;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: promoSite 35s linear infinite;
    -webkit-animation: promoSite 35s linear infinite;
    animation: promoSite 45s linear infinite;
}

    /* Move it (define the animation) */
    @-moz-keyframes promoSite {
     0%   { -moz-transform: translateX(100%); }
     100% { -moz-transform: translateX(-100%); }
    }
    @-webkit-keyframes promoSite {
     0%   { -webkit-transform: translateX(100%); }
     100% { -webkit-transform: translateX(-100%); }
    }
    @keyframes promoSite {
     0%   { 
     -moz-transform: translateX(100%); /* Firefox bug fix */
     -webkit-transform: translateX(100%); /* Firefox bug fix */
     transform: translateX(100%); 		
     }
     100% { 
     -moz-transform: translateX(-100%); /* Firefox bug fix */
     -webkit-transform: translateX(-100%); /* Firefox bug fix */
     transform: translateX(-100%); 
     }
    }

.containerHeader {
	    display: flex;
	    align-items: center;
	}

.centerContainer{
    align-content: center;
    align-items: center;
    display: flex;
}


.stripe-promo {
	font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;}

.header-cart {margin: 16px 0}
.header-cart .flex-vertical {
    flex-wrap: wrap;
}
.header-cart a {
    color: #352727;
    font-size: 14px;
    padding: 5px 10px 5px 0;
    text-decoration: none;
}
.header-cart a:hover{
    color: #af7f66;
}

.header-cart span {
	background: #212121 /*#3d7cd9*/;
    border-radius: 50%;
    padding: 5px 7px;
    line-height: 1;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    /*right: 0px;*/
    top: -15px;
    border: 2px solid #fff;
}


.header-search .input_form {
    border: none!important;
    background: #FFFF;
    margin: 0;
    /*padding: 11.5px;
    border-radius: 6px;*/
}

.header-search { width: 100%; }
.search-btn {
	background: #ffffff;
    /*padding: 14px;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 19px 0 -30px;*/
    font-size: 14px;
    color: #989898;
    font-weight: 400;
    /*cursor: pointer;
	border: #eccf77  0.5px solid;
	box-shadow: 1px 0px 1px 1px #dbc070;*/
    
}
		
.search-btn:before {
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	display: inline-block;
	/*padding-right: 3px;*/
	vertical-align: bottom;
	font-weight: 700;}
	
/*** TOGGLE SEARCH ***/
.search-modal{
    display:none;
}

.search-overlay{
    background-color: rgba(23, 26, 33, .95);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    outline: 0;
}

.search-modal .search-wrap{
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    outline: 0;
    width: 100%;
    max-width: 400px;
    z-index: 9999;
}

.search-wrap input{
    width: 100%;
    font-size: 25px;
    border: none;
    border: 3px solid rgba(255, 255, 255, .1);
    background: 0 0;
    color: #fff;
    padding-bottom: 12px;
    padding-right: 40px;
    padding: 15px 15px;
    border-radius: 10px;
    height: 65px;
}

.search-wrap button{
    position: absolute;
    z-index: 20;
    background: transparent;
    color: #141414;
    font-size: 30px;
    right: 20px;
    top: 10px;
}
/*** END TOGGLE SEARCH ***/

header .socialIcon{
    float:right;
    padding:5px;
}

header .socialIcon a {
	font-size: 15px;
	color: #ffffff;
}

.logo {
	max-width: 260px;
    display: block;
	margin: auto;
	width: 50%;
}

.txtLogo {
	font-size: 30px;
	color: #9b9b9b;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.txtLogo span {
	color: #786b6b;
	font-weight: 400;
	margin-top: 2px;
}

.txtLogo p span {
	font-weight: 500;
}

.promoSite{
    color: #AF7F66;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    height: 22px;
    overflow: hidden;
    position: fixed;
    top:0;
    left:0;
    z-index: 99999;
    }


.scrollText {
    position: absolute;
    width: 100%;
    min-width: 900px;
    height: 18px;
    margin: 0;
    top: 5px;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: promoSite 35s linear infinite;
    -webkit-animation: promoSite 35s linear infinite;
    animation: promoSite 35s linear infinite;
}

.homeTitle {
	position: absolute;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #9b9b9b;
	font-weight: 300;
	padding: 10px 0;
	font-size: 1vw;
	text-transform: uppercase;
}

.menuIcons {
	color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.menuIcons span {
	margin-left: 10px;
}


.mainMenu .mainUl {
	list-style: none;
	display: block;
}

.mainMenu li {
	display: inline-block;
	vertical-align: middle;
}

.mainMenu span {
	cursor: pointer;
}

.mainMenu li a,
.mainMenu li span, 
.header_phone {
    margin: 0;
    font-family: 'Karla', sans-serif;
    color: #352727;
	letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: block;
	padding: 10px;
}

.mainMenu li a.homeicon {
	padding: 0px 6px 0 6px;
	height: 40px;
	box-sizing: border-box;
	width: 42px;
}


.mainMenu li.propMenu:hover,
.mainMenu li.propMenu:hover {
	color: #141414;
}

.mainMenu li a:hover,
.mainMenu li span:hover,
.mainMenu li a.active_nav,
.mainMenu li span.active_nav {
	color:#af7f66; /*-color-2;*/
}

.mainMenu { padding: 0 10px; }

.subMenu {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	width: 200px;
	z-index: 999;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
	background: #161a1f;/*#141414;*/
	width:500%;
	max-height:300px;
	overflow:auto;
}

.subMenu li,
.subMenu li a,
.subMenu li span {
	display: block;
	text-align: left;
	/*float: none;*/
}

.subMenu li a,
.subMenu li span {
	padding: 10px 20px;
	background:#161a1f;
	color: #F8F7F6;
	border-bottom: none;
	transition: color .15s linear, color .15s linear;
}

.mainMenu .subMenu li a:hover,
.mainMenu .subMenu li span:hover {
	background: #28384c; /*#9b9b9b;*/
	color: -color-1;
}

.propMenu:hover .subMenu {
	display: block;
}



/********* MENU-NAV APP ***********/

.redes-menu a i {
    transition: all .2s ease-in;
}

.redes-menu a i:hover,
.openSearch i:hover{
    opacity:0.5;
    transform: scale(1.2);
    
}
	
	#btn-mas{
    display: none;
}
.container-menu{
    position: fixed; 
    z-index:9999;
    bottom: 0;
    background: #202020;
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 0px 10px 0px;
    
}
.redes-menu a, .icon-mas2,
.redes-menu .openSearch {
    display: block;
    text-decoration: none;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 25px!important;
    margin:auto;
    cursor: pointer;
}


/*********** Banner ************/

#banner>div {
	display: none;
}

.bannerBg {
	background: rgba(150, 150, 150, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.banner {
	overflow: hidden;
	height: 55vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner.inner {
	height: 75vh;
}

.bullets {
	height: 14px;
	width: 14px;
	background: transparent;
	border-radius: 7px;
	cursor: ponter;
	margin: 5px;
	display: inline-block;
	background: #141414;
}


#bgRotatorNav {
	bottom: 35px !important;
}

.banner_content {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}


.buttonsBanner {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	left: 0;
	width: 100%;
	/*max-width: 50%;*/
	box-sizing: border-box;
	text-align: left;
}

.bannerCaption {
	color: #e60e0e;
    display: block;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 120%;
    font-family: 'Karla', sans-serif;
    padding-bottom: 20px;
}

.bannerCaption:after {
	content: "";
	width: 80px;
	height: 3px;
	background: #141414;
	position: absolute;
	left: 0; bottom: 0;
}

.bannerBlock {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.bannerBlock .btn-primary {max-width: 100px}

.bannerDescription {
	color: #d6c9c3;
    display: block;
    line-height: 150%;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    font-family: 'Karla', sans-serif;
	margin-bottom: 20px;
}

.small .bannerCaption {
	font-size: 32px;
}

.small .bannerDescription {
	font-size: 16px;
	color: #fff;
}

/*********** Index ***********/
.featured-container {background: #f8f7f6;}

.featured-container p {
    color: #8A8686;
    line-height: 1;
    font-weight: 200;
}
.feature{    
    margin: auto;
    padding: 0 3em;
}
.bdr:after{
	content: '';
    border-bottom: 1px solid #d2d2d2;
    position: absolute;
    right: 50%;
    height: 1px;
    width: 120px;
    top: initial;
    bottom: 20px;
    transform: translateX(50%);}	
	
.bdr:last-of-type:after{border-bottom: none}
	
.feature i {
    color: #AF7F66;
    font-size: 40px;
    margin-bottom: 10px; }

.feature h5{    
	text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;}


/********* BRANDS ***********/

.brandLogo {
	height: 100px;
	display: inline-block;
	filter: grayscale(100%);
}

.brandLogo img {
	display: block;
	height: 100%;
	object-fit: contain;
}

.col-1fifth {
	width: 20%;
}


/********* FEATURED CATEGORIES ***********/

.categoryThumb {
	height: 400px;
	position: relative;
	display: block;
	margin-block-end:100px;
	transition: all .3s ease-in;
}
a.categoryThumb:hover {
    transform: scale(1.1);
}

.categoryThumb:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #0000007d/*#000000*/;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.categoryThumb .mainTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	max-width: -webkit-calc(100% - 20px);
	max-width: calc(100% - 20px);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	text-align: center;
	padding-bottom: 5px;
}

.categoryThumb:hover:before {
	opacity: 0.7;
}


/********* PRODUCTS *********/

.prodDesc .prodOptions {
	border-color: #fff;
	font-size: 10px;
	padding: 5px 0;
	color: #7a7a7a;
}

.prodWrap {
	background: #fff;
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}

.prodWrap.bnone {
	border: none;
}

.prodThumb {
	height: 220px;
	width: 100%;
}

.prodWrap .prodThumb {
	/*background-image:url('../images/unavailable_image.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	text-decoration:none;
}

.prodDesc .title {
	font-size: 18px;
	font-weight: 700;
	color: #7e7e7e;
	margin-bottom: 10px;
	min-height: 20px;
}

.prodDesc .brand, 
.preTitle{
	font-size: 20px;
	text-transform: uppercase;
	color: #141414;
	font-weight: 600;
	min-height: 19px;
	font-family: 'Libre Baskerville', sans-serif;
}

.prodDesc.recipe .title {
	margin-top: 0;
	height: 90px;
}

.prodDesc .title.accent {
	color: #2229 /*#9b9b9b*/;
}

.prodDesc .title.short {
	height: 40px;
}

.prodPreviewWrap .fav {
	position: absolute;
	top: -7px;
	right: 2px;
	font-size: 23px;
	cursor: pointer;
}

.prodPreviewWrap .fav:hover,
.prodPreviewWrap .fav.active {
	color: #141414;
}

.prodDesc .description {
	color: #858585;
	font-weight: 300;
	font-size: 14px;
	/* min-height: 40px;*/
	margin-top: 15px;
}

.startingPrice {
	margin-bottom: -1px;
	font-size: 13px;
	font-weight: 600;
	color: -color-2;
}

.price {
	color: -color-2;
}

.reg_price {
	font-size: 20px;
	color: -color-3;
	font-weight: 600;
}

.price .oldPrice {
	display: block;
}

.reg_price .final_price{
	color: #141414;
    font-size: 23px;
}
.reg_price .crossed {
	text-decoration: line-through;
	font-weight: 400;
	font-size: 14px;
	color: #989898;
}

.crossed {
	text-decoration: line-through;
}

.price.align_right span {
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: 9px;
}

.price .oldPrice {
	color: #555;
	font-size: 16px;
	text-decoration: line-through;
}

.catTitle {
    color: #102B08;
    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.catTitle:first-of-type {
	margin-top: 20px;
}

.catTitle.m0 {
	margin-top: 0;
}
.label_filter li.lc {
    display: inline-block;
}
.label_filter li {
	margin-bottom: 8px;
}

.sortTitle {
	font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
}

.viewMore {
	text-transform: uppercase;
	margin-top: 15px;
}
.viewMore:hover,
.viewMore:focus,
.viewMore:active,
.addToCart:hover,
.addToCart:focus,
.addToCart:active,
.applyCoupon:hover,
.applyCoupon:focus,
.applyCoupon:active,
.viewAll:hover,
.viewAll:focus,
.viewAll:active,
.goCheckout:hover,
.goCheckout:focus,
.goCheckout:active{
    border: 3px solid transparent;
}

.viewAll {
    max-width: 300px;
    width: 250px;
    margin:60px 0 100px 0 ;
}

.buyN {
	/* font-weight: 600; */
	color: #fff;
	font-size: 16px;
	margin-top: 1px;
	/* text-transform: uppercase; */
	background: #222;
	padding: 5px 10px;
}

.breadCrumbs {
	font-weight: 500;
	font-size: 18px;
	padding:20px 0
}

.breadCrumbs a,
.breadCrumbs span {
	color: #102B08;
    font-size: 13px;
    color: #141414;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.breadCrumbs a:after {
	content: "/";
	margin-left: 6px;
}

.breadCrumbs a:hover {
	color: #290606;
}

.colTitle {
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #e22e31;
}

.colTitle.small {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}

.mob_price {
	font-size: 15px;
	color: #555;
	padding: 5px 0 10px 0;
	font-weight: 600;
}

.product-img {
	height: 300px;
    overflow: hidden;
}

.productThumb {
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.7;
}

.productThumb.active,
.productThumb:hover {
	opacity: 1;
}


/* Lens */

.xzoom-lens {
	border: 1px solid #555;
	box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
	cursor: crosshair;
}


.zoomIn {
    text-align: center;
    font-size: 16px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: 35px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}


/* Loading */

.xzoom-loading {
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	opacity: .7;
	background: url(../images/xloading.gif);
	width: 48px;
	height: 48px;
}

.socialShare {
	font-size: 20px;
	margin: 0 1px;
	color: #555;
	-webkit-transition: color 500ms ease-out;
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}

.shareBlock span,
.shareBlock div {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.shareBlock .at-resp-share-element .at-share-btn {
	background-color: transparent !important;
	margin: 0 5px !important;
}

.shareBlock .at-icon {
	fill: #777 !important;
	width: 25px !important;
	height: 25px !important;
}

.shareBlock .at-style-responsive .at-share-btn {
	padding: 0 !important;
}

.shareBlock a .at-icon-wrapper {
	width: 25px !important;
	height: 25px !important;
}

.socialShare:hover {
	color: #e22e31;
}

.keywords_container a {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 5px;
}

.keywords_container a:hover {
	color: #141414;
}


/*********** Product ************/

/*********** Totals ************/

.table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.table tr td,
.table tr th {
	padding: 3px 0;
	text-align: left;
}

.table tr.total {
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
}

.cartPayments {
	border: 1px solid #6b6b6b;
	padding: 20px 10px 10px;
}

#gpay {
	text-align: center;
	background: #161a1f;
	display: inline-block;
	position: absolute;
	top: -38px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px;
}

.cartPayments label img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	cursor: pointer;
}

.cartPayments img.active {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	
}


/*********** Buttons ***********/


.no-link {
    padding: 18px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
   /* font-weight: bold;
    font-size: 30px;
    text-align: center;*/
    cursor: pointer;
	color: #e6c16a/*#d6c9c3*/;
    display: table-footer-group;
    text-decoration: underline;
    float: left;
}

.btn-primary {
    display: block;
    background: transparent;
    color: #272626;
    border: 3px solid #D7D6D5;
    padding: 12px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
	text-decoration: none;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus {
    background: #bfb9b9db;
    color: #ffffff; 
    background-color:#af7f66 /*#141414;
    border: 1px solid #141414; brandpn change. */ 
}


.btn-primary.btn-transparent {
    background: transparent;
    border: 2px solid #ffffff;}
.btn-primary.btn-transparent:hover, 
.btn-primary.btn-transparent:active, 
.btn-primary.btn-transparent:focus {
    background: #171a2057;
    color: #fff; }


.btn-primary.btn-white {
    background: #ffffff;
    color: #141414;
    border: 2px solid #ffffff;}
.btn-primary.btn-white:hover,
.btn-primary.btn-white:active,
.btn-primary.btn-white:focus {
    background: #202020; 
    color: #fff;}
	
.btn-primary.btn-blue {
	background: #ffffff /*#9b9b9b*/;
    /*border: 1px solid #2229 #9b9b9b;*/}
.btn-primary.btn-blue:hover,
.btn-primary.btn-blue:active,
.btn-primary.btn-blue:focus {
    background: #af7f66;
	color: #FFFF
}

.btn-no-bg {
	background: none;
	color: #FFFF;
}



/*** Forms ***/

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	/*color: #5B6467;*/
	color: #9fa3a5;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #5B6467;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #5B6467;
}


/*********** PRODUCTS PAGE ************/

.filtersTog {
	cursor: pointer;
}

.filtersTog:after{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #000000;
    font-style: initial;
    font-size: 14px;
    line-height: 1;
	position: absolute;
	content: '\f077';
	right: 10px;
    top: 7px;
}

.filtersTog.active-filters:after{
	content: '\f078';
}

.sortingBar {
	margin-bottom: 10px;
}

.filtersTog.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.allFilters {
	margin-top: 10px;
}

.prodFilters {
	list-style: none;
}

.prodFilters ul {
	list-style: none;
	text-indent: 15px;
}

.prodFilters li {
	border: 1px solid transparent;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 9px 15px 11px 15px;
}

.prodFilters .subFilter li:first-of-type {
	padding-top: 0;
}

.prodFilters .subFilter li:last-of-type {
	padding-bottom: 15px;
}

.prodFilters .subFilter li {
	border: none;
	display: block;
	padding: 3px 0;
	margin: 0;
}

.prodFilters .subFilter li a {
	padding: 0;
	display: inline-block;
}

.hasSubfilter.active a.main,
.prodFilters .subFilter li a.active {
	color: #141414;
}

.prodFilters li a,
.prodFilters li a.main,
.filterSubcategory {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.prodFilters li.hasSubfilter {
	padding: 0;
}

.prodFilters li.hasSubfilter span {
	padding: 7px 15px 9px 15px;
	cursor: pointer;
}

.subFilter {
	display: none;
}

.active .subFilter {
	display: block;
}

.hasSubfilter span:after {
	content: '+';
	font-size: 25px;
	position: absolute;
	right: 15px;
	top: 2px;
	color: #9b9b9b;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.hasSubfilter.open span:after {
	content: '-';
	top: -webkit-calc(50% - 3px);
	top: calc(50% - 3px);
}

.filterSubcategory {
	cursor: ponter;
}

.subCatThumb {
	height: 200px;
}

.subCatThumb .img-responsive {
	object-fit: contain;
}

.prodThumb {
	color: #333;
	margin-top: 10px;
}

.prodThumb .title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;

}

.thumPrice {
	font-size: 22px;
	font-weight: 600;
	color: #212121 /*#290606*/;
}

.prodDesc {
	border-top: none;
	position: relative;
	text-align: center;
}

.mainVidFit iframe {
	display: block;
	width: 95%;
	margin: auto;
	height: 215px;
}

.freeShip {
	color: #ca0000;
	padding: 0 15px;
}

.productsPage .mainTitle {
	font-size: 28px
}

.quantity {
	vertical-align: top;
    display: inline-block;
    width: 90%;
}

.quantity .qty {
    display: block;
    float: left;
    width: 100%;
    height: 43px;
    border: 1px solid #dcdcdc;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #222;
    margin: 0;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-appearance: textfield;
    border-left: none;
    border-right: none;
}

.quantity .plus,
.quantity .minus {
    display: block;
    font-size: 17px;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 1px solid #dcdcdc;
    position: absolute;
    text-align: center;
    width: 25px;
    height: 100%;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    text-shadow: none;
    line-height: 1;
    background: #ffffff;
    color: #222;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.quantity .minus {
	bottom: 0;
	left: 0;
	border-right: 1px solid #dcdcdc;
}

.quantity .plus {
	top: 0;
	border-left: 1px solid #dcdcdc;
	right: 0;
}

.quantity .plus.inactive {
	cursor: default;
	opacity: 0.5;
}

.colTitle {
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #e22e31;
}

.colTitle.small {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}

.thumPrice.large {
	font-weight: 400;
	color: #8d8d8d;
	box-sizing: border-box;
}

.prodPreview {
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	overflow: hidden;
	transition: all .3s ease-in;
}
figure.prodPreview:hover {
    transform: scale(1.1);
}

.productThumb {
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.7;
	box-sizing: border-box;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 0);
	-moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 0);
	box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 0);
}

.productThumb.active,
.productThumb:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
	box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
	border: 1px solid #4aaad2;
}

.socialShare {
	font-size: 20px;
	margin: 0 1px;
	color: #555;
	-webkit-transition: color 500ms ease-out;
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}

.socialShare:hover {
	color: #9b9b9b;
}

.starRating {
	color: #EBBB00;
}

.viewReviews:hover {
	text-decoration: underline;
	cursor: pointer;
}

.starRating.small {
	font-size: 12px;
}

.item-in-stock {
    font-size: 13px;
    font-weight: 600;
    min-height: 19px;
    margin: 5px 0;
}

.item-in-stock.yes{color: #AF7F66;}
.item-in-stock.no{color: #a20c0c;}

.tab {
    padding: 8px 10px;
    border: 1px solid #9b9b9b;
    display: inline-block;
    margin-right: 1px;
    margin-bottom: -1px;
    background: #9b9b9b;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.tab.active {
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: 1px;
	margin-bottom: -1px;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #d6c9c3;
}

.tabBoxWrap {
	border: 1px solid #ddd;
}

.tabContent {
	display: none;
}

.tabContent:first-of-type {
	display: block;
}

.reviewWrap {
	font-size: 13px;
}

.reviewContent {
    border-top: 1px solid #dddddd;
    margin-top: 10px;
}

.reviewContent .content {
	margin-bottom: 20px;
	color: #555;
}

.reviewWrap .title {
    margin-bottom: 10px;
    font-size: 15px;
    color: #d6c9c3;
    text-transform: uppercase;
    font-weight: 600;
}

.starsLeft { width: 90px; }



.authorReview {
	color: #999;
}

.label_filter {
	list-style: none;
}

.label_filter span {
	display: inline-block vertical-align: middle;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

span.label_color {
	padding: 0.5px 10px;
	margin: 0 3px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
}

span.label_color.lc_checked {
    border: 1.5px solid #228ae6;
}


.label_color_content_check {
    display: inline-block;
    position: relative;
    bottom: 18px;
    left: 3px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#7d7d7db3;
    left:11px;
    top:6px;
}

.checkmark_kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#7d7d7db3;
    left:8px;
    top:12px;
}

.label_color.lc_checked .checkmark_stem {
    background-color:#fff;
}

.label_color.lc_checked .checkmark_kick {
    background-color:#fff;
}

.label_filter span:hover {
	text-decoration: underline;
}

.description.ckContent {
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
}


/******** PAGINATION **********/

.pagination {
	text-align: right;
	font-size: 13px;
	font-weight: initial;
}

.pagination .pageBtn {
	padding: 2px 8px;
	border-radius: 0;
	vertical-align: middle;
	color: #9b9b9b;
	background: transparent;
	display: inline-block;
	font-size: 13px;
	border: 1px solid #9b9b9b;
	text-align: center;
}

.orange .pagination .pageBtn {
	color: #102B08;
	border: 1px solid #102B08;
}

.pagination .pageBtn:hover {
	background: #9b9b9b;
	color: #fff;
}

.orange .pagination .pageBtn:hover {
	background: #102B08;
	color: #fff;
}

.pagination .inactive.pageBtn:hover {
	color: #9b9b9b;
	background: transparent;
}

.orange .pagination .inactive.pageBtn:hover {
	color: #102B08;
	background: transparent;
}

.pagination .pageBtn.inactive {
	opacity: 0.3;
	cursor: default;
}

.nPages {
	max-width: calc(100% - 75px);
	max-width: -webkit-calc(100% - 75px);
	display: inline-block;
}

.fill_form.filterBy,
.fill_form.prodfilterBy,
.fill_form.searchfilterBy,
.fill_form.serchFilter {
	display: inline-block;
	/*width: auto;*/
	padding: 5px 5px;
	font-size: 12px;
	margin-bottom: 10px;
}

.filtersFont {
	font-size: 12px;
}

.accent {
	color: #2229 /*#9b9b9b*/;
}

.accent2{
  	color: #272626;
}

.accent3{
    color:#161a1f; 
}

.sortingBar {
	font-size: 14px;
}

.noSorting .filterWrapper {
	display: none;
}


/******* LOGIN & ACCOUNT *********/

.mainBtn.saveChanges {
	margin-top: 15px;
	padding: 8px 20px;
	border-radius: 2px;
}

.updateAccount .input_form {
	max-width: 350px;
}

.updateAccount label {
	display: block margin-top:5px;
	color: #222;
}

.blockTitle {
	background: #af7f66 /*#9b9b9b*/;
	padding: 8px 10px;
	color: #fff;
	border-radius: 3px 3px 0 0;
}

.mw350 {
	max-width: 400px;
}

.pformWrap {
	border: 1px solid #e5e5e5;
	border-radius: 0 0 3px 3px;
	box-shadow:3px 3px 6px 2px #00000040;
}

.error {
	color: #c51717;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
}

.newAcontainer {
	text-align: right;
}

.newAcontainer span {
	font-size: 12px;
	cursor: pointer;
	margin-bottom: 10px;
	display: inline-block;
	color: #121f3d;
}

.newAcontainer span:hover {
	text-decoration: underline;
}

.invTable {
	width: 100%;
	cellspacing: 0;
	border-collapse: collapse;
}

.invTable thead tr {
	background: #9b9b9b;
	color: #fff;
}

.invTable tbody tr:nth-of-type(odd) {
	background: #eee;
}

.invTable tbody tr:nth-of-type(even) {
	background: #f5f5f5;
}

.invTable th {
	padding: 8px;
}

.invTable td {
	padding: 5px;
	text-align: center;
}

.invTable a:hover {
	color: #141414;
}

.upA {
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 25px 25px;
	border-color: transparent transparent #9b9b9b transparent;
}


/******** Rating LightBox / Modal *********/

.reviewLightbox {
	display: none;
}

.lbWrap {
	position: fixed;
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	background: #fff;
	width: 90%;
	max-width: 600px;
	z-index: 9999;
}

.lbWrap .contact_form {
	margin-top: 5px;
}

.lbWrap .title {
	color: #333;
	font-weight: 300;
}

.lbWrap #sentMsg {
	text-align: left;
	padding: 0 30px;
	margin: -20px 0 0;
	font-size: 14px;
	color: #9b9b9b;
}

.ratLabel {font-size: 15px;}

.ratStar {
	margin-left: 10px;
	display: inline-block;
}

.reviewLightbox.overlay {
	background: rgba(150, 150, 150, 0.8);
}

.closeLb {
    cursor: pointer;
    font-size: 25px;
    color: #333;
    position: absolute;
    right: 30px;
    top: 35px;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.closeLb:hover {
	color: #9b9b9b;
}

/******* SHOPPING CART *********/

.cartThumDesc:hover *,
.cartBrand:hover {
	text-decoration: underline;
}

.cartDescr {
	color: #777;
	font-size: 12px;
	line-height: 1.2;
}

.cartBrand {
	font-size: 12px;
	text-transform: uppercase;
}

.cartThumb {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 80px;
}

.sideCart {
	padding: 15px 10px 0px 10px;
	color: #fff;
	background: #af7f66; /*#141414*/
	position: fixed;
	top: 50%;
	left: 0;
	font-size: 14px;
	width: 80px;
	text-align: center;
	border-radius: 0 5px 5px 0;
	-webkit-transition: transition: width 0.6s ease;
	-moz-transition: width 0.6s ease-out;
	-o-transition: width 0.6s ease-out;
	transition: width 0.6s ease-out;
}

.sideCart .fo_font {
	font-size: 12px;
	line-height: 100%;
	margin-top: 5px;
}

.paypalCheckout {
	color: #193364;
	font-weight: bold;
	padding: 8px 0px;
	border-radius: 5px;
	text-decoration: none;
	width: 215px;
	max-width: 100%;
	font-style: italic;
	border: 2px solid #faa622;
	background: #fbeedb;
	background: -moz-linear-gradient(top, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fbeedb), color-stop(49%, #f9bf6d), color-stop(53%, #faa622), color-stop(100%, #faa622));
	background: -webkit-linear-gradient(top, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	background: -o-linear-gradient(top, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	background: -ms-linear-gradient(top, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	background: linear-gradient(to bottom, #fbeedb 1%, #f9bf6d 49%, #faa622 53%, #faa622 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbeedb', endColorstr='#faa622', GradientType=0);
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	letter-spacing: -2px;
	text-transform: none;
	margin-top: 15px;
	display: block;
	text-align: center;
	cursor: pointer;
}

.cartHeader {
	background: #af7f66; /*#9b9b9b*/
	color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.pWrap,
.delWrap {
	margin-top: 20px;
}

.qWrap {
	margin-top: 20px;
}

.cartRow {
	border-bottom: 1px solid #ddd;
}

.cartRow:last-of-type{border-bottom: none;}

.cartItem {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
    margin: 6px 0;
}

.cartItem a {
	color: #9b9b9b;
}

.category_tag {
	display: inline-block;
	color: #626161;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
}

.cartItem a:hover,
.category_tag:hover {
	text-decoration: underline;
}

.removeProduct.fa:hover {
	color: #9b9b9b;
}

.quantity.cartButtons .qty {
	width: 100%;
	height: 27px;
	font-size: 14px;
}

.clientInfo .input_form {
	margin: 10px auto;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}

.clientInfo select.input_form {
	width: 100%;
	box-sizing: border-box;
}

.cartLoading,
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	color: #777;
	background: rgba(256, 256, 256, 0.7);
	font-size: 40px;
}

.cartLoading {
	z-index: 9999999;
}

.overlay {
	z-index: 999;
}


.totalDiv {
	background: #af7f66 /*#9b9b9b*/;
    color: #fff;
    font-weight: 700;
	text-transform: uppercase;
	font-size:14px;
}
.cartLoading .fa.absolute,
.newItemWarp {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.applyCoupon {
	font-size: 13px;
	box-sizing: border-box;
	padding: 7px 0;
	height: 35px;
	margin: 0 auto 0;
	max-width: 100%;
}

#couponCode {
	border-radius: 2px;
	width: 100%;
}

#couponCode:focus {
	border: 1px solid #777;
	outline: 0;
}

.promoDescription {
	margin-bottom: 5px;
}

.lightGray {
	background: #e5e5e5;
}

.lighterGray {
	background: #eeeeee;
}

.checkOutAmnt{
	line-height: 24px;
}

/*************** WARNINGS *****************/

.warning {
	display: block;
	border: 1px solid #f1d56f;
	background: #f6ebbb;
	border-radius: 3px;
	margin: 10px 0;
}

.warning.success {
	border: 1px solid rgba(145, 169, 118, 0.25);
	background: #cfe8b2;
}

.warning i {
	font-size: 30px;
	margin-right: 10px;
	color: #ebaa4a;
	float: left;
	display: block;
}

.warning.success i {
	color: #7cab47;
}

.warning span {
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	float: left;
	font-weight: 600;
	color: #444;
}

.warning:after {
	visibility: hidden;
	content: ' ';
	font-size: 0;
	display: block;
	height: 0;
	clear: both;
}

.warning.small {
	font-size: 14px;
}

.warning.small i {
	font-size: 30px;
	margin-right: 5px;
}

.warning.small span {
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
}

.warning span p {
	margin: 5px 0;
	line-height: 120%;
}

#prodResponse,
#errorMsg {
	margin: 5px;
	display: none;
}

#cartErrors {
	display: none;
}

.errorLoad {
	vertical-align: middle;
    line-height: 2;
}

.promoError {
	color: #e22e31;
	display: none;
}

.maxStock {
	display: none;
}

.sentMsg {
	font-weight: 600;
}

.bminus10 {
	margin-bottom: -10px;
}


/*********** ARTICLES ************/

.feat-cat-preview{
    position:relative;
 }

.category-title{
    background:rgba(80,80,80,0.4);
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

.tag-title{
    position:absolute;
    top:50%;
    left:50%;
    max-width:90%;
    display:inline-flex;
    transform:translate(-50%, -50%);
    padding:5px;
    background:rgba(255,255,255,.8);
    text-transform:uppercase;
    color:#290606;
    font-size:13px;
    border-radius: 5px;
    text-align: center;
    font-family: 'Libre Baskerville', sans-serif;
}

.img-preview, .feat-cat-preview{
    border-radius:5px;
    overflow:hidden;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    height:100px;
    display:block;
    color: #290606;
}

.img-preview, .feat-cat-preview {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.main-article .img-preview{
    height:420px;
}

.medium-article .img-preview{
    height:180px;
}

.img-preview:hover, .feat-cat-preview:hover{
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.05);
}

.article-link .mainTitle{
    color:#290606;
    font-size: 32px;
    line-height: 102%;
}
.article-link .mainTitle.small{
    color:#290606;
    font-size: 21px;
    line-height: 130%;
}
.article-link .mainTitle.xsmall{
    color:#290606;
    font-size: 18px;
    line-height: 130%;
}

.article-link:hover .mainTitle{
    color:#AF7F66;
}

.article-wrap .content, .credits{
    color:#9b9b9b;
}

.category-tag{
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    display: inline-flex;
    border-radius: 14px;
    background:#9b9b9b;
    
}

.tags-list .category-tag{
    margin-right:10px;
}

.category-link{
    text-transform: uppercase;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
}

.category-tag:hover, .category-link:hover{
    opacity:0.75;
}

.credits{
    font-size:12px;
    margin-top:10px;
}


/*********** FOOTER ************/

footer {
	background-image: url('../images/the-finer-cookie-pattern-dark.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

footer .btn-primary,
.newsletterSection .btn-primary {
    border: none;
}

.borderBtm{
        border-bottom: 1px solid #ccc;
}

.paddingFooter {
	padding: 40px 0;
}

.footerBg {
	background: #141414;
	font-size: 12px
}

footer .red {
	color: #ffffff;
}

.footerBg h4 {
	font-size: 14px;
	margin-bottom: 10px
}

.contFooter {
	background:#272626;
	font-size: 14px;
	color: #d5d5d5;
}

.contFooter p {margin: 0}

.contFooter a,
footer a {
	font-size: 14px;
	color: #ffffff;
}

.contFooter .mainTitle {
	text-transform: uppercase;
	font-family: 'Karla', sans-serif;
	font-weight: 600;
	margin: 20px 0 10px;
	color: #ffffff;
}

.siteMap ul {
	list-style: none;
}

.siteMap ul li {
	display: block;
	padding: 5px 0;
}

.siteMap ul li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
}

.siteMap ul li a:hover {
	text-decoration: underline;
}

.socialmedia a {
	font-size: 13px;
	color: #eee;
}

#map {
	height: 400px;
}

footer input,
footer textarea,
.input_form {
    padding: 12px;
    display: block;
    width: 100%;
	margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    color: #807c78 /*#000*/;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
}

footer input,
footer textarea,
.newsletter input,
.newsletter textarea,
.input-form,
.input-form::placeholder{
    background: #343333;
    color: #ffffff;
    border: none!important;
}

select.input_form {
	width: 100%;
}

footer textarea {
	height: 100px;
	font-family: 'Raleway', sans-serif;
}
footer .socialIcon {
	display: inline-block;
    vertical-align: middle;
    /*color: #ffffff;*/
    padding: 5px 5px;
    font-size: 20px;
    line-height: 1;
    /*border-radius: 50%;*/
}

.fill_form {
	border: 1px solid #ddd;
	border-radius: 2px;
	display: block;
	padding: 10px 10px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
}

footer .fill_form {
	color: #fff;
	background: rgba(75, 73, 73, 0.75);
	border: none;
	margin-bottom: 10px;
}

footer textarea.fill_form {
	min-height: 120px;
}

textarea.fill_form {
	min-height: 180px;
}

.capXP {
	max-height: 41px;
	max-width: 100%
}

.capXP.img-responsive {
	object-fit: fill;
}

.contact_form {}

.contact_form label {
	font-weight: 600;
	margin: 9px 0 3px 0;
	font-size: 13px;
	display: block;
}


.contact_form .send_btn.orange {
	background: ;
	color: #af7f66;
}


.newsletterSection .sentMsg {
	color: #141414;
}


.newsletterSection .contact_form .send_btn.orange {
	border: 1px solid #102B08;
	color: #102B08;
}

.newsletterSection .contact_form .send_btn:hover {
	opacity: 0.7;
}

.newsletterSection .contact_form .send_btn.orange:hover {
	color: #fff;
	background: #102B08;
}

.newsletterSection .contact_form {
	margin-top: 0;
}


.newsletterSection textarea.input_form {
	height: 200px;
}

.newsletterSection .mainTitle * {
	vertical-align: middle;
}

.newsletterSection .mainTitle {
	font-size: 25px;
}

.contact_form.newsletter p {
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 14px;
	color: #777;
	font-weight: 600;
}

.customCheckbox {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 3px;
	height: 22px;
	width: 22px;
	border: 1px solid #ddd;
	padding: 3px;
	vertical-align: middle;
	cursor: pointer;
}

.customCheckbox span {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: transparent;
	display: block;
}

.customCheckbox.checked span {
	background: #9b9b9b;
}

.orange .customCheckbox.checked span {
	background: #102B08;
}

.phone_footer .fa {
	vertical-align: middle;
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}

.contacInfo {
	font-size: 14px;
}

.contacInfo h3 {
	text-transform: uppercase;
	/*color: #F0BD40;*/
}

.contacInfo p {
	padding: 3px 0;
	font-weight: 500;
	font-size: 15px;
}

.contacInfo p .fa {
	padding: 5px 0;
	color: #ffffff;
	font-size: 16px;
}

.contacInfo table {
	margin: 10px 0;
}

.contacInfo table td {
	border: 1px solid #eee;
	padding: 3px;
}

#sentMsg {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: -10px 0 10px 0;
}

.sMedia {
	font-size: 20px;
	text-align: center;
	width: 35px;
	height: 35px;
	background: #9b9b9b;
	display: inline-block;
	padding: 5px;
}

.sMedia:hover {
	opacity: 0.7;
}

.footer_images li {
	height: 65px;
}

.copyRight {
	background: #141414;
	border-top: 1px solid #333;
	color: #eee;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
}

.copyRight a {
	color: #eee;
	text-decoration: none;
}

.copyRight a:hover {
	opacity: 0.8;
}

.contacInfo table {
	margin: 10px 0;
	border: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	margin: 10px 0;
}


/******* Loading ******/

.cartLoading,
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	color: #777;
	background: rgba(256, 256, 256, 0.7);
	font-size: 40px;
}

.overlay {
	z-index: 800;
	background: rgb(0 0 0 / 75%);
}

.cartLoading {
	z-index: 9999;
}

.cartLoading i.absolute,
.newItemWarp {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


/*********** Tooltip container ***********/

.tooltip {
	position: absolute;
	display: inline-block;
	color: #161a1f;
	line-height: 1;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	padding: 4px 8px;
	font-weight: 700;
	border-radius: 3px;
}

.tooltip .tooltiptext {
	visibility: hidden;
	min-width: 320px;
	background-color: #f2f2f2;
	color: #161a1f;
	padding: 10px 14px;
	border-radius: 0px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	right: 0;
	font-weight: 400;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext span {
	text-decoration: underline
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 7px;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.form_step_2 {
	display: none;
}

.toggleMenu{
    display:none;
    padding: 10px;
}
.toggleMenu I{
    font-size: 24px;
}


/******* Media Query ******/

@media (min-width: 1024px){
	.header-search { width: 70%;}
}
@media (max-width: 1024px){
    .mainMenu li a, .mainMenu li span, .header_phone { color: #ffffff; }
}


@media (min-width: 768px) {
	.bdr:after{
		content: '';
		border-bottom: none;
		border-right: 1px solid #d2d2d2;
		position: absolute;
		right: 0;
		height: 80px;
		width: 1px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 9999;
		bottom: initial;
		}
	.bdr:last-of-type:after{border-right: none}
	
}

@media (max-width: 1024px) and (min-width: 768px ){
	.bdr:nth-of-type(2):after, 
	.bdr:nth-of-type(4):after, 
	.bdr:nth-of-type(6):after{border-right: none}
}




/*********************Review! *************************/

@media (max-width:1024px) {
	.banner.inner {
		height: 37vh;
		min-height: 320px;
	}
	.padding10.padR0 {
		padding-right: 0;
	}
	.cartTotals .padding15 {
		padding: 10px 15px;
	}
	.prodPreview {
		height: 180px;
	}
	.headerInfo.mainTitle {
		margin-top: 18px;
	}
	.shareBlock {
		text-align: left;
	}
	.description {
		font-size: 16px;
	}
	.mainTitle {
		font-size: 28px;
	}
	.headerSpacer {
		height: 138px;
	}
	.featureBox:nth-of-type(even) {
		border-right: 1px solid transparent;
	}
	.featureBox {
		border-bottom: 1px solid #ddd;
	}
	.mainButton {
		font-size: 14px;
	}
	/* PAGINATION */
	.sortingBar {
		font-size: 12px;
	}
	.filterWrapper .col-6.padding10 {
		padding: 5px;
	}
	.filterWrapper.padding10 {
		padding: 10px 15px;
	}
	.fill_form.filterBy,
	.fill_form.prodfilterBy,
	.fill_form.searchfilterBy,
	.fill_form.serchFilter {
		display: inline-block;
		padding: 5px;
		font-size: 12px;
		margin-top: 10px;
	}
	.featureSlider {
		background-attachment: initial;
		height: 55vh;
	}
	.featText {
		max-height: calc(55vh - 310px);
		max-height: calc(55vh - 310px);
	}
	.bannerCaption {
		font-size: 30px;
	}
	.bannerDescription {
		font-size: 17px;
	}
	.arrowNav {
		font-size: 30px;
	}
	.arrowNav_r {
		right: 10px;
	}
	.arrowNav_l {
		left: 10px;
	}
	.small .bannerCaption {
		font-size: 26px;
	}
	.mobileLogoIcon {
		padding: 11px 15px;
	}
	.mobileLogoIcon a {
		height: 30px;
	}
	.mainMenu li a.homeicon {
		display: none;
	}
	.menuBar {
		height: 0;
	}
	.menuBar .container {
		position: static;
	}

	.mainMenu ul {
		display: none;
	}
	.banner {
		height: 360px !important;
	}
	.mainMenu {
		display: none;
		width: 100%;
		background: #202020;
		position: absolute;
		bottom: 3px;
		right: 0;
		-webkit- transform: translate(0, 100%);
		transform: translate(0, 100%);
		z-index: 99;
	}
	.mainMenu li a,
	.mainMenu li span {
		padding: 10px 20px;
		text-align: left;
		border-bottom: none;
	}
	.mainMenu li,
	.mainMenu a,
	.mainMenu span {
		display: block;
		float: none;
		border-bottom: none;
	}
	.mainMenu .propMenu span {
		display: none;
	}
	.subMenu {
		display: none!important;
	}
	.mainMenu li a:hover,
	.mainMenu li span:hover {
		color: ;
	}
	.subMenu {
		display: block;
		position: static;
		bottom: 168px;
		border-bottom: none;
		transform: translate(0, 100%);
		-webkit-transform: translate(0, 0);
		box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.0);
		width: 100%;
	}
	.mainMenu li a.desktop,
	.mainMenu li span.desktop {
		display: none;
	}
	.brandLogo {
		width: 33%;
	}
	.brandLogo img {
		width: 100%;
	}
	.bannerDescription2 {
		font-size: 18px;
	}
	.bannerCaption2 {
		font-size: 35px;
	}
	.prodThumb {
		height: 200px;
	}
	.cartRow,
	.totalsWrap {
		font-size: 14px;
	}
	.featuresSection .flexedItem {
		min-width: 50%;
	}
	.blueTop .topUl li.noMob {
		display: none;
	}
	.featuresSection.paddingTB20 {
		padding: 0;
	}
	.padding15.featureBox.flexedItem {
		padding: 25px 15px;
	}
	.sortingBar.padding20 {
		padding: 10px 20px;
	}
	.filtersTog.mainTitle.small {
		font-size: 18px;
	}
	
	.toggleMenu {
		display:inline-block;
	}
}
@media (min-width:768px) {
	.flex-vertical-desktop {
		display: flex;
		align-items: center; }
		
		.section-space { padding: 1em 0 0;}
}

@media (max-width:768px) {
    
    .copyRight {
     
        padding: 20px 0 100px;
    }
    
    .toggleMenu{
        display:none;
    }
    
	.flex-vertical-desktop {
		display: block;
		align-items: initial; }

	.text-center-mobile {text-align: center !important}

    .mobile-banner{
        height:700px;
    }

	.txtLogo { margin-top: 0;}
    
    .containerHeader {
        flex-direction: column;
    }
	

	.mobile-flex-vertical {
		display: flex !important;
		justify-content: flex-end;}
	.mobile-flex-vertical a {
		color: #fff;
		padding: 11px 4px;}
	.mobile-flex-vertical .header-cart {margin: 9px;}

	.banner { 
		height: 300px !important;
	    border-bottom: 1px solid #000;}
	.banner_content {    background: rgb(255 255 255 / 15%)}
	
	.title-main {
		font-size: 1.6rem;}

	.tab {
		font-size: 12px;
		padding: 8px;
	}

	.prodDesc {
		height: auto;
	}
	.bgDark {
		background: rgba(0, 0, 0, 0.8);
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}
	.serviceIcon.second {
		position: static;
		margin: auto;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
	.serviceContent.second {
		padding: 0 0 25px 0;
	}
	.teamContact {
		display: block;
	}
	.cartRow {
		font-size: 12px;
	}
	.cartItem {
		font-size: 13px;
		line-height: 128%;
	}
	.qWrap.padding10 {
		padding: 10px 5px;
	}
	.prodDesc .mainButton {
		position: static;
		max-width: 100%;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	.cartHeader {
		font-size: 12px;
	}
	.featureBlock .centerDiv {
		background: rgba(256, 256, 256, 0.8);
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
	}
	.featureBlock {
		background-attachment: initial!important;
		background-position-x: 80%!important;
		background: #fff!important;
	}
	.featureBlock .height100 {
		height: auto;
	}
	.brandLogo {
		width: 49%;
	}
	.buttonsBanner2 {
		max-width: none;
	}
	#banner2 div {
		background-position: 90% center !important;
	}
	.bannerCaption,
	.small .bannerCaption {
		font-size: 22px;
	}
	.bannerDescription {
		font-size: 14px;
	}
	.buttonsBanner .roundButton {
		margin: auto;
	}
	.featureSlider {
		height: 70vh;
		height: -webkit-calc(100vh - 84px);
		height: calc(100vh - 84px);
		padding: 30px 0;
	}
	.featText {
		max-height: calc(70vh - 310px);
		max-height: calc(70vh - 310px);
	}
	.mainTitle.medium {
		font-size: 20px;
	}
	
	.sortingBar {
		text-align:right;
	}
	
	.description {
		font-size: 17px;
	}
	.aboutImgWrap {
		padding: 20px 0;
	}
	.featureSlider .col-6 .centeredY {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.featureSlider img {
		margin: 0 0 30px 0;
	}
	.prodThumb {
		height: 160px;
		margin-top: 0;
	}
	.prodDesc .title,
	.prodDesc.recipe .title {
		font-size: 13px;
		height: auto;
	}
	.buttonsBanner .mainButton {
		padding: 9px 12px;
		font-size: 13px;
		max-width: 85%;
	}
	.buttonsBanner {
		padding: 20px 0 20px 40px;
	}

	.headerTop figure.mAuto {
		margin: 0
	}
	.cartThumb {
		background-position: left center;
		height: 60px;
	}
	.cartTotals {
		font-size: 14px;
		margin-top: 20px;
	}
	.cartTotals .padding15 {
		padding: 8px 15px;
	}
	.featureBox {
		border-bottom: 1px solid #ddd;
		border-right: 1px solid transparent;
	}

	.mainTitle.small,
	.header_phone {
		font-size: 18px;
	}
	.headerInfo.mainTitle {}
	.sideCart {
		padding: 15px;
		font-size: 12px;
	}
	.sideCart .fo_font {
		font-size: 12px;
	}
	.prodDesc .brand {
		font-size: 11px;
	}
	.padding15.featureBox.flexedItem {
		padding: 20px 15px;
	}
	.featuresSection .flexWrap.paddingAside10 {
		padding: 0;
	}
	.mainTitle {
		font-size: 25px;
	}

	.filtersTog .filterArrow {
		font-size: 13px;
	}
	.newsletterSection .mainTitle.padding15 {
		padding: 15px 5px 0;
		font-size: 20px;
	}
	.invTable {
		overflow: auto;
		font-size: 13px;
	}
	.banner.inner {
		min-height: 210px;
		height: 35vh;
	}
	
	 .promoSite .scrollText {
 
    -moz-animation: promoSite 30s linear infinite;
    -webkit-animation: promoSite 30s linear infinite;
    animation: promoSite 30s linear infinite;
    }

}

    .fa-whatsapp span {
        font-family: 'Karla', sans-serif;
        font-size: 15px;
    }

} 
#banner, #banner2, #banner3{ overflow:hidden; opacity:0; transition:opacity ease-out 0.6s;} 