@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,600,700&display=swap&subset=cyrillic');
@font-face {
    font-family: 'ProspectusPro';
    src: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/fonts/ProspectusPro/prospectuspro-webfont.eot');
    src: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/fonts/ProspectusPro/prospectuspro-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/fonts/ProspectusPro/prospectuspro-webfont.woff2') format('woff2'),
         url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/fonts/ProspectusPro/prospectuspro-webfont.woff') format('woff'),
         url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/fonts/ProspectusPro/prospectuspro-webfont.ttf') format('truetype'),
         url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/fonts/ProspectusPro/prospectuspro-webfont.svg#prospectuspro') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * @category    design
 * @package     stenders
 * @copyright   SIA "STENDERS"
 */
/* ============ RESET ============  */
* { 
	margin: 0; 
	padding: 0; 
}
body { 
	background-color: #F0EEEF; 
	font-family: "IBM Plex Sans","Trebuchet MS", Helvetica, sans-serif; 
	font-size: 0.875em; 
	line-height: 1.65; 
	color: #1D1E1C; 
	min-width: 250px;
}
img { 
	border: 0; 
	vertical-align: top; 
}
a  { 
	color: #48726C; 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}
:focus { 
	outline: 0; 
}

h1, h2, h3, h4 { 
	font-family: "IBM Plex Sans","Trebuchet MS", Helvetica, sans-serif; 
	color: #1D1E1C; 
}
h1 { 
	font-size: 2.125em; 
	line-height: 1.05; 
	margin-bottom: 0.5em; 
	margin-top: 0.2em; 
	font-weight: 500;
}
h2 { 
	font-size: 1.625em; 
	line-height: 1.15; 
	margin-bottom: 0.7em; 
	margin-top: 0.5em; 
	font-weight: 500;
}
h3 { 
	font-size: 1.500em; 
	line-height: 1.15; 
	margin-bottom: 0.7em; 
	margin-top: 0.5em; 
	font-weight: 500;
}
h4 { 
	font-size: 1.438em; 
	line-height: 1.18; 
	margin-bottom: 0.7em; 
	margin-top: 0.5em; 
}
p { 
	margin-bottom: 0.7em; 
}
strong {
	font-weight: 500;
}
fieldset { 
	border: 0px; 
	padding: 0px; 
	margin: 0px; 
}
address { 
	font-style: normal; 
	color: #A5BCB1; 
	padding-left: 20px; 
}
address a { 
	line-height: 2.1; 
	text-decoration: underline; 
}
select { 
	padding: 7px 20px 7px 20px; 
}
input.input-text { 
	padding: 7px 20px 7px 20px; 
	font-size: 12px; 
	line-height: 17px; 
	color: #48726C;
	border: 1px solid #A5BCB1; 
}
input.input-text:focus { 
	border: 1px solid #48726C; 
}
select, textarea {
	color: #48726C;
	border: 1px solid #A5BCB1; 
	background-color: #fff;
}
textarea:focus {
	border: 1px solid #48726C; 
}
input, select, textarea {
    -webkit-appearance: none;
}
input.checkbox {
   -webkit-appearance: checkbox;
}
input.radio {
   -webkit-appearance: radio;
}

/* Button begin */
button.button::-moz-focus-inner { /* FF Fix */
	padding: 0 !important; 
	border: 0 none !important; 
} 
button.button { 
	overflow:visible; 
	width:auto; 
	border:0; 
	padding:0; 
	margin:0; 
	cursor:pointer; 
	-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */
}
button.button > span { 
	display: block; 
	background: none #48726c; 
}
button.button span span { 
	display: block;
	padding: 8px 20px 8px 20px; 
	width: auto; 
	font-family: "IBM Plex Sans","Trebuchet MS", Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 17px; 
	text-align:center; 
	text-transform: uppercase;
	white-space: nowrap; 
	color:#fff; 
}
button.button span span .fa {
	margin-right: 9px;
	color: white;
}
/* Button end */

.back-link {
	text-transform: uppercase;
	font-size: 13px;
	color: #A5BCB1;
}
.back-link a {
	color: #A5BCB1;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

@media screen and (max-width: 1075px) {
	* {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}

/* Hiding and showing elements */
.show-760,
.show-835,
.show-980,
.show-900 {
    display: none;
}
@media screen and (max-width: 980px) {
	.hide-980,
	.hidden-980 {
        display: none;
    }
    .show-980 {
        display: block
	}
}
@media screen and (max-width: 900px) {
	.show-900 {
        display: block;
	}
	.hide-900 {
		display: none;
	}
}
@media screen and (max-width: 835px) {
	.hide-835 {
        display: none;
    }
	.show-835 {
		display: block;
	}	
}
@media screen and (max-width: 760px) {
    .hide-760 {
        display: none;
	}
    .show-760 {
        display: block
    }
}
@media screen and (max-width: 480px) {
	.hide-480 {
		display: none;
	}
}

/* Facebook login button begin */
button.button.connect-btn > span { 
	background:  #223264; 
	border-top: 1px solid #223264;
}
/* Facebook login button end */


/* Read more button */
.read-more {
    color: #48726C;
    padding: 8px 10px;
    white-space: nowrap;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.read-more:hover {
    text-decoration: none;
    border: 1px solid #48726C;
}
@media screen and (max-width: 760px) {
    .read-more {
        text-align: center;
        width: 100%;
    }
}

/* Label */
label { 
	color: #A5BCB1;
	font-size: 13px;
	line-height: 30px;
}
label em { 
	padding-right: 6px;  
}

/* Validation begin */
.validation-advice { 
	font-size: 11px; 
	display: none; 
}
input.validation-failed, 
input.validation-failed:focus, 
textarea.validation-failed, 
textarea.validation-failed:focus { 
	border: 1px solid #9B215E !important;
}
.checkbox.validation-failed,
.checkbox.validation-failed:focus { 
	outline: 1px solid #9B215E !important; 
}
.input-box:hover .validation-advice { 		 
	display: block;
}
div.validation-advice {
    color: #fff;
	background: #48726c;
	position: absolute;
	z-index: 999;
	margin-top: 2px;
	padding: 6px 10px;
	border-radius: 3px;
	top: -40px;
}
div.validation-advice:after {
    content:'.';
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #48726c transparent transparent transparent;
	line-height: 0px;
	_border-color: #48726c #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	bottom: -10px;
	left: 12px; 
}
/* Validation end */

p.required { 
	display: none; 
}
.clear { 
	display: block; 
	padding: 0; 
	width: 100%; 
	height:0; 
	clear:both; 
}
.clear-line { 
	display: block; 
	padding: 0; 
	width: 100%; 
	height:0; 
	clear:both;  
	border-bottom: 1px solid rgba(139, 183, 162, 0.3); 
}
.sep-product {
    clear: both;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px -40px 65px -40px;
    width: auto;
    border: none;
    border-bottom: 1px solid #A5BCB1
}
@media screen and (max-width: 900px) {
	.sep-product {
		border-bottom: 0px;
	}
}

.no-display { 
	display: none; 
}
.nobr { 
	white-space: nowrap; 
}
.a-right { 
	text-align: right; 
}
.a-left { 
	text-align: left; 
}
.a-center { 
	text-align: center; 
}
.col2-set .col-1 { 
	float: left; 
}
.col2-set .col-2 { 
	float: right; 
}
@media screen and (max-width: 835px) {
	.col2-set .col-2 {
        float: none;
    }
}

/* Form list */
.form-list { 
	padding: 20px 0px 0px 0px; 
	list-style: none;  
}
.form-list ul {
	list-style: none; 
}
.form-list li { 
	padding-bottom: 14px; 
	position: relative; 
}
.form-list .field  { 
	position: relative; 
	float:left; 
	margin-right: 29px; 
}
.form-list input.input-text { 
	width: 215px; 
	background-color: #fff; 
}
.form-list li.wide input.input-text { 
	width: 500px;
}
.form-list textarea { 
	width: 215px; 
	height: 65px;
	padding: 12px 20px 12px 20px;  
	background-color: #fff;
}
.form-list li.wide textarea { 
	width: 500px; 
}
.form-list select { 
	width: 255px;
}
.form-list li.wide select { 
	width: 545px; 
	background: #fff;
	border-radius:0;
	cursor:pointer;
	-webkit-appearance:none; 
}
.form-list li.control label { 
	padding-left: 10px; 
}
@media screen and (max-width: 1075px) {
	.form-list li.wide select { 
		width: 500px;
	}
	.form-list input.input-text {
		width: 235px;
	}
}
@media screen and (max-width: 835px) {
	.form-list li.wide textarea {
        width: 100%;
    }
}

/* Data table */
.data-table { 
	width: 100%;  
	border: 0px;  
	border-spacing:0; 
	border-collapse:collapse; 
}
.data-table thead tr th { 
	padding: 15px 20px 15px 20px; 
	font-size: 13px; 
	line-height: 18px;  
	color: #48726C; 
	text-transform: uppercase; 
	font-weight: normal;  
}
.data-table tbody tr td {  
	padding: 15px 20px 15px 20px;  
	border-right: 0px; 
	border-bottom: 1px solid rgba(139, 183, 162, 0.3); 
}
.data-table tbody tr.first td {  
	border-top: 1px solid rgba(139, 183, 162, 0.3); 
}
.data-table tbody tr td.first { 
	padding-left: 0px; 
	border-right: 0px; 
}
.data-table tbody tr td.last { 
	padding-right: 0px;
	border-right: 0px; 
}
.data-table tbody tr td.divider { 
	padding: 30px 0px 30px 0px; 
	border: 0px; 
}
.data-table .product-name { 
	padding: 0; 
	margin: 0; 
	text-transform: uppercase; 
	font-size: 12px; 
	line-height: 24px; 
	font-weight: 500; 
	color: #1D1E1C; 
}
.data-table .product-name a { 
	text-decoration: none; 
	color: #1D1E1C; 
}
.data-table .qty { 
	width: 40px; 
	padding: 5px 0px 5px 20px;
	text-align: center;
}
.data-table .btn-remove { 
	text-transform: uppercase; 
	font-size: 13px; 
	line-height: 32px;  
	color: #A5BCB1; 
	white-space: nowrap;
}
.data-table tfoot tr.first td { 
	padding-top: 20px; 
}
.data-table .m-label {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #A5BCB1;
}
@media screen and (max-width: 1075px) {
	.data-table .qty {
		padding: 4px 0px;
		width: 60px;
    }
}

.buttons-set { 
	margin-top: 29px; 
}
.center { 
	text-align: center; 
}

.std ul { 
	padding-left: 40px; 
	padding-bottom: 20px; 
}
.std ul li { 
	padding-bottom:  5px; 
}
.std table { 
	border: 0px; 
	border-collapse: collapse;
}
.std table td { 
	border: 0px; 
}
.std table.full-border-table td {
	border: 1px solid #d3d3d3; 
	padding: 15px 20px 15px 20px; 
}
.std h3 {  
	font-size: 1.2em;   
}
.page-title h1 { 
	margin-top: 0px; 
}

ul.simple-slider { list-style: none; padding: 0px; }
ul.simple-slider li { float: left; height: 500px; width: 685px; padding: 0px; margin: 0px; }
.simple-slider-pager a { margin-right: 10px; }
.simple-slider-pager a span { 
	text-indent: 999em;
	font-size: 1px;
	line-height: 1px;
	color: transparent;
	float: left;
	margin-right: 10px;
	display: block;
	border: 1px solid #333333;
	width: 6px; 
	height: 6px; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.simple-slider-pager a.selected { font-weight: bold;  }
.simple-slider-pager a.selected span { background-color: #333333; }

/* ============ PAGER BEGIN============  */
.pager {  
	margin-bottom: 20px; 
	margin-top: 20px; 
	color: #A5BCB1; 
	font-size: 13px; 
	line-height: 16px; 
}
.pager .amount { 
	float: left; 
	margin-top: 11px; 
}
.pager .amount strong {
	font-weight: normal;
	text-transform: uppercase;
}
.pager .limiter { 
	float: right; 
}
.pager .limiter select { 
	padding: 5px; 
	margin-left: 5px;
	margin-right: 5px;
}
.pager .pages { 
	clear: left; 
	float: left; 
	width: 100%; 
	margin-top: 10px; 
	border-top: 1px solid #cfcfcf; 
	border-bottom: 1px solid #cfcfcf; 
	color: #696969; 
	text-transform: uppercase; 
	font-size: 15px;  
	line-height: 48px; 
}
.pager .pages strong { 
	font-weight: normal; 
	color: #cfcfcf; 
}
.pager .pages ol { 
	margin-left: 20px; 
	display:inline; 
	list-style: none;
}
.pager .pages li { 
	display:inline; 
	margin:0 10px; 
}
.pager .pages li.current { 
	color: #cfcfcf; 
}
.pager .pages li a { 
	color: #A5BCB1; 
}
.pager .pages li a:hover { 
	text-decoration: none; 
	color: #48726C; 
}
/* ============ PAGER END ============  */

/* Messages begin */
.messages { 
	margin: -1px -40px;
    padding: 22px 50px;
	list-style: none; 
	color: #fff; 
	background-color: #48726C; 
	font-size: 13px;  
	line-height: 15px;  
}
.messages a { 
	color: #fff; 
	text-decoration: underline; 
}
.messages ul { 
	list-style: none; 
}
.messages .success-msg > ul:before {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	content: "\f00c";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
  	font-size: 17px;
}
.messages .error-msg {
	background: #9B215E;
  	margin: -22px -50px;
  	padding: 20px 34px;
}
.messages .error-msg > ul:before {
	font-family: "FontAwesome";
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
	display: block;
	float: left;
	text-decoration: inherit;
	content: "\f00d";
	margin-right: 20px;
  	font-size: 17px;
}
.ingredients-page .messages {
    margin: 0px;
}
#checkout-cart-load .messages {
    margin: -61px -40px 35px;
}
#checkout-shipping-method-load .messages {
    margin: 30px 30px 20px 0px;
}
.home-page .messages {
	margin: -1px 0px;
}
@media screen and (max-width: 640px) {
	.messages {
		padding: 25px 20px;
		list-style-type: none;
    }
    .messages ul li {
        text-align: center;
	}
	.messages .error-msg {
        margin: -25px -20px;
        padding: 25px 19px;
    }
    .messages .success-msg ul:before, 
    .messages .error-msg ul:before  {
        float: none;
        margin-right: 20px;
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
        margin: 0 auto 12px auto;
        display: block;
    }
}
/* Messages end */

/* ============ ORDER PRINT BEGIN ============= */
.page-print { background: #fff; padding: 60px 39px; text-align:left; }
.page-print .print-head { margin-bottom: 40px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; font-size: 13px; line-height: 1.2; }
.page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin-bottom: 20px; margin-top: 20px;}
.page-print .col2-set .col-1 { width: 50%; }
.page-print .col2-set .col-2 { width: 50%; }
.page-print .gift-message-link { display:none; }
.page-print address { padding-left: 0px; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ============ ORDER PRINT END ============= */

.page-popup { background:#fff; padding:10px 30px; text-align:left; }


/* ============ LAYOUT ============  */
.wrapper { 
	float: left; 
	width: 100%; 
}
.page { 
	width: 1060px; 
	margin: 0 auto 0; 
	border-top: 0;  
	text-align: left; 
	background-color: #fff; 
	box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);   
	-moz-box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);   
	-webkit-box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);
	zoom: 1;
}
@media screen and (max-width: 1075px) {
	.page {
        width: 100%;
        overflow-x: hidden;
    }
}

/* Header */
.header-w { 
	width: 100%; 
	background-color: #1d1e1c; 
	position: relative; 
	z-index: 400; 
}
.header { 
	padding: 25px 39px 25px 39px; 
}
.header-l { 
	float: left; 
	height: 80px; 
	width: 256px; 
	text-align: left; 
	z-index: 700; 
}
.header-c { 
	position: absolute; 
	height: 80px; 
	width: 240px; 
	left: 50%; 
	margin-left: -120px; 
	top: 20px; 
	text-align: center; 
	background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/logo.png') no-repeat center; 
	cursor: pointer; 
	cursor: hand; 
}
.header-r { 
	float: right; 
	width: 280px; 
	text-align: right; 
}
@media screen and (max-width: 900px) {
	.header {
        padding: 9px 0 0; 
    }
    .header-c {
        background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/logo.png') no-repeat center  -10px;
        height: 40px;
        background-size: 80%;
        top: 10px;
    }
    .header-w {
        z-index: 9999;
    }
    .header-r {
        float: none;
        width: 100%;
        clear: both;
        background: #fff;
        margin-top: 0;
        position: relative;
	}
	.header-l {
        height: 56px;
    }
}
@media screen and (max-width: 480px) {
    .header-l {
        width: 40px;
        float: left;
    }
    .header-c {
        background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/logo.png') no-repeat center -8px;
        height: 29px!important;
        background-size: 60%;
        width: 240px!important;
        top: 17px!important;
        position:absolute!important;
        left: 50%!important;
        margin-left: -120px!important;
        text-align: center!important;
    }

}
@media screen and (max-width: 340px) {
    .header-c{
        background-size: 140px;
        margin-left: -140px !important;
        width: 200px!important;
        margin-left: -100px!important;
    }
}


/* Retina logo fix */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header-c {
        background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/logo2x.png') no-repeat center top;
        background-size: 90%;
        background-repeat: no-repeat;
        display: block;
    }
    @media screen and (max-width: 900px) {
        .header-c {
            background-size: 75% !important;
            background-position-y: -8px;
            top: 10px;
        }
	}
    @media screen and (max-width: 480px) {
        .header-c {
           background-size: 60% !important;
		    background-position-y: -8px;
        }
	}
	@media screen and (max-width: 340px) {
        .header-c {
            background-size: 75% !important;
			background-position-y: -7px;
        }
    }
}

/* Login form begin */
.top-login-block { 
	padding: 25px 39px 25px 39px;  
	display: none;  
	position: relative; 
	background-color: #1d1e1c;
}
.top-login-block .decor { 
	display: none; 
}
.top-login-block .create-account { 
	float: left; 
	position: absolute;  
}
.top-login-block .create-account .lnk { 
	display: block; 
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 2px;
}
.top-login-block .create-account .lnk a { 
	color: #8EAB9C; 
}
.top-login-block .create-account .lnk a:hover { 
	text-decoration: none; 
}
.top-login-block .create-account .lnk-forgot-pwd a {
	color: #edebec;
}
.top-login-block .sign-up { 
	float: right; 
}
.top-login-block ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: relative; 
}
.top-login-block ul li { 
	float: left; 
	position:relative; 
	padding-right: 29px; 
}
.top-login-block ul li.last { 
	padding-right: 0px; 
} 
.top-login-block ul li.divider { 
	padding: 7px 15px;
	font-size: 11px; 
	line-height: 17px; 
	color: #8EAB9C; 
} 
.top-login-block .input-box { 
	background-color: #1d1e1c;  
	color: #FFFFFF;
}
.top-login-block .input-box label {
	 display: none;
}
.top-login-block .input-box .input-text { 
	background-color: #1d1e1c;  
	color: #ffffff;
	border: 1px solid #484f4b;
}
.top-login-block .input-box input { 
	width: 160px;  
}
.top-login-block button.button span span { 
	padding: 7px 20px 7px 20px; 
}
.top-login-block div.validation-advice {
    color: #fff;
	background: #48726c;
	position: absolute;
	margin-top: 2px;
	padding: 6px 10px;
	border-radius: 3px;
	top: 40px;
}
.top-login-block div.validation-advice:before {
    content:'.';
    width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8.5px 8px 8.5px;
	color: #48726c;
	text-indent: 9999px;
	border-color: transparent transparent #48726c transparent;
	position: absolute;
	top: -6px;
	left: 12px; 
}
.top-login-block div.validation-advice:after{
	border: 0; 
	content:'';
}
@media screen and (max-width: 900px) {
	#top-login-block {
		display: none!important;
	}
}
/* Login form end */

/* Language switch begin */
.language-switch { 
	float: left; 
	width: 80px; 
	margin-top: 5px; 
}
.language-switch ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}
.language-switch ul li { 
	display: inline; 
	color: #FFFFFF; 
	margin-right: 4px; 
	text-transform: uppercase; 
	font-size: 12px; 
	line-height: 19px; 
}
.language-switch ul li a { 
	color: #a8a39f; 
}
.language-switch select {
	background: transparent;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #424242;
	height: 65px;
	margin-top: -14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.language-switch option {
	color:#333; 
	padding: 5px; 
	font-weight: normal;
}
@media screen and (max-width: 900px) {

	.language-switch {
        width: 40px;
        overflow: hidden;
        border-right: 1px solid #424242;
        margin-top: -10px;
        height: 66px;
        padding-top: 15px;
        position: relative;
        z-index: 699;
	}
	.language-switch ul {
		display: none;
	}
    .language-switch ul li {
	  float: left; 
	  clear: both;
      padding-left: 7px;
      line-height: 15px;
    }
    .language-switch select {
		display: block!important;
		cursor: pointer; 
		padding: 0 13px 0 7px !important; 
		border: 0px;
	}
}
/* language switch end */


/* Country switch begin */
.country-switch { 
	float: left; 
	width: auto;
	margin-top: 5px; 
	position: relative; 
}
.country-switch .country-select { 
	cursor:pointer; 
	cursor:hand; 
	color: #ffffff;  
	text-transform: uppercase; 
	font-size: 11px; 
	margin-right: 8px; 
	padding: 0px 20px 0px 20px; 
}
.country-switch .country-select:before {
	content: "\e903";
	font-family: "StendersIcons";
	font-size: 16px;
	margin-right: 7px;
}
.country-switch .country-select:hover, 
.country-switch .country-select:focus, 
.country-switch .country-select:active { 
	color: #e9e9e9; 
 }
.country-switch .country-list { 
	position: absolute; 
	min-width: 151px; 
	display: none; 
	background-color: #1D1E1C; 
	color: #8EAB9C; 
	z-index: 800; 
	border-top: 1px solid #8EAB9C;
    top: 26px;
    left: -1px;
	box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);   
	-moz-box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);   
	-webkit-box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);
	zoom: 1;
}
.country-switch .country-list ul { 
	list-style: none; 
	padding: 10px 10px 15px 20px; 
}
.country-switch .country-list ul li { 
	color: #8EAB9C;  
	font-size: 12px; 
}
.country-switch .country-list ul li a { 
	color: #8EAB9C; 
	text-decoration: none; 
}
.country-switch .country-list ul li a:hover { 
	color: #48726C; 
	text-decoration: none; 
}
@media screen and (max-width: 900px) {
	.country-switch {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}
/* Country switch end */

/* Currency switch begin */
.currency-switch {
    float: left;
    width: auto;
    margin-right:7px;
    margin-top: 5px;
    border: 1px solid #484f4b;
    background-color: #1D1E1C;
    position: relative;
}
.currency-switch .currency-select {
    cursor: pointer;
    cursor: hand;
    color: #F0EEEF;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 8px;
    padding: 3px 20px 3px 10px;
    background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/icon-select-dark.png') no-repeat right center;
}
.currency-switch .currency-select:hover {
    color:#fff;
}
.currency-switch #currency-list {
    display:none;
    position: absolute;
    min-width: 81px;
    display: none;
    background-color: #1D1E1C;
    color: #F0EEEF;
    z-index: 800;
    border: 1px solid #484f4b;
    top: 26px;
    left: -1px;
    border-top: 0;
    box-shadow: 6px 0 4px -4px rgba(0,0,0,0.15), -6px 0 4px -4px rgba(0,0,0,0.15);
    -moz-box-shadow: 6px 0 4px -4px rgba(0,0,0,0.15), -6px 0 4px -4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 6px 0 4px -4px rgba(0,0,0,0.15), -6px 0 4px -4px rgba(0,0,0,0.15);
    zoom: 1;
}
.currency-switch #currency-list ul {
    list-style-type: none;
    z-index:9999;
    padding: 10px 10px 10px 15px;
}
.currency-switch #currency-list ul li {
    color: #F0EEEF;
    text-transform: uppercase;
    font-size: 12px;
    cursor:pointer;
}
.currency-switch #currency-list ul li:hover {
    color:#fff;
}
@media screen and (max-width: 900px) {
	.currency-switch{
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}
/* Currency switch end */

/* Catalog search */
.catalog-search { 
	float: left; 
	width: 230px; 	
	margin-top: 12px;
}
.catalog-search form { 
	border-top: 1px solid #484f4b; 
	margin: 0; 
	padding: 0; 
}
.catalog-search form input { 
	background: none; 
	color: #8EAB9C; 
	border: 1px solid #1D1E1C; 
	margin: 0;
	padding: 0 13px;
	height: 33px; 
	width: 200px; 
	font-size: 12px; 
	line-height: 30px;  
	outline: 0; 
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.search-submit-button {
	display: inline-block;
	width: 20px;
	cursor: pointer;
	cursor: hand;
	color: #8EAB9C; 
	font-size: 17px;
	line-height: 30px;
	vertical-align: middle;
}
.search-submit-button:after {
	content:"\e907";
	font-family: "StendersIcons";
}
.search-reveal-button {
	display: none;
	color: #ffffff; 
	font-size: 22px;
	text-align: center;
	width: 53px;
	position: absolute;
	top: 14px;
	right: 55px;
	z-index: 9999;
	cursor: pointer;
}
.search-reveal-button:after {
	content:"\e907";
	font-family: "StendersIcons";
}
.search-hidden-900 {
	display: block;
}

@media screen and (max-width: 900px) {
	.search-hidden-900 {
        display: none;
    }
	#search_mini_form {
		padding-left: 60px;
		padding-right: 0;
		border: none;
		position: absolute;
        width: 100%;
        top: 0px;
        z-index: 999;
	}
	.catalog-search {
		display: block;
		position: static;
		width: auto;
        float: none;   
	}
	.search-submit-button {
		display: none;
	}
	.search-reveal-button {
		display: block;      
	}
    .catalog-search form input {
        height: 66px;
        padding-left: 21px;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        margin-left: 0;
        margin-left: 0;
        border: none;
        font-size: 21px;
        left: 60px;
        box-shadow: inset 4px 2px 7px rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: inset 4px 2px 7px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: inset 4px 2px 7px rgba(0, 0, 0, 0.14);
        font-size: 17px;
		border: 1px solid rgba(0, 0, 0, 0.27);
        left: 0;
        border-radius: 0px !important;
    }
}

/* Catalog Search Autocomplete */
.search-autocomplete {
	background-color: #13110f; 
	color: #a8a39f; 
	z-index: 790; 
	border: 1px solid #3f3b38;
	box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);   
	-moz-box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);   
	-webkit-box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);
	zoom: 1;
}
.search-autocomplete ul { 
	list-style: none; 
	padding: 10px 10px 10px 20px; 
}
.search-autocomplete ul li { 
	color: #a8a39f; 
	text-transform: uppercase; 
	font-size: 12px; 
	cursor: pointer; 
	cursor:hand; 
}
.search-autocomplete ul li:hover { 
	color: #fff; 
}
.search-autocomplete ul li .amount { 
	margin-right: 10px; 
}


