html {
	font-size: 16px;
}
body {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .03125rem;
	font-size: 1rem;
	line-height: 1.125em;
	color: #340c0c;
	overscroll-behavior-y: contain;
	overflow-x: hidden;
}

@font-face {
	font-family: 'Vera Humana 95';
	src: url('/catalog/view/theme/char/font/veraHumana/VeraHumana95Bold.woff2') format('woff2'),
	url('/catalog/view/theme/char/font/veraHumana/VeraHumana95Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	/*color: #444;*/
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: 700;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
/*h1 {
	font-size: 38px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}*/

.h3, h3 {
	font-size: 1.25rem;
}

a {
	/*color: #23a1d1;*/
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #6e2132;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: .875rem;
	line-height: 1.0625rem;
	letter-spacing: .0275rem;
	font-weight: normal;
}
/*select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}*/
/*.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}*/

.form-control {
	font-size: 1rem !important;
	box-shadow: none;
	border-radius: 0;
	border-color: transparent;
	height: 44px;
	background-color: #f4f3f3;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.control-label {
	margin-bottom: 2px;
}
.form-group {
	margin-bottom: 2rem;
}
.nav-tabs {
	margin-bottom: 15px;
}

.form-horizontal .control-label {
	padding-top: 0;
}

input[type=checkbox], input[type=radio] {
	margin: 2px 0 0;
}

div.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
/*.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}*/
/* top */
/*#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}*/


#top {
	padding-block: .4rem;
	background-color: #fde8e0;
}

#top .inner {
	font-size: .875rem;
	text-align: center;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.header-icons {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
	align-items: center;
}

.header-icons-left {
	justify-content: flex-start;
}

.icon-action__icon {
	display: inline-flex;
	height: 34px;
	width: 34px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

svg.Icon.svg.Icon--useranimated {
	transform: translateY(-2px);
}

.Icon--useranimated .large-diamond,.Icon--useranimated .small-diamond {
	-webkit-animation-name: fadeInOutScale;
	animation-name: fadeInOutScale;
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

.Icon--useranimated .large-diamond {
	-webkit-transform-origin: 26px 10px;
	transform-origin: 26px 10px
}

.Icon--useranimated .small-diamond {
	-webkit-transform-origin: 3px 20px;
	transform-origin: 3px 20px;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

@media(prefers-reduced-motion) {
	.Icon--useranimated .large-diamond,.Icon--useranimated .small-diamond {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation: none;
		animation: none
	}
}

@-webkit-keyframes fadeInOutScale {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	4% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	8% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	12% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	16% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	24% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	28% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	32% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fadeInOutScale {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	4% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	8% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	12% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	16% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	24% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	28% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	32% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.header-icons-left + .col-xs-4 {
	padding: 0;
}

.NavigationHeader__MenuIcon {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-height: 2rem;
	margin-inline: -0.5rem;
}

.MenuIcon {
	padding: .5em;
	height: 2rem;
	cursor: pointer;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
}

.MenuIcon__lines {
	position: relative;
	width: 1rem;
	height: calc(1rem - .125rem);
}

.MenuIcon__line {
	background: currentColor;
	height: .063em;
	position: absolute;
	left: 50%;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.MenuIcon__line:first-of-type {
	top: 0
}

.MenuIcon__line:nth-of-type(2) {
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0)
}

.MenuIcon__line:nth-of-type(3) {
	top: auto;
	bottom: 0
}

.mm-ocd-opened .MenuIcon__line {
	top: 50%
}

.mm-ocd-opened .MenuIcon__line:first-of-type {
	-webkit-transform: translate3d(-50%,0,0) rotate(45deg);
	transform: translate3d(-50%,0,0) rotate(45deg)
}

.mm-ocd-opened .MenuIcon__line:nth-of-type(2) {
	left: .25rem;
	width: .063em;
	opacity: 0
}

.mm-ocd-opened .MenuIcon__line:nth-of-type(3) {
	-webkit-transform: translate3d(-50%,0,0) rotate(-45deg);
	transform: translate3d(-50%,0,0) rotate(-45deg)
}

/* logo */
#logo {
	max-width: 231px;
	margin: 15px auto 0 auto;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
/*#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}*/
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	border-radius: 0;
}
#cart .dropdown-menu {
	min-width: 100%;
	/* right: 15px; */
	/* top: 30px; */
	transform: translateY(15px);
	right: -15px;
}

.logo-two {
	width: 47px;
	height: 47px;
	margin-top: -12px;
	flex-shrink: 0;
	background: #fff;
	position: relative;
	border-radius: 50%;
	display: none;
}

.logo-two > div {
	z-index: 1;
	position: relative;
	animation: fade-in .3s ease-in-out 1 forwards;
}

.logo-two:before {
	content: '';
	display: inline-block;
	position: absolute;
	inset: 0;
	border-radius: 50%;
	width: 61px;
	height: 61px;
	-webkit-box-shadow: var(--monogram-box-shadow, 0 0 4px #fff);
	box-shadow: var(--monogram-box-shadow, 0 0 4px #fff);
	z-index: 1;
	top: -7px;
	left: -6px;
	background: #fff;
}

#menu {
	display: flex;
	justify-content: center;
}

.dropdown-menu.pull-right.account-dd {
	padding: 1.125rem;
	min-width: 290px;
	text-align: center;
	right: -11px;
	margin-top: 16px;
	cursor: default;
}

.account-dd .btn {
	margin: 15px 0 !important;
}

/*.dropdown-toggle:hover + .account-dd {
	display: block;
}*/

/*#cart:hover .dropdown-menu {
	display: block;
}*/

.account-dd .triangle,
#cart .triangle {
	position: absolute;
	top: -17px;
	right: 1.25rem;
	line-height: 1.5rem;
	z-index: 1001;
	color: #fff;
	text-shadow: 0 -2px 1px #eae6e6, 0 1px 0 #fff, -1px -1px 1px #eae6e6, -1px 1px 0 #fff, 1px -1px 1px #eae6e6, 1px 1px 0 #fff;
}

header {
	width: 100%;
	background: #fff;
	transition: transform .3s, -webkit-transform .3s;
}

header:before {
	display: none;
	position: absolute;
	content: "";
	width: 100%;
	height: 1rem;
	bottom: 100%;
	left: 0;
	background-color: #340c0c;
}

#cart .dropdown-toggle > button {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	border-radius: 50%;
	background: #000;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -.1rem;
	font-size: .875rem;
	line-height: 1em;
	text-transform: uppercase;
	border: 0;
	transform: translate(-9px, 4px);
	color: #fff;
	clip-path: polygon(.1em 0, 100% 0, 100% 100%, .1em 100%);
}

@media screen and (max-width: 991px) {
	#cart .dropdown-menu {
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	#logo {
		max-width: 150px;
	}
}
@media screen and (min-width: 992px) {
	header.is-sticky {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
		transform: translate3d(0, 1rem, 0);
	}

	header.is-sticky:before {
		display: block;
	}

	header.is-sticky #logo {
		display: none;
	}

	header.is-sticky #menu-line {
		height: 47px;
		padding-top: 10px;
	}

	header.is-sticky .vf-center {
		min-height: 0;
	}

	header.is-sticky .header-icons > .icon-action__icon {
		display: none !important;
	}

	header.is-sticky .header-icons #cart .dropdown-toggle {
		position: absolute;
		animation: fade-in .3s ease-in-out 1 forwards;
		border-left: 1px dotted #d6cece;
		right: 15px;
		z-index: 500;
		top: 6px;
		padding-left: 5px;
	}

	header.is-sticky #cart .dropdown-menu {
		min-width: 100%;
		top: 30px;
		transform: translateY(15px);
	}

	header.is-sticky .logo-two {
		display: block;
	}

	header.is-sticky #menu {
		gap: 1rem;
	}

	header.is-sticky #menu .nav > li > a {
		padding-bottom: 0.7rem;
	}
}

