html, body{
	overflow-x: clip;
	overflow-y: visible;
}
* {
	outline: none !important;
}
input:not([type=checkbox]):not([type=radio]),
textarea,
select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
}
img {
	max-width: 100%;
	height: initial;
}
.form-control {
	height: 40px;
}

body {
	font-family: 'Raleway', sans-serif;
	color: #111;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	width: 100%;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	-moz-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
body.modal-open {
	padding-right: 0 !important;
	/*overflow: hidden;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: fixed;*/
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 15px;
}
/* Override the bootstrap defaults */
h1 {
	margin-top: 0;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #1E1E1F;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 15px;
}
a {
	color: #0D0D0D;
}
a:hover {
	text-decoration: none;
	color: #7758B5;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	font-weight: normal;
}
button {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
textarea {
	resize: none;
}

.fade {
	transition: none !important;
}
.modal-dialog {
	width: 680px;
	margin: 0 !important;
	position: fixed;
	top: 20%;
    left: 50%;
    transform: translate(-50%, -10%) !important;
	transition: none !important;
	border: none !important;
}
.modal-content {
	text-align: center;
	padding: 32px;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
	border-radius: 32px;
}
.modal-content .popup-img {
	margin: 16px 0 32px;
}
.modal-header {
	min-height: initial;
    padding: 0;
    border-bottom: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #111111;
    text-align: left;
}
.modal-header .pre-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #111111;
}
.modal-title {
	font-size: 24px;
    line-height: 28px;
    text-align: left;
}
.modal-body {
    position: relative;
    padding: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #4D5053;
}
.modal-body .btn-primary {
	width: 300px;
    margin: 20px auto 0;
    display: flex;
}
.modal-body .btn-primary + .close {
	font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #4D5053;
    opacity: 1;
    text-shadow: none;
	float: none;
}
.modal-body label {
	font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #9B9D9F;
    text-align: left;
    display: block;
    margin-bottom: 7px;
}

.modal-dialog > button.close {
	opacity: 1;
    right: 32px;
    top: 32px;
    position: absolute;
    z-index: 2;
}

.modal-backdrop.in {
	background: rgba(0, 0, 0, 0.5) !important;
	opacity: 1;
}

.dropdown-menu {
	background: #FFFFFF;
    border-radius: 5px;
    border: none;
	margin-top: 0;
	padding: 0;
	min-width: initial;
	box-shadow: 0px 5px 8px rgb(0 0 0 / 4%);
}
.dropdown-menu > li > a {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: block;
	padding: 8px 0;
	background: transparent !important;
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #111111;
    padding: 12px 0;
    border-bottom: 1px solid #D0D0D0;
    margin: 0 16px;
}
.dropdown-menu > li:last-child > a {
	border-bottom: none;
}

.dropdown:not(.search-li):hover > .dropdown-menu {
	display: block;
}

.sort-block .dropdown {
	padding: 0!important;
}

.container {
	width: 1440px;
    padding: 0 30px;
	max-width: 100%;
}

.product-thumb .h4 a,
.product-thumb h4 a {
	color: #181818;
}
.products-carousel .btn-wishlist {
	display: none;
	background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 15px;
}
.products-carousel .btn-details {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 16px 27px;
}

.col-xs-12.product-layout  {
	padding: 0;
}
.product-thumb {
	border-color: transparent;
    padding: 8px;
	border: 1px solid transparent;
}

/* scrollbar */
.scrollbar {
    margin: 35px auto !important;
	width: calc(100% - 30px);
	height: 1px;
	position: relative;
	background: #D8D8D8;
	display: none;
}
.scrollbar .bar-container {
	position: absolute;
	left: 0;
	top: -14px;
	padding: 12px 0;
}
.scrollbar .bar-container:hover .bar,
.scrollbar .bar-container:active .bar {
	background-color: #000;
}
.scrollbar .bar-container .bar {
	height: 3px;
    background: #1D1D1D;
    width: 100%;
    border-radius: 2px;
}

/* nav-carousel */
.nav-carousel {
	position: relative;
}
.nav-carousel > div {
	width: 51px;
    height: 51px;
    cursor: pointer;
    z-index: 2;
	position: absolute;
	top: 0;
}
.nav-carousel > div.disabled {
	display: none;
}
.nav-carousel > div.prev {
    left: 0;
	background: url("/image/catalog/theme/arrow-left-carousel.png") no-repeat center;
}
.nav-carousel > div.next {
    right: 0;
	margin-left: 10px;
	background: url("/image/catalog/theme/arrow-right-carousel.png") no-repeat center;
}
.sale-mode .nav-carousel > div.next {
	right: 350px;
}
.nav-carousel > div.disabled {
    display: block !important;
    /*opacity: 0;*/
}

.drag-carousel-wrap h3 {
	font-size: 43px;
	text-align: center;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 25px;
}
.drag-carousel-wrap h3 + p {
	text-align: center;
	margin-bottom: 40px;
}
.drag-carousel {
	padding: 0 60px;
}
.drag-carousel span {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	text-align: center;
}
.drag-carousel .owl-stage img {
	filter: grayscale(100%);
}
.drag-carousel .owl-stage .owl-item:hover img {
	filter: none;
}

/* bonus */
.jq-selectbox {
	z-index: 3 !important;
	box-shadow: none !important;
	padding: 0 !important;
}
.jq-selectbox.opened {
	z-index: 4 !important;
}
.jq-selectbox__select {
    background: transparent;
    text-align: left;
    padding: 0;
	height: 48px;
	border: 1px solid #D0D0D0;
    box-shadow: none;
    color: #111111;

	border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}
/*.jq-selectbox.opened .jq-selectbox__select {
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}*/
.jq-selectbox__select-text {
	padding: 0 35px 0 15px;
    text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 48px;
	color: #0D0D0D;
}
.jq-selectbox li {
	min-height: 18px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #111111;
    padding: 12px 0;
    border-bottom: 1px solid #D0D0D0;
    margin: 0 16px;
    background: transparent !important;
}
.jq-selectbox li:last-child {
	border-bottom: none;
}
.jq-selectbox__dropdown {
	min-width: 220px;
    margin: 0;
    padding: 0;
    background: #fff;
    margin-top: 4px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 6px;
}
.jq-selectbox__dropdown ul {
    max-height: 350px !important;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
	background: #F2F2F2;
	color: #0D0D0D;
}
.jq-selectbox__trigger-arrow:after {
	position: relative;
    top: -4px;
    content: url(/image/catalog/christina/ico-nice-select.svg);
}

.transition {
	transition: all .3s ease;
}
.flex{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:-ms-flex;display:-o-flex;display:flex}
.flex-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.flex-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.flex5 > div{flex:1 1 20%;width: 20%;}
.flex4 > div{flex:1 1 25%;width: 25%;}
.flex3 > div{flex:1 1 33%;width: 33%;}
.flex2 > div{flex:1 1 50%;width: 50%;}

.flex-60-40 > div:first-child{flex:1 1 60%}
.flex-60-40 > div:nth-child(2){flex:1 1 40%}
.flex-40-60 > div:first-child{flex:1 1 40%}
.flex-40-60 > div:nth-child(2){flex:1 1 60%}

.casper {position: absolute;opacity: 0;left: -5000px}

.well {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*jq-selectbox*/
select {
    opacity: 0 !important;
}
.jq-selectbox select, .jq-select-multiple select {
    position: absolute !important;
    top: 0;
    left: -5000px !important;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0 !important;
}
.jq-selectbox.form-control {
    padding: 0;
    border: none;
}
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 {
    height: 48px;
    box-shadow: none;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #111111;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
select.form-control:focus, textarea.form-control:focus, input.form-control:focus {
	border-color: #0D0D0D;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #EB5757;
}

input.form-control.error,
.form-group.has-error input {
	border-color: #EB5757 !important;
}
input.form-control.error + span:before {
    content: url(/image/catalog/theme/error-ico.svg);
    margin-right: 6px;
    position: relative;
    top: 0px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 15px;
}
.input-group .input-group-addon {
	height: initial;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase;
}
.top-left .list-inline>li {
	padding: 0;
	margin-right: 45px;
}

.label-checkbox input {
	opacity: 0 !important;
	position: absolute;
}
.label-checkbox > span {
	position: relative;
	padding-left: 24px;
}
.label-checkbox > span:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 1px;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	border-radius: 0;
}
.label-checkbox input:checked + span:before {
	background: #0D0D0D;
}
.label-checkbox input:checked + span:after {
	content: url("/image/catalog/theme/ico-checkbox-arrow.svg");
	position: absolute;
	z-index: 3;
	left: 3px;
    top: -2px;
	line-height: 16px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

.popover-content .form-inline > .form-group:nth-child(2) {
	margin: 0 5px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
}
/* top */
#top {
	background-color: #fff;
    padding: 0;
    margin: 0 0 20px 0;
    min-height: 72px;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.04);
	display: flex;
    align-items: center;
}

/* search */
.search-wrap {
	width: 100%;
	background: #ffffff;
	position: relative;
}
.search-wrap .input-lg.form-control {
	height: 48px;
    line-height: 20px;
    margin: 20px auto 28px;
    border: none;
    box-shadow: none;
    background: #ffffff;
    width: 100%;
    padding: 0 32px;
    max-width: 100%;
    display: block;
    float: none;
    border-bottom: 1px solid #111111;
    border-radius: 0;
}
.search-wrap .btn-lg {
	font-size: 15px;
    line-height: 18px;
    padding: 0;
	position: absolute;
    border: none;
    height: initial;
    top: 12px;
    left: 0;
}
.search-wrap .close {
    position: absolute;
    right: -30px;
    top: 12px;
    cursor: pointer;
    opacity: 1;
}
/* cart */
#cart {
	position: relative;
	width: initial;
}

#cart > button {
	border: none;
    background: transparent;
	padding: 0;
}
#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%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 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: #000;
	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 */
footer {
    padding-top: 64px;
    background-color: #fff;
    color: #111111;
    margin-top: 0;
}

footer a {
	color: #111111;
}
footer a:hover {
    color: #7758B5;
}

.footer-logo {
	text-align: center;
    position: relative;
    margin-bottom: 48px;
}
.footer-logo:before {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	width: 100%;
	left: 0;
	top: 11px;
	background: #111111;
	z-index: 1;
}
.footer-logo:after {
	content: '';
	position: absolute;
	display: block;
	height: 5px;
	width: 140px;
	left: 50%;
	margin-left: -70px;
	top: 10px;
	background: #fff;
	z-index: 2;
}
.footer-logo img {
	position: relative;
	z-index: 3;
}


footer li {
	margin-bottom: 12px;
}



.footer-line3 {
	padding: 22px 0;
	align-items: center;
	justify-content: space-between;
}
.footer-line3 p {
	margin-bottom: 0;
}
.footer-line3 > div:first-child {
	display: flex;
	align-items: center;
}
.footer-line3 > div:last-child {
	text-align: right;
}
.footer-line3 .copyright {
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #4F4F4F;
	margin-right: 25px;
}
.footer-line3 a {
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #4F4F4F;
	margin-right: 10px;
}
@media screen and (max-width: 768px){
	.footer-line3 a {
		margin-right: 0;
        padding-bottom: 7px;
	}
}

.soc-block {
	justify-content: flex-end;
}
.soc-block a {
	margin-left: 15px;
}

.soc-block + div {
    text-align: right;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 12px;
}

/* alert */
.alert {
	content: '';
    display: block;
    width: 100%;
	height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5) !important;
    left: 0;
    top: 0;
    z-index: 1100;
    border: none !important;
    border-radius: 0;
    color: #fff;
}
.alert-wrap {
	position: fixed;
    border: none;
    border-radius: 0;
	max-width: 720px;
	width: calc(100% - 30px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    text-align: center;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
	padding: 70px 40px;
	z-index: 5;
}
.alert i {
	display: none;
}
.alert .close {
	position: absolute;
    right: 25px;
    top: 22px;
    margin-top: -15px;
    text-shadow: none;
    font-size: 32px;
    opacity: 1;
    color: #fff;
}
.alert a {
	line-height: 24px;
    display: inline-block;
	color: #7758B5;
}
.alert a:hover {
    border-color: transparent;
}

/* breadcrumb */
.breadcrumb {
	margin: 10px 0;
    padding: 0;
    background: transparent;
}
.breadcrumb > li {
	padding: 0 14px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: url("/image/catalog/christina/ico-breadcrumbs.svg");
	position: absolute;
    right: -5px;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb > li {
	font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #BDBDBD;
}
.breadcrumb > li a {
	font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1E1E1F;
}
.breadcrumb a img {
	position: relative;
    top: -2px;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	height: 54px;
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.btn-default {
	color: #7758B5;
	background: transparent;
	border-color: #7758B5;
	transition: all .3s ease;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default:active:hover {
	color: #fff;
	background: #7758B5;
	border-color: #7758B5;
	transition: all .3s ease;
}

.btn-primary {
	color: #ffffff;
	background: #7758B5;
	border-color: #7758B5;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background: #947FBD;
	border-color: #947FBD;
}

.btn-warning {
	color: #ffffff;
	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 {
	margin-bottom: 20px;
    position: relative;
	transition: none;
	border-top: 10px solid transparent;
}
.product-thumb:hover {
	background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    width: calc(100% + 20px);
    padding: 0 18px;
    left: -10px;
    top: 0;
	border-top: 10px solid #fff;
}
.product-thumb .image {
	text-align: center;
	box-sizing: border-box;
	padding: 0;
    position: relative;
    display: block;
    background: #fff;
	overflow: hidden;
	border: none;
}
.product-thumb:hover .image {
	margin-top: 8px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
    aspect-ratio: 61 / 78;
}

.product-thumb .title a {
	font-weight: normal;
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #111111;
}

.product-thumb .caption {
	padding: 16px 0 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.product-thumb .caption .btn {
	width: 100%;
    display: none;
    position: absolute;
    bottom: 18px;
    left: 0;
	padding: 0 10px;
	height: 40px;
}
.product-thumb .caption .btn:before {
	content: url("/image/catalog/christina/ico-cart.svg");
	position: relative;
	margin-right: 4px;
	top: 0px;
}
.product-thumb:hover .caption .btn {
	display: flex;
	align-items: center;
}

.product-thumb .main-attr {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #828282;
}

.product-thumb .rating {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.product-thumb .rating a {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-decoration-line: underline;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #828282;
	margin-left: 6px;
}
.rating .fa-stack {
	font-size: 8px;
	margin-right: 1px;
}
.rating .fa-star-o {
	color: #BDBDBD;
	font-size: 15px;
}
.rating .fa-star {
	color: #7758B5;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #7758B5;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
	align-items: baseline;
	flex-direction: row-reverse;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
}
.product-thumb .price-old {
	font-weight: normal;
	text-decoration-line: line-through;
	margin-left: 8px;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-decoration-line: line-through;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #828282;
}
.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;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	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;
}
.product-thumb .category-title {
	font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #8C8C8C;
	margin-bottom: 16px;
}
#input-sort {
    height: 24px;
}
.onlyUpBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 50px;
	bottom: 270px;
	width: 0px;
	height: 0px;
	border-radius: 100%;
	background: #f1eef8;
	cursor: pointer;
	transition: all .3s ease;
	overflow: hidden;
	z-index: 10;
}
.onlyUpBtn.view{
	width: 80px;
	height: 80px;
	transition: all .3s ease;
}
.onlyUpBtn .bg{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #cabee2;
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 100%;
	z-index: 0;
}
.onlyUpBtn svg{
	fill: white;
	z-index: 1;
}
.onlyUpBtn svg path{
	fill: white;
}
@media (max-width: 640px) {
	.onlyUpBtn{
		right: 30px;
		bottom: 200px;
	}
	.onlyUpBtn.view{
		width: 50px;
		height: 50px;
	}
	.onlyUpBtn .bg{
		width: 30px;
		height: 30px;
	}
	.onlyUpBtn svg{
		width: 20px;
		height: 20px;
	}
	.review-wrap .review-answer {
		flex-direction: column;
	}
	.review-wrap .review-answer > div {
		margin-bottom: 12px;
	}
}
/*.product-thumb .title.category-flag {
	min-height: 34px;
}*/


@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 > 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: 20px;
}

@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: 40px;
	margin: 0;
}

/* 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;
}


.main-menu {
    margin-bottom: 0;
	display: flex;
    justify-content: space-between;
}
.main-menu a {
	color: #0D0D0D;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.main-menu > li {
	display: inline-block;
	/*margin-right: 30px;
	padding-right: 30px;*/
	position: relative;
}
/*.main-menu > li:after {
	content: '';
	display: inline-block;
	background: #0D0D0D;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	right: -2px;
    top: 8px;
}*/
.main-menu > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.main-menu > li:last-child:after {
	display: none;
}


#cart-total {
	font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #111111;
}


.big-slider-description-wrap {
	position: absolute;
    top: 50%;
	left: 85px;
    transform: translate(0, -50%);
	text-align: left;
}
.big-slider-description-wrap .title {
	font-weight: 500;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #111111;
	margin-bottom: 32px;
}
.big-slider-description-wrap .big-slider-description {
	width: 420px;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #111111;
}
.big-slider-description-wrap .btn-primary {
	margin-top: 40px;
}

.module-title {
	padding-top: 60px;
    margin-bottom: 40px;
    color: #1E1E1F;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
}