/* Top links */
.top-links { 
	text-align: right; 
}
.top-links ul.links { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;  
}
.top-links ul.links li { 
	display: block; 
	float:right; 
	font-size: 11px; 
	line-height: 35px;  
	height: 35px;  
	margin-left: 6px; 
	text-transform: uppercase;
}
.top-links ul.links li a { 
	color: #ffffff; 
}
.top-links ul.links li a:hover { 
	color: #e9e9e9; 
	text-decoration: none; 
}
.top-links ul.links li a img { 
	float: left; margin-right: 4px; 
}
@media screen and (max-width: 900px) {
	.top-links {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
}

/* Cart link */
.cart-link { 
	position: relative; 
	width: auto; 
	margin-top: 7px;
	padding: 0; 
	text-align: right; 
	text-transform: uppercase;
	cursor:pointer; 
	cursor:hand; color: #8EAB9C; 
	font-size: 11px; 
	line-height: 33px; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
} 
.cart-link > span:before {
	content: "\e904";
	font-family: "StendersIcons";
	font-size: 17px;
	vertical-align: bottom;
	margin-right: 5px;
}
@media screen and (max-width: 900px) {
	.cart-link {
        margin-top: 0;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.21);
        border-top: 1px solid #181818;
        padding: 10px 20px;
		background: #fff;
		font-size: 13px;
		font-weight: 500;
    }
    .cart-i-link {
        margin-top: -5px;
        line-height: 33px;
        padding-bottom: 2px;
    }
    .cart-c-link {
        top: 5px;
    }
}

/* Top cart */
#top-cart { 
	position: absolute; 
	z-index: 20; 
	right: 39px;  
	background-color: #fff; 
	border: 1px solid #dbdbdb; 
	border-top: 0px;  
	width: 330px; 
	text-align: left; 
	box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);   
	-moz-box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);   
	-webkit-box-shadow: 6px 0 4px  -4px rgba(0,0,0,0.15), -6px 0 4px  -4px rgba(0,0,0,0.15);
}
#top-cart .topcart-list { 
	list-style-type: none; 
}
#top-cart .topcart-list .item { 
	position: relative; 
	display: block; 
	border-bottom: 1px solid #dbdbdb;  
	padding: 20px 12px 20px 12px; 
}
#top-cart .topcart-list .item .pnd-wrap{
	display: block;
	float: left;
	width: 170px;
}
#top-cart .topcart-list .item .product-image { 
	float: left; 
	padding-right: 17px; 
}
#top-cart .topcart-list .item .product-name { 
	float: left;  
	width: 100%;
	text-transform: uppercase; 
	font-weight: 500; 
	font-size: 12px;  
	color: #1D1E1C;
}
#top-cart .topcart-list .item .product-name a { 
	text-decoration: none; 
	color: #1D1E1C;
}
#top-cart .topcart-list .item .product-details { 
	float:left; 
	clear:left;
	margin-top: 3px; 
	white-space: nowrap; 
	color: #48726C;
}
#top-cart .topcart-list .item .price { 
	font-size: 14px;  
	color: #48726C;
	font-weight: 500;
}
#top-cart .summary { 
	background-color: #48726C; 
	padding: 20px; 
	cursor:pointer; 
	cursor:hand; 
	font-size: 14px; 
	line-height: 18px; 
	text-transform: uppercase; 
	font-weight: 500; 
	color: #fff; 
}
#top-cart .summary .subtotal { 
	float: right; 
}
#top-cart .summary .checkout { 
	float: left; 
	background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/icon-action.png') no-repeat -20px center; 
	padding-left: 14px;  
}
#top-cart .empty {  
	padding: 20px 20px 20px 20px; 
}
#top-cart a.btn-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #eee;
    border-radius: 25px;
    height: 20px;
    display: block;
    width: 20px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}
@media screen and (max-width: 1075px) {
	#top-cart {
        z-index: 9999;
    }
}
@media screen and (max-width: 900px) {
	#top-cart {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        padding: 18px 0;
        box-shadow: 0 6px 23px rgba(0, 0, 0, 0.61);
        -webkit-box-shadow: 0 6px 23px rgba(0, 0, 0, 0.61);
        -moz-box-shadow: 0 6px 23px rgba(0, 0, 0, 0.61);
    }
    #top-cart .summary {
        margin-bottom: -20px;
    }
}

/* Main menu */
.mainmenu-wrap { 
	width: 100%; 
	background: #f0eeef; 
	height: 52px; 
	border-bottom: 1px solid #dfe3e1; 
	text-align: center; 
}
.mainmenu { 
	float:right; 
	position: relative; 
	left: -50%; 
	text-align: left; 
}
.mainmenu ul { 
	margin: 0px 39px 0px 39px; 
	padding: 0; 
	list-style: none;  
	position: relative; 
	left: 50%; 
}
.mainmenu ul li { 
	float: left; 
	margin-right: 15px; 
	position:relative; 
	font-size: 13px; 
	line-height: 53px; 
	font-weight: 500;
	text-transform: uppercase; 	
}
.mainmenu ul li.last { 
	margin-right: 0px; 
}
.mainmenu ul li a { 
	color: #1D1E1C; 
}
.mainmenu ul li a span { 
	padding: 8px 5px 8px 5px; 
}
.mainmenu ul li a span img { 
	margin-top: 17px; 
}
.mainmenu ul li a:hover { 
	text-decoration: none; 
	color:#48726C; 
}
.mainmenu ul li a:hover span { 
	padding: 8px 5px 8px 5px; 
}
.mainmenu ul li.active a { 
	text-decoration: none; 
	color: #48726C; 
}
.mainmenu ul li.active a span { 
	padding: 8px 5px 8px 5px; 
}

.mainmenu ul li a span.home { 
	position: relative;
}
.mainmenu ul li a span.home:after {
	content: "\e91b";
	font-family: "StendersIcons";
	font-size: 21px;
	line-height: 50px;
	vertical-align: middle;
}
@media screen and (max-width: 900px) {
	.mainmenu-wrap {
        visibility: hidden;
        opacity: 0;
        display: none;
	}
	#main_nav li:first-child  {
        display: none;
    }
}

/* Sub menu */
.submenu-wrap { 
	width: 100%; 
	border-bottom: 0px; 
	background: #f0eeef; 
	display: none !important;
	-webkit-transition: max-height .4s ease-in;
    -moz-transition: max-height .4s ease-in;
    -o-transition: max-height .4s ease-in;
    transition: max-height .4s ease-in;
}
.submenu-wrap.visible { 
	border-bottom: 1px solid #dfe3e1; 
	height: auto;
    -webkit-transition: max-height .4s ease-out;
    -moz-transition: max-height .4s ease-out;
    -o-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
}
.submenu { 
	text-align: center; 
}
.submenu ul { 
	padding: 20px 20% 20px 20%; 
	margin: 0; 
	list-style: none;
	min-height: 150px; 
}
.submenu ul li { 
	vertical-align: top; 
	font-size: 13px; 
	line-height: 16px;  
	margin-right: 14px; 
	margin-top: 10px; 
	text-align: left; 
}
.submenu ul li.last { 
	margin-right: 0px; 
}
.submenu ul li a { 
	color: #8EAB9C; 
}
.submenu ul li.active a,
.submenu ul li:hover a { 
	text-decoration: none;  
	color: #48726C; 
	font-weight: 500; 
}
.submenu ul li img { 
	display: none;
} 
@media screen and (max-width: 1075px) {
	.submenu ul li {
        width: 87px;
	}
	.submenu ul li img {
        height: auto
    }
}	
@media screen and (max-width: 900px) {
	body .submenu-wrap {
        display: none!important;
        opacity: 0;
        visibility: hidden;
    }
}

#flyouts ul { 
	display: none; 
}
#flyouts ul.empty { 
	margin: 0px; 
	padding: 0px; 
	min-height: 0px; 
}

/* Mobile menu */ 
.page nav { 
	display: none; 
}
#mm-login-form {
    padding: 22px;
}
#mm-login-form .input-box {
    position: relative;
}
#mm-login-form .input-box input {
    width: 100%;
    margin-bottom: 20px;
}
.ormm {
    margin: 0 10px;
}
.mm-opened .menu-switcher a,
.mm-opening .menu-switcher a {
    position: absolute;
}
.menu-switcher a {
    display: none;
    text-indent: -9999px;
    z-index: 9999;
    top: 0;
    right: 0;
    height: 64px;
    width: 65px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(19, 17, 15, 0.34);
}
.menu-switcher a span {
    text-indent: -9999px;
    display: block;
    width: 22px;
    height: 3px;
    background: #595d6d;
    padding: 0;
    position: relative;
    top: 31px;
    left: 22px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.menu-switcher a span {
    background: #fff;
}
.menu-switcher a span:before, 
.menu-switcher a span:after {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    content: " ";
    text-indent: -9999px;
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    padding: 0;
    position: absolute;
    left: 0;
}
.menu-switcher a span:before {
    top: -6px;
}
.menu-switcher a span:after {
    top: 6px;
}
.menu-switcher a:hover span:before {
    top: 6px;
}
.menu-switcher a:hover span:after {
    top: -6px;
}
@media screen and (max-width: 900px) {
	.menu-switcher a {
		display: block;
	}
}

/* CMS page menu */
.layout .cmsmenu-block { 
	border-top: 1px solid #9fb5b0; 
	margin-bottom: 39px; 
}
.layout .cmsmenu-block h4 { 
	text-transform: uppercase;  
	font-size: 16px; 
	line-height: 1.4; 
	font-weight: 500; 
}
.layout .cmsmenu-block ul { 
	list-style: none; 
}
.layout .cmsmenu-block ul li { 
	padding: 5px 14px; 
}
.layout .cmsmenu-block ul li a { 
	color: #a5bcb1; 
}
.layout .cmsmenu-block ul li a:hover { 
	color: #48726C; 
	text-decoration: none; 
}
.layout .cmsmenu-block ul li.active a { 
	color: #48726C; 
	text-decoration: none; 
	font-weight: bold; 
}
@media screen and (max-width: 760px) {
	.layout .right-col .cmsmenu-block h4,
    .layout .right-col .cmsmenu-block {
        border-top: none !important;
        margin-top: 40px !important;
    }
    .layout .right-col .cmsmenu-block ul li a {
        padding: 7px 0;
        display: block;
    }
}

/* Main banner */
.main-banner img { width: 100%; }


/* Free Shipping offer */
.minval-shipping-offer { 
	padding-left: 39px; 
	padding-right: 39px; 
	line-height: 50px;  
	border-bottom: 1px solid rgba(165, 188, 177, 0.32);
	color: #48726C;  
}

.minval-shipping-offer .message { 
	padding: 17px 0px 16px 0px; 
	margin-right: 15px; 
	color: #48726C; 
	border-bottom: 1px solid #48726C; 
	font-weight: 500;
}
.minval-shipping-offer .shipping-link { 
	float: right; 
	text-transform: uppercase; 
	font-size: 13px;
	font-weight: 500;
}
.minval-shipping-offer .shipping-link a span:before { 
	content: "\e910";
	font-family: "StendersIcons";
	margin-right: 9px;
}
.minval-shipping-offer .shipping-link a:hover { 
	text-decoration: none; 
}
.shipping-offer { 
	padding: 15px 18px; 
	color: #48726C;
	font-size: 12px;
	line-height: 1.4;
	text-align: right;
}

@media screen and (max-width: 580px) {
	.minval-shipping-offer .message {
      	display: none;
    }
    .minval-shipping-offer .minimumtxt {
        line-height: normal !important;
        text-align: center;
        display: block;
        font-size: 12px;
		padding: 20px;
		font-weight: 500;
    }

}

/* Breadcrumbs */
.breadcrumbs { 
	display: block; 
	font-size: 13px; 
	line-height: 18px; 
	margin-bottom: 10px; 
}
.breadcrumbs ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}
.breadcrumbs ul li { 
	display: inline; 
}
.breadcrumbs ul li a { 
	color: #A5BCB1; 
}
.breadcrumbs ul li span { 
	color: #A5BCB1; 
	font-size: 13px; 
	padding-left: 5px;
}
@media screen and (max-width: 900px) {
	.breadcrumbs ul {
        text-align: center;
        margin-top: 30px;
    }
}
@media screen and (max-width: 760px) {
	.breadcrumbs ul {
        text-align: center;
    }
}

/* Block */
.block { 
	margin-bottom: 39px; 
	padding-bottom: 39px; 
}
.block .title { 
	font-size: 2.125em; 
	line-height: 1.05; 
	margin-bottom: 0.5em; 
	margin-top: 0.2em; 
}


/* ============ LAYOUTS ============  */

/* Basic elements */
.content { 
	margin: 0px 39px 78px 39px; 
}
.page-1column .content .layout { 
	padding-top: 60px; 
}
.page-1column-full .content  { 
	margin: 0px 0px 78px 0px; 
}
.page-2cols-left .content .layout { 
	margin-left: 267px; 
}
.page-2cols-left .content .layout .content-col {  
	float: right; 
	position: relative; 
	width: 100%; 
	padding-top: 60px; 
}
.page-2cols-left .content .layout .left-col { 
	float: left; 
	position: relative; 
	width: 200px; 
	margin-left: -267px; 
	margin-right: 67px; 
	padding-top: 60px; 
}
.page-2cols-right .content .layout {  
	margin-right: 267px; 
}
.page-2cols-right .content .layout .content-col {  
	float: left; 
	position: relative; 
	width: 100%; 
	padding-top: 60px;
}
.page-2cols-right .content .layout .right-col { 
	float: right; 
	position: relative; 
	width: 200px; 
	margin-right: -267px; 
	margin-left: 67px; 
	padding-top: 60px;
}
@media screen and (max-width: 980px) {
	.right-col .slider-wrapper {
        display: none;
    }
}
@media screen and (max-width: 760px) {
	.right-col,
    .page-2cols-right .content .layout .right-col {
        width: 100%!important;
        float: none !important;
        clear: both !important;
        margin: 30px 0 0 0!important;
    }
    .page-2cols-right .content .layout .content-col {
        float: none;
        clear: both;
    }
    .page-2cols-right .content .layout {
        margin-right: 0;
    }
}
@media screen and (max-width: 480px) {
	.page-2cols-left .content {
        margin: 0px 19px 78px 19px;
    }
}