#cart svg.Icon {
	width: 1.4375rem;
	height: 1.4375rem;
}


@-webkit-keyframes fade-in {
	0% {
		opacity: .2
	}

	to {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: .2
	}

	to {
		opacity: 1
	}
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 400px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 15px 0 5px 0;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
/* menu */
#menu .nav {
	display: flex;
	align-items: center;
	width: 100%;
	/* justify-content: center; */
}

#menu .nav:first-of-type {
	justify-content: end;
}

#menu .nav>li {
	padding-inline: 1rem;
	position: static;
}

#menu .nav>li>a {
	text-decoration: none;
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	padding: 4px 0 .6rem;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid transparent;
}

#menu .nav>li>a:focus, #menu .nav>li>a:hover {
	background-color: inherit;
}

#menu .nav>li:focus>a, #menu .nav>li:hover>a {
	border-bottom-color: #340c0c;
}

#menu-line {
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}

#menu-line .dropdown-menu {
	inset-inline: 0;
	border-radius: 0;
	border: 0;
	box-shadow: 0px 9px 10px rgba(0, 0, 0, .175);
	border-top: 1px solid #f2f2f2;
}

#menu-line .dropdown-inner {
	max-width: 58.9375rem;
	margin: 1.5rem auto;
	display: flex;
	gap: 2rem;
	/* flex-grow: 1; */
}

#menu-line .dropdown-inner .list-unstyled a {
	text-decoration: none;
	padding: .45rem 0;
	display: inline-block;
}

#menu-line .dropdown-inner .list-unstyled a:hover {
	text-decoration: underline;
}

#menu-line .dropdown-inner .h4 {
	font-size: 16px;
}

.menu-products {
	display: flex;
	/* justify-content: space-between; */
	/* flex-grow: 1; */
	align-items: baseline;
	gap: 1.75rem;
}

.menu-products > div {
	display: flex;
	text-align: center;
	max-width: 165px;
	flex-direction: column;
	justify-content: flex-start;
}

.menu-products > div a {
	text-decoration: none;
}

.menu-products > div a:hover {
	opacity: .8;
}

.menu-products > div a .h4 {
	font-size: .875rem;
	font-weight: normal;
	display: block;
	margin-bottom: 4px;
}