.options-category > .form-group {
	display: flex;
}
.options-category > .form-group > div {
	display: flex;
	flex-wrap: wrap;
}
.options-category > .form-group > label {
	color: #555555;
	margin-right: 5px;
}
.options-category > .form-group > label:after {
	content: ':';
}
.options-category > .form-group .radio {
	margin: 0;
}
.options-category > .form-group .radio label {
    font-weight: 500;
	padding-left: 10px;
}
.options-category > .form-group .radio.q0 label {
	color: #d1d1d1;
}
.options-category > .form-group .radio.active label {
	color: #EB5757;
}
.options-category > .form-group .radio input[type='radio'] {
	opacity: 0;
	position: absolute;
	left: -2000px;
}
.options-category > .form-group .radio input[type='radio']:checked ~ * {
	font-weight: bold;
}
.options-category div.required .control-label:before {
	display: none !important;
}
.options-category .text-danger {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
    background: #1D1D1D;
    color: #fff;
    display: block;
    padding: 0 5px;
}

div[class*='-carousel-wrap'] {
	position: relative;
}
div[class*='-carousel-wrap'] .nav-carousel {
	position: absolute;
    right: 0;
    display: flex;
    padding: 0 10px;
    width: 100%;
    top: 32%;
	z-index: 3;
}

.wishlist-add {
	position: absolute;
    top: 24px;
    right: 24px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
	z-index: 2;
}
.product-thumb:hover .wishlist-add {
    right: 34px;
}
.wishlist-add img {
    display: block;
}
.wishlist-add.active img {
	opacity: 0;
}
.wishlist-add.active:before {
	content: url("/image/catalog/christina/ico-wishlist-active.svg");
	position: absolute;
	top: 0;
    right: 0;
	display: block;
}

.product-right .wishlist-add.active:before {
	content: url("/image/catalog/christina/ico-wishlist-big-active.svg");
	position: absolute;
	top: 0;
	right: 0;
}

.product-right .wishlist-add {
    position: absolute;
	background: transparent;
	outline: none;
	border: none;
	top: 5px;
    right: 30px;
}

.product-prices {
	justify-content: space-between;
	/* margin-bottom: 43px; */
}
.product-prices > .flex > ul {
	display: flex;
	align-items: flex-start;
	margin: 0;
}
.product-prices .price-big {
	display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #E23E5C;
}
.product-prices .price-big .h2 {
	margin: 0;
}
.product-prices .price-big .h2 + span {
	font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-decoration-line: line-through;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #828282;
	margin-left: 38px;
}

.product-prices + span {
	font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #6C6C6C;
    margin-bottom: 8px;
    display: block;
}

.price-big ~ li {
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	color: #8C8C8C;
}
.price-big ~ li:before {
	content: '';
    display: inline-block;
    width: 1px;
    height: 23px;
    background: #E0E0E0;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    top: 7px;
}


.home-seo {
	margin: 90px 0;
	padding: 70px 0;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}
.home-seo > div:first-child {
	width: 40%;
	flex: 1 1 40%;
	line-height: 1.2;
	margin-right: 110px;
}
.home-seo > div:first-child .title {
	font-size: 30px;
	font-weight: bold;
}
.home-seo > div:last-child {
	width: 60%;
	flex: 1 1 60%;
	line-height: 25px;
}

.open-hide-block {
	color: #000;
	cursor: pointer;
	line-height: 2;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.open-hide-block:hover {
	color: #000  ;
	border-bottom: 1px solid #000;
}
.open-hide-block:after {
	content: url("/image/catalog/theme/arrow-right-small.svg");
	margin-left: 20px;
	position: relative;
	top: 1px;
}
.hide-block {
	height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.hide-block.active {
	height: initial;
}

#common-home .special-carousel-wrap {
	margin-top: 110px;
}

.reviews-slider-wrap {
	position: relative;
	background: #FBFAFA;
	padding: 90px 0;
	margin-top: 85px;
}
.reviews-slider-wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #FBFAFA;
}
.reviews-slider-wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #FBFAFA;
	transform: translate(-100%, 0);
}
.swiper-viewport-reviews {
	background: transparent !important;
	margin: 0 !important;
}
.swiper-viewport-reviews .big-slider-description {
	width: 800px;
    max-width: 100%;
    text-align: center;
	margin: 0 auto;
}
.swiper-viewport-reviews img {
	display: block;
	margin: 0 auto 44px;
}
.swiper-viewport-reviews .swiper-pager {
	position: absolute;
	left: -2000px;
	opacity: 0;
}
.swiper-viewport-reviews .title {
	font-size: 20px;
	font-weight: 600;
	display: flex;
    width: 400px;
    justify-content: space-between;
    margin: 45px auto 0;
}
.reviews-left,
.reviews-right {
	cursor: pointer;
}

/**/
#horizontal-menu .nav > li,
#horizontal-menu {
	position: initial;
}

#horizontal-menu .nsmenu-type-html {
	margin-left: 0 !important;
    width: 100% !important;
    padding-top: 55px !important;
    top: 46px;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0;
}
#horizontal-menu .nsmenu-type-html:after {
	content: '';
	display: block;
	position: absolute;
	left: 99%;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #fff;
}
#horizontal-menu .nsmenu-type-html:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #fff;
	transform: translate(-100%, 0);
}
#horizontal-menu .nsmenu-type-html ul {
	list-style-type: none;

}
#horizontal-menu .nsmenu-type-html ul li {
	padding: 6px 0;
}
#horizontal-menu .nsmenu-type-html ul a {
	color: #181818;
	font-size: 15px;
}
#horizontal-menu .nsmenu-type-html ul a:hover {
	color: #EB5757;
}


#column-left {
	width: 310px;
}
#column-left + #content {
	width: calc(100% - 370px);
    margin-left: 40px;
	padding: 0;
}

.sort-block label {
	padding: 0 0 0 0 !important;
    background: transparent;
    border: none;
    height: initial;
	width: inherit;
    line-height: 30px !important;
    margin-bottom: 0;
	font-weight: 600;
	font-size: 16px !important;
	color: #0D0D0D;
}
.sort-block .jq-selectbox {
	width: 160px;
	height: 24px;
	margin-left: 24px;
}
.sort-block .jq-selectbox__select {
	height: 24px;
}
.sort-block .jq-selectbox__select {
	border: none;
	padding-left: 0;
}
.sort-block .jq-selectbox__select-text {
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #171717;
	padding-left: 0;
}

/*categs-menu*/
.categs-menu a.parent {
	font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    display: block;
    color: #000;
    margin-bottom: 12px;
}
.categs-menu a:not(.parent) {
	font-size: 15px;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;
	color: #000;
}
.categs-menu a.active:not(.parent){
	font-weight: 600;
}

.pagination>li {
    display: inline-block;
    margin: 0 7px;
}
.pagination > li > * {
	border: 1px solid transparent;
    height: initial;
    width: initial;
    display: inline-flex;
    justify-content: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	padding: 0 !important;
    border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid transparent !important;
	background: transparent !important;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #6C6C6C;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: transparent;
    border-color: transparent;
    color: #7758B5;
    border-bottom: 1px solid #7758B5 !important;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #7758B5;
}
.pagination > li > a {
	color: #6C6C6C;
}
.pagination-arrow {
	position: relative;
    margin-top: -4px;
}

#showmore a {
	margin-top: -10px;
    margin-bottom: 30px;
    background: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #7758B5;
	border: none !important;
	padding: 0 !important;
	height: initial !important;
}
#showmore a:hover {
	color: #7758B5;
}

/* cart */
#cart {
	width: initial;
    margin: 0;
}
#cart .cart-top {
	justify-content: space-between;
    margin-bottom: 30px;
}
#cart .cart-top > div:first-child {
	font-size: 24px;
    font-weight: bold;
}
#cart .cart-top > div:last-child a {
	color: #000;
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid #333;
    line-height: 14px;
    position: relative;
    margin-top: 13px;
	margin-right: 20px;
}
#cart .cart-top > div:last-child a:after {
	content: url("/image/catalog/theme/x.svg");
	position: absolute;
	right: -20px;
	top: 0;
}
#cart .cart-top > div:last-child a:hover {
	border: none;
}
#cart > button {
	background: transparent;
	border: none;
	padding: 0;
}
#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.open:after {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 100;
}
#cart .dropdown-menu {
	background: #fff;
    z-index: 1001;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.2);
    border: none;
	top: 0;
    position: fixed;
    right: 0;
    width: 540px;
    min-width: initial;
    padding: 60px 35px 60px 60px;
    margin: 0;
    border-radius: 0;
    height: 100vh;
}
#cart .main-list {
	max-height: 365px;
    overflow: auto;
}
#cart .main-list li {
	border-bottom: 1px solid #E0E0E0;
    padding: 20px 0;
}
#cart .main-list li:last-child {
	border-bottom: none;
}
#cart .dropdown-menu:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 38px solid #fff;
	position: absolute;
	top: -20px;
	right: 20px;
}
#cart .dropdown-menu li p {
	margin: 0 0 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #8C8C8C;
}
#cart .col1 {
	width: 80px;
    margin-right: 15px;
    min-width: 80px;
    max-width: 80px;
    position: relative;
    margin-left: 0;
}
#cart .col1 button {
	border: none;
	outline: none;
	background: transparent;
	position: absolute;
	left: -12px;
	top: 0;
	padding: 0;
}
#cart .col1 img {
	width: 80px;
    padding: 8px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 6px;
}
#cart .col2 {
    min-width: 200px;
    max-width: 200px;
}
#cart .col2 a {
   	font-weight: 600;
    margin-bottom: 8px;
    display: block;
    font-size: 16px;
    line-height: 120%;
    color: #0D0D0D;
}
#cart .col2 .option-item {
	font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #8C8C8C;
}
#cart .col2 .option-item span {
	color: #0D0D0D;
}
#cart .col2 .option-item span + span {
	font-size: 12px;
	color: #828282;
	display: block;
}
#cart .col2 .option-item span + span {
	margin-bottom: 15px;
}
#cart .col3 {
	width: 120px;
    min-width: 120px;
    max-width: 120px;
	text-align: right;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
#cart .col3 button {
	display: flex;
    background: transparent;
    border: none;
    outline: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 156%;
    color: #0D0D0D;
    margin: 30px 0 0 auto;
    padding: 0;
}
#cart .col3 button img {
    position: relative;
    top: 5px;
    margin-right: 12px;
}
#cart .dropdown-menu > li:last-child td {
    padding: 32px 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
}
#cart .dropdown-menu > li:last-child .table {
	margin-bottom: 0;
}

.number-spinner-cart {
	width: 130px;
    margin-top: 20px;
}
.number-spinner-cart .input-quantity {
	border: none;
    box-shadow: none;
}
.number-spinner-cart .btn {
	padding: 6px 15px;
}
.number-spinner-cart .form-control[name^=quantity] {
    min-width: 55px;
	font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111 !important;
	border: 1px solid #7758B5 !important;
    box-sizing: border-box;
    border-radius: 108px !important;
	background: #fff;
	height: 40px;
}

/*.nav-tabs>li>a*/

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
	padding: 16px 2px !important;
    border: none !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #7758B5 !important;
	background: transparent;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-bottom: 1px solid #7758B5 !important;
}

#product-product .tab-pane h2 {
	font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #0D0D0D;
    margin-bottom: 24px;
}
#product-product .tab-pane strong {
	font-weight: 500;
}

#tab-description p,
#tab-description ul,
#tab-description ol,
#tab-description div {
	margin-bottom: 15px;
}
#tab-specification .table {
	width: initial;
}
#tab-specification .table td {
	border: none;
	padding: 10px 35px;
}
#tab-specification .flex2 > div {
	float: left;
	width: 400px;
    padding-right: 15px;
}
#tab-specification .flex2 {
	display: block;
}
#tab-specification .flex2 > div:nth-child(odd) {
	clear: both;
}

.tab-content {
	background: transparent;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 156%;
    color: #333333;
}

/*form-review*/
#form-review {
	display: flex;
	align-items: flex-start;
}
#form-review > div {
	flex: 1 1 auto;
}
#form-review > .form-review-right {
	width: 100%;
    background: #F4D1D3;
    border-radius: 0;
    padding: 24px;
    background: #F8F7FB;
    border-radius: 10px;
}
#form-review > .form-review-right .h2 {
    margin: 0 0 32px;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #111111;
}

#form-review .rate-line > * {
	margin: 0;
	padding: 0;
}
#form-review .rate-line label {
	font-size: 13px;
    color: #949494;
}
#form-review textarea {
	resize: none;
    height: 110px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.buttons.clearfix > .pull-left{
	width: 100%;
	display: flex;
}
#button-review {
	max-width: 330px;
	width: 100%;
	display: block;
	margin-top: 25px;
}
#button-review + p {
	margin-top: 24px;
	margin-bottom: 0;
}
#button-review + p a {
	text-decoration: underline;
	color: #000;
}
#button-review + p a:hover {
	text-decoration: none;
}
#form-review .buttons {
	margin-bottom: 0;
}
.review-wrap > .table,
#question > .table {
    border-radius: 0;
    background: #fff;
}
.review-wrap > .table td,
#question > .table td {
	border: none;
	padding: 40px 0;
}
.review-wrap > .table tr,
#question > .table tr {
	border-bottom: 1px solid #F5F5F5;
}
.review-wrap > .table tr > td,
#question > .table tr > td {
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	color: #1E1E1F;
}
.review-wrap > .table tr > td:first-child,
#question > .table tr > td:first-child {
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #9B9D9F;
	padding-right: 30px;
	width: 130px;
}
.review-wrap > .table tr > td:first-child strong,
#question > .table tr > td:first-child strong {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #9B9D9F;
	margin-bottom: 16px;
	display: block;
}
.review-wrap > .table td .rating {
	display: inline-block;
    position: relative;
    top: -6px;
}

.review-wrap .review-answer {
    width: 85%;
    margin: 8px 0 0 auto;
	background: #F8F7FB;
	border-radius: 10px;
	padding: 16px;
	border-left: 2px solid #CABEE2;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #111111;
}
.review-wrap .review-answer > div:first-child {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #9B9D9F;
	margin-right: 16px;
	padding-top: 5px;
}
.review-wrap .review-answer a {
	color: #7758B5;
}
.review-wrap .review-answer > div:last-child {
	word-break: break-word;
}

/*stars-rating*/
.stars-rating{margin-top:5px;margin-left:2px}
.stars-rating label{display:block}
.stars-rating .wrap{display: inline-block;top: 5px;position: relative;}
.stars-rating .wrap span{font-size: 18px;line-height: 20px;cursor: pointer;float: left;padding-right: 2px;}
.stars-rating .wrap span:before{content:url("/image/catalog/christina/star-grey.svg")}
.stars-rating .wrap:not([data-rate="0"]) span:before{content:url("/image/catalog/christina/star-grey.svg")}
.stars-rating .wrap:hover span:before{content:url("/image/catalog/christina/star-purple.svg")}
.stars-rating .wrap:hover span:hover ~ span:before{content:url("/image/catalog/christina/star-grey.svg")}
.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before,.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before,.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before,.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before,.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before{content:url("/image/catalog/christina/star-purple.svg")}

/*cart*/

.form-horizontal .control-label {
	margin-bottom: 3px;
    font-weight: 300;
    line-height: 15px;
    font-size: 12px;
}
.row-shipping_address_zone_id {
	z-index: 4;
	position: relative;
}

.acc-menu {
    border-radius: 0;
}

.cart-page-block-top h1 {
	font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #1E1E1F;
    margin-bottom: 40px;
}
.cart-page-block > .flex {
	align-items: center;
	justify-content: flex-start;
}
.cart-page-block > .flex > .col1 {
	flex: 1 1 100px;
	max-width: 100px;
	margin-right: 16px;
}
.cart-page-block > .flex > .col2 {
	flex: 1 1 400px;
	max-width: 400px;
	margin-right: 40px;
}
.cart-page-block > .flex > .col3 {
	flex: 1 1 150px;
	max-width: 150px;
	margin-right: 40px;
}
.cart-page-block > .flex > .col4 {
	flex: 1 1 150px;
	max-width: 150px;
	margin-right: 40px;
}
.cart-page-block > .flex > .col5 {
	flex: 1 1 200px;
	max-width: 200px;
	margin-right: 40px;
}
.cart-page-block > .flex > .col5 .red {
	color: #E23E5C;
}
.cart-page-block > .flex > .col5 .red span {
	margin-left: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-decoration-line: line-through;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #BDBDBD;
	white-space: nowrap;
}
.cart-page-block > .flex > .col6 {
	flex: 1 1 auto;
	max-width: auto;
	margin-right: 0;
	text-align: right;
}

.cart-page-block > .flex:first-child {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #1E1E1F;
}
.cart-page-block > .flex:last-child {
	border-bottom: 1px solid #D0D0D0;
}
.cart-page-block > .flex + .flex {
	border-top: 1px solid #D0D0D0;
	padding: 32px 0;
}

.cart-page-block > .flex + .flex .col2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 90px;
}
.cart-page-block > .flex + .flex .col2 > div a {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
}
.cart-page-block > .flex + .flex .col2 > p {
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #6C6C6C;
	margin: 0;
}
.cart-page-block > .flex + .flex .col2 > p span {
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
}
.cart-page-block .number-spinner-cart {
	margin-top: 0;
}

.cart-page-block > .flex + .flex .col4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
}
.cart-page-block > .flex + .flex .col5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
}
.cart-page-block > .flex + .flex .col6 button {
	border: none;
	padding: 0;
	background: transparent;
	margin-right: 32px;
}

.cart-truck-block {
	background: #F8F7FB;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	margin-top: 16px;
}
.cart-truck-block img {
	margin-right: 8px;
}


