@font-face {
    font-family: "RFDewiExtended-Regular";
    src: url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Regular.woff2) format("woff"),url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

/*@font-face {*/
/*    font-family: "RFDewiExtended-Light";*/
/*    src: url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Light.woff2) format("woff"),url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Light.ttf) format("truetype");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: block*/
/*}*/

/*@font-face {*/
/*    font-family: "RFDewiExtended-Thin";*/
/*    src: url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Thin.woff2) format("woff"),url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Thin.ttf) format("truetype");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: block*/
/*}*/

@font-face {
    font-family: "RFDewiExtended-Regular";
    src: url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Semibold.woff2) format("woff"),url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "RFDewiExtended-Regular";
    src: url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Bold.woff2) format("woff"),url(/catalog/view/javascript/library/fonts/RFDewiExtended/RFDewiExtended-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block
}




@font-face {
    font-family: 'simple-line-icons';
    src: url('/catalog/view/javascript/library/fonts/simple-line-icons/simple-line-icons.ttf');
    src: url('/catalog/view/javascript/library/fonts/simple-line-icons/simple-line-icons.ttf') format('truetype'), url('/catalog/view/javascript/library/fonts/simple-line-icons/simple-line-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"], .fa, [class^="icon_"], [class*=" icon_"] {
    font-family: 'simple-line-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





body {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: "RFDewiExtended-Regular", sans-serif;
    /*font-family: "Noto Sans", sans-serif;*/
    background: #fff;
    width: 100%;
}




.fa-star:before {
    content: "\f005";
}

.fa-empty-star:before {
    content: "\f006";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.icon-close:before {
    content: "\f00d";
}

.fa-arrow-left:before {
    content: "\f053";
}

.fa-arrow-right:before {
    content: "\f054";
}

.fa-facebook:before {
    content: "\e900";
}

.fa-arrow-down:before {
    content: "\f0dd";
}

.fa-arrow-up:before {
    content: "\f0de";
}

.icon-reverse:before {
    content: "\f0ec";
}

.fa-double-right:before {
    content: "\f100";
}

.fa-double-left:before {
    content: "\f101";
}

.fa-double-up:before {
    content: "\f102";
}

.fa-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-qua-start:before {
    content: "\f10d";
}

.fa-qua-end:before {
    content: "\f10e";
}

.fa-instagram:before {
    content: "\e901";
}

.icon-user:before {
    content: "\e005";
}

.icon-handbag:before {
    content: "\e035";
}

.icon-note:before {
    content: "\e060";
}

.icon-heart:before, .icon_heart_alt:before {
    content: "\e08a";
}

.icon-lock-open:before {
    content: "\e08f";
}

.icon-magnifier:before {
    content: "\e090";
}

.icon-settings:before {
    content: "\e09a";
}

.icon_close:before {
    content: "\4d";
}

.icon_search:before {
    content: "\55";
}

.icon_clock_alt:before {
    content: "\7d";
}

.icon_mail:before {
    content: "\e076";
}

.icon_pin:before {
    content: "\e081";
}

.icon_phone:before {
    content: "\e091";
}

.icon_minus-06:before, .fa-minus:before {
    content: "\4b";
}

.icon_plus:before, .fa-plus:before {
    content: "\4c";
}

.icon_filter:before {
    content: "\66";
}

.icon-equalizer:before {
    content: "\e06c";
}

.fa-trash-o:before {
    content: "\f014";
}


p {
    margin: 0 0 20px;
}

.fixed-body {
    padding: 0 20px;
}

* {
    outline: 0;
}

b,strong {
    font-weight: 600;
}

a {
    color: #999;
    line-height: 1.7;
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
}

a:hover {
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
    outline: none;
}

.strong {
    font-weight: bold;
}

#main {
    overflow: hidden;
}

#main.main-fixed {
    overflow: visible;
}

.price {
    color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .typo-main-menu, .widget-tabs > li > a, .block .block-title, .typo-nav ul.nav-accordion li a, .product-collateral .product-tabs li a, .product-name {
    /*font-family: Noto Sans, arial, serif;*/
    font-family: "RFDewiExtended-Regular", sans-serif;
}

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,select {
    background: #fff;
    color: #000;
    font-weight: 400;
    /*font-family: Noto Sans, arial, sans-serif;*/
    font-family: "RFDewiExtended-Regular", sans-serif;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 12px 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}



/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}



/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 15px 0;
    background: none;
    border-top: 1px solid #e3e3e3;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: ' > ';
    display: inline-block;
    color: #ccc;
    padding-right: 6px;
    padding-left: 6px;
}
.breadcrumb > li:last-of-type:after {
    display: none;
}



.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.85;
}
/*.product-thumb .image a:hover img {*/
/*    opacity: 0.9;*/
/*}*/
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
/*.rating .fa-star {*/
/*	color: #FC0;*/
/*	font-size: 15px;*/
/*}*/
/*.rating .fa-star + .fa-star-o {*/
/*	color: #E69500;*/
/*}*/
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
/*@media (max-width: 1200px) {*/
/*	.product-thumb .button-group button, .product-thumb .button-group button + button {*/
/*		width: 33.33%;*/
/*	}*/
/*}*/
/*@media (max-width: 767px) {*/
/*	.product-thumb .button-group button, .product-thumb .button-group button + button {*/
/*		width: 33.33%;*/
/*	}*/
/*}*/


.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -10px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 10px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}







/****************** new ********************/
.form-control {
    height: 40px;
}



.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
@media (min-width: 1400px) {
    .container {
        width: 1270px;
    }
}


.button-1,
.btn-1,
.btn.btn-primary {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: color 250ms ease, background-color 250ms ease;
    -moz-transition: color 250ms ease, background-color 250ms ease;
    transition: color 250ms ease, background-color 250ms ease;
    outline: none;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none !important;
    overflow: visible;
    padding: 0;
    position: relative;
    background: transparent;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #000;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000 !important;
    background-color: #ffffff;
    border-color: #000;
    margin: 7px 0;

    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    border-radius: 0;
}
.button-1:hover,
.btn-1:hover,
.btn.btn-primary:hover,
.btn.button-2 {
    color: #ffffff !important;
    border-color: #000000 !important;
    background-color: #000000 !important;
}
.btn.button-2:hover {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}









.header-notice-slide {
    text-align: center;
    white-space: nowrap;
    word-wrap: break-word;
}
.header-notice {
    overflow: hidden;
    width: 100%;
}
.header-notice > div {
    display: flex;
    justify-content: space-between;
}
.header-notice p {
    width: auto;
    text-align: center;
}

@media (max-width: 600px) {
    .header-notice p {
        white-space: nowrap;
    }
}
.header-notice {
    background: #EFD2CA;
    font-weight: 600;
}
.header-notice,
.header-notice a {
    color: #ffffff;
}
.header-notice a.close-notice {
    background: none;
}
.header-notice a.close-notice:hover {
    background: none;
}
.header-notice a.close-notice {
    color: none;
}
.header-notice a.close-notice:hover {
    color: none;
}
.header-notice.hovered .header-notice-swiper {
    transition-duration: 0ms!important;
}



.top-text-slider .header-notice-slide {
    background: #EFD2CA;
    padding: 3px;
}
.tts-text {
    padding: 3px;
}
a.tts-text:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}





.header .header-top-inner {
    font-size: 13px;
}
.header__links {
    padding: 13px 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.header__links-item {
    margin-right: 20px;
}
.header-top-inner a {
    color: #666666;
    line-height: 16px;
}
.header-top-inner a:hover {
    color: #000000;
}
.login-topbar {
    float: left;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.top-bar {
    text-align: center;
}
.top-bar .inner-top-bar {
    display: inline-block;
    vertical-align: top;
}
.login-topbar a {
    display: inline-block;
    line-height: 16px;
    padding: 13px 0;
}
.register-topbar a {
    display: block;
    line-height: 16px;
    padding: 13px 0;
}
.register-topbar {
    float: left;
}
.login-topbar:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #666666;
}


.social {
    float: right;
    line-height: 16px;
}
.social .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.small, small {
    font-size: 85%;
}
.social .social-icons li {
    float: left;
    margin: 0;
}
.social .social-icons li a {
    padding: 13px 7px;
    font-size: 18px;
    display: block;
    line-height: 18px;
}
.fa-instagram:before {
    content: "\e901";
}
.social .social-icons li a span {
    display: none;
}



.header__wrapper {
    align-items: center;
    display: flex;
}
.megaMenuToggle-custom {
    display: none;
}
.header__contacts-phone {
    width: 215px;
    position: relative;
    margin-left: 21px;
}
.header__contacts-phone .phone-btn {
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}
.header__contacts-phone .phone-btn span {
    font-weight: normal;
}
.header__contacts-phone .phone-btn i {
    margin-left: 5px;
    color: #999;
}
.header__contacts-phone .phone__wrapper {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100%;
    padding: 15px;
    background: #FFF;
    flex-direction: column;
    box-shadow: 0 5px 11px rgba(179, 179, 179, .4);
    display: none;
    z-index: 99;
}
.header__contacts-phone .phone__wrapper.active {
    display: flex;
}
.header__contacts-phone .phone__wrapper .phone-item {
    display: flex;
    align-items: center;
}
.header__contacts-phone .phone__wrapper a {
    font-size: 18px;
    font-weight: 400;
    color: black;
}
.header__contacts-phone .phone__wrapper .telegram-item a {
    font-size: 14px;
}
.header__contacts-phone .phone__wrapper a span {
    font-weight: normal;
}
.header__contacts-phone .phone__wrapper .phone-item i {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}
.header__contacts-info p.info-adress {
    font-weight: bold;
    color: black;
}
.header__contacts-info p.info-time {
    padding-left: 21px;
}
.header__contacts-info p {
    margin-bottom: 0;
}



.logo-home {
    display: table;
    height: 146px;
    width: 100%;
    text-align: center;
}
.header .logo-home {
    text-align: center;
}
.header .logo {
    outline: medium none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.logo-home .logo {
    display: table-cell;
    vertical-align: middle;
}
.header .logo img {
    vertical-align: middle;
    margin: 0 auto;
}



.header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.typo-top-cart {
    text-align: right;
    display: table;
    height: auto;
    width: 100%;
}
.typo-top-cart .typo-maincart {
    display: table-cell;
    vertical-align: middle;
}
.typo-cart {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.typo-icon-ajaxcart {
    display: block;
    text-align: left;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
}
.typo-icon-ajaxcart .typo-cart-label {
    padding: 0;
    float: left;
    height: 30px;
    line-height: 30px;
}
.typo-icon-ajaxcart .icon-cart {
    height: 30px;
    line-height: 30px;
    float: left;
}
.typo-icon-ajaxcart .icon-cart i {
    font-size: 30px;
}
.typo-icon-ajaxcart .typo-cart-label .print {
    margin: 0 15px;
}
.price {
    color: #000;
}
.typo-icon-ajaxcart .typo-cart-label .price {
    font-weight: bold;
}
a.typo-cart-label {
    color: #000;
}
a:hover.typo-cart-label {
    color: #999;
}


.top-seach {
    display: table;
    height: auto;
    width: 100%;
}
.top-seach .quick-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    vertical-align: middle;
}
.mob-search {
    display: none;
}
.form-search {
    position: relative;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.form-search input#search {
    border: none;
    background: #f6f7f9;
    outline: none;
    font-size: 12px;
    box-shadow: none;
    padding-right: 30px;
    width: 100%;
    height: 34px;
    padding: 0 0 0 7px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.button-search {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 6px;
    width: 28px;
    text-align: center;
    line-height: 28px;
}
.button-search i {
    font-size: 18px;
    color: #999;
    line-height: 28px;
}
.form-search.active {
    max-width: 300px;
}



/* modal vertical */
.modal-vertical-center.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal-vertical-center.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-vertical-center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .modal-vertical-center.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .modal-vertical-center.modal:after {
        display: inline-block;
        content: "";
    }
    .modal-vertical-center .modal-dialog {
        width: calc(100% - 30px);
    }
}
/* end modal vertical */




/* popupcart */
.modal-custom .modal-content {
    border-radius: 0;
    border: none;
}
.modal-custom .pc-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    color: #000;
}
.modal-custom .modal-body {
    position: relative;
    padding: 50px 80px 50px;
}

.modal-custom .close-modal {
    background: url(/catalog/view/theme/melani/icons/pc-close.svg) no-repeat;
    right: 15px;
    top: 15px;
    position: absolute;
    outline: none;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    background-position: center;
    background-size: contain;
}
.modal-custom .close-modal:hover,
.modal-custom .close-modal:active {
    opacity: .8;
}

@media (min-width: 992px) {
    #checkout-popup .modal-dialog {
        width: 880px;
    }
}