.menu-products > div a .h4.sub {
	font-size: .875rem !important;
	opacity: .5;
	display: block;
}

	/*#menu {
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
        border-color: #1f90bb #1f90bb #145e7a;
        min-height: 40px;
    }
    #menu .nav > li > a {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        padding: 10px 15px 10px 15px;
        min-height: 15px;
        background-color: transparent;
    }
    #menu .nav > li > a:hover, #menu .nav > li.open > a {
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-menu {
        padding-bottom: 0;
    }
    #menu .dropdown-inner {
        display: table;
    }
    #menu .dropdown-inner ul {
        display: table-cell;
    }
    #menu .dropdown-inner a {
        min-width: 160px;
        display: block;
        padding: 3px 20px;
        clear: both;
        line-height: 20px;
        color: #333333;
        font-size: 12px;
    }
    #menu .dropdown-inner li a:hover {
        color: #FFFFFF;
    }
    #menu .see-all {
        display: block;
        margin-top: 0.5em;
        border-top: 1px solid #DDD;
        padding: 3px 20px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 3px 3px;
        font-size: 12px;
    }
    #menu .see-all:hover, #menu .see-all:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
    }
    #menu #category {
        float: left;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }
    #menu .btn-navbar {
        font-size: 15px;
        font-stretch: expanded;
        color: #FFF;
        padding: 2px 18px;
        float: right;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
        border-color: #1f90bb #1f90bb #145e7a;
    }
    #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
        color: #ffffff;
        background-color: #229ac8;
    }
    @media (min-width: 768px) {
        #menu .dropdown:hover .dropdown-menu {
            display: block;
        }
    }
    @media (max-width: 767px) {
        #menu {
            border-radius: 4px;
        }
        #menu div.dropdown-inner > ul.list-unstyled {
            display: block;
        }
        #menu div.dropdown-menu {
            margin-left: 0 !important;
            padding-bottom: 10px;
            background-color: rgba(0, 0, 0, 0.1);
        }
        #menu .dropdown-inner {
            display: block;
        }
        #menu .dropdown-inner a {
            width: 100%;
            color: #fff;
        }
        #menu .dropdown-menu a:hover,
        #menu .dropdown-menu ul li a:hover {
            background: rgba(0, 0, 0, 0.1);
        }
        #menu .see-all {
            margin-top: 0;
            border: none;
            border-radius: 0;
            color: #fff;
        }
    }*/
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	background-color: #fff;
	/* border-top: 1px solid #ddd; */
	color: #340c0c;
	padding: 40px;
	box-shadow: 0 -1px 3px 1px rgba(0, 0, 0, .1);
	margin-top: 40px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #340c0c;
	text-decoration: underline;
}
footer a:hover {
	opacity: .8;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.PageFooter_PageFooter__quote-container {
	background-color: #f5f3f3;
	font-size: .6875rem
}

.PageFooter_PageFooter__quote-container .flex-con {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding-inline: 40px;
	padding-block: 5px;
	gap: 40px;
}

.PaymentLogos.list-inline {
	align-items: center;
	display: flex;
	gap: 8px 16px;
	flex-wrap: wrap;
}

.PaymentLogos li {
	height: 1.25rem;
	padding: 0;
}

.PaymentLogos li img {
	height: 100%;
}

.PageFooter_PageFooter__policy-container {
	margin-top: 2rem;
}

.PageFooter_PageFooter__policy-container p {
	margin-bottom: .05rem;
}

.Policy li {
	position: relative;
}

.Policy li:before {
	content: "";
	position: absolute;
	left: -.125rem;
	top: 50%;
	width: .0625rem;
	height: .625rem;
	background: #340c0c;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.Policy li:first-child:before {
	display: none;
}

.PageFooter_PageFooter__quote-container a {
	color: #340c0c;
	text-decoration: underline;
}

.PageFooter_FooterLinkGroupContainer h2 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .03125rem;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 0;
}

.NewsletterSignup__title {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .03125rem;
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.PageFooter_FooterLinkGroupContainer ul {
	list-style: none;
	padding-left: 0;
}

.PageFooter_FooterLinkGroupContainer li {
	margin-top: 1.5rem;
	font-size: .875rem;
}


.PageFooter_FooterLinkGroupContainer li a {
	text-decoration: none;
}

.PageFooter_Newsletter__2RmHI {
	flex-grow: 1;
	justify-content: center;
	display: flex;
	border-left: 1px solid #d6cece;
}

.SocialMediaBar_SocialMediaBar__jaTe7 {
	position: relative;
	height: 3rem;
	/* width: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background: #fff;
}

.SocialMedia {
	position: relative;
	z-index: 1;
	list-style-type: none;
	width: 100%;
	text-align: center;
	/* margin-left: 0; */
	padding-left: 0;
	/* margin: 0 -15px; */
}

.SocialMedia li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 3rem;
}

.NewsletterSignup__field-wrapper {
	display: flex;
	flex-direction: column-reverse;
}
.NewsletterSignup__signup-text {
	font-size: .875rem;
	line-height: 1.143em;
	margin-top: .75rem;
	margin-bottom: 1.5rem;
	padding: 0;
}

.NewsletterSignup__unsubscribe-text {
	font-size: .75rem;
	letter-spacing: .03125rem;
	line-height: 1.166em;
	margin-bottom: 0;
}


@media screen and (min-width: 900px) and (max-width: 1199px) {
	.NewsletterSignup form {
		max-width: none;
		padding: 2rem 6rem 2rem 3rem;
	}
}


@media screen and (max-width: 1199px) {
	.PageFooter_PageFooter__quote-container .flex-con {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-inline: 0;
		padding-block: 5px;
	}

	.PaymentLogos.list-inline {
		justify-content: center;
	}

	.footer-flex-row {
		display: flex;
		flex-direction: column-reverse;
	}

	footer {
		padding: 30px 0;
	}

	.PageFooter_Newsletter__2RmHI {
		background: #fff5f3;
		margin: -30px -15px 30px;
		padding: 30px 15px 0;
		border-left: none;
	}

	.SocialMediaBar_SocialMediaBar__jaTe7 {
		background: #f5f3f3;
		margin: 20px -15px 0;
		padding-top: 14px;
	}

	.NewsletterSignup__social  img {
		height: 1.5rem;
		width: 1.5rem;
	}

}