/* Old Grid */
.half-col-sixty, 
.half-col-thirty {
	width:70%;
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body .half-col-thirty {
	width: 30%;
}
@media screen and (max-width: 980px) {
	body .half-col-thirty,
    body .half-col-sixty {
        width: 100%;
        float: none;
        clear: both;
    }
}

/* Grid system */
.row {
	list-style: none;
	margin-left: -20px; 
}
.row:before, .row:after {
	content: " ";
	display: table; 
}
.row:after {
	clear: both; 
}
.row.row--gutterless {
	margin-left: 0; 
}
  
.col {
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	box-sizing: border-box; 
}
.row--gutterless .col {
	padding-left: 0; 
}
  
@media only screen and (min-width: 1200px) {
	.col--lg-offset-0 {
	  margin-left: 0%; }
  
	.col--lg-1 {
	  width: 8.33333%; }
  
	.col--lg-offset-1 {
	  margin-left: 8.33333%; }
  
	.col--lg-2 {
	  width: 16.66667%; }
  
	.col--lg-offset-2 {
	  margin-left: 16.66667%; }
  
	.col--lg-3 {
	  width: 25%; }
  
	.col--lg-offset-3 {
	  margin-left: 25%; }
  
	.col--lg-4 {
	  width: 33.33333%; }
  
	.col--lg-offset-4 {
	  margin-left: 33.33333%; }
  
	.col--lg-5 {
	  width: 41.66667%; }
  
	.col--lg-offset-5 {
	  margin-left: 41.66667%; }
  
	.col--lg-6 {
	  width: 50%; }
  
	.col--lg-offset-6 {
	  margin-left: 50%; }
  
	.col--lg-7 {
	  width: 58.33333%; }
  
	.col--lg-offset-7 {
	  margin-left: 58.33333%; }
  
	.col--lg-8 {
	  width: 66.66667%; }
  
	.col--lg-offset-8 {
	  margin-left: 66.66667%; }
  
	.col--lg-9 {
	  width: 75%; }
  
	.col--lg-offset-9 {
	  margin-left: 75%; }
  
	.col--lg-10 {
	  width: 83.33333%; }
  
	.col--lg-offset-10 {
	  margin-left: 83.33333%; }
  
	.col--lg-11 {
	  width: 91.66667%; }
  
	.col--lg-offset-11 {
	  margin-left: 91.66667%; }
  
	.col--lg-12 {
	  width: 100%; }
  
	.col--lg-offset-12 {
	  margin-left: 100%; } 
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.col--md-offset-0 {
	  margin-left: 0%; }
  
	.col--md-1 {
	  width: 8.33333%; }
  
	.col--md-offset-1 {
	  margin-left: 8.33333%; }
  
	.col--md-2 {
	  width: 16.66667%; }
  
	.col--md-offset-2 {
	  margin-left: 16.66667%; }
  
	.col--md-3 {
	  width: 25%; }
  
	.col--md-offset-3 {
	  margin-left: 25%; }
  
	.col--md-4 {
	  width: 33.33333%; }
  
	.col--md-offset-4 {
	  margin-left: 33.33333%; }
  
	.col--md-5 {
	  width: 41.66667%; }
  
	.col--md-offset-5 {
	  margin-left: 41.66667%; }
  
	.col--md-6 {
	  width: 50%; }
  
	.col--md-offset-6 {
	  margin-left: 50%; }
  
	.col--md-7 {
	  width: 58.33333%; }
  
	.col--md-offset-7 {
	  margin-left: 58.33333%; }
  
	.col--md-8 {
	  width: 66.66667%; }
  
	.col--md-offset-8 {
	  margin-left: 66.66667%; }
  
	.col--md-9 {
	  width: 75%; }
  
	.col--md-offset-9 {
	  margin-left: 75%; }
  
	.col--md-10 {
	  width: 83.33333%; }
  
	.col--md-offset-10 {
	  margin-left: 83.33333%; }
  
	.col--md-11 {
	  width: 91.66667%; }
  
	.col--md-offset-11 {
	  margin-left: 91.66667%; }
  
	.col--md-12 {
	  width: 100%; }
  
	.col--md-offset-12 {
	  margin-left: 100%; } 
}
@media only screen and (max-width: 767px) {
	.col--sm-offset-0 {
		margin-left: 0%; 
	}
	.col--sm-1 {
		width: 8.33333%; 
	}
	.col--sm-offset-1 {
		margin-left: 8.33333%; 
	}
	.col--sm-2 {
		width: 16.66667%; 
	}
	.col--sm-offset-2 {
		margin-left: 16.66667%; 
	}
	.col--sm-3 {
		width: 25%; 
	}
	.col--sm-offset-3 {
	margin-left: 25%; }

	.col--sm-4 {
	width: 33.33333%; }

	.col--sm-offset-4 {
	margin-left: 33.33333%; }

	.col--sm-5 {
	width: 41.66667%; }

	.col--sm-offset-5 {
	margin-left: 41.66667%; }

	.col--sm-6 {
	width: 50%; }

	.col--sm-offset-6 {
	margin-left: 50%; }

	.col--sm-7 {
	width: 58.33333%; }

	.col--sm-offset-7 {
	margin-left: 58.33333%; }

	.col--sm-8 {
	width: 66.66667%; }

	.col--sm-offset-8 {
	margin-left: 66.66667%; }

	.col--sm-9 {
	width: 75%; }

	.col--sm-offset-9 {
	margin-left: 75%; }

	.col--sm-10 {
	width: 83.33333%; }

	.col--sm-offset-10 {
	margin-left: 83.33333%; }

	.col--sm-11 {
	width: 91.66667%; }

	.col--sm-offset-11 {
		margin-left: 91.66667%; 
	}
	.col--sm-12 {
		width: 100%; 
	}
	.col--sm-offset-12 {
		margin-left: 100%; 
	} 
}
@media only screen and (max-width: 480px) {
	.col--xs-offset-0 {
		margin-left: 0%; 
	}
	.col--xs-1 {
		width: 8.33333%; 
	}
	.col--xs-offset-1 {
		margin-left: 8.33333%; 
	}
	.col--xs-2 {
		width: 16.66667%; 
	}
	.col--xs-offset-2 {
		margin-left: 16.66667%; 
	}
	.col--xs-3 {
		width: 25%; 
	}
	.col--xs-offset-3 {
		margin-left: 25%; 
	}
	.col--xs-4 {
		width: 33.33333%; 
	}
	.col--xs-offset-4 {
		margin-left: 33.33333%; 
	}
	.col--xs-5 {
		width: 41.66667%; 
	}
	.col--xs-offset-5 {
		margin-left: 41.66667%; 
	}
	.col--xs-6 {
		width: 50%; 
	}
	.col--xs-offset-6 {
		margin-left: 50%; 
	}
	.col--xs-7 {
		width: 58.33333%; 
	}
	.col--xs-offset-7 {
		margin-left: 58.33333%; 
	}
	.col--xs-8 {
		width: 66.66667%; 
	}
	.col--xs-offset-8 {
		margin-left: 66.66667%; 
	}
	.col--xs-9 {
		width: 75%; 
	}
	.col--xs-offset-9 {
		margin-left: 75%; 
	}
	.col--xs-10 {
		width: 83.33333%; 
	}
	.col--xs-offset-10 {
		margin-left: 83.33333%; 
	}
	.col--xs-11 {
		width: 91.66667%; 
	}
	.col--xs-offset-11 {
		margin-left: 91.66667%; 
	}
	.col--xs-12 {
		width: 100%; 
	}
	.col--xs-offset-12 {
		margin-left: 100%; 
	} 
}

/* Homepage */
.home-page .content {
	margin-bottom: 0px;
}
.home-page .content .layout { 
	margin-right: 371px; 
}
.home-page .content .layout .content-col {  
	float: left; 
	position:relative; 
	width: 100%; 
	padding-top: 60px; 
}
.home-page .content .layout .right-col { 
	float: right; 
	position: relative; 
	width: 298px; 
	margin-right: -371px; 
	margin-left: 70px; 
	padding-top: 60px;  
}
@media screen and (max-width: 980px) {
	.home-page .content .layout .right-col {
        float: none;
        clear: both;
        width: 100%;
        margin-left: 0;
        padding-top: 1px;
    }
    body .home-page .content .layout {
        margin-right: 0;
    }
}


/* Homepage Featured products block begin */
.featured-products-block { 
	margin-top: 0px; 
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(165, 188, 177, 0.32);
}
.featured-products-block ul { 
	list-style: none; 
}
.featured-products-block ul li { 
	height: auto; 
}
.featured-products-block .wrap { 
	position: relative;  
	padding-bottom: 30px;
}
.featured-products-block .inner-wrap {
	overflow: hidden; 
}
.featured-products-block .image { 
	float: right; 
	display: block; 
	clear: left; 
	margin-left: 15px; 
	margin-bottom: 10px; 
	z-index: 1; 
}
.featured-products-block .pager { 
	margin: 0px;  
	margin-bottom: 7px; 
}
.featured-products-block .pager a { 
	margin-right: 10px;
}
.featured-products-block .pager a span { 
	text-indent: 999em;
	font-size: 1px;
	line-height: 1px;
	color: transparent;
	float: left;
	margin-right: 10px;
	display: block;
	border: 1px solid #9b9490;
	width: 6px; 
	height: 6px; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.featured-products-block .pager a.selected { 
	font-weight: bold;  
}
.featured-products-block .pager a.selected span { 
	background-color: #776c67; 
}
.featured-products-block .feeling-text { 
	font-size: 19px; 
	color: #795b7d;
}
.featured-products-block .name { 
	font-size: 2.125em; 
	line-height: 1.05; 
	margin-bottom: 0.5em; 
	margin-top: 0.2em; 
}
.featured-products-block .name a { 
	color: #131313; 
	text-decoration: none; 
}
.featured-products-block .name a:hover { 
	text-decoration: none;
 }
.featured-products-block .dots { 
	margin-top: -10px; 
}
.featured-products-block .see-more { 
	padding-top: 20px; 
	width: 40%; 
	padding-bottom: 20px; 
	height: auto; 
	border-bottom: 1px solid #d6d6d6;  
}
.featured-products-block .see-more a { 
	text-transform: uppercase; 
	font-size: 14px; 
	color: #795b7d;  
}
.featured-products-block .see-more a span { 
	padding-left: 18px;  
	background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/icon-link-arrow.png') no-repeat center left; 
}
.featured-products-block .see-more a:hover { 
	text-decoration: none; 
}
@media screen and (max-width: 1075px) {
	.featured-products-block .pager a span {
        width: 10px;
        height: 10px;
        z-index: 999;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
    }
}	
@media screen and (max-width: 980px) {
	.featured-products-block .image {
        width: 200px;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .featured-products-block .wrap {
        text-align: center;
    }
	.featured-products-block .inner-wrap {
        padding-top: 205px;
    }
    .featured-products-block .inner-wrap h2.name {
        font-size: 25px;
    }
    .featured-products-block {
        margin-top: -50px;
    }
    .featured-products-block .description {
        font-size: 13px;
        color: #686868;
    }
    .featured-products-block .image {
        margin-left: -100px;
        margin-top: 0px;
        width: 200px;
        height: 200px;
    }
    .featured-products-block .see-more a span {
        font-size: 14px;
        padding: 7px;
    }
}
/* Homepage Featured products block end */

/* Masterclasses */
.block-mc {
	background-color: #48726C;
	color: #fff;
	margin: 0px -40px !important;
	padding-bottom: 0px;
}
.block-mc .left {
	width: 60%;
	float: left;
}
.block-mc .right {
	width: 40%;
	float: left;
	text-align: right;
}
.block-mc .title {
	color: #fff;
	padding: 60px 40px 0px 60px;
	font-family: "ProspectusPro","Trebuchet MS", Helvetica, sans-serif;;
	font-weight: 300;
	font-size: 36px;
}
.block-mc .description {
	margin-left: 30%;
	padding-right: 60px;
	font-size: 14px;
	line-height: 1.6;
}
.block-mc .button {
	margin-left: 30%;
	margin-top: 15px;
	margin-bottom: 60px;
}
.block-mc .button span {
	background-color: #A5BCB1;
}

@media screen and (max-width: 900px) {
	.block-mc .right {
		display: none;
	}
	.block-mc .left {
		text-align: center;
		width: 100%;
	}
	.block-mc .button {
		margin-left: 0px;
	}
	.block-mc .description {
		padding: 0px 100px;
		margin-left: 0px;
	}
}
@media screen and (max-width: 640px) {
	.block-mc {
		margin: 0px -20px 60px !important;
	}	
	.block-mc .title {
		padding: 60px 40px 0px;
	}
	.block-mc .description {
		padding: 0px 40px;
	}
}
@media screen and (max-width: 375px) {
	.block-mc .title {
		padding: 60px 20px 0px;
	}
	.block-mc .description {
		padding: 0px 20px;
	}

}

/* Latest one article block */
.loa-block {
	background-color: #A5BCB1;
	color: #fff;
	margin: 0px -40px !important;
	padding-bottom: 0px;
}
.loa-block .title {
	color: #fff;
	padding: 60px 60px 0px 60px;
	font-family: "ProspectusPro","Trebuchet MS", Helvetica, sans-serif;;
	font-weight: 300;
	font-size: 36px;
}
.loa-block .description {
	margin-left: 30%;
	padding-right: 60px;
	font-size: 14px;
	line-height: 1.6;
}
.loa-block .col {
	padding: 0px;
}
.loa-block .more {
	display: block;
	margin-left: 30%;
	font-weight: 500;
	margin-top: 9px;
}
.loa-block .more:hover {
	text-decoration: none;
}
.loa-block .more:after {
	content: "»";
	margin-left: 5px;
}
@media screen and (max-width: 900px) {
	.loa-block .description {
		display: none;
	}
	.loa-block .more {
		margin-left: 60px;
		text-transform: uppercase;
	}
}
@media screen and (max-width: 640px) {
	.loa-block .title {
		font-size: 28px;
	}
	.loa-block {
		margin: -60px -20px 0px !important;
	}
}
@media screen and (max-width: 580px) {
	.loa-block .title {
		padding: 40px 40px 0px;
	}
	.loa-block .more {
		margin-left: 40px;	
	}
}
@media screen and (max-width: 480px) {
	.loa-block .title {
		font-size: 24px;
	}
	.loa-block .more {
		font-size: 12px;
	}
}
@media screen and (max-width: 375px) {
	.loa-block .title {
		padding: 20px 20px 0px;
		font-size: 20px !important;
	}
	.loa-block .more {
		margin-left: 20px;
	}
}


/* Homepage About block */
.our-philosophy-block { 
	background: #1D1E1C;
	padding-bottom: 40px; 
	margin: -8px -40px 0px !important;
	text-align: left;
	color: #fff;
}
.our-philosophy-block .title { 
	color: #fff;
	padding: 60px 60px 0px 60px;
	font-family: "ProspectusPro","Trebuchet MS", Helvetica, sans-serif;;
	font-weight: 300;
	font-size: 36px;
}
.our-philosophy-block .description {
	margin-left: 30%;
	margin-right: 60px;
	max-width: 500px;
	font-size: 14px;
	line-height: 1.6;
}
.our-philosophy-block .more { 
	margin-top: 9px;
	display: block;
	margin-left: 30%;
	font-weight: 500;
}
.our-philosophy-block .more:hover {
	text-decoration: none;
}
.our-philosophy-block .more:after {
	content: "»";
	margin-left: 5px;
}
@media screen and (max-width: 640px) {
	.our-philosophy-block {
		margin: -8px -20px 0px !important;
		text-align: center;
	}
	.our-philosophy-block .title { 
		text-align: center;
	}
	.our-philosophy-block .description {
		margin: 0px 40px;
	}
	.our-philosophy-block .more {
		margin: 20px 40px 0px;
		text-transform: uppercase;
	}

}


/************************************************************************************/
/* HOMEPAGE END */
/************************************************************************************/

/* Hide unneded elements */
.price-label {
	display: none;
}

/************************************************************************************/
/* CATALOG PAGE BEGIN */
/************************************************************************************/
.catalog-page .content .layout { 
	margin-left: 267px; 
}
.catalog-page .content .layout .content-col {  
	float: right; 
	position:relative; 
	width: 100%; 
	padding-top: 60px; 
}
.catalog-page .content .layout .left-col { 
	float: left; 
	position: relative; 
	width: 200px; 
	margin-left: -267px; 
	margin-right: 67px; 
	padding-top: 60px; 
}
@media screen and (max-width: 900px) {
	body .catalog-page .content .layout .content-col {
		padding-top: 25px;
	}
}

/* Filter block begin */
.filter-block { 
	border-top: 1px solid #9fb5b0; 
	margin-bottom: 39px; 
}
.filter-block .title { 
	color: #1D1E1C; 
	text-transform: uppercase;  
	font-size: 16px; 
	line-height: 34px; 
	font-weight: 500; 
	text-align: left;
}
.filter-block .categories { 
	list-style: none; 
}
.filter-block .categories li { 
	margin-bottom: 7px;
}
.filter-block .categories li a { 
	color: #a5bcb1; 
}
.filter-block .categories li a:hover { 
	color: #48726C; 
	text-decoration: none; 
}
.filter-block .categories li.active a { 
	color: #48726C; 
	text-decoration: none; 
	font-weight: 500; 
}
.expand-filter {
    background: #48726C;
    width: 40px;
    height: 40px;
    display: none;
}
.filter-element { 
	list-style: none; 
	margin-left: -7px; 
	display:table; 
}
.filter-element li { 
	color:#a5bcb1; 
	cursor:pointer; 
	cursor:hand; 
	position: relative; 
	display: block; 
	float: left; 
	margin-left: 7px;  
	margin-bottom: 7px; 
	font-size: 12px; 
	line-height: 1.2; 
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}
.filter-element li a { 
	color: #a5bcb1; 
	display: block; 
	overflow: hidden; 
}
.filter-element li span { 
	display: block; 
	border: 1px solid #dde5e4; 
	width: 94px;  
	height: 130px; 
	text-align: center; 
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}
.filter-element li:hover a { 
	color: #48726C; 
	text-decoration: none; 
}
.filter-element li.selected a { 
	color: #48726C; 
	text-decoration: none; 
}
.filter-element li:hover span { 
	border: 1px solid #48726C;  
}
.filter-element li.selected span { 
	border: 1px solid #48726C;
}
.filter-element li.selected span:after { 
	content: "\e90e"; 
	font-family: "StendersIcons";
	width: 16px; 
	height:16px; 
	font-size: 11px;
	line-height: 16px;
	display: block; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background-color: #48726C;
	color: #ffffff;
}
.filter-element li span.noimg { 
	height: 60px; 
	padding-top: 9px; 
	display: table-cell; 
	vertical-align: middle;
}
.filter-element li span p { 
	padding-left: 3px; 
	padding-right: 3px;
}
.filter-element li span img { 
	width: 75%; 
	margin: 10px; 
	height:auto; 
}
.filter-element li:hover span,
.filter-element li.selected span { 
	-moz-box-shadow: 0 0 7px rgba(236,232,236,.86); 
	-webkit-box-shadow: 0 0 7px rgba(236,232,236,.86); 
	box-shadow: 0 0 7px rgba(236,232,236,.86); 
	color:#48726C; 
}       
.filter-element li.selected:hover span:after { 
	content: "\e919";
}
@media screen and (max-width: 834px) {

	body .filter-block {
        clear: both;
        position: relative;
        border: 1px solid #A5BCB1;
        padding: 0 0 0 18px;
        margin-bottom: 15px;
	}
	body .filter-block .title {
        font-size: 16px;
        line-height: 30px;
        padding: 5px 0;
		margin: 0;
		color: #48726C;
	}
	.expand-filter {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        font-size: 23px;
    }
    .expand-filter:after {
        content: ('+');
    }
    .expanded-filter-reveal .expand-filter:after {
        content: ('-');
    }
    .expanded-filter .filter-element,
    .expanded-filter .categories,
    .expanded-filter .minus,
    .expanded-filter-reveal .plus {
        display: none;
    }
    .expanded-filter-reveal .filter-element,
    .expanded-filter-reveal .categories,
    .expanded-filter-reveal .minus {
        display: block;
    }
}	
/* Filter block end */

/* Layered navigation */
.block-layered-nav { 
	border-top: 1px solid #dde5e4; 
	margin-bottom: 39px; 
}
.block-layered-nav .block-title { 
	color: #1D1E1C; 
	text-transform: uppercase;   
	font-size: 16px; 
	line-height: 34px; 
	font-weight: bold; 
}
.block-layered-nav .block-subtitle { 
	margin-top: 15px; 
	color: #8EAB9C;  
	border-bottom: 1px solid #dde5e4; 
	text-transform: uppercase;  
	font-size: 15px; 
	line-height: 48px;  
}
.block-layered-nav .currently { margin-bottom: 39px; margin-top: 10px; }
.block-layered-nav .btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/icon-close.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .currently .label { font-weight:  bold; }
.block-layered-nav .actions { margin-top: 15px; text-align: right;  }
.block-layered-nav .actions a { text-transform: uppercase;  font-size: 14px; line-height: 33px; padding-left: 16px;  background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/checkout_arrow.png') no-repeat left center; }
.block-layered-nav ol { list-style: none; }
.block-layered-nav ol li { margin-top: 5px; }
.block-layered-nav ol li a { color: #959595; }
.block-layered-nav ol li a:hover { color: #795b7d; text-decoration: none; }


/* Category block begin */
.category-block .title { 
	font-size: 32px; 
	line-height: 1.05; 
	margin-bottom: 20px;
	font-weight: normal;
}
.category-block .description { 
	color: #1D1E1C;
	width: 70%;
}
.category-block .image { 
	float: right; 
	display: block; 
	clear: left; 
	margin-left: 15px; 
	margin-bottom: 10px; 
	margin-top: -10px;  
	width: 180px; 
	z-index: 1; 
}
@media screen and (max-width: 760px) {
	.category-block .image {
        float: none;
        clear: both;
        margin: 0 auto;
    }
}
/* Category block end */

/* Sort bar begin */
.sortbar { 
	border-top: 1px solid #dde5e4; 
	margin-top: 39px; 
}
.sortbar .title { 
	float: left; 
	width: auto; 
	color: #48726C; 
	text-transform: uppercase;
	font-size: 12px; 
	line-height: 48px;  
}
.sortbar .options { 
	float: right; 
	text-align: right; 
	width: auto;
}
.sortbar .options ul { 
	list-style: none; 
}
.sortbar .options ul li { 
	display: inline; 
	padding-left: 20px; 
	margin: 0;
}
.sortbar .options ul li a { 
	color: #48726C; 
	text-transform: uppercase; font-size: 12px;  
	line-height: 48px; 
}
.sortbar .options ul li a span { 
	padding-top: 16px; 
	padding-bottom: 15px; 
}
.sortbar .options ul li a:hover { 
	color: #48726C; 
	text-decoration: none; 
}
.sortbar .options ul li a:hover span {  
	padding-top: 15px; 
	padding-bottom: 14px; 
}
.sortbar .options ul li.down a span { 
	padding-right: 20px; 
}
.sortbar .options ul li.down a span:after {
	content: "\e90f";
	font-family: "StendersIcons";
	font-size: 13px;
	padding-left: 5px;
}
.sortbar .options ul li.up a span { 
	padding-right: 20px; 
}
.sortbar .options ul li.up a span:after {
	content: "\e901";
	font-family: "StendersIcons";
	font-size: 13px;
	padding-left: 5px;
}
/* Sort bar end */

/* Products price global begin */
.price-box .regular-price .price {
	display: inline-block;
	margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px solid #7e7e7e;
    color: #1D1E1C;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    z-index: 11;
    position: relative;
}
/* Products price global end */

/* Products grid begin */

/* - Product image */
.products-grid .elements .item .product-image {
	display: block;
}
.products-grid .elements .item .image {  
	margin-bottom: 10px; 
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.products-grid .elements .item:hover .image, 
.products-grid .elements li.hoversim .image {
    opacity: 1;
}
/* - Percents off sign */
.products-grid .elements .item .percents-off { 
	position: absolute;
	top: 15px;
	left: 5px;
	height: 40px;
	width: 40px;
	background-color:#6B3C51;
	border-radius: 50%;
	text-align: center;
	line-height: 39px;
	color:#fff;
	font-weight: bold;
	font-size: 13px;
}
/* - Price */
.products-grid .elements .item .price-box { 
	float: left; 
	clear: both;
	margin-bottom: 5px;
	height: 40px;
	width: 100%;
}
.products-grid .elements .item .price { 
	display: inline-block; 
	width: auto; 
	margin-bottom: 10px; 
	padding: 10px 0; 
	text-align: right; 
	border-top: 1px solid #7e7e7e; 
	color: #1D1E1C;  
	font-size: 14px; 
	line-height: 14px; 
	font-weight: 500; 
}
.products-grid .elements .item .old-price { 
	display: inline-block;
	margin-bottom: 0px;
}
.products-grid .elements .item .old-price .price { 
	border-top: 1px solid #7e7e7e; 
	text-decoration: line-through; 
	color: #A5BCB1;
} 
.products-grid .elements .item .special-price { 
	display: inline-block;
	margin-left: 10px; 
	margin-bottom: 0px;
}
.products-grid .elements .item .price-box .special-price .price {
	border-color: transparent;
    color: #9B215E;
}
/* - Feeling text */
.products-grid .elements .item .feeling-text {  
	clear: both; 
	display: block; 
	font-size: 10px; 
	line-height: 12px; 
	margin-top: 10px;   
	color: #48726C; 
	text-transform: uppercase;
}
/* - Product name */
.products-grid .elements .item .name { 
	clear: both; 
	display: block; 
}
.products-grid .elements .item .name h2 { 
	text-transform: uppercase;  
	font-size: 14px; 
	line-height: 20px; 
	font-weight: 500; 
	line-height: 1.3;
	margin-bottom: 0.2em;
}
.products-grid .elements .item .name h2 a { 
	text-decoration: none; 
	color: #1D1E1C; 
}
.products-grid .elements .item .name h2 a:hover { 
	text-decoration: none; 
	color: #1D1E1C; 
}
/* - Add to cart */
.products-grid .item:hover .add-cart, 
.products-grid .item.hoversim .add-cart {
    opacity: 1;
    visibility: visible;
    top: 93px;
}
.add-cart, 
.products-grid .out-of-stock {
	width: 122px;
    height: auto;
	margin: 0px auto;
	margin-left: -60px;
    display: inline-block;
	position: absolute;
	z-index: 12;
	top: 80px;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	border: 1px solid #A5BCB1;
	background: #A5BCB1;
	font-size: 11px;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
    color: #ffffff;
	cursor: pointer;
    cursor: hand;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   
}
.add-cart:before {
	content: "\e904";
	font-family: "StendersIcons";
	font-size: 17px;
	vertical-align: bottom;
	margin-right: 7px;
}
.add-cart span span:after {
    -moz-animation: spin linear 1000ms infinite;
    -ms-animation: spin linear 1000ms infinite;
    animation: spin linear 1000ms infinite;
    -webkit-animation: spin linear 1000ms infinite;
	text-align: center;
	vertical-align: middle;
	content: "\f110";
	font-family: "FontAwesome";
	font-size: 29px;
    position: absolute;
	top: -10px;
    left: -27px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.adding-to-cart-big span span,
.adding-to-cart-small span span {
    position: relative;
}
.adding-to-cart-big span span:after, 
.adding-to-cart-small span span:after {
    opacity: 1;
}

/* - View details */
.products-grid .elements .item .view-details { 
	display: none; 
	background-color: #48726C; 
	cursor:pointer; 
	cursor:hand; 
	text-align: center;  
	color: #fff;
    width: 122px;
    height: auto;
    margin: 0px auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -60px;
	font-size: 11px;
	text-transform: uppercase;
    line-height:35px;
    opacity:1;
    top:150px;
    visibility:hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 10;
}
.products-grid .elements .item:hover .view-details { 
    opacity:1;
    visibility:visible;
    top: 140px;
}
.products-grid .elements li.hoversim .view-details {
    top: 140px;
    opacity: 1;
    visibility: visible;
}
/* - Badges */
.product_badges {
	text-align: left;
	display: block;
	width: 100%;
	clear: both;
}
.badge {
	margin-right: 4px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 6px 4px;
	white-space: nowrap;
	margin-bottom: 0px;
	display: inline-block;
	background:#1D1E1C;
	color: #fff;
	line-height: 1;
}
.label-new-product {
	background: #6B3C51;
}
.label-bestseller {
	background-color: #48726C;
}
.label-awarded {
	background-color: #A5BCB1;
}
.label-welove {
	background-color: #9B215E;
}
/* - Layout */
.products-grid .elements { 
	list-style: none; 
	width: 100%; 
	clear: both; 
}
.products-grid .elements .item { 
	position: relative; 
	display: block; 
	float: left;  
	margin-right: 2.6%;
	width: 23%;
	padding-top: 39px; 
	padding-bottom: 39px; 
}
.products-grid .elements .item.fourth {
	margin-right: 0px;
}
.products-grid .elements .line {
	display: none;
	float: left;
	width: 100%;
}
.products-grid .elements .line.fourth {
	display: block;
}
/* 3 cols grid */
.page-2cols-left .products-grid .elements .item,
.page-2cols-right .products-grid .elements .item,
.catalog-page .products-grid .elements .item {
	width: 28%;
	margin-right: 7%;
} 
.page-2cols-left .products-grid .elements .item.fourth,
.page-2cols-right .products-grid .elements .item.fourth,
.catalog-page .products-grid .elements .item.fourth {
	margin-right: 7%;
}
.page-2cols-left .products-grid .elements .item.third,
.page-2cols-right .products-grid .elements .item.third,
.catalog-page .products-grid .elements .item.third { 
	margin-right: 0;
}  
.page-2cols-left .products-grid .elements .line.fourth,
.page-2cols-right .products-grid .elements .line.fourth,
.catalog-page .products-grid .elements .line.fourth {
	display: none;
}
.page-2cols-left .products-grid .elements .line.third,
.page-2cols-right .products-grid .elements .line.third,
.catalog-page .products-grid .elements .line.third {
	display: block;
}
@media screen and (max-width: 1075px) {
	.products-grid .elements .item .view-details, 
	.actions .add-cart {
		display: none;
	}
	.products-grid .elements .item:hover img.image, 
	.products-grid .elements li.hoversim img.image {
		opacity: 1;
	}
}
@media screen and (max-width: 980px) {

	/* 4 to 3 transform */
	.products-grid .elements .item {
		width: 28%;
		margin-right: 7%;
	} 
	.products-grid .elements .item.third { 
		margin-right: 0;
	}  
	.products-grid .elements .item.fourth {
		margin-right: 7%;
	}
	.products-grid .elements .line.third {
		display: block;
	}
	.products-grid .elements .line.fourth {
		display: none;
	} 

	/* 3 to 2 transform */
	.page-2cols-left .products-grid .elements .item,
	.page-2cols-right .products-grid .elements .item,
	.catalog-page .products-grid .elements .item {
		width: 45%;
		margin-right: 10%;
	}
	.page-2cols-left .products-grid .elements .item.third,
	.page-2cols-right .products-grid .elements .item.third,
	.catalog-page .products-grid .elements .item.third {
		margin-right: 10%;
	}
	.page-2cols-left .products-grid .elements .item.second,
	.page-2cols-right .products-grid .elements .item.second,
	.catalog-page .products-grid .elements .item.second {
		margin-right: 0;
	} 
	.page-2cols-left .products-grid .elements .line.third,
	.page-2cols-right .products-grid .elements .line.third,
	.catalog-page .products-grid .elements .line.third {
		display: none;
	}
	.page-2cols-left .products-grid .elements .line.second,
	.page-2cols-right .products-grid .elements .line.second,
	.catalog-page .products-grid .elements .line.second {
		display: block;
	}
}

@media screen and (max-width: 835px) {

	/* 4 to 2 transform */
	.products-grid .elements .item {
		width: 47%;
		margin-right: 3%;
	} 
	.products-grid .elements .item.third { 
		margin-right: 3%;
	}  
	.products-grid .elements .item.second {
		margin-right: 0;
	}
	.products-grid .elements .line.third {
		display: none;
	}
	.products-grid .elements .line.second {
		display: block;
	} 

	/* 3 to 1 transform */
	.page-2cols-right .products-grid .elements .item
	 {
		width: 100%;
		margin-right: 0;
	}
	.page-2cols-right .products-grid .elements .line.second
	{
		display: none;
	}




	.catalog-page .content .layout .domloaded, 
    .page-2cols-left .content .layout .domloaded {
		display: block !important;
	}
	.catalog-page .content .layout .left-col, 
	.page-2cols-left .content .layout .left-col {
		float: none;
		margin-left: 0;
		width: 100%;
		padding-top: 25px;
	}
	
	.catalog-page .content .layout, 
	.page-2cols-left .content .layout {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 760px) {
	.page-2cols-right .products-grid .elements .item .image {
        width: 145px;
        height: auto;
    }
}

@media screen and (max-width: 580px) {

	.products-grid .elements .line.third,
    .products-grid .elements .line.second {
		display: none;
	}
    .products-grid .elements .item,
    .products-grid .elements .item.second,
    .products-grid .elements .item.third {
		width: 100% !important;
		text-align: center;
		border-bottom: 1px solid #A5BCB1 !important;
	}
    .products-grid .elements .item .image {
		float: none !important;
		text-align: center !important;
	}
	.product_badges,
    .products-grid .elements .item .price-box,
    .products-grid .elements .item .feeling-text,
    .products-grid .elements .item .name {
		text-align: center !important;
	}

    /*    1 column page fix for centering element  */
    .page-1column .products-grid .elements .item {
		border-bottom: none !important; 
		text-align: center !important;
	}
    .page-1column .products-grid .elements .item .image {
		margin: 0 auto !important;
	}
    .page-1column .products-grid .elements .item .price {
		text-align: center;
	}
    .page-1column .products-grid .elements .item .price-box {margin-top: 0px;}

    /*   product page fix for centering element   */
    body .product-page .products-grid .elements .item .image {margin: 0 auto !important;}
    body .product-page .products-grid .elements .item .price {text-align:center;}
    body .product-page .products-grid .elements .item .price-box {margin-top: 0px;}
    
	/*homepage fix for floating elements to left when 2 columns */
	/*
    body .home-page .products-grid .elements .item .old-price, .home-page .products-grid .elements .item .special-price{float: none;}
    body .home-page .products-grid .elements .item .price-box {float: none !important;margin-bottom:10px;margin-top: 10px;clear: both;text-align:  center;}
    body .home-page .products-grid .elements .item .feeling-text, body .home-page .products-grid .elements .item .name {text-align:center!important;}
    body .home-page .products-grid .elements .item {border-bottom:none!important; text-align: center !important;}
    body .home-page .products-grid .elements .item .image {margin: 0 auto !important;}
    body .home-page .products-grid .elements .item .price {text-align:center;margin-right: 10px;width: 57px;}
    body .home-page .products-grid .elements .item .price-box {width: 57px !important;}

    body .page-1column .products-grid .elements .line.third, body .page-1column .products-grid .elements .line.second,
    body .product-page .products-grid .elements .line.third, body .product-page .products-grid .elements .line.second {display:none;}
    body .page-1column .products-grid .elements .item, 
    body .page-1column .products-grid .elements .item.second,
    body .page-1column .products-grid .elements .item.third,
    body .product-page .products-grid .elements .item, 
    body .product-page .products-grid .elements .item.second,
    body .product-page .products-grid .elements .item.third  {  width: 100%!important;text-align:center; border-bottom: 1px solid #d2d2d2!important; }
    body .page-1column .products-grid .elements .item .price-box,
    body .product-page .products-grid .elements .item .price-box {float:left!important;width:auto;}
    body .page-1column .products-grid .elements .item .price-box .price,
    body .product-page .products-grid .elements .item .price-box .price {width:auto!important;}
    body .page-1column .products-grid .elements .item .image,
    body .product-page .products-grid .elements .item .image  {text-align:left!important;float:left!important;}

    body .home-productslide .products-grid .elements .item .image {width:100px!important;height:auto!important;}

    body .page-1column .products-grid .elements .item .image,
    body .product-page .products-grid .elements .item .image  {float:none!important;text-align:center!important;}
    body .page-1column .products-grid .elements .item .price-box,
    body .product-page .products-grid .elements .item .price-box { float: none!important; width: 65px; }
    body .page-1column .products-grid .elements .item .feeling-text, 
    body .page-1column .products-grid .elements .item .name,
    body .product-page .products-grid .elements .item .feeling-text, 
    body .product-page .products-grid .elements .item .name  {text-align:center!important;}
*/
    .products-grid .elements .item {padding-right: 0px;}

}

/* Products grid end */


/************************************************************************************/
/* CATALOG PAGE END */
/************************************************************************************/


/************************************************************************************/
/* PRODUCT PAGE BEGIN */
/************************************************************************************/
.product-page .content {
    margin-bottom: 0;
}
.product-page .content .layout {  
	position: relative; 
	padding-top: 45px;  
}
/* - Media browser */
.sngl-prod-media { 
	float: left; 
	position: relative; 
	width: 400px; 
	margin-right: 30px; 
	margin-bottom: 20px; 
	text-align: center; 
}
.sngl-prod-media .product-image { 
	margin-bottom: 20px; 
	margin-top: 39px;
}
.sngl-prod-media .product-image-zoom img  { 
	cursor:move; 
}
.sngl-prod-media .zoom-notice { 
	margin:0 0 10px; 
	text-align:center; 
}
.sngl-prod-media .zoom { 
	position:relative; 
	z-index:9; 
	height:24px; 
	margin:0 auto 13px; 
	padding:0 28px; 
	background:url(https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/slider_bg.gif) 50% 50% no-repeat; 
	cursor:pointer; 
}
.sngl-prod-media .zoom.disabled { 
	-moz-opacity:.3; 
	-webkit-opacity:.3; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/ 
	opacity:.3; 
}
.sngl-prod-media .zoom #track { 
	position:relative; 
	height:18px; 
}
.sngl-prod-media .zoom #handle { 
	position:absolute; 
	left:0; 
	top:3px; 
	width:9px; 
	height:18px; 
	background:url(https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/magnifier_handle.gif) 0 0 no-repeat;  
}
.sngl-prod-media .zoom .btn-zoom-out { 
	position:absolute; 
	left:10px; top:7px; 
}
.sngl-prod-media .zoom .btn-zoom-in { 
	position:absolute; 
	right:10px; 
	top:7px; 
}
.sngl-prod-media .more-views { 
	width: 100%; 
	margin-top: -15px;
	min-height: 92px; 
}
.sngl-prod-media .more-views ul { 
	margin-left: 12px; 
	list-style: none; 
	background-color: #f7f7f7;
}
.sngl-prod-media .more-views li { 
	float:left; 
	margin: 12px 12px 12px 0px; 
	background-color: #fff; 
}
.sngl-prod-media .more-views li a { 
	float:left; 
	width:66px; 
	height:66px; 
	border:1px solid #ddd; 
	overflow:hidden; 
}
.sngl-prod-media .badges { 
	position: absolute; 
	top: 10px; 
	right: 7px; 
	z-index: 999999; 
}
.sngl-prod-media .badges ul { 
	list-style: none; 
}
.sngl-prod-media .badges ul li { 
	margin-bottom: 3px; 
}

@media screen and (max-width: 1075px) {
	.sngl-prod-media {
        position: absolute;
        z-index: 1;
    }
}
@media screen and (max-width: 760px) {
	.sngl-prod-media {
        position: relative;
        border: none;
        margin: 0 auto;
        float: none;
    }
}
@media screen and (max-width: 900px) {
	.sngl-prod-media #wrap {
        z-index: 9990!important;
        position: static!important;
    }
	.sngl-prod-media .badges {
        z-index: 999;
    }
}	
@media screen and (max-width: 480px) {
    .sngl-prod-media .product-image-zoom img,
    .sngl-prod-media {
        width: 100%;
    }

}

/* Media gallery CloudZoom */
.cloud-zoom-lens { 
	border: 1px solid #e8e8e8; 
	margin:-4px; 
	background-color:#fff; 
	cursor:move; 
}
.cloud-zoom-title {
	position:absolute !important; 
	background-color:#B8B8B8; 
	color:#fff; 
	padding:3px; 
	width:100%; 
	text-align:center; 
	font-weight:bold; 
	font-size:10px; 
	top:0px; 
}
.cloud-zoom-big { 
	margin-top: -40px; 
	border:1px solid #e8e8e8; 
	overflow:hidden; 
	background-repeat:no-repeat; 
	background-color:#fff; 
	background-position:left top; 
	width: 580px!important;
}
.cloud-zoom-loading { 
	color:white; 
	background:#222; 
	padding:3px; 
	border:1px solid #B8B8B8; 
}
@media screen and (max-width: 760px) {
	.cloud-zoom-lens,
    .mousetrap {
        display: none;
    }
}


.sngl-prod-percents-off {
    position: absolute;
    top: 75px;
    left: 15px;
    height: 60px;
    width: 60px;
    background-color: #6B3C51;
	border-radius: 50%;
	text-align: center;
	line-height: 57px;
	color:#fff;
	font-weight: bold;
	font-size: 19px;
	z-index: 9998;
}
@media screen and (max-width: 320px) {
	.sngl-prod-percents-off {
		height: 45px;
		width: 45px;
		font-size: 16px;
		line-height: 43px;
	}

}

/* Product data */
.sngl-prod-data { 
	position: relative; 
	float: left; 
	width: 549px;
}
.sngl-prod-data .breadcrumbs { 
	min-height: 25px; 
	margin-bottom: 25px;
}
.sngl-prod-data .name { 
	display: block; 
	margin-right: 95px; 
	margin-bottom: 9px;
}
.sngl-prod-data .name h1 { 
	font-size: 27px; 
	line-height: 1.2; 
	text-transform: uppercase; 
	font-weight: 600; 
	display: inline;  
}
.sngl-prod-data .weight { 
	margin-left: 10px; 
	font-size: 16px; 
	color: #A5BCB1;  
}
.sngl-prod-data .feeling-text { 
	display: block;  
	float: left;
	margin-bottom: 5px;  
	min-width: 50px;
	font-size: 13px; 
	line-height: 19px; 
	color: #48726C; 
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

#write-review,
.reviews-count {
    margin-left: 10px;
}


@media screen and (max-width: 1075px) {
	.product-page .breadcrumbs,
	.sngl-prod-data {
		padding-left: 430px;
		width: 100%;
	}
	#product_addtocart_form {
        min-height: 580px;
    }
}
@media screen and (max-width: 900px) {
	.product-page .breadcrumbs ul {
        text-align: left;
    }
}
@media screen and (max-width: 760px) {
	#product_addtocart_form {
        min-height: 0px;
	}
	.product-page .breadcrumbs,
    .sngl-prod-data {
        padding-left: 0;
    }
}
@media screen and (max-width: 580px) {
	.sngl-prod-data .product_badges {
		text-align: left;
	}
}


/* - Rating and reviews */
.sngl-prod-data .rating { 
	display: block; 
	float: left;
    clear: both;
	font-size: 2px; 
	margin-bottom: 18px; 
	margin-top: 13px;
}
.sngl-prod-data .rating a {
	color: #A5BCB1;
}
.sngl-prod-data .rating a:hover { 
	text-decoration: none; 
}
.sngl-prod-data .rating img {
	width: 17px;
}
.sngl-prod-data .reviews-count {  
	font-size: 12px; 
	line-height: 18px; 
	padding-left: 4px; 
}

/* - Giftset content */
.giftset-content { 
    color: #b0b0b0;
    height: auto;
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.giftset-content ul {
	margin-left: 0px; 
	margin-top: 10px;
}
.giftset-content a { 
	color: #A5BCB1; 
}
.giftset-content a:hover { 
	color: #48726C; 
	text-decoration: none; 
}
.giftset-content strong {
  	color: #1D1E1C;
}
.giftset-content li {
    color: #A5BCB1;
}
.giftset-content li > small {
    color: #A5BCB1;
}



/* - Price */
.price-product-wrap {
    float: left;
    margin: 0 20px 0 0;
}
.price-box .special-price , 
.price-product-wrap .price-box .old-price{
	background: none!important; 
	margin-bottom: 0px !important;
}
.sngl-prod-data .price-box .old-price {
	float: left;
}
.sngl-prod-data .price-box .special-price {
	float: left;
	margin-left: 10px;
}
.sngl-prod-data .price-box .regular-price .price,
.sngl-prod-data .price-box .special-price .price {
    position: relative;
	top: auto;
	right: auto;
	color: #48726C;
	left: auto;
	bottom: auto;
	margin: 0 0 15px 0;
	border-top: 0px;
	font-size: 27px;
	font-weight: normal;
	line-height: 30px;
	padding: 0;
}
.sngl-prod-data .price-box .special-price .price {
	color: #9B215E;
}
.sngl-prod-data .price-box .old-price .price { 
	border-color: #fff; 
	text-decoration: line-through; 
	color: #A5BCB1; 
}
.sngl-prod-data .discount { 
	display: none; 
}
.sngl-prod-data .description { 
	clear: both;
	display: block;
	font-size: 14px; 
	line-height: 24px; 
}
.sngl-prod-data .description ul{
    padding-left: 25px;
}

/* - Purchasing */
.sngl-prod-data .purchasing { 
	margin-top: 30px; 
}
.sngl-prod-data .purchasing .addtocart { 
	float: left; 
}
.sngl-prod-data .purchasing .addtocart .qty {
	width: 20px; 
	padding: 6px 13px 8px 13px;
	font-size: 14px;
	text-align: center;
	border-right-color: #fff;
	border-left-color: #fff;
	color: #1D1E1C;
	margin-right: 5px;
}
.sngl-prod-data .purchasing .addtocart .btn-cart > span {
	background-color: #1D1E1C;
}
.sngl-prod-data  .btn-cart span span:after {
    -moz-animation: spin linear 1000ms infinite;
    -ms-animation: spin linear 1000ms infinite;
    animation: spin linear 1000ms infinite;
    -webkit-animation: spin linear 1000ms infinite;
    background: url("https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/spinner.png") no-repeat;
    height: 40px;
    width: 40px;
    content: "";
    position: absolute;
    top: -1px;
    left: -10px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.sngl-prod-data .addtocart button.button span span {
	position: relative;
	padding-left: 40px;
}
.sngl-prod-data .addtocart button.button span span:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "StendersIcons";
	content: "\e904";
	font-size: 17px;
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.sngl-prod-data .purchasing .to-wishlist { 
	float: left; 
	margin-left: 18px;  
}
.sngl-prod-data .purchasing .to-wishlist a {
	color: #6B3C51;
	font-size: 12px;
	text-transform: uppercase;
}
.sngl-prod-data .purchasing .to-wishlist a:hover {
	text-decoration: none;
}
.sngl-prod-data .purchasing .to-wishlist span {
	position: relative;
	padding-left: 10px;
	line-height: 20px;
}
.sngl-prod-data .purchasing .to-wishlist a:before {
	font-family: "StendersIcons";
	content: "\e909";
	font-size: 19px;
}
@media screen and (max-width: 1075px) {
	.sngl-prod-data .purchasing .addtocart .qty {
		width: 43px;
	}
	.sngl-prod-data .purchasing .to-wishlist span {
		display: none;
	}
	.sngl-prod-data .purchasing .to-wishlist a {
		line-height: 30px;
		font-size: 30px;
	}
	.sngl-prod-data .purchasing .to-wishlist a:before {
		font-size: 30px;
	}
}
@media screen and (max-width: 930px){
	.sngl-prod-data .purchasing .addtocart {
		clear: left;
		margin-top: 20px;
	}
	.sngl-prod-data .purchasing .to-wishlist {
		margin-top: 20px;
	}
}
@media screen and (max-width: 760px){
	.sngl-prod-data .purchasing .addtocart {
		clear: none;
		margin-top: 0px;
	}
	.sngl-prod-data .purchasing .to-wishlist {
		margin-top: 0px;
	}
}
@media screen and (max-width: 480px) {
	.sngl-prod-data .purchasing .addtocart {
		clear: left;
		margin-top: 20px;
	}
	.sngl-prod-data .purchasing .to-wishlist {
		margin-top: 20px;
	}
}

/* - Out of stock */
.out-of-stock {
	width: 100%;
	max-width: 350px;
    display: block;
    background: #6B3C51;
    padding: 20px;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 20px;
	color: #ffffff;
}
.out-of-stock span{
    font-size: 16px;
    font-weight: 500;
    color:#ffffff;
}
.out-of-stock span small {
    font-weight: normal;
}

/* - Trust builder */
.trustbuilder {
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 26px;
}
.trustbuilder ul {
    list-style: none;
}
.trustbuilder ul li.fast-shipping:before {
	content: "\e90c";
	font-family: "StendersIcons";
	font-size: 22px;
    width: 30px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.trustbuilder ul li.secured-payment:before {
	content: "\e908";
	font-family: "StendersIcons";
	font-size: 22px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.trustbuilder ul li.free-wrapping:before {
	content: "\e90b";
	font-family: "StendersIcons";
	font-size: 22px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}
.trustbuilder ul li {
	position: relative;
	margin: 0px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #A5BCB1;
}
.trustbuilder ul li:last-child {
    margin-right: 0;
}
/*
@media screen and (max-width: 1075px) {
	.trustbuilder {
        display: none;
    }
}
*/

/* - Tabs */
.tabs-block { 
	width: 380px;
	float: left; 
	padding-bottom: 0px;
	margin-bottom: 35px; 
}
.tabs-block .tabs { 
	list-style: none;  
	border-top: 1px solid #A5BCB1; 
	margin-bottom: 29px; 
}
.tabs-block .tabs li { 
	display: inline; 
	padding-left: 20px; 
}
.tabs-block .tabs li:first-child a span {
    margin-left: -20px;
}
.tabs-block .tabs li a { 
	color: #A5BCB1; 
	text-transform: uppercase; 
	font-size: 14px;  
	line-height: 46px;  
}
.tabs-block .tabs li a:hover,
.tabs-block .tabs li.active a { 
	color: #48726C; 
	text-decoration: none; 
}
.tabs-block .tabs li.active span,
.tabs-block .tabs li a:hover span {  
	border-top: 1px solid #48726C; 
	padding-top: 14px; 
	padding-bottom: 16px; 
}
.tabs-block .tabs-content { 
	color: #48726C; 
	font-size: 13px; 
	line-height: 1.6; 
}
@media screen and (max-width: 1075px) {
	.tabs-block {
        width: 45%!important;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 900px) {
	.tabs-block {
		width: 100%!important;
		clear: both;
	}
}
@media screen and (max-width: 480px) {
	body .tabs-blocks {
        margin-top: -66px;
    }
}

/* - Tab key ingredients */
.tabs-block .key-treasures { 
	float: left; 
	margin-left: -10px;
	width: 100%;
}
.tabs-block .key-treasures ul { 
	list-style: none;
}
.tabs-block .key-treasures ul li { 
	color: #A5BCB1; 
	cursor: pointer; 
	cursor: hand; 
	display: block; 
	float: left; 
	margin-left: 10px;  
	margin-bottom: 10px; 
	font-size: 13px; 
	line-height: 1.2; 
}
.tabs-block .key-treasures ul li a { 
	color: #A5BCB1; 
}
.tabs-block .key-treasures ul li p { 
	padding: 0px 5px; 
	line-height: 1.1; 
}
.tabs-block .key-treasures ul li img { 
	width: 90px; 
}
.tabs-block .key-treasures ul li span {  
	display: block; 
	border: 1px solid rgba(165, 188, 177, 0.32); 
	width: 114px;
	height: 130px; 
	text-align: center; 
	overflow: hidden; 
}
.tabs-block .key-treasures ul li:hover span { 
	border: 1px solid rgba(72, 114, 108, 0.32); 
}
.tabs-block .key-treasures ul li span p {
    font-size: 12px;
    margin-top: -1px;
    line-height: 13px;
    padding: 0 5px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.tabs-block .key-treasures ul li:hover a { 
	color: #48726C; 
	text-decoration: none; 
}
@media screen and (max-width: 1075px) {
	.tabs-block .key-treasures {
        margin-left: 1px;
        margin-top: 1px;
	}
	body .tabs-block .key-treasures ul li {
        width: 33.3333333%;
        margin: -1px 0px 0px -1px;
	}
	body .tabs-block .key-treasures ul li:hover {
        z-index: 800;
        position: relative;
    }
    body .tabs-block .key-treasures ul li span {
        width: 100%
    }
}
@media screen and (max-width: 900px) {
	body .tabs-block .key-treasures ul li {
		width: 25%;
	}
}
@media screen and (max-width: 580px) {
	body .tabs-block .key-treasures ul li {
		width: 33.3333333%;
	}
}


/* - Related articles block */
.related-articles-block { 
	float: left; 
	margin-left: 50px; 
	width: 550px; 
	padding-bottom: 0px; 
}
.related-articles-block .title { 
	margin-bottom: 39px; 
	font-weight: normal;
}
.related-articles-block .scroll { 
	width: 550px; 
	max-height:306px; 
	overflow:auto;
}
.related-articles-block ul { 
	list-style: none; 
} 
.related-articles-block ul li { 
	margin-bottom: 20px;
}
.related-articles-block ul li .item-title h4 { 
	font-size: 14px; 
	line-height: 20px; 
	font-weight: bold;
	margin-bottom: 4px;
}
.related-articles-block ul li .item-title h4 a,
.related-articles-block ul li p a { 
	color: #1D1E1C; 
}
.related-articles-block ul li .item-title h4 a:hover,
.related-articles-block ul li p a:hover { 
	text-decoration: none; 
}
.related-articles-block ul li .updated {
    margin-right: 25px;
}
.related-articles-block ul li.has-image .updated {
    margin-right: 0;
}
.related-articles-block ul li.has-image .item-image a img {
    margin-right: 25px;
}
.related-articles-block ul li a img {
    width: 90px;
    float: left;
}
@media screen and (max-width: 1075px) {
	.related-articles-block {
        margin-left: 0;
        float: right;
		padding-left: 5%;
		width: 55%;		
    }
    .related-articles-block .scroll {
        width: 100%!important;
    }
}	
@media screen and (max-width: 900px) {
	.related-articles-block {
		padding-left: 0px;
		width: 100%;
	}
	.related-articles-block .title {
		display: block;
		border-bottom: 1px solid #1D1E1C;
		padding-bottom: 15px;
		text-align: left;
	}
}
@media screen and (max-width: 760px) {
	.related-articles-block {
        float: none;
        clear: both;
        padding-top: 45px;
        text-align: center;
    }
    .related-articles-block ul li {
        text-align: left;
    }

}
@media screen and (max-width: 480px) {
	.related-articles-block ul li .updated {
        width: 100%;
        padding: 6px;
    }
}

/* - You may also like */
.product-page .related-products-block {
    border-top: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 45px;
    padding-bottom: 0;
}
.product-page .related-products-block h2.title {
    padding-bottom: 7px;
    font-size: 2.125em;
    text-transform: none;
    border-top: none;
    color: #1D1E1C;
    display: inline;
	line-height: 1.5;
	font-weight: normal;
}
@media screen and (max-width: 900px) {
	.product-page .related-products-block h2.title {
		display: block;
		border-bottom: 1px solid #1D1E1C;
		padding-bottom: 15px;
		text-align: left;
	}
}
@media screen and (max-width: 760px) {
	.product-page .related-products-block {
        margin-top: 25px;
    }
}

/* Customer reviews block begin */
.reviews-block { 
	margin-left: 29px;
	margin-right: 29px; 
}
.reviews-block .title { 
	margin-left: 10px; 
	font-weight: normal;
}
.reviews-block .reviews { 
	list-style: none; 
	padding-top: 10px;
}
.reviews-block .reviews .item .wrap { 
	display: block; 
	padding: 15px; 
	border: 1px solid rgba(165, 188, 177, 0.32); 
	margin-right: 10px; 
	margin-left: 10px; 
	position: relative; 
}
.reviews-block .reviews .item .wrap .decor { 
	position: absolute;
}
.reviews-block .reviews .item .wrap .date { 
	display: block; 
	text-transform: uppercase;
	font-size: 12px;  
	line-height: 24px; color: #A5BCB1; 
}
.reviews-block .reviews .item .wrap .comment strong { 
	padding-left: 5px; 
	padding-right: 5px; 
	font-size: 16px; 
}
.reviews-block .reviews .item .author { 
	display: block;
	float: left; 
	padding: 10px 15px 25px;
	font-size: 13px;  
	line-height: 15px;
	color: #48726C; 
}
.reviews-block .reviews .item .rate { 
	display: block; 
	float: right; 
	font-size: 2px;  
	margin: 10px 0px 25px 15px;
}
.reviews-block .reviews .item .rate img {
	width: 16px;
}
@media screen and (max-width: 835px) {
    body .reviews .column { 
		width: 100% !important;
	}
    .reviews-block .reviews .item {
        margin-bottom: 32px;
    }
}
/* Customer reviews block end */

/* Write review block begin */
.write-review-block { 
	margin-left: 29px; 
	margin-right: 29px; 
}
.write-review-block .title {
	font-weight: normal;
}
.write-review-block .form-list { 
	padding-top: 10px; 
}
.write-review-block .form-list textarea { 
	width: 50%; 
	height: 120px; 
	resize: none; 
	font-size: 13px; 
	margin-bottom: 5px;  
}
.write-review-block .form-list label {
	display: none;
}
.write-review-block .rating img {
	width: 24px;
	margin-right: 5px;
}
.write-review-block a.connect-btn,
.write-review-block a.login-btn { 
	display: inline-block; 
	*zoom: 1; 
	*display: inline; 
	line-height: 32px; 
	cursor:pointer; 
	text-decoration:none; 
	color: #fff; 
	overflow: none; 
	margin-bottom: 18px;
}
.write-review-block a.connect-btn {
	background-color: #223264;
}
.write-review-block a.connect-btn span::before {
    margin-right: 5px;
    content: "\e918";
    font-family: "StendersIcons";
  	font-size: 16px;
  	margin-left: -4px;
  	vertical-align: top;
}
.write-review-block a.login-btn {  
	background: #A5BCB1 ; 
}
.write-review-block a.connect-btn span, 
.write-review-block a.login-btn span { 
	 padding: 0px 20px; 
	 font-size: 14px; 
	 line-height: 32px; 
	 text-align:center; 
	 white-space: nowrap;   
	 color:#fff; 
}
.write-review-block span.or { 
	padding: 0px 10px; 
	color: #A5BCB1; 
	font-size: 13px; 
}
.write-review-block .form-list li:last-child{
	margin-top: 20px;
}
.write-review-block .form-list .input-box {
	margin-bottom: 0px !important;
}

@media screen and (max-width: 640px) {
	.write-review-block .form-list textarea { 
		width: 100%;
	}
}
/* Write review block end */

/************************************************************************************/
/* PRODUCT PAGE END */
/************************************************************************************/


/************************************************************************************/
/* RELATED PRODUCTS BLOCK BEGIN */
/************************************************************************************/
.right-col .related-products-block { width: 165px; border-top: 2px solid #795b7d; float: left; text-align: center; }
.right-col .related-products-block .title { color: #795b7d; text-transform: uppercase; font-family: "IBM Plex Sans","Trebuchet MS", Helvetica, sans-serif;  font-size: 16px; line-height: 34px; font-weight: bold; }
.right-col .related-products-block ul { list-style: none; }
.right-col .related-products-block ul li { display: block; width: 165px; border-bottom: 1px solid #e3e3e3; padding-bottom: 15px; padding-top: 15px; text-align: center; }
.right-col .related-products-block ul li p { padding: 0px; margin: 0px; }
.right-col .related-products-block ul li p a { color: #6c6c6c; font-family: "IBM Plex Sans","Trebuchet MS", Helvetica, sans-serif;  font-size: 15px; line-height: 16px; }
.right-col .related-products-block ul li p a:hover { text-decoration: none; }
/************************************************************************************/
/* RELATED PRODUCTS BLOCK END */
/************************************************************************************/



/************************************************************************************/
/* 404 PAGE BEGIN */
/************************************************************************************/
.block-404 { 
	padding-top: 60px; 
	padding-bottom: 40px; 
	text-align: center; 
	background-color: #6B3C51;
	color: #fff; 
}
.block-404 .title { 
	font-size: 18px; 
	line-height: 24px;  
	color: #fff; 
	text-transform: uppercase;
 }
.block-404 .oh-no { 
	display: block; 
	width: auto; 
	margin-bottom: 10px;
	font-size: 52px; 
	line-height: 1.5; 
	font-weight: 500; 
}
.block-404 .message { 
	display: block; 
	max-width: 580px;  
	margin: 0 auto 0;  
	padding: 0 40px 40px; 
	font-size: 16px; 
	line-height: 1.5;
}
.block-404 .back { 
	background: #ffffff; 
	padding: 7px 20px 7px 20px; 
}
.block-404 .back a {  
	font-size: 14px; 
	line-height: 16px;  
	color: #6B3C51;  
}
.block-404 .back a:hover {
	 text-decoration: none; 
}
.bestsellers-block { text-align: center; width: 60%; margin:0 auto 0; }
.bestsellers-block .title { padding-bottom: 20px; }
.bestsellers-block .title span { border-bottom: 2px solid #131313; padding-bottom: 10px; }
/************************************************************************************/
/* 404 PAGE END */
/************************************************************************************/



/************************************************************************************/
/* CHECKOUT PAGE BEGIN */
/************************************************************************************/
.checkoutpage .content {
	padding-top: 60px;
}
.checkoutpage .cart-link,
.checkoutpage .currency-switch, 
.checkoutpage .catalog-search , 
.checkoutpage .country-switch, 
.checkoutpage .language-switch, 
.checkoutpage .footer,
.checkoutpage .mainmenu-wrap,
.checkoutpage .menu-switcher,
.checkoutpage .subscribe {
    display: none;
}

@media screen and (max-width: 900px) {
	.checkoutpage .content {
		padding-top: 19px;
	}
    .checkoutpage .header-r {
        display: none;
    }
}
@media screen and (max-width: 835px) {
	.checkoutpage .control {
        margin-top: 25px;
    }
}



/* Cart begin */
#cart-form {
    margin-top: -55px;
}
.cart-table { 
	width: 100%; 
}
.cart-table tbody tr td {  
	padding: 0px 30px 0px 30px;  
	border-right: 1px solid #d3d3d3;  
	border-bottom: 0px; 
}
.cart-table tbody tr td.first { 
	padding-left: 0px; 
	border-right: 0px; 
}
.cart-table tbody tr td.last { 
	padding-right: 0px; 
	border-right: 0px; 
}
.cart-table tbody tr td.divider { 
	padding: 30px 0px 30px 0px; 
	border: 0px; 
}
.cart-table tbody tr.first td.divider { 
	padding: 0px 0px 30px 0px; 
}
.cart-table .a-center { 
	text-align: center; 
}
.cart-table .product-name h3 { 
	padding: 0; 
	margin: 0; 
	text-transform: uppercase;  
	font-size: 16px; 
	line-height: 24px; 
	font-weight: 500; 
	color: #1D1E1C; 
}
.cart-table .product-name h3 a { 
	text-decoration: none; 
	color: #1D1E1C; 
}
.cart-table .feeling-text {  
	font-size: 12px; 
	color: #48726C; 
	text-transform: uppercase;
}
.cart-table .weight {  
	font-size: 13px; 
	color: #A5BCB1;  
}
.cart-table .price {  
	color: #48726C;  
	font-size: 16px; 
	line-height: 20px; 
	font-weight: 500; 
}
.cart-table .btn-remove:before {
    font-family: "StendersIcons";
    content: "\e919  ";
    font-size: 11px;
}

/* Cart totals */
div.cart-collaterals {
    background: #48726C;
    position: relative;
    margin: 0px -39px -60px;
    padding: 7px 0 11px 0;
}
div.cart-collaterals button.button > span {
    background-color: #A5BCB1;
    border-top: 1px solid #A5BCB1;
}
.cart-collaterals .col-2 { 
	text-align: right;  
}
.estimate-shipping .title {  
	font-size: 19px; 
	color: #48726C;  
}
.estimate-shipping .form-list { 
	padding-top: 20px; 
}
.discount .cupon-link { 
	font-size: 14px; 
	line-height: 16px;  
	color: #A5BCB1; 
}
.discount .cupon-link a { 
	font-weight: 500; 
}
.discount .cupon-link a:hover { 
	text-decoration:  none; 
}
.discount .input-text { 
	margin-top: 20px; 
	margin-bottom: 10px; 
}
.cart-totals { 
	color: #fff; 
	background-color: none; 
	padding: 10px 40px 25px 240px;  
	text-transform: uppercase;   
	font-size: 14px;  
	line-height: 19px; 
	text-align: right; 
}
.cart-totals tfoot { 
	font-size: 18px; 
	line-height: 21px; 
}
.cart-totals td { 
	padding-left: 30px; 
}
.checkout-types { 
	list-style: none; 
	margin-right: 40px; 
}
.checkout-types li { 
	margin-bottom: 20px; 
}
@media screen and (max-width: 900px) {
	body .discount a {
        width:100%;
        clear:both;
        display:block;
        position:relative;
        overflow:hidden;
        padding:20px;
    }
    body .discount a:after {
        top:11px;
        right:20px;
    }
	body .discount a span, 
	body .discount .cupon-link {
        display:inline;
        margin-left:10px;
    }
}
@media screen and (max-width: 835px) {
	.cart-table tbody tr td {
        border-right: none;
    }
}
@media screen and (max-width: 580px) {
	.cart-totals {
        padding-left: 0px;
    }
}

/* Cart end */

/* Checkout begin */
.opc { 
	position: relative; 
}
.opc-container { 
	padding: 0px 39px 0px 39px; 
}
.opc-divider { 
	width: 100%; 
	border-bottom: 1px solid #d3d3d3; 
	line-height: 1px; 
	padding: 0; 
	margin: 0; 
}
.opc-block {  
	padding-top: 60px; 
}
.numbercheckout {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    width: 46px;
    height: 46px;
    font-size: 24px;
    line-height: 47px;
    padding: 0;
    margin-top: -8px;
	margin-right: 16px;
	background-color: #48726C;
	color: #ffffff;
}
@media screen and (max-width: 580px) {
	.numbercheckout {
		display: block;
		margin: 10px auto 20px;
	}

}
@media screen and (max-width: 1075px) {
	#onepagecheckout_orderform .col2-set .col-1 {
		width: 50%;
	}
}
@media screen and (max-width: 980px) {
	#onepagecheckout_orderform .col2-set .col-1 {
		width:100%;
	}
}
@media screen and (max-width: 580px) {
    .opc-container .col2-set .col-1 {
        float: none;
        width: 100%;
    }
}

/* OPC Update cart link */
.checkoutpage .update-cart-link {
    font-size: 12px;
    font-weight: bold;
    width: auto;
    display: block;
    padding-top: 20px;
}
.checkoutpage .update-cart-link a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: normal;
    background: url("https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/refresh.png") no-repeat left center;
    padding-left: 34px;
    line-height: 33px;
    margin-right: 40px;
}
.checkoutpage .update-cart-link a:hover {
    text-decoration: none;
}
@media screen and (max-width: 580px) {
	.checkoutpage .update-cart-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.11);
        box-shadow: 0 1px 0px rgba(187, 148, 206, 0.17);
        -moz-box-shadow: 0 1px 0px rgba(187, 148, 206, 0.17);
        -webkit-box-shadow: 0 1px 0px rgba(187, 148, 206, 0.17);
        display: block;
        text-align: center;
        padding: 10px;
	}
	.checkoutpage .update-cart-link a {
        margin-right: 0px;
    }
}

/* OPC Login */
#opc-login-wrapper {
    background: #F0EEEF;
    padding: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    margin-right: 40px;
    width: 365px;
	position: relative;
	float: right;
}
#opc-login-wrapper h3.title {
    text-align: center;
}
.opc-login-block { 
	position: relative;
	width: auto; 
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.opc-login-block input.input-text { 
	width: 250px; 
}
.opc-login-block button.login-btn {
	width: 100%
}
.opc-login-block button.login-btn span span { 
	font-size: 14px; 
	line-height: 30px; 
}
.opc-login-block .f-center {
	font-size: 14px;
	text-align: center;
	display: block;
	font-size: 12px;
}
.opc-login-block .orbtn {
    margin: -39px auto 23px auto;
    width: 120px;
	background: #F0EEEF;
	color: #A5BCB1;
	font-size: 13px;
    clear: both;
    padding: 0 17px;
    display: block;
}
.opc-forgot-block { 
	position: relative; 
	width: auto; 
	padding-bottom: 0px; 
	margin-bottom: 0px;
}

@media screen and (max-width: 1075px) {
	.opc-login-block input.input-text,
	.opc-login-block button.login-btn { 
		width: 100%; 
	}
}
@media screen and (max-width: 980px) {
	body .opc-login-block {
        margin: 0;
        padding: 0;
	}
	#opc-login-wrapper {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
		margin: 0;
		float: none;
    }
    #opc-login-wrapper fieldset,
    .signupwrapper fieldset {
        min-width: 1px;
        width: 100%;
	}
	#opc-login-wrapper input.input-text,
    #opc-login-wrapper button.login-btn {
		width: 100%;
	}
    #opc-login-wrapper h3.title {
        display: none;
	}
    .signupwrapper {
        margin-top: 0;
		padding-top: 0;
		display: none;
    }
	.expanded-signup-reveal .signupwrapper {
		display: block;
	}
    .opc-login-block .expandablesignup {
        display: block;
        width: 100%;
        background: transparent;
		border: 1px solid #A5BCB1;
		color: #48726C;
        font-weight: 500;
        font-size: 16px;
        padding: 15px 25px;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
		
    }
    .opc-login-block .expandablesignup p {
        display: inline;
	}
	.expanded-signup-reveal .expandfooter p:after {
		content: "\e901";
	}
}


/* OPC Agreements */
.checkout-agreements { 
	list-style: none; 
}
.checkers label{
	line-height: 1.3;
	margin-left: 9px;
}
.opc-window { 
	border: 1px solid #d3d3d3;  
	background: #fff;
	z-index: 999; 
	position: absolute; 
	text-align: left; 
}
.opc-window .page-title span { 
	color: #0A263C; 
	font-size: 20px; 
	margin: 0; 
}
.opc-window .agreement-content { 
	padding: 7px; 
	overflow: auto; 
}
.agreement-content ol { 
    padding: 10px 30px;  
    list-style-type: decimal; 
} 
.agreement-content ul {
    padding: 10px 30px;  
    list-style-type: disc; 
} 
.opc-window .close { 
	position: absolute; 
	top: -20px; 
	right: -24px; 
	width: 24px; 
	height: 24px; 
	font-size:0; 
	line-height:0; 
	background:url(https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/icon-close.png) 0 0 no-repeat; 
	text-indent:-999em; 
	overflow:hidden; 
}
.opc-window .buttons-set { 
	margin: 1em 0 0; 
}
.opc-fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:998;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}

/* OPC Coupon form */
#opc-coupon-form {
	position: absolute;
	padding: 35px;
	top: 2px;
}
#opc-coupon-form input,
#opc-coupon-form #coupon-apply,
#opc-coupon-form #coupon-cancel { 
	width: 228px;
}
#opc-coupon-form #coupon-apply span span,
#opc-coupon-form #coupon-cancel span span {
	padding: 9px
}
#opc-coupon-form #coupon-code {
    position: relative;
    margin: 0;
    padding: 9px 13px;
    width: 200px;
}
#opc-coupon-form .buttons-set {
	position: relative;
	margin-top: 0;
}
#opc-coupon-form .messages {
	position: absolute;
	width: 218px;
	left: 0;
	margin-left: 0px;
	padding: 20px 0;
	list-style-type: none;
	background: rgb(202, 0, 0);
	top: -13px;
	z-index: 999;
	text-align: left;
}
#opc-coupon-form .messages ul {
	text-align: center;
}
.discount a {
    display: block;
    background: #75547a;
    color: #fff;
    padding: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.discount a:hover {
    text-decoration: none;
}
.discount a:after {
    content: "";
    width: 56px;
    height: 89px;
    position: absolute;
    bottom: -10px;
    display: block;
    left: 20px;
    background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/bucket-outline.png') no-repeat left bottom;
    opacity: 0.3;
}
.discount a span,
.discount .cupon-link {
    display: block;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 1075px) {
	#opc-coupon-form #coupon-code {
		width: 230px;
	}
	#opc-coupon-form input,
	#opc-coupon-form #coupon-apply,
	#opc-coupon-form #coupon-cancel { 
		width: 230px;
	}
}
@media screen and (max-width: 640px) {
	#opc-coupon-form .messages {
		width: 100%;
		left: 36px;
		padding: 0;
		top: -20px;
		text-align: left;
		opacity: 0.9;
	}
}
@media screen and (max-width: 580px) {
	#opc-coupon-form {
        position: relative;
        padding: 25px;
    }
    #opc-coupon-form #coupon-code {
        width: 100%;
    }
    #opc-coupon-form #coupon-remove,
    #opc-coupon-form #coupon-cancel,
    #opc-coupon-form #coupon-apply {
        width:100%;
        margin-top: 0px;
        float: none;
    }
}
@media screen and (max-width: 480px) {
	body #coupon-code,
    #opc-coupon-form .buttons-set,
    #opc-coupon-form .buttons-set button {
        width: 100%;
    }
}