.pc-item {
    display: flex;
    border-bottom: 1px solid #4A4A4A;
    padding: 35px 0;
    align-items: flex-start;
}
.pc-item:last-of-type {
    border: none;
}
.pc-item-img {
    width: 100px;
    margin-right: 20px;
    border: 1px solid #E5E5E5;
    flex: none;
}
.pc-item-info {
    width: 250px;
    position: relative;
}
.pc-item-name a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}


.pc-quantity {
    width: 90px;
    height: 28px;
    display: flex;
    margin-top: 12px;
}
.pc-quantity-btn {
    width: 28px;
    flex: none;
    cursor: pointer;
    position: relative;
    background: none;
    border: 1px solid #4A4A4A;
}
.pc-quantity-btn:hover,
.pc-quantity-btn:active {
    opacity: .8;
}
.pc-quantity-btn:before,
.pc-quantity-btn:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pc-quantity-btn:after {
    height: 10px;
    width: 1px;
}
.pc-quantity-btn:hover,
.pc-quantity-btn:active {
    border-color: #212526;
}
.pc-quantity-btn:hover:before,
.pc-quantity-btn:hover:after,
.pc-quantity-btn:active:before,
.pc-quantity-btn:active:after {
    background:#212526;
}

.pc-quantity-btn.minus:after {
    display: none;
}
body input.pc-quantity-input {
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    background: none;
    text-align: center;

    font-weight: 400;
    font-size: 15px !important;
    color: #000;
    height: 28px;
    padding: 0;
    margin: 0;
}

.pc-item-price {
    width: 120px;
    margin-left: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #000;
    margin-right: 50px;
}
.pc-item-remove {
    margin-top: 2px;
    width: 20px;
    height: 20px;
    background: url(/catalog/view/theme/melani/icons/pc-close.svg) no-repeat;
    background-position: center;
    background-size: 14px;
    cursor: pointer;
}
.pc-item-remove:hover,
.pc-item-remove:active {
    opacity: .8;
}


.pc-totals {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #4A4A4A;
    border-top: 1px solid #4A4A4A;
    border-bottom: 1px solid #4A4A4A;
    padding: 15px 0;
    margin-top: 10px;
}
.pc-total {
    display: flex;
    justify-content: space-between;
}
.pc-total-text {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.pc-btn {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.pc-btn .pc-continue {
    font-weight: 700;
    font-size: 14px;
    text-decoration-line: underline;
    color: #4A4A4A;
    background: none;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.pc-btn .pc-continue:hover,
.pc-btn .pc-continue:active {
    text-decoration: none;
}

/*.pc-btn button.pc-checkout {*/
/*    background: #fff !important;*/
/*    border: 2px solid #000 !important;*/

/*    font-weight: 700;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    color: #000 !important;*/
/*    padding-left: 40px;*/
/*    padding-right: 40px;*/
/*    transition: .2s;*/
/*}*/
/*.pc-btn button.pc-checkout:hover {*/
/*    color: #ffffff !important;*/
/*    border-color: #000000 !important;*/
/*    background: #000000 !important;*/
/*}*/


/*.pc-btn .btn {*/
/*    height: 40px;*/
/*    text-shadow: none;*/
/*    box-shadow: none;*/
/*    border-radius: 0;*/
/*    border: none !important;*/
/*    outline: none !important;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*}*/
/*.pc-btn .pc-checkout:hover,*/
/*.pc-btn .pc-checkout:active {*/
/*    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);*/
/*}*/



.fast-order-active #pc-order-form {
    display: block !important;
}



.form-control {
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
    border-color: #F2A90C;
    outline: 0;
    box-shadow: none;
}


#pc-order-form {
    /*margin-top: 40px;*/
    /*margin-bottom: 50px;*/
    /*max-width: 400px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
.pc-order-btn-1 {
    text-align: center;
}
#pc-order-buy {

}
.pc-btn-fast-wrap {
    width: 100%;
    margin-bottom: 10px;
}
.pc-order-form-error,
.ra-popup_error {
    /*margin-bottom: 10px;*/
    color: red;
    font-size: 13px;
    text-align: center;
    /*margin-top: -12px;*/
}
.pc-order-inputs {
    margin-top: 10px;
}
#pc-order-form .form-group label,
#ra-popup__form .form-group label {
    margin-bottom: 0;
}
#pc-order-form .form-group input,
#ra-popup__form .form-group input {
    margin-top: 2px;
}
#pc-order-buy,
#ra-order-buy {
    margin-bottom: 0;
    margin-top: 20px;
}
/* end popupcart */




@media (min-width: 768px) {
    .menu-header-box #horizontal-menu {
        background: #fff;
    }
    .menu-header-box #horizontal-menu .nav > li > a {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        margin-left: 10px;
        margin-right: 10px;
    }
    .menu-header-box #horizontal-menu .arrow {
        color: #000;
    }
    #horizontal-menu .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #horizontal-menu .nav > li.active > a .arrow,
    #horizontal-menu .nav > li:hover > a .arrow,
    #horizontal-menu .nav > li.open > a .arrow,
    #horizontal-menu .nav > li.active > a,
    #horizontal-menu .nav > li:hover > a,
    #horizontal-menu .nav > li.open > a {
        color: #000 !important;
        opacity: .7;
    }
    .menu-header-box #horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-title {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        padding: 3px 0 4px;
    }
    .menu-header-box #horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-title:hover {
        opacity: .7;
    }


    body #horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-block {
        margin-bottom: 10px;
    }


    .menu-header-box #horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-block .nsmenu-ischild li a {
        font-size: 14px;
        color: #999;
        transition: none;
        text-decoration: none !important;
    }
    .menu-header-box #horizontal-menu .nsmenu-type-category-full-image .nsmenu-parent-block .nsmenu-ischild li a:hover {
        color: #000;
    }
    #horizontal-menu .dropdown-menu.nsmenu-bigblock {
        padding: 30px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }
    .menu-header-box #horizontal-menu .nav > li.dropdown:hover:before,
    .menu-header-box #horizontal-menu .nav > li.dropdown.open:before {
        border-bottom-color: #999;
        /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
        bottom: 0;
    }




}




#horizontal-menu .nav.navbar-nav > li > a[href*="latest"] {
    color: #b80d25;
}
#horizontal-menu .nav.navbar-nav > li > a[href*="specials"] {
    position: relative;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 2;
}
#horizontal-menu .nav.navbar-nav > li > a[href*="specials"]:after {
    content: "";
    position: absolute;
    background: #b80d25;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 10px);
    height: 24px;
    z-index: -1;
}





/* up */
.h-slider > .row {
    display: flex;
}
.h-slider-banner {
    height: 100%;
}
.h-slider-banner a {
    display: block;
    height: 100%;
}
.h-slider-banner a img {
    height: 100%;
}
/* end up */

.h-slider {
    margin-top: 15px;
}
.h-slider .swiper-button-next:after,
.h-slider .swiper-button-prev:after {
    display: none !important;
}
.h-slider .swiper-button-next,
.h-slider .swiper-button-prev {
    font-size: 24px;
    color: #fff;
    background: rgba(0,0,0,.4);
    width: 40px;
    height: 40px;
    transition: .25s;
    opacity: 0;
}
.h-slider .swiper-button-next:hover,
.h-slider .swiper-button-prev:hover {
    background: rgba(0,0,0,.6);
}



.h-slider-items .swiper-button-next,
.h-slider-items .swiper-button-prev {
    opacity: 0;
}
.h-slider-items:hover .swiper-button-next,
.h-slider-items:hover .swiper-button-prev {
    opacity: 1;
}



.h-slider-item {
    position: relative;
}
.h-slider-item-text {
    position: absolute;
    left: 30px;
    top: 30px;
}
.h-slider-item-text-1 {
    font-size: 31px;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(255,255,255,1);
}
.h-slider-item-text-2 {
    font-size: 22px;
    line-height: 27px;
    text-shadow: 0 0 3px rgba(255,255,255,1);
    margin-top: 5px;
}
.h-slider-item-btn {
    margin-top: 25px;
}
.h-slider .h-slider-item-btn-link {
    color: #000;
    display: inline-block;
    background: #fff;
    text-shadow: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding: 11px 40px;
    border: 2px solid #000;
    border-radius: 0;
    text-transform: uppercase;
}
.h-slider .h-slider-item-btn-link:hover {
    color: #FFF;
    background: #000;
    border: 2px solid #000;
    text-decoration: none;
}




.h-advantages {
    background-color: #fff;
    margin-top: 60px;
    text-align: center;
}
.h-advantage img {
    max-width: 40px;
    margin: 0 auto;
}
.h-advantage h4 {
    font-weight: 600 !important;
    font-size: 1em !important;
    text-transform: uppercase;
    margin-top: 15px;
}
.h-advantage p {
    text-align: center;
    font-size: 12px;
    margin: 0;
    color: #999;
}






.cat-products {
    display: flex;
    flex-flow: wrap;
}




.h-swiper-wrap {
    margin-top: 70px;
}
.h-swiper-title {
    margin-bottom: 20px;
}
.h-swiper-title,
.h-swiper-title a {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.h-swiper {
    padding-top: 40px;
}
.h-swiper .product-thumb,
.cat-products .product-thumb {
    border: none;
    margin-bottom: 0;
    overflow: visible;
    padding: 35px 10px 0;
    text-align: center;
    position: relative;
}
.h-swiper .product-thumb .caption,
.cat-products .product-thumb .caption {
    min-height: 0;
    padding: 0;
    padding-top: 10px;
}
.h-swiper .name a,
.cat-products .name a {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 6px;
    padding: 0 2px;
}
.h-swiper .price,
.cat-products .price {
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
    margin-bottom: 0;
}
.h-swiper .price-old,
.cat-products .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
}
.h-swiper .brand-name,
.cat-products .brand-name {
    margin-top: 20px;
}

.h-swiper .button.btn-cart,
.cat-products .button.btn-cart {
    font-size: 16px;
}

.h-swiper .product-thumb .button-group,
.cat-products .product-thumb .button-group {
    border: none;
    background: none;
    overflow: visible;
}
.h-swiper .button.btn-cart,
.cat-products .button.btn-cart {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: color 250ms ease, background-color 250ms ease;
    -moz-transition: color 250ms ease, background-color 250ms ease;
    transition: color 250ms ease, background-color 250ms ease;
    outline: none;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    background: transparent;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #000;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000 !important;
    background-color: #ffffff;
    border-color: #000;
    margin: 7px 0;
    float: none;
}
.h-swiper .button.btn-cart:hover,
.cat-products .button.btn-cart:hover {
    color: #ffffff !important;
    border-color: #000000;
    background-color: #000000;
}


.h-swiper .swiper-button-next:after,
.h-swiper .swiper-button-prev:after,
.h-swiper-1 .swiper-button-next:after,
.h-swiper-1 .swiper-button-prev:after{
    display: none !important;
}


.h-swiper .swiper-button-next,
.h-swiper .swiper-button-prev,
.h-swiper-1 .swiper-button-next,
.h-swiper-1 .swiper-button-prev {
    font-size: 20px;
    color: #333;
    width: 34px;
    height: 34px;
    transition: .25s;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 50%;
    line-height: 1;
}
.h-swiper .swiper-button-next .fa,
.h-swiper .swiper-button-prev .fa,
.h-swiper-1 .swiper-button-next .fa,
.h-swiper-1 .swiper-button-prev .fa {
    line-height: 34px;
}



.h-swiper .swiper-button-next:hover,
.h-swiper .swiper-button-prev:hover,
.h-swiper-1 .swiper-button-next:hover,
.h-swiper-1 .swiper-button-prev:hover {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}



.h-swiper .swiper-button-prev {
    left: calc(50% - 60px);
    top: 0;
    margin: 0;
}
.h-swiper .swiper-button-next {
    right: calc(50% - 60px);
    top: 0;
    margin: 0;
}


.h-main-title {
    font-size: 26px;
    text-align: center;
    margin: 60px 0;
}




.h-brands,
.h-category {
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px 40px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.h-brands .swiper-button-prev,
.h-category .swiper-button-prev {
    left: 0;
}
.h-brands .swiper-button-next,
.h-category .swiper-button-next {
    right: 0;
}
.h-brands-item {
    padding: 0 10px;
}





.hover-effect07 {
    overflow: hidden;
    position: relative;
}
.hover-effect07 > span {
    z-index: 10;
}
.hover-effect07:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .5;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.hover-effect07:hover:after {
    left: 120%;
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}




.newsletter-wrapper-main {
    background: url(/image/catalog/melani/newsletters-bg.png);
    padding: 50px 40px;
    text-align: center;
    margin-top: 70px;
}
.newsletter-form-wrapper {
    max-width: 480px;
    margin: 0 auto;
}
.newsletter-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5px;
}
.newsletter-text {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}
#newsletter-email input {
    height: 60px;
    border: 1px solid #e5e5e5;
    padding: 0 140px 0 20px;
    width: 100%;
    outline: none;
    margin: 0;
    font-size: 14px;
    color: #333;
}
.newsletter-form {
    position: relative;
}
.newsletter-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);

    height: 38px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: #333333 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 38px;
    padding: 0 20px;
    font-weight: bold;
    text-shadow: none !important;
}
#text-danger-newsletter {
    position: absolute;
    left: 0;
    bottom: -30px;
}
#text-success-newsletter {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}




