@charset "UTF-8";
:before,:after,html *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/}
.clearfix:after,
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
.clearfix:after{content: '';}
input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;vertical-align: top;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{outline: none;border-radius: 0}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}
input[type=number] {-moz-appearance:textfield !important;}
input::placeholder{ 
	color: #848E91;
	opacity:1;
}
textarea::placeholder{ 
	color: #848E91;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
.cvr-bg-bf:before,
.cvr-bg-af:after,
.cvr-bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cvr-bg-bf:before,
.cvr-bg-af:after{
	content: '';
	display: inline-block;
        vertical-align: middle;
}
body{
        background: #fff;
        color: #0F1A1E;
	font-size: 16px;
	font-family: 'Arial';
	font-weight:  400;
	position: static;
	overflow-y:auto
}
body.dark-bg{
	background: #FAFAFA;
}
.wrapper{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}

.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.rowflex > *{
	flex: 1;
}
.inner-acc .main .search input,
.fcoupon input[type='text'],
.searchbar form input,
.clicked.dropselect.has-search input,
.form-basic .date-field,
.dropsort .span,
.dropselect strong,
.dropdown select,
.form-basic input[type="number"],
.form-basic input[type="text"],
.form-basic input[type="tel"],
.form-basic input[type="email"],
.form-basic input[type="password"],
.form-basic textarea{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: block;
	width: 100%;
	background: #fff;
	color: #565F62;
	border: 1px solid #E9E8E6;
	font-size: 14px;
	font-family: 'Arial';
	font-weight: 400;
	height: 50px;
	padding: 0 16px;
}

.clicked.dropselect.has-search input:focus,
.form-basic input[type="number"]:focus,
.form-basic input[type="text"]:focus,
.form-basic input[type="tel"]:focus,
.form-basic input[type="email"]:focus,
.form-basic input[type="password"]:focus,
.form-basic textarea:focus{
	border: 1px solid #192F28;
}
.form-basic textarea{
	min-height: 120px;
	padding: 16px;
	resize: vertical;
	line-height: 180%;
}
.form-basic form > * {
	display: block;
	margin-top: 25px;
}

.form-basic form > *:first-child{
	margin-top: 0;
}
.form-basic .pass-field{
	position: relative;
}
.form-basic .pass-field b{
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon/melek.svg);
	cursor: pointer;
}
.form-basic .pass-field b.merem{
	background-image: url(../img/icon/merem.svg);
}
.form-basic .fgroup > label{
	display: block;
	margin-bottom: 12px;
	color: #565F62;
	font-size: 14px;
}
.form-basic .fgroup > label sup{
	line-height: 100%;
	position: relative;
	top: 0;
	color: #DE2C4F;
}
.form-basic .date-field{
	padding: 0;
	position: relative;
}
.form-basic .date-field input{
	border: none;
	background: none;
	position: relative;
	z-index: 2;
}
.form-basic .date-field b{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../img/icon/calendar.svg);
	right: 15px;
	top: 15px;
}
.form-basic .rate-field{
	float: left;
	margin-left: -4px;
}
.form-basic .rate-field > input { display: none; } 
.form-basic .rate-field > label:before { 
	margin: 3px;
	width: 24px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
	background-image: url(../img/icon/star-rating-hollow.svg);
	content: "";
}
.form-basic .rate-field > label { 
       float: right;
       cursor: pointer;
}
.form-basic .rate-field > input:checked ~ label:before, /* show gold star when clicked */
.form-basic .rate-field:not(:checked) > label:hover:before, /* hover current star */
.form-basic .rate-field:not(:checked) > label:hover ~ label:before, /* hover previous stars in list */
.form-basic .rate-field > input:checked + label:hover:before, /* hover current star when changing rating */
.form-basic .rate-field > input:checked ~ label:hover:before,
.form-basic .rate-field > label:hover ~ input:checked ~ label:before, /* lighten current selection */
.form-basic .rate-field > input:checked ~ label:hover ~ label:before{ background-image: url(../img/icon/star-rating.svg); }