/* OPC Trust elements */
.cart-trust-elements {
	margin-top: -30px;
	display: none;
}
.cart-trust-elements ul li {
    width: 33.333333%;
    float: left;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 130px;
}
.cart-trust-elements ul li h3 {
    font-size: 19px;
}
.cart-trust-elements ul li p {
    line-height: 18px;
    font-size: 13px;
    color: #818181;
    margin-top: -3px;
}
.cart-trust-elements ul {
    list-style-type: none;
}
.cart-trust-elements .recommended {
    background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/sprite-watercolours.jpg') no-repeat 0 20px;
}
.cart-trust-elements .returnpolicy {
    background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/sprite-watercolours.jpg') no-repeat 0 -168px;
}
.cart-trust-elements .securedpayments {
    background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/sprite-watercolours.jpg') no-repeat 0 -382px;
}
@media screen and (max-width: 980px) {
	.cart-trust-elements .securedpayments,
    .cart-trust-elements .recommended,
    .cart-trust-elements .returnpolicy {
        background: none;
	}
	.cart-trust-elements ul li {
		padding-left: 25px;
	}
}


.newsletter label { color: #424242; }


/* OPC Shipping methods */
.shipping-methods { 
	list-style: none; 
	margin-top: 50px; 
}
.shipping-methods .item  { 
	padding: 0px 60px 0px 0px; 
	margin-right: 60px;  
	float: none;
}
.shipping-methods .item.last { 
	border: 0px; 
}
.shipping-methods .item.first.last { 
	margin-left: 5px;
}
.shipping-methods .item .title { 
	color: #c9c6c6; 
	font-size: 15px; 
	font-weight: normal; 
}
.shipping-methods .item ul { 
	list-style: none; 
}
.shipping-methods .item ul li .radio { 
	margin-right: 10px; 
}
.shipping-methods .item ul li label { 
	color: #424242; 
	font-size: 17px;  
	line-height: 21px;  
}
.shipping-methods li ul li {
    width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.22);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    margin-bottom: 6px;
}
.shipping-methods li.shipping-method-chosen {
    border: 1px solid #A5BCB1;
    box-shadow: 0 0px 7px rgba(165, 188, 177, 0.15);
    background: #fff;
}
.shipping-methods li.shipping-method-chosen label,
.shipping-methods li.shipping-method-chosen .shipping-price {
    color:#48726C;
}
.shipping-price {
    float: right;
    font-style: italic;
    font-size: 18px;
}
.grey-container {
	background: #f9f9f9;
}
.grey-container #shipping-method {
	margin-bottom: 0;
}
@media screen and (max-width: 980px) {
	body .shipping-methods .item {
		margin-right: 0;
		padding-right: 0;
	}
    body .shipping-methods .item ul li {
		width: 100%;
	}
}

