@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@font-face {
    src: url('../fonts/HelveticaLTStd-LightCond.ttf');
    font-family: 'HelveticaLTStd'; font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaLTStd-Cond.ttf');
    font-family: 'HelveticaLTStd'; font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaLTStd-BoldCond.ttf');
    font-family: 'HelveticaLTStd'; font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    src: url('../fonts/HelveticaLTStd-BlkCond.ttf');
    font-family: 'HelveticaLTStd'; font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
    src: url('../fonts/BebasNeue-Thin.ttf');
    font-family: 'BebasNeue'; font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
    src: url('../fonts/BebasNeue-Thin.otf');
    font-family: 'BebasNeue'; font-weight: 100; font-style: normal;
}



body { 
	font-family: 'Century Gothic', var(--primary-font),sans-serif;
	font-size: 17px; color: #000; line-height: 1.3; 
	position: relative; padding-top: 140px;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	transition: padding 0.3s ease-out;
}
body.navopen { overflow: hidden; margin-right: 15px; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; /*color: #675542;*/ }
.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: inherit; }
p { color: inherit; line-height: inherit; margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
a { color: #c61c25; }
a:hover,
a:focus { text-decoration: none; color: #675542; }
a[href*=mailto],
a[href*=http] { word-break: break-word; }
img { max-width: 100%; }

:root {
    --color-psidebar-active: #000000;
}
sup { font-size: 40%; top: inherit; vertical-align: super; padding-left: 0.25em; }

.tooltip,
.tooltip.ui-widget { font-family: 'Century Gothic', var(--primary-font),sans-serif; font-size: 11px; }
.tooltip-inner { border-radius: 0; }
.tooltip.center .arrow { left: 50%; transform: translate(-50%,0%); }
.tooltip.bottom { padding-bottom: 0.4rem; }
.tooltip.bottom .arrow { bottom: 0; }
.tooltip.bottom .arrow::before { top: 0; border-width: .4rem .4rem 0; border-top-color: #000; }
.tooltip.right { padding-right: 0.4rem; }
.tooltip.right .arrow { left: 0; width: .4rem; height: .8rem; }
.tooltip.right .arrow::before { right: 0; border-width: .4rem .4rem .4rem 0; border-right-color: #000; }
.tooltip.top { padding-top: 0.4rem; }
.tooltip.top .arrow { top: 0; }
.tooltip.top .arrow::before { bottom: 0; border-width: 0 .4rem .4rem; border-bottom-color: #000; }
.tooltip.left { padding-left: 0.4rem; }
.tooltip.left .arrow { right: 0; width: .4rem; height: .8rem; }
.tooltip.left .arrow::before { left: 0; border-width: .4rem 0 .4rem .4rem; border-left-color: #000; }

.close { font-weight: 300; }
.custom_select:before { content: "\f104"; font-family: 'Ionicons'; color: #000; }


@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1200px; }
}
@media only screen and (max-width: 767px) {
	body { padding-top: 118px; font-size: 15px; line-height: 1.4; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 14px; }
}


/*=====================================================================*/
/* CONTENT */
/*=====================================================================*/
.container-custom { max-width: 1300px; margin: auto; padding-right: 15px; padding-left: 15px; }
.decobg { 
	width: 33.33333%; height: 100%; background: #e1e3e4; z-index: -1;
	position: fixed; top: 0; left: 0;
}
.decobg.small { width: 5.55555%; width: calc(0px - (1300px - 100%)/2); }
.content-wrap { padding-left: 5px; padding-right: 5px; }
.text-bigger { font-size: 1.2em; }
.scrollfade { opacity: 0; }
/*--*/
#alert-container { top: 120px; }
/*===========================*/
/*====== display table ======*/
.dtable_wrap { width: 100%; display: table; }
.dtable_wrap > div { display: table-cell; vertical-align: middle; }
.dtable_wrap.vb > div { vertical-align: bottom; }
.dtable_wrap.vt > div { vertical-align: top; }
/*===================*/
/*====== title ======*/
.titlehead { margin-bottom: 40px; text-transform: uppercase; word-break: break-word; }
.titlehead h1 { font-size: 50px; font-weight: 400; line-height: 1.1; color: #675542; }
.titlehead *:only-child { margin-bottom: 0; }
.titlehead p { text-transform: none; }
/*--*/
.subjectitle { border-bottom: 1px solid #cfcfd0; padding-bottom: 5px; margin-bottom: 10px; }
.subjectitle h1 { font-size: 50px; font-weight: 400; line-height: 1.1; }
.subjectitle *:only-child { margin-bottom: 0; }
/*=========================*/
/*====== breadcrumbs ======*/
ul.breadcrumbcon { 
	margin: 0; margin-bottom: 15px; padding: 0; display: inline-block; /*min-width: 270px;*/ width: 100%; border-bottom: 1px solid #cfcfd0;
	font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 16px; /*font-weight: 300;*/ color: #7a706b;
}
ul.breadcrumbcon li { display: inline-block; margin-right: 5px; vertical-align: middle; line-height: 1.2; }
ul.breadcrumbcon li:after {
	content: "/"; letter-spacing: 0; 
    position: relative; left: 4px; 
}
/*ul.breadcrumbcon li:nth-child(2):after { left: 5px;  }*/
ul.breadcrumbcon li:last-child { margin-right: 0; }
ul.breadcrumbcon li:last-child:after { content: none; }
ul.breadcrumbcon li.active { font-weight: 700; color: #000; }
ul.breadcrumbcon li a { color: #7a706b; }
ul.breadcrumbcon li.homeicon { margin-right: 10px; }
ul.breadcrumbcon li.homeicon:after { content: '|'; left: 4px; vertical-align: super; }
ul.breadcrumbcon li.homeicon a { font-size: 1.6em; color: #000; }
ul.breadcrumbcon li a:hover,
ul.breadcrumbcon li.homeicon a:hover { color: #675542; }
/*====================*/
/*====== button ======*/
.btn-readmore { 
	background: #000; margin-right: 10px; padding: 2px 5px 4px; position: relative;
    font-size: 12px; font-weight: 500; color: #fff; line-height: 1.1;
    transition: 0.3s ease-out; 
}
.btn-readmore:after { 
	content: ''; position: absolute; top: 0; left: 100%;
    border: 0.79em; border-style: solid; border-color: transparent transparent transparent #000000;
}
.btn-readmore:hover { padding-left: 10px; color: #fff; }
/*--*/
.btn-disabled { opacity: 0.5; cursor: not-allowed !important; }
/*--*/
.actionbtn { position: relative; }
.actionbtn:after {
	content: ''; display: inline-block; width: 18px; height: 18px; margin-top: -9px; margin-left: -9px;
	position: absolute; top: 50%; left: 50%; opacity: 0; vertical-align: middle;
	border: 1px solid rgba(255,255,255,.3); border-left-color: #f00; border-radius: 50%;
	transition: opacity 0s ease;
}
.actionbtn.loading { color: transparent !important; }
.actionbtn.loading:after { opacity: 1; transition: opacity .25s ease; animation: wd-rotate 450ms infinite linear; }

@keyframes wd-rotate {
	100% { transform: rotate(360deg); }
}
/*--*/
.button-loading:before { animation: button-loading-spinner 450ms linear infinite; border-width: 1px; border-color: #f00 #e6e6e6 transparent; }
.btn-fill-line.button-loading:after, 
.btn-fill-line.button-loading:before { background: none; }
/*--*/
.modal .btn { font-size: 14px; padding: 0.6em 1em; }
/*=================*/
/*====== cta ======*/
.cta-wrap { background: #c52127; padding-top: 50px; padding-bottom: 50px; font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; }
.btn-cta { 
	display: block; max-width: 10em; width: 100%; min-height: 3em; height: 100%; background: #ededed; word-break: inherit !important;
    margin: 0 auto; padding: 0.5em 0.8em 0.3em; box-shadow: 0px 5px 0px #c5c9c9;
    border-radius: 15px; border: 2px solid rgba(255, 255, 255, 0.35); overflow: hidden;
    font-size: 35px; font-weight: 700; color: #c5c9c9; text-transform: uppercase; text-align: center; vertical-align: middle;
    transition: color 0.3s ease-out;
}
.btn-cta .dtable_wrap { height: 100%; }
.btn-cta.split { padding: 0; }
.btn-cta.split .dtable_wrap > div { padding: 0.5em 0.5em 0.35em; }
.btn-cta.split .dtable_wrap > div:first-child { border-right: 2px solid #c5c9c9; box-shadow: 2px 0px 1px rgba(255, 255, 255, 0.6); }
.btn-cta.split img { backface-visibility: hidden; }
.btn-cta.split svg { max-width: 200px; width: 100%; }
.btn-cta:hover { color: #000; }
.btn-cta:focus { margin-top: 5px; margin-bottom: -5px; box-shadow: none; color: #000; }
/*==================*/
/*====== form ======*/
/**
 * Floating Label
 * tkrotoff/bootstrap-floating-label, https://github.com/tkrotoff/bootstrap-floating-label
*/
.floating-label { position: relative; }
.floating-label > input + label,
.floating-label > textarea + label {
	max-width: calc(100% - 42px); display: inline-block; background-color: #fff; margin: 0; padding: 0 0.3em;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    position: absolute; top: 0; left: 0.5em;
    font-size: 14px; line-height: 1;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label > input:focus + label,
.floating-label > textarea:focus + label {
    top: -0.65625rem; opacity: 1; visibility: visible;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),top 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label > input:focus::-webkit-input-placeholder { color: rgba(0,0,0,0); }
.floating-label > input:focus:-moz-placeholder { color: rgba(0,0,0,0); opacity: 1; }
.floating-label > input:focus::-moz-placeholder { color: rgba(0,0,0,0); opacity: 1; }
.floating-label > input:focus:-ms-input-placeholder { color: rgba(0,0,0,0); }
.floating-label > textarea:focus::-webkit-input-placeholder { color: rgba(0,0,0,0); }
.floating-label > textarea:focus:-moz-placeholder { color: rgba(0,0,0,0); opacity: 1; }
.floating-label > textarea:focus::-moz-placeholder { color: rgba(0,0,0,0); opacity: 1; }
.floating-label > textarea:focus:-ms-input-placeholder { color: rgba(0,0,0,0); }
/*--*/
.form-control { color: #000; border-radius: 0; background-clip: inherit; height: calc(1.5em + .75rem + 2px); padding: .375rem .75rem; }
.form-control:focus { color: #000; height: calc(1.5em + .75rem + 2px); }
/*--*/
textarea.error:not(:focus),
input.error:not(:focus) { border-color: #c71c24 !important; }
label.error { font-size: 11px; color: #c71c24 !important; letter-spacing: 0.05em; padding: 5px 0px; }
label.error:empty { display: none; }
#result-msg > * { padding: 10px; margin-top: 30px; margin-bottom: 30px; font-size: 15px; font-weight: 700; color: #fff; text-align: center; }
#result-msg > .successmsg { background: #155248;  }
#result-msg > .failedmsg { background: #521515; }
/*================================*/
/*====== slick-simpleslider ======*/
.slick-simpleslider { background: url(../images/ajax-loader.gif) no-repeat center; height: 600px; }
.slick-simpleslider.slick-initialized { background: none; height: auto; margin-bottom: 0; }
.slick-simpleslider > div { display: none; }
.slick-simpleslider.slick-initialized > div { display:block; }
/*--*/
.slick-simpleslider .slick-slide { position: relative; }
.slick-simpleslider .bg-slide { background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 500px; }
.slidedesc {
    position: absolute; top: 0; left: 50%; padding: 30px 20px; outline: 0; 
    transform: translate(-50%,0);   
}
/*--*/
.slick-simpleslider .slick-dots { bottom: 25px; line-height: 0; }
.slick-simpleslider .slick-dots li { width: 15px; height: 15px; margin: 0 1px 1px; line-height: 6px; }
.slick-simpleslider .slick-dots li button { 
    width: 10px; height: 10px; padding: 0; border:none; border-radius: 50%; border: 1px solid #96989a; display: inline-block;
    transition: 0.2s ease-out;
}
.slick-simpleslider .slick-dots li.slick-active button, 
.slick-simpleslider .slick-dots li button:hover, 
.slick-simpleslider .slick-dots li button:focus { background: #96989a; }
.slick-simpleslider .slick-dots li button:before { content: none; }
/*=============================*/
/*====== newsletter form ======*/
.subscribe_popup .popup_content { padding: 45px 25px 15px; }
.subscribe_popup .popup_content h1,
.subscribe_popup .popup_content h2,
.subscribe_popup .popup_content h3,
.subscribe_popup .popup_content h4 { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-weight: 800; }

.subscribe_popup .chek-form { font-size: 0.8em; }
.subscribe_popup .newsletter-form .btn { padding: 1em 1em; }
.subscribe_popup .newsletter-form .newsletter-message { padding: 0.6em 1em; font-size: 0.8em; }


/*@media screen and (max-width: 1400px) {
	.decobg.small { width: calc(0px - (1225px - 100%)/2); }
}*/
@media screen and (max-width: 991px) {
    .dtable_wrap.medium-block,
    .dtable_wrap.medium-block > div { display: block; }
}
@media only screen and (max-width: 767px) {
	.text-bigger { font-size: 1.125em; }
	.titlehead h1,
	.subjectitle h1 { font-size: 36px; }
	.subjectitle { margin-top: 15px; }
	/*--*/
	.dtable_wrap.small-block,
    .dtable_wrap.small-block > div { display: block; }
	/*--*/
	ul.breadcrumbcon { font-size: 14px; }
    /*--*/
	.cta-wrap { padding-top: 30px; padding-bottom: 30px; }
	.btn-cta { font-size: 25px; }
	/*--*/
	.slick-simpleslider .bg-slide { min-height: 300px; }
	.slick-simpleslider .slick-dots { bottom: 0; }
	.slick-simpleslider .slick-dots li { width: 13px; height: 13px; line-height: 3px; }
	.slick-simpleslider .slick-dots li button { width: 8px; height: 8px; }
    /*--*/
    .subscribe_popup .modal-dialog { margin: 25px; }
}


/*=====================================================================*/
/* HEADER */
/*=====================================================================*/
.header-wrap { position: fixed; left: 0; top: 0; width: 100%; z-index: 1000; }
.headpromo { 
	background: #c61c24; padding: 10px 35px 6px; margin: 0; border-radius: 0; border: none;
	font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; color: #fff; text-align: center;
}
.headpromo > div > * { color: #fff; }
.headpromo > div > *:last-child { margin-bottom: 0; }
.headpromo.alert-dismissible .close { top: 50%; right: 15px; margin-top: -15px; padding: 0; font-weight: 300; }
header {
    position: relative; left: 0; top: 0; width: 100%; padding: 15px 35px 40px 25px; padding-left: 90px; border-bottom: 1px solid #cfcfd0; z-index: 10; 
}
header.scrollstick { background: #fff; padding-bottom: 15px; transition: 0.3s ease-out; }
header .container-fluid { padding-left: calc((100vw - 1300px)/2 - 83px); padding-right: calc((100vw - 1300px)/2 - 27px); }
header .container-fluid .row { position: relative; }
/*=================*/
/*====== ... ======*/
a.logo { display: inline-block; }
a.logo img,
a.logo svg { /*backface-visibility: hidden;*/ image-rendering: -webkit-optimize-contrast; max-width: 181px; width: 100%; }
/*--*/
/*- Hamburger -*/
.nav-toggler { 
	padding: 0; cursor: pointer; border: none; background: none; outline: 0; z-index: 1;
	position: absolute; right: calc(100% + 30px);
}
.nav-toggler div {
    display: block; width: 25px; height: 2px; margin-bottom: 6px; background: #000; border-radius: 10px;
    transform-origin: 1px 1px;
    transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
.nav-toggler div:nth-child(3) { margin: 0; }
.nav-toggler[aria-expanded="true"] div:first-child { transform: rotate(45deg); }
.nav-toggler[aria-expanded="true"] div:nth-child(2) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); }
.nav-toggler[aria-expanded="true"] div:nth-child(3) { transform: rotate(-45deg); }
/*--*/
.no-js .navbar-collapse { display: none; }
.navbar-collapse {
    min-width: 260px; max-width: 280px; background: #000; z-index: 1;
    position: absolute; top: 66px; left: -70px;
    font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 20px; color: #675542; font-size: 18px; color: #77644f; word-break: break-word;
}
.navbar-collapse:before {
    content: ''; height: 0; width: 0; 
    position: absolute; bottom: 100%; left: 15px; 
    border: solid transparent; border-width: 0.5em; border-bottom-color: #000;
}
ul.navi-head::-webkit-scrollbar { width: 13px; height: 10px; }
ul.navi-head::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2); height: 6px; border: 4px solid transparent; background-clip: padding-box;
    -webkit-border-radius: 7px;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 1px 1px 0px rgba(0, 0, 0, 0);
}
ul.navi-head::-webkit-scrollbar-button { width: 0; height: 0; display: none; }
ul.navi-head::-webkit-scrollbar-corner { background-color: transparent; }
ul.navi-head { max-height: calc(100vh - 150px); overflow-x: hidden; overflow-y: auto; }
/*--*/
.navbar-collapse ul { margin: 0; padding: 0; list-style: none; }
ul.navi-head > li { border-bottom: 1px solid #404040; }
ul.navi-head > li:last-child { border-bottom: none; }
ul.navi-head a { 
	display: block; padding: 0.15em 0.6em; color: #675542; color: #988269;
	transition: all 0.3s ease-out; 
}
/*--*/
ul.navi-head a[data-toggle] { position: relative; padding-right: 1.5em; }
ul.navi-head a[data-toggle]:after { 
	content: ''; display: inline-block; height: 0.5rem; width: 0.5rem; float: right;
    border-style: solid; border-width: 0.125rem 0.125rem 0 0; 
    transform: rotate(135deg);
    position: absolute; right: 15px; top: 50%; margin-top: -5px;
}
ul.navi-head a[data-toggle].expanded:after,
ul.navi-head a[data-toggle][aria-expanded="true"]:after { transform: rotate(315deg); transform-origin: 100%; }
/*--*/
ul.navi-head .split { position: relative; padding-right: 40px; }
ul.navi-head > li > .split > a.dropcon { position: absolute; right: 0; top: 0; width: 40px; height: 100%; padding: 0; border-left: 1px solid #404040; }
ul.navi-head a.dropcon:after {
	float: none;
    right: inherit; left: 50%; margin-left: -5px;
}
/*--*/
ul.navi-head a.dropcon:hover { background-color: rgb(255, 255, 255, 0.15); }
ul.navi-head li > a:hover,
ul.navi-head li > .split > a:hover { padding-left: 1em; background-color: rgb(255, 255, 255, 0.15); }
ul.navi-head li.active > a,
ul.navi-head a.active { background-color: rgb(255, 255, 255, 0.15); color: #fff; }
/*--*/
ul.navi-head > li > a,
ul.navi-head > li > .split > a { font-size: 1.15em; color: #abadae; color: #cacaca; line-height: 1; padding: 0.45em 0.8em; }
ul.navi-head > li > ul > li > span { text-transform: uppercase; display: block; padding: 0.3em 0.8em; }
ul.navi-head li ul { margin-left: 0.8em; }
ul.navi-head li ul li:last-child { margin-bottom: 0.8em; /*cnt add to parent <ul> bcz when collapse, it will not smooth*/ }
ul.navi-head li li ul { border-left: 1px solid #3a3a3a; }
/*=================*/
/*====== ... ======*/
.search-wrap,
ul.navi-icon { vertical-align: middle; text-align: left; }
/*--*/
.search-wrap + ul.navi-icon { margin-left: 5px; }
ul.navi-icon { display: inline-block; margin: 0; padding:0; list-style: none; line-height: 0; }
ul.navi-icon li { font-size: 0; display: inline-block; /*vertical-align: middle;*/ vertical-align: top; margin-right: 5px; position: relative; }
ul.navi-icon li:last-child { margin-right: 0; }
ul.navi-icon li a { 
	position: relative; display: inline-block; 
	font-size: 23px; color: #000; line-height: 1; 
}
ul.navi-icon li a:hover { color: #675542; }
/*ul.navi-icon i { vertical-align: middle; }*/
ul.navi-icon li a i.icon-like { vertical-align: top; }
ul.navi-icon li a i.icon-like + .cart_qtt { vertical-align: inherit; }
ul.navi-icon .acc_name { 
	font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 0.5em; vertical-align: middle;  white-space: nowrap;
	position: absolute; bottom: -10px; left: 0; width: 100%;
}
ul.navi-icon .cart_qtt {
    font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 0.75em;
    position: absolute; /*bottom: 5px;*/ /*right: -11px;*/ left: 100%; top: 50%;
    -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
}
ul.navi-icon .wishlist_qtt { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 0.75em; vertical-align: middle; /*position: relative; top: -3px;*/ /*color: transparent;*/ }
/*ul.navi-icon .wishlist_qtt:before {
    content: attr(data-qtt); font-size: 1em; color: #000;
    position: absolute; top: 50%; right: 0;
    -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
}*/
.wishlist_btn.added { animation: grow 650ms ease-in-out; }
/*--*/
ul.navi-icon .choose-currency>span { font-size: 12px; line-height: 1; vertical-align: middle; display: block; padding: 2px; }
ul.navi-icon .choose-currency>a { font-size: 12px; padding: 2px; }
/*--*/
.search-wrap .custom_select select { font-size: 12px; height: auto; }
/*--*/
.search-wrap { /*max-width: 200px; width: 100%;*/ }
.search_bar { position: relative; }
.search_bar .form-control { 
	padding-right: 30px; 
	border-color: #cfcfd0; border-top-color: transparent; border-right-color: transparent; 
	font-size: 12px; line-height: 1; 
	transition: all 0.3s ease-in-out;
}
.search_bar .form-control:focus { border-color: #000; box-shadow: none; }
.search_bar > input:focus::-webkit-input-placeholder { color: #808080; }
.search_bar > input:focus:-moz-placeholder { color: #808080; opacity: 1; }
.search_bar > input:focus::-moz-placeholder { color: #808080; opacity: 1; }
.search_bar > input:focus:-ms-input-placeholder { color: #808080; }
.search_bar .close {
	position: absolute; top: 0; right: 33px;
	background: none; padding: 0.22em 5px 0.32em; height: 100%; border: 0;
	font-family: sans-serif; font-size: 15px; font-weight: 300; line-height: 1;
    transition: all 0.3s ease-in-out;
}
.search_bar .close.hide { display: none; }
.search_bar .btn-submit {
	position: absolute; top: 0; right: 0;
	background: none; padding: 0.12em 5px 0.09em; height: 100%; border: 0;
	font-size: 23px; line-height: 1;
    transition: all 0.3s ease-in-out;
}
.search_bar .btn-submit:hover { color: #675542; }
/*=================*/
/*====== ... ======*/
.no-js .minicart-wrap { display: none; }
.minicart-wrap {
    min-width: 300px; max-width: 300px; background: #fff; z-index: 1;
    position: absolute; top: 50px; right: -15px; font-size: 14px; line-height: 1.2;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1)); border: 1px solid #ededed;
}
.minicart-wrap:before {
    content: ''; height: 0; width: 0; 
    position: absolute; bottom: 100%; right: 15px; 
    border: solid transparent; border-width: 0.8em; border-bottom-color: #fff;
}
.minicart-wrap .item::-webkit-scrollbar { width: 13px; height: 10px; }
.minicart-wrap .item::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); height: 6px; border: 4px solid transparent; background-clip: padding-box;
    -webkit-border-radius: 7px;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 1px 1px 0px rgba(0, 0, 0, 0);
}
.minicart-wrap .item::-webkit-scrollbar-button { width: 0; height: 0; display: none; }
.minicart-wrap .item::-webkit-scrollbar-corner { background-color: transparent; }
.minicart-wrap .item { max-height: calc(100vh - 450px); overflow-x: hidden; overflow-y: auto; }
/*--*/
.minicart-wrap .head { padding: 15px 15px 12px; font-size: 18px; /*font-weight: 700; text-align: center;*/ }
/*--*/
.minicart-wrap > div + div { border-top: 1px solid #ededed; }
.minicart-wrap ul { margin: 0; padding: 0; line-height: 1.2; }
.minicart-wrap ul li { display: block; list-style: none; margin-bottom: 2px; font-size: 14px; }
/*--*/
.minicart-wrap .close { font-weight: 300; position: absolute; top: 10px; right: 10px; }
.minicart-wrap .item > ul > li { position: relative; padding: 15px; }
.minicart-wrap .item > ul > li + li { margin-top: 10px; padding-top: 10px; border-top: 1px solid #ededed; }
/*--*/
.minicart-wrap .img { display: inline-block; float: left; width: 100%; max-width: 50px; margin-right: 12px; overflow: hidden; }
.minicart-wrap .img a img { transition: 0.3s ease-out; }
.minicart-wrap .img a:hover img { transform: scale(1.1); }
/*--*/
.minicart-wrap .desc { overflow: hidden; padding-right: 12px; }
.minicart-wrap .desc a.title { font-size: 1em; font-weight: 700; color: #000; line-height: inherit; }
.minicart-wrap .desc ul.detail { margin-top: 6px; font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; }
.minicart-wrap .desc .label { color: #808080; float: left; margin-right: 5px; }
.minicart-wrap .desc .value { display: block; overflow: hidden; word-break: break-word; }
.minicart-wrap .desc .price .value { text-transform: uppercase; }
.minicart-wrap .desc .price del { font-size: 0.95em; font-weight: 300; color: #808080; margin-right: 5px; display: block; }
.minicart-wrap .desc ul.colorswatch { display: inline-block; vertical-align: inherit; }
.minicart-wrap .desc ul.colorswatch li span { margin-right: 3px; font-size: 10px; vertical-align: middle; }
/*--*/
.minicart-wrap .foot { padding: 15px 15px 12px; font-size: 1.1em; }
.minicart-wrap .foot > div:not(.btn_order) { padding: 2px 0; }
.minicart-wrap .foot small { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 0.8em; color: #808080; display: block; }
.minicart-wrap .btn_order { margin-top: 15px; }
.minicart-wrap .btn_order a.btn { 
	display: block; margin: 5px 0; padding: 8px 10px; border-radius: 0; background: #000; 
	font-size: 14px; font-weight: 500; color: #fff; transition: 0.3s ease-out;
}
.minicart-wrap .btn_order a.btn_mini-viewcart { background: #c61c25; }
.minicart-wrap .btn_order a.btn:hover { opacity: 0.8; }
/*=================*/
/*====== ... ======*/
.no-js .miniacc-wrap { display: none; }
.miniacc-wrap {
    min-width: 150px; max-width: 150px; background: #fff; z-index: 1;
    position: absolute; top: 50px; right: -15px; font-size: 14px; line-height: 1.2;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1)); border: 1px solid #ededed;
}
.miniacc-wrap:before {
    content: ''; height: 0; width: 0; 
    position: absolute; bottom: 100%; right: 15px; 
    border: solid transparent; border-width: 0.8em; border-bottom-color: #fff;
}
/*--*/
.miniacc-wrap ul { margin: 0; padding: 0; line-height: 1.2; }
.miniacc-wrap ul li { display: block; margin: 0; list-style: none; }
.miniacc-wrap ul li + li { border-top: 1px solid #ededed; }
.miniacc-wrap ul li a { display: block; padding: 8px 10px; font-size: 14px; line-height: 1.2; }
.miniacc-wrap ul li a i { float: right; }


@media only screen and (max-height: 680px) {
    .minicart-wrap::-webkit-scrollbar { width: 13px; height: 10px; }
    .minicart-wrap::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2); height: 6px; border: 4px solid transparent; background-clip: padding-box;
        -webkit-border-radius: 7px;
        -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0), inset 1px 1px 0px rgba(0, 0, 0, 0);
    }
    .minicart-wrap { max-height: calc(100vh - 150px); overflow-x: hidden; overflow-y: auto; }
    .minicart-wrap .item { max-height: none; overflow: inherit; }
}
@media only screen and (min-width: 768px) {
	.search_bar { display: inline-block; vertical-align: middle; }
	/*--*/
	.search-wrap.collapse { display: inline-block; }
	.search_bar .form-control { float: right; width: 300px; }
	.search_bar .form-control:focus { width: 300px; padding-right: 55px; }
}
@media only screen and (max-width: 767px) {
	header { padding: 15px 0 15px; }
	header.scrollstick { padding-bottom: 15px; }
	header .left-wrap { padding-right: 10px; padding-left: 73px; }
	header .right-wrap { padding-right: 45px; padding-left: 10px; position: static; }
	/*--*/
	a.logo img,
	a.logo svg { max-width: 119px; }
	.nav-toggler { right: inherit; left: 35px; top: 8px; }
	.nav-toggler div { width: 23px; margin-bottom: 4px; transform-origin: 3px 1px; }
	.navbar-collapse { top: 45px; left: 24px; font-size: 16px; }
	/*--*/
	.search-wrap + ul.navi-icon { margin-left: 3px; }
	ul.navi-icon li { margin-right: 3px; }
	ul.navi-icon li a { font-size: 20px; }
	.search-wrap {
	    position: absolute; top: calc(100% + 16px); left: 0;
	    width: 100%; padding: 0px 35px; background: #fff;
	}
	.search-wrap form { padding: 15px 0; }
	/*--*/
	/*.minicart-wrap { top: 40px; right: 28px; }*/
	/*--*/
	.miniacc-wrap ul li a { font-size: 14px; }
}
@media only screen and (max-width: 350px) {
	header .right-wrap { flex: auto; margin-top: 9px; padding-top: 9px; padding-left: 35px; border-top: 1px solid #cfcfd0; text-align: left !important; }
	/*--*/
    ul.navi-icon li { position: static; }
	.minicart-wrap { top: 80px; right: inherit; left: 25px; min-width: 200px; }
	.minicart-wrap:before { display: none; }
}


/*=====================================================================*/
/* FOOTER */
/*=====================================================================*/
.whatsappPress { position: fixed; bottom: 50px; right: 15px; z-index: 10; }
.whatsappPress img { width: 100%; max-width: 45px; }
.whatsappPress a img { backface-visibility: hidden; transition: all 0.3s ease-out; }
.whatsappPress a:hover img { transform: translateY(-5px); }
/*--*/
.scrollup,
.body .scrollup { bottom: 105px; }
footer .widget:last-child { margin-bottom: 0; }
/*--*/
footer { font-size: 13px; /*color: #b4a39b;*/ color: #8d817e; line-height: 1.4; }
footer p { font-size: 13px; line-height: 1.4; }
footer h5,
footer h6 { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; color: #fff; }
footer a { transition: all 0.3s ease-out; display: inline-block; }
footer table { width: 100%; }
/*--*/
.footer_logo img,
.footer_logo svg { backface-visibility: hidden; max-width: 181px; width: 100%; }
/*--*/
ul.footlink { margin: 0; padding: 0; }
ul.footlink > li:not(.dtable_wrap) { display: inline-block; margin-right: 10px; vertical-align: middle; line-height: 1; }
ul.footlink > li:not(.dtable_wrap):after {
	content: "|"; font-weight: 400; letter-spacing: 0; 
    position: relative; left: 6px; 
}
ul.footlink > li:not(.dtable_wrap):last-child { margin-right: 0; }
ul.footlink > li:not(.dtable_wrap):last-child:after { content: ''; }
ul.footlink > li > a { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-weight: 700; color: #fff; }
/*--*/
.newfootlink ul.footlink { 
	margin-top: 10px;
	-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
    -webkit-column-gap: 25px; -moz-column-gap: 25px; column-gap: 25px;
}
.newfootlink ul.footlink > li:not(.dtable_wrap) { display: block; margin-right: 0; margin-bottom: 2em; }
.newfootlink ul.footlink > li:not(.dtable_wrap):after { display: none; }
.newfootlink ul.footlink > li > a { font-size: 14px; line-height: 1.2; text-transform: uppercase; word-break: normal; }
.newfootlink ul.footlink > li > a:hover { text-decoration: underline; opacity: 0.8; }
/*--*/
.footleft { background: #333; padding: 40px 50px 40px 15px; word-break: break-word; }
.footleft > div { max-width: 800px; margin-left: auto; }
.footleft p { text-align: justify; }
.footright { background: #000; padding: 40px 15px 40px 50px; font-weight: 500; /*color: #b4a39b;*/ color: #8d817e; }
.footright > div { max-width: 500px; margin-right: auto; }
/*=================*/
/*====== ... ======*/
ul.follow_us { margin: 0 0 20px 0; padding: 0; list-style: none; }
ul.follow_us li { display: inline-block; margin: 0 0 0 5px; }
ul.follow_us li:first-child { margin-left: 0; }
ul.follow_us li a i {
    font-size: 1.3em; color: #fff; text-align: center; line-height: 24px;
    display: inline-block; width: 24px; height: 24px; vertical-align: middle;
    border: 1px solid #fff; border-radius: 50%; 
    backface-visibility: hidden; transition: all 0.3s ease-out;
}
ul.follow_us li a i.icon-fb { font-size: 1.9em; line-height: 27px; text-indent: -2px; }
ul.follow_us li a i.icon-ig { font-size: 1.4em; line-height: 23px; }
ul.follow_us li a i.ico-img { line-height: 1; }
ul.follow_us li a i.ico-img img { padding: 3px; image-rendering: -webkit-optimize-contrast; }
ul.follow_us li a:hover i { transform: translateY(-3px); }
/*=================*/
/*====== ... ======*/
.footnav-wrap a,
.footnav-wrap ul.footlink a,
table.footnav-wrap .dtable_wrap { /*color: #b4a39b;*/ color: #8d817e;  }
.footnav-wrap a:hover { text-decoration: underline; opacity: 0.8; }
/*--*/
table.footnav-wrap td { padding: 5px 5px; vertical-align: top; }
table.footnav-wrap td:first-child { padding-left: 0; }
table.footnav-wrap td:last-child { padding-right: 0; }
table.footnav-wrap h6 { font-size: 14px; text-transform: uppercase; margin-top: 5px; }
/*--*/
table.footnav-wrap .dtable_wrap div { padding-top: 1px; padding-bottom: 1px; }
table.footnav-wrap .dtable_wrap div:first-child { width: 45%; }
table.footnav-wrap .dtable_wrap div:last-child { width: 55%; }
table.footnav-wrap .dtable_wrap b { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; }
table.footnav-wrap .dtable_wrap ul { margin: 0; padding: 0; list-style: none; } 
table.footnav-wrap .dtable_wrap li { position: relative; padding-left: 10px; line-height: 1.3; }
table.footnav-wrap .dtable_wrap li:before { content: '-'; position: absolute; top: 0; left: 0; }
/*=================*/
/*====== ... ======*/
.footright a { /*color: #b4a39b;*/ color: #8d817e; }
.footright a:hover { text-decoration: underline; opacity: 0.8; }
.newsletter-wrap h5 { margin-bottom: 0; }
.newsletter-wrap p { margin-bottom: 8px; }
.newsletter-wrap form { /*max-width: 340px;*/ /*max-width: 360px;*/ }
.newsletter-wrap .form-group { position: relative; }
.newsletter-wrap .form-control { font-size: 14px; /*padding-right: 65px;*/ padding-right: 160px; height: calc(2.5em + 0.75rem + 2px); }
.newsletter-wrap .btn-submit {
    background-color: #91857e; border: 0; padding: 0 15px; height: 100%;
	position: absolute; top: 0; right: 0;
	/*font-size: 18px;*/ font-size: 16px; font-weight: 700; color: #fff; line-height: 1;
	transition: all 0.3s ease-in-out;
}
.newsletter-wrap .btn-submit:hover { text-decoration: underline; opacity: 0.8; }
/*--*/
.newsletter-wrap #result-msg > * { font-size: 12px; margin: 10px 0; }
/*--*/
.additional_links-wrap { font-size: 14px; }
/*=================*/
/*====== ... ======*/
.bottom_footer { background: #333; padding: 25px 0; }
/*=================*/
/*====== ... ======*/
.floatchat { position: fixed; bottom: 3rem; right: 0; z-index: 2; }
input.fab-checkbox { display: none; }
label.lets-chat { margin: 0; }
label.lets-chat span {
	position: relative; top: -10px; z-index: 1; cursor: pointer; transition: all 0.3s ease;
	background: #333; display: inline-block; width: 3em; height: 3em; border-radius: 50%;  margin-right: 20px; border: 1px solid #fff;
	font-size: 12px; color: #fff; text-align: center; line-height: 3; 
}
label.lets-chat:hover span { background: #000; }
/*--*/
.fab-wheel {
    position: absolute; right: 0; bottom: 0; width: 8rem; height: 7rem; 
    transform: scale(0); transform-origin: bottom right; transition: all 0.3s ease;
}
.fab-action { opacity: 0; position: absolute; transition: all 0.2s ease; }
/*--*/
.fab-action-1 { right: 0px;top: -22px; }
.fab-action-2 { right: 55px;top: -5px; }
.fab-action-3 { bottom: 27px;left: 5px; }
.fab-action-4 { bottom: -30px;left: 17px; }
/*--*/
input.fab-checkbox:checked~.fab-wheel { transform: scale(1); }
input.fab-checkbox:checked~.fab-wheel .fab-action { opacity: 1; }
/*--*/
.floatchat .whatsappPress { position: static; }
.floatchat .whatsappPress a { background: none; }
/*=================*/
/*====== ... ======*/
ul.loc-float {
    padding-left: 0; margin-bottom: 0; list-style: none;
}
ul.loc-float a {
    display: inline-block; width: 1.5em; height: 1.5em; margin-bottom: 2px; background: #333; border-radius: 50%;
    font-size: 25px; color: #fff; text-align: center; text-shadow: none; line-height: 1.65;
}
ul.loc-float li { font-size: 7px; text-align: center; text-shadow: 1px 1px 1px white; line-height: 1.1; }

ul.loc-float li span { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 0); }


@media only screen and (max-width: 767px) {
	footer h6 { font-size: 16px; }
	.footleft { padding: 30px 5px 15px; }
	.footright { padding: 30px 5px; }
	.footleft > div,
	.footright > div { max-width: 100%; margin: 0 auto; }
}
@media only screen and (max-width: 517px) {
	.footer_logo img,
	.footer_logo svg { max-width: 119px; }
}
@media only screen and (max-width: 350px) {
    .newsletter-wrap .form-control { padding-right: 110px; }
    .newsletter-wrap .btn-submit { max-width: 100px; font-size: 14px; }
}


/*=====================================================================*/
/* HOME */
/*=====================================================================*/
/*========================*/
/*====== homeslider ======*/
.homeslider .slick-dots { bottom: 25px; line-height: 0; }

.homeslider .float-decoimg { margin-left: auto; /*max-width: 37%; padding: 0 4%;*/ max-width: 56%; }
.homeslider.slick-simpleslider .bg-slide { min-height: inherit; }
.homeslider.slick-simpleslider .slick-slide > img { margin: 0 auto; }
.homeslider.slick-simpleslider .slidedesc { top: 15%; padding-left: 10%; padding-right: 24%; text-align: center; }
.homeslider.slick-simpleslider .slidedesc.slidedescenter { padding-right: 10%; padding: 30px 20px; }
.homeslider.slick-simpleslider .slidedesc h2 { font-family: 'BebasNeue'; font-size: 9vw; font-size: 140px; font-weight: 100; color: #8c8d8e; text-transform: uppercase; line-height: 1; }
/*===============================*/
/*====== homeproductslider ======*/
.homeproductslider .slick-dots { line-height: 0; position: static; margin-top: 50px; }
.homeproductslider .slick-slide.slick-active { cursor: pointer; }
.homeproductslider .slick-slide.slick-active:before { 
    content: '\e091'; font-family: Simple-Line-Icons; font-size: 30px; color: #7a706b; text-align: center; line-height: 1.5;
    width: 1.5em; height: 1.5em; background: rgba(0, 0, 0, 0.8);
    position: absolute; top: 50%; left: 50%; cursor: pointer; opacity: 0; visibility: hidden;
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
    transition: 0.3s ease-out;
}
.homeproductslider .slick-slide.slick-active:hover::before,
.homeproductslider .slick-slide.slick-active:focus::before { opacity: 1; visibility: visible; }
/*=================================*/
/*====== home our collection ======*/
.imghover-wrap:after, 
.imghover-wrap:before {
    content: ''; width: 3px; height: 85%; height: 100%; border-radius: 50%; z-index: 2;
    position: absolute; top: 50%; right: -2px;
    transform: translate(0,-50%);
    background: #fff; 
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.imghover-wrap:last-child::after, 
.imghover-wrap:last-child::before { content: none; }
.imghover-wrap a { 
    height: 470px; display: block; position: relative; overflow: hidden; z-index: 1; 
    color: #fff; text-align: center;
    background-repeat: no-repeat; background-position: center; background-size: cover;
}
.imghover-wrap a:before {
    content: ''; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);
    position: absolute; left: 0;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition-delay: 0.25s;
}
.imghover-wrap a:after {
	content: ''; display: inline-block; height: 0.5rem; width: 0.5rem; opacity: 0;
    border-style: solid; border-width: 0.125rem 0.125rem 0 0; 
    position: absolute; top: 50%; left: 50%; 
    transform: rotate(45deg) translate(-50%,100%); transform-origin: 100% 100%;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.imghover-wrap a .desc {
	position: absolute; top: 35%; left: 50%; width: 100%; padding: 0 10px;
	transform: translate(-50%,-50%);
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.imghover-wrap a .desc img,
.imghover-wrap a .desc svg { max-width: 150px; }
.imghover-wrap a .title { font-size: 32px; font-weight: 400; color: #fff; text-transform: uppercase; }
/*--*/
.imghover-wrap a:hover::before { background-color: rgba(0, 0, 0, 0.6); }
.imghover-wrap a:hover::after {
    opacity: 1; top: 35%;
    transform: rotate(45deg) translate(-50%,-50%); transform-origin: 0 0;
    transition-delay: 0.25s;
}
.imghover-wrap a:hover .desc { top: 20%; transition-delay: 0.15s; }
/*--*/
.effectline-wrap { position:absolute; top:0; left:0; width:100%; height:100%; padding:20px; }
.effectline { position: relative; width: 100%; height: 100%; display: inline-block; overflow: hidden; }
.eline { 
    content: ''; background: rgba(255, 255, 255, 0.5); position: absolute; 
    transition: 0.3s ease-out; transition-delay: 0.35s;
}
.linelv { 
    width: 1px; height: 100%; left: 0; top: 0;
    transform: translateY(100%);
}
.lineth { 
    width: 100%; height: 1px; left: 0; top: 0;
    transform: translateX(-100%); 
}
.linebh { 
    width: 100%; height: 1px; right: 0; bottom: 0;
    transform: translateX(100%); 
}
.linerv { 
    width: 1px; height: 100%; right: 0px; bottom: 0;
    transform: translateY(-100%); 
}
.imghover-wrap a:hover .linelv,
.imghover-wrap a:hover .lineth,
.imghover-wrap a:hover .linebh,
.imghover-wrap a:hover .linerv { transform: translateX(0); }
/*===========================*/
/*====== home v-living ======*/
.imghover2-wrap a { 
    height: 580px; display: block; position: relative; overflow: hidden; z-index: 1; 
    color: #fff; 
}
.imghover2-wrap a:before {
    content: ''; width: 100%; height: 100%; opacity: 0; visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4); position: absolute; left: 0; z-index: 1;
    transition: all 0.5s ease-out;
}
.imghover2-wrap .img {
	position: absolute; top: 50%; left: 50%; width: 100%; height: 100%;
	background-repeat: no-repeat; background-position: center; background-size: cover;
	transform: translate(-50%,-50%); transform-origin: 0 0;
	transition: all 0.5s ease-out;
}
.imghover2-wrap a .desc { position: absolute; bottom: 0; left: 0; width: 100%; padding: 26px 26px; z-index: 1; word-break: break-word; }
.imghover2-wrap a .title { font-size: 28px; font-weight: 400; color: #fff; line-height: 1.1; }
/*--*/
.imghover2-wrap a:hover::before { opacity: 1; visibility: visible; }
.imghover2-wrap a:hover .img { transform: scale(1.1) translate(-50%,-50%); }
/*===========================*/
/*====== home promo banner ======*/
.homepromo_banner { text-align: center; }


@media only screen and (max-width: 991px) {
    .homeslider.slick-simpleslider .slidedesc h2 { font-size: 100px; }
    /*--*/
	.imghover-wrap:before,
	.imghover-wrap:nth-child(even)::after { content: none; }
	/*--*/
	.imghover2-wrap:nth-child(odd):last-child a { height: 380px; }
}
@media only screen and (max-width: 767px) {
	.homeproductslider .slick-dots { margin-top: 20px; }
	/*--*/
    .homeslider.slick-simpleslider .slidedesc h2 { font-size: 80px; }
    /*--*/
	.imghover-wrap a { height: 180px; }
	.imghover-wrap a .desc { top: 50%; }
	.imghover-wrap a .desc img,
	.imghover-wrap a .desc svg { max-width: 120px; }
	.imghover-wrap a .desc .h3 { font-size: 22px; }
	.imghover-wrap a .title { font-size: 27px; }
	.imghover-wrap a:hover .desc { top: 40%; }
	.imghover-wrap a:hover::after { top: 75%; }
	.effectline-wrap { padding: 15px; }
}
@media only screen and (max-width: 575px) {
    .homeslider.slick-simpleslider .slidedesc h2 { font-size: 60px; }
    /*--*/
	.imghover-wrap:after { content: none; }
	/*--*/
	.imghover2-wrap a,
	.imghover2-wrap:nth-child(odd):last-child a { height: 250px; }
	.imghover2-wrap a:before { opacity: 1; visibility: visible; background: rgba(0, 0, 0, 0.2); }
	.imghover2-wrap a .desc { padding: 20px 20px; }
	.imghover2-wrap a .title { font-size: 22px; }
}


/*=====================================================================*/
/* ABOUT US */
/*=====================================================================*/
/*=========================*/
/*====== brand story ======*/
.brandstory-wrap { padding-top: 50px; line-height: 1.8; }
.brandstory-wrap .titlehead { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; padding-top: 100px; }
.brandstory-wrap .titlehead h1 { font-size: 80px; font-weight: 100; text-transform: none; }
.brandstory-wrap a.backhome { font-size: 2.2em; color: #000; line-height: 1; margin-top: 30px; }
.brandstory-wrap a.backhome:hover { color: #675542; }
.brandstory-wrap img.decoimg { max-width: 58.33333%; margin-top: -90px; }
/*=================*/
/*====== csr ======*/
.csr_title h1 { font-size: 70px; line-height: 1; letter-spacing: 0.35em; margin: 0; }
.csr_title p { font-size: 12px; }
/*--*/
/*- csr hero slider -*/
.csrheroslider.slick-simpleslider .bg-slide { min-height: 280px; }
.csrheroslider.slick-simpleslider .slidedesc { 
    top: 50%;
    font-size: 20px; color: #fff; text-align: center;
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.csrheroslider.slick-simpleslider .slidedesc h2 { font-size: 50px; font-weight: 400; color: #fff; line-height: 1.1; }
/*--*/
.csrheroslider .slick-dots { bottom: 15px; }
.csrheroslider .slick-dots li button { border: 1px solid #fff; }
.csrheroslider .slick-dots li.slick-active button, 
.csrheroslider .slick-dots li button:hover, 
.csrheroslider .slick-dots li button:focus { background: #fff; }
/*--*/
.csrmakewish-wrap { background: #006838; padding: 50px 0; }
.csrmakewish-wrap .titlehead h2 { color: #fff; text-transform: uppercase; }
.csrmakewish-wrap .titlehead p { color: #ffc800; }
.csrmakewish-wrap form { background: rgba(0, 81, 10, 0.25); border: 1px solid #1dc060; box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.20); padding: 30px 25px; }
/*--*/
.csrmakewish-wrap form .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.8); }
.csrmakewish-wrap form .form-control:-moz-placeholder { color: rgba(255,255,255,0.8); opacity: 1; }
.csrmakewish-wrap form .form-control::-moz-placeholder { color: rgba(255,255,255,0.8); opacity: 1; }
.csrmakewish-wrap form .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.8); }
/*--*/
.csrmakewish-wrap form .form-control { background: none; border: none; border-bottom: 1px solid #ffd2b7; padding: .375rem .75rem; color: #fff; }
.csrmakewish-wrap form .form-control:focus { box-shadow: none; border-color: #fff; }
.csrmakewish-wrap form .btn-submit {
    background-color: #ffc800; border: 0.15em solid #FFC800; border-radius: 10px; margin-top: 30px; padding: 0.2em 0.8em; box-shadow: inset 0px -1.8em 0px -1em rgba(0, 0, 0, 0.1); transition: all 0.3s ease-in-out;
    font-size: 1.5em; font-weight: 700; font-style: italic; color: #000; text-transform: uppercase;
}
.csrmakewish-wrap form .btn-submit:hover { box-shadow: inset 0px -2.8em 0px -1em rgba(0, 0, 0, 0.1); border-color: #e5b402; }
.csrmakewish-wrap form label.error { color: #ffc800 !important; text-align: left; display: block; padding: 5px 12px; }
/*=================*/
/*====== ... ======*/
.listarticletitle-wrap { background: #006838; padding: 15px; margin-bottom: 5px; color: #fff; }
.listarticletitle-wrap .title { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 28px; font-weight: 700; color: #fff; text-transform: uppercase; }
/*--*/
.listarticle-wrap > div + div { margin-top: 25px; padding-top: 25px; }
.listarticle-wrap { 
	background: #e1e3e4; padding: 25px 25px;
    font-size: 13px; color: #7a706b; color: #545454; line-height: 1.4; 
}
.listarticle-wrap .desc h5 { font-size: 18px; font-weight: 500; color: #000; }
.listarticle-wrap .desc .date { font-weight: 500; color: #000; margin-left: auto; }
/*--*/
.wishlist-wrap { /*background: #e1e3e4; height: 100%;*/ }
.wishlist-wrap table { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 12px; font-weight: 700; text-align: center; margin: 0; width: 100%; background: #e1e3e4; }
.wishlist-wrap table th { background: #006838; border: none; font-size: 14px; color: #fff; }
.wishlist-wrap table th b { font-size: 1.8em; font-weight: 800; line-height: 1.1; display: block; padding: 8px 0px 0px; }
.wishlist-wrap table tr:not(:last-child) td { border-bottom: 1px solid #7a706b; }
.wishlist-wrap table td { vertical-align: top; padding: .3rem; }
.wishlist-wrap table td.date { color: #80151f; }
.wishlist-wrap table td.particular { font-size: 1.1em; font-weight: 400; text-transform: uppercase; }
.wishlist-wrap table td.who {  }
.wishlist-wrap table td.complete { color: #006838; }
.wishlist-wrap a[href*="#"] { 
    display: block; width: 100%; background: #675542; padding: 0.5em; margin-top: 5px;
    font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 19px; font-weight: 700; color: #fff; text-transform: uppercase; text-align: center;
    transition: all .3s ease-in-out; 
}
.wishlist-wrap a[href*="#"]:hover { background: #BB1C24; }
/*=======================*/
/*====== testimony ======*/
.testimonyslider { background: url(../images/ajax-loader.gif) no-repeat center; height: 50px; }
.testimonyslider.slick-initialized { background: inherit; height: auto; }
.testimonyslider div { display: none; }
.testimonyslider.slick-initialized div { display: inherit; }
.testimonyslider div { 
    /*margin: 0 5px;*/ height: 195px;
    background-repeat: no-repeat; background-size: cover; background-position: center;
}
/*--*/
.testimonyslider .slick-arrow { 
    width: 40px; height: 40px; border-radius: 5px; background: rgba(0, 0, 0, 0.3); z-index: 1; text-indent: -4px; opacity: 1;
    transition: background 0.3s ease, left 0.3s ease, right 0.3s ease; 
}
.testimonyslider .slick-arrow:before { 
	content: ''; display: inline-block; height: 0.7rem; width: 0.7rem; opacity: 1; 
    border-style: solid; border-width: 0.2rem 0.2rem 0 0; color: #fff;
    transform: rotate(45deg);
}
.testimonyslider .slick-prev { left: -20px; transform: translate(0,-50%) rotate(180deg); }
.testimonyslider .slick-next { right: -20px; }
.testimonyslider .slick-prev:not(.slick-disabled):hover,
.testimonyslider .slick-next:not(.slick-disabled):hover { background: rgba(0, 0, 0, 1); }
.testimonyslider .slick-disabled { cursor: auto; opacity: 0.3; }
/*=================*/
/*====== biz ======*/
.bizreward-wrap { background: #000; color: #fff; }
.bizreward-wrap ul.breadcrumbcon { border-color: #808080; }
.bizreward-wrap ul.breadcrumbcon li.active,
.bizreward-wrap ul.breadcrumbcon li.homeicon a,
.bizreward-wrap ul.breadcrumbcon li a:hover,
.bizreward-wrap ul.breadcrumbcon li.homeicon a:hover { color: #fff; }
.bizreward-wrap .intro { color: #b48c5d; }
.biz_banner-wrap { text-align: center; }
/*--*/
.pointdesc { border: 1px solid #fff; border-radius: 20px; padding: 20px 0; position: relative; }
.pointdesc > .pointfeat { padding: 20px 35px; }
.pointdesc > .pointfeat:not(:last-child) { position: relative; }
.pointdesc > .pointfeat:not(:last-child):after, 
.pointdesc > .pointfeat:not(:last-child):before {
    content: ''; width: 3px; height: 85%; height: 100%; border-radius: 50%; z-index: 2;
    position: absolute; top: 50%; right: -2px;
    -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
    background: #fff; background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
/*--*/
.step_member-wrap { padding-left: 5px; padding-right: 5px }
.step_member-wrap h2.title { color: #fff; text-align: center; margin-bottom: 1em; }
.step_membercon { border: 1px solid #fff; border-radius: 20px; padding-top: 20px; padding-bottom: 20px; position: relative; }
.step_membercon .step_member { 
    padding: 15px 20px; 
    font-size: 12px; font-weight: 500; line-height: 1.6;
}
.step_membercon .step_member:not(:last-child) { position: relative; }
.step_membercon .step_member:not(:last-child):after, 
.step_membercon .step_member:not(:last-child):before {
    content: ''; width: 3px; height: 85%; height: 100%; border-radius: 50%; z-index: 2;
    position: absolute; top: 50%; right: -2px;
    -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
    background: #fff; background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
.step_membercon img { max-width: 100px; }
.step_membercon h4 { color: #fff; }
.step_membercon h5 { color: #b48c5d; }
/*--*/
.step_membercon table { width: 100%; }
.step_membercon table td {
    padding: 15px 20px; vertical-align: top;
    font-size: 12px; font-weight: 500; line-height: 1.6; text-align: center;
}
.step_membercon table td:not(:last-child) { position: relative; }
/*--*/
.benefitdesc-wrap .titlehead h1 { font-size: 60px; font-weight: 700; color: #b48c5d; }
.benefitdesc-wrap > h1 { 
    font-size: 60px; font-weight: 700; color: #b48c5d; text-align: center; 
    margin-bottom: 0.5em;
}
.benefitdesc-wrap ul { padding: 0; padding-left: 70px; margin: 0; list-style: none; counter-reset: item; font-size: 1.2em; }
.benefitdesc-wrap li { padding: 15px; margin-bottom: 10px; border: 1px solid #fff; border-radius: 0 20px 20px 0; position: relative; counter-increment: item; }
.benefitdesc-wrap li:before {
    content: counter(item); background: #b48c5d; width: 1.5em; height: 100%; border-radius: 20px 0 0 20px; position: absolute; right: calc(100% + 8px); top: 0;
    font-size: 2em; font-style: italic; color: #000; text-align: center; line-height: 2;
}
.benefitdesc-wrap li h3 { color: #c97e37; }
/*--*/
.benefitdesc-wrap li.viewreward-wrap { padding-right: 170px; }
.btn-reward { 
	background: url(../../../storage/general-images/bizreward-button.png) no-repeat; background-size: 100% 100%; 
	position: absolute; right: 15px; top: 15px; display: inline-block; max-width: 125px; padding: 25px 10px; transition: all 0.3s ease-out;
	font-size: 16px; font-weight: bold; color: #fff; text-align: center; text-transform: uppercase; line-height: 1.1;
}
.btn-reward:hover { color: #fff; filter: brightness(1.1); }
.btn-reward:focus { color: #fff; filter: brightness(0.9); }
/*--*/
.biz_banner_promo-wrap { text-align: center; }
/*======================*/
/*====== biz form ======*/
.bizrecruit-wrap { background: #c12127; padding: 50px 0; }
.bizrecruit-wrap .titlehead { text-transform: none; }
.bizrecruit-wrap .titlehead h2 { color: #fff; }
.bizrecruit-wrap .titlehead p { color: #ffc800; }
.bizrecruit-wrap form { background: rgba(81, 0, 7, 0.25); border: 1px solid #e6070f; box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.20); padding: 30px 25px; }
/*--*/
.bizrecruit-wrap form .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.8); }
.bizrecruit-wrap form .form-control:-moz-placeholder { color: rgba(255,255,255,0.8); opacity: 1; }
.bizrecruit-wrap form .form-control::-moz-placeholder { color: rgba(255,255,255,0.8); opacity: 1; }
.bizrecruit-wrap form .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.8); }
/*--*/
.bizrecruit-wrap form .form-control { background: none; border: none; border-bottom: 1px solid #ffd2b7; padding: .375rem .75rem; color: #fff; }
.bizrecruit-wrap form .form-control:focus { box-shadow: none; border-color: #fff; }
.bizrecruit-wrap form .btn-submit {
    background-color: #ffc800; border: 0.15em solid #FFC800; border-radius: 10px; margin-top: 30px; padding: 0.2em 0.8em; box-shadow: inset 0px -1.8em 0px -1em rgba(0, 0, 0, 0.1); transition: all 0.3s ease-in-out;
	font-size: 1.5em; font-weight: 700; font-style: italic; color: #000; text-transform: uppercase;
}
.bizrecruit-wrap form .btn-submit:hover { box-shadow: inset 0px -2.8em 0px -1em rgba(0, 0, 0, 0.1); border-color: #e5b402; }
.bizrecruit-wrap form label.error { color: #ffc800 !important; text-align: left; display: block; padding: 5px 12px; }
/*===========================*/
/*====== biz pop chart ======*/
.pop-rewardchart .modal-dialog { max-width: 800px; padding: 0 5px; }
.pop-rewardchart .modal-content { background: #510007; color: #fff; }
.pop-rewardchart .btn-close {
	position: absolute; top: 5px; right: 15px; background: none; border: 0; transition: all 0.3s ease-in-out;
	font-size: 60px; line-height: 1;  
}
.pop-rewardchart .title { background: #c12127; padding: 15px 60px 15px 50px; }
.pop-rewardchart .title h1 { color: #fff; margin-bottom: 0; }
.pop-rewardchart .content { padding: 25px 50px; }
.pop-rewardchart table { color: #fff; border-collapse: separate; border-spacing: 5px 0px; margin-bottom: 5px; }
.pop-rewardchart tr { border: 1px solid #ffffff; }
.pop-rewardchart th { background: #fff; border: none; color: #bb935d; text-align: center; text-transform: uppercase; }
.pop-rewardchart td { border: none; border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid rgba(190, 30, 45, 0.4); }
.pop-rewardchart td sup { font-size: 75%; padding-left: 0; }
.pop-rewardchart tr:nth-child(even) td { color: #ceb18a; }
.pop-rewardchart tr:nth-last-child(1):nth-child(2) td { color: #fff; }
.pop-rewardchart tr:last-child td { border-bottom: 1px solid #fff; }
.pop-rewardchart td:nth-last-child(2) { font-size: 1.2em; text-align: center; }
.pop-rewardchart .remark { font-size: 15px; color: #dac5a8; text-align: right; line-height: 1.2; }


@media only screen and (min-width: 768px) {
    .step_membercon table td { width: 25%; }
    .step_membercon table td:not(:last-child):before {
        content: ''; width: 3px; height: 85%; height: 100%; border-radius: 50%; z-index: 2;
        position: absolute; top: 50%; right: -2px;
        -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
        background: #fff; background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }
}
@media only screen and (max-width: 767px) {
	.brandstory-wrap .titlehead { padding-top: 0; margin-bottom: 25px; }
	.brandstory-wrap .titlehead h1 { font-size: 50px; font-weight: 400; }
	.brandstory-wrap img.decoimg { max-width: 95.33333%; margin-top: -20px; }
	/*--*/
	.csr_title h1 { font-size: 56px; letter-spacing: 0.4em; }
	.csr_title p { font-size: 10px; }
	/*--*/
    .csrheroslider.slick-simpleslider .bg-slide { min-height: 160px; }
    .csrheroslider.slick-simpleslider .slidedesc { font-size: 17px; }
    .csrheroslider.slick-simpleslider .slidedesc h2 { font-size: 36px; }
    /*--*/
	.csrheroslider .slick-dots { bottom: 0; }
	.csrheroslider .slick-dots li { width: 13px; height: 13px; line-height: 3px; }
	.csrheroslider .slick-dots li button { width: 8px; height: 8px; }
    /*--*/
    .csrmakewish-wrap { padding: 35px 0; }
    .csrmakewish-wrap .titlehead h2 { font-size: 28px; }
    .csrmakewish-wrap form .btn-submit { font-size: 1.2em; }
	/*--*/
    .listarticletitle-wrap .title { font-size: 22px; }
	.listarticle-wrap { padding: 15px; }
	.listarticle-wrap .img { margin-bottom: 10px; }
	/*--*/
	.testimonyslider div { height: 230px; }
	/*--*/
	.pointdesc { padding: 15px 0; }
	.pointdesc > .pointfeat { padding: 10px 15px; }
	/*--*/
    .step_membercon table tr { 
        display: -ms-flexbox; display: flex;
        -ms-flex-wrap: wrap; flex-wrap: wrap; 
    }
    .step_membercon table td { flex: 0 0 50%; max-width: 50%; width: 100%; }
    .step_membercon table td:before {
        content: ''; width: 3px; height: 85%; height: 100%; border-radius: 50%; z-index: 2;
        position: absolute; top: 50%; right: -2px;
        -webkit-transform: translate(0,-50%); transform: translate(0,-50%);
        background: #fff; background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }
    .step_membercon table td:nth-child(2):before { content: none; }
    /*--*/
	.benefitdesc-wrap .titlehead h1,
    .benefitdesc-wrap > h1 { font-size: 40px; }
	.benefitdesc-wrap ul { padding-left: 50px; font-size: 1.125em; }
	.benefitdesc-wrap li:before { font-size: 1.6em; }
	.benefitdesc-wrap li.viewreward-wrap { padding-right: 15px; }
	.btn-reward { position: static; max-width: 95px; padding: 20px 5px; font-size: 12px; }
	/*--*/
	.bizrecruit-wrap { padding: 35px 0; }
	.bizrecruit-wrap .titlehead h2 { font-size: 28px; }
	.bizrecruit-wrap form .btn-submit { font-size: 1.2em; }
	/*--*/
	.pop-rewardchart .btn-close { font-size: 40px; }
	.pop-rewardchart .title { padding: 15px 60px 15px 20px; }
	.pop-rewardchart .title h1 { font-size: 30px; }
	.pop-rewardchart .content { padding: 20px 20px; }
	.pop-rewardchart p.h3 { font-size: 22px; }
	.pop-rewardchart .remark { font-size: 14px; }
}
@media only screen and (max-width: 480px) {
    .step_membercon table td { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .step_membercon table td:nth-child(2):before { content: ''; }
    .step_membercon table td:not(:last-child):before {
        height: 3px; width: 100%; 
        top: inherit; right: inherit; bottom: -2px; left: 50%;
        -webkit-transform: translate(-50%,0); transform: translate(-50%,0);
    }
}


/*=====================================================================*/
/* OUR COLLECTION */
/*=====================================================================*/
.embed-responsive-custom { position: relative; padding-top: 20em; padding-bottom: 10%; height: 100%; overflow: hidden; z-index: -1; }
.embed-responsive-custom video {
	position: absolute; left: 50%; top: 50%; min-width: 101%; min-height: 100%;
	transform: translate(-50%,-50%); /*object-fit: cover;*/
}
/*=================*/
/*====== ... ======*/
.collection_banner-wrap { 
	position: relative; height: 410px; 
	background-repeat: no-repeat; background-size: cover; background-position: center;
}
.collection_banner-wrap:before {
    content: ''; width: 100%; height: 100%; background: rgba(0,0,0,1);
    position: absolute; top: 0; left: 0; opacity: 0.25;
}
.collection_banner-wrap .embed-responsive-custom { padding: 0; position: absolute; top: 0; left: 0; width: 100%; }
.collection_banner-wrap .desc {
	color:#fff; position: absolute; top: 50%; left: 50%; padding-top: 30px; padding-bottom: 30px;
	transform: translate(-50%, -50%);
}
.collection_banner-wrap .titlehead { margin-bottom: 0; text-align: center; }
.collection_banner-wrap .titlehead img { max-width: 250px; margin: 10px 10px 10px 0; vertical-align: middle; }
.collection_banner-wrap .titlehead h1 { font-size: 60px; color: #fff; text-indent: -3px; display: inline-block; vertical-align: middle; }
.collection_banner-wrap .titlehead .cat { margin: 0; font-size: 22px; text-align: left; }
/*--*/
.collection_title { border: none; }
.collection_title h3 { vertical-align: middle; display: inline-block; margin-bottom: 0; margin-right: 30px; color: #675542; }
.collection_title a { vertical-align: middle; display: inline-block; color: #000; text-decoration: underline; }
.collection_title a:hover { color: #675542; }
/*--*/
.collection_desc-wrap .desc h1 { font-size: 50px; font-weight: 300; }


@media only screen and (max-width: 767px) {
    .collection_banner-wrap .titlehead img { max-width: 200px; margin-left: 10px; }
    .collection_banner-wrap .titlehead h1 { font-size: 40px; }
	.collection_banner-wrap .titlehead .cat { font-size: 20px; text-align: center; }
	/*--*/
	.collection_desc-wrap .desc { margin-top: 20px; }
	.collection_desc-wrap .desc h1 { font-size: 36px; }
}


/*=====================================================================*/
/* PRODUCT LISTING | V-LIVING (Listing Product) | PROMOTION (Listing Product) */
/*=====================================================================*/
.featshop_point-wrap { 
	background: #353535; max-width: calc(100% - (0px - (1300px - 100%)/2)); margin-left: auto;
	font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 14px; color: #fff; text-align: center; text-transform: uppercase;
}
.featshop_point-wrap ul { padding: 0; margin: 0; }
.featshop_point-wrap li { display: inline-block; margin: 5px 50px; vertical-align: middle; }
.featshop_point-wrap li img { 
	display: inline-block; margin-right: 10px; 
	-webkit-backface-visibility: hidden; backface-visibility: hidden; 
}
/*--*/
.ecomm_bread-wrap { max-width: calc(100% - (0px - (1300px - 100%)/2)); margin-left: auto; padding: 15px 20px 0; }
/*===============================*/
/*====== ecomm hero slider ======*/
/*--*/
/*- ecomm hero slider -*/
.ecommheroslider { max-width: calc(100% - (0px - (1300px - 100%)/2)); margin-left: auto; height: 300px; }
.ecommheroslider .btn { 
	background: #641319; padding: 7px 8px 2px; border: none; border-radius: 0; z-index: 5;
	position: absolute; bottom: 20px; right: 5%;
	font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 14px; font-weight: 700; color: #fff; text-transform: uppercase;
}
.ecommheroslider .btn:hover { background: #901d25; }
.ecommheroslider .slick-dots { 
    display: inline-block; width: auto; left: 50%;
    -webkit-transform: translate(-50%,0); transform: translate(-50%,0);
}
/*===================================*/
/*====== Listing (common) Left ======*/
.pcontentcon .left-wrap ul { margin: 0; padding: 0; list-style: none; }
.pcontentcon .left-wrap li.active { font-weight: 700; color: #000; }
/*--*/
.mobilefilter_btn-wrap { display: none; margin-top: -30px; margin-bottom: 30px; padding: 0 15px; font-size: 14px; }
.mobilefilter_btn-wrap .btn { border: 2px solid #353535; display: inline-block; padding: 0.1em 0.3em; font-size: 1.55em; line-height: 1; vertical-align: middle; }
.mobilefilter_btn-wrap .btn i { margin: 0; font-size: inherit; }
.mobilefilter_btn-wrap span { margin-left: 5px; display: inline-block; vertical-align: middle; }
/*--*/
.plistcon .left-wrap .sidebar { border: 1px solid #ced4da; padding: 20px; font-size: 14px; }
.sidebar .widget+.widget { border: none; }
.widget-filter-item { border-top: 1px solid #ddd; margin-top: 30px; padding: 0; padding-top: 30px; }
.widget_title,
.widget__title { font-size: 16px; text-transform: uppercase; letter-spacing: 0; margin-bottom: 12px; }
/*--*/
.widget_categories li { padding: 0; margin-bottom: 5px; }
.widget_categories li a { 
	/*color: #7a706b;*/ color: #000; 
	display: block; padding-right: 20px; padding-left: 12px; 
}
.widget_categories li a:before { 
	font-size: 0.6em; vertical-align: middle; 
	position: absolute; top: 0.6em; left: 0; 
}
.widget_categories .categories_num { font-size: inherit; float: none; position: absolute; right: 0; top: 0; }
.widget_categories:hover li a { color: #7a706b; }
.widget_categories:hover li a:hover { color: #000; }
.widget_categories li.active a { color: var(--color-psidebar-active); }
.widget_categories li ul.sub { padding-left: 14px; padding-top: 7px; padding-bottom: 1px; font-weight: 400; }
/*--*/
.widget .custome-checkbox .form-check-label { display: block; color:#000; padding-right: 20px; }
.widget .custome-checkbox .form-check-label:before { float: left; }
.widget .custome-checkbox .form-check-label span { overflow: hidden; display: block; }
.widget .custome-checkbox .form-check-label span span { font-size: inherit; float: none; position: absolute; right: 0; top: 0; }
.widget .custome-checkbox input[type=checkbox]+.form-check-label:after { top: 8px; }
.widget .custome-checkbox input[type=checkbox]:checked+.form-check-label:before { 
	background-color: var(--color-psidebar-active); border-color: var(--color-psidebar-active); 
}
/*--*/
.filter_price { margin-top: 20px; }
.filter_price .ui-slider .ui-slider-range { background-color: var(--color-psidebar-active); }
.price_range { width: calc(100% + 20px); }
/*====================================*/
/*====== Listing (common) Right ======*/
.ptitle_title { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; padding-bottom: 15px; margin-bottom: 20px; }
.ptitle_title h1 { font-size: 40px; }
.ptitle_title img,
.ptitle_title svg { max-width: 300px; width: 100%; }
/*--*/
.plist-wrap ul { margin-bottom: 0; padding: 0; }
.plist-wrap > ul > li { list-style: none; margin-bottom: 3em; }
/*--*/
.plistimg { background: #ebebeb; border: 1px solid #ebebeb; position: relative; overflow: hidden; text-align: center; }
.plistimg img { backface-visibility: hidden; transition: 0.3s ease-out; }
.plistimg img.hover { 
    opacity: 0; visibility: hidden; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
/*--*/
.plistimg .toprightwrap { position: absolute; right: 7px; top: 10px; }
.plistimg .btmrightwrap { position: absolute; right: 7px; bottom: 10px; }
/*--*/
.ptag {
	position: absolute; left: 15px; top: 15px;
	display: inline-block; width: 4em; height: 4em; border-radius: 50%; background: #fff;
	font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 18px; color: #6f807a; text-transform: uppercase; line-height: 5.6;
}
.ptag span { 
    display: inline-block; line-height: 1; 
    position: absolute; left: 50%; top: 50%; width: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
/*--*/
a.pquick-btn { 
	font-size: 22px; color: #000; text-align: center; line-height: 1.45; 
	width: 1.2em; height: 1.2em; display: inline-block; background: #fff; border-radius: 50%; margin: 0 3px; cursor: pointer;
	transition: 0.3s ease-out;
}
a.pquick-btn:hover { background: #000; color: #fff; }
a.pquick-btn.added,
a.pquick-btn.active { background: #000; color: #fff; animation: grow 650ms ease-in-out; }

@keyframes grow {
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}
/*--*/
.price { font-weight: inherit; color: inherit; }
/*--*/
ul.colorswatch { margin: 0; padding: 0; line-height: 0; }
ul.colorswatch li { display: inline-block; }
ul.colorswatch li span { display: inline-block; width: 1.2em; height: 1.2em; margin: auto; border-radius: 50%; font-size: 15px; }
/*--*/
.no-js .plistimg img.hover,
.no-js .plistimg .ptag,
.no-js .plistimg .toprightwrap,
.no-js .plistimg .btmrightwrap { display: none; transition: none; }
/*--*/
.plistdesc { margin-top: 10px; font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 16px; /*font-weight: 300;*/ line-height: 1.1; word-break: break-word; }
.plistdesc a.title { font-size: 1.15em; color: #000; }
.plistdesc .price { /*color: #7a706b;*/ text-transform: uppercase; }
.plistdesc .price del { font-size: 0.95em; font-weight: 300; color: #7a706b; }
/*--*/
.on_sale { 
	font-size: 12px; font-weight: 600; line-height: 1; color: #fff;
    background: #c61c25; margin-top: 3px; padding: 0.4em 0.5em;
}
/*--*/
.plistproduct:hover .hoverimg img:first-child { opacity: 0; visibility: hidden; }
.plistproduct:hover .hoverimg img.hover { opacity: 1; visibility: visible; }
/*--*/
.rating_wrap { margin-top: 5px; }
.rating_wrap .rating { vertical-align: middle; }
.rating_wrap .rating_num { color: #c5c9c9; }
/*--*/
/*- list horizontal view -*/
.plist-wrap.list > [class*=row] > * { -ms-flex: 0 0 100%; flex: 100%; max-width: 100%; }
.plist-wrap.list .plistproduct { box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); display: block; width: 100%; float: left; }
.plist-wrap.list .plistdesc { padding: 15px 20px; line-height: 1.3; }
.plist-wrap.list .plistdesc > .row > .text-right { text-align: left !important; }
.plist-wrap.list .plistdesc a.title { font-weight: 700; }
.plist-wrap.list .plistdesc .price { margin-top: 10px; }
.plist-wrap.list .pr_desc { padding-top: 10px; }
/*--*/
.pagination_style1:empty { margin: 0 !important; }
.plist-wrap .pagination { -ms-flex-pack: center; justify-content: center; }
/*=========================================================*/
/*====== Listing (common) Separate by Category Title ======*/
.cat_title { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 40px; color: #7b6d57; letter-spacing: 0.05em; text-transform: uppercase; line-height: 1.1; }
/*--*/
.plistallcon,
.plistcatcon { padding-top: 50px; }
.plistallcon .right-wrap,
.plistcatcon .right-wrap { margin-top: -56px; }
.plistallcon .borderbox > ul > li,
.plistcatcon .borderbox > ul > li { list-style: none; margin-bottom: 3em; }
/*--*/
.plistallcon .plist-wrap + .plist-wrap { margin-top: 14px; }
.plistallcon .borderbox { 
	border-top: 1px solid #9d0009; border-right: 1px solid #9d0009;
    padding-top: 11px; padding-right: 11px; padding-bottom: 11px;
}

.plistallcon .btn {
	position: relative; display: inline-block; background: #9d0009; float: right; padding: 5px 6px 1px; border-radius: 0;
    font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 14px; font-weight: 700; color: #fff; text-transform: uppercase;
}
.plistallcon .btn:hover { background: #901d25; }
.plistallcon .btn:after { 
	content: ''; width: calc(100% + 12px); height: 1px; background: #9d0009;
    position: absolute; top: calc(100% + 11px); right: -12px;
}
/*--*/
.plistcatcon .borderbox { border-top: 1px solid #9d0009; padding-top: 11px; }
/*================================*/
/*====== V-Living (listing) ======*/
.vliving_title { border: none; padding-bottom: 20px; }
.vliving_title h1 { font-size: 40px; color: #675542; }
.vliving_title img,
.vliving_title svg { max-width: 206px; }
/*--*/
.vlivingcon .left-wrap ul { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 20px; color: #7a706b; }
.vlivingcon .left-wrap ul li a { color: #7a706b; }
.vlivingcon .left-wrap ul li a:hover { color: #000; }
.vlivingcon .left-wrap li.active a { color: #000; }
/*--*/
.vliving_banner-wrap { 
	height: 410px; margin-bottom: 30px;
	background-repeat: no-repeat; background-size: cover; background-position: center;
}


@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.plistcon .left-wrap.pr-md-4 { padding-right: 30px !important; }
    /*--*/
    .vlivingcon .left-wrap { -ms-flex: 0 0 23%; flex: 0 0 23%; max-width: 23%; }
}
@media only screen and (min-width: 768px) {
	/*--*/
	.ecomm_bread-wrap ul.breadcrumbcon { width: auto; min-width: 270px; }
	/*--*/
	/*- list horizontal view -*/
	.plist-wrap.list .plistimg { float: left; max-width: 280px; width: 100%; overflow: inherit; }
	.plist-wrap.list .plistimg > a { overflow: hidden; }
	.plist-wrap.list .plistimg .toprightwrap {
		top: inherit; right: inherit; bottom: 0; left: 100%;
	    width: 100%; padding: 20px 25px; text-align: left;
	}
	.plist-wrap.list .plistdesc { overflow: hidden; padding: 15px 30px; }
}
@media only screen and (max-width: 767px) {
	.featshop_point-wrap li { margin: 5px 15px; }
	/*--*/
	.ecommheroslider .btn { font-size: 11px; }
	/*--*/
	.pcontentcon .left-wrap { margin-top: 50px; padding-top: 30px; border-top: 1px solid #ccc; }
	/*--*/
	.mobilefilter_btn-wrap { display: block; }
	.layer {
	    width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.35); z-index: 1000;
	    position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden;
	    transition: all 0.1s ease;
	}
	.layer-is-visible { opacity: 1; visibility: visible; }
	.no-js .plistcon .left-wrap { display: none; }
	.plistcon .left-wrap {
	    position: fixed; top: 0; bottom: 0; left: 100%; z-index: 1000;
	    width: 80%; background-color: #fff; overflow-y: auto; visibility: hidden;
	    margin: 0; padding: 30px 20px; border: none;
	    transition: -webkit-transform .3s ease-in-out, transform .3s ease-in-out, visibility .3s ease-in-out;
	}
	.plistcon .left-wrap.open { visibility: visible; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
	/*--*/
	.ptitle_title h1 { font-size: 30px; }
	.ptitle_title img,
	.ptitle_title svg { max-width: 200px; }
	/*--*/
	.cat_title { font-size: 30px; }

	.plistallcon .plist-wrap + .plist-wrap { margin-top: 40px; }
	.plistallcon .btn { font-size: 12px; }
	/*--*/
	.plistdesc { font-size: 15px; }
	/*--*/
	.vliving_title h1 { font-size: 30px; }
	.vliving_title img,
	.vliving_title svg { max-width: 150px; }
	
	.vlivingcon .left-wrap ul { font-size: 17px; }
	
	.vliving_banner-wrap { height: 350px;}
	/*--*/
}
@media screen and (max-width: 499px) {
    .plist-wrap .row-cols-2 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


/*=====================================================================*/
/* PRODUCT DETAIL */
/*=====================================================================*/
/*=================*/
/*====== ... ======*/
.pdetailslider { background: url(../images/ajax-loader.gif) no-repeat center; height: 500px; overflow: hidden; }
.pdetailslider.slick-initialized { background: #fff; height: auto; margin: 0; }
.pdetailslider .pdetail_slide { display: none; }
.pdetailslider.slick-initialized .pdetail_slide { display: inherit; }
.pdetail_slide { outline: 0; position: relative; }
.pdetail_slide img { margin: auto; display: inline-block; }
.pdetail_slide .caption { display: none; }
/*--*/
.zoomimg { 
    font-size: 30px; color: #7a706b; text-align: center; line-height: 1.3;
    width: 1.3em; height: 1.3em; position: absolute; bottom: 15px; right: 15px; cursor: pointer;
    transition: 0.3s ease-out;
}
.zoomimg:hover,
.zoomimg:focus { color: #000; }
/*--*/
.pdetailslider .slick-dots { line-height: 0; bottom: 15px; }
.pdetailslider .slick-dots li { width: 13px; height: 13px;margin: 0 1px 1px; line-height: 3px; }
.pdetailslider .slick-dots li button { 
    width: 8px; height: 8px; padding: 0; border:none; border-radius: 50%; border: 1px solid #96989a; display: inline-block;
    transition: 0.2s ease-out;
}
.pdetailslider .slick-dots li.slick-active button, 
.pdetailslider .slick-dots li button:hover, 
.pdetailslider .slick-dots li button:focus { background: #96989a; }
.pdetailslider .slick-dots li button:before { content: none; }
/*=================*/
/*====== ... ======*/
.slick-no-slide .slick-track { transform: inherit !important; margin: 0; }
/*--*/
.pthumb_item { background: url(../images/ajax-loader.gif) no-repeat center; height: 50px; overflow: hidden; margin: 0; margin-top: 15px; padding: 0; }
.pthumb_item.slick-initialized { background: inherit; height: auto; }
.pthumb_item .item { display: none; }
.pthumb_item.slick-initialized .item { display: inherit; }
.pthumb_item .item { outline: 0; cursor: pointer; /*border: 1px solid transparent;*/ }
.pthumb_item .item:hover { opacity: 0.6; }
/*.pthumb_item .item.slick-current { border: 1px solid #e1e3e4; opacity: 1; }*/
.pthumb_item .item img { backface-visibility: hidden; }
.pthumb_item a { border: 1px solid transparent; padding: 0; }
.pthumb_item a.active { border-color: #e1e3e4; padding: 0; }
/*--*/
.pdetailthumb { background: url(../images/ajax-loader.gif) no-repeat center; height: 50px; overflow: hidden; margin: 0; margin-top: 15px; padding: 0; }
.pdetailthumb.slick-initialized { background: inherit; height: auto; }
.pdetailthumb .item { display: none; }
.pdetailthumb.slick-initialized .item { display: inherit; }
.pdetailthumb .slick-list { margin: 0 -5px; }
.pdetailthumb .slick-track { margin: 0; }
.pdetailthumb .slick-slide { margin: 0 5px; line-height: 0; }
.pdetailthumb .item { outline: 0; cursor: pointer; border: 1px solid transparent; }
.pdetailthumb .item:hover { opacity: 0.6; }
.pdetailthumb .item img { backface-visibility: hidden; width: 100%; }
.pdetailthumb .slick-current.item { border: 1px solid #e1e3e4; opacity: 1; }
.pdetailthumb .item.selected { border: 2px solid #c61c24; }
/*--*/
.pdetailthumb .slick-arrow { 
    width: 25px; height: 100%; background: rgba(0, 0, 0, 0.15); z-index: 1; opacity: 1; 
    transition: background 0.3s ease, left 0.3s ease, right 0.3s ease; 
}
.pdetailthumb .slick-arrow:before {
	content: ''; display: inline-block; height: 0.7rem; width: 0.7rem; opacity: 1; 
    border-style: solid; border-width: 0.125rem 0.125rem 0 0; margin-right: 5px;
    transform: rotate(45deg);
}
.pdetailthumb .slick-prev { left: 0; transform: translate(0,-50%) rotate(180deg); }
.pdetailthumb .slick-next { right: 0; }
.pdetailthumb .slick-prev:not(.slick-disabled):hover,
.pdetailthumb .slick-next:not(.slick-disabled):hover { background: rgba(0, 0, 0, 0.6); }
.pdetailthumb .slick-disabled { cursor: auto; display: none !important; }
.pdetailthumb .slick-disabled:before { opacity: 0.5; }
/*=================*/
/*====== ... ======*/
.pswp__bg { background: rgba(0,0,0,0.8); }
.pswp__button { color: #fff; opacity: 0.4 !important; -webkit-transition: opacity .25s; transition: opacity .25s; }
.pswp__button:hover { opacity: 1 !important; }
/*=================*/
/*====== ... ======*/
.pdetaildesc { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 20px; color: #7a706b; }
.pdetaildesc table { width: 100%; }
.pdetaildesc .title { font-family: 'Century Gothic', var(--primary-font),sans-serif; font-size: 35px; font-weight: 700; color: #000; line-height: 1.1; }
.pdetaildesc .price { font-size: 25px; font-weight: 700; color: #000; text-transform: uppercase; line-height: 1.1; margin-top: 10px; }
.pdetaildesc .price del { font-size: 0.95em; font-weight: 300; color: #7a706b; margin-right: 50px; }
.pdetaildesc .price .product-sale-price-text { display: inline-block; }
/*--*/
.pdetaildesc .desc { 
	margin-top: 20px; margin-bottom: 50px; /*margin-bottom: 30px;*/
	/*padding-bottom: 30px; border-bottom: 1px solid #ccc;*/ 
}
.pdetaildesc .desc ul,
.pdetaildesc .desc ol { padding-left: 22px; }
.pdetaildesc .desc ul li,
.pdetaildesc .desc ol li { /*margin-bottom: 1em;*/ margin-bottom: 8px; }
.pdetaildesc .desc tr:last-child td { padding-bottom: 0; }
.pdetaildesc .desc td { vertical-align: top; padding-top: 15px; padding-bottom: 15px; }
.pdetaildesc .desc td:first-child { width: 30%; }
.pdetaildesc .desc td:last-child { width: 70%; }
.pdetaildesc .desc tr.material-spec ul { padding-left: 22px; }
.pdetaildesc .desc tr.material-spec ul li { margin-bottom: 5px; }
.pdetaildesc .desc tr.material-spec ul li:last-child { margin-bottom: 0px; }
/*--*/
.pdetaildesc .dtable_wrap > div:first-child { width: 30%; }
.pdetaildesc .dtable_wrap > div label { margin: 0; }
.pdetaildesc .dtable_wrap.attribute-swatches-wrapper { margin-bottom: 20px; }

.pdetaildesc .text-swatches-wrapper > div:first-child,
.pdetaildesc .cart-product-quantity > div:first-child { vertical-align: top; padding-top: 9px; }
.pdetaildesc .visual-swatches-wrapper > div:first-child { padding-top: 4px; }
/*--*/
.pdetaildesc .dropdown-swatch select {
	width: 100%; padding-right: 1.3em; outline: 0; border: none; border-radius: 10px; background-color: #e8e6e5; cursor: pointer; font-size: 0.9em; line-height: 1.8;
	-webkit-appearance: none; -moz-appearance: none; appearance: none; 
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%50'></polygon></svg>");
	background-origin: content-box; background-position: right -10px center; 
	background-repeat: no-repeat; background-size: 9px 6px; 
}
.pdetaildesc .product__color .color-swatch { background: #e8e6e5; display: inline-block; border-radius: 10px; padding: 1px 10px; }
.pdetaildesc .product__color .color-swatch li { margin: 0 6px; vertical-align: middle; }
.pdetaildesc .product__color .color-swatch li:first-child { margin-left: 0; }
.pdetaildesc .product__color .color-swatch li:last-child { margin-right: 0; }
.pdetaildesc .product__color .text-swatch { background: none; padding: 0; line-height: 0; }
.pdetaildesc .product__color .text-swatch li { margin: 2px 0; margin-right: 8px; }
.pdetaildesc .product__color .text-swatch li label { display: inline-table; }
.pdetaildesc .product__color .text-swatch li span { line-height: 1.3; }
/*--*/
.pdetaildesc .product__color .text-swatch li { font-size: 18px; vertical-align: top; }
.pdetaildesc .product__color .text-swatch li label { max-width: inherit; width: 100%; }
.pdetaildesc .product__color .text-swatch li label span { white-space: inherit; }
/*--*/
.pdetaildesc .custom-checkbox span, 
.pdetaildesc .custom-radio span { font-size: 25px; width: 1.2em; height: 1.2em; border-radius: 0; border: 2px solid transparent; border-radius: 50%; }
.pdetaildesc .custom-checkbox span:before, 
.pdetaildesc .custom-radio span:before { content: none !important; }
.pdetaildesc .custom-checkbox input[type=checkbox]:checked ~ div, 
.pdetaildesc .custom-checkbox input[type=radio]:checked ~ div, 
.pdetaildesc .custom-radio input[type=checkbox]:checked ~ div, 
.pdetaildesc .custom-radio input[type=radio]:checked ~ div { border-radius: 50%; border: 2px solid #000; margin-top: -3px; margin-bottom: -3px; }
.pdetaildesc .custom-checkbox input[type=checkbox]:checked ~ div span, 
.pdetaildesc .custom-checkbox input[type=radio]:checked ~ div span, 
.pdetaildesc .custom-radio input[type=checkbox]:checked ~ div span, 
.pdetaildesc .custom-radio input[type=radio]:checked ~ div span { border-color: #fff; font-size: 27px; }
.product__color .color-swatch li input:not(:checked) ~ div span:hover { transform: scale(1.05); }
/*--*/
.pdetaildesc form.option { margin-top: 30px; border-top: 1px solid #ccc; }
.pdetaildesc form.option table { margin-top: 30px; margin-bottom: 30px; }
.pdetaildesc form.option td { padding-top: 10px; padding-bottom: 10px; }
.pdetaildesc form.option td:first-child { width: 30%; }
.pdetaildesc form.option td:last-child { width: 70%; }
/*--*/
.pdetaildesc .colorswatch { font-size: 0; }
.pdetaildesc .colorswatch li { position: relative; margin-right: 3px; margin-bottom: 3px; }
.pdetaildesc .colorswatch [type="radio"] { position: absolute; left: -9999px; }
.pdetaildesc .colorswatch label { margin-bottom: 0; cursor: pointer; }
.pdetaildesc .colorswatch label span { font-size: 20px; border: 2px solid transparent; border-radius: 0; }
.pdetaildesc .colorswatch [type="radio"]:checked + label span { border-color: #000; }
.pdetaildesc .colorswatch label:hover span { opacity: 0.9; }
/*--*/
.pdetaildesc .numbers-row { 
	/*margin-right: 40px;padding-right: 10px;*/
	position: relative; display: inline-block; background: #e8e6e5; padding-right: 42px; border-radius: 10px; overflow: hidden; }
.pdetaildesc .numbers-row input {
    width: 100%; max-width: 45px; padding: 6px 5px; border: none; background: #e8e6e5;
    /*font-weight: 700; color: #fff;*/ text-align: center; line-height: 1;
}
.pdetaildesc .numbers-row input:focus { outline: none; box-shadow: none; }
.pdetaildesc .numbers-row .button_inc {
    width: 33px; height: 19px; margin-left: 3px; /*border: 1px solid #3a3a3a;*/ 
    position: absolute; top: 0; /*left: 100%;*/ right: 0; cursor: pointer; z-index: 1;
    font-size: 0; text-align: center; color: #000; line-height: 1;
}
.pdetaildesc .numbers-row .dec { top: inherit; bottom: 0; }
.pdetaildesc .numbers-row .button_inc:after { 
	content: ''; display: inline-block; height: 0.5rem; width: 0.5rem;
    border-style: solid; border-width: 0.125rem 0.125rem 0 0; 
    transform: translate(-50%, -70%) rotate(135deg);
    position: absolute; left: 50%; top: 50%; 
}
.pdetaildesc .numbers-row .inc:after { transform: translate(-50%, -15%) rotate(315deg); }
.pdetaildesc .numbers-row .button_inc:hover { background: #000; color: #fff; }
/*--*/
.pdetaildesc .number-items-available { margin-top: 6px; font-size: 16px; }
.pdetaildesc .cart_btn { margin-top: 40px; }
/*--*/
.pdetaildesc .add_to_cart-btn { 
	/*max-width: 300px; width: 100%; padding: 10px 15px 7px;*/
	display: inline-block; margin-right: 15px; padding: 10px 30px; border-radius: 10px; background: #000; border: 3px solid transparent;
	font-family: 'Century Gothic', var(--primary-font),sans-serif; font-size: 17px; font-weight: 700; color: #fff; text-transform: uppercase; vertical-align: middle; 
	transition: 0.3s ease-out;
}
.pdetaildesc .add_to_cart-btn:not(.btn-disabled):hover { color: #000; background: none; border: 3px solid #000; }
.pdetaildesc a.pquick-btn { background: #e1e3e4; vertical-align: middle; font-size: 30px; line-height: 1.5; }
.pdetaildesc a.pquick-btn:hover,
.pdetaildesc a.pquick-btn.added,
.pdetaildesc a.pquick-btn.active { background: #000; }
/*--*/
.add-to-cart-form + .product-meta,
.add-to-cart-form + .product_share { margin-top: 20px; padding-bottom: 20px; border-top: 1px solid #ccc; }
/*--*/
.tab-style3 { border: 1px solid #cfcfd0; padding: 15px 30px 30px; min-height: 300px; }
.tab-style3 .nav-tabs { border-bottom-color: #cfcfd0; }
.tab-style3 .nav-tabs li.nav-item { margin: 0 20px; }
.tab-style3 .nav-tabs li.nav-item a { 
	font-size: 15px; color: #7d7571; 
	display: inline-block; padding-left: 0; padding-right: 0; transition: color 0.3s ease-out; 
}
.tab-style3 .nav-tabs li.nav-item a.active { background: none; border-bottom-color: #000; font-weight: bold; color: #000; }
/*--*/
.shop_info_tab ol,
.shop_info_tab ul { padding-left: 28px; }
.shop_info_tab li:not(:last-child) { margin-bottom: 10px; }
.shop_info_tab p { display: inline-block; width: 100%; }
/*--*/
.cross_product-wrap,
.related_product-wrap { margin-top: 100px; }
.related_product-wrap > div:before { content: ''; width: 100%; border-top: 3px solid #ebebeb; display: block; padding-bottom: 50px; }
.cross_product-wrap + .related_product-wrap { margin-top: 50px; }
.cross_product-wrap + .related_product-wrap > div:before { content: none; }


@media only screen and (min-width: 1315px) {
	.pdetailcon .right-wrap { margin-left: 8.333333%; }
}
@media only screen and (min-width: 768px) {
	.pdetailthumb .slick-list { margin: 0; margin-left: -5px; }
	/*--*/
	.pdetail_right-wrap { padding-left: 35px; }
	/*--*/
	.tab-style3 .nav-tabs li.nav-item:first-child { margin-left: 0; }
	.tab-style3 .nav-tabs li.nav-item:last-child { margin-right: 0; }
}
@media screen and (max-width: 767px) {
    .pdetail_right-wrap { margin-top: 30px; }
    /*--*/
    .zoomimg { font-size: 32px; }
    .pdetailslider .slick-dots li { width: 13px; height: 13px; line-height: 3px; }
	.pdetailslider .slick-dots li button { width: 8px; height: 8px; }
    /*--*/
    .pdetaildesc { margin-top: 30px; font-size: 18px; }
    .pdetaildesc .title { font-size: 32px; }
    .pdetaildesc .price { font-size: 22px; }
    /*.pdetaildesc .desc td { padding-top: 3px; padding-bottom: 3px; }*/
    .pdetaildesc form.option,
    .pdetaildesc form.option table { margin-top: 20px; }
    .pdetaildesc .add_to_cart-btn { max-width: 230px; padding: 8px 15px 5px; font-size: 16px; }
    /*--*/
    .tab-style3 { padding: 10px 20px 20px; }
    .tab-style3 .nav-tabs li.nav-item { margin: 0 15px; }
}


/*=====================================================================*/
/* PROMOTIONs */
/*=====================================================================*/
.promolistslider { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; list-style: none; }
.promolistslider .col { margin-top: 20px; margin-bottom: 20px; }
.promolistslider a.img { display: block; overflow: hidden; }
.promolistslider img { transition: all 0.5s ease-out; }
.promolistslider a.img:hover img { transform: scale(1.1); }
.promolistslider .title { text-align: center; text-transform: uppercase; }
.promolistslider .desc { text-align: center; margin-top: 10px; }
.promolistslider .desc h5 { color: #675542; /*text-transform: uppercase;*/ }
/*--*/
.promolistslider.slick-initialized { background: inherit; height: auto; }
.promolistslider.slick-initialized .slick-slide { display: inherit; }
/*--*/
.promolistslider .slick-dots { line-height: 0; position: static; margin-top: 50px; }
.promolistslider .slick-dots li { width: 15px; height: 15px; margin: 0 1px 1px; line-height: 6px; }
.promolistslider .slick-dots li button { 
    width: 10px; height: 10px; padding: 0; border:none; border-radius: 50%; border: 1px solid #96989a; display: inline-block;
    transition: 0.2s ease-out;
}
.promolistslider .slick-dots li.slick-active button, 
.promolistslider .slick-dots li button:hover, 
.promolistslider .slick-dots li button:focus { background: #96989a; }
.promolistslider .slick-dots li button:before { content: none; }
/*=================================*/
/*====== promotion (detail) ======*/
.promotion-wrap .desc h1 { font-size: 50px; font-weight: 400; color: #675542; line-height: 1.1; }
/*--*/
.promo_detail { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 20px; font-weight: 300; min-height: 120px; margin-top: 30px; }
/*--*/
.otherpromo { margin-bottom: 30px; }
.otherpromo a { vertical-align: middle; display: inline-block; color: #000; text-decoration: underline; margin-right: 10px; }
.otherpromo a:hover { color: #675542; }
/*--*/
.promo_outlet { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; margin-top: 50px; }
.promo_outlet h5 { font-size: 18px; color: #805e3c; }
.promo_outlet ul { margin: 0; padding: 0; }
.promo_outlet ul li { display: inline-block; margin-right: 10px; vertical-align: middle; line-height: 1; }
.promo_outlet ul li:after {
	content: "|"; font-weight: 400; letter-spacing: 0; 
    position: relative; left: 6px; 
}
.promo_outlet ul li:last-child { margin-right: 0; }
.promo_outlet ul li:last-child:after { content: ''; }
.promo_outlet ul li:nth-child(even) { color: #808080; }
.promo_outlet ul li a { color: #000; }
.promo_outlet ul li:nth-child(even) a { color: #808080; }
.promo_outlet ul li a:hover { color: #c61c25; }


@media only screen and (min-width: 768px) {
    .promolistslider { background: url(../images/ajax-loader.gif) no-repeat center; height: 50px; }
    .promolistslider > li { display: none; }
}
@media only screen and (max-width: 767px) {
    .promolistslider > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    /*--*/
	.promotion-wrap .desc { margin-top: 20px; }
	.promotion-wrap .desc h1 { font-size: 36px; }
	.promo_detail { font-size: 17px; font-weight: 400; }
	.promo_outlet,
	.promo_outlet h5 { font-size: 16px; }
}
@media screen and (max-width: 499px) {
    .promolistslider > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


/*=====================================================================*/
/* CONTACT US */
/*=====================================================================*/
/*=================*/
/*====== ... ======*/
#map { height: 450px; }
/*--*/
.contact_outlet .titlehead { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; margin-bottom: 25px; position: relative; }
.contact_outlet .titlehead h3:after {
    content: ''; max-width: 130px; width: 100%; height: 1px; background: #000;
    position: absolute; bottom: -5px; left: 5px;
}
/*--*/
.contact_outlet ul { margin-bottom: 0; padding: 0; font-size: 14px; }
.contact_outlet > ul > li { list-style: none; margin-bottom: 3em; }
/*--*/
.contact_outlet .title { font-weight: 700; }
.contact_outlet .title img { max-width: 27%; image-rendering: -webkit-optimize-contrast; }
.contact_outlet .address { margin-top: 10px; }
.contact_outlet .contactway { margin-top: 30px; }
ul.linkmapicon li { display: inline-block; }
ul.linkmapicon img { max-width: 20px; backface-visibility: hidden; image-rendering: -webkit-optimize-contrast; }
ul.linkmapicon li a img { transition: all 0.3s ease-out; }
ul.linkmapicon li a:hover img { transform: translateY(-3px); }
/*=================*/
/*====== ... ======*/
.contactformcon .titlehead { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; }
.contactformcon .titlehead h1 { font-weight: 700; color: #000; text-align: left; text-indent: -3px; display: inline-block; }
.contactformcon .titlehead .subtitle { margin-bottom: 5px; font-size: 22px; color: #808080; text-align: left; }
/*--*/
.contactform-wrap label { display: block; margin-bottom: 0px; font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; color: #808080; }
.contactform-wrap .form-control { background: none; border: none; border-bottom: 1px solid #808080; padding: .375rem 0; }
.contactform-wrap .form-control:focus { border-color: #80bdff; box-shadow: none; padding: .375rem 0; }
/*--*/
.contactform-wrap .btn-submit {
    background-color: #c71c24; border: 0; border-radius: 5px; margin-top: 30px; padding: 6px 12px 6px;
	font-weight: 700; color: #fff;
	transition: all 0.3s ease-in-out;
}
.contactform-wrap .btn-submit:hover { opacity: 0.8; color: #fff !important; }

@media only screen and (min-width: 992px) {
	.contactform-wrap { position: relative; padding-right: 120px; }
	.contactform-wrap .btn-submit { position: absolute; bottom: 0; right: 0; }
}
@media screen and (max-width: 767px) {
	#map { height: 350px; }
	.contact_outlet { margin-top: 30px; }
	/*--*/
	.contactform-wrap .form-control { font-size: 15px; }
}
@media only screen and (max-width: 575px) {
	.contact_outlet ul { margin-top: 5px; }
}
@media screen and (max-width: 499px) {
    .contact_outlet .row-cols-2 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


/*=====================================================================*/
/* ECOMMERCE */
/*=====================================================================*/
.section { padding: 30px 0 50px; }
ul.attributedesc { margin-top: 5px; list-style: none; font-size: 15px; line-height: 1.2; text-transform: none; }
ul.attributedesc span.colorswatch { 
    font-size: 13px; vertical-align: middle;
    display: inline-block; width: 1.2em; height: 1.2em; border-radius: 50%; border: 1px solid #ddd; margin: -2px 2px 0; 
}
/*=======================*/
/*====== cart page ======*/
.shop_cart_table .table td, 
.shop_cart_table .table th { border-color: #eee; }
.shop_cart_table .product-name { width: 32%; min-width: 200px; }
.shop_cart_table .product-name a { color: #000; }
.shop_cart_table .product-name a:hover { color: #c61c25; }
.shop_cart_table .product-name p.attributedesc { margin-bottom: 0; margin-top: 5px; line-height: 1.2; /*white-space: nowrap;*/ text-transform: none; }
.shop_cart_table .product-name p.attributedesc small { display: block; line-height: 1.4; }
.shop_cart_table .product-price { text-align: right; }
.shop_cart_table .product-price del { display: block; }
.shop_cart_table th.product-subtotal { font-weight: 700; }
.shop_cart_table:not(.wishlist-table) .product-subtotal { text-align: right; }
/*--*/
.shop_cartsummary_table .table th:first-child, 
.shop_cartsummary_table .table td:first-child { padding-left: 0; }
/*======================*/
/*====== wishlist ======*/
/*.wishlist-table th,
.wishlist-table td { border: none; }*/
.wishlist-table tr { border: 1px solid #dee2e6; }
/*=====================*/
/*====== account ======*/
.login_wrap .form-control { font-size: 15px; }
.login_wrap .text-danger { font-size: 0.8em; }
/*--*/
.register_footer .custome-checkbox .form-check-label { font-size: 14px; line-height: 1.4; }
.register_footer .custome-checkbox .form-check-label:before { vertical-align: top; }
.register_footer .custome-checkbox .form-check-label span { display: inline-block; width: 85%; }
.register_footer .custome-checkbox .form-check-label span a { text-decoration: underline; }
.register_footer .custome-checkbox input[type=checkbox]+.form-check-label:after { top: 8px; }
/*--*/
.avatar-view.mt-card-avatar { width: 120px; margin: inherit; }
.dashboard_menu .nav-tabs li.nav-item a { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-weight: 700; text-transform: uppercase; }
.dashboard_menu .nav-tabs li.nav-item a i { vertical-align: inherit; }
/*--*/
.dashboard_content label { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; font-weight: 700; }
.dashboard_content .form-control { font-size: 15px; }
/*--*/
.dashboard_content .customer-order-detail table tbody tr:last-child td { padding-bottom: 12px; }
.customer-order-detail table tbody td { vertical-align: top; }
.customer-order-detail table td a.product_name { 
    font-size: 0.95em; font-weight: 600; color: inherit; white-space: normal;
    display: block; min-width: 160px; max-width: 250px;
}
/*--*/
.order-detail-value { font-weight: bold; }


@media screen and (max-width: 767px) {
    .section { padding: 10px 0 50px; }
    .shop_cart_table tr { border: 1px solid #eee; }
    .shop_cart_table .product-thumbnail img { max-width: inherit; max-height: inherit !important; width: auto; }
    .shop_cart_table .product-name { width: 100%; }
    .shop_cart_table .product-name p.attributedesc { white-space: inherit; }
    /*--*/
    /*.wishlist-table td { padding: 3px 10px; }
    .wishlist-table td:first-child { padding-top: 15px; padding-bottom: 15px; }
    .wishlist-table td:last-child { padding-bottom: 15px; }*/
    /*--*/
    .myorderlist_table tbody tr:last-child td:last-child { padding-bottom: 15px; }
    .myorderlist_table thead { display: none; }
    .myorderlist_table tr { border: 1px solid #dee2e6; }
    .myorderlist_table td { border: none; display: block; text-align: right; white-space: inherit; word-break: break-word; }
    .myorderlist_table td:before { content: attr(data-title) " "; float: left; text-transform: capitalize; margin-right: 15px; font-weight: 700; }
}


/*=====================================================================*/
/* FAQ */
/*=====================================================================*/
.faq-wrap li:not(:last-child) { margin-bottom: 10px; }
.faq-wrap ul > li { margin-bottom: 15px; }
/*--*/
.faq-wrap ol { counter-reset: item; margin: 0; padding: 0; }
.faq-wrap ol > li { display: block; margin-bottom: 15px; }
.faq-wrap ol > li h4 { font-family: 'HelveticaLTStd', Roboto Condensed, sans-serif; color: #c61c25; }
.faq-wrap ol > li + li h4 { margin-top: 50px;}
.faq-wrap ol > li a[data-toggle] { display: table; width: 100%; background: #fff; padding: 8px 0; border-bottom: 1px solid #ededed;  font-weight: 700; color: #000; }
.faq-wrap ol > li a[data-toggle] > b { display: table-cell; width: 100%; font-weight: 800; }
.faq-wrap ol > li a[data-toggle]:before { 
    content: counters(item, ".") ". "; counter-increment: item; 
    display: table-cell; padding-right: 0.6em; width: 3%;
}
.faq-wrap ol > li a[data-toggle]:after { content: '+'; padding-left: 1em; }
.faq-wrap ol > li a[aria-expanded="true"]:after { content: '-'; }
/*--*/
.faq-wrap .faq-content { background: #fff; padding: 20px; border: 1px solid #ededed; border-top: 0; }
.faq-wrap .faq-content ul { padding-left: 18px; list-style: disc; }


/*=====================================================================*/
/* T&C / POLICY */
/*=====================================================================*/
.tnc-policy-wrap ol,
.tnc-policy-wrap ul { padding-left: 28px; }
.tnc-policy-wrap li:not(:last-child) { margin-bottom: 10px; }

