.format-text img,
.format-text .gallery img{
	vertical-align: top;
	height: auto !important;
}
.form-basic .gap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-basic .gap > *{
	flex: calc(50% - 15px);
	max-width: calc(50% - 15px);
}
/** DROPDOWN **/
.dropsort,
.dropselect{
	position: relative;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.clicked.dropselect.has-search strong,
.dropselect.has-search input,
.dropselect select{
	display:none;
}
.clicked.dropselect.has-search input{
	display: block;
}
.dropsort span,
.dropselect strong{
	display: block;
	border: 1px solid #E9E8E6;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	z-index: 2;
	position: relative;
}
.dropsort span{
	font-size: 14px;
}
.dropselect.activated strong{
	opacity: 1;
}
.dropsort span:after,
.dropselect strong:after{
	display: block;
	position: absolute;
	right:13px;
	top: 22px;
	content: '';
	width: 10px;
	height: 6px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/arrow-down.svg);
	transform: rotate(0deg);
}
.dropsort:hover span:after,
.dropselect.clicked strong:after{
	transform: rotate(-180deg);
}
.dropselect .scrollbar-inner.scroll-content{
	max-height: 200px;
}
.dropsort .dropholder,
.dropselect .dropholder{
	list-style: none;
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition:all 0.1s ease-in;
	display: block;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
	margin-top: 0;
}
.dropselect.ontop .dropholder{
	bottom: 100%;
	margin: 0;
}
.dropsort:hover .dropholder,
.dropselect.clicked .dropholder{
	opacity: 1;
	visibility: visible;
	z-index: 9;
	margin-top: 5px;
}
.dropselect.ontop.clicked .dropholder{
	margin: 0 0 5px;
}
.dropselect .scrollbar-inner{
	padding: 2px 15px;
}
.dropselect .scrollbar-inner > .scroll-element.scroll-y{
	width: 2px;
}
.biteship-search .holder li,
.dropsort li,
.dropselect li{
	display:block;
	cursor: pointer;
	padding: 15px 0;
	position: relative;
	border-top: 1px solid #E9E8E6;
	transition:color 0.2s ease-in;
	font-size: 14px;
}
.dropsort li{
	padding: 0;
}
.dropselect li.current:after{
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/drop-checked.svg);
	content: '';
	top: 15px;
	right: 0;
	display: block;
	position: absolute;
}
.biteship-search .holder li:hover,
.dropselect li.current,
.dropselect li:hover{
	color: #CDA55C;
}
.biteship-search .holder li:first-child,
.dropsort li:first-child,
.dropselect li:first-child{
	border: none;
}
.dropselect li.hidden,
.dropselect li.empty{
	display: none;
}
.dropsort li label{
	display: block;
	padding: 12px 0;
	cursor: pointer;
}
.dropsort li label input{
	display: none;
}
.dropsort .dropholder{
	padding: 0 15px;
}
.dropsort .dropholder b{
	display: block;
	position: relative;
	color: #313238;
}
.dropsort .dropholder input:checked + b{
	color: #CDA55C;
}
.dropsort .dropholder b:after{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(../img/icon/star.svg);
	margin-left: 4px;
	top: -2px;
}
.iframe-holder{
        position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
        z-index: 1;
}
.iframe-holder > *{
        position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-pagination{
        text-align: center;
	margin: 30px 0 0;
}
.page-pagination > *{
        display: inline-block;
        vertical-align: middle;
        color: #565F62;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	letter-spacing: 0.8px;
	transition:all 0.2s ease-in;
}
.page-pagination > span{
	position: relative;
	background: #192F28;
	color: #fff;
}
.page-pagination a:hover{
        color: #CDA55C;
}
.page-pagination i.cvr-bg{
	display: inline-block;
	width: 7px;
	height: 12px;
	position: relative;
	top: 1px;
	background-image: url(../img/icon/arrow-pagi-right.svg);
}
.page-pagination i.cvr-bg.next{
	right: 0;
	transition:right 0.2s ease-in;
}
.page-pagination a:hover i.cvr-bg.next{
	right: -2px;
}
.page-pagination i.cvr-bg.prev{
	background-image: url(../img/icon/arrow-pagi-left.svg);
	left: 0;
	transition:left 0.2s ease-in;
}
.page-pagination a:hover i.cvr-bg.prev{
	left: -2px;
}
.format-text{
	line-height: 150%;
	font-size: 16px;
}
.format-text > *{
	margin-top: 30px;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text b,
.format-text strong{
	font-weight: 700;
}
.format-text em,
.format-text i:not(.fa){
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	color: #0F1A1E;
	font-weight: 700;
	line-height: 140%;
}
.format-text h1{
	font-size: 32px;
}
.format-text h2{
	font-size: 28px;
}
.format-text h3{
	font-size: 24px;
}
.format-text h4{
	font-size: 20px;
}
.format-text h5{
	font-size: 16px;
}
.format-text h6{
	font-size: 12px;
}
.format-text h1 + *,
.format-text h2 + *,
.format-text h3 + *,
.format-text h4 + *,
.format-text h5 + *,
.format-text h6 + *{
	margin-top: 10px;
}
.format-text a:not(.button){
	color: #0F1A1E;
}
.format-text a:not(.button):hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
	padding-left: 22px;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 10px;
}
.format-text ol{
	list-style: decimal;
}
.format-text ol{
	padding-left: 20px;
}
.format-text sup{
	color: #d90000;
	position: relative;
	top: 0;
	line-height: 100%;
}
.format-text blockquote{
	font-size: 18px;
	line-height: 160%;
	color: #565F62;
	background: #D5DADC;
	text-align: center;
	line-height: 175%;
	padding: 45px 55px;
}
.centered{
	text-align: center;
}
.rightned{
	text-align: right;
}
.leftned{
	text-align: left;
}
.jconfirm .jconfirm-box{
	max-width: 340px;
	margin: 0 auto;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
	font-weight: 700;
	font-size: 16px;
	color: #0F1A1E;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{
	font-size: 14px;
	line-height: 160%;
	font-weight: 400;
}
.jconfirm .jconfirm-box div.jconfirm-title-c{
	padding-bottom: 10px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane{
	margin-bottom: 10px;
}

.button{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0px;
	display: inline-block;
	color: #fff;
	background: #192F28;
	font-family: 'Arial';
	font-weight: 400;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none !important;
	transition:all 0.2s ease-in;
}
.button.disabled:hover,
.button.disabled{
	cursor: default;
	background: #ccc;
	color: #fff;
}
.button:active,
.button:focus{
	border-radius: 0;
}
.button.btn-fullwidth{
	display: block;
	width: 100%;
}
.button.btn-hollow{
	background: none;
	border: 1px solid #192F28;
	color: #192F28;
	line-height: 46px;
}
.button.btn-hollow:hover,
.button:hover{
	color: #fff;
	background: #3E5646;
	border-color: #3E5646;
}
.button.btn-gold{
	background: #CDA55C;
}
.button.btn-gold:hover{
	color: #fff;
	background: #b98c39;
	border-color: #b98c39;
}
.button.btn-gold-hollow{
	background: none;
	border: 1px solid #CDA55C;
	color: #CDA55C;
	line-height: 46px;
}
.button.btn-gold-hollow:hover{
	color: #fff;
	background: #CDA55C;
	border-color: #CDA55C;
}
.button.btn-green{
	background: #3E5646;
}
.button.btn-green:hover{
	color: #fff;
	background: #192F28;
	border-color: #192F28;
}
.button.btn-disabled,
.button.btn-disabled:hover{
	background: #E9E7EC;
	color: #817F85;
	cursor: default;
}
.product-item .act .btn-atc,
.button.has-loading{
	position: relative;
	overflow: hidden;
}
.product-item .act .btn-atc.loading,
.button.has-loading.fetching{
	color: rgba(0,0,0,0);
	cursor: default;
}
.product-item .act .btn-atc.loading:before,
.button.has-loading:before{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	content: '';
	z-index: 1;
}
.product-item .act .btn-atc.loading:after,
.button.has-loading:after{
	display: none;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background: url(../img/btn-loading.svg) no-repeat;
	content: '';
	z-index: 2;
}
.product-item .act .btn-atc.loading:after,
.product-item .act .btn-atc.loading:before,
.button.has-loading.fetching:after,
.button.has-loading.fetching:before{
	display: block;
}
.button.smalltall{
	height: 32px;
	line-height: 32px;
}
.btn-hide{
	display: none !important;
}
.slick-dots{
	display: block;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.slick-dots li button{
	display: block;
	width: 8px;
	height: 6px;
	cursor: pointer;
	border: none;
	color: rgba(0,0,0,0);
	background: #bac1bf;
	padding: 0;
	border-radius: 4px;
	position: relative;
}
.slick-dots li.slick-active button{
	background: #192f28;
	width: 12px;
}
.rate i{
        width: 16px;
	height: 16px;
        display: inline-block;
        vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/star-empty.svg);
}
.rate i:first-child{
        margin: 0;
}
.rate.rscore5 i,
.rate.rscore4 i:nth-child(4),
.rate.rscore4 i:nth-child(3),
.rate.rscore4 i:nth-child(2),
.rate.rscore4 i:nth-child(1),
.rate.rscore3 i:nth-child(3),
.rate.rscore3 i:nth-child(2),
.rate.rscore3 i:nth-child(1),
.rate.rscore2 i:nth-child(2),
.rate.rscore2 i:nth-child(1),
.rate.rscore1 i:nth-child(1){
	background-image: url(../img/icon/star.svg);
}
.rated{
	position: relative;
	left: -2px;
}
.rated > *{
	display: inline-block;
	vertical-align: middle;
}
.rated .rate{
	position: relative;
	top: -1px;
}
.rated > span{
	font-size: 12px;
	margin-left: 5px;
	color: #FFB66A;
	position: relative;
}
.rated > b{
	color: #565F62;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	position: relative;
	margin-left: 3px;
	top: 1px;
}
.rated > a{
	color: #192F28;
	line-height: 100%;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 10px;
}
/** ADDITIONAL **/
.page-header{
	text-align: center;
	padding: 100px 0;
	background: rgba(213, 218, 220, .5);
	margin: 0 0 60px;
}
.page-header h1{
	color: #0F1A1E;
	font-size: 24px;
	line-height: 130%;
	font-family: 'TAN - Angleton';
}
.news-item figure {
	margin: 0 0 25px;
}
.news-item figure a{
	display: block;
	position: relative;
}
.news-item figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-item figure a span{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 0 16px;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(25, 47, 40, .7);
}
.news-item h3{
	font-family: 'TAN - Angleton';
	color: #0F1A1E;
	font-size: 18px;
	line-height: 185%;
	margin: 0 0 15px;
}
.news-item h3 a{
	color: #0F1A1E;
	transition:color 0.2s ease-in;
}
.news-item h3 a:hover{
	color: #CDA55C;
}
.news-item .txt{
	line-height: 170%;
	color: #565F62;
	font-size: 14px;
	margin: 0 0 20px;
}
a.more{
	display: inline-block;
	color: #CDA55C;
	font-size: 14px;
	font-weight: 700;
}
a.more:hover{
	text-decoration: underline;
}
.crumb{
	margin: 0 0 50px;
}
.crumb i,
.crumb span,
.crumb a{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #565F62;
}
.crumb i{
	color: #C1C1C1;
	margin: 0 16px;
}
.crumb a{
	color: #3E5646;
	font-weight: 700;
	transition:color 0.2s ease-in;
}
.crumb a:hover{
	color: #CDA55C;
}
.product-item figure{
	position: relative;
	display: block;
	overflow: hidden;
}
.product-item figure > a{
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.product-item figure .clearfix{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 14px 14px 0;
	z-index: 2;
}
.product-item figure .clearfix > *{
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
	font-size: 12px;
}
.product-item figure .clearfix > span{
	float: left;
	text-transform: uppercase;
	color: #877669;
	background: #fff;
}
.product-item figure .clearfix > b{
	float: right;
	color: #fff;
	background: #E05151;
}
.product-item figure > a img{
	display: block;
	width: 100%;
	opacity: 0;
}
.product-item figure > a img + img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition:all 0.2s ease;
	z-index: 1;
	opacity: 1;
}
.product-item:hover figure > a img + img{
	top: -60px;
}
.product-item .act{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 0 14px 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	bottom: -54px;
	transition:bottom 0.2s ease;
}
.product-item:hover .act{
	bottom: 0;
}
.product-item .act .btn-atc{
        height: 40px;
	line-height: 40px;
	flex: calc(100% - 48px);
	max-width: calc(100% - 48px);
	padding: 0 5px;
}
.product-item .act .btn-atc + .added_to_cart{
	display: none;
}
.product-item .act .btn-atc i{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 16px;
	height: 16px;
	background-image: url(../img/icon/atc.svg);
	margin-right: 12px;
	top: -2px;
}
.product-item .act .btn-atc.loading i{
	display: none;
}
.product-item .act .btn-atw{
	width: 40px;
	height: 40px;
	padding: 0;
	position: relative;
	flex: 40px;
	max-width: 40px;
}
.product-item .act .btn-atw.wished{
	background: #CDA55C;
}
.product-item .act .btn-atw:after{
	display: block;
	position: absolute;
	left: 11px;
	top: 13px;
	background-image: url(../img/icon/atw.svg);
	width: 18px;
	height: 14px;
}
.product-item .act .btn-atw.fetching:after{
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	background-image: url(../img/wish-load.svg);
}
.product-item h3{
	color: #0F1A1E;
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
	margin: 10px 0 15px;
	text-align: center;	
}
.product-item h3 a{
	color: #0F1A1E;
	transition:color 0.2s ease-in;
}
.product-item h3 a:hover{
	color: #CDA55C;
}
.detail-product .main .pricing,
.inner-search .item .pricing,
.product-item .pricing {
	color: #192F28;
	font-weight: 700;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}
.detail-product .main .pricing{
	font-size: 18px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px dashed #BEC2C4;
	font-weight: 700;
	text-align: left;
}
.inner-home .prods .product-item .pricing,
.inner-search .item .pricing,
.inner-about .prods .product-item .pricing{
	color: #CDA55C;
}
.detail-product .main .pricing > *,
.inner-search .item .pricing > *,
.product-item .pricing > *{
	display: inline-block;
}
.detail-product .main .pricing del,
.inner-search .item .pricing del,
.product-item .pricing del{
	color: #848E91;
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 6px;
	font-size: 14px;
}
.detail-product .main .pricing del{
	font-size: 16px;
	color: #565F62;
	margin-right: 10px;
}
.detail-product .main .pricing ins,
.inner-search .item .pricing ins,
.product-item .pricing ins{
	text-decoration: none;
}
.detail-product .main .pricing > b{
	height: 28px;
	padding: 0 6px;
	line-height: 28px;
	color: #fff;
	background: #192F28;
	font-size: 14px;
	font-weight: 700;
	margin: 0 12px 0 0;
	border-radius: 2px;
	position: relative;
	top: -1px;
}
.pqty{
	display: inline-block;
}
.pqty > *{
	display: inline-block;
	vertical-align: middle;
}
.pqty a{
	width: 32px;
	height: 32px;
}
.pqty a.inactive{
	opacity: .2;
	filter: brightness(0%);
}
.pqty a.min{
	background-image: url(../img/icon/qty-min.svg);
}
.pqty a.plus{
	background-image: url(../img/icon/qty-plus.svg);
}
.pqty input{
	width: 32px;
	padding: 0;
	height: 32px;
	border: none;
	background: none;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Arial';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #313238;
}
.form-basic .phony{
	position: relative;
}
.form-basic .phony b{
	display: block;
	position: absolute;
	width: 60px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #1E1E1E;
	font-size: 14px;
	border-right: 1px solid #E9E7EC;
}
.form-basic .phony input{
	padding-left: 75px;
}
.selensia-msg{
	position: relative;
	line-height: 160%;
	padding: 25px;
	color: #434343;
	font-size: 16px !important;
	font-weight: 500;
	text-align: left;
	border: 1px solid #E0E0E0;
	background: #fff;
	margin: 30px 0;
}
.selensia-msg .button{
	margin-right: 10px;
}
.selensia-msg em{
	color: inherit;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 17px;
	line-height: 95%;
	cursor: pointer;
}
.selensia-msg em:after{
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/cls2.svg);
	content: '';
}

.woocommerce-notices-wrapper > *{
	display: none;
}
.woocommerce-notices-wrapper > *:first-child{
	display: block;
}
.selensia-msg.error a.button:hover{
	color: #CDA55C;
}
.selensia-msg + *{
	margin-top: 25px;
}
.selensia-msg a:not(.button){
	color: #CDA55C;
}
.selensia-msg a:not(.button):hover{
	text-decoration: underline;
}
small.woocommerce-password-hint{
	display: none !important;
}
div.woocommerce-password-strength{
	font-size: 12px;
	line-height: 160%;
	margin: 10px 0;
	padding: 5px 10px;
	background: #e74c3c;
	color: #fff;
}
div.woocommerce-password-strength.bad{
	background: #e67e22;
}
div.woocommerce-password-strength.good{
	background: #f39c12;
}
div.woocommerce-password-strength.strong{
	background: #2ecc71;
}
/** LOADING STUFF **/
.animate-loading{
        position: fixed;
        z-index: 999999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(252, 247, 238,.8);
	
}
.animate-loading .centered{
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.animate-loading .ldr {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
}
.animate-loading .ldr div {
        position: absolute;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #CDA55C;
        animation: animate-loading-grid 1.2s linear infinite;
}
.animate-loading .ldr div:nth-child(1) {
        top: 6px;
        left: 6px;
        animation-delay: 0s;
}
.animate-loading .ldr div:nth-child(2) {
        top: 6px;
        left: 26px;
        animation-delay: -0.4s;
}
.animate-loading .ldr div:nth-child(3) {
        top: 6px;
        left: 45px;
        animation-delay: -0.8s;
}
.animate-loading .ldr div:nth-child(4) {
        top: 26px;
        left: 6px;
        animation-delay: -0.4s;
}
.animate-loading .ldr div:nth-child(5) {
        top: 26px;
        left: 26px;
        animation-delay: -0.8s;
}
.animate-loading .ldr div:nth-child(6) {
        top: 26px;
        left: 45px;
        animation-delay: -1.2s;
}
.animate-loading .ldr div:nth-child(7) {
        top: 45px;
        left: 6px;
        animation-delay: -0.8s;
}
.animate-loading .ldr div:nth-child(8) {
        top: 45px;
        left: 26px;
        animation-delay: -1.2s;
}
.animate-loading .ldr div:nth-child(9) {
        top: 45px;
        left: 45px;
        animation-delay: -1.6s;
}
@keyframes animate-loading-grid{
        0%, 100% {
                opacity: 1;
        }
        50% {
                opacity: 0.5;
        }
}

.inner-acc.fetching,
.review.fetching{
	position: relative;
}
.inner-acc.fetching:after,
.review.fetching:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(255,255,255,.6);
	content: '';
}
div.blockOverlay:after {
	display: block;
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	left: calc(50% - 25px);
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/btn-loading.svg);
}