/* OPC Gift wrapping */
.gift-messages p.control label { 
	padding-left: 10px; 
}
.giftwrap { 
	list-style: none; 
	margin-left: 20px; 
}
.giftwrap-item { 
	margin-bottom: 20px; 
	margin-top: 20px;  
	float: left;
	width: 30%;
	margin-right: 2%;
}
.giftwrap-image { 
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.giftwrap-data { 
	float: left; 
	width: 100%;
    padding: 0 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.giftwrap-data p {
	font-size: 12px;
	margin-top: 9px;
	line-height: 1.5;
	color: #A5BCB1;
}
.giftwrap-data label {
	text-transform: uppercase;
	color: #48726C;
	line-height: 1.5;
}
.giftwrap-data label strong {
	display: block;
}
.giftwrap-trigger p {
	text-align: center;
}
.giftwrap-trigger h3 {
	font-size: 30px;
	text-align: center;
	margin-top: 5px;
}
.checkbox-abtn {
	position: relative;
	margin-top: 15px;
}
.checkbox-abtn span.btn-gw {
    background: #1D1E1C;
    color: #fff;
    font-size: 14px;
    padding: 12px;
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 500;
}
.checkbox-abtn input {
    width: 100%;
    z-index: 800;
    cursor: pointer;
    opacity: 0;
    min-height: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.gift-messages-form .form-list li.wide > label {
    top: -14px!important;
}
#gift-message-whole-message {
    width: 94%;
    margin-top: -30px;
    height: 5em;
}
@media screen and (max-width: 980px) {
	.giftwrap-item {
		width: 50%;
	}
	.giftwrap-trigger h3 {
        text-align: left;
        border-top: 1px solid #C7C7C7;
        padding-top: 50px;
        margin-top: 61px;
    }
    .giftwrap-trigger p {
		text-align: left;
	}
}
@media screen and (max-width: 835px) {
    .giftwrap-data {
        float: left;
        width: 100%;
    }
    .giftwrap {
        margin-left: 0
    }
}
@media screen and (max-width: 480px) {
	.giftwrap-item {
		width: 100%;
	}
	.giftwrap-image {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .giftwrap-data {
        width: 100%;
        text-align: center;
    }
}

/* OPC Payment methods */
ul.payment-methods { 
	list-style: none; 
	margin-top: 39px; 
	display: flex;
	flex-wrap: wrap;
}
ul.payment-methods li {
	float: left;
    width: 27%;
    margin: 0px 2px 2px 0px;
   	text-align: center;
}
ul.payment-methods li:hover {
    background-color:#48726C;
}
ul.payment-methods li.active {
    position: relative;
}
ul.payment-methods li.active:before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    right: 2px;
    top: 5px;
    background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/checkmark-payment.png') no-repeat top center;
}
.payment-method { 
	background-color: #A5BCB1; 
	padding: 80px 30px 30px 30px; 
	float: left; 
	margin: 0px 2px 2px 0px; 
	cursor: hand; 
	cursor: pointer; 
} 
.payment-method-checkmo { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-bank-transfer.png') no-repeat center 20px; 
}
.payment-method-easypaypal_standard { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-paypal.png') no-repeat center 23px; 
}
.payment-method-firstdata_standard { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-creditcards.png') no-repeat center 35px; 
}
.payment-method-swedbanklink { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-swedbank.png') no-repeat center 30px; 
}
.payment-method-promsvjazbank { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-creditcards.png') no-repeat center 35px; 
}
.payment-method-chronopay_standard { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-chronopay.png') no-repeat center 20px; 
}
.payment-method-cashod { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-cash.png') no-repeat center 20px; 
}
.payment-method-yandexmoney_pc { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-ym.png') no-repeat center 35px; 
}
.payment-method-yandexmoney_ac { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-creditcards.png') no-repeat center 35px; 
}
.payment-method-yandexmoney_ab { 
	background: #A5BCB1 url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/pm-ak.png') no-repeat center 35px; 
}

#payment_form_easypaypal_standard { 
	color: #A5BCB1; 
}
.payment-method.active { 
	background-color: #48726C; 
}
.payment-method-title { 
	text-transform: uppercase; 
	font-size: 19px;  
	line-height: 26px; 
	color: #fff;
}
.payment-method-description { 
	display: block; 
	font-style: italic; 
	font-size: 16px; 
	line-height: 24px; 
	color: #fff; 
	text-align: center 
}
@media screen and (max-width: 1060px) {
	ul.payment-methods li {
        width: 49%;
    }
}
@media screen and (max-width: 980px) {
	ul.payment-methods {
		display: block;
	}
    ul.payment-methods li {
        width: 100%;
    }
}

.checkers { 
	margin-top: -39px; 
	padding-bottom: 39px; 
}
#checkout-review {
	padding-top: 0px;
}
#checkout-review-submit .buttons-set { 
	padding-top: 0px;  
}
#checkout-review-submit button.btn-shopping span { 
	background-color: #fff; 
}
#checkout-review-submit button.btn-shopping span span { 
	text-transform: uppercase; 
	font-size: 21px; 
	line-height: 45px; 
	color: #dad2d4;
	background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/icon-continue-shopping.png') no-repeat center left; 
	padding-left: 45px;
}
#checkout-review-submit button.btn-checkout { 
	float: right; 
}
#checkout-review-submit button.btn-checkout span span { 
	text-transform: uppercase; 
	font-size: 21px; 
	line-height: 45px;
	background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/icon-checkout-confirm.png') no-repeat center right; 
	padding-right: 50px; 
	padding-left: 20px; 
}

#review-please-wait { 
	padding: 30px; 
}

.checkoutpage div.col2-set.cart-collaterals:before  {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(121, 91, 125, 0);
    border-top-color: #48726C;
    border-width: 20px;
    margin-left: -20px;
    clear: both;
}

/* Checkout end */

.payment-error-block { padding-top: 40px; padding-bottom: 40px; text-align: center; color: #fff;  background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/payment_error_background.jpg') no-repeat center top; }
.payment-error-block .title { font-size: 19px; line-height: 24px;  color: #fff; text-transform: uppercase; text-shadow: 1px 1px 2px #333;  filter:DropShadow(Color=#666666, OffX=1, OffY=1); }
.payment-error-block .title span { display: block; width: 90px;  margin:0 auto 0; border-bottom: 2px solid #fff; padding-bottom: 3px; }
.payment-error-block .message1 { display: block; width: auto; font-size: 43px; line-height: 60px; font-weight: bold; text-shadow: 1px 1px 2px #333;  filter:DropShadow(Color=#666666, OffX=1, OffY=1); }
.payment-error-block .order-number { display: block; width: 350px; padding-top: 10px; padding-bottom: 10px; margin:0 auto 0;  font-size: 16px; line-height: 24px; text-shadow: 1px 1px 2px #333;  filter:DropShadow(Color=#666666, OffX=1, OffY=1); }
.payment-error-block .message2 { display: block; width: 350px; padding-top: 10px; padding-bottom: 10px; margin:0 auto 0;  font-size: 16px; line-height: 24px; text-shadow: 1px 1px 2px #333;  filter:DropShadow(Color=#666666, OffX=1, OffY=1); }
.payment-error-block .message2 a { color: #fff; text-decoration: none; font-weight: bold; }
.payment-error-block .continue { background-color: #463d29; padding: 10px 20px 10px 40px; }
.payment-error-block .continue a {  font-size: 16px; line-height: 16px;  color: #fff;  }
.payment-error-block .continue a:hover { text-decoration: none; }
@media screen and (max-width: 900px) {
	body .payment-error-block {
        margin-top:40px;
        background-size:cover;
        margin-bottom:-79px;
    }
}

/* OPC Success order */
.success-order-info { 
	padding-top: 60px; 
	padding-bottom: 60px; 
	text-align: center; 
	color: #fff;  
	background: #48726C; 
}
.success-order-info .msg1 { 
	display: block; 
	font-size: 16px; 
	line-height: 24px;  
	color: #fff; 
	text-transform: uppercase; 
 }

.success-order-info .msg2 { 
	display: block; 
	width: auto;  
	font-size: 36px; 
	line-height: 1.2; 
	font-weight: bold; 
}
.success-order-info .msg3  { 
	display: block; 
	max-width: 350px; 
	width: 100%;
	padding-top: 10px; 
	padding-bottom: 10px; 
	margin:0 auto 0;  
	font-size: 16px; 
	line-height: 24px; 
}
.success-order-block { 
	padding: 60px 39px; 
	border-bottom: 1px solid #d3d3d3; 
}
.success-order-block .title-block .title { 
	display: none;
}
.success-order-block .title-block .order-number { 
	float: left;  
	margin-left: 15px; 
	margin-top: 15px; 
	text-transform: uppercase;  
}
.success-order-block .title-block .print-link { 
	float: left;  
	margin-left: 15px; 
	margin-top: 15px; 
	padding-left: 17px;  
	text-transform: uppercase; 
}
.success-order-table tbody tr td {  
	padding: 0px 30px 0px 30px;  
	border-right: 1px solid #d3d3d3;  
	border-bottom: 0px; 
}
.success-order-table tbody tr td.first { 
	padding-left: 0px; 
	border-right: 0px; 
}
.success-order-table tbody tr td.last { 
	padding-right: 30px; 
	border-right: 0px; 
}
.success-order-table tbody tr td.divider { 
	padding: 30px 0px 30px 0px; 
	border: 0px; 
}
.success-order-table tbody tr.first td.divider { 
	padding: 0px 0px 30px 0px; 
}
.success-order-table tbody tr.last td.divider { 
	padding: 0px; 
}
.success-order-table .product-name h3 { 
	padding: 0; 
	margin: 0; 
	text-transform: uppercase;  
	font-size: 16px; 
	line-height: 24px; 
	font-weight: 500;  
}
.success-order-table .price {  
	color: #48726C; 
	font-size: 16px; 
	line-height: 20px; 
	font-weight: 500; 
}

.success-order-table tfoot {  
	color: #fff; 
	background-color: #48726C; 
	text-transform: uppercase; 
	font-size: 14px;  
	line-height: 24px; 
	text-align: right; 
}
.success-order-table tfoot .price { 
	color: #fff; 
	text-transform: uppercase; 
	font-size: 16px;  
	line-height: 24px; 
	text-align: right; 
}
.success-order-table tfoot tr.last td,
.success-order-table tfoot tr.last td .price { 
	font-size: 18px; 
	line-height: 24px; 
	padding-bottom: 20px; 
}
.success-order-table tfoot tr td.last { 
	padding-right: 20px; 
}
.success-order-table td { 
	padding-left: 30px; 
}

.success-order-buttons-set {  
	padding: 39px; 
	padding-top: 0px; 
}
.success-order-buttons-set .contact-us {  
	float: left; 
	margin-top: 8px; 
	text-transform: uppercase; 
	font-weight: 500;   
	font-size: 19px; 
	line-height: 24px; 
	color: #dad2d4; 
	text-align: left; 
}
.success-order-buttons-set .contact-us a { 
	color: #dad2d4; 
}
.success-order-buttons-set .contact-us a:hover { 
	text-decoration: none; 
}
.success-order-buttons-set button.btn-continue { 
	float: right; 
}
.success-order-buttons-set button.btn-continue span span { 
	text-transform: uppercase; 
	font-size: 19px; 
	line-height: 45px; 
	background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/icon-checkout-confirm.png') no-repeat center right; 
	padding-right: 50px; 
	padding-left: 20px; 
}
@media screen and (max-width: 980px) {
	.success-order-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 835px) {
	.success-order-table {
        margin-top: 0px;
    }
	.success-order-table td {
        text-align: center;
    }
	.success-order-table .a-right .price-incl-tax {
        display: none;
	}
	.success-order-table tbody td.last {
		float: none!important;
		margin-left: 0!important;
		margin-top: 10px!important;
	}
    .success-order-table .last .price-incl-tax {
		display:block!important;
	}
	.success-order-table .price {
        line-height: 24px;
    }
    .totals-success {
        width: 100%;
        padding: 20px;
        display: block;
    }
    .totals-success tr td {
        width: 70%;
        float: left;
        text-align: left!important;
    }
    .totals-success tr td.last {
        width: 30%;
        text-align: right!important;
        margin: 0 0 10px 0!important;
    }
    .totals-success tr.grand_total_incl:after {
        width: 100%;
        content: "";
        height: 1px;
        float: none;
        clear: both;
        display: block;
	}
	#shopping-cart-table {
        margin-top: 70px;
    }
	#shopping-cart-table,
    #shopping-cart-table tbody,
    #shopping-cart-table th,
    #shopping-cart-table td,
    #shopping-cart-table tr {
        display: block;
	}
	#shopping-cart-table thead {
        display: none;
    }
    #shopping-cart-table tr {
        clear: both;
	}
    #shopping-cart-table tr.odd {
        clear: both;
        border-bottom:none;
        margin: 20px 0;
	}
	#shopping-cart-table tbody tr.last {
        visibility: hidden;
        margin-bottom: 20px;
    }

	#shopping-cart-table td {
        border: none;
        position: relative;
        margin: 0 0 10px 0;
		padding: 0;
		text-align: center;
	}
	#shopping-cart-table td.first {
        margin-bottom: 0;
	}
	#shopping-cart-table td.a-center,
    #shopping-cart-table td.last {
        float: left;
	}
	#shopping-cart-table td.last {
        float: right;
    }
	#shopping-cart-table tbody td.last {
        text-align: center;
    }
	#shopping-cart-table td.a-center:first-child {
        display: none;
    }
	#shopping-cart-table td.quantityprice,
    #shopping-cart-table td.price {
        display: block!important;
	}
	#shopping-cart-table .price {
        line-height: 30px;
	}
	#shopping-cart-table .qty {
        padding: 4px 0px;
        width: 60px;
	}
	#shopping-cart-table img {
        width: 80px;
        height: auto;
	}
	#shopping-cart-table .feeling-text {
        display: none;
	}
	#shopping-cart-table.success-order-table td.a-center {
        width: 44px;
        height: 30px;
        margin: 0 auto;
        float: none;
        font-weight: 500;
        font-size: 16px;
		color: #8EAB9C;
		display: block!important;
	}
	#shopping-cart-table.success-order-table td.a-center:before {
        content: "X";
        font-weight: normal;
        font-size: 14px;
        margin-right: 3px;
	}
	#shopping-cart-table a > img {
        text-align: center;
        margin: 0 auto 15px;
        display: block;
    }
    #shopping-cart-table td.quantityprice {
        margin: 0 auto;
        float: none;
        clear: both;
        position: relative;
        width: 110px;
        min-height: 31px;
    }
	#shopping-cart-totals-table {
		float: right;
		margin: -8px 0 16px 0px;
	}
	.mobile-label {
        text-transform: uppercase;
        color: #A5BCB1;
        font-size: 12px;
        padding-bottom: 3px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.251);
        margin-top: 10px;
	}
	body #shopping-cart-table td.i-quantity,
	body #shopping-cart-table td.i-price,
	body #shopping-cart-table td.i-pricetotal,
	body #shopping-cacrt-table td.i-remove.last {
	  	margin: 0px !important;
	  	width: 33.33333%;
	}
	body #shopping-cart-table tbody td.i-remove.last {
	  	width: 100%;
		float: left;
		padding-top: 20px
	}
	#shopping-cart-table tbody td.i-remove.last .mobile-label {
	  display: none;
	}
	#shopping-cart-table tbody td.divider {
	  width: 100%;
	}
}	
@media screen and (max-width: 640px) {
	.success-order-buttons-set button.btn-continue {
		width: 100%;
		margin-top: 30px;
	}
    .success-order-buttons-set .contact-us {
		float: none;
	}
    .success-order-buttons-set .contact-us a {
		width: 100%;
		text-align: center;
		display: inline-block;
		margin: 0 auto;
	}
}