@media screen and (min-width: 768px) {
	.PageFooter_FooterLinkGroupContainer > .fa {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.PageFooter_FooterLinkGroupContainer li {
		margin-top: 1rem;
		font-size: .875rem;
	}

	.PageFooter_FooterLinkGroupContainer ul {
		display: none;
	}

	.PageFooter_FooterLinkGroupContainer  {
		padding: 1rem .25rem .3rem 0;
		border-top: 1px solid #d6cece;
	}

	.PageFooter_FooterLinkGroupContainer.active ul {
		display: block;
	}

	.PageFooter_FooterLinkGroupContainer > .fa {
		position: absolute;
		right: 15px;
		margin-top: -25px;
		font-size: 10px;
	}

	.PageFooter_FooterLinkGroupContainer.active > .fa {
		transform: rotate(180deg);
	}
}

@media screen and (min-width: 1200px) {
	.PageFooter_PageFooter__signature-wrapper {
		padding-right: 5.5rem;
	}

	.PageFooter_PageFooter__signature-wrapper img {
		height: 10.9375rem;
	}

	.PageFooter_Newsletter__2RmHI article {
		max-width: 390px;
	}

	.well form {
		padding-top: .75rem;
	}

	.log-wrap-in-reg {
		order: -1;
	}
}

.PageFooter_Newsletter__2RmHI .form-row {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
/*.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/

.breadcrumb {
	padding: .75rem 0;
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
}

.breadcrumb a {
	text-decoration: none;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
/*.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}*/
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: 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;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.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-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-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-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.CategoryBoxGroup {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	padding: 0;
}

.CategoryBox {
	flex-basis: 265px;
	margin-bottom: 0;
}

.CategoryBox img {
	max-width: 100%;
}

.CategoryBox__title {
	font-family: 'HelveticaNeue Cond';
	text-align: center;
	margin: 0;
	padding: 1rem .5rem;
	font-style: normal;
	letter-spacing: .03125rem;
	font-size: 1.125rem;
	text-transform: uppercase;
}

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

	.CategoryBoxGroup {
		margin-inline: -15px;
	}

	.CategoryBoxGroup .CategoryBox {
		flex: 0 1 45%;
	}
}

@media screen and (min-width: 1200px) {

	.CategoryBox {
		max-width: 21%;
		flex: 1 1;
	}

	.CategoryBoxGroup {
		margin: 3rem 0;
	}
}

/*.CompactCarousel {
	display: flex;
	gap: 1rem;
}*/

/*.ProductCardList__item {
	width: 250px;
}*/

.ContentSection--skincareGrey5Background {
	background-color: #f5f5f5;
	color: #340c0c;
	padding-block: 2rem;
}

.c-page__container + footer,
.c-page__wrapper + footer,
.ContentSection--skincareGrey5Background + script + footer,
.ContentSection--skincareGrey5Background + footer {
	margin-top: 0;
}

.ProductImage img {
	max-width: 100%;
}

.ProductCardList__item,
.ProductImage {
	position: relative;
}

.ProductImage__rollover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

.ProductListing__CompactCarousel__title {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	font-style: normal;
	letter-spacing: .03125rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 2rem;
	text-align: center;
}

.Badge__label {
	background: #fde8e0;
	padding: .35rem 1.1rem .25rem 1.1rem;
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .03125rem;
	font-size: .875rem;
	color: #6e2132;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
	line-height: 1rem;
	min-height: 1.5rem;
	margin-bottom: .75rem;
}

.Badge__label:empty {
	visibility: hidden;
}

.ProductCard__title {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	padding: 0 1rem;
	text-transform: uppercase;
	font-size: 1rem;
	/*font-weight: bold;*/
}

.ProductCard__subtitle {
	display: block;
	margin: .75rem 0;
	color: #856d6d;
	font-size: .875rem;
	font-weight: normal;
}

.ProductCardWishlist__add-to-wishlist {
	position: absolute !important;
	top: .5rem;
	right: 1.25rem;
	background-color: hsla(0, 0%, 100%, .75);
	height: 1.875rem;
	width: 1.875rem;
	border-radius: 30px;
	border-color: transparent;
}

.ProductCardWishlist__add-to-wishlist .fa {
	font-size: 16px;
	transform: translate(-1px, 2px);
}

.ProductCard__price {
	/*font-family: 'HelveticaNeue Cond', Arial, sans-serif;*/
/*	font-weight: 400;
	font-style: normal;*/
	letter-spacing: .03125rem;
	font-size: .875rem;
	line-height: 1em;
	text-transform: uppercase;
	color: #340c0c;
	display: flex;
	align-items: flex-end;
	margin: 0 1rem;
}

.btn-primary {
	background: none;
	cursor: pointer;
	position: relative;
	height: 2.75rem;
	padding: 0 .688em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: .063rem solid var(--custom-button-border-color, #340c0c);
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	font-style: normal;
	letter-spacing: .03125rem;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1rem;
	color: inherit;
	line-height: 1;
	min-width: 140px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #6e2132;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
	background-color: #340c0c;
}

.ProductCard__cta {
	margin: 1rem;
}

.ProductCard {
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.ProductCard__content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.ProductCard__link {
	flex-grow: 1;
	text-decoration: none !important;
}

del + .DisplayPrice__price {
	text-decoration: none;
	margin-left: 10px;
	color: red;
}

.ProductCard .ProductImage img {
	transition: all .2s ease;
}

.ProductImage--can-rollover:hover .ProductImage__primary {
	opacity: 0;
}

.ProductImage--can-rollover:hover .ProductImage__rollover {
	opacity: 1;
}

.tooltip {
	font-family: inherit;
}

.splide__arrow {
	top: -25px;
	background: transparent !important;
}

.splide__arrow--prev {
	left: auto;
	right: 4rem;
}

@media screen and (max-width: 767px) {
	.CompactCarousel {
		margin-inline: -15px;
	}
}

/*
.CompactCarousel .Rails__items .Rails__item .ProductCardList__item .ProductCard__content {
	text-align: left;
	min-height: 20.3125rem;
}

@media screen and (min-width: 1200px) {
	.CompactCarousel .Rails__items .Rails__item .ProductCardList__item {
		width: 11.6875rem;
	}
}*/

.cf-100 {
	max-width: 100rem;
}

.product-items {
	display: flex;
	flex-wrap: wrap;
}

.product-items .ProductCardList__item {
	flex-grow: 0;
	padding: 0 .75rem;
	margin: 1rem 0;
}

.product-items  .ProductCard__title,
.product-items  .ProductCard__price,
.product-items  .ProductCard__cta {
	margin-inline: 0;
	padding-inline: 0;
}

.category-list {
	display: flex;
	gap: 1.5rem;
	margin: 1.5rem -15px;
	overflow: auto;
	padding-inline: 15px;
}

.subcat-thumb {
	width: 5.5rem;
	flex-grow: 0;
	text-align: center;
	font-size: .875rem;
	line-height: 1.14;
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	text-transform: uppercase;
	flex-shrink: 0;
}

.CategoryBox__content-wrapper,
.subcat-thumb a {
	text-decoration: none;
}

.CategoryBox__title--white {
	color: #fff;
}

.subcat-thumb img {
	margin-bottom: .75rem;
	border-radius: 50%;
}

.link-toggle {
	cursor: pointer;
	text-decoration: underline;
	line-height: 1;
}

.product-items .ProductCardList__item {
	width: 20%;
}

.vf-center {
	display: flex;
	align-items: center;
}

header .vf-center {
	min-height: 84px;
}

@media screen and (max-width: 991px) {
	.product-items .ProductCardList__item {
		width: 25%;
	}

	.product-items h1 {
		font-size: 40px;
	}

	header {
		box-shadow: 0 0 .25rem 0 rgba(52, 12, 12, .2);
	}
	.breadcrumb {
		margin-bottom: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#logo {
		margin-top: 0;
	}
}

@media screen and (min-width: 992px) {
	.listing-main {
		text-align: center;
	}

	.category-list {
		justify-content: center;
	}

	.ProductListHeaderContent {
		max-width: 42.5rem;
		margin-inline: auto;
	}

	.header-icons-left .icon-action__icon {
		display: none;
	}

	.icon-action__icon.hidden-sm {
		display: inline-flex !important;
	}

}

@media screen and (max-width: 768px) {
	.product-items .ProductCardList__item {
		width: 33.3333333333%;
	}

	header .vf-center {
		min-height: 56px;
	}
}

@media screen and (max-width: 599px) {
	.product-items {
		gap: 0 1rem;
		margin-inline: -7px;
	}

	.product-items .ProductCardList__item {
		width: calc(50% - .5rem);
		padding: 0;
	}

	#logo {
		transform: scale(1.1);
	}
}

.c-page__wrapper {
	background-color: #f5f3f3;
}

.c-page__wrapper > .container {
	padding-block: 5rem;
	max-width: 1024px;
}

.c-page {
	display: flex;
	gap: 1rem;
}

.account-simpleregister .c-page {
	gap: .5rem;

}

.well {
	background-color: #fff;
	flex-basis: 50%;
	border-radius: 0;
	border: 0;
	padding: 3rem;
	box-shadow: none;
}

@media screen and (max-width: 1199px) {
	.c-page__wrapper {
		background-color: transparent;
	}

	.c-page {
		flex-direction: column;
		align-items: center;
		max-width: 500px;
		margin-inline: auto;
	}

	.well {
		width: 100%;
		padding: 0;
		flex-grow: 1;
	}

/*	.well h2 {
		margin-bottom: 0;
	}*/

	.c-page__wrapper > .container {
		padding: 15px;
	}

	.well+ .well {
		border-top: 2px solid #6e2132;
		padding-top: 2.5rem;
	}
}

.btn.btn-default,
.btn.btn-secondary {
	font-weight: 400;
	font-style: normal;
	letter-spacing: .03125rem;
	font-size: 1.125rem;
	margin: 0;
	/* height: 2.75rem; */
	/* padding: 0 .688em; */
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: none;
	border-color: transparent;
	background: #340c0c;
	color: #fff;
	text-decoration: none;
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	line-height: 1;
	height: 2.75rem;
	padding: 0 .688em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn.btn-default:hover,
.btn.btn-secondary:hover {
	background-color: #6e2132;
}

.btn.btn-default {
	font-size: 1rem;
	border-radius: 4px;
}

.well .btn {
	margin-block: 2rem;
}

.form-control:focus {
	border-color: #340c0c;
	box-shadow: none;
}

ul.list-unstyled.list-stars li {
	letter-spacing: .03125rem;
	margin-bottom: .5rem;
	padding-bottom: 1rem;
	list-style: none;
	position: relative;
	padding-left: 1.25rem;
}

ul.list-unstyled.list-stars {
	margin-block: 1rem 0;
}

ul.list-unstyled.list-stars li:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.55212 0C6.55212 0.69618 6.47915 1.33345 6.36447 1.90646C5.2907 7.17065 0 7.45448 0 7.45448C0 7.45448 5.28548 7.80793 6.2915 13.0882C6.40096 13.6612 6.4583 14.2985 6.45309 14.9946H6.44787C6.44787 14.2985 6.52085 13.6612 6.63552 13.0882C7.7093 7.81864 12.9948 7.54016 12.9948 7.54016C12.9948 7.54016 7.7093 7.18672 6.70329 1.90646C6.59382 1.33345 6.53649 0.69618 6.5417 0' fill='%23340C0C'/%3E%3C/svg%3E%0A");
	display: inline-block;
	height: .9375rem;
	width: .875rem;
	margin-right: .625rem;
	margin-top: .125rem;
	position: absolute;
	top: 0;
	left: 0;
}

.btn,
.list-group-item {
	text-decoration: none;
}

.well h2 {
	margin-bottom: 20px;
}

.log-wrap-in-reg p {
	font-size: 1rem;
	color: #340c0c;
	letter-spacing: .0375rem;
	line-height: 1.38;
	margin: 1.5rem 0 2rem;
}

.container-product {
	width: 100%;
	max-width: 1269px;
}

.product-row h1 {
	font-size: 32px;
	margin-bottom: 0;
}

.product-row .Badge__label {
	display: inline-block;
}

.product-row h1 + .h3 {
	color: #856d6d;
	font-weight: normal;
}

.product-row {
	margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
	.product-row {
		display: flex;
	}

	div#mcv-wrap {
		position: sticky;
		top: 90px;
		display: flex;
		flex-direction: row-reverse;
		gap: .5rem;
	}

	.product-row > .col-md-4 {
		width: 388px;
	}


}

@media screen and (max-width: 991px) {
	div#main-carousel {
		margin: 0 -15px 1rem;
	}

	.product-row h1 {
		font-size: 26px;
	}

}