footer {
    margin-top: 0;
    background: #fff;
    color: #000;
    padding-top: 60px;
}
footer a {
    color: #666;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: #000;
    text-decoration: none;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer ul li {
    margin-bottom: 5px;
}
footer ul li:last-of-type {
    margin-bottom: 0;
}
footer .information-box {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer_tel a {
    font-size: 20px;
}
.footer_tel .icon_phone {
    font-size: 18px;
    margin-right: 0;
    color: #666;
}
.footer_contact_inner {
    margin-top: 5px;
    color: #666;
}
.footer_contact_inner span {
    margin-right: 10px;
}


.footer-bottom {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    color: #666;
}
.footer-copy {
    padding-right: 30px;
}
.footer-icons {
    display: flex;
    flex: none;
}
.footer-icon {
    margin-left: 15px;
}



#common-maintenance {
    margin: 50px auto;
}
.header__contacts-mob {
    display: none;
}



body.overflow {
    overflow: hidden;
}



.fa-telegram:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-flex;
    background: url(/catalog/view/theme/melani/icons/telegram-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(71%) hue-rotate(148deg) brightness(83%) contrast(81%);
    transition: .1s;
}
.social-icons .telegram .fa-telegram:hover:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(8%) hue-rotate(143deg) brightness(92%) contrast(102%);
}


.header__contacts .info-adress {
    margin: 5px 0;
    line-height: 1.4;
}
.header__contacts .info-adress:last-of-type {
    margin-bottom: 0;
}



.m-social-items a {
    margin-right: 10px;
}
.m-social-items a:last-of-type {
    margin-right: 0;
}
.m-social-items a .fa-telegram:before {
    width: 26px;
    height: 26px;
    position: relative;
    top: 2px;
    filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(1190%) hue-rotate(288deg) brightness(101%) contrast(83%);
}
.m-social-items a:hover .fa-telegram:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(8%) hue-rotate(143deg) brightness(92%) contrast(102%);
}





.telegram-item .fa-telegram:before {
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(8%) hue-rotate(143deg) brightness(92%) contrast(102%);
    top: 1px;
    position: relative;
    margin-right: 2px;
}
.header__contacts .info-adress span {
    white-space: nowrap;
}
.footer_contact span {
    white-space: nowrap;
}




body .ocf-noUi-connect:before,
body .ocf-noUi-handle {
    background: #6a7275;
}



/****************** category ***************/
.cat-title {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.cat-list-items {
    margin-bottom: 30px;
}
.cat-list-item {
    padding: 0 5px;
    display: block;
}
.cat-list-item-name {
    text-align: center;
    line-height: 1.3;
}


.cat-filters label {
    color: #999;
    background: none;
    border-radius: 0 !important;
    border: none !important;
    font-size: 13px !important;
    text-transform: uppercase;
}
.cat-filters select {
    height: 36px !important;
    font-size: 13px !important;
    margin: 0;
}
.cat-filters select option {
    padding: 5px;
}





.productShowMore {
    margin-top: 70px;
}
#showMoreStatic,
.cat-empty .cat-empty-btn,
.btn.btn-dashed {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: color 250ms ease, background-color 250ms ease;
    -moz-transition: color 250ms ease, background-color 250ms ease;
    transition: color 250ms ease, background-color 250ms ease;
    outline: none !important;
    overflow: visible;
    position: relative;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    border: 1px dashed #000;
    font-size: 16px;
    white-space: normal;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000 !important;
    background-color: #ffffff;
}
#showMoreStatic:hover,
.cat-empty .cat-empty-btn:hover,
.btn.btn-dashed:hover {
    background: #000;
    color: #fff!important;
}
.cat-pag-wrap {
    margin-top: 50px;
}
#light_results {
    display: none;
}



#light_pagination {
    display: flex;
    justify-content: center;
}


.cat-pag-wrap ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: -5px;
}
.cat-pag-wrap ul li {
    margin: 5px 5px;
    flex: none;
}
.cat-pag-wrap ul li a,
.cat-pag-wrap ul li span {
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    background: none !important;
    color: #999 !important;
    transition: .2s;
    width: 33px;
    height: 33px;
    font-weight: 400;
    white-space: nowrap;

    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cat-pag-wrap ul li span {
    border-color: #000 !important;
    color: #000 !important;
}
.cat-pag-wrap ul li a:hover {
    border-color: #000 !important;
    color: #000 !important;
}
@media (max-width: 500px) {
    .cat-pag-wrap ul li {
        margin: 5px 3px;
    }
    .cat-pag-wrap ul li a,
    .cat-pag-wrap ul li span {
        width: 31px;
        height: 31px;
    }

    .cat-pag-wrap .prev-pag-one,
    .cat-pag-wrap .next-pag-one {
        display: none !important;
    }
}




.cat-description {
    margin-top: 60px;
}
.cat-description h2,
.description-style h2,
.cat-description h3,
.description-style h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 15px;
}
.cat-description p,
.description-style p {
    margin-bottom: 15px;
}
.cat-description ul,
.description-style ul {
    margin-bottom: 15px;
}
.cat-description ul li,
.description-style ul li {
    margin-bottom: 5px;
}
.cat-description ul li:last-of-type,
.description-style  ul li:last-of-type {
    margin-bottom: 0;
}
.cat-description > *:first-child,
.description-style > *:first-child {
    margin-top: 0;
}
.cat-description > *:last-child,
.description-style > *:last-child {
    margin-bottom: 0;
}



.cat-h-brands {
    margin-top: 70px;
}


.cat-list-items-none {
    margin-top: 20px;
}


.cat-empty {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.cat-empty .buttons {
    width: 100%;
    text-align: center;
}


.cat-h-brands .container {
    width: 100%;
}
.cat-h-brands .h-brands {
    border-bottom: none;
}






/******************** product ****************/
.pr-wrap-left .thumbnails > li:first-of-type .thumbnail {
    border-radius: 0;
    border: none;
    padding: 0;
}
.pr-wrap-left .image-additional .thumbnail {
    border-radius: 0;
}
.pr-wrap-left .image-additional .thumbnail:hover,
.pr-wrap-left .image-additional .thumbnail:active,
.pr-wrap-left .image-additional .thumbnail:focus {
    border-color: #333;
}
.pr-wrap-right h1 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 0;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 20px;
}




.pr-wrap .rating {
    display: flex;
    align-items: center;
}
.rating-star {
    display: flex;
    margin-right: 10px;
}
.rating .fa-stack {
    font-size: 8px;
    margin-right: 4px;
}
.rating .fa-star-o {
    color: #ccc;
    font-size: 16px;
}
.rating .fa-star {
    color: #ccc;
    font-size: 16px;
}
.rating .fa-star + .fa-star-o {
    color: #ccc;
}
.rating-links {
    margin: 0;
    font-size: 13px;
}
.rating-links a {
    padding: 0 8px;
}



.pr-price-wrap {
    margin-top: 15px;
}
.pr-price-wrap .price {
    font-weight: 400;
    padding: 5px 0;
    margin-bottom: 0;
    color: #444;
    font-size: 32px;
}
.pr-price-wrap .price-old {
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 10px;
    font-size: 24px;
}



.stickpr {
    background-color: #fff2bd;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
}


.pr-info  {
    padding: 15px 0 15px 0;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    line-height: 23px;
    font-weight: bold;
    margin-top: 30px;
}
.pr-info .logobrand {
    max-width: 100px;
    max-height: 100px;
    float: right;
    padding: 0;
}
.pr-info span {
    display: inline-block;
    width: 140px;
    max-width: 50%;
    padding-right: 20px;
    font-weight: normal;
}
.pr-info span.strong {
    font-weight: bold;
}



.pr-description-short {
    margin-top: 20px;
}






.pr-cart {
    padding-top: 10px;
}

.pr-cart .add-to-cart {
}

.pr-cart .add-to-cart div.button-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-cart .add-to-cart input,
.pr-cart .add-to-cart .button-1,
.notify_product,
.pr-cart .add-to-cart .quantity {
    display: block;
    float: left;
}

.pr-cart .add-to-cart input,
.pr-cart .add-to-cart .button-1,
.notify_product {
    margin: 10px 0 0 0 !important;
    height: 50px;
}
.pr-cart .add-to-cart .button-1 {
    margin-right: 10px !important;
}
.pr-cart .add-to-cart .quantity {
    position: relative;
    margin-right: 30px;
}
.pr-cart .add-to-cart .quantity input {
    width: 110px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.pr-cart .add-to-cart .quantity #q_up {
    display: block;
    border: none;
    height: 48px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 48px;
    font-size: 20px;
    position: absolute;
    top: 11px;
    right: 1px;
}
.pr-cart .add-to-cart .quantity #q_down {
    display: block;
    border: none;
    height: 48px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 48px;
    font-size: 20px;
    position: absolute;
    top: 11px;
    left: 1px;
}
.pr-cart .add-to-cart .button-1 {
    min-width: 222px;
    text-align: center;
}

.pr-cart .add-to-cart .button-product-question {
    margin: 20px 0 0 0;
}
.pr-cart .add-to-cart .button-enquiry {
    margin: 10px 0 0 0;
}
.pr-cart .links {
    padding-top: 25px;
}
.pr-cart .links a,
.pr-wishlist a {
    display: inline-block;
    margin-right: 30px;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
}
.pr-cart .links a:hover,
.pr-wishlist a:hover {
    color: #000;
}
.pr-cart .links a:before,
.pr-wishlist a:before {
    content: "\e030";
    font: 400 13px "ElegantIcons";
    width: 25px;
    display: inline-block;
    height: 25px;
}
.pr-cart .links a:last-child:before,
.pr-wishlist a:last-child:before {
    content: "\e08a";
    font-family: simple-line-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pr-cart .links.wishlist-link a:before,
.pr-wishlist a:before {
    font-size: 18px;
}
.pr-cart .minimum {
    padding: 10px 0 0 0;
}


.btn-quick-order {
    background: #ffffff;
    border-color: #000000;
    border-style: dashed;
    border-width: 2px;
    color: #000000;
    margin: 10px 0 0 10px;
    font-size: 15px;
    height: 50px;
    padding: 9px 10px;
    text-transform: uppercase;
    min-width: 200px;
    width: 200px;
    border-radius: 0;
}
.btn-quick-order:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}



.alert .fa {
    font-family: fontAwesome !important;
}


.pr-wrap .h-advantages {
    margin-top: 40px;
    background-color: #f6f7f9;
    padding: 15px 10px;
}


.pr-tabs {
    margin-top: 70px;
    margin-bottom: 90px;
}
.pr-tabs .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.pr-tabs .nav-tabs>li>a {
    margin-right: 0;
    border: none !important;
    border-radius: 0;
    background: none;

    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    color: #cccccc;
    padding: 0 15px;
    line-height: 50px;
    position: relative;
    font-weight: bold;
}
.pr-tabs .nav-tabs>li>a:hover,
.pr-tabs .nav-tabs>li>a:active,
.pr-tabs .nav-tabs>li.active>a {
    color: #333;
}
.pr-tabs #tab-description {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.description-style h1,
.description-style h2,
.description-style h3,
.description-style h4,
.description-style h5,
.description-style h6 {
    font-size: 18px;
    font-weight: 600;
}

#tab-specification table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 30px 0;
    border: none;
}
#tab-specification table td {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 30px 15px;
    text-align: left;
    vertical-align: top;
}









/******* product review *******/
.product-review {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.pr-comment-author {
    font-weight: 600;
    font-size: 16px;
}
.pr-comment-date {
    font-size: 14px;
    color: #CAC5C5;
    margin-top: 5px;
}
.pr-comment-head {
    display: flex;
}
.pr-comment-rating {
    margin-left: auto;
}
.pr-comment-text {
    margin-top: 8px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.pr-comment-text a {
    font-weight: 500;
}

.pr-comment-answer {
    padding-left: 40px;
}

.star-rating__input {
    display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
}
.star-rating__wrap {
    display: inline-block;
}
.star-rating__ico {
    float: right;
    cursor: pointer;
    color: #999;
    font-size: 18px;
    padding-right: 7px;
}

/*.product-review .col-sm-12 {*/
/*padding: 0;*/
/*}*/

#review {
    margin-bottom: 60px;
}
.pr-review-write-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px;
}