/*cart-grey-block*/
.cart-grey-block {
	display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 32px 40px;
	margin-top: 32px;
}
.cart-grey-block td {
	border: none !important;
    padding: 0 !important;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.cart-grey-block td,
.cart-grey-block td strong {
	font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #0D0D0D;
}

.cart-grey-block table {
	margin: 0 26px 0 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
}
.cart-grey-block table strong {
	margin-right: 5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
}
.cart-grey-block div + div {
	display: flex;
    align-items: center;
}
.cart-grey-block div + div .btn-primary {
    width: 330px;
    min-width: 330px;
    height: 48px;
}

.cart-grey-block div:first-child a {
    display: flex;
    align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #7758B5;
}
.cart-grey-block div:first-child a img {
	margin-right: 8px;
}

.main-thumbnail {
	border: none;
    padding: 0;
}
.main-thumbnail img {
	background: #F4F4F4;
    padding: 50px;
}

#product-product h1 {
	margin-top: 0;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: -0.02em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    padding-right: 70px;
}
.product-brand-img {
	position: absolute;
    right: 0;
    top: 1px;
}
.product-sku {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #6C6C6C;
	/* margin-right: 24px; */
}
.product-sku span {
	color: #111111;
	text-transform: uppercase;
}

.product-article-line {
	margin-bottom: 40px;
	align-items: center;
}
.product-article-line .rating span {
    position: relative;
}
.product-article-line .rating a {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	text-decoration-line: underline;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #828282;
	margin-left: 8px;
}

#product .radio {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
#product .radio input {
	position: absolute;
	opacity: 0;
	left: -2000px;
}
#product .radio label {
	min-width: 50px;
    text-align: center;
    border: 1px solid #000;
    padding: 0;
    border-radius: 108px;
    font-weight: normal;
    font-size: 12px;
    color: #0D0D0D;
    padding: 0 15px;
}
#product .radio.q0 label {
	border: 1px solid #D1D1D1;
	color: #D1D1D1;
}
#product .radio.active label {
	border: 1px solid #EB5757;
	color: #EB5757;
}

#product .text-danger {
	font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #EB5757;
    margin-bottom: 20px;
}
#product .price-big span {
	font-size: 32px;
	font-weight: bold;
}
#button-cart {
	padding: 15px 5px;
    border-radius: 108px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
#button-cart:before {
    content: url(/image/catalog/christina/ico-cart.svg);
    position: relative;
    margin-right: 4px;
    top: 0px;
}

#button-cart.preorder:before {
    display: none;
}

.product-right {
	/* background: #F8F7FB;
    border-radius: 10px;
    padding: 40px; */
	padding: 0px;
	background: none;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.product-grey-block {
	padding: 25px 30px;
    background: #F4F4F4;
}
.product-grey-block .flex {
	justify-content: space-between;
	align-items: center;
}
.product-grey-block .flex > div {
	flex: 1 1 auto;
}
.product-grey-block .flex > div:last-child {
	flex: 1 1 180px;
	max-width: 180px;
	width: 180px;
}
.product-grey-block ul {
	margin: 0;
}

.attributes-top > div {
	margin: 10px 0 20px;
	font-size: 16px;
}
.attributes-top > div:nth-last-child(2) {
	/* margin-bottom: 24px; */
}
.attributes-top > div > span {
	font-weight: 500;
	font-size: 16px;
}
.attributes-top .input-quantity {
	float: none;
    width: 177px !important;
    height: 56px !important;
    border: 1px solid #7758B5 !important;
    box-sizing: border-box;
	border-radius: 48px !important;

	font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111 !important;
	margin-right: 16px;
}

#product > div.form-group > label {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #0D0D0D;
}

.one-click-block {
	margin-bottom: 22px;
}
.one-click-block > div:first-child {
	margin-right: 12px;
}
.one-click-block input {
	width: 100%;
	border: 1px solid #000;
	line-height: 56px;
	padding: 0 24px;
	font-size: 13px;
	background: transparent;
}
.one-click-block button {
	padding: 0 15px;
	line-height: 58px;
	width: 100%;
    color: #000;
}
input[name="quantity"] {
	line-height: 34px !important;
    width: 40px !important;
    height: 34px !important;
    text-align: left;
    padding: 0;
    background: transparent;
    border: none;
    outline: none !important;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    box-shadow: none;
}

.number-spinner,
.number-spinner-cart {
	position: relative;
	display: block;
}
.number-spinner .input-group-btn,
.number-spinner-cart .input-group-btn {
	position: absolute !important;
	right: 24px;
    top: 0;
    z-index: 3;
    width: initial;
}
.number-spinner > .input-group-btn:first-child,
.number-spinner-cart > .input-group-btn:first-child {
	top: 0;
    right: initial;
    left: 24px;
}
.number-spinner button,
.number-spinner-cart button {
	padding: 0 !important;
    color: #fff !important;
	background: transparent !important;
    display: block;
    width: 16px;
    text-align: center;
    line-height: 12px;
	cursor: pointer;
	font-size: 10px;
}
#cart .number-spinner-cart button,
.cart-page-block .number-spinner-cart button {
    height: 40px;
}
.table_size_link {
	color: #7E7E7E;
    position: absolute;
    right: 15px;
    border-bottom: 1px solid #7E7E7E;
}
.table_size_link:hover {
	color: #7E7E7E;
	border: none;
}

.related-carousel-wrap {
	margin-top: 75px;
}

.slider-nav {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.slider-nav li {
	padding: 10px;
    /*margin: 0 20px;*/
}
.slick-slide img {
    max-width: 100%;
	padding: 5px;
}
.slider-nav img {
	border: 1px solid #F2F2F2;
	border-radius: 10px;
    box-sizing: border-box;
}
.slider-nav .slick-current img {
	border: 1px solid #7758B5;
}

.slick-slider > .slick-arrow:last-child {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 2;
	width: initial;
}
.slick-slider > .slick-arrow:first-child {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 2;
	width: initial;
}

.slider-for .thumbnail {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
}

.slider-for .thumbnail img {
	padding: 0px;
}

.form-feedback {
	width: 520px;
    max-width: 100%;
    float: right;
}

#information-information #content .form-feedback h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #0D0D0D;
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-feedback label {
	font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #0D0D0D;
}
.form-feedback .form-group {
	position: relative;
	margin-bottom: 20px;
}
.form-feedback button {
	width: 100%;
    padding: 16px 35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 25px;
}
.form-feedback input.error + span {
	color: #EB5757;
    font-size: 11px;
    margin-top: 1px;
    line-height: 17px;
    position: absolute;
}
.form-feedback > .flex {
	justify-content: space-between;
    align-items: center;
	margin-top: 40px;
}
.form-feedback > .flex p {
	font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    color: #333333;
    display: block;
    width: 310px;
    max-width: 100%;
	margin-bottom: 0;
}
.form-feedback > .flex p a {
	display: inline-block;
	border-bottom: 1px solid #333333;
}

.form-feedback.form-feedback2 {
	float: none;
	width: 690px;
}
.form-feedback.form-feedback2 > .flex {
	margin-top: 0;
}
.form-feedback.form-feedback2 > .flex > div {
	margin-right: 24px;
	width: 100%;
}

#information-information #content > .flex {
	justify-content: space-between;
	position: relative;
}

#information-information #content h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#information-information #content h1 {
	font-weight: 600;
	margin-bottom: 35px;
	margin-top: 0;
}

#content.simple-page h1 {
	font-size: 24px;
    margin-bottom: 20px;
}

.simplecheckout-block .control-label,
.form-horizontal .control-label {
	margin-bottom: 3px;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #9B9D9F;
}
.row-shipping_address_zone_id {
	z-index: 4;
	position: relative;
}

.acc-menu {
    border-radius: 0;
}
.acc-menu ul {
	list-style-type: none;
    padding: 0;
	margin-bottom: 0;
}
.acc-menu ul .title {
	padding: 23px 0 23px 32px;
    margin-bottom: 0;
    position: relative;
    border-top: 1px solid #E0E0E0;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #4A4848;
}
.acc-menu ul .title.acc {
	border-top: none;
	padding-top: 0;
}

.acc-menu ul .title.acc:before {
	content: url("/image/catalog/christina/account/ico-user-profile.svg");
	position: absolute;
	left: 0;
	top: -4px;
}
.acc-menu ul .title.orders:before {
	content: url("/image/catalog/christina/account/ico-history.svg");
	position: absolute;
	left: 0;
	top: 19px;
}
.acc-menu ul .title.wishlist:before {
	content: url("/image/catalog/christina/account/ico-heart.svg");
	position: absolute;
	left: 0;
	top: 19px;
}
.acc-menu ul a {
    display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #0D0D0D;
}
.acc-menu ul a:hover {
	color: #000;
}
.acc-menu > ul:first-child {
	margin-bottom: 24px;
}
.acc-menu ul li > a {
	margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4A4848;
}
.acc-menu ul .title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #4A4848;
}
.acc-menu > ul + ul + ul {
	margin-bottom: 40px;
}
.acc-menu > ul + ul + ul {
	border-bottom: 1px solid #E0E0E0;
}

.acc-menu > a.logout {
    display: block;
    width: 100%;
}

div[id*="account-"] #column-left {
    width: 300px;
}
div[id*="account-"] #column-left + #content {
	width: calc(100% - 330px);
    margin-left: 15px;
    padding: 40px 32px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 12px;
}
#column-left + .simple-page {
	padding: 40px 32px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 12px;
}
div[id*="account-"] #column-left + #content a:not(.btn) {
	color: #000;
}
div[id*="account-"] #column-left + #content .list-unstyled li {
	padding: 3px 0;
	margin-bottom: 20px;
}
div[id*="account-"] #column-left + #content .list-unstyled > li:last-child {
	margin-bottom: 0;
}
div[id*="account-"] > h1 {
	margin-bottom: 20px;
}
div[id*="account-"] #column-left + #content .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.row-address_postcode,
.row-address_city,
.row-address_zone_id,
.row-address_street,
.row-address_address_1 {
	width: calc(50% - 15px);
	float: left;
	margin-right: 15px !important;
	margin-left: 0 !important;
}
.row-address_house,
.row-address_flat,
.row-address_address_2 {
    width: calc(50% - 15px);
	float: left;
	margin-right: 15px !important;
	margin-left: 0 !important;
}
.row-address_shops,
.row-address_street {
    clear: both;
}

.row-edit_firstname,
.row-edit_lastname,
.row-edit_secondname {
	width: calc(50% - 15px);
	float: left;
	margin-right: 15px !important;
	margin-left: 0 !important;
}
.row-edit_email,
.row-edit_telephone {
	width: calc(50% - 15px);
	float: left;
	margin-right: 15px !important;
	margin-left: 0 !important;
}
.row-edit_lastname {
    margin-right: 0px !important;
}
.row-edit_email {
	clear: both;
}

.address-btns a {
	display: block;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #7758B5 !important;
}
.address-btns .edit:before {
	content: url("/image/catalog/christina/account/ico-edit.svg");
	position: relative;
	margin-right: 10px;
	top: 2px;
}
.address-btns .remove:before {
	content: url("/image/catalog/christina/account/ico-delete.svg");
	position: relative;
	margin-right: 10px;
	top: 2px;
}
#account-address #content td {
	padding: 25px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #9B9D9F;
}
.order-list-table {
	overflow: hidden;
}
.order-list-table .btn-primary {
	font-size: 12px;
    width: 100px;
    padding: 0;
    line-height: 32px;
    float: right;
	margin-right: 3px;
}
.order-list-table tr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 24px;
}
.order-list-table tr > td {
	display: block;
	flex: 1 1 20%;
	width: 20%;
	max-width: 20%;
	min-width: 20%;
	padding: 12px 0 !important;
}
.order-list-table tr > td:first-child,
.order-list-table tr > td:last-child  {
	flex: 1 1 10%;
	width: 10%;
	max-width: 10%;
	min-width: 10%;
}
.order-list-table tbody tr > td {
	font-weight: 500;
	font-size: 14px;
	line-height: 40px;
	color: #111111;
}

.open-order-info:not(.active) .ico-minus,
.open-order-info.active .ico-plus {
	display: none;
}


#simpleaddress .jq-selectbox__trigger-arrow:after {
    top: 3px;
}

.order-list-table tr.oi-1,
.order-list-table tr.oi-2 {
	display: none;
}
.order-list-table tr.oi-1.active,
.order-list-table tr.oi-2.active {
	display: flex;
}

.order-list-table tr.oi-1 {
	padding: 24px 48px;
    background: #EFEEF0;
}
.order-list-table tr.oi-1 > td {
	flex: 1 1 50%;
	width: 50%;
	min-width: 50%;
	border: none;
	background: transparent !important;
}
.order-list-table tr.oi-1 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #9B9D9F;
}
.order-list-table tr.oi-1 .title {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 8px;
	color: #111111;
}
.order-list-table tr.oi-1 .title ~ .title {
	margin-top: 24px;
}

.order-list-table tr.oi-2 {
	background: #F9F9F9;
	padding: 24px;
}
.order-list-table tr.oi-2 img {
	margin-right: 10px;
}
.order-list-table tr.oi-2 td {
	background: transparent !important;
}
.order-list-table tr.oi-2.header {
	margin-top: 16px;
	padding-bottom: 0;
}
.order-list-table tr.oi-2.header > td {
	border: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #828282;
}
.order-list-table tr.oi-2.footer {
	padding-top: 0;
}
.order-list-table tr.oi-2:not(.header):not(.footer) {
	padding-top: 0;
	padding-bottom: 0;
}
.order-list-table tr.oi-2:not(.header):not(.footer) td {
	font-weight: 600;
}

.order-list-table tr.oi-2 > td {
    display: block;
    flex: 1 1 16.7%;
    width: 16.7%;
    max-width: 16.7%;
    min-width: 16.7%;
	padding: 15px 5px !important;
}
.order-list-table tr.oi-2 > td:first-child {
	flex: 1 1 33%;
    width: 33%;
    max-width: 33%;
    min-width: 33%;
	font-size: 14px;
}
.order-list-table tr.oi-2.footer > td:first-child {
	flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
	text-align: right;
	padding-right: 40px !important;
}
.order-list-table tr.oi-2.footer > td:nth-child(2) {
	font-weight: bold;
	font-size: 20px;
}

.order-list-table tr.oi-2.footer > td:last-child {
	flex: 1 1 34%;
    width: 34%;
    max-width: 34%;
    min-width: 34%;
	font-weight: bold;
	font-size: 20px;
}
.order-list-table tr.oi-2.footer > td {
	padding-bottom: 0 !important;
}
.order-list-table tr.oi-2 .btn-primary {
	margin-bottom: 0 !important;
	height: 24px;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    text-transform: none;
    margin-top: 10px;
}
.order-list-table tr.oi-2 p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
}
#account-wishlist .product-thumb {
	overflow: visible;
}
#account-wishlist .remove-wishlist {
	position: absolute;
    top: -6px;
    right: -6px;
	z-index: 2;
}


.flex-footer .soc-block {
	margin-top: 20px;
}
.flex-footer .soc-block a {
    margin-right: 16px;
}

.inst-product {
	margin-top: 32px;
}
.inst-product span {
	margin-left: 24px;
    color: #000;
    font-size: 15px;
    text-decoration: underline;
}
.inst-product a:hover span {
	text-decoration: none;
}

.sticker-rectangle {
	color: #fff;
}
.sticker-rectangle > div{
	text-shadow: none!important;
	text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
	line-height: 14px;
    padding: 5px 10px;;
}

.sticker-rectangle {
	min-width: initial!important;
    width: initial !important;
    margin-bottom: 4px;
    margin-left: 24px !important;
    margin-top: 24px !important;
    border: 1px solid #E23E5C;
    border-radius: 18px !important;
    text-shadow: none !important;
    padding: 0;
    background: #E23E5C;
}
.sticker-rectangle ~ .sticker-rectangle {
	 margin-top: 5px !important;
}

.sticker-rectangle.sticker-new {
	background: #F2F2F2;
    border-color: #F2F2F2;
}
.sticker-rectangle.sticker-new > div {
	color: #111111;
}

.product-thumb:hover .sticker-rectangle {
	margin-left: 34px !important;
}

.sticker-catalog > div:first-child {margin-top: 5px}

#product-product .sticky-block .sticker-product {
	margin-left: 10px;
}
#product-product .sticky-block .sticker-rectangle > div,
.product-sale-wrap .sticker-rectangle > div {
	padding: 9px 30px;
}

.product-thumb .hover-image{
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

/*.product-thumb:hover .hover-image{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}*/
.looked-carousel-wrap .products-carousel {
    padding: 25px;
}
.product-thumb .caption .options-category {
	display: none;
}
.product-thumb .caption .title {
	display: block;
	min-height: 37px;
}
#related-carousel .owl-stage, #looked-carousel .owl-stage {
    padding-top: 25px;
}
.categ-banner {
	display: block;
    max-width: 100%;
	background: #f4f4f4;
    text-align: center;
}
.categ-banner p {
	font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    color: #000000;
    position: absolute;
    left: 50px;
    top: 35px;
}
.categ-banner img {
	max-width: 100%;
}
.categ-banner span {
	position: absolute;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	left: 50px;
    top: 80px;
}
.categ-banner span:before {
	content: url("/image/catalog/theme/instagram-sketched.svg");
	margin-right: 10px;
	position: relative;
	top: 4px;
}


#column-right-my .post-pict img {
	min-width: 270px;
	padding: 0;
}
#column-right-my .slick-slide {
	min-width: 270px;
}

#modal-insta .close {
    font-size: 30px;
    font-family: inherit;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    right: 20px;
    position: absolute;
    top: 10px;
}
.simplecheckout-coupon-block input.error {
	border: 1px solid #ff0009;
}