li.price {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.01rem;
	font-weight: bold;
	margin-block: 1.5rem 1rem;
}

button#button-cart {
	margin-top: 1.5rem;
}

.old-price {
	text-decoration: line-through;
	margin-right: .5rem;
	opacity: .5;
}

.old-price + span {
	color: red;
}

.main-prod-info {
	margin-top: 1rem;
}

.Button__content {
	text-decoration: underline;
	cursor: pointer;
}

.IconList_IconList__icon__1X9_a {
	display: inline;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: .5rem;
}

.IconList_IconList__items__eGXBg li > div {
	display: flex;
	padding: .375rem 0;
	align-items: center;
	font-size: 14px;
}

.panel-group .panel {
	border-radius: 0;
	border: 0;
	box-shadow: none;
}

.panel-default>.panel-heading {
	padding-inline: 0;
	background-color: transparent;
	border-top: 1px solid #d6cece;
	position: relative;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	padding-inline: 0;
	border: 0;
}

#prod-acc .panel-default>.panel-heading {
	cursor: pointer;
}

#prod-acc .panel-body img {
	max-width: 100%;
	margin-bottom: 1rem;
}

#prod-acc .panel-body ul {
	list-style: none;
	padding-left: 0;
}

#prod-acc ul li {
	padding-bottom: 1rem;
	list-style: none;
	position: relative;
	padding-left: 1.25rem;
}