.pr-review-write .form-group {
    margin-bottom: 30px;
}
.pr-review-write .form-control {
    border: none;
    border-bottom: 1px solid #212529;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px !important;
    color: #212529 !important;
    padding-left: 8px;
    padding-right: 8px;
}
.pr-review-write .control-label {
    font-size: 16px;
    color: #333;
    padding-left: 8px;
    margin-bottom: 0;
}
.pr-review-write div.required .control-label:before {
    display: none;
}
.pr-review-write div.required .control-label:after {
    content: '*';
}

.pr-review-write #input-review {
    height: 100px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}
.star-rating__wrapper {
    padding-left: 8px;
    margin-top: 10px;
}
.product-block-title {
    font-size: 18px;
    font-weight: 600;
}


#button-review {
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 2px !important;
    padding: 7px 10px !important;
    font-size: 14px !important;
    text-transform: none !important;
    border: 1px solid !important;
    font-weight: 400 !important;
    transition: all .1s ease-in-out !important;
    min-width: 40px !important;

    background: #333 !important;
    color: #FFFFFF !important;
    border-color: #333 !important;
}
#button-review:hover {
    background: #000 !important;
    color: #FFFFFF !important;
    border-color: #000 !important;
}
/******* end product review *******/





.pr-del-pay .art_deliv_title {
    text-align: center;
    margin-top: 30px;
}
.pr-del-pay table.table.table-bordered.delivery-table {
    max-width: 600px;
    margin: 0 auto;
}
.pr-del-pay table.table.table-bordered.delivery-table th {
    background-color: #efefef;
    vertical-align: middle;
    padding: 0 0 0 2px;
}
.pr-del-pay table.table.table-bordered.delivery-table td {
    vertical-align: middle;
}
.pr-del-pay table.table.table-bordered.delivery-table ul {
    padding: 0 0 0 17px;
}
.pr-del-pay .table td {
    border-bottom: 1px solid #ccc;
    padding: 30px 15px;
    text-align: left;
    vertical-align: top;
}
.pr-del-pay .art_deliv_title_inner td {
    vertical-align: middle;
    border: none;
}
.pr-del-pay h3 {
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
}
.pr-del-pay .contact-map {
    overflow: hidden;
    padding: 50px 0;
}
.pr-del-pay .contact-map iframe {
    width: 100%;
}



body .countdown-product,
body .countdown-catalog {
    max-width: 180px;
    font-family: "RFDewiExtended-Regular", sans-serif;
}
body .countdown-catalog {
    margin-left: auto;
    margin-right: auto;
}
body .countdown-product .countdown-title,
body .countdown-catalog .countdown-title {
    text-align: left;
}
body .countdown-catalog .countdown-title {
    text-align: center;
}
body .countdown-product .countdown-time,
body .countdown-catalog .countdown-time {
    font-size: 16px;
    padding: 3px 0;
    background: #f6f7f9;
    color: #333;
    font-weight: 600;
}
body .countdown-product .countdown-date,
body .countdown-catalog .countdown-date {
    font-size: 10px;
}







/***************** simple **************/
.s-login {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.s-login-1 {
    margin-right: 30px;
    font-size: 18px;
}
.s-login-2 a {
    border-bottom: 1px solid #ededed;
    padding-bottom: 8px;
}





.s-form-wrap .form-horizontal {
    display: flex;
    flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.s-form-wrap .form-group {
    position: relative;
    width: calc(50% - 30px);
    margin: 10px 15px;
}
.s-form-wrap .form-group .col-sm-8 {
    padding: 0;
    width: 100%;
}
.s-form-wrap .form-group .control-label {
    position: absolute;
    left: 2px;
    top: -16px;
    z-index: 3;

    transition: all .25s ease;
    opacity: 0;
    transform: translateY(10px);
    display: none;
    text-align: left;

    background: #fff;
    padding: 3px 6px;
    width: auto;
    color: #999;
    font-size: 13px;
}
.s-form-wrap .form-group.show-label .control-label {
    opacity: 1;
    transform: translateY(0);
}
.s-form-wrap .form-group.show-label .form-control::placeholder {
    color: #fff;
}


#simplecheckout_customer .row-customer_recipient,
.row-customer_norecall {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
}
#simplecheckout_customer .row-customer_recipient .control-label,
.row-customer_norecall .control-label {
    position: static;
    opacity: 1;
    transform: none;
    color: #333;
    order: 1;
    padding-left: 15px;
    font-size: 13px;
    cursor: pointer;
    width: auto;
    line-height: 1.3;
}
#simplecheckout_customer .row-customer_recipient .col-sm-8,
.row-customer_norecall .col-sm-8 {
    padding: 0;
    width: auto;
}


.row-customer_norecall_wrapper {
    background: #fff;
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 20px !important;
}



.s-gift-package {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
}
.s-gift-package-add span {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    top: 2px;
    margin-right: 4px;
}






#simplecheckout_shipping .simplecheckout-block-content,
#simplecheckout_payment .simplecheckout-block-content {
    display: flex;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
#simplecheckout_shipping .radio,
#simplecheckout_payment .radio {
    width: calc(50% - 20px);
    margin: 10px 10px;
}

#simplecheckout_shipping .simplecheckout-block-content > p,
#simplecheckout_payment .simplecheckout-block-content > p {
    display: none;
}
#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label {
    border: 1px solid #ccc;
    padding: 12px 15px;
    font-size: 13px;
    width: 100%;
}
#simplecheckout_shipping .radio label.s-radio-label-active,
#simplecheckout_payment .radio label.s-radio-label-active {
    background: #333;
    color: #fff;
    border-color: #333;
}
#simplecheckout_shipping .radio label input,
#simplecheckout_payment .radio label input {
    height: 0;
    width: 0;
    opacity: 0;
}



/*#simplecheckout_shipping_address .checkout-heading {*/
/*    display: none;*/
/*}*/



body .simple-content .checkout-heading {
    background-color: #f6f7f9;
    border-color: #ccc;
    color: #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 15px;
    margin-bottom: 0px;
    font-size: 18px;
}



.s-pickup-text {
    margin-left: -10px;
    margin-right: -10px;
}



.s-title {
    margin-top: 30px;
    margin-bottom: 50px;
}




.simplecheckout-block-content .checkbox {
    min-height: 0;
    padding: 0;
    height: 24px;
}
.simplecheckout-block-content .checkbox label {
    position: relative;
    padding: 0;
    min-height: 0;
    height: 24px;
}
.simplecheckout-block-content .checkbox label:before {
    content: "";
    display: inline-flex;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
}
.simplecheckout-block-content .checkbox label.s-checkbox-label-active:before {
    background: #333 url(/catalog/view/theme/melani/icons/s-check.svg) no-repeat;
    background-position: center;
    border-color: #333;
}
.simplecheckout-block-content .checkbox label input {
    height: 0;
    width: 0;
    opacity: 0;
}



#simplecheckout_cart {
    background: #f6f7f9;
    padding: 0 25px;
}
#simplecheckout_cart .pc-item {
    padding: 25px 0;
}
#simplecheckout_cart .pc-item-name {
    line-height: 1.3;
}
#simplecheckout_cart .pc-item-name a {
    font-size: 13px;
}
#simplecheckout_cart .pc-item-price {
    width: 100px;
    font-size: 15px;
    line-height: 20px;
    margin-right: 30px;
}
.pc-item {
    border-color: #ccc;
}


#simplecheckout_button_cart {
    font-size: 14px;
    text-transform: none;
    min-width: 130px !important;
}
#simplecheckout_cart .simplecheckout-cart-total .form-control {
    min-width: 130px !important;
}
.simplecheckout-cart-total {
    border-left: none !important;
    border-right: none !important;
    border-color: #ccc !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
#total_total.simplecheckout-cart-total {
    border: none !important;
    font-size: 16px;
    padding-bottom: 17px !important;
    font-weight: 700;
}
.simplecheckout-cart-total-coupon,
.simplecheckout-cart-total-reward {
    border-bottom: none !important;
    padding-bottom: 4px !important;
}
.simplecheckout-cart-buttons {
    padding-top: 4px !important;
}

.simplecheckout-cart-total-reward ~ .simplecheckout-cart-buttons {
    padding-top: 12px !important;
}




.simplecheckout-cart-total {
    display: flex;
    justify-content: space-between;
}
.simplecheckout-cart-total:after {
    display: none !important;
}
.simplecheckout-cart-total-coupon,
.simplecheckout-cart-total-reward,
.simplecheckout-cart-buttons {
    justify-content: flex-end;
}
.s-total-del-wrap {
    border: none !important;
    padding-bottom: 5px !important;
    font-size: 13px;
    flex-flow: wrap;
}
.s-total-del {
    position: relative;
    padding-left: 25px;
}
.s-total-del:before {
    content: "";
    position: absolute;
    background: url(/catalog/view/theme/melani/icons/s-del-free.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px
}
.s-total-del span {
    font-weight: 700;
}


.s-total-del-percent {
    margin-top: 5px;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #f8e6e1;
}
.s-total-del-percent-active {
    height: 100%;
    width: 0;
    display: block;
    border-radius: 4px;
    background: #e4b6a9;
    /*transition: width .5s ease-in-out;*/
}


.simplecheckout {
    padding-bottom: 50px;
}
.simplecheckout-error-text {
    font-size: 12px;
    line-height: 1.25;
}


.simplecheckout-button-block .button-2,
#pc-order-buy,
.pc-btn .pc-checkout,
.pc-btn-popup .btn-quick-order {
    height: 47px !important;
    line-height: 46px !important;
}

.simplecheckout > .content {
    text-align: center;
    margin-bottom: 20px;
}
/***************** simple **************/


.btn-quick-order {
    white-space: nowrap !important;
}


.foot-contact-text {
    white-space: normal !important;
}
.foot-contact-text span {
    white-space: nowrap;
    margin: 0 !important;
}
.foot-contact-icon {
    margin: 0 !important;
}



.footer_contact .icon_phone,
.footer_contact .icon_clock_alt,
.footer_contact .icon_pin,
.footer_contact .icon_mail,
.footer_contact i {
    width: 22px;
    display: inline-flex;
}




.pc-form-success {
    text-align: center;
    margin-top: 10px;
}




.pr-wrap-left {
    position: relative;
}
.pr-special-percent {
    position: absolute;
    left: 0;
    top: 15px;
	background-color: #74B192;
    color: #fff;
    padding: 2px 7px;
    z-index: 9;
}
.pr-wrap-left .pr-special-percent {
    left: 15px;
}

.pr-special-percent.sale_stick {
	text-transform: uppercase;
	background-color: #74B192;
}

.pr-special-offer-label {
    position: absolute;
    left: 0;
    top: 15px;
    background: #669B49;
    color: #fff;
    padding: 2px 7px;
    z-index: 9;
    text-transform: uppercase;
    font-size: 12px;
}
.pr-special-offer-label span span {
    font-size: 14px;
    line-height: 1.1;
    position: relative;
    top: 1px;
}
.pr-wrap-left .pr-special-offer-label {
    left: 15px;
}
.pr-special-percent + .pr-special-offer-label {
    top: 50px;
}





.wish-remove-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.wish-remove-btn .btn {
    width: 32px;
    height: 32px;
    display: block;
    padding: 0;
}
.wish-remove-btn .btn span {
    width: 100%;
    height: 100%;
    display: block;
    background: url(/catalog/view/theme/melani/icons/pc-close.svg) no-repeat center;
    background-size: 16px;
    transition: .2s;
}
.wish-remove-btn .btn:hover span,
.wish-remove-btn .btn:active span {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(253deg) brightness(102%) contrast(102%);
}





.pr-wishlist {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}
.pr-wishlist a {
    width: 30px;
    height: 30px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pr-wishlist a:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
}



/************** login telephone ***********/
#prlogin-popup .modal-dialog {
    max-width: 450px!important;
    width: 100%!important;
}

#prlogin-popup .form-group {
    margin: 0;
    position: relative;
}

#prlogin-popup .alert.alert-success {
    display: none;
}

#prlogin-tabs .nav-tabs {
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0 30px;
}

#prlogin-tabs .nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: transparent;
}

#prlogin-tabs .nav-tabs > li.active > a, #prlogin-tabs .nav-tabs > li.active > a:hover, #prlogin-tabs .nav-tabs > li.active > a:focus {
    border: none;
    font-weight: 700;
}

#prlogin-tabs .nav-tabs a {
    font-size: 16px;
    height: auto;
    border: none;
    padding: 0;
    text-transform: uppercase;
}

.c_login_button {
    float: unset;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
#prlogin-popup .modal-body {
    position: relative;
    padding: 20px;
    padding-bottom: 25px;
}

button#popup_register_submit {
    margin: 7px auto;
    display: block;
    margin-top: 15px;
}
#prlogin-popup input {
    background: #f6f7f9;
    border: none;
}
input.error_input, #popup-quickorder .form-control.error_input {
    border: 1px solid red !important;
}
input.error_input::placeholder {
    color: red;
}
input#input-code_login, input#input-code_register {
    max-width: 100px;
}
.text_success_send {
    display: none;
    font-size: 11px;
    color: #000;
}
.text_success_send.sended {
    display: block;
}
.btn.btn-ordercart {
    border-style: dashed;
    border-width: 2px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 18px;
    background-color: #ffffff;
    border-color: #000000;
}
div.phone_notice {
    font-size: 11px;
    color: #999;
}