#account-login .well {
	min-height: initial;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    background: transparent;
    padding: 24px;
}
#account-login .well h2 {
	margin: 0 0 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #111111;
}
#account-login .well label {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #9B9D9F;
}
#account-login .well .btn {
	width: 100%;
	margin-top: 24px;
}
.forget-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #7758B5;
    float: right;
    margin-top: 7px;
}

#modal-preorder .modal-dialog {
	width: 700px;
	max-width: calc(100% - 20px);
}
#modal-preorder .error.active {
	color: #EB5757;
    font-size: 11px;
}
#modal-preorder .preorder-title {
	margin-bottom: 0;
}
#modal-preorder .close {
	color: #000;
    opacity: 1;
    display: block;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
}

#simplecheckout_payment .payment-info {
	border: none;
    background: #F4D1D3;
    border-radius: 0;
    padding: 15px 22px;
    margin: 0 15px;
}

/*bestseller-carousel-wrap*/
.bestseller-home-block {
	position: relative;
	z-index: 1;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.bestseller-home-block .grey {
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
}
.bestseller-home-block .title {
	font-weight: 600;
	font-size: 32px;
	line-height: 110%;
	color: #0D0D0D;
	margin-top: 24px;
	margin-bottom: 32px;
}
.bestseller-home-block .title + p {
	font-weight: normal;
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}
.bestseller-home-block .flex3 > div:nth-child(2) {
	text-align: center;
}
.bestseller-home-block .flex3 > div:last-child p {
	margin-top: 60px;
	font-weight: normal;
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}


.bestseller-carousel-wrap {
	position: relative;
	z-index: 1;
	margin-top: 75px;
}


.bestseller-carousel-wrap .nav-carousel {
	top: 75px;
    bottom: initial;
}

.latest-blog-carousel-wrap {
	margin-top: 75px;
}
.latest-blog-carousel-wrap .information-thumb {
	margin: 0 15px;
    padding: 0;
    border: none;
	background: transparent;
}
.latest-blog-carousel-wrap .information-thumb .grey {
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
}
.latest-blog-carousel-wrap .information-thumb .grey + .title {
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	color: #0D0D0D;
	margin-top: 24px;
	margin-bottom: 32px;
}
.latest-blog-carousel-wrap .information-thumb .grey + .title + p {
	font-weight: 300;
	font-size: 14px;
	line-height: 156%;
	color: #333333;
}
.latest-blog-carousel-wrap .information-thumb .grey + .title + p + a {
	margin-top: 30px;
}
.latest-blog-carousel-wrap .information-thumb2 .caption {
	padding: 0;
}
.latest-blog-carousel-wrap .information-thumb2 .caption > ul {
	margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #8C8C8C;
}
.latest-blog-carousel-wrap .information-thumb2 .title a {
	color: #0D0D0D;
	font-weight: 500;
	font-size: 21px;
	line-height: 28px;
}

.seo-text {
	padding: 75px 0 100px;
	background: #fff;
}
.seo-text .title {
	font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #0D0D0D;
    margin-right: 10px;
    margin-top: 100px;
    margin-bottom: 15px;
}
.seo-text .title + div {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #1D1D1D;
}
.seo-text .title + div p,
.seo-text .title + div ul,
.seo-text .title + div ol {
	margin-bottom: 15px;
}

#section-subscribe {
	background: #F2F2F2;
    padding: 40px 0;
	margin-top: 40px;
}
#section-subscribe .flex2 {
	justify-content: space-between;
	align-items: center;
}
#section-subscribe .flex2:after,
#section-subscribe .flex2:before {
	display: none;
}
#section-subscribe .flex2 > div:first-child {
	max-width: 390px;
}
#section-subscribe .flex2 > div:first-child .title {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #0D0D0D;
	margin-bottom: 10px;
}
#section-subscribe .flex2 > div:first-child .title + p {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #0D0D0D;
}

#section-subscribe .flex2 > div:last-child {
	max-width: 400px;
}
#section-subscribe .flex2 > div:last-child {
	position: relative;
}
#input-newsletter {
    width: 100%;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 48px;
    padding: 0 15px;
    border-radius: 24px;
}
#subcribe {
	position: absolute;
	right: 0;
    top: 4px;
	border: none;
	outline: none;
	background: transparent;
}

.home-telemag-a {
	font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    display: inline-block;
    padding-bottom: 3px;
	border-bottom: 1px solid #0D0D0D;
	margin-top: 45px;
}
/*.home-telemag2 > div:nth-child(2) a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    display: inline-block;
    padding-bottom: 3px;
	border-bottom: 1px solid #0D0D0D;
	margin-top: 45px;
}*/

.top-banner {
	height: 216px;
	background-size: cover;
	padding: 30px;
	margin: 0 -30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top-banner > div {
	width: 450px;
    max-width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.top-banner > div .title {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #FFFFFF !important;
}



.button-1click {
	font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0D0D0D;
    margin-top: 25px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #0D0D0D;
	margin-bottom: 32px;
}

.advantages {
	margin-bottom: 12px;
}
.advantages .flex {
	align-items: center;
	justify-content: flex-start;
	margin-right: 25px;
}
.advantages img {
	padding: 12px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 6px;
	margin-right: 15px;
}
.advantages span {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 156%;
	color: #0D0D0D;
}

.related-carousel-wrap .nav-carousel {
	top: 37% !important;
    bottom: initial;
}
.related-carousel-wrap .grey {
	font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
}

#checkout-cart .bestseller-carousel-wrap .owl-stage-outer {
	overflow: hidden !important;
}
#checkout-cart .bestseller-carousel-wrap {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid #E0E0E0;
}
#checkout-cart .bestseller-carousel-wrap:before {
	display: none;
}
#checkout-cart .bestseller-carousel-wrap .grey {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
}
#checkout-cart .bestseller-carousel-wrap .nav-carousel {
	top: 42%;
}

.cart-btns .btn-primary {
	width: 100%;
    margin-bottom: 25px;
}
.cart-btns .btn-primary + a {
	font-size: 14px;
	line-height: 110%;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #0D0D0D;
}
.cart-btns .btn-primary + a:hover {
	border-bottom: none;
}

#product-search .sort-block {
	top: 0;
}

.news-item {
    margin-bottom: 40px;
    padding: 16px;
}
.news-item .news-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #7758B5;
    margin: 8px 0 12px;
    text-align: center;
}
.news-item .cat-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #9B9D9F;
    margin-bottom: 12px;
}
.news-item .cat-title a {
    color: #7758B5;
}
.news-item .news-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    display: block;
}
.news-item .btn {
    display: none;
    height: 48px;
    width: calc(100% - 32px);
    position: absolute;
    left: 16px;
    bottom: -60px;
}
.news-item:hover .btn {
    display: flex;
}
.news-item:hover > div {
    z-index: 2;
    position: relative;
}
.news-item:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 70px);
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(77, 80, 83, 0.2);
}


.top-news {
	display: flex;
    justify-content: space-between;
	align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1E1E1F;
    padding: 16px;
}
.top-news button {
    padding: 0;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #171717;
    margin-left: 24px;
}




.category-top-menu {
	list-style: none;
    margin: 0;
    padding: 0;
	display: flex;
	position: relative;
	top: 5px;
}
.category-top-menu a {
	font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    padding: 7px 12px;
    margin-left: 8px;
}


.blog-item .category-title {
	font-weight: normal;
	font-size: 12px;
	line-height: 11px;
	color: #8C8C8C;
	margin-bottom: 37px;
}
.blog-item .category-title + img {
	margin-bottom: 45px;
	max-width: 100%;
}
.blog-item .blog-item-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #333333;
}
.blog-item .blog-item-description p,
.blog-item .blog-item-description ul,
.blog-item .blog-item-description ol {
	margin-bottom: 15px;
}
.blog-item #column-right {
	width: 33%;
}
.blog-item #column-right h3 {
	font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #0D0D0D;
	margin-bottom: 24px;
}
.blog-item #column-right .thumbnail {
    border: none;
    padding: 0;
}
.blog-item #column-right .caption {
	padding: 0;
}
.blog-item #column-right .caption .title {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #0D0D0D;
	margin-top: 15px;
}
.blog-item #column-right .caption .description {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}
.blog-item #column-right .information-thumb {
	margin-bottom: 40px;
}
.blog-item-soc {
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.blog-item-soc img {
	filter: brightness(0);
}
.blog-item-soc span {
	font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #0D0D0D;
}
.blog-item-soc .soc-block {
	justify-content: flex-start;
}
.blog-item-soc .soc-block a {
    margin-left: 10px;
}

.home-categs img,
.main-img,
.home-telemag + img,
.news-item img,
.about-line1 img,
.about-line2 img,
.about-line3 img,
.about-line4 img,
.about-line5 img,
.home-telemag img,
.bestseller-home-block img {
	max-width: 100%;
}
.home-categs.line2 > div,
.home-categs.line1 > div:first-child {
	margin-right: 30px;
}
.home-categs.line2 > div:last-child {
	margin-right: 0;
}

#error-msg {
	position: absolute;
    font-weight: normal;
    font-size: 10px;
    line-height: 160%;
    color: #EB5757;
    margin-top: 3px;
}
#error-msg.active:before {
    content: url(/image/catalog/theme/error-ico.svg);
    margin-right: 6px;
    position: relative;
    top: 0px;
}

.top-icons > ul a {
	cursor: pointer;
}

/*login-registration-popup*/
.login-registration-popup .modal-dialog {
	width: 1100px;
	max-width: 100%;
}
.login-registration-popup .modal-content {
	padding: 0;
}
.login-registration-popup .modal-body {
    text-align: left;
}
.login-registration-popup .modal-body > .flex2 {
	align-items: stretch;
}
.login-registration-popup .modal-body > .flex2 > div {
	padding: 55px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
}
.login-registration-popup .modal-body > .flex2 > div:after {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 150px);
	position: absolute;
	left: 0;
	top: 75px;
	background: #E0E0E0;
}
.login-registration-popup .title {
	font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #0D0D0D;
    margin-bottom: 30px;
}
.login-registration-popup .close {
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
	filter: brightness(0);
}
.login-registration-popup .alert .close {
	top: 8px;
	filter: none;
}
.login-registration-popup .btn-primary,
.login-registration-popup .btn-default {
	margin-top: 20px;
	width: 100%;
	font-size: 16px !important;
	text-decoration: none !important;
}
.login-registration-popup form {
	margin-top: 20px;
	width: 100%;
}
.login-registration-popup form .form-group {
	position: relative;
}
.login-registration-popup form .form-group .pass-show {
	position: absolute;
	top: 28px;
    right: 14px;
    font-size: 12px;
	cursor: pointer;
}
.login-registration-popup form .form-group .pass-show:hover{
	text-decoration: none;
}
.login-registration-popup .label-checkbox {
	padding-left: 0;
}

.acc-title-big {
	font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #111111;
}
#simpleregister_button_confirm {
	width: calc(50% - 15px);
}
#account-password #content form {
	max-width: 100%;
}
#account-password #content form fieldset {
	display: flex;
}
#account-password #content form fieldset > div {
	width: calc(50% - 15px);
	margin-right: 15px !important;
}
#account-password #content form .btn-primary {
	width: 100%;
}
#account-password #content form  .buttons > div {
	width: calc(50% - 15px);
}

.modal .error.active,
div[id*="account-"] form .text-danger {
    color: #EB5757;
    font-size: 11px;
    /*margin-top: -33px;*/
    line-height: 17px;
    position: absolute;
    /*right: 15px;*/
	display: block;
	font-weight: 400;
    margin-top: 1px;
}


.row-customer_secondname + .row-customer_telephone {
	clear: both !important;
}

.about-line5 .title-block,
.about-line4 .title-block {
	margin-bottom: 20px;
}
.about-line5 .title-block p,
.about-line4 .title-block p {
	margin-bottom: 0;
	font-weight: 400;
    font-size: 15px;
    line-height: 29px;
}
.about-line5 .title-block p span,
.about-line4 .title-block p span {
	font-weight: 700;
    margin-right: 5px;
}

input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

#modal-preorder .modal-title {
	margin-bottom: 10px;
}
#modal-preorder .preorder-title {
	font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
}
#modal-1click .form-group,
#modal-preorder .form-group {
	text-align: left;
}
#modal-1click label,
#modal-preorder label{
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #0D0D0D;
}
#modal-1click .btn-primary,
#modal-preorder .btn-primary {
    width: 380px;
    display: block;
    margin: 10px auto 0px;
}
.button-1click {
	text-decoration: none !important;
}

.row-address_default {
	clear: both;
}
.row-address_default .radio label {
	padding-left: 0;
}
.row-address_default .radio input {
    position: absolute;
    left: -5000px;
    opacity: 0;
}
.row-address_default .radio input + span {
    display: block;
    padding: 9px 15px 9px 44px;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    color: #0D0D0D;
	position: relative;
	min-width: 100px;
}
.row-address_default .radio input + span:before {
	content: '';
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    left: 16px;
    top: 13px;
    width: 14px;
    height: 14px;
    border: 1px solid #BDBDBD;
}
.row-address_default .radio input:checked + span:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 17px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #7758B5;
    border-radius: 50%;
}
.row-address_default .radio input:checked + span:before {
    border: 1px solid #7758B5;
}

form[name="popuplogin"] .text-danger {
    color: #EB5757;
    font-size: 11px;
    margin-top: 1px;
    line-height: 17px;
    /*position: absolute;*/
	position: relative;
}
form[name="popuplogin"] .text-danger:before {
    content: url(/image/catalog/theme/error-ico.svg);
    margin-right: 6px;
    position: relative;
    top: 0px;
}


.simplecheckout-right-column {
	z-index: 4;
}

#common-home {
	position: relative;
}


.owl-dots {
	text-align: center;
    position: relative;
    top: -47px;
}
.owl-dots .owl-dot {
	display: inline-block;
    margin: 0 8px;
	width: 40px;
	height: 3px;
	background: #FFFFFF;
	opacity: 0.6;
	border-radius: 3px;
}
.owl-dots .owl-dot:hover {
	background: #FFFFFF;
	opacity: 0.6;
}
.owl-dots .owl-dot.active {
	background: #7758B5;
	opacity: 1;
}


.banner-slider {
	position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    border-left: 70px solid #fff;
    background: #fff;
}
.banner-slider > div {
	position: absolute;
    bottom: 75px;
    width: 100%;
    text-align: center;
}
.banner-slider > div p {
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.btn-default.unavailable:before {
	display: none !important;
}

.category-description {
	margin-top: 50px;
}

.search-empty {
	display: block;
    text-align: center;
    margin: 25px 0;
}

#common-home .nav-carousel {
	display: none !important;
}


.close-mob-menu {cursor: pointer}
.container-megamenu > .navbar-header,
#remove-megamenu {
    opacity: 0;
    left: -3000px;
    position: absolute;
}


.next-article {
	margin-top: 100px;
    padding-top: 50px;
    border-top: 1px solid #E0E0E0;
}
.next-article .title {
	font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #1D1D1D;
    margin-bottom: 24px;
}
.next-article img {
	max-width: 100%;
}
.next-article .flex2 > div:last-child {
	padding-left: 45px;
}
.next-article > div:last-child a {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #1D1D1D;
}
.next-article > div:last-child p {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #8C8C8C;
}
.next-article > div:last-child .flex {
    justify-content: space-between;
}
.next-article > div:last-child .description {
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}

.soc-auth {
	width: 100%;
    padding-top: 40px;
    border-top: 1px solid #1D1D1D;
    margin-top: 40px;
    position: relative;
}
.soc-auth > span {
    position: absolute;
    padding: 0 15px;
    top: 0;
    left: 50%;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #1D1D1D;
    display: inline-block;
    background: #fff;
    transform: translate(-50%, -50%);
}
.soc-auth .btn.fb,
.soc-auth .btn.gl {
	margin-top: 0 !important;
	margin-bottom: 24px;
}
.soc-auth .btn.fb {
	background: #3B5998;
    border-radius: 48px;
    color: #fff;
    border-color: #3B5998;
}
.soc-auth .btn.gl {
	background: #4285F4;
    border-radius: 48px;
    color: #fff;
    border-color: #4285F4;
}
#modal-login-form .login_button {
	margin-bottom: 0;
}
#popup_register .label-checkbox span {
	display: inline-block;
}

.form-horizontal .form-group.row-address_default {
	margin-left: 0;
}

.sticker-main ~ .sticker-left {
	display: none;
}

.modal-dialog {
	max-height: calc(100vh - 80px);
    overflow: auto;
}

/*christina*/
.delimiter {
	width: 4px;
	height: 4px;
	border: 2px solid #E0E0E0;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	margin: 0 17px;
}

header {
	border-bottom: 1px solid #E0E0E0;
}
.header-top {
	/* padding: 24px 0; */
	padding: 4px 0;
	align-items: center;
}
.header-top > div {
	flex: 1 1 33.33%;
	min-width: 33.33%;
	max-width: 33.33%;
}
.header-top > div.col1 {
	display: flex;
    align-items: center;
}
.header-top > div.col1 > a {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #111111;
}
.header-top > div.col1 > a:hover {
	color: #7758B5;
}
.header-top > div.col1 .left-menu {
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	display: flex;
    align-items: center;
}
.header-top > div.col1 .left-menu img {
	margin-right: 9px;
}

.header-top > div.col2 {
	display: flex;
    align-items: center;
    justify-content: center;
}

.top-icons > ul > li {
	padding: 0;
}