#prod-acc ul li:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.15997 7.11897L3.17054 13.4042L0.159973 7.15066L3.14941 0.949951L6.15997 7.11897Z' fill='%233A080A'/%3E%3C/svg%3E%0A");
	display: inline-block;
	height: .9375rem;
	width: .875rem;
	margin-right: .625rem;
	margin-top: .125rem;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.panel-title {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	font-size: 1.25rem;
	text-transform: uppercase;
	padding-top: 8px;
}

.panel-default:first-of-type>.panel-heading {
	margin-top: 1rem;
	border-top: 0;
}

.panel-title i.fa {
	position: absolute;
	right: 0;
	font-size: 10px;
	transition: all .1s ease;
}

[aria-expanded="true"] .panel-title i.fa {
	transform: rotate(-180deg);
}

.swatch {
	display: inline-block;
	width: 58px;
	height: 58px;
	background-size: cover;
	border: 2px solid #fff;
}

.cus-radio {
	background-color: #f4f3f3;
	padding: 1rem .5rem;
	margin: 0 auto .5rem;
}

.cus-radio > label {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: .5rem;
}

.cus-radio [type="radio"] {
	display: none;
}

.cus-radio-inner {
	display: flex;
	gap: 2px 5px;
	flex-wrap: wrap;
}

.cus-radio-inner .radio {
	margin: 0;
	padding: 0;
}

.cus-radio-inner label {
	margin: 0;
	padding: 0;
}

.cus-radio-inner [type="radio"]:checked + .swatch {
	outline: 2px solid #340c0c;
}

.splide__track--nav>.splide__list>.splide__slide {
	border-width: 1px !important;
}

#main-carousel .splide__slide img {
	width: 100%;
}

.splide__arrows--ttb .splide__arrow--prev {
	top: -1em;
	background: #fff !important;
	border-radius: 0;
	border: 1px solid;
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: -1em;
	background: #fff !important;
	border-radius: 0;
	border: 1px solid;
}