/************************************************************************************/
/* CHECKOUT PAGE END */
/************************************************************************************/

/************************************************************************************/
/* LOGIN PAGE BEGIN */
/************************************************************************************/
.account-login .page-title {  
	margin-bottom: 0.5em; 
	margin-top: 0.2em; 
}
.new-users { 
	width: 50%; 
}
.registered-users { 
	width: 50%; 
}
.new-users .content {  
	padding: 0px; 
	margin: 0px 39px 0px 0px; 
}
.registered-users .content { 
	border-left: 1px solid #dad1d6; 
	padding: 0px 0px 0px 39px; 
	margin: 0px; 
}
.new-users .buttons-set { 
	margin: 0px 39px 0px 0px; 
}
.registered-users .buttons-set { 
	padding: 0px 0px 0px 39px;  
}

.social-login { 
	text-align: center; 
	padding: 27px 0;
	margin-top: 27px; 
	border-top: 1px solid #dad1d6; 
}
.social-login button.fbconnect-btn span { 
	background: #4e5d9d; 
}
.account-create .content { 
	padding: 0px; 
	margin: 0px;  
}
.account-create .form-list li.control label {
    font-size: 12px;
}
@media screen and (max-width: 835px) {
	#createaccount {
        margin: 0;
	}
	#login-form .registered-users .buttons-set {
        margin-top: -60px;
    }
    #login-form .registered-users {
        width: 100%;
        border-top: 1px solid #CFCFCF;
		margin-top: 60px;
        clear: both;
        float: none;
    }
    #login-form .registered-users .content {
        width: 100%;
        padding: 0;
        border-left: none;
    }
    #login-form .registered-users .content .form-list input.input-text {
        width: 100%;
    }
    #login-form .registered-users .content .form-list li {
        padding-bottom: 18px;
    }
    #login-form button.button {
        width: 100%;
        margin: 0;
        padding: 4px;
        background: rgb(22, 16, 16);
    }
    #login-form .new-users {
        width: 100%;
        float: none;
    }
    #login-form .social-login {
        padding: 0;
        border-top: none;
    }
    #login-form .registered-users .buttons-set {
        padding-left: 0;
    }
    .account-login #login-form .registered-users .buttons-set a.f-left {
        float: none;
        text-align: center;
        display: block;
        margin: 30px 0;
    }

}
/************************************************************************************/
/* LOGIN PAGE END */
/************************************************************************************/


/* Customer Account */
.my-account ol { 
	list-style: none; 
}
.my-account h3 { 
	font-size: 15px; 
	line-height: 21px;  
}
.my-account .title-buttons h1 { 
	float: left; 
	margin-right: 15px; 
}
.my-account .title-buttons a, 
.my-account .title-buttons span { 
	float: left; 
	margin-right: 5px; 
	margin-top: 15px;  
}
.my-account .col2-set {
	 margin-bottom: 39px;  
}
.my-account .col2-set .col-2 { 
	width:40%; 
	border-left: 1px solid rgba(165, 188, 177, 0.24);
	padding-left: 8%; 
}
.my-account .col2-set .col-1 {
	 width:40%; 
	 padding-right: 8%; 
}
.my-account .form-list {
    padding: 6px 0 20px 0;
}
@media screen and (max-width: 1075px) {
	.my-account .form-list input.input-text,
    .my-account .form-list select {
        width: 235px;
    }
    .my-account .form-list li.wide input.input-text {
        width: 500px;
    }
}
@media screen and (max-width: 900px) {
	.my-account .input-box,
    .my-account .field {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 13px;
    }
    .my-account .form-list li.wide input.input-text {
        width: 100%;
    }
    .my-account .form-list {
        margin: 0;
        padding: 0;
    }
    .my-account .fieldset h2.legend {
        margin-bottom: 20px;
    }
    .my-account .form-list li.wide,
    .my-account .form-list li {
        padding-bottom: 0;
    }
    .my-account .input-box input.input-text,
    .my-account .input-box textarea,
    .my-account .input-box select,
    .my-account .form-list input.input-text,
    .my-account .form-list select,
    .my-account .form-list li.wide input.input-text {
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 835px) {
	.my-account .col2-set .col-1 {
        float: none;
        clear: both;
        width: 100% !important;
        margin: 0 0 25px 0;
        padding-right: 0 !important;
	}
	.my-account .col-1 .box-title,
    .my-account .col-2 .box-title {
        border-bottom: 1px solid #d3d3d3;
    }
    .my-account .col2-set .col-2 {
        width: 100%;
        float: none;
        clear: both;
        border-left: none;
        padding-left: 0;
    }
}
/* Customer Account Wishlist */

#wishlist-table .price-box { 
	float: left; 
	margin-top: 20px;
}
#wishlist-table .old-price { 
	float: right; 
}
#wishlist-table .special-price { 
	float: right; 
	margin-right: 10px; 
}
#wishlist-table .price-box .special-price .price { 
	color: #9B215E; 
}
#wishlist-table .price-box .price { 
	width: auto; 
	margin-bottom: 10px; 
	padding: 10px 0; 
	text-align: right; 
	border-top: 1px solid #1D1E1C; 
	color: #1D1E1C;
	font-size: 14px; 
	line-height: 16px; 
	font-weight: 500; 
}
#wishlist-table .price-box .old-price .price { 
	border-color: #fff; 
	text-decoration: line-through; 
	color: #A5BCB1; 
}
#wishlist-table .qty { 
	margin-bottom: 10px; 
	width: 50px;
}
.my-wishlist .data-table textarea  { 
	width: 200px; 
	height: 200px; 
}
@media screen and (max-width: 980px) {
    #wishlist-table .price-box { 
		margin: 0 auto; 
		float: none !important; 
	}
    #wishlist-table .old-price { 
		float: none; 
	}
    #wishlist-table .special-price { 
		float: none; 
		margin-right: 0px; 
	}
	body #wishlist-view-form .buttons-set2 button {
        width: 100%;
        margin: 0 0 4px 0;
	}
	body #wishlist-table thead {
        display: none;
    }
    body #wishlist-table tr td {
        padding: 6px;
        border-right: 0px;
        border-bottom: none;
        border-top: none!important;
        width: 100%;
        display: block;
        text-align: center;
    }
    body #wishlist-table .btn-remove2 {
        margin-top: 18px;
        display: block;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 23px;
    }
    body #wishlist-table textarea {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 50px;
        padding: 8px 15px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
}


/* User account */

.dashboard .welcome-msg { 
	margin-bottom: 60px; 
	background-color: #48726C; 
	padding: 15px 15px 15px 15px; 
	color: #fff; 
}
.dashboard .page-title { 
	padding-bottom: 10px; 
}
.box-account { 
	padding-bottom: 65px; 
}
.box-account .box-head {  
	border-top: 
	1px solid #A5BCB1; 
	padding-bottom: 15px; 
}
.box-account .box-head h2 { 
	float: left; 
	text-transform: uppercase; 
	font-size: 18px; 
	line-height: 24px; 
	margin-right: 15px;  
}
.box-account .box-head a { 
	float: right; 
	text-decoration: none; 
	margin-top: 10px; 
	color: #A5BCB1; 
}
.box-account .box-head a:after {
	content: "»";
	margin-left: 5px;
}
.box-account .box { 
	margin: 0px 20px 0px 20px 
}
.box-account .box-title { 
	border-bottom: 1px solid #d3d3d3;  
}
.box-account .box-title h3 { 
	float: left; 
	margin-right: 10px; 
}
.box-account .box-title a { 
	float: left; 
	text-decoration: underline; 
	margin-top: 7px; 
	color: #A5BCB1; 
	font-size: 13px; 
}
@media screen and (max-width: 835px) {
	.box-account {
        padding-bottom: 0;
	}
	.box-account .box-title {
        margin-bottom: 25px;
	}
    .box-account .box {
        margin: 0;
	}
}

.box-info .col-1 .box-title { 
	border-bottom: 0px; 
}
.box-info .col-2 .box-title { 
	border-bottom: 0px; 
} 
.box-info .box-content { 
	margin-top: 5px; 
}
.box-info .box-content .col-1 { 
	border-right: 0px; 
}
.box-info .box-content h4 { 
	font-size: 15px; 
	line-height: 21px;  
}
.box-recent .data-table tr.last td { 
	border-bottom: 0px; 
}
.box-reviews .data-table tr.first td { 
	border-top: 0px; 
}
.box-reviews .data-table tr.last td { 
	border-bottom: 0px; 
}


.addresses-list .addresses-primary .item { padding-bottom: 20px; }
.addresses-list .addresses-primary .item p { padding-top: 10px; }
.addresses-list .addresses-additional .item { padding-bottom: 20px; }
.addresses-list .addresses-additional .item p { padding-top: 10px; }


.block-account { 
	border-top: 1px solid #A5BCB1; 
	margin-bottom: 39px; 
}
.block-account .title { 
	color: #1D1E1C; 
	text-transform: uppercase;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500; 
}
.block-account .menu { 
	list-style: none; 
}
.block-account .menu li { 
	margin-bottom: 7px;
}
.block-account .menu li a { 
	color: #A5BCB1; 
}
.block-account .menu li a:hover { 
	color: #48726C; 
	text-decoration: none; 
}
.block-account .menu li.current {
	color: #48726C;
}
.block-account .menu li.current a { 
	color: #48726C; 
	text-decoration: none; 
	font-weight: 500; 
}
@media screen and (max-width: 835px) {
	.block-account {
        border-top: none;
        margin-bottom: 0;
        margin-top: -10px;
	}
	.block-account .title {
		display: none;
	}
	body .block-account .menu {
        margin-bottom: 20px;
	}
	.block-account .menu:after {
        content: '';
        width: 100%;
        height: 1px;
        clear: both;
        display: block;
    }
	.block-account .menu li a,
    .block-account .menu li strong {
        display: block;
        float: left;
        width: 31.33333333333333333%;
        padding: 20px;
        min-height: 72px;
        font-size: 14px;
        text-align: center;
        line-height: 15px;
		margin: 1%;
		color: #48726C;
        border: 1px solid #48726C;
	}
}
@media screen and (max-width: 480px) {
	.block-account .menu li a,
    .block-account .menu li strong {
        width: 100%;
        min-height: 0;
    }
}

/* Customer account Reviews */
.rating img {
	width: 18px;
  }
.product-review .product-img-box { 
	float: left; 
	width: 30%;
	margin-right: 5%;
}
.product-review .product-img-box .label { 
	font-weight: bold; 
}
.product-review .product-details { 
	float: left; 
	width: 65%;
}
.product-review .product-details .product-name { 
	font-size: 16px; 
	line-height: 24px; 
	text-transform: uppercase; 
	font-weight: 500; 
	margin-bottom: 10px; 
}
.product-review .product-details .feeling-text { 
	display: block;  
	font-size: 12px;
	color: #48726C; 
	text-transform: uppercase;
}
.product-review .product-details dl dt { 
	font-weight: bold; 
	padding-bottom: 5px;  
}
.product-review .buttons-set { 
	float: left; 
	width: 100%; 
}
.product-review .rating-links { 
	font-size: 13px; 
}
.product-review .ratings-table th { 
	padding-right: 9px; 
	font-weight: normal;
	font-size: 13px;
	color:#A5BCB1;
}
.product-review .review-details {
	margin-top: 10px;
}
.product-review .review-date {
	color: #A5BCB1;
	font-size: 13px;
	text-transform: uppercase;
}
@media screen and (max-width: 980px) {
	.product-review .product-img-box { 
		width: 100%;
		margin-right: 0;
	} 
	.product-review .product-details        display: inline-block; {
		width: 100%;
	}
	body #my-reviews-table tr,
    body #my-reviews-table td,
    body #my-reviews-table tbody,
    body #my-reviews-table thead,
    body #my-reviews-table th {
        text-align: center;
        display: block;
        width: 100%;
        margin: 3px 0;
        padding: 0;
	}
	body #my-reviews-table tbody {
        display: table-cell;
    }
	body #my-reviews-table tbody tr {
        margin-bottom: 32px;
        border-top: 1px solid rgb(214, 214, 214);
        padding-top: 28px;
	}
	body #my-reviews-table tbody tr.first {
        border-top: 0!important;
        padding-top: 0!important;
    }
    body #my-reviews-table.data-table tbody tr td {
        border-bottom:none;
    }
    body #my-reviews-table tbody tr.first td {
        border-bottom: 0;
        border-top: 0;
    }
}



/* Customer account orders */
.order-info { 
	margin-top: 20px; 
}
.order-info dt { 
	display: none; 
}
.order-info dd ul { 
	list-style: none; 
	margin-left: -20px; 
	border-top: 1px solid #A5BCB1; 
	line-height: 50px; 
	margin-bottom: 29px; 
}
.order-info dd ul li { 
	display: inline; 
	padding-left: 20px; 
	text-transform: uppercase; 
	font-size: 14px;  
	line-height: 48px; 
}
.order-info dd ul li a { 
	color: #A5BCB1; 
	text-transform: uppercase; 
	font-size: 14px;  
	line-height: 48px;  
}
.order-info dd ul li a:hover { 
	color: #48726C; 
	text-decoration: none; 
}
.order-info dd ul li a:hover .wrap { 
	border-top: 1px solid #48726C; 
	padding-top: 15px; 
	padding-bottom: 16px; 
}
.order-info dd ul li.current span { 
	color: #48726C;
	border-top: 1px solid #48726C; 
	padding-top: 15px; 
	padding-bottom: 16px; 
}
.order-date { 
	color: #aba2a5; 
}
.order-details .sub-title .link-print {
	font-weight: normal; 
	font-size: 14px;   
	color: #A5BCB1;
}
.order-details .data-table { 
	margin-bottom: 39px; 
}
.order-comments { 
	border-top: 1px solid rgba(165, 188, 177, 0.23); 
	padding-top: 39px; 
}
.order-comments .order-about dt { 
	color: #aba2a5; 
}
@media screen and (max-width: 980px) {
	body #my-orders-table tfoot {
        width: 100%;
        display: block;
        background: #48726C;
        padding: 0 22px 10px 22px;
        color: #fff;
	}
	#my-orders-table,
    #my-orders-table thead,
    #my-orders-table tbody,
    #my-orders-table th,
    #my-orders-table td,
    #my-orders-table tr {
        display: block;
    }
    #my-orders-table {
        position: relative;
    }
    #my-orders-table thead {
        display: none;
    }
    #my-orders-table tbody tr td:before {
        position: absolute;
        top: 17px;
        left: 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #aaa;
        font-size: 12px;
	}
    #my-orders-table tbody tr.last td {
        border-bottom: 1px solid #d3d3d3!important;
    }
    #my-orders-table tbody {
        text-align: right;
    }
    #my-orders-table tbody tr td {
        border-top: none;
        position: relative;
	}
	#my-orders-table tbody tr td.last {
		padding-right: 20px;
	}
    #my-orders-table tfoot td {
        width: 70%;
        float: left;
        text-align: left !important;
    }
    #my-orders-table tfoot td.last {
        width: 30%;
        text-align: right!important;
    }
    #my-orders-table tfoot tr.last:after {
        clear: both;
        width: 100%;
        content: " ";
        height: 1px;
        display: block;
	}
	.order-info-box .box-content {
        margin-top: 20px
    }
    .order-info-box address {
        padding-left: 0;
        margin: 0 0 40px 0;
    }
    #my-orders-table tbody tr td:last-child {
        background: rgb(235, 235, 235);
        margin-bottom: 40px;
    }
}


/************************************************************************************/
/* CUSTOMER ACCOUNT END */
/************************************************************************************/

/* Contact page */
.contact-info-block h1.title {
	font-family: "ProspectusPro","Trebuchet MS", Helvetica, sans-serif;
}
.service-hours h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #A5BCB1;
	font-size: 16px;
}
.service-hours .description {
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.3;
	max-width: 240px;
}
.service-hours .description strong {
	font-weight: 500;
}
.assistant-contacts h2 {
	font-size: 16px;
	margin-bottom: 1.3em;
	font-weight: normal;
}
.assistant-contacts a:hover {
	text-decoration: none;
} 
.assistant-contacts .ca-tel,
.assistant-contacts .ca-mail,
.assistant-contacts .ca-social {
	color: #48726C;
	font-size: 16px;
	line-height: 27px;
    margin: 5px 0;
    width: 100%;
    display: block;
}
.assistant-contacts .icon {
	font-size: 27px;
	margin-right: 10px;
	font-family: "StendersIcons";
}
.assistant-contacts .label {
	vertical-align: top;
}
.assistant-contacts .ca-tel .icon:before {
	content: "\e91a";
}
.assistant-contacts .ca-mail .icon:before {
	content: "\e91c";
	margin-right: 8px;
}
.assistant-contacts .ca-social .icon:before {
	content: "\e918";
	margin-right: 8px;
}

@media screen and (max-width: 980px) {
	#contactForm .form-list {
        padding-top: 15px;
    }
    #contactForm .form-list .field {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    #contactForm .form-list li {
        padding-bottom: 0;
    }
    #contactForm .input-box {
        margin-bottom: 25px;
        width: 100%;
    }
    #contactForm .form-list input.input-text,
    #contactForm .form-list li.wide textarea {
        width: 100%!important;
    }
    #contactForm label {
        left: 60px!important;
        opacity: 1!important;
    }
}

/* Shop Finder */
#shop_finder_form {
    margin-top: 30px;
}
#shop_finder_form .form-list {
    padding: 0;
    margin: 0 0 11px 0;
}
#shop_finder_form .form-list li {
	float: left;
	margin: 0;
}
#shop_finder_form .form-list li:first-child {
	width: 30%;
}
#shop_finder_form .form-list .orbutton {
	width: 10%;
	text-align: center;
	font-size: 12px;	
	text-transform: uppercase;
	color: #48726C;
	margin-top: 30px;
}
#shop_finder_form .form-list li:last-child {
	width: 50%;
}
#shop_finder_form .form-list li select,
#shop_finder_form .form-list li input.input-text,
#shopfinder-msg,
#shopfinder {
	width: 100%;
}

#shop_finder_form .form-list li,
#shop_finder_form .form-list li select,
#shop_finder_form .form-list li label,
#shop_finder_form .form-list li .input-box input {
    cursor: pointer!important;
}
#locationSelect li {
    cursor: pointer;
}
@media screen and (max-width: 580px) {
	#shop_finder_form .form-list li:first-child {
        width: 100%;
    }
    #shop_finder_form .form-list li.orbutton {
		width: 100%;	
		line-height: 13px;
		font-size: 13px;	
		margin-bottom: 10px;
		margin-top: 0px;
    }
    #shop_finder_form .form-list li:last-child {
        width: 100%;
    }
}

/************************************************************************************/
/* SITEMAP BEGIN */
/************************************************************************************/