.language-active{
	font-weight: 700 !important;
	color: #7758B5 !important;
}

#form-language > div > button {
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #111111;
	float: none;
    text-decoration: none;
}
#form-language > div > button span:after {
	content: url("/image/catalog/christina/theme/dropdown-arrow.svg");
	margin-left: 9px;
	position: relative;
    top: -2px;
}
#form-language .dropdown-menu {
    padding: 0 10px;
    min-width: 20px;
    right: 0;
    left: initial;
    width: 50px;
}
#form-language .dropdown-menu li {
	margin: 5px 0;
}
#form-language .dropdown-menu button {
	padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #111111;
    text-decoration: none;
	height: initial;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.acc-li .dropdown-menu {
	padding: 0 10px;
    min-width: 180px;
    margin-top: 10px;
    left: -25px;
}

.footer-line2 {
	padding-bottom: 60px;
    border-bottom: 1px solid #F2F2F2;
}
.footer-line2 > div {
	flex: 1 1 215px;
	max-width: 215px;
	min-width: 215px;
	margin-right: 17px;
}
.footer-line2 > div:last-child {
	flex: 1 1 auto;
	max-width: initial;
	min-width: initial;
	margin-right: 0;
}
.footer-line2 > div ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.footer-line2 > div li {
	margin-bottom: 15px;
}
.footer-line2 > div li,
.footer-line2 > div li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
	display: block;
}

.footer-line2 > div li a:hover {
	color: #7758B5 !important;
}
.footer-line2 > div > .title {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #111111;
	margin-bottom: 24px;
}
.footer-line2 > div:first-child li {
	margin-bottom: 16px;
}
.footer-line2 > div:first-child li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
}
.footer-line2 > div ul ul {
	display: flex;
	margin-top: 24px;
}
.footer-line2 > div ul ul li {
	margin-right: 12px;
	margin-bottom: 0;
}

.footer-line2 > div:last-child {
	display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.footer-line2 .award-wrap {
	width: 300px;
    min-width: 300px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #111111;
}
.footer-line2 .award-wrap p {
	margin-top: 24px;
	margin-bottom: 0;
}

/**/
.flex.wrap {
    flex-wrap: wrap;
}

.grey-bg {
	position: relative;
}
.grey-bg > * {
	z-index: 2;
}
.grey-bg:before {
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	z-index: 1;
	background: #7758b50d;
}

/**/
.home-lines-wrap .home-lines {
	margin: 0 -8px;
}
.home-lines-wrap .item {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	margin: 0 8px;
}
.home-lines-wrap .item p ~ p{
	min-height: 147px;
}

.home-lines-wrap .title {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #111111;
	margin: 20px 0 16px;
}
.home-lines-wrap .title ~ a {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #7758B5;
    display: inline-block;
    border-bottom: 1px solid #7758B5;
}

.home-images img {
	max-width: 100%;
}
.home-images > div {
	flex: 1 1 50%;
	max-width: 50%;
	min-width: 50%;
}
.home-images > div.flex {
	flex-wrap: wrap;
}
.home-images > div.flex > * {
	flex: 1 1 50%;
	max-width: 50%;
	min-width: 50%;
}

/*about-1*/
.about-1 {
	margin: 80px 0;
}
.about-1 > div {
	flex: 1 1 50%;
	max-width: 50%;
	width: 50%;
}
.about-1 > div {
	display: flex;
    align-items: center;
    justify-content: center;
}
.about-1 > div .about-text {
	width: 490px;
	max-width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #111111;
    padding: 30px;
}
.about-1 > div .about-text .title {
	font-weight: 500;
	font-size: 40px;
	line-height: 47px;
	letter-spacing: -0.02em;
	color: #111111;
	margin-bottom: 24px;
}
.about-1 > div .about-text .subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	color: #111111;
	margin-bottom: 16px;
}
.about-1 > div .about-text .btn {
	margin-top: 40px;
}
.about-1 img {
	max-width: 100%;
}

/*about-1*/
.about-2 {
	margin: 80px 0 0;
}
.about-2 > div {
	flex: 1 1 50%;
	max-width: 50%;
	width: 50%;
}
.about-2 > div {
	display: flex;
    align-items: center;
    justify-content: center;
}
.about-2 > div .about-text {
	width: 490px;
	max-width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #111111;
    padding: 30px;
}
.about-2 > div .about-text .title {
	font-weight: 500;
	font-size: 40px;
	line-height: 47px;
	letter-spacing: -0.02em;
	color: #111111;
	margin-bottom: 24px;
}
.about-2 > div .about-text .btn {
	margin-top: 40px;
}
.about-2 img {
	max-width: 100%;
}

/**/
.home-why-wrap {
    padding: 68px 0 25px;
}
.home-why-wrap .module-title img {
    /* display: block; */
    margin: 0 auto 40px;
	display: none;
}
.home-why-wrap .module-title {
    margin-bottom: 48px;
	margin-top: 0;
	padding-top: 0;
}
.home-why > .item {
    flex: 1 1 25%;
    width: 25px;
    padding: 0 25px;
    max-width: 25%;
    min-width: 25%;
    text-align: center;
    margin-bottom: 54px;
}
.home-why > .item:nth-last-child(1){
	max-width: unset;
	width: 33%;
}
.home-why > .item:nth-last-child(2){
	max-width: unset;
	width: 33%;
}
.home-why > .item:nth-last-child(3){
	max-width: unset;
	width: 33%;
}
.home-why > .item img{
	transition: all .3s ease;
}
/* .home-why > .item img:hover{
	transform: scale(1.15);
	transition: all .3s ease;
} */
.home-why > .item .title {
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #1E1E1F;
    text-transform: uppercase;
    margin-bottom: 0;
}
/* .home-why > .item:last-child .title{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
} */

.owl-nav {
	position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}
.owl-prev {
	position: absolute;
	left: 30px;
	top: 0;
}
.owl-next {
	position: absolute;
	right: 30px;
	top: 0;
}

.price-new {
	color: #E23E5C !important;
}

#common-home #slideshow0 .owl-prev {
	left: 10px;
}
#common-home #slideshow0 .owl-next {
	right: 10px;
}

/**/
.reviews-carousel {
	padding-bottom: 64px;
}
.reviews-carousel .owl-item {
    max-width: 525px;
}
.reviews-carousel .owl-stage-outer {
	overflow: visible !important;
}
.reviews-carousel .review-item {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    padding: 40px;
    margin: 0 8px;
	text-align: left;
}
.reviews-carousel .review-item .line1 {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.reviews-carousel .review-item .line1 > div:first-child {
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #1E1E1F;
}
.reviews-carousel .review-item .line1 > div:first-child span {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #828282;
	display: block;
	margin-top: 4px;
}
.reviews-carousel .review-item .line2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 190%;
	color: #1E1E1F;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
}
.reviews-carousel .review-item .line3 {
	margin-top: 24px;
}
.reviews-carousel .review-item .line3 > div:first-child {
	margin-right: 16px;
}
.reviews-carousel .review-item .line3 .title {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
	margin-bottom: 6px;
	display: block;
    width: 260px;
}
.reviews-carousel .review-item .line3 img {
	max-width: 80px;
}
.reviews-carousel .owl-dots {
	top: 10px;
}
.reviews-carousel .owl-dots .owl-dot {
    background: #E0E0E0;
}
.reviews-carousel .owl-dots .owl-dot.active {
	background: #7758B5;
}

.reviews-carousel .price {
    margin-bottom: 4px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: row-reverse;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}
.reviews-carousel .price-old {
    font-weight: normal;
    text-decoration-line: line-through;
    margin-left: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #828282;
}
.reviews-carousel .rating {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.sort-limit-wrap {
	margin-left: 30px;
}
.sort-limit-wrap a {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #6C6C6C;
	font-feature-settings: 'pnum' on, 'lnum' on;
	margin-right: 16px;
}
.sort-limit-wrap a:last-child {
	margin-right: 0;
}
.sort-limit-wrap a.current {
	color: #7758B5;
    text-decoration-line: underline;
}
.text-right > .sort-block {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

/**/
.category-description .flex > div {
	flex: 1 1 50%;
	align-items: center;
    justify-content: center;
    display: flex;
}
.category-description .flex > div div {
    width: 490px;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #111111;
}
.category-description .flex > div div .title,
.category-description .flex > div div h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: -0.02em;
    color: #111111;
    margin-bottom: 24px;
}

/**/
.search-li .dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 0;
}
.search-wrap {
	width: 1000px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#product .short-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #111111;
}
#product .short-description p,
#product .short-description ul,
#product .short-description ol {
	margin-bottom: 15px;
}
#product .number-spinner {
	margin-right: 16px;
	width: 177px;
}

.flex-images > div {
	flex: 1 1 auto;
	position: relative;
}
.slider-nav-wrap {
	flex: 1 1 100px;
	min-width: 100px;
	max-width: 100px;
	z-index: 2;
}
.slider-nav-wrap .slick-list {
	padding: 0 !important;
}
.slider-nav-wrap .slider-nav li {
	padding: 0 10px;
    margin: 0 0 10px;
}

.slider-for-wrap {
	flex: 1 1 calc(100% - 100px);
	min-width: calc(100% - 100px);
	max-width: calc(100% - 100px);
	z-index: 2;
}
.slider-for-wrap .sticker-rectangle {
    margin-left: 10px !important;
    margin-top: 10px !important;
}

#product-accordion {
	margin-top: 8px;
}
#product-accordion .panel {
    border: none;
	border-radius: 0;
	border-bottom: 1px solid #D0D0D0;
    box-shadow: none;
	margin: 0 !important;
}
#product-accordion .panel-heading {
	border: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
}
#product-accordion .panel-body {
	border-top: none;
	padding: 0 0 40px;
}
#product-accordion .panel-heading h4 {
	padding: 30px 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #1E1E1F;
	position: relative;
}
#product-accordion .panel-heading h4:after {
	position: absolute;
	content: url("/image/catalog/christina/ico-accordion-minus.svg");
	right: 0;
	top: 30px;
}
#product-accordion .panel-heading h4.collapsed:after {
	content: url("/image/catalog/christina/ico-accordion-plus.svg");
}

#collapse-tags .btn {
	margin: 0 12px 12px 0;
}
#collapse-tags .panel-body {
	padding-bottom: 25px;
}

.sticky-block {
	position: sticky;
    top: 20px;
	z-index: 2;
}

.prodvar-main {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #6C6C6C;
	/* margin-bottom: 8px; */
}
.prodvar-main span {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
	margin-left: 8px;
}
ul.prodvar {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	padding-bottom: 8px;
	/* margin-bottom: 32px; */
	border-bottom: 1px solid #D0D0D0;
}
ul.prodvar > li {
	margin-right: 20px;
	margin-bottom: 10px;
}
ul.prodvar > li a {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
	height: 46px;
	border: 1px solid #D0D0D0;
	text-transform: none;
	min-width: 64px;
}
ul.prodvar > li.current a {
	border: 1px solid #7758B5;
}

/**/
.product-reviews-inner {
	justify-content: space-between;
	align-items: flex-start;
}
.product-reviews-inner > div {
	flex: 1 1 560px;
    max-width: 560px;
    min-width: 560px;
}
.product-reviews-inner > div:first-child {
	flex: 1 1 calc(100% - 690px);
    min-width: calc(100% - 690px);
    max-width: calc(100% - 690px);
}
/* .product-reviews-inner > div:last-child {
	position: sticky;
    top: 24px;
} */
.product-reviews-inner .nav-tabs > li {
	width: 50%;
    text-align: center;
}
.product-reviews-inner .nav-tabs > li a {
	background: transparent !important;
}
.product-reviews-inner .nav-tabs > li a span {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #BDBDBD;
	margin-left: 8px;
}

.product-reviews-wrap .module-title {
    margin: 30px auto 48px;
    padding-top: 0;
	width: 680px;
    max-width: 100%;
}
.product-reviews-wrap .module-title img {
    display: block;
    margin: 0 auto 40px;
}

.beautician-wrap {
	border: 1px solid #D0D0D0;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
	gap: 24px;
}
.beautician-wrap .flex {
	flex-direction: column;
	justify-content: space-between;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	color: #111111;
	max-width: calc(100% - 200px);
}
.beautician-wrap .flex div {
	font-size: 12px;
	line-height: 20px;
	color: #7758B5;
}
.beautician-wrap .btn {
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	height: 48px;
	padding: 0 10px;
    width: 100%;
	max-width: 320px;
}
.beautician-wrap img {
	margin-right: 16px;
    min-width: 193px;
	border-radius: 8px;
}

.empty-block {
	background: #F8F7FB;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #111111;
    padding: 24px;
}
@media screen and (max-height: 850px) {
	.beautician-wrap{
		padding: 18px;
	}
	.beautician-wrap img{
		max-width: 150px;
	}
	#form-review > .form-review-right{
		padding: 12px 24px;
	}
	#form-review > .form-review-right .h2{
		font-size: 20px;
		margin-bottom: 4px;
	}
	#button-review{
		margin-top: 8px;
	}
}
/**/
.product-sale-wrap > .title {
	font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #111111;
    margin: 80px 0 40px;
}
.product-sale-wrap > .flex {
	width: 980px;
    margin: 0 auto;
    background: #F8F7FB;
    border-radius: 10px;
    padding: 64px;
}
.product-sale-wrap .product-right {
	padding:  0 0 0 24px;
	position: relative;
}
.product-sale-wrap .product-right .title {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
	margin-bottom: 16px;
	padding-right: 40px;
}
.product-sale-wrap .product-right .description {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #111111;
	margin-bottom: 24px;
}
.product-sale-wrap .product-right .product-prices,
.product-sale-wrap .product-right .product-article-line {
	margin-bottom: 32px;
}
.product-sale-wrap .wishlist-add {
	top: 0;
	right: 0;
}
.product-sale-wrap .wishlist-add.active:before {
	content: url("/image/catalog/christina/ico-wishlist-big-active.svg");
	position: absolute;
	top: 0;
	right: 0;
}

/**/
#information-information .about-1 > div .about-text,
#information-information .about-2 > div .about-text {
	width: 620px;
	max-width: 100%;
    padding: 30px;
}
#information-information .breadcrumb {
    z-index: 2;
    position: relative;
}
#information-information .home-why-wrap {
    padding: 0;
}
#information-information .about-bg.flex {
    margin: -97px -30px 0;
	padding: 135px 30px;
	margin-top: 0;
}
#information-information .about-bg.flex > div {
	flex: 1 1 50%;
}
#information-information .about-bg.flex .about-text {
	font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
	width: 560px;
    margin: 0 0 0 auto;
}
#information-information .about-bg.flex .about-text .title {
	font-weight: 500;
	font-size: 40px;
	line-height: 47px;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}

/**/
.information-information4 #content > h1,
.information-information15 #content > h1 {
	position: absolute;
	left: -5000px;
	opacity: 0;
}
.information-information4 .breadcrumb > li:after {
	content: url(/image/catalog/christina/ico-breadcrumbs-purple.svg);
}
.information-information4 .breadcrumb > li:last-child,
.information-information4 .breadcrumb > li:last-child a {
	color: #7758B5;
}
.information-information4 .information-description,
.information-information15 .information-description,
.information-information16 .information-description {
	display: none;
}

.information-information15 .information-description + div .about-1 {
	margin-top: 0;
}

/**/
.faq-accordion {
	width: 915px;
	max-width: 100%;
	margin: 0 auto;
}
.faq-accordion > h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 47px;
	color: #1E1E1F;
	margin-bottom: 24px;
}
.faq-accordion .panel-default {
	border: none;
	border-top: 1px solid #D0D0D0;
	border-radius: 0;
	box-shadow: none !important;
}
.faq-accordion .panel-heading {
    padding: 0;
    background: transparent;
    border: none;
}
.faq-accordion .panel-title {
	font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #111111;
    padding: 40px 0;
	position: relative;
}
.faq-accordion .panel-title a {
	text-decoration: none !important;
}
.faq-accordion .panel-body {
	border: none !important;
    padding: 0 0 24px;
}
.faq-accordion .fa-minus,
.faq-accordion .fa-plus {
	position: absolute;
    right: 0;
    top: 22px;
}
.faq-accordion .fa-minus:before {
	content: url("/image/catalog/christina/information/faq-minus.svg");
}
.faq-accordion .fa-plus:before {
	content: url("/image/catalog/christina/information/faq-plus.svg");
}

.grey-bg.ask-faq {
	display: flex;
    padding: 32px 0;
    justify-content: space-between;
	align-items: center;
    margin-top: 60px;
}
.grey-bg.ask-faq > div:first-child {
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	color: #111111;
	margin-right: 15px;
	width: 800px;
	max-width: calc(100% - 350px);
}
.grey-bg.ask-faq > div:last-child a {
	width: 330px;
	max-width: 100%;
}

/**/
.information-description > .subtitle {
	font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #1E1E1F;
    margin-bottom: 24px;
}
.information-description > .subtitle + .flex {
	border-top: 1px solid #D0D0D0;
	justify-content: space-between;
}
.information-description > .subtitle + .flex > div:first-child {
	width: 680px;
}
.information-description > .subtitle + .flex > div:last-child {
	margin-top: 40px;
}
.information-description .line {
	padding: 40px 0 36px;
	border-top: 1px solid #D0D0D0;
}
.information-description div > .line:first-child {
	border-top: none;
}
.information-description .line .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #1E1E1F;
	margin-bottom: 24px;
}
.information-description .line .title + div {
	font-weight: 600;
	font-size: 15px;
	line-height: 26px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
	width: 340px;
    max-width: 100%;
}
.information-description .line a {
	display: block;
}