#thumbs-wrap .splide__arrow:disabled {
	opacity: 0;
	pointer-events: none;
}

/*.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 1px solid #333;
}*/

/*
.splide__track--nav>.splide__list>.splide__slide.is-active img {
	border: 1px solid #333;
	box-sizing: border-box;
}*/

.related-ing .h4 {
	margin-top: .5rem;
	margin-bottom: 0;
	font-weight: normal;
}

.ings-wrap {
	margin-top: 1.5rem;
}

.ings-wrap .splide__arrows {
	transform: translateX(20px);
}

#perelink-select {
	margin-block: 1rem;
}

.div-as-sel {
	position: relative;
}

.div-as-sel .h4 {
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.div-as-sel .text-nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
}

.ds-heading {
	letter-spacing: .03125rem;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 2.75rem;
	padding: .5rem 2.25rem .5rem 1rem;
	border: 1px solid #ae9e9e;
	background-color: #fff;
	outline: none;
	cursor: pointer;
	gap: .5rem;
}

.ds-content a {
	border: none;
	text-decoration: none;
	letter-spacing: .03125rem;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 2.75rem;
	padding: .5rem 2.25rem .5rem 1rem;
	background-color: #fff;
	outline: none;
	cursor: pointer;
	gap: .5rem;
}

.ds-content a:hover {
	background-color: #f5f3f3;
}

.div-as-sel .fa {
	position: absolute;
	right: 15px;
	font-size: 12px;
}

.ds-content {
	border: 1px solid #ae9e9e;
	position: absolute;
	margin-top: -1px;
	inset-inline: 0;
	display: none;
	z-index: 2;
}

.ds-heading.active + .ds-content {
	display: block;
}

#perelink-images {
	display: flex;
	gap: 2px;
	margin-left: -2px;
	flex-wrap: wrap;
}

#perelink-images a {
	display: block;
}

a.swatch:hover {
	outline: 2px solid #aaa;
}

a.swatch.active {
	outline: 2px solid #340c0c;
}

.main-image video {
	width: 100%;
}

#thumbs-wrap .fa-play-circle-o {
	position: absolute;
	inset: 50%;
	font-size: 30px;
	transform: translate(-15px, -15px);
}

#cart .table tr td {
	border-top: none;
}

#cart .table [colspan="3"] {
	border-bottom: 1px solid #eee;
	padding-top: 0;
}

#cart .table a {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	font-size: 16px;
}

.cart-minfo {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	display: flex;
	justify-content: space-between;
	margin: 15px;
	text-transform: uppercase;
	font-size: 18px;
}

.cart-minfo span {
	color: rgb(133, 109, 109);
}

.cart-minfo > div + div {
	text-align: right;
}

.cart-minfo .h3 {
	font-weight: normal;
	font-size: 24px;
}

#search .btn {
	border-color: #340c0c;
	background-color: transparent;
	border-radius: 0;

	position: absolute;
	top: 27px;
	border: 0;
	padding: 10px 15px ! IMPORTANT;
}

#search input {
	border-color: #340c0c;
	background-color: transparent;
	border-radius: 0;
	padding-left: 40px !important;
}

#search-wrapper {
	padding-block: 25px 15px;
	border-bottom: 1px solid #f2f2f2;
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 3;
}

.pagination-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: unset;
	padding: 6px;
	margin-left: 0;
	line-height: 1.42857143;
	color: #340c0c !important;
	text-decoration: none;
	background-color: #fff !important;
	border: 1px solid #340c0c;
	border-radius: 0 !important;
	min-width: 36px;
	display: inline-block;
	text-align: center;
}

#prod-acc {
	scroll-margin-top: 180px;
}

@media screen and (min-width: 600px) {
	body.account-wishlist .product-items .ProductCardList__item {
		width: 33.3%;
	}
}

@media screen and (min-width: 992px) {
	body.account-wishlist .product-items .ProductCardList__item {
		width: 25%;
	}
}

body.checkout-simplecheckout,
body.checkout-cart {
	background: #f4f3f3;
}

.nub-wrap,
.ww-wrap {
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 30px;
}

.nub-wrap {
	padding-block: 0;
}

.ww-wrap h1 {
	font-weight: normal;
	font-size:1.5rem;
}

.ww-wrap h2 {
	font-weight: normal;
	font-size: 1.25rem;
	border-bottom: 1px solid #340c0c;
	padding-bottom: .25rem;
	margin-bottom: 1.8rem;
}

.ww-wrap .panel-heading,
.ww-wrap .panel-body {
	padding: 0;
	border: 0;
	margin: 0 !important;
}

.ww-wrap .panel {
	background-color: #f5f3f3;
	margin: 0 0 1rem 0 !important;
	padding: 1rem !important;
	border: 0;
}

.ww-wrap .panel-heading .accordion-toggle {
	display: flex;
	align-items: center;
	gap: .75rem;
	font-size: .875rem;
	line-height: 1.2;
	cursor: pointer;
}

.ww-wrap .panel-heading .accordion-toggle img {
	max-width: 30px;
}

.ww-wrap .panel-heading .accordion-toggle .fa {
	margin-left: auto;
}

.ww-wrap .panel-body  {
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.25;
	padding-top: 1rem;
}

.ww-wrap .panel-body .input-group {
	display: flex;
	gap: .75rem;
	margin-top: 1rem;
}

body.checkout-cart .btn-default,
body.checkout-cart .btn-primary {
	min-width: unset;
	border-radius: 0;
}