.page-sitemap .links { list-style: none; float: right; }
.page-sitemap .links li { float: left; }
.page-sitemap .links a { color: #696969; text-transform: uppercase; font-family: "IBM Plex Sans","Trebuchet MS", Helvetica, sans-serif;  font-size: 15px;  line-height: 48px;  }
.page-sitemap .links a:hover { color: #795b7d; text-decoration: none;  }
.page-sitemap .sitemap { margin:12px 60px; list-style: none; }
.page-sitemap .sitemap a { color:#444; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }

/************************************************************************************/
/* SITEMAP END */
/************************************************************************************/


/************************************************************************************/
/* FOOTER BEGIN */
/************************************************************************************/

/* Trusted blocks begin */
.trusted-wrap { 
	position: relative; 
	padding: 35px 0px;
	background-color: #F0EEEF; 
}
.trusted { 
	float:right; 
	position: relative; 
	left: -50%; 
	text-align: left; 
}
.trusted ul { 
	padding: 0px 39px 0px 39px;
	margin: 0; 
	list-style: none; 
	position: relative; 
	left: 50%; 
}
.trusted ul li { 
	float: left; 
	position: relative; 
	vertical-align: top; 
	font-size: 12px;  
	line-height: 1.2; 
	margin-right: 2%;  
	width: 18%;
	color: #A5BCB1;
}
.trusted ul li .ico {
	position: absolute;
	top: 5px;
	left: 0;
}
.trusted ul li a .ico .icon span {
	display: none;
}
.trusted ul li .info {
	padding-left: 45px;
}
.trusted ul li h4 { 
	text-transform: uppercase; 
	font-size: 15px; 
	color: #48726C; 
	font-weight: 500; 
}
.trusted ul li a { 
	color: #48726C; 
	font-size: 36px;
}
.trusted ul li a:hover { 
	text-decoration: none; 
	color: #48726C; 
}
@media screen and (max-width: 980px) {
	.trusted ul li .ico {
		position: relative;
	}	
	.trusted ul li .info {
		padding-left: 0px;
	}
	.trusted ul li { 
		margin-right: 3%;  
		width: 17%;
	}
}
@media screen and (max-width: 640px) {
	.trusted ul li {
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid rgba(165, 188, 177, 0.32);
	}
	.trusted ul li:last-child {
		border-bottom: none;
	}
	.trusted ul li .ico {
		position: absolute;
		top: 15px;
	}
	.trusted ul li .info {
		padding-left: 45px;
	}
}
@media screen and (max-width: 340px) {
	.trusted ul li .info p {
		display: none;
	}

}
/* Trusted blocks end */

/* Footer menu begin */
.footer { 
	background-color: #1D1E1C; 
	color: #fff; 
	padding: 39px 39px 0px 39px; 
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-blocks { 
	list-style: none; 
}
.footer-block { 
	display: block;
	float: left;
	margin-bottom: 10px; 
	width: 22%;
}
.footer-block.last { 
	margin-left: 8%;
	width: 24%;
}
.footer-block h4 { 
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}
.footer-block h4 a { 
	color: #fff;
}
.footer-block h4 a:hover { 
	text-decoration: none; 
}
.footer-block ul { 
	list-style: none; 
}
.footer-block ul li {
	padding-bottom: 8px;
	font-size: 13px;
}
.footer-block a { 
	color: #8EAB9C; 
}
.footer-block a:hover { 
	text-decoration: none;
	color: #fff;
}
.footer-block.last .cmsmenu-block {
	margin-top: 10px;
	margin-bottom: 10px;
}
.expandfooter {
	display: none;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.6;
	padding: 4px 0px;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px solid rgba(165, 188, 177, 0.32);

}
.expandfooter p:after {
	content: "\e90f";
	font-family: "StendersIcons";
	margin-left: 9px;
}
.expanded-footer-reveal .expandfooter p:after {
	content: "\e901";
}
.expandfooter .expand-icon {
	display: none;
}
@media screen and (max-width: 960px) {
	.footer-block { 
		width: 25%;
	}
	.footer-block.last { 
		margin-left: 0%;
	}
}
@media screen and (max-width: 900px) {
	.footer-block { 
		width: 33.33333%;
	}
	.footer-block.last { 
		width: 100%;
		margin-top: 30px;
	}
	body .alwaysvisible {
        height: auto!important;
        overflow: visible;
        display: block;
    }
    .securingelements {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 600px) {
	.footer-block {
		width: 100%;
		text-align: center;
	}
	.footer-block h4 {
		display: none;
	}
	.footer-block .cmsmenu-block {
		display: none;
	}
	.footer-block .alwaysvisible {
		display: block;
	}
	.footer-block.last h4 {
		display: block;
		text-transform: uppercase;
	}
	.footer-block ul li {
		padding-top: 10px;
		font-size: 15px;
	}
	.expandfooter {
		display: block;
	}
	.footer-block.expanded-footer-reveal .cmsmenu-block {
		display: block;
		padding: 15px 25px
	}
	
}
/* Footer menu end */

/* Social Icons */
.soc-ico {
	color: #fff;
	font-size: 25px;
	line-height: 33px !important;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.251);
	border-radius: 50%;
	width: 33px;
	height: 33px;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
}
.soc-ico span {
	display: none;
}
.soc-ico:hover {
	background-color: rgba(255, 255, 255, 0.49);
}

/* payment methods ico */
.pm-ico {
    color: #fff;
    font-size: 64px;
    display: inline-block;
    width: 70px;
    height: 40px;
    overflow: hidden;
    vertical-align: bottom;
    line-height: 40px !important;
    text-align: left;
}
.pm-ico span {
	display: none;
}
.scroll-up {
	float: right;
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase;
	font-weight: 500;
	color: #A5BCB1;
}
.scroll-up span:after {
	content: "\e901";
	font-family: "StendersIcons";
	margin-left: 9px;
}

/* Bottom line begin */
.bottom-line { 
	width: 100%; 
	border-top: 1px solid rgba(255, 255, 255, 0.2); 
	float: left; 
	color: rgba(255, 255, 255, 0.5); 
	font-size: 12px;
	line-height: 1.6; 
	margin-top: 40px;
	padding: 10px 0px 60px;
}
.bottom-line .legal {
	float: left;
	width: 70%;
	text-align: left;	
}
.bottom-line .legal p {
	padding: 0px;
	margin: 0px;
}
.bottom-line .copyright { 
	float: left;  
	width: 30%;
	text-align: right;	
}
@media screen and (max-width: 700px) {
	.bottom-line .copyright,
	.bottom-line .legal {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.scroll-up {
		float: none;
		text-align: center;
	}
}
/* Bottom line end */

/************************************************************************************/
/* FOOTER END */
/************************************************************************************/

/************************************************************************************/
/* FLOATING CLEARS */
/************************************************************************************/

.page:after,
.trusted-wrap:after,
.featured-products ul:after,
.featured-products ul li div:after,
.f-ingr_carousel:after,
.f-ingr-blck:after,
.bottom-line:after,
.footer:after,
.subscribe:after,
.top-login-block:after,
.top-login-block ul:after, 
#top-cart .topcart-list .item:after, 
#top-cart .summary:after,
.layout:after,
.layout .content-col:after,
.layout .right-col:after,
.filter-block .categories:after,
.filter-block .needs:after,
.filter-block .science:after,
.category-block:after,
.sortbar:after,
.products-grid .elements:after,
.product-page-layout:after,
.single-product:after,
.single-product .data:after, 
.single-product .media .social:after,
.sngl-prod-data .purchasing:after,
.ingredients-block .menu ul:after,
.related-articles-block ul li:after,
.reviews-block ul .item:after,
.review-wrap:after,
.white-404:after, 
.col2-set:after,
.form-list:after,
.form-list li:after,
.form-list .fields:after,
.pager:after,
.dashboard .box-head:after,
.dashboard .box-title:after,
.title-buttons:after,
.shipping-methods:after,
.giftwrap-item:after,
.payment-methods:after,
.success-order-block:after,
.success-order-block .title-block:after,
.minval-shipping-offer:after,
.page-print .print-head:after,
.page-print:after,
.home-layout:after,
.mainmenu ul:after,
.submenu-wrap:after,
.submenu:after,
.submenu ul:after,
.header-w:after, 
.top-links:after,
.trusted:after,
.trusted ul:after,
.header-r:after,
.header-l:after,
.header:after,
.page-2cols-right:after,
.simple-slider:after,
.pnd-wrap:after,
.loa-block:after,
.block-mc:after { 
	display:block; 
	content:"."; 
	clear:both; 
	font-size:0; 
	line-height:0; 
	height:0; 
	overflow:hidden; 
}
.grid-exchange .half-col-sixty {
    width:50%;
}
.grid-exchange .half-col-thirty {
    width:50%;
}
.grid-exchange .shipping-methods .item {margin-right:0;}
body .checkbox-abtn span.btn-gw-remove, 
.grid-exchange .checkbox-abtn span.btn-gw-add {display:none;}
.grid-exchange .checkbox-abtn span.btn-gw-remove {display:block;background: none;border: 2px solid #E0E0E0;color: #B3B3B3;}




.products-grid .elements .item .badges,
.read-more,
.giftset-content,
.checkout-assistant a,
ul.payment-methods li,
.half-col-thirty,
.half-col-sixty {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}








.icon-locator {
    margin-top: 30px;
}

@media screen and (max-width: 980px) {
       

    body .grid-exchange .half-col-thirty,
    body .grid-exchange .half-col-sixty {
        width:100%;
        float:none;
        clear:both;
    }

    body .right-col > a {
        display: none;
    }
}


@media screen and (max-width: 835px) {

    

    body .form-list li.wide select#billing_customer_address {width:100%;margin-top:20px;}

 
    

    

    /* test */
    
 




    /*---*/


    
     















}
@media screen and (max-width: 760px) {




    .content-col .std img,
    .content-col .std iframe,
    #locationSelect li .shop-item .shop-info {
        width: 100%;
        min-width: 89px;
    }
    body #map img {
        min-width: 0px;
        width: auto!important;
    }
    #our-history {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    #shopfinder #locationSelect li .shop-item .shop-image img {
        display: none;
    }
    .content-col .std .brandstoryrwd img {
        width: 67px;
        float: left;
        min-width: 15px;
        margin-right: 20px;
    }
    .content-col .std .brandstoryrwd img.baron {
        width: 133px;
        margin: 30px auto 0 auto;
        display: block;
        float: none;
        clear: both;
    }
    .sepstory {
        height: 1px;
        border-bottom: none;
        margin: 35px 0;
        clear: both;
    }
    body .content-col .std .historymobile img {
        width: 181px;
        margin: 0 auto 17px auto;
        text-align: center;
        display: block;
        float: none;
    }
    body .historymobile p {
        width: 100%;
        float: none;
        clear: both;
        padding-top: 0;
    }


}
@media screen and (max-width: 640px) {





    #checkout-cart-load > .cart-block {
        margin-bottom:0;
    }


   
    body .catalog-page .content .layout .left-col {
        position: relative;
    }
    #checkout-review .btn-checkout {
        float: none;
        width: 100%;
    }
    #checkout-review .btn-shopping {
        margin-top: -20px;
        margin-bottom: 16px;
    }
    div.opc-window {
        left: 0!important;
        right: 0!important;
        margin: 18px;
    }
    div.opc-window .close {
        cursor: pointer;
        top: -13px;
        right: -13px;
    }
    div.opc-window .agreement-content {
        width: 100%;
        height: 100%;
    }
    .hide-640 {
        display: none;
    }
    body .checkoutpage .subscribe {
        display: none;
    }
    body .checkoutpage .trusted ul li:first-child {
        border-top: 1px solid #DDD;
    }
    body .checkoutpage #payment-method {
        margin-bottom: 20px;
    }
    body .checkoutpage .payment-method-description, body .checkoutpage #payment_form_easypaypal_standard {
        display: none
    }
    body .checkoutpage .payment-method-title {
        text-align: center;
        display: inherit;
        font-size: 20px;
        line-height: 22px;
        margin-top: 6px;
        margin-bottom: -8px;
    }
    body #payment_form_checkmo {
        display: none;
    }
    body .cart-table .product-name h3 {
        font-size: 17px;
    }
    .deliverytxt {
        font-size: 9px;
        line-height: 12px;
        text-transform: uppercase;
        margin-bottom: 4px;
        padding-right: 10px;
    }
    .deliverycountry {
        width: 100%!important;
    }
    body .opc-login-wrapper button.login-btn {
        width: 100%;
        margin-bottom: 20px;
    }
    body .opc-login-wrapper .signupwrapper h3 {
        margin-top: 20px;
    }

    body .featured-products-block .see-more {
        width: 100%;
        margin: 10px 0;
        border-bottom: none;
    }
    body .featured-products-block .see-more a span {
        text-transform: uppercase;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-size: 16px;
        background: #795b7d;
        width: 100%;
        position: relative;
        text-align: center;
        display: block;
        color: #fff;
        padding: 9px;
    }
    body .featured-products-block .wrap {
        height: auto!important;
    }
    body .featured-products-block .inner-wrap {
        height: auto;
        overflow: visible;
        padding-top: 285px;
        z-index: 999;
        position: relative;
    }
    body .featured-products-block .image {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -140px;
        /* margin-top: -60px; */
        width: 280px;
        height: 280px;
    }
    .featured-products-block .pager {
        margin-top: 0;
        margin-bottom: 0;
        z-index: 999;
        position: relative;
        padding: 40px 0;
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .featured-products-block .pager a {
        margin-right: 0;
    }
    .f-prod-pager-wrapper {
        position: relative;
        float: right;
        left: -50%;
        text-align: left;
        margin-top: -20px;
    }
    #f-prod-pager {
        margin: 0px;
        padding: 0px;
        position: relative;
        text-align: left;
        display: inline-block !important;
        left: 50%;
    }

    .catalog-page .content .layout,
    .page-2cols-left .content .layout {
        margin-left: 0;
        width: 100%;
    }
    .catalog-page .content .layout .left-col,
    .page-2cols-left .content .layout .left-col {
        float: none;
        margin-left: 0;
        width: 100%;
        display: none;
        padding-top: 25px;
    }
    .catalog-page .content .layout .content-col,
    .page-2cols-left .content .layout .content-col {
        padding-top: 0px;
    }
    body .catalog-page .content .layout .domloaded,
    .page-2cols-left .content .layout .domloaded {
        display: block!important;
    }
    .related-articles-block,
    .recipe-block {
        width: 100%;
        padding-top: 40px;
        clear: both;
        float: none;
    }
   
    body .expanded-filter-reveal {
        padding-bottom:10px;
    }
    
    
    /*
    body .content {
        margin: 40px 20px 40px 20px;
    }
    */
    body .content {
        margin: 0px 20px 40px 20px;
    }
   
    body .form-list .field {
        float: none;
        margin: 0;
    }
    body .form-list .input-box {
        margin: 0 0 20px 0;
    }
    body .form-list input.input-text,
    body .form-list li.wide input.input-text {
        width: 100%;
    }
    .form-list li {
        padding-bottom: 0;
    }

    body .form-list li.wide select,
    body #shopfinder-msg,
    body #shopfinder,
    body #map {
        width: 100%;
        height: 350px;
    }
    body .checkoutpage .form-list li.wide select {
        height: auto!important;
    }
    /*.payment-method {
        width: 100%;
        margin-bottom: 20px;
    }*/
    .payment-method-title {
        text-align: center;
        display: inherit;
    }
    body .write-review-block .form-list input.input-text {
        margin-bottom: 18px;
    }
    #shopfinder #locationSelect-wrapper {
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
        height: 134px;
    }
    #shopfinder #locationSelect-wrapper li {
        display: inline-block;
        min-width: 190px;
        width: auto;
        border-right: 1px solid #ccc;
        margin-bottom: 0;
        padding: 20px 0;
        margin-top: 0;
        min-height: 125px;
        border-bottom: none;
        vertical-align: top;
    }
    #shopfinder #locationSelect-wrapper #locationSelect {
        white-space: nowrap;
        padding-top: 0;
    }
    .messages {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
    #checkout-cart-load .messages {
        margin-left: -40px !important;
        margin-right: -40px !important;
    }
   

}
@media screen and (max-width: 580px) {


 
 

    body .checkoutpage .discount {
        border-bottom: 1px solid rgba(0, 0, 0, 0.11);
        box-shadow: 0 1px 0px rgba(187, 148, 206, 0.17);
        -moz-box-shadow: 0 1px 0px rgba(187, 148, 206, 0.17);
        -webkit-box-shadow: 0 1px 0px rgba(187, 148, 206, 0.17);
    }

    body #shopping-cart-totals-table {
        float:none;
        margin:0 auto;
    }

    body .theme-default .nivo-directionNav a {
        background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/nivoslider/themes/default/arrow_small.png') no-repeat!important;
    }
    body .theme-default .nivo-directionNav a.nivo-nextNav {
        background: url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/nivoslider/themes/default/arrow_small.png') -45px 0 no-repeat!important;
    }
    body .theme-default .nivo-controlNav {
        right: 15px !important;
        bottom: -9px !important;
    }
    body #wishlist-view-form .buttons-set2 button {
        width: 100%!important;
        margin-bottom: 10px;
        text-align: center;
    }
    
  
  
  
   
   
}
@media screen and (max-width: 480px) {

    body .block-account .menu li a,
    body .block-account .menu li strong {
        width: 48%;
    }
    .content-col .std iframe {
        height: 220px!important;
    }
  
}
@media screen and (max-width: 375px) {
    #checkout-review-submit button.btn-checkout span span {
        font-size: 16px;
        text-align: left;
        padding-left: 18px;
    }
    #checkout-review-submit button.btn-shopping span span {
        font-size: 16px;
    }
 
    .content-col .std .brandstoryrwd img {
        margin: 0 auto;
        float: none;
        clear: both;
        display: block;
    }
    .block .title {
        font-size: 2.1em;
    }
 
   
}






/* --- Lang switcher for multi languages -*/



@media screen and (max-width: 900px) {
  .theme-default {
        margin-top: 0px;
    }
}



.giftset-content,
.proudest-line li,
.proudest-line h3,
.proudest-line .ghostbtn,
.proudest-line li:after,
.checkout-assistant a,
.proudest-line ul li p,
ul.payment-methods li,
.half-col-thirty,
.half-col-sixty, body .products-line .category-block:before,
.ghostbtn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.loyalty-header {
    margin: 0 0 30px 0;
    font-size: 24px;
    color: #E2AE63;
    background: -webkit-linear-gradient(120deg, rgba(230, 219, 153, 1) 0%, rgba(230, 180, 107, 1) 16.31%, rgba(228, 175, 99, 1) 30.44%, rgb(234, 193, 114) 47.56%, rgb(226, 174, 98) 66.31%, rgb(226, 174, 98) 80.98%, rgba(255, 217, 132, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: #E2AE63;
}
.loyalty-header img {
    width: 30px;
    margin-right: 15px;
}





@media screen and (max-width: 1075px) {
    .page-1column #loyalty-sales .products-grid .elements .item {width:23%!important;margin-right:2%;}
    .page-1column #loyalty-sales .products-grid .elements .item:nth-child(6n) { margin-right: 0; }
}

@media screen and (max-width: 1075px) {
    #feel-the-joy-badge {margin:0 auto;float:none;clear:both;width: 70px;    margin-bottom: 17px!important;
    height: 47px;}
    .feel-joy-hp strong, .feel-joy-hp p {width:100%;text-align:center;}
    .feel-joy-hp {text-align:center;}
.feel-joy-hp .ghost-btn {    position: relative;
    top: auto;
    right: auto;
    float: none;
    clear: both;
    margin-top: 16px;
    padding: 12px 19px;
    font-size: 14px;}
}

@media screen and (max-width: 760px) {
    .page-1column #loyalty-sales .products-grid .elements .item {width:48%!important;margin-right:2%;}
    #loyalty-sales .ghost-btn {width: 325px;margin-left: auto;margin-right: auto;}
}

@media screen and (max-width: 480px) {
     .page-1column #loyalty-sales .products-grid .elements .item {
        width: 100%!important;
        margin-right: 0;
        margin-bottom:15px;
    }

    #loyalty-sales .ghost-btn {width: 100%;    margin-bottom: 10px;}

    .page-1column #loyalty-sales .products-grid .elements .item img.image {
        width:auto!important;
    }
}

.feel-joy-hp {
    background: #20161a url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/stars-background.png') no-repeat 71% -34px;
    padding: 45px 39px;
    position:relative;
}

.feel-joy-hp strong {
        font-family: 'Times New Roman', serif;
    color:#fff;
    font-size:21px;
}

.feel-joy-hp p {
    color:#fff;
    opacity:0.6;
    font-size:12px;
}

#feel-the-joy-badge {
    text-indent:-9999px;
    display:block;
    width:100px;
    height:67px;
    background:url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/feel_the_joy_badge.png') no-repeat;
    background-size: 100%;
    float:left;
    margin-right:45px;
    margin-top:-7px;
}
#loyalty-sales .ghost-btn, .feel-joy-hp .ghost-btn {
        text-align: center;
        padding: 18px 28px;
    position: relative;
    float: none;
    clear: both;
    margin: 30px 0 50px 0;
    text-decoration: none;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color:#483413;
    background: #edbe6f;
    font-style:normal;
    text-transform:uppercase;
    display:inline-block;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…Igd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(120deg, rgba(230,219,153,.38) 0%, rgba(230,180,107,.38) 16.31%, rgba(228,175,99,.38) 30.44%, rgba(239,201,128,.38) 47.56%, rgba(249,230,162,.38) 66.31%, rgba(253,248,182,.38) 80.98%, rgba(255,217,132,.38) 100%);
    background-image: -o-linear-gradient(120deg, rgba(230,219,153,.38) 0%, rgba(230,180,107,.38) 16.31%, rgba(228,175,99,.38) 30.44%, rgba(239,201,128,.38) 47.56%, rgba(249,230,162,.38) 66.31%, rgba(253,248,182,.38) 80.98%, rgba(255,217,132,.38) 100%);
    background-image: -webkit-linear-gradient(120deg, rgba(230,219,153,.38) 0%, rgba(230,180,107,.38) 16.31%, rgba(228,175,99,.38) 30.44%, rgba(239,201,128,.38) 47.56%, rgba(249,230,162,.38) 66.31%, rgba(253,248,182,.38) 80.98%, rgba(255,217,132,.38) 100%);
    background-image: linear-gradient(330deg, rgba(230,219,153,.38) 0%, rgba(230,180,107,.38) 16.31%, rgba(228,175,99,.38) 30.44%, rgba(239,201,128,.38) 47.56%, rgba(249,230,162,.38) 66.31%, rgba(253,248,182,.38) 80.98%, rgba(255,217,132,.38) 100%);
}

#loyalty-sales .ghost-btn:hover {
        box-shadow: 0 10px 0 #fff;
    -moz-box-shadow: 0 0 21px rgba(228,191,119,.47);
    -webkit-box-shadow: 0 0 21px rgba(228,191,119,.47);
    box-shadow: 0 0 21px rgba(228,191,119,.47);
}
.feel-joy-hp .ghost-btn {
    margin: 0;
    position: absolute;
    right: 39px;
    top: 50%;
    margin-top: -26px;
    padding: 15px 30px;
}
@media screen and (max-width: 1075px) {
    .page-1column #loyalty-sales .products-grid .elements .item {width:23%!important;margin-right:2%;}
    .page-1column #loyalty-sales .products-grid .elements .item:nth-child(6n) { margin-right: 0; }
}

@media screen and (max-width: 1075px) {
    #feel-the-joy-badge {margin:0 auto;float:none;clear:both;width: 70px;    margin-bottom: 17px!important;
    height: 47px;}
    .feel-joy-hp strong, .feel-joy-hp p {width:100%;text-align:center;}
    .feel-joy-hp {text-align:center;}
.feel-joy-hp .ghost-btn {    position: relative;
    top: auto;
    right: auto;
    float: none;
    clear: both;
    margin-top: 16px;
    padding: 12px 19px;
    font-size: 14px;}
}
#owl-demo .mw_display_point{display: none;}
.home-page .owl-item .item{padding-top: 20px !important; padding-bottom: 20px !important;}

.page.page-1column.special-products .content {margin-bottom: 0px;}
.contact-h3 {font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:17px;}
.sep-contact {
  background: none;
  border: none;
  border-bottom: 1px solid lightgrey;
    margin:20px 0 34px 0;
}

.no-mg-bt {margin-bottom:0!important;}

/* Checkout animation */
@-webkit-keyframes animatedBackground {
    0% { background-position: -20px center; }
    20% { background-position: -20px center;  }
    40% { background-position: -15px center;  }
    50% { background-position: -20px center; }
    60% { background-position: -15px center; }
    80% { background-position: -20px center; }
    100% { background-position: -20px center; }
}

@-moz-keyframes animatedBackground {
    0% { background-position: -20px center; }
    20% { background-position: -20px center;  }
    40% { background-position: -15px center;  }
    50% { background-position: -20px center; }
    60% { background-position: -15px center; }
    80% { background-position: -20px center; }
    100% { background-position: -20px center; }
}

@-ms-keyframes animatedBackground {
    0% { background-position: -20px center; }
    20% { background-position: -20px center;  }
    40% { background-position: -15px center;  }
    50% { background-position: -20px center; }
    60% { background-position: -15px center; }
    80% { background-position: -20px center; }
    100% { background-position: -20px center; }
}

@-o-keyframes animatedBackground {
    0% { background-position: -20px center; }
    20% { background-position: -20px center;  }
    40% { background-position: -15px center;  }
    50% { background-position: -20px center; }
    60% { background-position: -15px center; }
    80% { background-position: -20px center; }
    100% { background-position: -20px center; }
}

@keyframes animatedBackground {
    0% { background-position: -20px center; }
    20% { background-position: -20px center;  }
    40% { background-position: -15px center;  }
    50% { background-position: -20px center; }
    60% { background-position: -15px center; }
    80% { background-position: -20px center; }
    100% { background-position: -20px center; }
}

#top-cart .summary .checkout {
    animation: animatedBackground 2.5s ease-in-out infinite;
    -moz-animation: animatedBackground 2.5s ease-in-out infinite;
    -webkit-animation: animatedBackground 2.5s ease-in-out infinite;
    -ms-animation: animatedBackground 2.5s ease-in-out infinite;
    -o-animation: animatedBackground 2.5s ease-in-out infinite;
    background-position: -20px center;
    padding-left:20px;
}

.catalog-page .breadcrumbs {display: none !important;}
@media screen and (max-width: 1075px) {
    .page-1column #loyalty-sales .products-grid .elements .item {
        width: 23% !important;
        margin-right: 2%;
    }

    .page-1column #loyalty-sales .products-grid .elements .item:nth-child(6n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 760px) {
    .page-1column #loyalty-sales .products-grid .elements .item {
        width: 48% !important;
        margin-right: 2%;
    }

    #loyalty-sales .ghost-btn {
        width: 325px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    .page-1column #loyalty-sales .products-grid .elements .item {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #loyalty-sales .ghost-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .page-1column #loyalty-sales .products-grid .elements .item img.image {
        width: auto !important;
    }
}



body -mobile { display: none; }

@media screen and (max-width: 900px) {

    .catalog-search .search-reveal-button {
        right: 55px !important;
        left: auto !important;
     }

     #search_mini_form {
        padding-left: 40px !important;
        padding-right: 100px !important;
    }

}

.mainmenu ul li{margin-right: 10px;}

#shipping-method .half-col-sixty { width: 100%; }
#sell-out{margin-bottom: -22px !important;}
.fd-errorpage {
    text-align: center;
    padding-top: 40px;
}

.giftwrap-trigger {
    margin-top: 40px;
}

.giftwrap-trigger p {
    text-align: left;
    clear: left;
}

.giftwrap-trigger .checkbox-abtn {
    display: inline-block;
    width: auto;
}

.giftwrap-trigger .checkbox-abtn span.btn-gw {
    padding: 10px 40px !important;
}

.giftwrap-trigger .checkbox-abtn span.btn-gw i {
    margin-right: 5px;
}
.giftwrap {
    margin-left: 0px;
}

#gift-message-whole-message {
    height: 10em;
}

@media screen and (max-width: 760px) {
  .giftwrap-trigger .checkbox-abtn {
       width: 100%;
   }
}