.partners-grey {
	background: #F8F7FB;
    border-radius: 10px;
    padding: 32px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #111111;
}
.partners-grey p {
	margin-bottom: 16px;
}
.partners-grey a {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #111111;
	text-transform: none;
}
.partners-grey a:hover {
	color: #7758B5;
}

/*.review-product*/
.review-product {
	margin: 15px 0;
}
.review-product > div:first-child {
    margin-right: 16px;
}
.review-product .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
    margin-bottom: 6px;
    display: block;
    width: 260px;
	margin-top: 4px;
}
.review-product .price {
    margin-bottom: 4px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: row-reverse;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #111111;
}
.review-product .price-old {
    margin-left: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #828282;
}

/**/
.information-information5 .information-description {
	width: 800px;
    max-width: 100%;
}
.information-information6 .information-description {
	width: 680px;
    max-width: 100%;
	margin: 0 auto;
}
.information-information6 .information-description > div:last-child {
	margin-bottom: 80px;
}
.information-information6 .information-description .nav-tabs {
	margin-bottom: 40px;
}
.information-information6 .information-description .nav-tabs ~ .nav-tabs {
	margin-top: 80px;
}
.information-information6 .information-description .nav-tabs > li {
	min-width: 50%;
	text-align: center;
}
.information-information6 .information-description .nav-tabs ~ .nav-tabs > li {
	text-align: left;
	width: 100%;
}

.delivery-block,
.payment-block {
	display: none;
}
.delivery-item,
.payment-item {
	margin-right: 16px;
	cursor: pointer;
}
.delivery-item p,
.payment-item p {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #6C6C6C;
	margin-bottom: 0;
	margin-top: 16px;
	position: relative;
}
.delivery-item p:after,
.payment-item p:after {
	content: url("/image/catalog/christina/information/delivery/deliv-arrow-down.svg");
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.8;
}

.delivery-block.active,
.payment-block.active {
	display: block;
}
.delivery-item.active p,
.payment-item.active p {
	color: #111111;
}
.delivery-item.active p:after,
.payment-item.active p:after {
	content: url("/image/catalog/christina/information/delivery/deliv-arrow-down.svg");
	position: absolute;
	right: 0;
	top: -5px;
	opacity: 1;
	transform: rotate(180deg);
}

.delivery-block,
.payment-block {
    max-width: 100%;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #D0D0D0;

	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #1E1E1F;
}
.delivery-block strong,
.payment-block strong {
	font-weight: 600;
}
.delivery-block > *,
.payment-block > * {
	margin-bottom: 20px;
}
.delivery-block {
	width: 682px;
}

#tab-return {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #1E1E1F;
}
#tab-return strong {
	font-weight: 600;
}

/**/
.wrap404 {
	background: url("/image/catalog/christina/information/404-bg.png") center;
	background-size: cover;
	padding: 56px 0;
	margin: 0 -30px;
}
.inner404 {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(20px);
	border-radius: 32px;
	width: 450px;
	max-width: 100%;
	padding: 24px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #111111;
	margin: 0 auto;
}
.span404 {
	font-weight: 600;
	font-size: 140px;
	line-height: 140px;
	text-align: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #7758B5;
	margin-bottom: 16px;
}

/**/
.news-block.flex {
	margin-bottom: 80px;
}
.news-block.flex > div {
	flex: 1 1 50%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
}
.news-block.flex > div p {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #111111;
	margin-bottom: 16px;
}
.news-block.flex > div .title {
	font-weight: 500;
	font-size: 40px;
	line-height: 47px;
	letter-spacing: -0.02em;
	color: #111111;
	margin-bottom: 24px;
}

.related-carousel-wrap .news-item:hover:after {
	display: none !important;
}
.related-carousel-wrap .news-item:hover {
	background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(77 80 83 / 20%);
}

.home-images,
#common-home .swiper-viewport {
	margin: 1px -30px 0 -30px;
}

#account-login .col-sm-6 + .col-sm-6 .well {
	border: none;
	padding: 0 0 0 115px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #4D5053;
}
#account-login .col-sm-6 + .col-sm-6 .well .title {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #1E1E1F;
}

#account-simpleregisrer .simple-page {
	width: 100%;
}
#account-simpleregisrer h1 {
	display: none;
}

#account-simpleregisrer .simpleregister-button-right {
	width: 100%;
}
.simpleregister-block-content {
    margin-bottom: 10px !important;
    padding: 0 !important;
}
#account-simpleregisrer .simpleregister-button-right .button_oc + a {
	font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    color: #7758B5;
    display: block;
    margin-top: 24px;
}

div[id*="account-"],
div[id*="account-"] h1 + .row {
	position: relative;
}
div[id*="account-"] h1 {
	border-bottom: 1px solid #D0D0D0;
    padding-bottom: 24px;
    margin-bottom: 40px;
}
div[id*="account-"] #column-left {
    width: 330px;
    margin-right: 130px;
	position: initial;
}
div[id*="account-"] #column-left + #content {
    width: calc(100% - 475px);
    margin-left: 0;
    padding: 24px;
    border: none;
    box-sizing: border-box;
    background: #F5F5F5;
    border-radius: 10px;
}

#account-simpleregisrer .simpleregister {
    padding: 0 15px;
}

.logout-link {
	/* position: absolute;
    top: -100px;
    right: 15px; */
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #7758B5;
}

.table>thead>tr>td {
	font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #828282;
}

#account-order .acc-title-big,
#account-order .acc-title-big + p {
	margin-left: 15px;
}
#account-order #column-left + #content {
	padding: 24px 0;
}

.app-wrap {
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}
.app-wrap > a {
	margin: 0 8px;
}

#simplecheckout_shipping_address .row-shipping_address_city {
	pointer-events: none;
}
#simplecheckout_shipping_address .row-shipping_address_city .select2-selection {
	background: #F2F2F2 !important;
}
#simplecheckout_shipping_address .row-shipping_address_city .select2-selection__arrow {
	display: none !important;
}

footer .purple-link {
	text-decoration-line: underline;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #7758B5 !important;
}

.callback-link {
	position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 100000;
}

.products-carousel .owl-item:hover {
	z-index: 2;
}

img.fw {
	margin: 0 -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
}
.enf-cart h1 + p {
	font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #7758B5;
    margin-bottom: 80px;
    margin-top: 80px;
}

.ntcd-textual {
	background: #E23E5C;
	border-radius: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #FFFFFF;
	padding: 16px 30px;
	margin-bottom: 24px;
}
.ntcd-textual span {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	display: block;
	text-align: center;
	margin-bottom: 12px;
}

.acc-menu a.current {
	color: #7758B5;
	text-decoration: underline;
}

.timeline-wrap .about-text:not(.active) {
	display: none;
}
.timeline-wrap > div:last-child {
	width: 680px;
	min-width: 680px;
}
.timeline-wrap > div:first-child {
	width: calc(100% - 680px);
}
.tl-imgs {
	border: 1px solid #D0D0D0;
    border-radius: 16px;
    padding: 32px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
	position: relative;
}
.tl-imgs:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	background: #D0D0D0;
	right: 178px;
	top: 0;
}
.tl-imgs > img {
	flex: 1 1 calc(100% - 200px);
    max-width: calc(100% - 200px);
    min-width: calc(100% - 200px);
	width: 360px;
	border-radius: 8px;
}
.tl-imgs > div {
	flex: 1 1 210px;
    min-width: 210px;
    max-width: 210px;
    padding-left: 26px;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #D0D0D0;
	max-height: 440px;
    overflow: auto;
	z-index: 2;
}
.tl-year {
	display: flex;
    align-items: center;
	margin-bottom: 35px;
	cursor: pointer;
}
.tl-year > div {
	display: inline-block;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 50% !important;
    margin-right: 16px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	filter: grayscale(1);
}
.tl-year.active > div {
	width: 56px;
	height: 56px;
	min-width: 56px;
	min-height: 56px;
	filter: none;
	margin-left: -8px;
}
.tl-year.active span {
	font-weight: 600;
	font-size: 36px;
	line-height: 40px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #7758B5;
}

.container .search-wrap + .container {
	width: 1440px !important;
    max-width: 100%;
}
.container .search-wrap + .container .bestseller-carousel-wrap {
	margin-top: 0;
}
.container .search-wrap + .container .bestseller-carousel-wrap .module-title {
	padding-top: 48px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.open2 .dropdown-menu {
	display: block !important;
}

#common-success #content {
    background: url("/image/catalog/christina/information/success-bg.png") no-repeat center;
    background-size: cover;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding-top: 56px;
    padding-bottom: 56px;
}
#common-success .breadcrumb {
    display: none;
}
#common-success .inner-wrap {
    margin: 56px auto;
    width: 450px;
    max-width: 95%;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px;
    text-align: center;
    backdrop-filter: blur(10px);
    border-radius: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #4D5053;
}
#common-success .inner-wrap h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #7758B5;
    margin-bottom: 24px;
}
#common-success .inner-wrap .btn {
    width: 216px;
    margin-top: 40px;
}

form ~ .alert,
form .alert {
	margin-bottom: 0;
    margin-top: 10px;
    border: 1px solid #EB5757;
    border-radius: 0;
    position: relative;
    padding: 0;
    background: transparent !important;
    color: #EB5757;
    font-size: 12px;
    text-align: center;
}

.news-row {
	display: flex;
	flex-wrap: wrap;
}

.banner-line {
	color: #fff;
    background-color: #000;
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
}
.banner-line a {
	color: #fff !important;
}

.number-spinner-cart-disable {
	opacity: 0.5;
	pointer-events:none;
}
.bonus-text {
	color: #E23E5C;
    font-size: 12px;
}

#common-home .flex.about-1 {
	flex-wrap: wrap;
}
#common-home .home-h1 {
	text-align: center;
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.simplecheckout-reward-block {
	flex-direction: column;
}
.simplecheckout-reward-block > p {
	color: #E23E5C;
    font-size: 12px;
    margin-top: 4px;
}

#review2 .rating {
	display: none;
}

.product-thumb:not(.opo-product) .sticker-custom5 {
	display: none !important;
}

.search-suggestion .image img {
	width: 70px;
}
.search-suggestion.product .price {
	font-weight: normal !important;
}
.search-wrap > .dropdown-menu {
	top: 80px !important;
	width: 1000px !important;
	max-width: 100% !important;
	left: 50% !important;
	transform: translate(-50%, 0px) !important;
}
.search-suggestion .center {
	align-items: center;
	display: flex;
	font-weight: normal !important;
}

.gift-icon-wrap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.gift-icon-wrap:after {
	content: '';
	position: absolute;
	display: none;
	width: 66px;
	height: 62px;
	background: url("/image/catalog/theme/chris-gift-hover.svg") no-repeat center;
	background-size: contain;
	top: 0;
	left: 0;
}
.gift-icon-wrap:hover:after {
	display: block;
}
.gift-icon-wrap .gift-icon-text {
	display: none;
}
.gift-icon-wrap:hover .gift-icon-text {
	display: block;
	position: absolute;
	left: calc(50% + 12px);
	top: calc(100% + 12px);
	width: 325px;
	background: #7758B5;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	padding: 8px;
}

.product-thumb .gift-icon-wrap {
	top: 60px;
	right: 2px;
}
.product-thumb:hover .gift-icon-wrap {
	right: 12px;
}
.product-thumb .gift-icon-wrap:hover .gift-icon-text {
	left: initial;
	right: 10px;
	width: 220px;
}

/**/
.information-information6 .faq-accordion .panel-group .panel+.panel {
	margin-top: 20px;
}
.information-information6 .faq-accordion .panel-default {
	border-radius: 16px;
	background: #FBFBFC;
	border: none;
	padding: 16px;
}
.information-information6 .faq-accordion .panel-title {
	padding: 0;
	color: #1E1E1F;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.information-information6 .faq-accordion .panel-title a {
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 50px;
	position: relative;
}
.information-information6 .faq-accordion .panel-title a:after {
	content: url("/image/catalog/christina/information/delivery-new/arrow.svg");
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -12px;
	height: 24px;
}
.information-information6 .faq-accordion .panel-title a[aria-expanded="true"]:after {
	transform: rotate(180deg);
}
.information-information6 .faq-accordion .panel-title span {
	display: inline-flex;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 16px;
	border: 10px solid #C0B2DD;
	align-items: center;
	justify-content: center;
}
.information-information6 .faq-accordion .panel-title span img {
	border-radius: 50%;
}
.information-information6 .faq-accordion .panel-body {
	padding-top: 20px;
	padding-bottom: 0;
	color: #1E1E1F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.information-information6 .faq-accordion > h3 {
	color: #1E1E1F;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 56px;
}
.information-information6 .faq-accordion > h3:first-child {
	margin-top: 0;
}



@media (max-width: 1450px) {

	div[id*="account-"] #column-left {
		margin-right: 30px;
	}
	div[id*="account-"] #column-left + #content {
		width: calc(100% - 375px);
	}
}

@media (max-width: 1200px) {
	h1 {
		font-size: 32px;
	}
	#account-login .col-sm-6 + .col-sm-6 .well {
		padding: 0 0 0 30px;
	}
	.big-slider-description-wrap .title {
		font-size: 50px;
	}
	#column-left {
		width: 270px;
	}
	#column-left + #content {
		width: calc(100% - 270px);
		margin-left: 0;
		padding: 0;
	}
	.bestseller-carousel-wrap {
		margin-top: 35px;
	}
	footer {
		padding-top: 40px;
	}
	#product-product h1 {
		margin-top: 0;
		margin-bottom: 24px;
		font-size: 32px;
		line-height: 40px;
		letter-spacing: -0.02em;
		font-feature-settings: 'pnum' on, 'lnum' on;
		color: #111111;
		padding-right: 45px;
	}
	#product-accordion .panel-heading h4 {
		font-size: 18px;
	}
	.product-sale-wrap > .title,
	.module-title {
		font-size: 32px;
		line-height: 40px;
		padding-top: 40px;
    	margin-bottom: 20px;
	}
	.product-reviews-inner > div:first-child {
		flex: 1 1 calc(100% - 590px);
		min-width: calc(100% - 590px);
		max-width: calc(100% - 590px);
	}
	ul.prodvar > li a {
		height: 40px;
		min-width: 100px;
		padding: 0 20px;
	}
	.news-block.flex > div .title,
	.about-1 > div .about-text .title,
	.about-2 > div .about-text .title {
		font-size: 32px;
		line-height: 40px;
	}
	.delimiter {
		margin: 0 10px;
	}
	.product-thumb {
		margin-bottom: 0;
	}

	.footer-line2 > div,
	.footer-line2 > div:last-child {
		flex: 1 1 20%;
		max-width: 20%;
		min-width: 20%;
		margin-right: 0;
		padding-right: 10px;
	}
	.footer-line2 .award-wrap {
		max-width: 100%;
		min-width: inherit;
	}
	.related-carousel-wrap {
		margin-top: 35px;
	}
	#account-password #content form fieldset {
		display: block;
	}
	.row-edit_email,
	.row-edit_telephone,
	#simpleregister_button_confirm,
	#account-password #content form .buttons > div,
	#account-password #content form fieldset > div,
	.row-address_postcode,
	.row-address_city,
	.row-address_zone_id,
	.row-address_street,
	.row-address_address_1,
	.row-address_house,
	.row-address_flat,
	.row-address_address_2{
		width: 100%;
		margin-right: 0 !important;
	}

	.timeline-wrap > div:last-child {
		width: 500px;
		min-width: 500px;
	}
	.tl-imgs > div {
		max-height: 250px
	}
	.tl-year {
		margin-bottom: 38px;
	}

}

.left-menu .responsive.my-megamenu{
	display: none;
}

.categories-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 40px;
}
.categories-flex > div {
	flex: 1 1 calc(33.33% - 16px);
	width: calc(33.33% - 16px);
	text-align: center;
	max-width: calc(33.33% - 16px);
}
.categories-flex > div img {
	width: 100%;
}
.categories-flex.categories-flex-1 > div,
.categories-flex.categories-flex-2 > div,
.categories-flex.categories-flex-3 > div,
.categories-flex.categories-flex-4 > div {
	flex: 1 1 calc(50% - calc(16px * 1 / 2));
	width: calc(50% - calc(16px * 1 / 2));
	text-align: center;
	max-width: calc(50% - calc(16px * 1 / 2));
}

@media (min-width: 991px) {
	.categories-flex.categories-flex-1 > div,
	.categories-flex.categories-flex-2 > div,
	.categories-flex.categories-flex-3 > div,
	.categories-flex.categories-flex-4 > div {
		flex: 1 1 calc(25% - calc(16px * 3 / 4));
		width: calc(25% - calc(16px * 3 / 4));
		text-align: center;
		max-width: calc(25% - calc(16px * 3 / 4));
	}
}

.categories-flex > div p {
	margin: 16px 0;
	color: #1E1E1F;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	text-transform: uppercase;
}

.category-special-container h1 {
	text-align: center;
	margin-bottom: 32px;
}

@media (max-width: 1200px) {
	.categories-flex > div {
		flex: 1 1 calc(50% - 16px);
		width: calc(50% - 16px);
		max-width: calc(50% - 16px);
	}
}