#prlogin-popup input {
    font-size: 14px;
    height: 50px;
}


/*validation image*/
.success_send_container .valid_image {
    top: 22px!important;
    right: 15px!important;
}
.valid_image {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 50px;
}
.valid_image.check {
    background: url(/catalog/view/theme/melani/icons/check.png) no-repeat;
    background-size: contain;
    top: 22px;
    display: block!important;
}
.valid_image.block {
    background: url(/catalog/view/theme/melani/icons/block.png) no-repeat;
    background-size: contain;
    display: block!important;
}

#prlogin-form-register .valid_image {
    right: 20px!important
}

input.pe {
    pointer-events: none;
    color: #999!important;
}


#prlogin-popup input[type='number'] {
    -moz-appearance: textfield;
    font-size: 14px;
    letter-spacing: 1.5px;
}
#prlogin-popup input[type='number']::-webkit-outer-spin-button,
#prlogin-popup input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


button:disabled {
    cursor: not-allowed !important;
    opacity: .5 !important;
}
input:read-only {
    cursor: not-allowed !important;
}
/************** end login telephone ***********/




/************ account **************/
.ac-menu h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
}
.ac-menu ul {
    margin-bottom: 20px;
}
/************ end account ***********/




/************ dd-select ***********/
.dd-select {
    border-radius: 0 !important;
    border: solid 1px #ccc !important;
    background: none !important;
}
.dd-option,
.dd-selected {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 0 !important;
    padding-right: 10px !important;
    min-height: 40px !important;
}
.dd-option label,
.dd-selected label {
    margin: 0 !important;
    padding-left: 10px !important;
}
.dd-option-text,
.dd-selected-text {
    line-height: 1.25 !important;
    padding-left: 5px;
}
.dd-selected-text {
    padding-right: 15px;

}


.dd-option-text,
.dd-selected-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 17px;
    height: calc(17px * 2);
    cursor: pointer !important;
}



.dd-option-image,
.dd-selected-image {
    max-width: 34px !important;
}
.dd-options {
    max-height: calc(40px * 10);
    overflow: auto !important;
}
.dd-selected-text {
    font-weight: 500 !important;
}
.dd-selected {
    outline: none !important;
    border: none !important;
    background: none !important;
}
.dd-pointer-down {
    border: solid 5px transparent !important;
    border-top: solid 7px #333 !important;
}
.dd-pointer-down.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 7px #333 !important;
}
.dd-option {
    background: #fff !important;
}
.dd-option:hover,
.dd-option:active,
.dd-option:focus {
    background: #f3f3f3 !important;
}
.dd-option-image,
.dd-selected-image {
    margin-right: 0 !important;
}


.pr-select-wrap {
    margin-top: 5px;
}
.pr-select-wrap .dd-option-selected {
    display: none !important;
}
.pr-select-title {
    font-size: 12px;
}
/************ end dd-select ***********/



.cat-list-items {
    padding-left: 10px;
    padding-right: 10px;
}
.cat-list-items.h-swiper-1 .swiper-button-next,
.cat-list-items.h-swiper-1 .swiper-button-prev {
    border: none;
    box-shadow: none !important;
}
.cat-list-items.h-swiper-1 .swiper-button-prev {
    left: -10px;
}
.cat-list-items.h-swiper-1 .swiper-button-next {
    right: -10px;
}



.h-swiper .name,
.cat-products .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    height: calc(20px*3);
    margin-bottom: 5px;
}
.h-swiper .name a,
.cat-products .name a {
    line-height: 20px;
}

@media (max-width: 767px) {
    .h-swiper .name,
    .cat-products .name {
        -webkit-line-clamp: 4;
        line-height: 19px;
        height: calc(19px*4);
    }
    .h-swiper .name a,
    .cat-products .name a {
        line-height: 19px;
    }
}



.h-btn-more-wrap {
    margin-top: 30px;
    text-align: center;
}


.head-lap-cont-items a {
    color: #000;
}
.head-lap-cont-items .phone-item {
    font-size: 18px;
}





.fa-telegram {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-flex;
    background: url(/catalog/view/theme/melani/icons/telegram-1.png) no-repeat;
    background-size: 28px;
    background-position: center;
    filter: none !important;
}
.fa-telegram:before {
    display: none;
}

.fa-instagram {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-flex;
    background: url(/catalog/view/theme/melani/icons/instagram-1.png) no-repeat;
    background-size: 28px;
    background-position: center;
    filter: none !important;
}
.fa-instagram:before {
    display: none;
}


.head-lap-cont-items .fa-telegram {
    position: relative;
    top: 3px;
}
.footer_contact_inner .fa-telegram {
    position: relative;
    top: 3px;
}



/********************** brands ************************/
.brands {
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden
}

@media (max-width: 1054px) {
    .brands {
        margin-top:50px;
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .brands {
        margin-top:30px;
        margin-bottom: 30px
    }
}

.brands__wrapper {
    position: relative
}

.brands__title {
    margin-bottom: 40px;
    text-transform: uppercase
}

@media (max-width: 1054px) {
    .brands__title {
        margin-top:30px;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .brands__title {
        font-size:24px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.brands__block {
    position: relative
}

.brands__slider {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 894px) {
    .brands__slider {
        height:300px
    }
}

@media (max-width: 767px) {
    .brands__slider {
        height:400px
    }
}

.brands__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    height: calc(50% - 10px)!important
}

@media (max-width: 767px) {
    .brands__slider {
        height: 240px;
    }
    .brands__slide {
        height:calc(33.33% - 10px) !important;
    }
}

.brands__item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .brands__nav {
        display:none
    }
}

.brands__btn {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 3;
    cursor: pointer;
    transition: opacity .4s ease,visibility .4s ease
}

.brands__btn.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.brands__btn--prev {
    left: -40px;
    transform: rotate(180deg)
}

@media (max-width: 1439px) {
    .brands__btn--prev {
        left:-20px
    }
}

.brands__btn--next {
    right: -40px
}

@media (max-width: 1439px) {
    .brands__btn--next {
        right:-20px
    }
}

.brands__btn-icon {
    width: 30px;
    height: 30px
}

.brands__pagination {
    display: none
}

@media (max-width: 767px) {
    .brands__pagination {
        position:relative;
        bottom: auto;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .brands__pagination .swiper-pagination-bullet {
        display: block;
        width: 14px;
        height: 14px;
        background-color: rgba(51,51,51,.6);
        transition: background-color .4s ease
    }

    .brands__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #e8cad0
    }
}



.brands__item {
    padding: 10px;
}
.brands__item-image {
    max-height: 100%;
}
.h-brands .swiper-button-prev {
    left: 0;
}
.h-brands .swiper-button-next {
    right: 0;
}


.h-brands .swiper-button-prev,
.h-brands .swiper-button-next {
    top: calc(50% + 4px);
}

#common-home .h-brands .swiper-button-prev,
#common-home .h-brands .swiper-button-next {
    top: calc(50% + 14px);
}



.h-brands {
    border: none;
}
.h-brands-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}
#common-home .h-brands-wrap {
    margin-bottom: 0;
}

.brands__item {
    overflow: hidden;
}
.brands__item img {
    transition: transform .3s ease;
}
.brands__item:hover img {
    transform: scale(1.02);
}

@media (min-width: 768px) {
    .h-brands .swiper-pagination,
    .h-category .swiper-pagination {
        display: none;
    }
    #common-home .h-brands {
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .h-brands .swiper-button-prev,
    .h-brands .swiper-button-next,
    .h-category .swiper-button-prev,
    .h-category .swiper-button-next {
        display: none;
    }

    .h-brands .swiper-pagination,
    .h-category .swiper-pagination {
        top: unset;
        bottom: -10px;
    }

    .h-brands .swiper-pagination-bullet,
    .h-category .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: rgba(51, 51, 51, .6);
        transition: background-color .4s ease;
    }
    .h-brands .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .h-category .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #EFD2CA;
    }



    /*.h-brands .swiper-pagination {*/
    /*    display: flex;*/
    /*    overflow-x: auto;*/
    /*    white-space: nowrap;*/
    /*    scroll-snap-type: x mandatory;*/
    /*    padding: 0 10px;*/
    /*}*/
    /*.h-brands .swiper-pagination-bullet {*/
    /*    flex-shrink: 0;*/
    /*    scroll-snap-align: center;*/
    /*    margin: 0 5px;*/
    /*}*/
}
/********************** end brands ***********************/



/******************* Inst ****************/
.inst__link-wrap {
    text-align: center;
}
.inst__link {
    display: inline-flex;
    align-items: center;
}
.inst__link .fa {
    margin-right: 10px;
}
.inst__items {
    margin-top: 30px;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.inst__item {
    width: calc(100% - 20px);
    margin: 0 10px;
}

.inst__item-link {
    display: block;
    overflow: hidden;
    border-radius: 15px;
}
.inst__item-link img {
    transition: transform .5s ease;
}
.inst__item-link:hover img {
    transform: scale(1.05);
}
/******************* end Inst *************/


.h-slider-item img {
    margin: 0 auto;
}
.h-slider .swiper-button-next,
.h-slider .swiper-button-prev {
    opacity: 1;

    width: 60px;
    height: 60px;
    background-color: hsla(0, 0%, 100%, .1);
    border: 1px solid rgba(51, 51, 51, .1);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;

    color: #333;
    font-size: 22px;
}
.h-slider .swiper-button-next:hover,
.h-slider .swiper-button-prev:hover {
    transform: scale(1.1);
    background-color: hsla(0, 0%, 100%, .1);
    border: 1px solid rgba(51, 51, 51, .1);
}




.h-swiper {
    padding-top: 0;
}
.h-swiper-wrap .h-swiper .product-thumb {
    /*padding-top: 30px;*/
}



#information-information {
    padding-bottom: 50px;
}



/****** about us slider ******/
.about-us {
    margin-bottom: 40px;
    margin-top: 10px;
}
.about-us__inner {
    position: relative;
}
.about-us__link {
    display: block;
}
.about-us__inner .swiper-button-prev,
.about-us__inner .swiper-button-next {
    background: rgba(255,255,255,.9);
}

/*.about-us__inner .swiper-button-prev {*/
/*    left: -40px;*/
/*}*/
/*.about-us__inner .swiper-button-next {*/
/*    right: -40px;*/
/*}*/




.nsmenu-thumb {
    width: 24px;
    position: relative;
    top: 0;
}
@media (max-width: 1199px) {
    .nsmenu-thumb {
        width: 20px;
        position: relative;
        top: 3px;
    }
}



@media (max-width: 1199px) and (min-width: 768px) {
    #horizontal-menu .navbar-nav {
        flex-flow: wrap;
        margin-top: 30px;
    }
}




#ra-popup .pc-order-inputs {
    margin-top: 20px;
}
.btn-report-availability {
    font-size: 12px !important;
    width: auto !important;
    line-height: 1.25 !important;
}
.h-swiper .price, .cat-products .price.no-stock {
    font-size: 14px;
    min-height: 40.6px;
}
.product-no-stock {
    filter: grayscale(100%);
}



#button-ukrcredits {
    margin-top: 20px !important;
}
#propPP {
    margin-top: 15px;
    margin-left: 0 !important;
}


.product-warning {
    color: red;
    font-weight: 700;
}
body .simplecheckout-warning-block {
    border-radius: 0;
}




#product,
.pc-item {
    position: relative;
}
#product .small-quantity-alert,
.pc-item .small-quantity-alert {
    position: absolute;
    color: red;
    left: 0;
    bottom: -25px;
    font-size: 12px;
    white-space: nowrap;
}
.pc-item .small-quantity-alert {
    bottom: 10px;
}

#simplecheckout_cart .small-quantity-alert {
    left: 0;
    bottom: -20px;
    font-size: 12px;
    white-space: nowrap;
}