.ww-wrap .panel-body .form-control {
	background-color: #fff;
	border: 1px solid #ae9e9e;
	font-size: .875rem !important;
	border-radius: 0;
}

.tot-table {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	color: #856d6d;
	width: 100%;
}

.tot-table tr td {
	padding: 8px 0;
}

.tot-table tr td.text-nowrap {
	text-align: right;
}

.tot-table tr:last-child td {
	color: #000;
	font-size: 1.25rem;
}

.cart-tbl {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;

}

.cart-tbl a {
	text-decoration: none;
	font-weight: 700;
}

@media screen and (min-width: 600px) {
	.cart-tbl td:first-child {
		width: 170px;
	}

	body.checkout-simplecheckout .cart-tbl td:first-child {
		width: 120px;
	}

}

.cart-tbl td div {
	margin-top: 3px;
	font-size: 85%;
}

.cart-tbl>tbody>tr>td, .cart-tbl>tbody>tr>th {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid transparent;
	padding-block: 1rem;
}

.cart-tbl>tbody>tr:last-child>td, .cart-tbl>tbody>tr:last-child>th {
	border-bottom: none;
}

.cart-tbl ul {
	padding-left: 1rem;
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	text-transform: none;
}

.ww-wrap ul.PaymentLogos.list-inline {
	margin: 1rem 0 0;
}

@media only screen and (max-width:599px) {
	.nub-wrap,
	.ww-wrap,
	.simplecheckout-button-block,
	.simplecheckout-left-column,
	.simplecheckout-right-column {
		padding: 0 !important;
	}

	body.checkout-simplecheckout, body.checkout-cart {
		background: #fff;
	}
}

.splide__slide .ProductCardWishlist__add-to-wishlist {
	right: 0.65rem;
}

.main-pr-wl {
	position: relative;
	padding-right: 2.2rem;
}

.main-pr-wl .ProductCardWishlist__add-to-wishlist {
	top: -5px;
	right: 0;
}

.main-pr-wl .ProductCardWishlist__add-to-wishlist .fa {
	font-size: 18px;
}

#menu-mob .h4 {
	display: none !important;
}

/*.info-wrap {
	background-image: url('/catalog/view/theme/char/image/background.f8369309.jpg');
	background-size: cover;
	background-position: 50%;
	height: 19.125rem;
}*/

.info-wrap {
	position: relative;
	padding-inline: 1rem;

}

.Help__hero {
	background-image: url('/catalog/view/theme/char/image/background.f8369309.jpg');
	background-size: cover;
	background-position: 50%;
	height: 19.125rem;
}

.Help__hero, .Help__hero:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.Help__hero:after {
	content: "";
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(5%, #fff), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(0deg, #fff 0, #fff 5%, hsla(0, 0%, 100%, 0));
}

.info-wrap .container {
	background-color: #fff;
	position: relative;
	transform: translateY(3.3125rem);
	max-width: 72.1875rem;
	margin-bottom: 6.6rem;
}

.info-wrap .container h1 {
	font-weight: normal;
	font-size: 2rem;
	margin-top: 1.5rem;
}

.info-wrap .sidebar {
	background: #f4f1f1;
	margin-left: -15px;
}

.info-wrap .sidebar .nav-stacked {
	padding-block: 1.25rem;
}

.info-wrap .sidebar .nav-stacked a {
	font-family: 'HelveticaNeue Cond', Arial, sans-serif;
	text-transform: uppercase;
	padding-block: 0.275rem;
	text-align: right;
	text-decoration: none;
}

.info-wrap .container h2 {
	font-weight: normal;
	font-size: 1.5rem;
}

.write-to-us {
	padding: 1rem;
}

@media only screen and (max-width:599px) {
	.write-to-us {
		padding: 1rem 0;
	}
}

.write-to-us label {
	font-weight: bold;
}


.write-to-us .form-input {
	margin-bottom: 1rem;
}

.pi-center {
	justify-content: center;
	padding-block: 2rem;
	padding-inline: 14px;
	margin: 0;
}

.pi-center .ProductCardList__item {
	max-width: 274px;
}

@media (min-width: 768px) {
	.CategoryBoxGroup.bc-2 {
		padding-inline: 1rem;
	}
}

.module-fragland {
	display: flex;
	flex-direction: column;
}

svg.Icon.svg.MagicSlot__icon.Icon--starleft {
	/* position: absolute; */
	margin-left: 5px;
	margin-top: -10px;
	transform: translateY(5px);
	margin-right: -2px;
}

svg.Icon.svg.MagicSlot__icon.Icon--starleft  g  {
	fill: #8c7e7d;
}

#menu .nav:first-of-type li:first-of-type a {
	color: #8c7e7d;
	white-space: nowrap;
}

.Alert {
	font-size: .875rem;
	padding: .75rem;
	border: 1px solid;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-shadow: inset 0 0 20px 5px hsla(0, 0%, 100%, .4);
	box-shadow: inset 0 0 20px 5px hsla(0, 0%, 100%, .4);
	word-break: break-word;
}

.Alert--error .Alert__icon {
	padding-right: 1rem;
}

.Alert--error .Alert__message {
	display: block;
}

.Alert--error {
	color: #ce2e2e;
	background: rgba(206, 46, 46, .05);
}

body.mm-ocd-opened .mm-ocd {
	top: 111px;
}

body.mm-ocd-opened header {
	position: fixed;
	top: 0;
	z-index: 2;
}