@media (max-width: 991px) {
	.left-menu .responsive.my-megamenu{
		display: block;
	}
	.top-icons #form-language,
	.header-top > div.col1 > a {
		display: none;
	}
	.delimiter {
		margin: 0 7px;
		opacity: 0;
	}
	.container {
		padding: 0 16px;
	}
	.top-banner,
	.home-images,
	#common-home .swiper-viewport {
		margin: 0 -16px;
	}
	.top-banner {
		padding: 16px;
	}

	.home-lines-wrap .home-lines {
		flex-wrap: wrap;
	}
	.home-lines-wrap .item {
		flex: 1 1 calc(50% - 16px);
		margin-bottom: 30px;
	}
	.home-lines-wrap .item img {
		width: 100%;
	}

	.footer-line2 {
		flex-wrap: wrap;
	}
	.footer-line2 > div,
	.footer-line2 > div:last-child {
		flex: 1 1 33%;
		max-width: 33%;
		min-width: 33%;
		margin-right: 0;
		padding-right: 10px;
		margin-bottom: 25px;
	}
	.footer-line2 > div:last-child {
		flex: 1 1 auto;
		text-align: right;
		max-width: initial;
	}
	.footer-line2 {
		padding-bottom: 30px;
	}

	#product-category .news-item {
		width: 50%;
	}
	.news-block.flex > div {
		padding: 0 15px;
	}

	#product-product #content > .row > .col-sm-6 {
		width: 100%;
	}
	.sticky-block {
		position: relative;
		top: 0;
		z-index: 2;
	}
	.product-reviews-inner {
		flex-direction: column;
	}
	.product-reviews-inner > div,
	.product-reviews-inner > div:first-child {
		margin-right: 0;
		flex: 1 1 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.product-sale-wrap > .flex {
		max-width: 100%;
	}
	.search-wrap {
		max-width: 90%;
	}
	/* .top-icons > ul > li.search-li {
		position: absolute;
		left: 60px;
		top: 28px;
	} */

	#product-category h1 + .row,
	#product-search h1 + .row {
		display: flex;
	}
	.top-icons > ul > li:nth-last-child(2) {
		display: none;
	}

	.cart-grey-block {
		flex-direction: column;
	}
	.cart-grey-block div + div {
		margin-top: 20px;
	}

	#account-simpleregisrer .account-login-wrap {
		display: flex;
    	flex-direction: column-reverse;
	}
	#account-login .col-sm-6 + .col-sm-6 .well {
		padding: 0 0 0 0;
	}

	.row-edit_firstname, .row-edit_lastname, .row-edit_secondname, #simpleedit .row-edit_telephone {
		width: 100%;
		margin-right: 0 !important;
	}

	.order-list-table {
		min-width: 850px;
	}

	.timeline-wrap {
		flex-direction: column-reverse !important;
	}
	.timeline-wrap > div:first-child,
	.timeline-wrap > div:last-child {
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.tl-imgs > div {
		max-height: 435px;
	}

	.gift-icon-wrap:hover .gift-icon-text {
		left: initial;
		right: 30px;
		max-width: 80vw;
	}

}

@media (min-width: 778px) {
	.mob {
		display: none !important;
	}
    .products-carousel .owl-dots,
	.home-lines-wrap .owl-dots {
		display: none !important;
	}

	.ocf-filter-header {
		cursor: pointer !important;
	}
	.ocf-filter-header:after {
		content: url("/image/catalog/christina/menu/vertical-menu-arrow-right.svg");
		transform: rotate(90deg);
		position: absolute;
		right: 0;
	}
	.ocf-filter-header.active:after {
		transform: rotate(270deg);
		right: -4px;
	}
	.ocf-filter-header:not(.active) ~ .ocf-value-list {
		display: none;
	}
	.ocf-theme-light .ocf-filter-header {
		border-top: 1px solid #e0e0e0;
		padding-top: 20px;
		margin-bottom: 15px !important;
	}
	.ocf-theme-light .ocf-filter {
		margin-bottom: 20px !important;
	}
    #account-simpleregisrer .simpleregister {
        padding: 0;
    }
    #account-login #simpleregister fieldset {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 25px;
    }
    #account-login #simpleregister .form-group {
        margin: 0;
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .looked-carousel-wrap {
        height: 856px;
    }
    .product-grid {
        height: 642px;
    }
}
@media (max-width: 778px) {
	.information-information6 .faq-accordion .panel-title span {
		width: 60px;
		height: 60px;
		min-width: 60px;
		border: 7px solid #C0B2DD;
	}
	.categories-flex > div p {
		margin: 6px 0;
		font-size: 12px;
	}


	.product-thumb .caption .title {
		min-height: 76px;
		max-height: 76px;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.top-icons .mob{
		width: 22px;
	}
	.pc {
		display: none !important;
	}
    .products-carousel .owl-nav,
	.home-lines-wrap .owl-nav {
		display: none !important;
	}
	.home-lines-wrap .owl-nav {
		display: block !important;
	}
	.home-lines-wrap .owl-nav .owl-next {
		right: 10px;
	}
	.home-lines-wrap .owl-nav .owl-prev {
		left: 10px;
	}
    .products-carousel .owl-dots {
        top: 0;
    }

	.top-icons > ul {
		margin: 0;
		display: flex;
		justify-content: end;
		align-items: center;
		flex-wrap: nowrap;
	}

	#cart-total {
		/* display: none; */
	}
	.delimiter {
		margin: 0 2px;
	}
	.header-top {
		padding: 15px 0;
	}
	.top-icons > ul > li.search-li {
		top: 15px;
    	left: 52px;
		display: none;
	}
	#cart {
		margin-top: -2px;
	}
	#common-home .swiper-viewport .owl-carousel .owl-item img {
		height: 460px;
		width: initial;
		max-width: initial;
		position: relative;
		/*left: 50%;*/
    	/*transform: translate(-50%, 0px);*/
        margin: 0 auto;
	}
	#common-home .swiper-viewport .owl-carousel .swiper-slide {
		overflow: hidden;
	}

	.big-slider-description-wrap {
		position: absolute;
		top: 50%;
		left: 5%;
		transform: translate(0, -50%);
		width: 90%;
	}
	.big-slider-description-wrap .big-slider-description {
		width: 100%;
		text-align: center;
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		color: #111111;
	}
	.big-slider-description-wrap .title {
		font-weight: 600;
		font-size: 24px;
		line-height: 100%;
		text-align: center;
		color: #111111;
		margin-bottom: 10px;
	}
	.big-slider-description-wrap .btn-primary {
		margin-top: 16px;
	}

	.home-lines-wrap .owl-dots {
		top: 10px;
		display: none !important;
	}
	.owl-dots .owl-dot {
		background: #F2F2F2;
	}
	.owl-dots .owl-dot.active {
		background: #7758B5;
	}
	.home-lines-wrap .home-lines {
		margin: 0;
	}
	.home-lines-wrap .item {
		margin: 0 0 15px;
	}
	.bestseller-carousel-wrap {
		padding-bottom: 30px;
	}

	.products-carousel .owl-stage-outer {
		overflow: visible;
	}
	.product-sale-wrap > .title, .module-title {
		font-weight: 500;
		font-size: 28px;
		line-height: 33px;
		padding-top: 20px;
	}
	.product-thumb .caption {
		padding: 16px 0 30px;
	}
	.product-thumb .caption .btn {
		display: none !important;
	}
	.about-1 {
		margin: 48px 0;
		flex-direction: column;
	}
	.about-1 > div {
		flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
	}
	.news-block.flex > div .title, .about-1 > div .about-text .title, .about-2 > div .about-text .title, .modal-title {
		font-weight: 500;
		font-size: 24px;
    	line-height: 32px;
	}
	.about-1 > div .about-text {
		padding: 30px 0;
	}

	.about-2 {
		margin: 48px 0;
		flex-direction: column-reverse;
	}
	.about-2 > div {
		flex: 1 1 100%;
		max-width: 100%;
		width: 100%;
	}
	.about-2 > div .about-text {
		padding: 30px 0;
	}
	.home-why-wrap {
		padding: 0;
	}
	.home-why > .item {
		flex: 1 1 50%;
		width: 50px;
		padding: 0 7px;
		max-width: 50%;
		min-width: 50%;
		text-align: center;
		margin-bottom: 32px;
	}
	.reviews-carousel .review-item {
		padding: 40px 24px;
		margin: 0;
	}
	.reviews-carousel .review-item .line3 img {
		max-width: 64px;
		min-width: 64px;
	}
	.reviews-carousel .review-item .line3 > div:last-child {
		max-width: calc(100% - 80px);
	}
	.reviews-carousel .review-item .line3 .title {
		max-width: 100%;
	}

	.home-images {
		flex-direction: column;
	}
	.home-images > div {
		flex: 1 1 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.footer-line2 > div,
	.footer-line2 > div:last-child {
		flex: 1 1 100%;
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 32px;
	}
	.footer-line2 {
		padding-bottom: 0;
	}
	.footer-line3,
	.footer-line3 > div:first-child {
		flex-direction: column;
	}
	.footer-line3 .copyright {
		margin-right: 0;
		margin-bottom: 20px;
	}


	.footer-line3 > div:last-child {
		margin-top: 32px;
	}


    #column-left + #content {
        width: 100%;
        padding: 0 15px;
    }
    .wishlist-add img {
        width: 16px;
    }

    .product-thumb {
        padding: 0;
    }
    .product-grid {
        padding-left: 7px;
        padding-right: 7px;
    }
    .products-carousel {
        margin: 0;
    }

	.product-thumb:hover {
		background: transparent;
		box-shadow: none;
		width: 100%;
		padding: 0;
		left: 0;
		top: 0;
	}
	.product-thumb:hover .image {
		margin-top: 0;
	}
	.product-thumb .sticker-rectangle,
	.product-thumb:hover .sticker-rectangle {
		margin-left: 12px !important;
	}
	.product-thumb .wishlist-add {
		right: 12px !important;
	}

	.sticky-block .flex-images {
		flex-direction: column-reverse;
	}
	.slider-for-wrap,
	.slider-nav-wrap {
		flex: 1 1 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.slider-nav img {
		border-radius: 0;
	}

	.breadcrumb {
		display: block;
		overflow: scroll;
		white-space: nowrap;
        margin: 10px 0 7px;
	}
	.slider-for .thumbnail {
		border-radius: 0;
		border: 1px solid #7758B5;
	}
	#product-product .sticky-block .sticker-product {
		margin-left: 0;
	}

	.product-right {
		/* padding: 24px 16px; */
		display: flex;
    	flex-direction: column;
	}
	#product-product h1 {
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		letter-spacing: -0.02em;
		color: #111111;
		padding-right: 0;
    	margin-bottom: 16px;
		order: 1
	}
	.product-article-line {
		flex-direction: column;
    	margin-bottom: 24px;
		order: 2;
	}
	.product-right .product-sku {
		margin-right: 0;
		margin-bottom: 24px;
	}
	.product-right ul.prodvar {
		order: 3;
		margin-left: -7px;
		margin-right: -7px;
		border-bottom: none;
	}
	.product-right ul.prodvar > li {
		margin: 0 7px 7px;
		width: calc(50% - 14px);
	}
	.product-right ul.prodvar > li a {
		width: 100%;
	}
	.product-right .product-prices {
		order: 4;
		margin-bottom: 0;
		position: relative;
	}
	.product-right .product-prices > .flex {
		position: absolute;
		top: -5px;
	}

	.product-right .prodvar-main {
		display: none;
	}
	.product-right  #product {
		order: 5;
	}
	.col-sm-6 .product-right .wishlist-add {
		position: relative;
		top: 0;
		right: 0;
	}
	.product-right .wishlist-add img {
		width: 32px;
	}
	.col-sm-6 .product-right .rating {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.product-right .attributes-top > span {
		display: none;
	}
	.attributes-top > div:nth-last-child(2) {
		flex-direction: column;
	}
	#product .number-spinner {
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 16px;
		width: 148px;
	}
	.attributes-top .input-quantity {
		float: none;
		width: 148px !important;
		height: 40px !important;
	}
	.attributes-top .number-spinner .btn {
		height: 40px;
	}
	.product-prices .price-big {
		flex-direction: column;
		align-items: flex-start;
	}
	.product-prices .price-big .h2 + span {
		margin-left: 0;
		font-weight: 500;
		font-size: 12px;
		line-height: 12px;
	}

	#product-accordion .panel-heading h4 {
		padding: 24px 0;
	}
	#product-accordion .panel-heading h4:after {
		top: 24px;
	}
	#collapse-tags .btn {
		height: 40px;
		font-size: 10px;
	}

	.product-sale-wrap > .flex {
		padding: 24px;
    	flex-direction: column;
	}
	.product-sale-wrap .product-right {
		padding: 0;
		margin-top: 16px;
	}
	.product-sale-wrap > .title {
		margin: 20px 0 40px;
	}

	.product-reviews-wrap .module-title img {
		width: 100px;
		margin-top: 45px;
		margin-bottom: 32px;
	}

	.product-reviews-inner .nav-tabs {
		margin: 0 -15px;
	}
	.product-reviews-inner .nav-tabs > li.active {
		background: #7758B5;
		color: #fff;
	}
	.product-reviews-inner .nav-tabs > li.active a {
		color: #fff !important;
	}
	.review-wrap > .table tr {
		display: flex;
		flex-direction: column;
	}
	.review-wrap > .table tr > td:first-child,
	.review-wrap > .table tr > td {
		width: 100%;
		padding: 0;
	}
	.review-wrap > .table tr > td:first-child {
		margin-top: 24px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.beautician-wrap {
		flex-direction: column;
	}
	.beautician-wrap img {
		margin: 0 auto 8px;
		border-radius: 10px;
	}
	.beautician-wrap .btn {
		width: 100%;
	}

	.vertical.active .vertical-wrapper {
		max-width: 100%;
	}

	.mob .search-wrap .close {
		display: none !important;
	}
	.mob .search-wrap .input-lg.form-control {
		margin: 32px auto 10px;
	}

	.categ-top-filter {
		margin: 0 -15px;
		width: calc(100% + 30px);
		justify-content: space-between;
	}
	.categ-top-filter > span {
		flex: 1 1 50%;
		max-width: 50%;
		min-width: 50%;
		border-radius: 0;
		height: 48px;
		font-weight: 500;
		font-size: 14px;
		line-height: 14px;
		background: transparent !important;
		color: #1E1E1F !important;
		text-transform: none;
		border-color: #E0E0E0 !important;
		border-left: none !important;
	}
	.categ-top-filter > span + span {
		border-right: none !important;
	}
	.categ-top-filter > span img {
		margin-right: 8px;
	}

	.faq-accordion > h3 {
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
		color: #1E1E1F;
	}
	.faq-accordion .panel-title {
		padding: 32px 70px 32px 0;
		font-weight: 400;
		font-size: 18px;
    	line-height: 24px;
	}

	.faq-accordion .fa-minus,
	.faq-accordion .fa-plus {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0px, -50%);
	}
	.grey-bg.ask-faq {
		flex-direction: column;
	}
	.grey-bg.ask-faq > div:first-child,
	.grey-bg.ask-faq > div {
		max-width: 100%;
		width: 100%;
	}
	.grey-bg.ask-faq > div:first-child {
		text-align: center;
		margin-bottom: 15px;
	}
	.grey-bg.ask-faq .btn {
		width: 100%;
	}

	#modal-sort {
		top: 0;
	}
	#modal-sort .modal-dialog {
		width: 100%;
		border-radius: 0;
		top: 0;
		height: 100vh;
		transform: none !important;
		left: 0;
	}
	#modal-sort .modal-content {
		height: 100vh;
		border-radius: 0;
	}
	#modal-sort > button {
		z-index: 2;
		position: absolute;
		right: 40px;
		top: 40px;
		opacity: 1;
	}
	#modal-sort .modal-title {
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
		color: #1E1E1F;
		text-align: left;
		margin-bottom: 24px;
	}
	#modal-sort .modal-body a {
		text-align: left;
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		color: #1E1E1F;
		height: 64px;
		border-top: 1px solid #E0E0E0;
		margin: 0 -16px;
		padding: 0 16px;
	}
	#modal-sort .modal-body > a:last-child {
		border-bottom: 1px solid #E0E0E0;
	}
	#modal-sort .modal-body > a.active {
		background: #7758B5;
		color: #fff;
		border-color: #7758B5;
	}

	.modal-content {
		padding: 38px 16px;
	}

	.information-description > .subtitle + .flex {
		flex-direction: column;
	}
	.information-description > .subtitle + .flex > div:first-child {
		width: 100%;
	}

	.information-description > .subtitle {
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
	}
	.information-description .line .title {
		font-size: 18px;
	}

	.modal-dialog {
		max-width: 95%;
	}

	.news-list .categ-top-filter > span,
	#product-special .categ-top-filter > span,
	#product-search .categ-top-filter > span {
	  flex: 1 1 100%;
	  max-width: 100%;
	  min-width: 100%;
	  border-right: none;
	}

	#information-information .about-bg.flex {
		flex-direction: column;
	}
	#information-information .about-bg.flex .about-text {
		max-width: 100%;
	}
	#information-information .about-bg.flex .about-text .title {
		font-size: 24px;
    	line-height: 32px;
	}
	#information-information .about-bg.flex {
		margin: -97px -30px 0;
		padding: 100px 30px 50px;
	}

	#information-information .about-1 > div .about-text,
	#information-information .about-2 > div .about-text {
		padding: 0;
	}

	.about-1 img {
		margin: 15px 0;
	}
	.about-1 > div .about-text .btn {
		margin-top: 20px;
		margin-bottom: 40px;
		width: initial;
	}

	#tab-payment > .flex,
	#tab-delivery > .flex {
		overflow: auto;
		padding-top: 10px;
	}
	.delivery-item,
	.payment-item {
		max-width: 217px;
    	min-width: 217px;
	}

	.nav-tabs>li>a,
	.nav-tabs>li>a:hover,
	.nav>li>a:focus,
	.nav>li>a:hover {
    	font-size: 12px;
	}

	.information-information6 .information-description .nav-tabs {
		margin-bottom: 20px;
	}
	.information-information6 .information-description .nav-tabs ~ .nav-tabs {
		margin-top: 40px;
	}

	#product-category .news-item {
		float: left;
		margin-bottom: 20px;
		padding: 16px 8px;
	}
	#product-category .news-item:nth-child(odd) {
		clear: both;
	}

	.news-block.flex {
		flex-direction: column;
	}
	.news-block.flex > div {
		flex: 1 1 100%;
    	width: 100%;
	}
	.news-block.flex > div {
		padding: 0;
	}
	.news-block.flex > div:first-child > img {
		display: none;
	}

	.cart-page-block-top h1 {
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
		color: #1E1E1F;
		margin-bottom: 24px;
	}

	.cart-page-block > .flex:first-child {
		display: none !important;
	}

	.cart-page-block > .flex > .col1 {
		flex: 1 1 56px;
		max-width: 56px;
		min-width: 56px;
		margin-right: 16px;
	}
	.cart-page-block > .flex + .flex {
		padding: 20px 0 15px;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
	}

	.cart-page-block > .flex > .col2 {
		max-width: calc(100% - 72px);
		margin-right: 0;
		min-height: 56px !important;
    	position: relative;
		padding-right: 40px;
	}

	.cart-page-block > .flex > .col3 {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
		display: flex;
		justify-content: flex-end;
		margin-top: 12px;
		margin-bottom: 16px;
	}

	.cart-page-block > .flex + .flex .col2 > p {
		position: absolute;
		bottom: -30px;
		left: -72px;
	}
	.cart-page-block > .flex + .flex .col4 {
		position: absolute;
		bottom: 45px;
		font-size: 12px;
		line-height: 12px;
	}
	.cart-page-block > .flex > .col5 {
		flex: 1 1 100%;
		max-width: 100%;
		margin-right: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.cart-page-block > .flex > .col5:before {
		content: 'Цена:';
		font-weight: 400;
		font-size: 12px;
		line-height: 12px;
		color: #6C6C6C;
	}
	html[lang="ua"] .cart-page-block > .flex > .col5:before {
		content: 'Ціна:';
	}

	.cart-page-block > .flex + .flex .col2 > div a {
		font-size: 14px;
		line-height: 24px;
	}

	.cart-grey-block div + div {
		flex-direction: column;
	}
	.cart-page-block > .flex > .col6 {
		position: absolute;
		right: 0;
		opacity: 0.5;
	}
	.number-spinner-cart {
		width: 164px;
	}

	.cart-grey-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: transparent;
		border-radius: 0;
		padding: 0;
		margin-top: 32px;
	}
	.cart-grey-block table {
		margin: 0 0 20px;
	}
	.cart-page-block > .flex + .flex .col6 button {
		margin-right: 5px;
	}
	.cart-truck-block {
		padding: 24px;
	}
	.cart-truck-block {
		margin-top: 24px;
	}

	div[id*="account-"] #column-left,
	div[id*="account-"] #column-left + #content {
		width: 100%;
		display: block !important;
	}

	.logout-link {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 35px;
		display: block;
	}
	div[id*="account-"] h1 {
		text-align: left;
		margin-bottom: 24px;
		padding-bottom: 15px;
	}

	.beautician-wrap .flex {
		max-width: 100%;
	}
	.beautician-wrap .flex div {
		margin-top: 14px;
	}

	.timeline-wrap > div:last-child {
		max-width: 100%;
		min-width: 100%;
	}
	.tl-imgs {
		flex-direction: column;
	}
	.tl-imgs:after {
		right: initial;
		left: 70px;
	}
	.tl-imgs > img {
		flex: 1 1 100%;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		z-index: 2;
	}
	.tl-imgs > div {
		min-height: 435px;
	}

	.container .search-wrap + .container {
		display: none !important;
	}
	.vertical.active .vertical-wrapper:after {
		display: none !important;
	}

	.row-flex {
		display: flex;
		flex-wrap: wrap;
	}

	.product-prices .price-big .h2 {
		font-size: 24px;
	}
	#product .number-spinner {
		margin-top: -10px;
	}

	.search-suggestion .center {
		white-space: initial;
	}
	.search-wrap > .dropdown-menu > li > a {
		padding: 5px 0 !important;
	}
	.search-suggestion .image img {
		min-width: 50px;
		max-width: 50px;
		margin-right: 0 !important;
	}
	.search-suggestion.product .price {
		font-size: 14px !important;
		letter-spacing: 0 !important;
	}

	.gift-icon-wrap {
		right: 10px;
		top: 10px;
	}
	.gift-icon-wrap:hover .gift-icon-text {
		left: initial;
		right: 10px;
		max-width: 80vw;
	}

	.product-thumb .gift-icon-wrap {
		top: 50px;
		z-index: 10;
		right: 0;
	}
	.product-thumb .gift-icon-wrap img {
		width: 40px !important;
	}
	.product-thumb .gift-icon-wrap:after {
		width: 40px;
		height: 38px;
	}
	.product-thumb .gift-icon-wrap:hover .gift-icon-text {
		max-width: 45vw;
		right: 0;
	}
	.product-thumb:hover .gift-icon-wrap {
		right: 2px;
	}

	.modal-dialog > button.close {
		right: 12px;
		top: 12px;
	}

    .product-thumb .price {
        font-size: 14px;
    }

}
.rat-cont {
    position: relative!important;
    bottom: 150px !important;
    left: 300px !important;
}