.s-gift-package-items-wrapper {
    position: relative;
}
.s-gift-package-items {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    padding: 0 15px;
    z-index: 1;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.s-gift-package-items .s-gift-package {
    border: none
}





/************ related_in_cart ***********/
.ric-wrap {
    border: 2px solid #EFD2CA;
    padding: 20px;
    position: relative;
    margin: 20px 0 20px;
}
.ric-item {
    padding-bottom: 5px !important;
}
.ric-item .pc-item-info {
    display: flex;
    flex-flow: wrap;
    min-height: 100px;
    align-content: space-between;
}
.ric-item-btn-wrap {
    margin-top: 9px;
    margin-bottom: 1px;
}
.ric-item-btn {
    font-size: 13px !important;
    height: 34px !important;
    line-height: 33px !important;
    margin: 0 !important;
    width: 100%;
}
.ric-title {
    font-weight: 600;
    font-size: 16px;
}


.ric-wrap .swiper-button-next,
.ric-wrap .swiper-button-prev {
    font-size: 20px;
    color: #333;
    width: 34px;
    height: 34px;
    transition: .25s;
    border: 1px solid rgba(0,0,0,.4);
    line-height: 1;
    border-radius: 50%
}
.ric-wrap .swiper-button-next:after,
.ric-wrap .swiper-button-prev:after {
    display: none !important;
}
.ric-wrap .swiper-button-next .fa,
.ric-wrap .swiper-button-prev .fa {
    line-height: 34px;
}
.ric-wrap .swiper-button-next:hover,
.ric-wrap .swiper-button-prev:hover {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.ric-wrap .swiper-button-prev {
    left: unset;
    right: 70px;
    top: 15px;
    margin: 0;
}
.ric-wrap .swiper-button-next {
    left: unset;
    right: 20px;
    top: 15px;
    margin: 0;
}

.pc-item-price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    margin-top: 1px;
}
/************ end related_in_cart ***********/




.top-text-slider .swiper-button-prev svg ,
.top-text-slider .swiper-button-next svg {
    width: 30px !important;
    height: 30px !important;
}
.top-text-slider .swiper-button-prev svg path,
.top-text-slider .swiper-button-next svg path {
    fill: #fff;
}
.top-text-slider .swiper-button-prev:after,
.top-text-slider .swiper-button-next:after {
    display: none;
}




.fod-btn-wrap {
    position: relative;
    margin-bottom: 40px;
}

.fod-btn-wrap input {
    height: 60px;
    border: 1px solid #e5e5e5;
    padding: 0 140px 0 20px;
    width: 100%;
    outline: none;
    margin: 0;
    font-size: 14px;
    color: #333;
}
.fod-btn-wrap button,
.fod-btn-wrap a {
    position: absolute;
    left: 50%;
    top: calc(50% + 15px);
    transform: translate(-50%, -50%);
    height: 38px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: #333333 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 38px;
    padding: 0 20px;
    font-weight: bold;
    text-shadow: none !important;
}
.fod-btn-error {
    position: absolute;
    color: #a94442;
    left: 0;
    bottom: -30px;
}
.fod-description.success {
    font-size: 16px;
    font-weight: 500;
}
.fod-description {
    line-height: 1.5;
}




.pr-special-offer {
    margin-top: 24px;
    width: 100%;
    padding: 10px 10px;
    background-color: #fdf6f1;
    font-size: 13px;
    line-height: 1.4;
}
.pr-special-offer * {
    line-height: 1.4;
}
.pr-special-offer p:last-of-type {
    margin-bottom: 0;
}
.pr-special-offer a {
    color: #333;
    text-decoration: underline;
}
.pr-special-offer a:hover {
    text-decoration: none;
}




.menu-header-box #horizontal-menu .nav>li>a {
    white-space: nowrap;
    display: flex;
}




.cat-rating {
    height: 10px;
}
.product-thumb .rating {
    display: flex;
    justify-content: center;
    height: 10px;
    padding: 0;
}
.product-thumb .rating .fa-star {
    font-size: 11px;
}
.product-thumb .rating .fa-star-o {
    font-size: 11px;
}
.product-thumb .rating .fa-stack {
    font-size: 4px;
    margin-right: 3px;
    margin-left: 3px;
}



.h-looked-wrap .h-swiper,
.h-related-wrap .h-swiper,
.gift-stage-wrap .h-swiper {
    padding-top: 30px;
}
.h-looked-wrap .h-swiper-title,
.h-related-wrap .h-swiper-title,
.gift-stage-wrap .h-swiper-title {
    margin-bottom: 10px;
}
.h-looked-wrap .h-swiper .product-thumb,
.h-related-wrap .h-swiper .product-thumb,
.gift-stage-wrap .h-swiper .product-thumb {
    padding-top: 15px;
}


.s-coupon-text {
    text-align: right;
    padding-right: 5px;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 8px;
    line-height: 1.2;
}


.pc-title-text {
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
}



.pc-btn-popup {
    flex-flow: wrap;
}
.pc-btn-popup > div {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.pc-btn-popup .btn-quick-order {
    margin: 7px 0;
}



.pr-bonus {
    display: flex;
    align-items: center;
}
.pr-bonus__text {
    color: rgb(63, 130, 26);
}
.pr-bonus__icon {
    margin-left: 8px;
    margin-top: 2px;
}


.pc-bonus {
    text-align: right;
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
}


.s-bonus.simplecheckout-cart-total {
    display: block;
}
.s-bonus-login a,
.pc-bonus-login a {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.s-bonus-login a:hover,
.pc-bonus-login a:hover {
    text-decoration: none;
}


#prlogin-popup {
    z-index: 1060;
}



.cat-bonus {
    margin-bottom: 5px;
    font-size: 13px;
}








/************* gift_stage ************/
.minicart-progress-bar {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 10px;
// border-bottom: 1px solid #21323533
}


.minicart-progress-bar-content {
    width: 100%;
    align-items: center;
    gap: 5px;
}

.minicart-progress-bar .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.minicart-progress-bar .row-top {
    display: grid;
    grid-template-columns: auto 3fr auto;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.minicart-progress-bar .row-top:before,
.minicart-progress-bar .row-top:after {
    display: none;
}

.minicart-progress-bar .row-bottom {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.36px;
}

@media (max-width: 768px) {
    .minicart-progress-bar .row-bottom {
        font-size: 11px;
        line-height: 15.99px;
    }

    .minicart-progress-bar .row-bottom svg {
        width: 26px;
        height: 26px;
    }
}


.minicart-progress-bar .range-line {
    width: 100%;
    height: 8px;
    border-radius: 20px;
    /*background: rgba(33, 50, 53, 0.2);*/
    background: rgb(248, 230, 225);
    position: relative;
}

.minicart-progress-bar .range-line-active {
    width: 30%;
    height: 8px;
    border-radius: 20px;
    /*background: linear-gradient(90deg, rgba(229, 244, 114, 1) 34%, rgba(62, 109, 116, 1) 100%);*/
    background: rgb(228, 182, 169);
    position: absolute;
    top: 0;
    left: 0;
}
.minicart-progress-bar .row-bottom {
    gap: 5px;
}


.gift-stage-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}
.gift-stage-wrap .product-thumb .button-group button {
    width: 100%;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
}


.gift-stage-wrap {
    visibility: hidden;
    opacity: 0;
}

.gift-stage-wrap .pr-special-offer-label {
    font-size: 12px;
    text-transform: none;
    opacity: .9;
}
/************* end gift_stage ************/




.gift-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 10px;

    margin-top: 30px;
}
.gift-info-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24.96px;
    color: #000;
    border: 1px solid rgb(63, 130, 26);
}
.gift-info-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
#text_amount_shipping {
    margin: 0;
}




/***** gift stage fixed *****/
.fixed-progress-bar {
    max-width: 210px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    padding: 9px 4px;
    background: #edf1f2;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.99px;
    letter-spacing: 0.025em;

    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}

.fixed-progress-bar-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
}

.fixed-progress-bar .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.fixed-progress-bar .row-top {
    display: grid;
    grid-template-columns: auto 3fr auto;
}

.fixed-progress-bar .range-line {
    min-width: 55px;
    width: 100%;
    height: 3px;
    background: rgba(33, 50, 53, 0.2);
    position: relative;
}

.range-line-active {
    width: 30%;
    height: 100%;
    background: rgb(63, 130, 26);
    position: absolute;
    top: 0;
    left: 0;
}

.fixed-progress-bar .row-bottom {
    gap: 5px;
}

@media (max-width: 768px) {
    .fixed-progress-bar {
        max-width: none;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #4B6D744D;
        box-shadow: 5px 4px 18px 0px #0000000D;
        border-radius: 0;
        font-size: 14px;
        line-height: 20.36px;
    }

    .fixed-progress-bar-content {
        padding: 0 15px;
        text-align: center;
    }

    #mini_pb_start,
    #mini_pb_finish {
        font-size: 12px;
    }
    #text_mini_progressbar {
        font-size: 13px;
    }
    .fixed-progress-bar {
        line-height: 18px;
    }
}


.fixed-progress-bar .row:before,
.fixed-progress-bar .row:after {
    display: none;
}
.fixed-progress-bar .row {
    margin-left: 0;
    margin-right: 0;
}
/***** end gift stage fixed *****/












/**************** up loyal ****************/
.loyalty .title {
    margin-bottom: 30px;
}
.loyalty-row {
    display: flex;
    gap: 20px;
}

.loyalty .subtitle {
    display: flex;
    gap: 10px;
}

.loyalty-bt {
    font-weight: 500;
    font-size: inherit;
}
.loyalty-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.loyalty-column.column2 {
    flex: 1 0 auto;
    max-width: 40%; /* 472/1170 */
}

.loyalty-column.column2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.loyalty-hw {
    margin-top: 30px;
    border-radius: 12px;
    box-shadow: 3px 5px 16px 0px #00000012;
    padding: 36px 25px 25px;
    margin-bottom: 50px;
}

.loyalty-hw-list {
    counter-reset: li;
    overflow: hidden;
}

.loyalty-hw-list>li {
    counter-increment: li;
    list-style: none;
    padding-left: 110px;
    overflow: hidden;
}

.loyalty-hw-item {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #21323533;
}

.loyalty-hw-item::before,
.loyalty-hw-item::after {
    position: absolute;
    display: flex;
}

.loyalty-hw-item::before {
    content: counter(li);
    left: -87px;
    top: 50%;
    transform: translateY(-50%);
    height: 64px;
    width: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EDF0F1;
    font-size: 20px;
    font-weight: 300;
    line-height: 29.08px;
    letter-spacing: 0.025em;
    text-align: center;
    color: #F9C5CF;
    z-index: 2;
}

.loyalty-hw-item::after {
    content: "";
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border: 1px solid #4B6D7433;
    z-index: -1;
}


.loyalty-hw-list>li:first-child .loyalty-hw-item:after {
    top: 100%;
    height:  calc(100% - 64px);
}

.loyalty-hw-list>li:last-child .loyalty-hw-item:after {
    top: 0%;
    height:  calc(100% - 64px);
}

.loyalty-hw-list>li:last-child .loyalty-hw-item {
    border-bottom: none;
}

.loyalty-hw-list>li p:first-of-type {
    flex: 1 0 auto;
    width: 100%;
    max-width: 43.050193%; /* 446/1036 */
    font-size: 18px;
    line-height: 1.4;
}

.loyalty-wyg {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.loyalty-wyg-item {
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    letter-spacing: 0.025em;
}

.loyalty-wyg-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.loyalty-progress-bar {
    margin-top: 35px;
}

.loyalty-progress-bar .range-item {
    position: relative;
}

.loyalty-progress-bar .range-item ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.loyalty-progress-bar .range-item ul .list-inline-item:not(:first-child) {
    border-left: 1px solid #F9C5CF;
}

.loyalty-progress-bar .range-item ul .list-inline-item {
    padding: 35px 40px 0px 11px;
}

/*.loyalty-progress-bar .range-item ul .list-inline-item:last-child {*/
/*    padding: 35px 0 0px 11px;*/
/*}*/

.loyalty-progress-bar .range-item ul .list-inline-item {
    font-size: 12px;
    line-height: 17.45px;
    letter-spacing: 0.025em;
    position: relative;
    flex-grow: 1;
}

.loyalty-progress-bar .range-item ul .list-inline-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: -1px;
    height: 20px;
    top: -20px;
}

.loyalty-progress-bar .range-item ul .list-inline-item.active::before {
    background-color: #F9C5CF;
}

.loyalty-progress-bar .range-item ul .list-inline-item:first-child::before {
    border-radius: 3px 0 0 3px;
}

.loyalty-progress-bar .range-item ul .list-inline-item:last-child::before {
    right: 0;
    border-radius: 0 3px 3px 0;
}

.loyalty-progress-bar .range-item ul .list-inline-item p:first-of-type {
    font-size: 18px;
    font-weight: 600;
    line-height: 26.17px;
    color: #F9C5CF;
    margin-bottom: 5px;
}

.loyalty-progress-bar .range-item .range-line {
    height: 20px;
    width: 100%;
    background-color: #E7E7E7;
    position: relative;
    z-index: 0;
    border-radius: 3px;
    overflow: hidden;
    background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><polygon points="0 0, 0 10, 7 5" fill="%234B6D74"/></svg>');
    background-position: right 12px center;
    background-repeat: no-repeat;
}

.loyalty-progress-bar .range-item .range-line:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #F9C5CF;
    position: absolute;
    left: 0;
    top: 50%;
    right: 15px;
    transform: translateY(-0.5px);
}