@media screen and (max-width: 340px) {
    .language-switch select { font-size: 12px; }
    .catalog-search .search-reveal-button { right: 45px !important }
    .header-c { margin-left: -110px !important; width: 180px !important; }
    #search_mini_form { padding-right: 90px !important; }
    .menu-switcher a { width: 55px; }
    .menu-switcher a span { left: 15px; }
}

/*
	jQuery.mmenu CSS
*/

html .mm-subtitle .mm-subclose:before {
    bottom:42px!important;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none;display:block; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0;
    font-size: 16px;
}

  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen::before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }

      .mm-list > li.additional a {
        padding: 13px 20px;
        color: #A5BCB1;
    }
    .mm-list > li.additional a em.fa {
        margin-right: 13px;
    }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #fff; }

.mm-panel a img {
width: 40px;
height: 40px;
float: left;
margin-left: -6px;
margin-right: 10px;
}

.mm-panel p {
margin-bottom: 0;
line-height: 48px;
}

.mm-menu.mm-light {
  color: #48726C; }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(165, 188, 177, 0.23); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(231, 231, 231, 0.6);
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #D5D5D5;
    padding-top: 0;
    padding-bottom: 0;
    height: 64px;
    line-height: 65px;
    font-weight: bold;
    }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: #48726C; }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(165, 188, 177, 0.23); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white; }

.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black; }

.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

@font-face {
  font-family: 'StendersIcons';
  src:  url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/stenders-icons/fonts/StendersIcons.eot?xlfxtf');
  src:  url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/stenders-icons/fonts/StendersIcons.eot?xlfxtf#iefix') format('embedded-opentype'),
    url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/stenders-icons/fonts/StendersIcons.ttf?xlfxtf') format('truetype'),
    url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/stenders-icons/fonts/StendersIcons.woff?xlfxtf') format('woff'),
    url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/stenders-icons/fonts/StendersIcons.svg?xlfxtf#StendersIcons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="s-icon-"], [class*=" s-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'StendersIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.s-icon-vkontakte:before {
  content: "\e922";
}
.s-icon-free-samples:before {
  content: "\e91d";
}
.s-icon-ingredients:before {
  content: "\e91e";
}
.s-icon-yandex_money:before {
  content: "\e91f";
  color: #f0eeef;
}
.s-icon-swedbank:before {
  content: "\e920";
  color: #f0eeef;
}
.s-icon-paypal:before {
  content: "\e921";
  color: #f0eeef;
}
.s-icon-chevron-left:before {
  content: "\e900";
}
.s-icon-chevron-up:before {
  content: "\e901";
}
.s-icon-arrow-left:before {
  content: "\e902";
}
.s-icon-world:before {
  content: "\e903";
}
.s-icon-shopping-bag:before {
  content: "\e904";
}
.s-icon-star:before {
  content: "\e905";
}
.s-icon-star-empty:before {
  content: "\e906";
}
.s-icon-search:before {
  content: "\e907";
}
.s-icon-payment:before {
  content: "\e908";
}
.s-icon-heart-empty:before {
  content: "\e909";
}
.s-icon-heart:before {
  content: "\e90a";
}
.s-icon-gift:before {
  content: "\e90b";
}
.s-icon-delivery:before {
  content: "\e90c";
}
.s-icon-chevron-right:before {
  content: "\e90d";
}
.s-icon-check:before {
  content: "\e90e";
}
.s-icon-chevron-down:before {
  content: "\e90f";
}
.s-icon-arrow-right:before {
  content: "\e910";
}
.s-icon-instagram:before {
  content: "\e911";
}
.s-icon-visa-electron:before {
  content: "\e912";
  color: #f0eeef;
}
.s-icon-maestro:before {
  content: "\e913";
  color: #f0eeef;
}
.s-icon-mastercard:before {
  content: "\e914";
  color: #f0eeef;
}
.s-icon-visa:before {
  content: "\e915";
  color: #f0eeef;
}
.s-icon-worldline:before {
  content: "\e916";
  color: #f0eeef;
}
.s-icon-youtube:before {
  content: "\e917";
}
.s-icon-facebook:before {
  content: "\e918";
}
.s-icon-close:before {
  content: "\e919";
}
.s-icon-phone:before {
  content: "\e91a";
}
.s-icon-home:before {
  content: "\e91b";
}
.s-icon-email:before {
  content: "\e91c";
}

.s-icon-vkontakte {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe922;');
}
.s-icon-free-samples {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91d;');
}
.s-icon-ingredients {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91e;');
}
.s-icon-yandex_money {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91f;');
}
.s-icon-swedbank {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe920;');
}
.s-icon-paypal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe921;');
}
.s-icon-chevron-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe900;');
}
.s-icon-chevron-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe901;');
}
.s-icon-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe902;');
}
.s-icon-world {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe903;');
}
.s-icon-shopping-bag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe904;');
}
.s-icon-star {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe905;');
}
.s-icon-star-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe906;');
}
.s-icon-search {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe907;');
}
.s-icon-payment {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe908;');
}
.s-icon-heart-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe909;');
}
.s-icon-heart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90a;');
}
.s-icon-gift {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90b;');
}
.s-icon-delivery {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90c;');
}
.s-icon-chevron-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90d;');
}
.s-icon-check {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90e;');
}
.s-icon-chevron-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90f;');
}
.s-icon-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe910;');
}
.s-icon-instagram {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe911;');
}
.s-icon-visa-electron {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe912;');
}
.s-icon-maestro {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe913;');
}
.s-icon-mastercard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe914;');
}
.s-icon-visa {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe915;');
}
.s-icon-worldline {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe916;');
}
.s-icon-youtube {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe917;');
}
.s-icon-facebook {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe918;');
}
.s-icon-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe919;');
}
.s-icon-phone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91a;');
}
.s-icon-home {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91b;');
}
.s-icon-email {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe91c;');
}


.cookies{
	padding-left: 20px;
	padding-right: 20px;
}
.cookies-wrapper{
	text-align: center;
	line-height: 1.5;
	color: white;
    font-size: 13px;
	width: 100% !important;
	padding-top: 13px;
	padding-bottom: 13px;
    font-weight: 200;
    display: none;
    background-color: #A5BCB1;
} 
.cookies br {
    display: none;
}
.cookies span{
    margin-left: 5px;
    margin-right: 20px;
}
.cookies .cookie-button{
	white-space: nowrap;
    padding-right: 20px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.7;
}
.cookies .cookie-button:before {
    content: "\e910";
    font-family: "StendersIcons";
    margin-right: 5px;
}
.cookies a {
	color: white;
	text-decoration: underline;
}
    
@media screen and (max-width: 900px) {
    .cookies-wrapper {
	    line-height: 1.5;
	    padding-top: 15px;
        position:fixed;
        bottom:0;
        z-index:99999;
        text-align:center;
        padding-right: 20px;
        padding-left: 20px;
    }
    .cookies{
	    padding-left: 0px;
		padding-right: 0px;
    }  
    .cookies br {
        display: block;
    }
    .cookies .cookie-button {
        display: inline-block;
        clear: both;
        float: none;
        font-size: 12px;
	}
}

.gift-offer-header {
  background-color: #9B215E;
  text-align: center;
  padding: 10px 25px;
}
.gift-offer-header.gift-is-selected {
  background-color: #6B3C51;
}
.gift-offer-header h3 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 1.4;
}
.gift-offer-content {
  padding: 10px 35px;
  text-align: center;
}
.gift-offer-content .col{
	padding-top: 10px;
	padding-bottom: 10px;

}
.gift-offer-content.collapsed {
	display: none;
}
.gift-item {
  position: relative;
  padding-top: 35px;
  min-height: 180px;
  border: 1px solid #e9e9e9;
}
.gift-item button {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9B215E;
  border: 0px;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.gift-item button > span {
  margin: 5px 10px;
  display: block;
} 

.gift-item .name {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 10px 10px
}

.gift-selected button {
  background-color: #6B3C51;
}

.gift-item img {
	cursor: pointer;
}

.gift-item img.grayscale {
   cursor: auto;

  /* Firefox 10+, Firefox on Android */
  filter: url("https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/data:image/svg+xml;utf8,<sv")xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-filter: grayscale(100%);
}

.gift-item img.grayscale.disabled {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.choice-change { 
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;
  text-transform: uppercase;
}
.choice-change .fa {
  padding-right: 10px;
}

.cart-block .gift-offer-header {
	margin-left: -40px;
	margin-right: -40px;
}

.cart-block #gifts-selector {
  clear: both;
}
.gift-icon:after {
  font-family: "StendersIcons";
  content: "\e90b";
  font-size: 32px;
  color: #9B215E;
}
@media screen and (max-width: 980px) {
  .gift-item {
    min-height: 210px;
  }
}
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter: alpha(opacity=0);
	opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default {
	position:relative;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/nivoslider/themes/default/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index: 5;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	display:block;
	position:absolute;	
	right: 25px;
	bottom:0px;
	z-index: 10;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/nivoslider/themes/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -10px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:45px;
	height:45px;
	background:url(https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/nivoslider/themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-45px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.products-line .cd-section { 
    position: relative; 
}
.products-line .ll-hider { 
    position: relative; 
    height: 2px; 
    background-color: #fff; 
    margin-top: -1px; 
}
.products-line h2.title { 
    font-size: 26px; 
    border-bottom: 1px solid #d2d2d2; 
    color: #1D1E1C;
    margin: 0px -39px; 
    padding: 0px 40px 12px; 
    text-align: left; 
}
.ghostbtn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 30px auto;
    padding: 9px 12px;
    text-align: center;
    width: 114px;
    text-indent:20px;
    background:url("https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/arrow-btn.png") no-repeat 15px 16px;
}
.ghostbtn:hover {
    text-decoration: none;
    border: 2px solid #fff;
    color: #fff;
}

/* Line main block begin */
.products-line .line-header { 
    position: relative; 
    text-align: center; 
    margin: -60px -39px 0px; 
    padding: 35px 35px 0px !important;
    border-bottom: 1px solid rgba(66, 66, 66, 0.1);
    width: auto; 
    top: 0; 
    left: 0;
}
.products-line .line-header .title { 
    font-size: 46px; 
}
.products-line .line-header .description { 
    padding: 0px 100px; 
    font-size: 15px; 
    text-align: center;
}
.products-line .line-banner { 
    margin: 0px -39px; 
}
.products-line .line-banner img { 
    width: 100%; 
}

@media screen and (max-width: 760px) {
    .products-line .line-header .description { 
        padding: 00px 40px; 
    }    
}
/* Line main block end */


/* Line navigation begin  */
.products-line .line-nav { margin: 20px -36px 0px; background: rgba(255, 255, 255, 0.2); }
.products-line .line-nav ul { list-style: none; border-top: 1px solid rgba(66, 66, 66, 0.1); border-bottom: 1px solid rgba(66, 66, 66, 0.1); text-align: center; }
.products-line .line-nav li { display: inline-block; padding: 10px 15px; font-family: "zurich_cn_tl", "Arial"; font-size: 15px; text-transform: uppercase; }
.products-line .line-nav li a { color: rgb(66, 66, 66); }
.products-line .line-nav li a:hover { text-decoration: none; }
.products-line .line-nav li a:hover span { border-top: 1px solid rgba(66, 66, 66, 0.63); border-bottom: 1px solid rgba(66, 66, 66, 0.63); padding: 4px 0px; }
@media screen and (max-width: 760px) {
    .products-line .line-nav li { display: block; border-bottom: 1px solid rgba(66, 66, 66, 0.1); }
    .products-line .line-nav li:last-child { border-bottom: 0px; }
}
/* Line navigation end  */  

/* Line ingredients begin */
.products-line .line-ing { background:#f8f9fc; margin:0 -39px 15px -39px; padding:40px; border-bottom: 1px solid rgba(66, 66, 66, 0.1);}

.products-line .line-ing > ul > li { width:100% !important; float:left; text-align:left; list-style: none; box-sizing: border-box; -moz-box-sizing: border-box; }
.products-line .line-ing > ul > li > ul > li { min-height:130px; width:50%; float:left; text-align:left; list-style: none; margin-top:10px; padding: 0px 30px; box-sizing: border-box; -moz-box-sizing: border-box; }
.products-line .line-ing ul li img { float:left; margin-right:20px; width: 120px;}
.products-line .line-ing ul li h3 { font-family: "zurich_cn_tl", "Arial"; text-transform: uppercase; font-size: 19px; color:#000;}

@media screen and (max-width: 900px) {
    .products-line .line-ing { padding:35px 20px; }
    .products-line .line-ing ul li { min-height:0; width:100%!important; float:none; }
    .products-line .line-ing ul li img { width: 100px;}  
}
@media screen and (max-width: 640px) {  
    .products-line .line-ing ul li img { width: 80px;}  
    .products-line .line-ing ul li p {margin-top:-5px;}
    .products-line .line-ing div.clear {margin-bottom:0!important; }
}
@media screen and (max-width: 480px) {
    .products-line .line-ing ul li img { width: 120px; text-align: center; display: block;margin: 0 auto;float: none;}
    .products-line .line-ing ul li h3, 
    .products-line .line-ing ul li p {text-align:center;}
}
/* Line ingredients end */

/* Line articles begin */
.products-line .related-articles-block { width: 100% !important; margin-left: 0; float: none; padding-top: 39px; margin-top: 0px; }
.products-line .related-articles-block ul { max-width: 800px; padding: 40px 29px 10px; }
.products-line .related-articles-block ul li { border-bottom: 1px solid #eee; padding-bottom: 20px; }
.products-line .related-articles-block ul li:last-child { border-bottom: none; margin-bottom: 0px; padding-bottom: 0px;}
.products-line .related-articles-block ul li a img { height: auto !important; width: 170px; opacity: 1; }
.products-line .related-articles-block ul li .item-title h4 { margin-bottom: 0.5em; }
.products-line .related-articles-block .more { text-transform: uppercase; font-size: 12px; font-weight: bold; color: #795b7d; display: block; padding-top: 10px;}
.products-line .related-articles-block .more .fa { font-size: 10px; padding-left: 5px; }

@media screen and (max-width: 1075px) {
    .products-line .related-articles-block { padding-left: 0px; } /* tmp */
}
@media screen and (max-width: 760px) {
    .products-line .related-articles-block h2.title { display: block !important; } /* tmp */
}
@media screen and (max-width: 480px) {
    .products-line .related-articles-block ul li a img { width: 100%; margin-right: 0px; margin-bottom: 20px;}
}
/* Line articles end */

/* Line reviews begin */
.products-line .reviews-block { margin: 0; padding-top: 39px; }
.products-line .reviews-block .reviews { padding: 40px 14px 10px; }
.products-line .reviews-block .reviews .item .wrap .product { color: #795b7d; text-transform: uppercase; font-family: "zurich_cn_tl", "Arial"; font-size: 16px; }
.products-line .reviews-block .reviews .item .wrap .date { font-size: 14px; }


/* Line reviews end */


/* Line Main info */
.proudest-line li, .proudest-line h3, .proudest-line .ghostbtn, .proudest-line li:after, .proudest-line ul li p {
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home-page .proudest-line {margin: 0px;}

@media screen and (max-width: 1075px) {
    #dd-wrapper, #dd-wrapper .dd-line.show {width:auto!important;}
}


/* Proudest lines begin */
.home-productslide .line {display:none!important;}
.proudest-line li:after {content: "";display: block;background: rgba(0, 0, 0, 0.45);width: 100%;height: 100%;position: absolute;top: 0;}
.proudest-line li:hover:after {background: rgba(0, 0, 0, 0.2);}
.proudest-line {position:relative;padding-bottom: 35px;text-align:center;margin:35px -39px 15px -39px;height:353px;background:#333;overflow:hidden;}
.proudest-line:before {z-index: 999;background:url('https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/images/lines/badge-proudest-lines.png') no-repeat;content:"";width:158px;height:77px;display: block; position: absolute;top: 30px;left:30px;}
.proudest-line ul li {
	position:relative;
    background: no-repeat top left;
    width:16.66666666666%;
    min-height:315px;
    height:315px;
    cursor:pointer;
    list-style-type:none;
    float:left;
}
.proudest-line ul li:hover {width:30%!important;}
.proudest-line ul:hover li {width:14%;}
.proudest-line ul li p {visibility:hidden;width: 250px;opacity:0;min-height:100px; height:100px; }
.proudest-line ul li:hover p {visibility: visible;opacity:1;width: 250px;}
.proudest-line h2 {background: #150f0f;font-size: 26px;color: #fff;margin: 0;padding: 22px;}
.proudest-line h3 {margin-top:125px;font-size:22px;color:#fff;position:relative;z-index:2;}
.proudest-line p {color:#fff;font-family: "zurich_cn_tl", "Arial";width: 55%;margin: 0 auto 10px;font-size: 16px;position:relative;z-index:2;}
.proudest-line .ghostbtn {font-size:15px;width: auto;display: block;width: 81px;padding: 7px 10px;position:relative;z-index:2;}
.proudest-line .ghostbtn {background:none;padding: 7px 10px; text-align: center;
  margin: 0 auto;margin-top:-95px;}
.proudest-line .fa {margin-left:-20px;padding-left:0;width:6px;text-indent:0;}
.proudest-line li:hover h3 {margin-top: 65px;}
.proudest-line li:hover .ghostbtn {margin-top:0;position:relative;top:auto;}
.proudest-line li:hover .ghostbtn {color:#fff;border:2px solid #fff}

.hide {opacity:0;margin-top:20px;visibility:hidden;position:absolute}
.show {opacity:1;margin-top:0;visibility:visible;}
.arrowdropdown {
    border: 2px solid #656161;
    position: relative !important;
    top: -4px !important;
    float: left !important;
    right: auto !important;
    color: #B59871;
    margin-right: 10px;
    margin-top: 5px;
    line-height: 22px;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 100px;
}

#dd-wrapper {cursor: pointer; border-bottom: 1px solid #E4E4E4; width: 1060px; display: block; position: relative; margin: -15px -39px 0px; padding: 8px 30px; box-sizing: border-box;}
#dd-wrapper h2 {color: #656161;font-size: 20px;margin-bottom: 5px;margin-top: 7px;height: 26px;line-height: 25px;}
#dd-wrapper span {font-family: "Times New Roman",serif;opacity: 0.8;float: right;position: absolute;right: 39px;top: 16px;font-size: 15px;color: #6F6F6F;}
#dd-wrapper .fa {color:#656161;}

.dd-line.show {position:relative;display:block;height:auto!important;width:1060px;margin:15px -30px -20px -30px;padding-bottom:0!important;}
.dd-line:before {display:none!important;}
.dd-line ul li, .dd-line ul li:hover, .dd-line ul:hover li {z-index:800;background-size:100% auto!important;position:relative;width:50%!important;float:left;height:100px;overflow:hidden;display:block;min-height:0!important;}
.dd-line ul li h3 {position:absolute; top: 40px; left:34px;margin:0; padding:0;}
.dd-line ul li .ghostbtn {position:absolute; bottom:-50px;right:20px;opacity:0;margin:0;color:#fff;}
.dd-line ul li .ghostbtn .fa {color:#fff!important;}
.dd-line ul li:hover .ghostbtn {bottom:30px;opacity:1;position:absolute;}
.dd-line ul li:hover h3 {left:50px;margin-top:0;}
.dd-line ul li p {display:none;}

@media screen and (max-width: 1075px) {
    .dd-line.show {width:100%!important;float:none;height:auto!important;padding-bottom:0;}
    .dd-line ul li {width:100%!important;float:none;height:100px!important;}
    .dd-line ul li, .dd-line ul li:hover, .dd-line ul:hover li {width:100%!important;}
    .dd-line ul li h3 {top:38px!important;}
    .proudest-line .ghostbtn {width:96px;}
}
@media screen and (max-width: 980px) {
    .product-set .ghostbtn {width:100%;margin-top:10px;clear:both; }
}
@media screen and (max-width: 835px) { 
    .proudest-line {height:auto;padding-bottom:0!important;}
    .proudest-line ul li, 
    .proudest-line ul li:hover, 
    .proudest-line ul:hover li {width:100%!important}
    .proudest-line h3, 
    .proudest-line ul li:hover h3 {margin-top:30px!important;float:left;margin-left:25px;}
    .dd-line h3, .dd-line ul li:hover h3 {margin-top:0!important}
    .proudest-line ul li:hover h3 {margin-left:40px!important;}
    .proudest-line ul li {height:85px;min-height:0!important;overflow:hidden;  background-size: 100% auto!important;  background-position: center!important;}
    .proudest-line ul li:hover p, 
    .proudest-line ul li p {display:none;}
    .proudest-line ul li:hover .ghostbtn, 
    .proudest-line ul li .ghostbtn {margin:120px 25px 0 0;float:right;}
    .proudest-line ul li:hover .ghostbtn {margin:23px 25px 0 0!important;}
}
@media screen and (max-width: 640px) {
    .proudest-line:before {display:none;}
    .proudest-line .ghostbtn {width: auto;display: inline-block;}
    .proudest-line h3 {margin-left:35px;}
    .proudest-line li:hover h3 {margin-left:50px;}
    .proudest-line .ghostbtn, 
    .proudest-line li:hover .ghostbtn {margin-right:35px!important;}
}
@media screen and (max-width: 480px) {
    .proudest-line ul li, 
    .proudest-line ul li:hover, 
    .proudest-line ul:hover li {width:100%!important;}  
}
/* Proudest lines end */

/* Menu */
.featured-products {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	margin-top: 45px;
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(165, 188, 177, 0.32);
}
.featured-products.fp_bestsellers {
	border-bottom: 0px;
}
.featured-products .title {
	text-align: left;
	font-size: 38px;
	font-family: "ProspectusPro","Trebuchet MS", Helvetica, sans-serif; 
	font-weight: 300;
};

.featured-products .direction_nav {
	display: block; 
	position: absolute; 
	top: 35%; 
	width: 100%;
}
.featured-products .direction_nav a {
  display: block;
  width: 45px;
  cursor: pointer;
  height: 45px;
  position: absolute;
  background: url(https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/nivoslider/themes/default/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0.5;
}
.featured-products .direction_nav a:hover {
    opacity: 1;
}
.featured-products .direction_nav a.active {
	background: #795b7d;
}
.featured-products .direction_nav .prev_nav {
	left: -100px;
}
.featured-products .direction_nav .next_nav {
	right: -100px; 
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
 	-ms-transform:rotate(180deg); /* IE 9 */
  	-moz-transform:rotate(180deg); /* Firefox */
  	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-o-transform:rotate(180deg); /* Opera */
}

.featured-products .products-grid .elements .item{
	width: 94% !important;
}

@media screen and (max-width: 580px) {
    .featured-products .title {
		text-align: center;
	}
	.products-grid .elements .item {
		border-bottom: 0px !important;
	}
	.featured-products .products-grid .elements .item{
		width: 100% !important;
	}
}

/*---------------------------------------*/

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
  	-webkit-transform: translate3d(0,0,0);
  	-moz-transform: translate3d(0,0,0);
  	-ms-transform: translate3d(0,0,0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(https://www.stenders-cosmetics.com/skin/frontend/stenders4/default/css/AjaxLoader.gif) no-repeat center center
}

.xmas-countdown {
	position: relative;
	background-image: url('/skin/frontend/stenders3/christmas/images/countdown/bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border-top: 3px solid #fff3bf;
	background-color: #650202;
}
.catalog-page .xmas-countdown {
	border-top: 0px;
}

.xcd-title {
	display: block;
	width: 502px;
	float: left;
	margin-bottom: -40px;
}

.xcd-content {
	position: relative;
	color: #fff3bf;
}
.xcd-content:after {
  content: "";
  display: table;
  clear: both;
}

.xcd-counter {
	list-style: none;
	float: right;
	margin: 40px 40px 20px 20px;
	padding: 0px;
}
.xcd-counter li {
	float: left;
	display: block;
	text-align: center;

}
.xcd-counter > li > span {
	font-weight: bold;
	width: 100px;
	height: 67px;
	background-image: url('/skin/frontend/stenders3/christmas/images/countdown/dial.png');
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	text-align: left;
}
.xcd-counter > li.hidden {
	display: none;
}
.xcd-counter > li > span > span {
	line-height: 57px;
	font-size: 48px;
	letter-spacing: 20px;
	padding-left: 8px;
	color: #b30526;
	font-family: "Arial";
}
.xcd-counter > li > strong {
	padding-right: 5px;
	font-family: "Times New Roman";
	font-style: italic;
}

.happy-holidays {
	width: 100%;
	display: none;
}
.happy-holidays img {
	width: 100%;
}

@media screen and (max-width: 980px) {
	.xcd-title {
		width: 400px;
	}
	.xcd-title img {
		width: 100%;
	}

	.xcd-counter {
		margin-top: 20px;
	}

	.xcd-counter > li > span {
		width: 80px; 
		height: 54px;
		background-size: 80px 54px;

	}
	.xcd-counter > li > span > span {
		line-height: 52px;
		font-size: 39px;
		letter-spacing: 18px;
		padding-left: 5px;
	}

}

@media screen and (max-width: 980px) {
	.xcd-title {
		width: 300px;
		margin-bottom: 0px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.xcd-counter {
		margin-top: 20px;
	}
	.xcd-counter > li > span {
		width: 70px; 
		height: 50px;
		background-size: 70px 50px;
	}
	.xcd-counter > li > span > span {
		line-height: 45px;
		font-size: 32px;
		letter-spacing: 17px;
	}
}

@media screen and (max-width: 340px) {
	.xcd-title {
		width: 270px;
		margin-bottom: 0px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.xcd-counter > li > span {
		width: 55px;
		height: 39px;
		background-size: 55px 39px;
	}
	.xcd-counter > li > span > span {
		line-height: 36px;
		font-size: 24px;
		letter-spacing: 14px;
	}

}