@media (max-width: 1900px) {
.rat-cont {
    bottom: 130px !important;
	left: 180px !important;
}
}

@media (max-width: 1700px) {
.rat-cont {
	left: 40px !important;
}
}
@media (max-width: 1025px) {
.rat-cont {
    left: 22px!important;;
}
}
@media (max-width: 778px) {
	.rat-cont {
		bottom: 240px !important;
	}
	
	.attributes-top > .flex{
		flex-direction: column;
	}
}

@media (max-width: 550px) {
.rat-cont {
      left: 200px!important;
    bottom: 700px !important;
}
}
#product .short-description{
	border-top: 1px solid #D0D0D0;
}

/* -----new styles------ */

.column-shift-left{
	order: -1;
}

.column-no-shift{
	order: initial; 
}

.container-extended{
	max-width: 1600px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto; 
}

.product-info{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.product-details{
	width: 100%;
	max-width: 495px;
	gap: 10px;
}

.product-gallery{
	width: 100%;
	max-width: calc(100% - 520px);
	height: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	align-self: flex-start; 
}

.product-gallery-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;	
}

.product-gallery-grid a{
	aspect-ratio: 3 / 4;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.product-gallery-grid a img{
	aspect-ratio: 3 / 4;
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

#collapse-tags .btn,
.btn-new{
	height: 36px !important;
	padding: 0 16px;
	display: inline-flex;	
	justify-content: center;
	align-items: center;
	border-radius: 18px;
	gap: 8px;
}
#collapse-tags .btn,
.btn-new.btn-medium{
	height: 46px !important;
	border-radius: 23px;
}

.fulltext.collapsed{
	overflow: hidden;
	max-height: 130px;
}

.photo-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.photo-box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	background-repeat: no-repeat;
}

.btn-video-play{
	height: 140px;
	width: 140px;
	background: #D9D9D9;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
}

#product-product .product-details .product-right h1{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
}
.product-right-specs{
	position: relative;
}
.product-right-specs, 
.product-right-specs .rating{
	display: flex;
	gap: 30px;
	align-items: center;
}

.product-prices .price-big .h2{
	font-size: 32px;
	font-weight: 600;
}

.form-control[name^=quantity]{
	height: 46px !important;
}




@media (max-width: 1200px) {
	.product-gallery-grid{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
}

#product .short-description.opened{
	max-height: unset;
}

.short-description .fulltext-spoiler .read-more{
	margin-bottom: 0 !important;
}

.short-description .fulltext-spoiler .read-more .less{
	display: none;
}
.short-description .fulltext-spoiler .read-more .more{
	display: initial;
}

.short-description.opened .fulltext-spoiler .read-more .less{
	display: initial;
}
.short-description.opened .fulltext-spoiler .read-more .more{
	display: none;
}


#product .short-description{
	position: relative;
	max-height: 200px;
	overflow: hidden;
}

#product .short-description .fulltext-spoiler{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
#product .short-description.opened .fulltext-spoiler{
    height: auto;
    bottom: -10px;
}
.fulltext-spoiler .read-more{
	cursor: pointer;
	user-select: none;
	position: absolute;
	bottom: 4px;
	right: 16px;
	font-size: 14px;
	font-weight: 500;
	color: #7758B5;
	text-align: right;
	text-decoration: underline;
	transition: color 200ms ease-in-out;
}
.fulltext-spoiler .read-more:hover{
	color: #9768D5;
	transition: color 200ms ease-in-out;
}

.gallery-video-wrapper{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-video-wrapper video{
	height: 100%;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center;
}

.gallery-video-wrapper .play-btn{
	position: absolute;
	border-radius: 50%;
	outline: none;
	border: none;
	height: 120px;
	width: 120px;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	background: url("/image/catalog/christina/play.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
}

.gallery-video-wrapper .play-btn:hover{
	transform: scale(0.95);
}

.gallery-video-wrapper .play-btn:active{
	transform: scale(0.85);
	opacity: (0.4);
}

.gallery-video-wrapper .play-btn.playing{
	background: url("/image/catalog/christina/pause.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
}

.gallery-video-wrapper:hover .play-btn.playing{
	opacity: 0.5;
}

.gallery-video-wrapper .play-btn.playing:hover{
	opacity: 1;
}

.gallery-link{
	border-radius: 0;
	border: none !important;
	padding: 0;
	margin: 0;
}

.product-gallery{
	padding: 10px; 
}

@media (max-width: 1024px) {
	.product-details{
		width: 100%;
		max-width: 420px;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.looked-carousel-wrap .products-carousel {
		padding: 25px 0;
	}

	.product-gallery{
		position: static !important;
	}
	.product-right-specs, .product-right-specs .rating{
		position: relative;
		width: 280px;
		overflow: visible;
		margin: 0 auto;
	}

	.product-right .wishlist-add{
		top: -2px;
		right: 0;
	}

	#product .number-spinner{
		margin-top: -40px;
	}

	.product-right{
		gap: 20px;
	}

	#product-product .product-details .product-right h1{
		/*font-size: 24px;*/
		font-size: 18px;
		order: -1;
	}

	.product-gallery-grid{
		display: none;
	}
	.product-gallery-mobile{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.product-details,
	.product-gallery{
		max-width: 100%;
	}
	.product-right-specs{
		flex-direction: column;
		gap: 0;
	}
	.category-description .flex{
		flex-direction: column;
		align-items: center;
	}
	.category-description .flex > div{
		max-width: 480px;
	}
	.category-description .flex > div div{
		width: 100%;
	}
	.slick-slider > .slick-arrow{
		padding: 10px;
	}
	.slick-slider > .slick-arrow:last-child{
		right: 15px;
	}
	.slick-slider > .slick-arrow:first-child{
		left: 15px;
	}
	.product-info{
		flex-direction: column;
		align-items: center;
	}

	.gallery-video-wrapper .play-btn{
		display: none !important;
	}
    .new-slider:not(.slick-slider) > div {
        display: none;
    }
    .new-slider:not(.slick-slider) > div:first-child {
        display: block;
        aspect-ratio: 3 / 4;
    }
    .new-slider img {
        aspect-ratio: 3 / 4;
        padding: 0;
		object-fit: contain;
    }
}

.btn-product-custom:hover{
	background-color: hsl(260, 39%, 28%);
}
.btn-product-custom{
	position: absolute;
	right: 0;
	bottom: 15px;
    height: 35px;
    max-width: 86px;
    width: 100%;
    min-width: 35px;
    border-radius: 18px;
    outline: none;
    border: none;
    background-color: #7758B5;
    color: white;
	padding-top: 3px;
	text-align: center;
	transition: background-color 300ms ease-in-out;
}
.btn-product-custom svg{
	height: 30px;
}
.product-thumb-custom .title{
	margin-bottom: auto;
}
.product-thumb-custom .caption .price{
	display: flex;
	flex-direction: column;
	height: 44px;
	justify-content: end;
}
.product-thumb-custom .caption .price .price-old{
	margin: 0;
}

.product-thumb-custom .caption{
	position: relative;
	padding: 0;
	min-height: 160px;
	padding-bottom: 10px;
}

@media (max-width: 380px) {
	.top-icons .list-inline .delimiter{
		display: none;
	}
	.product-prices .price-big .h2{
		font-size: 24px;
		padding-top: 5px;
	}
	#product .number-spinner{
		max-width: 120px;
		/* margin-top: 36px;
		margin-left: 0;
		margin-right: auto; */
	}
	.sort-block.input-group .form-control:not(:first-child):not(:last-child){
		max-width: 120px;
	}
    #total_total .simplecheckout-cart-total-value {
        min-width: 50%;
    }
}
@media (max-width: 1024px) {
	.btn-product-custom{
		max-width: 60px;
		padding-top: 6px;
        margin-right: 10px;
        height: 30px;
	}
	.btn-product-custom svg{
		height: 18px;
	}
}
@media (max-width: 768px) {
	.product-thumb-custom .caption{
		min-height: 175px;
	}
}
@media (min-width: 768px) {
    .product-gallery-mobile{
        display: none;
    }
}
.product-thumb-custom-home{
	min-height: 175px;
	/* padding: 15px 0 10px; */
}
.product-thumb-custom-home .caption .main-attr{
	margin: 6px 0 6px; 
}
.product-thumb-custom-home .btn-product-custom{
	right: 5px;
}

#common-home {
	overflow-x: hidden;
}

.sticky-header {
	background: white;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#cart-total {
	margin-left: 4px;
}


.product-right-specs--desktop {
	display: none;
}

.product-right-specs--mobile {
	display: flex;
}

.product-prices .price-big .h2 {
	font-size: 18px;
}

.product-gallery-mobile {
	width: 240px;
	margin: 0 auto;
	height: 340px;
	position: relative;
}

.product-gallery-mobile .new-slider {
	overflow: hidden;
}

.product-gallery-mobile .slick-slider > .slick-arrow:first-child {
	left: -17px;
}
.product-gallery-mobile .slick-slider > .slick-arrow:last-child {
	right: -17px;
}

.login-product-block {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: 175px;
}
.login-product-block img {
    width: 95px;
    padding-bottom: 5px;
}

.login-product-block a label {
	color: #000 !important;
}

@media (min-width: 768px) {
	#cart-total {
		margin-left: 0;
	}

	.product-right-specs--desktop {
		display: flex;
	}

	.product-right-specs--mobile {
		display: none;
	}

	.product-prices .price-big .h2 {
		font-size: 32px;
	}

	.product-gallery-mobile .new-slider {
		overflow: unset;
	}

	.product-gallery-mobile .slick-slider > .slick-arrow:first-child {
		left: 15px;
	}
	.product-gallery-mobile .slick-slider > .slick-arrow:last-child {
		right: 15px;
	}
}

@media (max-width: 478px) {
	.attributes-top .input-quantity {
		width: 100% !important;
	}
}

.categ-top-filter {
	position: relative;
	top: 0;
	z-index: 999;
	width: calc(100% + 30px);
	background: white;
}

#modal-ask .modal-content{
	padding: 20px 32px; 
}

#modal-ask #form-feedback .form-group{
	margin-bottom: 10px; 
}
#modal-ask #form-feedback .form-group textarea{
	max-height: 100px;
}


#modal-ask .modal-dialog{
	top: calc(50% + 40px);
    left: 50%;
    transform: translate(-50%, -50%) !important;
	max-height: calc(100vh - 100px);
}

.product-reviews-inner.flex{
	align-items: stretch;
}
.product-reviews-right{
	flex: 1;
	flex-grow: 1;
	overflow-y: visible;
	position: relative;
}
.product-reviews-right-sticky{
	top: 86px;
	position: sticky;
	max-height: calc(100vh - 86px);
	overflow-y: auto;
}

.modal{
	z-index: 99999999;
}

@media (max-width: 1280px) {
	.product-reviews-inner{
		flex-direction: column;
	}
	.product-reviews-inner > div,
	.product-reviews-inner > div:first-child {
		width: 100%;
		flex: 1 1 100%;
		min-width: 300px;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
}

.new_cart_notif{
	z-index: 999;
	position: absolute;
	bottom: -130px;
	right: 30px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column; 
	width: 100%;
	gap: 10px;
	max-width: min(calc(100% - 60px), 360px);
	min-height: 100px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

@media (max-width: 768px) {
	.new_cart_notif{
		max-width: calc(100% - 60px);
	}
}

.notiff_text{
	padding: 0 30px 0 0;
	margin: 0;
}

.notiff_text a {
	font-weight: bold;
}

.progressbar{
	width: 100%;
	height: 3px;
	background-color: #e7e7e7; 
	transition: background-color 300ms ease-in-out; 
	animation: notif_progress 7s forwards;
}
@keyframes notif_progress{
	0% {transform: scaleX(1)}
	100% {transform: scaleX(0)}
}
.notiff_close{
	border: none; 
	outline: none;
	line-height: 10px;
	padding: 8px;
	position: absolute;
	right: 10px; 
}

.btn.btn-default.unavailable {
	display: none!important;
}
.smol-prod {
	margin-bottom: 10px !important;
	border: 1px solid #d0d0d0;
	text-align: center;
	padding: 10px;
	border-radius: 4px;
}