.loyalty__card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 22px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.36px;
    letter-spacing: 0.025em;
    text-align: center;
    border: 1px solid #4B6D7480;
    box-shadow: 3px 5px 16px 0px #00000012;
    min-width: 270px;
    transition: all .2s ease;
}

.loyalty-start {
    background: linear-gradient(123.82deg, rgba(75, 109, 116, 0) 0.11%, rgba(75, 109, 116, 0.15) 100.11%);
}

.loyalty-basic {
    background: linear-gradient(123.82deg, rgba(75, 109, 116, 0.15) 0.11%, rgba(75, 109, 116, 0.3) 100.11%);
}

.loyalty-medium {
    background: linear-gradient(123.82deg, rgba(75, 109, 116, 0.3) 0.11%, rgba(75, 109, 116, 0.6) 100.11%);
}

.loyalty-max {
    background: linear-gradient(123.82deg, rgba(75, 109, 116, 0.6) 0.11%, #3e6d74 100.11%);
}

.loyalty__card:hover {
    background-color: #3e6d74;
    color: #fff;
}

.loyalty__card strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 29.08px;
}

.loyalty__card p {
    width: 100%;
}

.loyalty__card-name {
    margin-bottom: 20px;
}

.loyalty__card-order-sum {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2132351A;
}

.loyalty__card-cashback {
    margin-bottom: 10px;
}

.loyalty__card-order,
.loyalty__card-cashback {
    margin-bottom: 5px;
}

.cashback .subtitle,
.cashback ol,
.cashback ul {
    margin: 30px 0;
}

.cashback ol {
    padding-left: 20px;
}

.loyalty-progress-gifts-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 31.44px;
    margin: 30px 0 15px;
}

.loyalty-progress-gifts {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.loyalty-progress-gifts .loyalty-wyg-row {
    width: auto;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 24.38px !important;
    white-space: nowrap;
    margin-bottom: 40px; 
}

.loyalty-banner-1 {
    background-image: none;
    background-color: transparent;
    padding: 0 15px;
}

.loyalty-banner-1 .footer-banner__content {
    background-image: url(/wp-content/themes/beautysystema/img/loyalty-bg.png);;
    background-color: transparent;
    padding: 50px;
    border-radius: 13px;
    border: 1px solid #21323566;
}

.loyalty-banner-1 .footer-banner__content {
    grid-template-columns: 9fr 1fr;
    gap: 15px;
    color: var(--text-color);
}

.loyalty-banner-1 .footer-banner__content h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 48.76px;
}

.loyalty-banner-1-buttons {
    display: flex;
    gap: 20px;
    margin-top: 34px;
}

.loyalty-banner-1 .product__card__info__button {
    display: inline-flex;
    padding: 10px 25px;
    font-weight: 400;
    /* color: #fff; */
    /* background: var(--btn); */
    color: #3e6d74;
    border: 1px solid #3e6d74;
}

.loyalty-banner-1 .product__card__info__button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background: var(--btn);
    /* border: 1px solid transparent; */
    transition: opacity 0.3s ease-out;
    z-index: 2;
    opacity: 0;
}

.loyalty-banner-1 .product__card__info__button span,
.loyalty-banner-1 .product__card__info__button svg{
    position: relative;
    z-index: 5;
}

.loyalty-banner-1 .product__card__info__button svg path {
    fill: #3e6d74 !important;
    transition: all 0.2s ease;
}

@media (min-width: 769px) {
    .loyalty-banner-1 .product__card__info__button:hover {
        /* color: var(--accent);
        background-color: #fff; */
        color: #fff;
    }

    .loyalty-banner-1 .product__card__info__button:hover::after {
        opacity: 1;
    }

    .loyalty-banner-1 .product__card__info__button:hover svg path {
        fill: #fff !important;
    }
}

.loyalty-banner-1 .footer-banner__left {
    padding: 0;
}

.loyalty-banner-1 .footer-banner__right {
    position: relative;
    align-self: end;
}

.loyalty-banner-1 .footer-banner__right  img {
    position: absolute;
    bottom: -87px;
    right: -80px;
    max-width: 476px;
}

.fixed-progress-bar {
    max-width: 200px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    padding: 9px 4px;
    background: #edf1f2;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.99px;
    letter-spacing: 0.025em;
}

.fixed-progress-bar-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
}

.fixed-progress-bar .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.fixed-progress-bar .row-top {
    display: grid;
    grid-template-columns: auto 3fr auto;
}

.fixed-progress-bar .range-line {
    min-width: 55px;
    width: 100%;
    height: 3px;
    background: rgba(33, 50, 53, 0.2);
;
    position: relative;
}

.range-line-active {
    width: 30%;
    height: 100%;
    background: #3e6d74;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed-progress-bar .row-bottom {
    gap: 5px;
}

@media (max-width: 768px) {
    .fixed-progress-bar {
        max-width: none;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #4B6D744D;
        box-shadow: 5px 4px 18px 0px #0000000D;
        border-radius: 0;
        font-size: 14px;
        line-height: 20.36px;
    }

    .fixed-progress-bar-content {
        padding: 0 15px;
        text-align: center;
    }
}












.loyalty-title {
    display: flex;
    align-items: center;
    gap: 10px
}

.loyalty-subtitle {
    padding: 10px;
    display: flex;
    align-items: center;
    border-left: 3px solid #F9C5CF;
    font-size: 16px;
}

.loyalty-list-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.loyalty-list-block ul li {
    padding: 10px 20px 10px 36px;
    position: relative;
    border-bottom: 1px solid #21323533;
    letter-spacing: 0
}

.loyalty-list-block ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3e6d74;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px
}

.loyalty-list-block ul li::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4B6D744D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px
}

.loyalty-list-block img {
    max-width: 36.923077%;
    height: auto;
    object-fit: cover
}

@media (max-width: 992px) {
    .loyalty-hw-list {
        padding-left: 0;
    }


    .loyalty-hw {
        margin-top:20px;
        padding: 15px
    }

    .loyalty-hw-list>li {
        padding-left: 80px
    }

    .loyalty-hw-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 20px 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 17.15px;
        border: none
    }

    .loyalty-hw-item::before {
        content: counter(li);
        left: -68px;
        height: 55px;
        width: 55px
    }

    .loyalty-hw-item::after {
        left: -41px
    }

    .loyalty-hw-list>li:first-child .loyalty-hw-item:after {
        height: calc(100% - 55px)
    }

    .loyalty-hw-list>li:last-child .loyalty-hw-item:after {
        height: calc(100% - 55px)
    }

    .loyalty-hw-list>li p:first-of-type {
        max-width: 100%;
        font-size: 18px;
        line-height: 21.94px
    }

    .loyalty-wyg-item {
        max-width: 340px;
    }

    .loyalty-progress-bar .range-item {
        display: flex;
        min-height: 270px
    }

    .loyalty-progress-bar .range-item ul {
        height: 100%;
        flex-direction: column;
        margin-left: 25px
    }

    .loyalty-progress-bar .range-item ul .list-inline-item {
        border-left: none!important;
        padding: 0 0 20px 18px
    }

    .loyalty-progress-bar .range-item ul .list-inline-item .icon {
        display: none
    }

    .loyalty-progress-bar .range-item .range-line {
        width: 25px;
        height: 100%;
        position: absolute;
        left: 0;
        background-image: url(data:image/svg+xml,<svg\ width=\"6\"\ height=\"6\"\ viewBox=\"0\ 0\ 10\ 10\"\ fill=\"none\"\ xmlns=\"http://www.w3.org/2000/svg\"><polygon\ points=\"0\ 0,\ 5\ 7,\ 10\ 0\"\ fill=\"%234B6D74\"/></svg>);
        background-position: bottom 8px center
    }

    .loyalty-progress-bar .range-item .range-line:after {
        height: auto;
        width: 1px;
        left: 50%;
        top: 0;
        bottom: 10px;
        transform: translateX(-.5px)
    }

    .loyalty-progress-bar .range-item ul .list-inline-item:first-child::before {
        border-radius: 3px 3px 0 0
    }

    .loyalty-progress-bar .range-item ul .list-inline-item:last-child::before {
        border-radius: 0 0 3px 3px
    }

    .loyalty-progress-bar .range-item ul .list-inline-item::before {
        width: 25px;
        height: auto;
        top: 0;
        left: -25px;
        bottom: -1px
    }

    .loyalty-banner-1 .footer-banner__content {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 30px 20px 50px
    }

    .loyalty-banner-1 .footer-banner__right img {
        max-width: 175px;
        height: auto;
        bottom: -60px;
        right: -25px
    }

    .loyalty-banner-1-buttons {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .loyalty-banner-1 .hide-on-mobile {
        display: none
    }
}

@media (max-width: 768px) {
    .loyalty-row {
        flex-direction:column
    }

    .loyalty-wyg-row {
        font-size: 16px;
    }

    .loyalty .title {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .loyalty-column.column2 {
        max-width: 100%;
        align-items: center
    }

    .loyalty-column.column2 img {
        width: auto;
        max-width: 100%
    }

    .loyalty-wyg.desktop {
        display: none
    }

    .loyalty-wyg.mobile {
        display: block
    }

    .loyalty-wyg-item {
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: 15px;
        letter-spacing: .025em
    }

    .loyalty-wyg-row img {
        max-width: 52px
    }

    .loyalty .loyalty-carousel {
        padding-top: 20px
    }

    .loyalty-progress-gifts-title {
        font-size: 18px;
        line-height: 24px
    }

    .loyalty-progress-gifts {
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px
    }

    .loyalty-banner-1 .footer-banner__content {
        padding: 30px 20px 40px
    }

    .loyalty-banner-1 .footer-banner__content h2 {
        font-size: 25px;
        line-height: 30.48px
    }

    .loyalty-banner-1-buttons {
        align-items: center;
        gap: 10px
    }

    .loyalty-banner-1 .product__card__info__button {
        max-width: 200px;
        padding: 11px 23px;
        font-size: 16px;
        line-height: 19.5px
    }

    .loyalty-banner-1 .footer-banner__right {
        width: 100%
    }

    .loyalty-banner-1 .footer-banner__right img {
        max-width: 95px;
        bottom: -90px
    }

    .loyalty-list-block img {
        display: none
    }

    .loyalty-title {
        align-items: flex-start
    }
}
/**************** end loyal ****************/


.scrollToTopButton-wrap {
    display: none;
}
#scrollToTopButton {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgb(242, 229, 223);
    color: #333;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    line-height: 1;
    z-index: 99;
}
#scrollToTopButton .fa {
    position: relative;
    top: -2px;
}
#scrollToTopButton:hover {
    background-color: rgb(230, 210, 200);
    cursor: pointer;
}




.header__links a {
    white-space: nowrap;
}
.pc-item-name-gift {
    line-height: 1.3;
    margin-top: 10px;
    font-size: 12px;
}
@media (max-width: 767px) {
    .pc-item-name-gift {
        margin-top: 8px;
        font-size: 11px;
    }
}










.pr-related-color,
.pr-related-size,
.pr-related-together {
    margin-top: 20px;
}
.pr-related-btn {
    background: none;
    border: solid 1px #ccc !important;
    outline: none;
    display: inline-flex;
    align-items: center;
    padding: 5px 12px
}
.pr-related-btn span {
    font-size: 20px;
    line-height: 1;
    margin-left: 6px;
    font-weight: 600;
    display: inline-flex;
    width: 11px;
}
.pr-related-btn span.minus,
.pr-related-btn[aria-expanded="true"] span.plus {
    display: none;
}
.pr-related-btn[aria-expanded="true"] span.minus {
    display: inline-flex;
    position: relative;
    left: 1px;
    top: -1px;
}

.pr-related-color-items,
.pr-related-together-items,
.pr-related-size-items {
    display: flex;
    flex-flow: wrap;
    margin: 10px -4px 0;
}
.pr-related-color-items,
.pr-related-together-items,
.pr-related-size-items {
    margin-top: 2px;
}
.pr-related-color-item,
.pr-related-together-item,
.pr-related-size-item {
    margin: 4px;
    width: calc(100%/6 - 8px);
}
.pr-related-size-item {
    width: calc(100%/6 - 8px);
}

.pr-related-color-item-link,
.pr-related-together-item-link,
.pr-related-size-item-link {
    display: block;
    cursor: pointer;
    border-radius: 0;
    padding: 8px 3px;
    box-shadow: 0 0 5px rgba(33, 153, 198, 0.0);
    border: 1px solid #d3d3d3;
    height: 100%;
    transition: .2s;
    text-align: center;
}
.pr-related-color-item-link:hover,
.pr-related-color-item-link:active,
.pr-related-color-item-link.active,
.pr-related-together-item-link:hover,
.pr-related-together-item-link:active,
.pr-related-together-item-link.active,
.pr-related-size-item-link:hover,
.pr-related-size-item-link:active,
.pr-related-size-item-link.active {
    box-shadow: 0 0 5px 1px rgb(230, 210, 200);
    border-color: rgb(230, 210, 200);
}
.pr-related-color-item-link.active,
.pr-related-together-item-link.active,
.pr-related-size-item-link.active {
    cursor: default;
}
.pr-related-color-item-name,
.pr-related-together-item-name,
.pr-related-size-item-name {
    font-size: 11px;
    line-height: 1.1;
    color: #333;
    margin-top: 4px;

    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
.pr-related-color-item-name,
.pr-related-together-item-name {
    margin-top: 7px;
}
.pr-related-color-item-btn-more .pr-related-color-item-name,
.pr-related-together-item-btn-more .pr-related-together-item-name,
.pr-related-color-item-btn-more .pr-related-size-item-name {
    font-size: 13px;
    line-height: 1.3;
}

.pr-related-size-item-price {
    color: #333;
}

@media (max-width: 767px) {
    .pr-related-color-item,
    .pr-related-together-item {
        width: calc(100% / 4 - 8px);
    }
    .pr-related-size-item {
        width: calc(100% / 4 - 8px);
    }


    .pr-related-color-item-name,
    .pr-related-together-item-name {
        font-size: 10px;
    }
    .pr-related-color-item-btn-more .pr-related-color-item-name,
    .pr-related-together-item-btn-more .pr-related-together-item-name,
    .pr-related-color-item-btn-more .pr-related-size-item-name {
        font-size: 12px;
    }
}
 




/**** widget-discount ****/
.widget-discount {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 9;
}
.widget-discount__btn {
    width: 45px;
    height: 45px;
    background-color: transparent;
    background-image: url(/catalog/view/theme/melani/icons/discount-heart2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    cursor: pointer;
    overflow: visible;
}
.widget-discount__close {
    position: absolute;
    bottom: -24px;
    right: 16px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}
.widget-discount__close:before,
.widget-discount__close:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 17px;
    top: 6px;
    left: -2px;
    background-color: #27251F;
    opacity: 0.5;
}
.widget-discount__close:before {
    transform: rotate(45deg);
}
.widget-discount__close:after {
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .widget-discount__btn {
        width: 42px;
        height: 42px;
    }
    .widget-discount__close {
        right: 14px;
    }
}
/**** end widget-discount ****/




/**** home categories ****/
.h-category-wrap {
    margin-top: 50px;
}
.h-category {
    position: relative;
    border: none;
}
.h-category__name {
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
}
@media (max-width: 767px) {
    .h-category__name {
        font-size: 14px;
    }
}



.h-category__slider {
    overflow: auto;
    padding-bottom: 7px;
    margin-right: -15px;
}
.h-category .h-category__slide {
    width: calc(100%/4);
    margin-right: 12px;
}
.h-category__name {
    font-size: 12px;
    line-height: 1.2;
}
/**** end home categories ****/





.s-payment-text {
    margin: 10px;
    padding: 12px 15px;
    background: rgb(242, 229, 223);
    line-height: 1.5;
    width: 100%;
}
@media (max-width: 767px) {
    .s-payment-text {
        margin: 15px 0 10px;
        font-size: 13px;
        line-height: 1.5;
    }
}







.sc-content {
    font-size: 14px;
}
.sc-content .cat-title {
    padding-top: 50px;
    margin-bottom: 10px;
    text-align: left;
    border-top: 1px solid #e3e3e3;
}
.sc-order-items {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}
.sc-order-item {
    border-right: 1px dashed #cfc8d8;
    margin-right: 25px;
    padding-right: 25px;
}
.sc-order-item:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.sc-order-item-text {
    font-weight: 700;
}

.sc-contact ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.sc-contact a {
    color: #000;
    font-size: 14px;
}
.sc-contact li .fa {
    position: relative;
    top: 3px;
}
.success-checkout .buttons {
    margin-top: 25px;
    margin-bottom: 50px;
}






.c-birthday-wrap {
    position: relative;
}
.c-birthday-wrap .input-group-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.c-birthday-wrap .input-group-btn button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none !important; 
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}



.loyalty-wyg-row p {
    margin-bottom: 0; 
}




@media (max-width: 1399px) and (min-width: 1200px) {
    .pr-cart .add-to-cart .button-1 {
        min-width: 195px;
    }
}



.pr-hint-gift,
.pr-help {
    margin-top: 25px;
}
.pr-hint-gift {
    margin-top: 15px;
}
.pr-hint-gift__btn,
.pr-help__btn {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.pr-hint-gift__btn svg,
.pr-help__btn svg {
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.pr-help__btn {
    color: #333 !important;
}
.pr-help__btn svg {
    margin-right: 10px;
}


.hg-popup .form-group {
    margin-bottom: 10px;
}
.hg-popup .pc-title-text {
    margin-top: 10px;
}
.hg-popup .pc-order-inputs {
    margin-top: 20px;
}
.hg-popup .form-group > label {
    margin-bottom: 0;
}
.hg-popup .form-group > input {
    margin-top: 0;
}
.hg-popup__title-to,
.hg-popup__title-from {
    font-weight: 700;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 5px;
}
.hg-popup__title-from {
    margin-top: 17px;
}
.hg-form-error {
    color: red;
    font-size: 13px;
    text-align: center;
    margin: 5px 0;
}
.hg-popup .pc-form-success {
    font-size: 16px;
    font-weight: 600;
}





body .smartsearch {
    z-index: 9999;
}
body .smartsearch li.item .item_block .title {
    padding: 10px 6px;
}
body .smartsearch .image img {
    width: 50px;
    height: auto;
}
body .smartsearch li.item .item_block a {
    font-size: 12px;
    line-height: 1.25;
    display: block;
}
body .smartsearch .button {
    background: #edf1f2;
}
body .smartsearch .button a {
    color: #000;
    font-size: 13px;
}
body .smartsearch li.item .item_block .price {
    color: #000;
    flex-flow: wrap;
    font-size: 14px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    body .smartsearch li.item .item_block .image {
        padding: 5px 5px;
    }
    body .smartsearch li.item .item_block .price {
        padding: 10px 5px;
        white-space: wrap;
        flex-flow: wrap;
        line-height: 1.3;
        font-size: 13px;
    }
}
.banner-brands{
	width: 100%;
	margin-bottom: 30px;
}






/* bonus */
.pr-bonus .tooltip-container {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    margin-top: 2px;
}
.pr-bonus .pr-bonus__icon {
    margin: 0;
}
.pr-bonus .tooltip-box {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 10;
    font-size: 12px;
}
.pr-bonus .tooltip-box a {
    color: #fff;
    text-decoration: underline;
}
.pr-bonus .tooltip-container:hover .tooltip-box {
    opacity: 1;
    visibility: visible;
}
.pr-bonus .tooltip-arrow {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
}
@media (max-width: 500px) {
    .pr-bonus .tooltip-box {
        right: -15px;
        left: unset;
        transform: unset;
    }
    .pr-bonus .tooltip-arrow {
        right: 15px;
        left: unset;
        transform: unset;
    }
}



.loyalty-progress-bar .list-inline-item p:last-of-type {
    color: #000;
}


.swiper-slide.slide-invisible {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}



body .is-modern .f-thumbs__slide {
    width: auto;
}
body .is-modern .f-thumbs__slide__button {
    --clip-path: unset !important;
    clip-path: unset !important;
}
body .is-modern .f-thumbs__slide {
    transform: translate3d(calc(var(--shift, 0)* -0.5px), 0, 0);
}
body .f-thumbs__slide__img {
    object-fit: contain;
}
body .f-thumbs__slide__button {
    width: 48px;
}




.pr-advantages {
    margin-top: -5px;
    margin-bottom: 15px;
    color: #3f821a;
}
.pr-advantages svg {
    width: 20px;
    fill: #3f821a;
    position: relative;
    top: 2px;
    margin-right: 5px;
}



#button-cart.disabled:disabled {
    font-size: 15px;
}



#button-ukrcredits {
    line-height: 1.3;
    font-size: 13px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    color: #333 !important;
    transition: .25s;
    box-shadow: 0 0 0 0 transparent;
}
#button-ukrcredits:hover {
    box-shadow: 0 0 5px 1px rgba(0,0,0,.5);
}
.btn-credit-text {
    text-transform: none;
    font-weight: 400;
    margin-right: 10px;
}
.btn-credit-text-price {
    font-weight: 700;
    color: #3f821a;
    font-size: 14px;
}
.btn-credit-text-2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}



/**** special_offer ****/
.special-offer-wrap {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
    box-shadow: 0 0 5px 0 rgb(230, 210, 200);
}
.special-offer-wrap .h-swiper-title {
    margin-bottom: 12px;
    line-height: 1.4;
}
.special-offer {
    padding-top: 30px;
}
.special-offer .product-thumb .button-group button {
    width: 70%;
}

#simplecheckout_cart .alert.simplecheckout-warning-block {
    position: relative;
    top: 20px;
    padding: 5px 15px;
    line-height: 1.4;
}

.special-offer-btn-wrap {
    margin-top: 15px;
}
.special-offer-btn {
    margin: 0 !important;
}


.special-offer-btn-wrap .special-offer-btn.btn {
    box-shadow: 0 0 3px 1px rgba(0,0,0,.2) !important;
    border: 1px solid #d3d3d3 !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 13px;
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
}
.special-offer-btn-wrap .special-offer-btn.btn:hover,
.special-offer-btn-wrap .special-offer-btn.btn:active {
    box-shadow: 0 0 5px 1px rgb(230, 210, 200) !important;
    border-color: rgb(230, 210, 200) !important;
}


.popupcart-info .simplecheckout-warning-block {
    margin-top: 20px;
    margin-bottom: 0;
    border: 1px solid #f8acac;
    color: #555;
    padding: 8px 15px;
    line-height: 1.4;
}



.special-offer-wrap.before-init .swiper-wrapper > .swiper-slide {
    width: calc(100% / 3);
}
@media (max-width: 991px) {
    .special-offer-wrap.before-init .swiper-wrapper > .swiper-slide {
        width: calc(100% / 2);
    }
}


@media (max-width: 767px) {
    #simplecheckout_cart .alert.simplecheckout-warning-block {
        top: 15px;
    }

    body .special-offer-wrap {
        margin-top: 25px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 500px) {
    .special-offer-btn-wrap .special-offer-btn.btn {
        font-size: 11px;
        padding: 0 7px;
    }

    .special-offer-wrap .h-swiper-title {
        font-size: 16px;
        line-height: 1.4;
    }
}
/**** end special_offer ****/






@media (min-width: 768px) {
    .ocf-filter:not(.ocf-slider) .ocf-filter-body > .ocf-value-list {
        max-height: 198px;
        padding-right: 5px;
        margin-right: -5px;
        overflow: auto;
    }
    #ocf-filter-25-2-1 .ocf-filter-body > .ocf-value-list {
        max-height: 192px;
    }
    .ocf-filter:not(.ocf-slider) .ocf-filter-body > .ocf-value-list::-webkit-scrollbar {
        width: 4px;
        /*background-color: rgb(242, 229, 223, .4);*/
        background-color: #eceef2;
    }
    .ocf-filter:not(.ocf-slider) .ocf-filter-body > .ocf-value-list::-webkit-scrollbar-thumb {
        /*background-color: rgb(230, 210, 200);*/
        background-color: #6a7275;
        border-radius: 2px;
    }
    body .ocf-theme-light .ocf-value-count {
        /*background-color: rgb(242, 229, 223, .4);*/
        background-color: #eceef2;
    }

    .ocf-value-list .ocf-collapse-value.ocf-collapse {
        display: block;
    }
    body .ocf-value-list .ocf-scroll-y {
        overflow: visible !important;
        max-height: unset !important;
        margin: 0 !important;
        padding: 0 !important;
        background: none !important
    }
    .ocf-value-list .ocf-value-list {
        margin: 0 !important;
        margin-top: 6px !important;
        border: none !important;
    }
    .ocf-value-list .ocf-value-list .ocf-value-list-body {
        padding: 0 !important;
    }

    .ocf-value-list .ocf-btn-show-values {
        display: none !important;
    }
}


#cart_block .cart-item-btn.no-active {
    cursor: default;
}
#cart_block .cart-item-btn.no-active .icon-dropdown {
    opacity: 1;
}



#product-manufacturer .cat-title {
    display: none;
}




@media (min-width: 768px) {
    .special-offer-wrap-mob .special-offer-wrap {
        display: none;
    }
    .h-advantages-mob .h-advantages {
        display: none;
    }
}

@media (max-width: 767px) {
    .special-offer-wrap-laptop .special-offer-wrap {
        display: none;
    }
    .h-advantages-laptop .h-advantages {
        display: none;
    }

    .h-advantages-mob .h-advantages {
        margin-bottom: 30px;
    }
}

.pc-item-name-gift-promocode {
	color: #3c763d;
}
