/*css variables .OK*/
:root {
	--color-1: #1d252d;
	--color-2: #cbc3bb;
	--white: #fff;
	--gray: #787878;
	--background: #f8f8f8;
	--stroke-1: #ebebeb;
	--browser-ui-dark-bg: rgba(61, 61, 61, 0.94);
}

/*lazy load fix .OK*/
img.lazy:not([src]),
img:not([src]){
	opacity:0;
}

/*blue shadow fix .OK*/
*{
	outline: none !important;
}
.btn:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
[type="button"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* DEFAULT LINK .FALSE
-------------------------------------------------- */
a{
	font-family: 'Outfit', sans-serif;
	color:var(--color-1);
	text-decoration:none;
	outline:none;
}
a:hover{
    color:var(--gray);
	text-decoration:none;
}
a:focus{
	color:inherit;
	text-decoration:inherit;
} 


/* BODY .FALSE
-------------------------------------------------- */
body{ 
	font-family: 'Outfit', sans-serif;
    font-weight: 400;
	font-size:14px;
	color:var(--color-1);
	padding-top:inherit;
	padding-top:200px; /*navbar-custom -> height*/
}
body.transparent {
	padding-top:inherit !important;
}



/* HEADER .FALSE
-------------------------------------------------- */
/*header*/
header{
	position:relative;
	background: var(--white);
	border-bottom: 1px solid var(--stroke-1);
}
body.transparent:not(.hover):not(.opened) header:not(.sticky){
	background:transparent;
	border-bottom-color:transparent;
}
body.transparent:not(.opened) header:not(.sticky):hover:before{
	z-index:0;
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:202px; /*max header height*/
	background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
	opacity:0.9;
}
body.transparent.info-box-open:not(.opened) header:not(.sticky):hover:before{
	top:38px; /*header info box fix*/
}
/*transition*/
header .navbar-custom,
header .navbar-custom .navbar-brand,
body.white-navbar header .navbar-custom .navbar-brand svg path,
header.sticky .navbar-custom .navbar-nav > .nav-item > .nav-link
{
	transition: all 0.7s;
}
/*header-top*/
header .header-top {
	position:relative; /*modal bug fix*/
}
header.sticky .header-top {
	display:none;
}
header .header-top .wrap{
	z-index:2;
	position:absolute;
	top: 17px;
	right: 12px;
	left: 12px;
}
/*header icons*/
header .btn-svg{
	margin:0 15px 0 15px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 27px;
	letter-spacing: normal;
	text-align: left;
	color: #b5b5b5;
}
header .btn-svg:hover,
header .language-button:hover{
	color: var(--color-1);
}
header .btn-svg svg path{
	fill:#1D252D;
	fill-rule: evenodd;
}
header .btn-svg:hover svg path{
	fill:var(--color-1);
}
header .btn-svg span{
	padding-left:5px;
}
/*cart(desktop)*/
header .cart-button{
	position:relative;
}
header .cart-button sup {
    position:absolute;
    top: 9px;
	left: 2px;
	width:18px;
    vertical-align: baseline;
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: -0.22px;
	text-align: center;
	color: #1D252D;
}
/*navbar-custom*/
header .navbar-custom {
	min-height: 52px;
	padding-top:0;
	padding-bottom:0;
	background: transparent !important;
	border:none;
}
header .navbar-custom .header-navbar-left{
	padding-right: 36px;
}
header .navbar-custom .header-navbar-right{
	padding-left: 36px;
}
/*navbar-brand*/
header .navbar-custom .header-navbar-brand {
	z-index:1999;
	padding:32px 0 34px 0;
	text-align:center; /*logo center*/
}
header.sticky .navbar-custom .header-navbar-brand {
    padding: 18px 0 18px 0;
}
header .navbar-custom .navbar-brand {
	display:block;
	margin:0;
	padding:0;
	object-fit: contain;
}
header .navbar-custom .navbar-brand svg{
	margin:0 auto; /*center logo*/
	max-width: 100%;
	height: auto;
}
header.sticky .navbar-custom .navbar-brand .logo,
header:not(.sticky) .navbar-custom .navbar-brand .logo-small{
	display:none;
}
header:not(.sticky) .navbar-custom .navbar-brand .logo,
header.sticky .navbar-custom .navbar-brand .logo-small{
	display:inherit !important;
}
/*navbar-toggler*/
header .navbar-toggler {
	display:none;
	border:none;
	padding-right:5px;
	padding-left:3px;
	height:30px;
}
header .navbar-toggler span {
	display: block;
	margin-top:6px;
	width: 15px;
	height: 1px;
	background-color: var(--color-1);
	-webkit-animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
	animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
	box-shadow: 1px 1px 4px darken(#9b59b6, 4%);
	transition: all 0.25s ease-out;
}
header .navbar-toggler span:nth-of-type(1){
	margin-top:0;
}
header .navbar-toggler span:nth-of-type(2){
	width: 10px;
}
header .navbar-toggler span:nth-of-type(3){
}
header .navbar-toggler:not(.collapsed) span:nth-of-type(1){
	 transform: rotate(45deg);
}
header .navbar-toggler:not(.collapsed) span:nth-of-type(2){
	display:none;
}
header .navbar-toggler:not(.collapsed) span:nth-of-type(3){
	margin-top: -1px;
	transform: rotate(-45deg);
}
/*nav-item .OK*/
header .navbar-custom .navbar-nav > .nav-item{
    padding: 0 16px 14px 0;
    position: inherit;
	display:flex;
	align-items: center;
}
header.sticky .navbar-custom .navbar-nav > .nav-item{
	padding-bottom: 0;
}
header .navbar-custom .navbar-nav > .nav-item:hover{
	padding-top:76px; /*hover menu bug fix*/
	padding-bottom:90px; /*hover menu bug fix*/
}
header.sticky .navbar-custom .navbar-nav > .nav-item:hover{
	padding-top:17px; /*hover menu bug fix*/
	padding-bottom:17px; /*hover menu bug fix*/
}
header .navbar-custom .navbar-nav > .nav-item:first-child{
    padding-left: 0;
}
header .navbar-custom .navbar-nav > .nav-item:last-child{
    padding-right: 0;
}
header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link,
header .navbar-custom .navbar-nav > .nav-item.active > .nav-link{
	background-color: var(--color-2);
	color: var(--white);
}
/*nav-link .OK*/
header .navbar-custom .navbar-nav > .nav-item > .nav-link{
	padding: 10px 12px 6px 12px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
/*dropdown-toggle .OK*/
.navbar-nav .dropdown-toggle::after{
	display:none;
}
/*dropdown .OK*/
header .navbar-custom .navbar-nav .dropdown-menu{
    padding: 30px 0 40px 0;
    margin-top: 0;
    background-color: var(--white);
    background-clip: inherit !important;
	border-radius: 0;
	border: none;
	border-top: solid 1px var(--stroke-1);
}
header .navbar-custom .navbar-nav .dropdown-menu .nav-link{
	margin-bottom: 14px;
    padding: 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
header .navbar-custom .navbar-nav .dropdown-menu .nav-link:hover{
	color: var(--color-1);
}
header .navbar-custom .navbar-nav .dropdown-menu .link-title{
	margin-bottom: 22px;
	font-size: 20px;
	font-weight: 500;
	color: var(--color-1);
}
header .navbar-custom .navbar-nav .dropdown-menu a.link-title:hover{
	color: var(--gray);
}
/*dropdown image link .OK*/
header .navbar-custom .navbar-nav .dropdown-menu .image-link .nav-link{
	display:inline-block;
	width:fit-content;
    position: relative;
	overflow:hidden;
	margin:0;
}

header .navbar-custom .navbar-nav .dropdown-menu .image-link .nav-link img{
	transition: transform 0.36s;
} 
header .navbar-custom .navbar-nav .dropdown-menu .image-link .nav-link:hover img{
	transform: scale(1.1);
} 
header .navbar-custom .navbar-nav .dropdown-menu .image-link .nav-link:after{
	content:"";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 222px;
	background-image: linear-gradient(to bottom, rgba(29, 37, 45, 0) 33%, rgba(29, 37, 45, 0.11) 67%);
	transition: height 0.25s;
}
header .navbar-custom .navbar-nav .dropdown-menu .image-link:hover .nav-link:after{
    height: 120px;
	opacity: 0.6;
	background-image: linear-gradient(to bottom, rgba(29, 37, 45, 0) 33%, rgba(29, 37, 45, 0.28) 67%);
}
header .navbar-custom .navbar-nav .dropdown-menu .image-link .nav-link span{
	z-index:2;
	position:absolute;
	left:14px;
	right:14px;
	bottom:30px;
	transition: all 0.3s;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: var(--white);
}
/*dropdown screen dark overlay*/
span.overlay-dark{
	content: ''; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
    z-index:1029;
	opacity:1; 
	visibility:visible;
	position: fixed;
}


/* FOOTER .OK
-------------------------------------------------- */
footer{
	color: var(--color-1);
}
/*newsletter .OK*/
footer .newsletter{
	align-items: center;
    display: flex;
	height: 456px;
    background: var(--background) url("../images/newsletter/bg.webp") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-top:1px solid var(--stroke-1);
	border-bottom:1px solid var(--stroke-1);
}
footer .newsletter .wrap{
	display: flex;
	justify-content: center;
}
footer .newsletter h4{
	margin-bottom:12px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
footer .newsletter p{
	margin-bottom: 30px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
footer .newsletter .custom .form-control{
	border: solid 1px var(--color-2);
	background-color: var(--white);
	color: var(--color-1);
}
footer .newsletter .custom .form-control::-webkit-input-placeholder {
	color: var(--color-1);
}
footer .newsletter .custom .form-control::-moz-placeholder {
	color: var(--color-1);
}
footer .newsletter .custom .form-control:-ms-input-placeholder {
	color: var(--color-1);
}
footer .newsletter .custom .form-control::-ms-input-placeholder {
	color: var(--color-1);
}
footer .newsletter .custom .form-control::placeholder {
	color: var(--color-1);
}
/*footer-top .OK*/
footer .footer-top{
	position:relative;
    padding: 160px 0 140px 0;
}
footer .footer-top:before{
	content:"";
	position:absolute;
	top:-92px; 
    left: 50%;
    transform: translateX(-50%);
	width: 112px;
	height: 181px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22112%22%20height%3D%22181%22%20viewBox%3D%220%200%20112%20181%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.148%20102.978c-3.636-1.075-7.196-2.604-10.373-4.871l.004.008C8.231%2093.582%203.883%2085.475%204.145%2077.027c.057-13.151%2011.013-23.796%2023.151-23.222%203.318.053%206.474.724%209.496%201.818%203.056-2.954%206.331-5.655%209.598-8.329%203.41-2.728%206.784-5.503%2010.22-8.193l.164-.015%206.187-.563c2.122-.165%204.242-.355%206.365-.49l.106.121%208.541%209.857c-1.027-6.988-3.386-13.892-9.035-17.378-1.585-1.081-3.275-2.07-4.841-3.345-3.923-3.229-6.055-8.195-7.684-13.036-1.559-4.162-5.234-12.161.81-14.083%204.787-1.28%2011.715%205.038%2015.378%208.05%206.408%205.56%205.372%208.72%206.136%2016.631.94%206.067%204.402%2011.094%206.916%2016.553%203.5%207.3%205.154%2015.767%203.954%2023.949-.017.137-.04.273-.06.411%202.187%204.09%203.698%208.73%205.212%2013.155l.195.13.008.382v.09l.128.38s-.085.016-.124.025c.146%208.916.062%2017.833-.052%2026.751l.055-.098c9.903%206.042%2016.015%2017.742%2016.847%2029.8%202.86%2030.715-28.174%2052.399-54.09%2041.976-10.614-4.263-19.294-13.869-22.581-25.529-.412-1.463-.726-2.937-.998-4.415-1.648-1.485-3.137-3.136-4.586-4.838-1.57-1.836-3.075-3.736-4.58-5.636l-.208-.262-.144-.182.013-.191c.252-4.152.419-8.31.454-12.471-3.788-3.16-9.604-5.492-13.791-2.233-1.782%201.41-3.183%203.437-4.391%205.463-1%201.7-1.448%203.856-3.028%205.17-.886.749-2.397.774-3.167-.201-2.564-3.468%202.414-9.574%204.249-12.472%205.168-7.401%2013.103-8.751%2020.282-5.672-.284-3.972-.245-7.94-.102-11.907z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M14.774%2098.107c3.178%202.267%206.739%203.796%2010.374%204.871-.143%203.967-.181%207.935.102%2011.907-7.18-3.079-15.114-1.729-20.282%205.672-1.835%202.898-6.813%209.004-4.25%2012.472.77.975%202.282.95%203.168.201%201.58-1.314%202.028-3.47%203.028-5.17%201.208-2.026%202.609-4.053%204.391-5.463%204.187-3.259%2010.003-.927%2013.791%202.233a239.54%20239.54%200%200%201-.454%2012.471l-.013.191.144.182c1.575%201.987%203.146%203.978%204.788%205.898%201.449%201.702%202.938%203.353%204.586%204.838.272%201.477.586%202.952.998%204.415%203.287%2011.66%2011.967%2021.266%2022.58%2025.529%2025.917%2010.423%2056.951-11.261%2054.091-41.976-.832-12.058-6.944-23.758-16.847-29.8l-.055.098c.114-8.918.198-17.835.052-26.751l.124-.025-.128-.38v-.09l-.008-.383-.195-.129c-1.514-4.425-3.025-9.065-5.213-13.155.02-.138.044-.274.06-.411%201.201-8.182-.453-16.65-3.953-23.949-2.514-5.46-5.975-10.486-6.916-16.553-.764-7.91.272-11.072-6.136-16.631-3.663-3.012-10.591-9.33-15.377-8.05-6.045%201.922-2.37%209.92-.81%2014.083%201.628%204.841%203.76%209.807%207.683%2013.036%201.566%201.275%203.256%202.264%204.841%203.345%205.649%203.486%208.008%2010.39%209.035%2017.378l-8.541-9.857-.106-.12c-2.123.134-4.243.324-6.365.489l-6.187.563-.164.015c-3.436%202.69-6.81%205.465-10.22%208.193-3.267%202.674-6.541%205.375-9.598%208.33-3.023-1.096-6.178-1.766-9.496-1.819-12.138-.574-23.094%2010.07-23.151%2023.222-.262%208.449%204.086%2016.555%2010.634%2021.088l-.005-.008zm-.247-1.324c-.17-2.806-.15-5.62.19-8.4.698-5.607%202.667-12.225%207.173-15.593%201.964-1.355%204.331-1.634%206.622-1.397-1.443.326-2.82%201.067-4.054%202.387-2.998%203.46-1.733%208.35%201.461%2011.044a543.033%20543.033%200%200%201-.464%2010.992c-.094%202.163-.2%204.324-.283%206.485-3.788-1.171-7.485-2.99-10.645-5.516v-.002zm38.62-1.889a.098.098%200%200%200%20.077.09c.05.008.097-.027.107-.082.14-.895.182-1.796.22-2.696.078-2.586.038-5.175.159-7.759.564.31%201.135.606%201.709.89.025%205.265-.427%2010.529-.163%2015.791.005.12.175.116.184.002.123-1.34.144-2.68.164-4.022.024-3.894-.075-7.788-.004-11.682.708.343%201.423.665%202.148.959-.01%201.296-.16%202.59-.207%203.885.017.398-.06%201.17.16%201.48.052.015.103-.019.117-.072.339-1.721.03-3.483.104-5.225a29.16%2029.16%200%200%200%202.242.787%208.35%208.35%200%200%201-.095%201.254c-.042.486-.181%201.05.09%201.484.05.027.112.005.137-.05.314-.847%200-1.752.042-2.635.762.227%201.537.422%202.325.576%200%201.28-.488%202.793-.085%203.927.049.02.105-.008.123-.061.342-1.248.053-2.553.12-3.833a22.76%2022.76%200%200%200%202.402.317c-.03%201.22-.195%202.433-.259%203.652.013.406-.077%201.064.141%201.4.05.016.104-.016.118-.069.366-1.63.072-3.315.176-4.972.22.017.44.035.662.045.43.018.857.017%201.28.003a70.884%2070.884%200%200%201-.072%203.802c-.045%201.376-.125%202.75.071%204.12a.097.097%200%200%200%20.078.082.094.094%200%200%200%20.106-.083c.105-.686.127-1.373.124-2.06-.019-1.956-.148-3.913-.122-5.87a18.672%2018.672%200%200%200%202.006-.185c.03%203.342-.108%206.684-.125%2010.026-.025%204.738.455%204.693.43%200-.016-3.352-.153-6.704-.123-10.057.909-.144%201.801-.352%202.675-.624a440.138%20440.138%200%200%201-.298%209.683c-.12%203.356-.279%206.713-.161%2010.073.001.048.037.09.083.095.051.005.096-.035.1-.09.15-1.675.196-3.353.24-5.032.1-4.927.07-9.858.222-14.783.33-.107.659-.221.983-.345.215%2011.158.282%2022.316.24%2033.478-.018%204.232.019%2012.742.074%2016.976.07%205.461.222%2010.921.618%2016.376-2.406%202.51-4.783%205.058-6.984%207.779a45.847%2045.847%200%200%200-1.985%202.641c-2.302-.878-4.52-2.045-6.582-3.407-.038-3.28.107-6.562.124-9.843.023-4.554-.455-4.511-.43%200%20.017%203.241.158%206.482.124%209.722a36.26%2036.26%200%200%201-1.912-1.37c-.076-5.574.359-11.151.056-16.72-.007-.12-.177-.115-.184%200-.113%201.398-.126%202.797-.138%204.195.003%204.128.135%208.258.082%2012.386a37.18%2037.18%200%200%201-2.172-1.818c-.006-.005-.01-.011-.017-.016.005-3.234.068-6.468.149-9.702.066-3.256.171-6.512.003-9.766a.097.097%200%200%200-.085-.092c-.051-.005-.095.036-.1.091-.12%201.627-.142%203.254-.16%204.881-.02%204.803.086%209.607.012%2014.409a34.987%2034.987%200%200%201-1.689-1.735c-.03-3.453-.003-6.906.043-10.359.024-1.731.037-3.465.036-5.196-.012-1.731-.025-3.463-.138-5.194a.097.097%200%200%200-.086-.092c-.051-.003-.095.039-.098.093-.103%201.732-.107%203.465-.108%205.196.03%205.117.192%2010.231.167%2015.349a41.13%2041.13%200%200%201-2.006-2.442c.054.024.133%200%20.131-.08l.084-10.062c.099-9.742.413-20.499.226-30.184%200-.128-.183-.118-.184%200-.407%2012.996-.127%2027.195-.31%2040.244%200%20.012.008.017.01.025a52.614%2052.614%200%200%201-1.82-2.554c.039-3.828.129-7.655.239-11.483.052-2.732.142-5.463.151-8.196.385-15.049.374-30.98.7-45.778%200-.054-.038-.1-.089-.1a.094.094%200%200%200-.093.097l-.232%2013.133c-.192%2010.034-.523%2020.882-.634%2031.228-.124%203.202-.102%206.407-.131%209.609%200%203.74-.024%207.48-.09%2011.218a66.38%2066.38%200%200%201-.998-1.547c-.731-1.123-1.31-2.332-1.83-3.579%201.058-9.938%201.235-20.846%201.515-30.856.22-10.102.544-20.2%201.014-30.29a66.222%2066.222%200%200%200%204.048-.151c.466.276.936.545%201.407.807-.049%201.717-.144%203.43-.26%205.143-.107%201.801-.252%203.599-.124%205.405l.005-.005zM84.46%2078.341c.732.582%201.273%201.454%202.155%201.783.082.026.156-.078.112-.156-.526-.826-1.451-1.158-2.168-1.761.39-.55.758-1.115%201.11-1.692.53.423%201.045.866%201.539%201.342.6.497%201.19%201.239%201.945%201.391a.106.106%200%200%200%20.017-.143c-.937-1.169-2.292-1.794-3.403-2.748.355-.592.687-1.199%201.001-1.816a246.772%20246.772%200%200%200%206.14%204.667c-3.942%201.145-8.016%202.248-12.004%203.184a27.025%2027.025%200%200%200%203.556-4.046v-.005zm10.178%2055.474c.816%203.073%201.35%206.279%201.11%209.447a28.125%2028.125%200%200%201-1.127%205.912c-.024-5.119.005-10.239.016-15.36l.001.001zM79.858%2083.3l.002.01c1.207-.317%202.415-.626%203.627-.914l3.642-.848c2.176-.479%204.359-.932%206.546-1.368-.11%205.712-.064%2011.424-.04%2017.135.173%2017.796.498%2035.852.38%2053.646a28.9%2028.9%200%200%201-.708%201.714c-4.6.425-9.212.702-13.826.894l-4.317.184c.45-10.781.017-22.49-.272-33.264-.365-11.232-.622-22.47-.726-33.708%202.038-.853%203.95-2.035%205.691-3.48l.002-.001zm-13.625%2081.238c2.447-2.139%204.646-4.564%206.815-7.015.704-.803%201.401-1.61%202.091-2.428%205.87-.68%2011.962-1.365%2017.85-1.74-2.722%205.611-7.265%2010.173-13.031%2011.873-4.474%201.359-9.238.896-13.725-.688v-.002zM36.619%2083.572c2.345.078%205.4.18%207.607.164%201.081-.022%202.16-.028%203.239-.038a1223.91%201223.91%200%200%201-1.497%2030.232c-.24%203.859-.647%2011.623-.814%2015.489-.198%204.594-.322%209.189-.255%2013.795-.698-1.849-1.338-3.745-2.178-5.558-1.623-3.602-3.437-7.063-5.309-10.521-.953-1.71-1.977-3.413-3.143-4.995.316-6.498.814-12.985%201.401-19.464.526-6.36%201.153-12.71.947-19.106l.002.002zm12.012-1.21c-.017-.346-.188-.762-.176-1.142.705.47%201.414.93%202.127%201.378a33.285%2033.285%200%200%200-1.95-.235zm-1.418-.122s0%20.01-.002.015c-3.455-.196-6.971.007-10.387.096.404-1.396.23-2.831.115-4.277a29.64%2029.64%200%200%201-.169-4.382c3.836%202.053%207.48%204.707%2011.182%207.193-.085.52-.597.869-.74%201.357v-.002zm-11.035-8.863c.028%201.566-.107%203.123-.333%204.674-.151%201.29-.346%202.57-.133%203.839a357.095%20357.095%200%200%201-8.917-5.828c.7-1.368%201.41-2.733%202.134-4.088%202.086-.388%204.361.026%206.295.925.32.155.637.314.954.476v.002zm-10.014%202.644-.129.247.07.048c-.025%202.56-.085%205.12-.16%207.68-2.694-2.534-3.67-6.746-1.057-9.781.914-1.034%202.035-1.687%203.246-2.047a269.857%20269.857%200%200%201-1.97%203.853zm.352%2029.655c.147-9.642-.159-19.298.186-28.937a369.537%20369.537%200%200%201%209.222%206.673c-.492%203.1-.747%206.218-.931%209.34-.515%209.549-.59%2019.128-1.285%2028.664-1.02-1.295-2.141-2.499-3.42-3.534a23.265%2023.265%200%200%200-4.36-2.688c.389-3.168.523-6.342.587-9.518h.001zM6.84%20126.218c-1.432%201.877-1.851%204.574-3.53%206.171-1.3%201.015-2.532-.222-2.363-1.755.216-2.655%201.766-4.917%203.124-7.081%201.516-2.452%203.218-4.78%205.464-6.48%206.032-4.783%2014.574-3.077%2020.31%201.441%202.93%202.34%205.086%205.622%206.987%208.996%201.871%203.405%203.697%206.887%205.304%2010.443%201.635%203.569%202.575%207.525%204.71%2010.837%204.107%206.824%209.677%2012.364%2016.787%2015.355%203.397%201.606%206.974%202.475%2010.48%202.501-2.97.498-5.957.84-8.956.82-12.845-.319-23.099-5.646-29.482-17.642-.635-2.94-1.027-5.977-1.632-8.997-.741-3.949-2.133-7.773-3.988-11.289-.94-1.755-2.014-3.458-3.412-4.907-2.911-2.732-6.531-4.53-10.413-4.742-4.098-.327-7.298%202.932-9.391%206.332l.001-.003zm19.023-.715c2.076%202.347%203.658%205.163%204.853%208.17-1.02.147-1.83.804-2.675%201.426a15.52%2015.52%200%200%201-2.416%201.607c-.063-3.788-.056-7.578.062-11.364.059.053.12.108.178.163l-.002-.002zm4.749%2017.023c-1.558-1.787-3.174-3.511-4.794-5.235a15.038%2015.038%200%200%201%202.71-1.144c.942-.342%201.889-.638%202.604-1.373a44.96%2044.96%200%200%201%201.746%206.319c.348%201.763.625%203.557.925%205.358-1.005-1.361-2.084-2.655-3.194-3.924l.003-.001zm80.048-6.056c2.481%2029.637-27.444%2050.425-52.462%2040.529-10.246-4.067-18.672-13.321-21.878-24.561a39.687%2039.687%200%200%201-.498-1.963c1.795%203.234%204.021%206.194%206.623%208.722%206.14%205.932%2014.563%208.514%2022.707%208.725%203.668.018%207.312-.513%2010.88-1.35%205.017-.417%209.792-2.636%2013.573-7.007%202.16-2.488%203.859-5.422%205.024-8.585a29.471%2029.471%200%200%200%201.706-7.662c.304-4-.548-7.959-1.692-11.735.015-5.044.105-11.634.157-16.378l.104-7.892c9.411%206.148%2015.029%2017.515%2015.754%2029.161l.002-.004zM93.02%2077.767a236.202%20236.202%200%200%200-5.953-3.838%2028.314%2028.314%200%200%200%202.212-6.62c.948%203.562%202.346%207.053%203.742%2010.458zm-14.289-20.41c.057%203.112-.03%206.48-.951%209.474-1.032-1.383-2.389-2.397-3.717-3.456-1.606-1.22-3.153-2.518-4.587-3.96-.07-2.784-1.005-5.328-1.842-7.913-.87-2.513-1.647-5.057-2.26-7.653a132.863%20132.863%200%200%201%203.767-4.899c1.675%202.962%203.208%206.01%204.66%209.107%201.477%203.025%202.873%206.093%204.91%208.742.008.186.014.373.02.556v.001zM76.879%2069.08a41.627%2041.627%200%200%200-1.876-1.627c-2.49-1.997-5.061-3.878-7.514-5.926-.096-.081-.206.085-.112.158%203.185%202.456%206.098%205.309%209.365%207.642-.291.54-.625%201.055-1.004%201.544a24.42%2024.42%200%200%200-1.618-1.406c-2.195-1.776-4.472-3.44-6.63-5.27-.096-.082-.206.084-.111.157%202.212%201.753%204.305%203.673%206.48%205.478.722.6%201.28%201.025%201.676%201.296-.043.054-.082.11-.127.161-.307.33-.626.629-.954.896-.393-.378-.8-.738-1.214-1.085-1.782-1.44-3.648-2.768-5.392-4.262-.096-.083-.208.081-.112.156a87.292%2087.292%200%200%201%203.5%202.974c.964.837%201.916%201.688%202.953%202.416a8.277%208.277%200%200%201-1.757%201.018%208.305%208.305%200%200%200-.577-.464c-1.152-.834-2.379-1.556-3.494-2.448-.099-.078-.204.091-.105.16a32.929%2032.929%200%200%201%202.241%201.769c.469.35.945.816%201.454%201.164-4.578%201.594-10.082-1.056-13.853-4.164-1.98-1.6-3.995-3.233-6.06-4.815.536-1.504.943-3.04%201.286-4.589%202.537-.066%205.07.023%207.605.207%202.736.141%205.465.395%208.168-.3%201.516%201.329%202.915%202.795%204.248%204.332%201.25%201.375%202.448%202.798%204.036%203.713-.152.379-.314.75-.499%201.11l-.003.005zM57.077%2040.393c.098-.011.196-.025.297-.038%201.155.546%202.26%201.2%203.33%201.926%201.176.744%202.314%201.54%203.686%201.723a253.496%20253.496%200%200%201-3.888%204.667c-2.279%202.738-4.605%205.428-6.59%208.413%201.035-5.534%201.813-11.132%203.072-16.613l.093-.078zm-3.607%2018.95c1.404-1.391%202.665-2.91%203.875-4.475%202.592-3.401%205.038-6.934%207.567-10.393.679%202.414%201.217%204.87%201.67%207.345.51%202.503.934%205.022%202.047%207.314-2.56-.517-5.131-.252-7.71-.081-2.482.219-4.968.345-7.457.325l.008-.035zm-5.612%202.216a12.577%2012.577%200%200%201%201.944-.34c.669-.095%201.334-.164%201.93-.428a36.217%2036.217%200%200%200-.43%203.26%2099.26%2099.26%200%200%200-3.444-2.49v-.002zm30.734-7.221c-1.094-2.4-2.495-4.617-3.847-6.87a143.537%20143.537%200%200%201-3.945-6.712l7.325%208.399c.222%201.751.368%203.496.467%205.183zM68.43%2038.858a178.005%20178.005%200%200%201-3.444%204.41c-1.056-1.142-2.45-1.565-3.831-2.055-.9-.289-1.783-.62-2.648-1.004%203.138-.403%206.962-.912%209.923-1.353v.002zm-21.18%209.657c3.001-2.485%206.022-4.94%209.01-7.443-1.162%205.904-2.835%2011.684-4.115%2017.556-.047.22-.088.441-.133.662-.907-.063-1.702.386-2.523.804-.738.415-1.498.768-2.291%201.017-3.066-2.065-6.252-3.88-9.601-5.186%203.313-2.334%206.507-4.838%209.652-7.41h.002zM8.514%2065.823c6.636-11.057%2018.842-12.799%2029.619-8.049%205.234%202.236%2010.012%205.636%2014.557%209.213%203.103%202.413%206.072%205.1%209.605%206.856%208.72%204.299%2016.43.118%2017.475-10.304.26-2.078.29-4.161.229-6.224-.282-8.188-1.249-16.86-5.94-23.682-1.244-1.715-2.877-2.968-4.501-4.065-1.63-1.1-3.297-2.071-4.77-3.265-2.921-2.398-4.896-5.95-6.336-9.64-.614-1.653-1.447-3.981-2.127-5.675-.703-1.869-1.318-3.776-1.411-5.71-.193-4.953%204.57-4.846%207.73-3.048%201.68.836%203.242%201.985%204.816%203.12%203.041%202.28%206.239%204.683%208.413%207.92%202.042%203.389%201.465%207.799%202.038%2011.703.235%202.071.993%204.028%201.741%205.934%201.52%203.801%203.63%207.237%205.335%2010.854%201.731%203.604%203.029%207.44%203.734%2011.42%201.406%207.884.488%2016.528-3.746%2023.28-4.112%206.676-11.297%2011.504-18.896%2011.17-9.674-.402-17.533-7.361-25.553-12.428-3.275-2.226-7.53-4.47-11.394-3.92-1.113-.158-2.24-.23-3.362-.1-7.381.794-10.585%2010.326-11.479%2017.145a34.852%2034.852%200%200%200-.01%208.266l-.23-.187c.056-.007.11-.058.083-.125-1.162-3.23-1.858-6.629-2.514-10.015-1.285-6.546-1.211-14.625%204.5-18.743%202.619-1.968%205.779-2.97%208.956-3.454.048-.007.082-.053.079-.105a.094.094%200%200%200-.1-.091c-3.226.259-6.48%201.254-9.183%203.277-5.854%204.344-5.825%2012.434-4.445%2019.157.659%203.382%201.358%206.775%202.522%2010.012-2.502-2.114-4.637-4.69-6.154-7.768-3.532-7.014-3.366-16.076.716-22.724l.003-.005z%22%20fill%3D%22%23CBC3BB%22%2F%3E%3Cpath%20d%3D%22M50.41%20108.528c.5.465%201.4%201.964%201.9%203.072l.632%201.464v17.181c0%20.892-.066%201.427-.8%202.107h2.4c-.8-.678-.8-1.214-.8-2.107v-15.466l8.128%2018.18%208.063-22.359v22.822c0%201.179.166%204.607-1.366%206.501%201.998-.535%202.965-2.715%202.965-5.823v-23.467c0-.857.066-1.428.8-2.108h-3.2c.244.226.412.438.531.654l-7.492%2020.74-9.46-21.394h-2.3l-.001.003z%22%20fill%3D%22%23CBC3BB%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
}
/*footer-nav .OK*/
footer .footer-top ul {
    margin-bottom: 0;
    padding-left: 0;
}
footer .footer-top ul li {
    margin-bottom: 10px;
}
footer .footer-top h4{
	margin-bottom:18px !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	color: var(--color-1) !important;
}
footer .footer-top h4,
footer .footer-top h4 a,
footer .footer-top ul li a,
footer .footer-top .address,
footer .footer-top .address a{
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
footer .footer-top h4 a:hover,
footer .footer-top ul li a:hover,
footer .footer-top .address a:hover{
	color: var(--color-1);
}
footer .footer-top .address,
footer .footer-top .address a{
	line-height: 1.63;
}
footer .footer-top .address h3{
	display:none;
}
/*footer-bottom .OK*/
.footer-bottom{
	padding-top:25px;
	padding-bottom:25px;
	background-color: var(--background);
	border-top:1px solid var(--stroke-1);
}
.footer-bottom a,
.footer-bottom .copyright{
	margin-right:24px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: var(--gray);
}
.footer-bottom a:hover{
	color: var(--color-1);
}



/* FORM
-------------------------------------------------- */
/*custom .form-group .OK*/
.custom .form-group {
	margin-bottom: 20px;	
}
.custom .form-floating>label{
	padding:15px 20px;
}
.custom .form-floating>.form-control,
.custom .form-floating>.form-control-plaintext,
.custom .form-floating>.form-select{
	min-height:auto; /*form-floating height bug fix*/
}
.custom .form-control,
.custom .form-select {
	background-clip: padding-box;
	transition:none;
	height:46px;
	padding: 0 14px;
	border-radius: 0;
	border: solid 1px var(--stroke-1);
	background-color: var(--white);
}
.custom .form-control,
.custom .form-label,
.custom .form-select {
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 14px;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.custom .form-control:focus,
.custom .form-select:focus {
	border: solid 1px var(--color-2) !important;
	background-color: var(--white) !important;
	box-shadow:none !important;
}
.custom textarea.form-control {
	padding: 16px;
	min-height: 120px;
	border:1px solid #dedede;
}
.custom .form-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--white);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Group%203448%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.148%22%20height%3D%227.545%22%20viewBox%3D%220%200%2014.148%207.545%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22ehqdr6ji6a%22%3E%3Cpath%20data-name%3D%22Rectangle%202364%22%20style%3D%22fill%3Anone%3Bstroke%3A%23b2b2b2%22%20d%3D%22M0%200h14.148v7.545H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20data-name%3D%22Group%203447%22%20style%3D%22clip-path%3Aurl(%23ehqdr6ji6a)%22%3E%3Cpath%20data-name%3D%22Path%204966%22%20d%3D%22m13.454.25-6.6%206.6L.25.25%22%20transform%3D%22translate(.222%20.222)%22%20style%3D%22stroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bfill%3Anone%3Bstroke%3A%23b2b2b2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right 18px top 50%, 0 0;
	background-size: 14.1px 7.5px;
}
.custom .form-floating .form-select{
	height:56px;
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
/*custom radio and checkbox .OK*/
.custom .form-check{
	padding-left: 28px;
}
.custom .form-check .form-check-input {
	position:relative;
	margin-left: -28px;
	width: 20px;
	height: 20px;
	background-color: var(--white);
	border-color: var(--color-2);
}
.custom .form-check .form-check-input[type=checkbox] {
	border-radius:0;
}
.custom .form-check .form-check-input:checked {
    border-color: var(--color-1);
}
.custom .form-check .form-check-input:checked[type=checkbox] {
	border-color: var(--color-2);
	background-color: var(--color-2);
	background-size:12px 12px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%3E%3Cpath%20style%3D%22fill%3Anone%22%20d%3D%22M0%200h14v14H0z%22%2F%3E%3Cpath%20d%3D%22M-20930.937%2014146.17a.733.733%200%200%201-.08%200%20.752.752%200%200%201-.553-.343l-2.023-3.168a.751.751%200%200%201%20.229-1.035.753.753%200%200%201%201.037.229l1.518%202.378%205.375-5.423a.75.75%200%200%201%201.061%200%20.75.75%200%200%201%20.006%201.061l-6.035%206.088a.753.753%200%200%201-.535.213z%22%20transform%3D%22translate(20935.93%20-14135.303)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
	/*background:none;*/
}
/*
.custom .form-check .form-check-input:checked[type=checkbox]:before {
	content:"";
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	background-color: var(--color-2);
}
*/
.custom .form-check .form-check-input:checked[type=radio] {
	border-color: var(--color-2);
	background-color: var(--white);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%27-4%20-4%208%208%27%3E%3Ccircle%20r%3D%272%27%20style%3D%22filL%3A%23cbc3bb%3B%22%2F%3E%3C%2Fsvg%3E') !important;
}
.custom .form-check .form-check-label,
.custom .form-check .form-check-label a{
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8rem;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.custom .form-check .form-check-label a{
	text-decoration:underline;
}
.custom .form-check .form-check-input[type=radio] {
	margin-top: 0.18em; /*radio label line height bug fix*/
}
/*input-group .OK*/
.custom .input-group-text {
	font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray);
    background-color: var(--background);
    border-radius: .25rem;

}
/*file .OK*/
.custom .form-file{
	/*margin-top:34px;*/
}
.custom .form-file input[type=file]{
	display:none;
}
.custom .form-file label.form-label{
	display:block;
	margin-bottom:10px;
}
.custom .form-file label.form-file-label{
	position:relative;
	margin-bottom:0;
	min-width: 152px;
	height: 50px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 50px;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-2);
	border-radius: 25px;
	border: solid 1px var(--color-2);
	background-color: #eff5f7;
}
.custom .form-file label.form-file-label:hover{
	background-color: var(--color-2);
	color: var(--white);
	border: solid 1px var(--color-2);
}
.custom .form-file label.form-file-label::before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin-top:-4px;
	margin-right:8px;
	width:20px;
	height:20px;
	background-color: var(--color-2);
	mask: url(../images/svg/attachmnet.svg) no-repeat center / contain;
	-webkit-mask: url(../images/svg/attachmnet.svg) no-repeat center / contain;
}
.custom .form-file label.form-file-label:hover::before{
	background-color: var(--white);
}
.custom .form-file span{
	display:inline-block;
	margin: 14px 0 0 14px;
	overflow: hidden; 
	width: 172px; 
	height: 20px; 
	white-space: nowrap;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
	text-overflow: ellipsis;
}
/*form custom button .FALSE*/
.custom .btn {

}
/*input-group .OK*/
.custom .input-group .btn{
	/*
	width:auto !important;
	min-width:122px !important;
	*/
}



/* BUTTONS .OK
-------------------------------------------------- */
.btn{
	display:inline-block;
	padding:0 20px;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	border-radius:0;
	transition: all .3s;
}
.btn.focus, 
.btn:focus{
	box-shadow:none;
}
.btn:hover{
}
.btn.btn-lg{
	min-width:120px;
	height: 46px;
	line-height:44px; /*vertical center*/
}
.btn.btn-sm{
	min-width:100px;
	height: 42px;
	line-height:40px; /*vertical center*/
	font-size: 14px;
}
/*.btn-primary .OK*/
.btn-primary{
  	border: solid 1px var(--color-2);
	color: var(--color-1);
    background-color: transparent;
}
.btn-primary:hover,
.btn-primary.btn:focus,
.btn-primary.btn:active,
.btn-primary.btn:disabled{
	border: solid 1px var(--color-1);
	background-color: var(--color-1);
	color: var(--color-2);
}
/*.btn-outline-primary .OK*/
.btn-outline-primary{
  	border: solid 1px var(--color-2);
	color: var(--color-1);
    background-color: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary.btn:focus,
.btn-outline-primary.btn:active,
.btn-outline-primary.btn:disabled{
	border: solid 1px var(--color-1);
	background-color: var(--color-1);
	color: var(--color-2);
}
/*.btn-outline-secondary .OK*/
.btn-outline-secondary{
  	border: solid 1px var(--color-2);
	color: var(--color-1);
	background-color: var(--white);
}
.btn-outline-secondary:hover,
.btn-outline-secondary.btn:focus,
.btn-outline-secondary.btn:active,
.btn-outline-secondary.btn:disabled{
	border: solid 1px var(--color-2);
	background-color: var(--color-1);
	color: var(--color-2);
}
/*.btn-dark .OK*/
.btn-dark{
  	border: solid 1px var(--color-1);
	color: var(--color-2);
    background-color: var(--color-1);
}
.btn-dark:hover,
.btn-dark.btn:focus,
.btn-dark.btn:active,
.btn-dark.btn:disabled{
	border: solid 1px var(--color-2);
	background-color: var(--color-2);
	color: var(--color-1);
}
/*.btn-outline-dark .OK*/
.btn-outline-dark.btn{
	border: solid 1px var(--color-1);
	color: var(--color-1);
    background-color: transparent;
}
.btn-outline-dark.btn:hover,
.btn-outline-dark.btn:focus,
.btn-outline-dark.btn:active,
.btn-outline-dark.btn:disabled{
	border: solid 1px var(--color-1);
  	background-color: var(--color-1);
	color: var(--color-2);
}
/*.btn-outline-light .OK*/
.btn-outline-light.btn{
	border: solid 1px var(--color-2);
	color: var(--white);
    background-color: transparent;
}
.btn-outline-light.btn:hover,
.btn-outline-light.btn:focus,
.btn-outline-light.btn:active,
.btn-outline-light.btn:disabled{
	border: solid 1px var(--color-2);
	background-color: var(--color-2);
	color: var(--color-1);
}


/* BANNER .FALSE
-------------------------------------------------- */
body .banner{
	background:none;
}
body .banner h1{
	display:none;
}
body .banner:not(.hidden-banner){
	position:relative;
	overflow:hidden;
	/*border-top:1px solid var(--stroke-1);*/
	border-bottom:1px solid var(--stroke-1);
    background-color:var(--background);
    background-repeat:repeat !important;
    background-size:center center !important;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size:auto !important;
}
body .banner:not(.hidden-banner)::before {
	display:none;
}
body .banner:not(.hidden-banner) .wrap {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display: flex;
	align-items: center;
}
body .banner:not(.hidden-banner) .row {
	height:220px;
    -ms-flex-align: center!important;
    align-items: center!important;
}
body .banner:not(.hidden-banner) h1 {
	display:inherit !important;
	margin:0;
    font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
body.products.category .banner:not(.hidden-banner) h1 {
	font-size: 46px;
}
body .banner:not(.hidden-banner) p {
	display:inherit !important;
	margin:24px 0 0 0;
    font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
body .banner:not(.hidden-banner) .nav-breadcrumb{
	position:absolute;
	bottom:22px;
}
body .banner:not(.hidden-banner) .nav-breadcrumb .breadcrumb{
	margin: 0;
}
body .banner.hidden-banner .nav-breadcrumb .breadcrumb{
	margin-top: 30px;
}
body.transparent .banner:not(.hidden-banner) .nav-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
body.transparent .banner:not(.hidden-banner) .nav-breadcrumb .breadcrumb .breadcrumb-item.active,
body.transparent .banner:not(.hidden-banner) .nav-breadcrumb .breadcrumb .breadcrumb-item > a{
	/*
	opacity: 1;
	color: var(--white);
	*/
}


/* BREADCRUMB .FALSE
-------------------------------------------------- */
.nav-breadcrumb{
	margin-bottom:0;
}
.nav-breadcrumb .breadcrumb{
	padding:0;
	margin:0;
	background-color: transparent !important;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item{	
	padding-left:10px;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item,
.nav-breadcrumb .breadcrumb .breadcrumb-item.active,
.nav-breadcrumb .breadcrumb .breadcrumb-item > a{
	opacity: 0.6;
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.83;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.nav-breadcrumb .breadcrumb .breadcrumb-item > a:hover{
	opacity: 1;
}
.breadcrumb-item+.breadcrumb-item::before {
	opacity: 0.6;
	color: var(--color-1);
	padding-right:10px;
}


/* SECOND MENU SCROLLER .FALSE
-------------------------------------------------- */
.nav-second{
    background-color:inherit;
	border-bottom: 1px solid var(--stroke-1);
	/*navbar scroller*/
	position: relative;
	height:45px;
	z-index: 2;
	overflow-y: hidden;
}
.nav-second .nav {
	/*navbar scroller*/
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: 0;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-second .nav .nav-item .nav-link,
.nav-second .nav .nav-item.active .nav-link {
	position:relative;
    margin-right: 24px;
    padding: 13px 0 13px 0;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #6f6f6f;
}
.nav-second .nav .nav-item .nav-link:hover,
.nav-second .nav .nav-item.active .nav-link {
	color: var(--color-2);
}
/*.nav-second .nav .nav-item .nav-link:hover:before,*/
.nav-second .nav .nav-item.active .nav-link:before {
	content:"";
	display:block;
	width: 100%;
	position:absolute;
	bottom:0;
	left:0;
	border-bottom:1px solid var(--color-2);
}
.nav-second .nav .nav-item:last-child .nav-link{
    margin-right: 0;
}
.nav-second .nav .nav-item .nav-link.logout-link svg{
    margin-top:-3px;
	margin-left:6px;
}
.nav-second .nav .nav-item .nav-link.logout-link:hover svg path{
    fill:var(--color-1);
}


/* WRAPPER .FALSE
-------------------------------------------------- */
main > .wrapper{
	margin-top:40px;
	margin-bottom:80px;
}


/* GALLERY CAROUSEL
-------------------------------------------------- */
.carousel.gallery{
	background-color: #f8f8f8; 
}
.carousel.gallery .carousel-control-next,
.carousel.gallery .carousel-control-prev{
	display:inherit;
	opacity: 1;
	top: inherit;
	width:40px;
}
.carousel.gallery .carousel-control-next{
	right: 20px;
	bottom: 20px;
}
.carousel.gallery .carousel-control-next svg,
.carousel.gallery .carousel-control-prev svg{
	width:40px;
	height:40px;
}
.carousel.gallery .carousel-control-next svg path,
.carousel.gallery .carousel-control-prev svg path{
	stroke:var(--color-2);
}
.carousel.gallery .carousel-control-next:hover svg rect,
.carousel.gallery .carousel-control-prev:hover svg rect{
	fill:var(--color-2);
}
.carousel.gallery .carousel-control-next:hover svg path,
.carousel.gallery .carousel-control-prev:hover svg path{
	stroke:var(--white);
}
.carousel.gallery .carousel-control-prev{
	left: inherit;
	right: 70px;
	bottom: 20px;
}


/* GENERAL TEXT .FALSE
-------------------------------------------------- */
main .content .text,
main .content .text a:not(.btn){
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
main .content .text a:hover{
	color: var(--color-2);
}
main .content .text .carousel.gallery{
	margin-top:60px;
}
main .content .text .exp2{
	margin-top:45px;
}
main .content .text h1{
	margin-bottom:45px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	color: var(--color-1);
}
main .content .text h2{
	margin-bottom:30px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -1.45px;
	color: var(--color-1);
}
main .content .text h3{
	margin-bottom:15px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.19px;
	color: var(--color-1);
}
main .content .text h4{
	margin-bottom:15px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.19px;
	color: var(--color-1);
}
main .content .text h5{
	margin-bottom:15px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.19px;
	color: var(--color-1);
}
main .content .text ul{
	list-style:outside;
}
main .content .text ul li{
	margin-left:20px;
}
main .content .text table{
	width:100%;
	border: solid 1px #e6e6e6;
}
main .content .text table tr{
    border-bottom: 1px solid #e6e6e6;
}
main .content .text table tr td,
main .content .text table tr th{
	padding:14px 32px;
    border-right: 1px solid #e6e6e6;
	font-family: 'Cormorant Garamond', serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
main .content .text table thead{
	background-color: #f8f8f8;
}
main .content .text table thead tr th{
	padding-top:16px;
	padding-bottom:16px;
	font-weight: 600;
}



/* SCROLLBAR .FALSE
-------------------------------------------------- */
.scroll{
	overflow-y: hidden;
    overflow-x: auto;
	scrollbar-color: #fff rgba(153,153,153,1);
	scrollbar-width: thin;
}
.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.scroll::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
.scroll::-webkit-scrollbar-thumb {
	background: #999;
	border: 10px none var(--white);
	border-radius: 61px;
}
.scroll::-webkit-scrollbar-thumb:hover {
 	background: #999;
}
.scroll::-webkit-scrollbar-thumb:active {
	background: #999;
}
.scroll::-webkit-scrollbar-track {
	background: #e6e6e6;
	border: 6px none var(--white);
	border-radius: 30px;
}
.scroll::-webkit-scrollbar-track:hover {
	background: #e6e6e6;
}
.scroll::-webkit-scrollbar-track:active {
	background: #e6e6e6;
}
.scroll::-webkit-scrollbar-corner {
	background: transparent;
}


/* MEMBERS
-------------------------------------------------- */
/*general*/
.members main .content .custom .btn{
	width:100%;
}
.members main .content .custom .input-group .btn{
	width:auto; /*input-group btn bug fix*/
}
.members main .content h2{
	margin-bottom:20px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-2);
}
.members main .content .guest{
	margin-bottom:60px;
}
/*forgot*/
.forgot a{
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: var(--color-1);
	text-decoration:underline;
}
.forgot a:hover{
	color: var(--color-2);
	text-decoration:none;
}
.members main .content .custom .btn{
	min-width: 190px;
}
/*change password*/
.change-password{
	position:relative;
}
.change-password a{
	display:inline-block;
	position:absolute;
	z-index:1;
	right:16px;
	top:-53px;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	text-align: left;
	color: var(--color-2);
}
.change-password-btn:hover{
	color: var(--color-1);
}
.change-password input,
.change-password label{
	display:none;
}
.change-password input.visible,
.change-password label.visible{
	display:block !important;
}
/*back button*/
.members .back-button{
	display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-align: center!important;
    align-items: center!important;
	margin-bottom:30px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 33px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.73px;
	text-align: left;
	color: var(--color-1);
}
.members .back-button span{
	padding-left:11px;
}
/*order details .OK*/
.members.order-details .cart-panel-left .card{
	margin-bottom: 24px;
	border: solid 1px var(--stroke-1);
	background-color: var(--white);
	border-radius: 0;
}
.members.order-details .cart-panel-left .card .card-body {
    padding: 22px 20px;
}
.members.order-details .products-image a{
	display:block;
}
.members.order-details .products-title{
	display:block;
	margin-bottom:14px;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.members.order-details .products-attribute,
.members.order-details .products-personalized{
	display:block;
	font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray);
}
.members.order-details .products-sku{
	display:block;
	margin-top:14px;
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #b4b4b4;
}
.members.order-details .cart-panel-left h4.card-title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.members.order-details .cart-panel-left h6.card-title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.members.order-details .cart-panel-left .card-text{
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.86;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.order-details .cart-prices-info{
	top:104px; /*sticky bug fix*/
	z-index: 10; /*sticky bug fix*/
	background-color: var(--white);
}
/*address book .FALSE*/
.members.address-book .record-list .card{
	margin-bottom: 30px;
	border:1px solid var(--stroke-1);
	border-radius:0;
}
.members.address-book .record-list .card h5{
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);	
}
.members.address-book .record-list .card p{
	height:62px;
	overflow:hidden;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);	
}
.members.address-book .record-list .btn-outline-danger,
.members.address-book .record-list .btn-outline-primary{
	border:none;
	padding:0 16px 0 0;
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.members.address-book .btn-outline-danger:hover,
.members.address-book .btn-outline-primary:hover{
	background:none;
	color: var(--color-1);	
}
/*address modal*/
#addressModal h5{
	margin: 30px 0 30px 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	text-align: center;
	color: var(--color-1);
}
/*b2b panel*/
.members .left-panel{
	background:#f7f7f7;
}
.members .left-panel .logo{
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:9;
}
.members .left-panel h5{
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.44px;
	text-align: left;
	color: var(--color-1);
}
.members .right-panel{
	background-image: url('../images/login/bg.jpg');
	background-size: cover;
	background-position: center;
}
/*my-orders*/
.members.my-orders .record{
	margin-bottom:24px;
}
.members.my-orders .record .card{
	border-radius: 0;
	border-color:var(--stroke-1);
}
.members.my-orders .record .card .btn-primary{
	padding:0 10px;
	font-size:15px;
}



/* TABS MENU
-------------------------------------------------- */
.tabs-menu .nav{
	margin-bottom:40px !important;
	padding: 4px;
	border-radius: 6px;
	background: var(--background);
}
.tabs-menu .nav .nav-link{
	font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: normal;
	color:var(--color-2);
	background: none;
}
.tabs-menu .nav .nav-link:hover{
	color:var(--color-1);
}
.tabs-menu .nav .nav-link.active{
	color: var(--color-1);
	background: var(--white);
}



/* LIST GROUP
-------------------------------------------------- */
.list-group-item {
    padding-top:16px;
    padding-bottom:16px;
    border: 1px solid var(--stroke-1);
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	line-height: 1.33;
	color: var(--color-1);	
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: var(--color-1);
    background-color: #fafafa;
}
.list-group-item.list-group-red{
	font-size:14px;
	color: var(--color-1);
	border:none;
	padding-bottom:0;
}
.list-group .list-group-header{
	font-weight:600;
}


/* HOME
-------------------------------------------------- */
/* home carousel .OK*/
#homeCarousel{ }
/*carousel-caption .OK*/
#homeCarousel .caption {
	z-index:99;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom:initial;
	width:100%;
	padding:120px 0 0 0;
}
#homeCarousel .caption .col-12 {
	max-height:340px;
	overflow:hidden;
}
#homeCarousel .caption .col-12 .title{
	margin: 0 0 10px;
	max-height: 156px;
	overflow:hidden;
	font-family: 'Cormorant Garamond', serif;
	font-size: 66px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: normal;
	color: var(--color-1);
}
#homeCarousel .caption .col-12 .info{
	margin: 0;
	max-height: 86px;
	overflow:hidden;
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
#homeCarousel .caption .col-12 .btn{
	margin-top: 40px;
}
/*carousel-indicators .OK*/
#homeCarousel .carousel-indicators{
    margin-bottom: 30px;
}
#homeCarousel .carousel-indicators li{
	margin-left:14px;
	margin-right:0;
	width: 10px;
	height: 10px;
	border: solid 1px var(--color-2);
	border-radius: 0;
	opacity: 1;
	background: none;
}
#homeCarousel .carousel-indicators li.active{
	opacity: 1;
	border-color: var(--color-1);
	background-color: var(--color-1);
}
/*home content .OK*/
.home .content h3.title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: var(--color-1);
}
.home .content p{
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	color: var(--color-1);
}
/*main-products .FALSE*/
.main-products{
	margin: 94px 0 0px 0;
}
.main-products h3{
}
/*main-products tablist .FALSE*/
.main-products .nav-scroll {
    margin: -2px 0 40px 0;
    position: relative;
    height: 36px;
    z-index: 2;
    overflow-y: hidden;
}
.main-products .nav-scroll .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 0;
    margin-top: 0;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.main-products .nav-scroll .nav .nav-item .nav-link{
	padding:0;
	margin-right:26px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
	cursor:default;
}
.main-products .nav-scroll .nav .nav-item:last-child .nav-link{
	margin-right:0;
}
.main-products .nav-scroll .nav .nav-item .nav-link:after{
	display:none;
}
/*main-products slider .OK*/
.main-products .slick-track{
	min-width:100%;
}
.related-products .slick-prev,
.related-products .slick-prev:hover,
.related-products .slick-prev:focus,
.related-products .slick-next,
.related-products .slick-next:hover,
.related-products .slick-next:focus{
	z-index:2;
	top:-85px;
	right:80px;
	left:inherit;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.293%207%20.646%201.354l.708-.708L7.707%207l-6.353%206.354-.708-.707L6.293%207z%22%20fill%3D%22%231D252D%22%2F%3E%3C%2Fsvg%3E%0A') center center no-repeat;
	border: solid 1px var(--color-2);
	transform: rotate(180deg) !important;
}
.related-products .slick-next,
.related-products .slick-next:hover,
.related-products .slick-next:focus{
	right:14px;
	transform: rotate(0deg) !important;
}
.related-products .slick-prev:hover,
.related-products .slick-prev:focus,
.related-products .slick-next:hover,
.related-products .slick-next:focus{
	background:var(--color-1) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.293%207%20.646%201.354l.708-.708L7.707%207l-6.353%206.354-.708-.707L6.293%207z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E%0A') center center no-repeat;
	border: solid 1px var(--color-1);
}
.related-products .slick-prev:before,
.related-products .slick-next:before{
	display:none;
}
.related-products .item{
	padding:0 14px; /*slick slider bs5 bug fix*/
}
/*main-grid .OK*/
.main-grid{
	padding: 110px 0 70px 0;
	background-color: var(--background);
}
.main-grid .separator{
	margin-bottom:40px;
}
.main-grid .card{
	height:100%;
}
.world-of-melie {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom:80px;
	width: 100%;
}
.world-of-melie .marquee {
	display: flex;
	align-items: center;
	animation: marquee 12s infinite linear;      
}
.main-grid .world-of-melie .marquee svg{
	margin:0 70px;
}
.main-grid .world-of-melie .marquee span{
	font-family: 'Cormorant Garamond', serif;
	font-size: 66px;
	font-weight: 300;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-2);
}
@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
/*main-slogan. OK*/
.main-slogan{
	margin:110px 0 130px 0;
}
.main-slogan .item{
	text-align:center;
}
.main-slogan .item .record{
	display:block;
}
.main-slogan figure{
	margin-bottom:16px;
}
.main-slogan h6{
	margin-bottom:8px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
.main-slogan p{
	margin-bottom:0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
.main-slogan .item .record:hover h6,
.main-slogan .item .record:hover p{
	color: var(--gray);
}



/* RECORD LIST HOVER ANIMATE .OK
-------------------------------------------------- */
.record-list-animate .record{
	z-index:1; /*hover bug fix*/
	border: solid 1px transparent; /*hover bug fix*/
	position:relative;
    display: block;
    margin-bottom: 24px;
	background-color: var(--white);
}
.record-list-animate .record .title b{
	display: block;
	margin:10px 0 5px 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.record-list-animate .record .title span.price{
	display: block;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}									 
/*btn-list .OK*/
.record-list-animate .record .btn-list {
	margin-top:16px;
	text-align:center;
}
/*review .OK*/
.record-list-animate .record .btn-list .review{
	z-index:2;
}
/*favorite .OK*/
.record-list-animate .record .favorite-btn,
.products .product-img .favorite-btn{
	opacity:1;
	z-index:3;
	position:absolute;
	top:34px;
	right:34px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
}
.products .product-img .favorite-btn{
	opacity:1;
	top:20px;
	right:20px;
	cursor:pointer;
}
.record-list-animate .record .favorite-btn[data-type="add"],
.products .product-img .favorite-btn[data-type="add"]{
	background:var(--white) url(../images/svg/heart.svg) center center no-repeat;
}
.record-list-animate .record .favorite-btn[data-type="remove"],
.products .product-img .favorite-btn[data-type="remove"]{
	background:var(--white) url(../images/svg/heart-active.svg) center center no-repeat;
}
/*item image .OK*/
.item-look .shop-look{
	display:block;
	position:relative;
	margin-bottom:24px;
}
.item-look .shop-look figure{
	margin-bottom:0;
}
.item-look .shop-look .look-icon{
	position:absolute;
	right:18px;
	bottom:18px;
}
/*products hover -> image slider .OK*/
.carousel.slide.products{
	position:absolute;
	top:0;
	right:0;
	left:0;
}
.carousel.slide.products .carousel-control-prev {
    left: -24px;
	width: 24px;
}
.carousel.slide.products .carousel-control-next {
    right: -24px;
	width: 24px;
}



/* RECORD LIST .OK
-------------------------------------------------- */
.record-list .record{
	display:block;
	margin-bottom:40px;
}
.record-list .record figure{
	overflow:hidden;
	margin-bottom:0;
}
.record-list .record figure img{
	image-rendering: -webkit-optimize-contrast; /*chrome blurry - bug fix*/
	transition: 0.36s;
}
.record-list .record:hover figure img {
    transform: scale(1.1);
}
.record-list .record .title{
	display: block;
	margin-top:16px;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
.record-list .record p{
	margin-top:16px;
	font-family: 'Cormorant Garamond', serif;
	font-family: CormorantGaramond;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}


/*RECORD LIST GRID .OK
-------------------------------------------------- */
.record-list-grid .text .wrap{
	width:100%;
	max-width:520px;
	text-align:center !important;
}
.record-list-grid h3{
	margin-bottom: 12px !important;
	text-align:center !important;
}
.record-list-grid p{
	margin-bottom: 16px !important;
	text-align:center !important;
}
.record-list-grid .readmore{
	font-family: 'Outfit', sans-serif !important;
	font-size:18px !important;
}


/*inspirations+articles .OK
-------------------------------------------------- */
.inspirations main > .wrapper,
.articles main > .wrapper{
	margin-bottom:0 !important;
}
/*inspiration*/
.inspirations.detail .page-title h2{
	text-align:center;
	margin-bottom:37px;			
}
.inspirations.detail .col-center{
	display:block;
	float:none;
	max-width:630px;
	margin: 0 auto;		
}
.inspirations.detail .text p{
	margin:44px 0 53px 0;
}
.inspirations.detail .text p::first-letter {
	float: left;
	margin:-54px -60px -20px -20px;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 700;
    font-size: 120px;
	color: #dcdcdc;	
}
/*carousel-indicators .OK*/
#inspirationCarousel .carousel-indicators{
    margin-bottom: 30px;
}
#inspirationCarousel .carousel-indicators li{
	margin-left:14px;
	margin-right:0;
	width: 10px;
	height: 10px;
	border: solid 1px var(--color-2);
	border-radius: 0;
	opacity: 1;
	background: none;
	list-style:none !important;
}
#inspirationCarousel .carousel-indicators li.active{
	opacity: 1;
	border-color: var(--color-1);
	background-color: var(--color-1);
}


/*PRODUCTS DETAIL .OK
-------------------------------------------------- */
.products.detail main > .wrapper {
    margin-top:20px;
    margin-bottom:40px;
}
/*breadcrumb .OK*/
.products.detail .nav-breadcrumb .breadcrumb{
    margin:40px 0 34px 0 !important;
    padding:10px 0;
	border-top:1px solid var(--stroke-1);
	border-bottom:1px solid var(--stroke-1);
}
.products.detail .product-wrapper{
	margin-bottom:110px;
}
/*left box*/
/*products images .OK*/
.products .product-img .sticky-top,
.products .information .sticky-top{
	top:100px;
}
/*img zoom+thumbnails .OK*/
.products .large-img {
	position:relative;
	overflow:hidden;
    background-color: var(--white);
	margin-bottom:20px;
}
.products .large-img a{
	display:block;
}
/*right box*/
/*information .OK*/
.products .information .wrap{
	padding-left:44px;
}
.products .information .btn-dark{
	width:100%;
}
.products .information h1{
	margin-bottom: 23px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.products .information .other-info{
	margin-bottom: 12px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.products .information .other-info span{
	padding-right:22px;
}
.products .information .product-description{
	font-family: Proxima Nova;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
/*product-prices .OK*/
.products .information .product-prices{
	margin-bottom:32px;
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
/*product attribute .OK*/
.products .information .attribute{
	margin-top: 4px;
	margin-bottom: 26px;
}
.products .information .attribute p{
	margin-bottom: 12px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.products .information .products-msgbox .alert{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
/*products -> quantity + cart -> quantity .OK*/
.products .quantity,
.cart .quantity{
	display:inline-block;
	width:100%;
}
.products .quantity .btn,
.cart .quantity .btn{
	padding:0;
	min-width: 46px;
	height: 46px;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	border: solid 1px var(--stroke-1);
	background-color: var(--white);
	color: var(--color-1);
	border-radius: 0;
}
.products .quantity .btn:hover,
.cart .quantity .btn:hover {
    border: solid 1px var(--color-2);
}
.products .quantity .bootstrap-touchspin-down,
.cart .quantity .bootstrap-touchspin-down {
	border-top-right-radius: 0; /*bug fix*/
    border-bottom-right-radius: 0; /*bug fix*/
}
.products .quantity .bootstrap-touchspin-up,
.cart .quantity .bootstrap-touchspin-up {
    border-top-left-radius: 0; /*bug fix*/
    border-bottom-left-radius: 0; /*bug fix*/
}
.products .quantity .form-control,
.cart .quantity .form-control {
	height: 46px;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
/*products -> cart-add-button .OK*/
.products.detail .cart-add-button{
	width:100%;
}
/*products detail tablist .OK*/
.products.detail .product-tabs{
	margin-top: 60px;
	border-top: 1px solid var(--stroke-1);
}
.products.detail .product-tabs .nav-item .nav-link{
	opacity:1;
	margin-left:0;
	padding:13px 0 ;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
	border-radius:0;
	border:none !important;
	border-bottom:1px solid var(--stroke-1) !important;
	background-color:transparent;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.293%207%20.646%201.354l.708-.708L7.707%207l-6.353%206.354-.708-.707L6.293%207z%22%20fill%3D%22%23787878%22%2F%3E%3C%2Fsvg%3E%0A');
	background-repeat: no-repeat, repeat;
	background-position: center right 10px;
	transition: all 0.2s ease-in-out;
}
.products.detail .product-tabs .nav-item .nav-link:hover {
	padding-left:4px;
	color: var(--color-1);
	background-position:center right 6px;
}
.products.detail .product-tabs .tab-content{
	display:none !important;
}
.products.detail .product-tabs .tab-content{
	display:none !important;
}
/*productAjaxModal .OK*/
#productAjaxModal .modal-body ul{
	padding-left: 20px;
}
#productAjaxModal .modal-body ul > li{
	list-style:disc;
}
#productAjaxModal .modal-body .info img{
	image-rendering: -webkit-optimize-contrast; /*chrome blurry - bug fix*/
	max-width: 100% !important;
	height: auto !important;
}
/*product social .OK*/
.products .product-social ul{
	margin-top:20px;
	padding-left:0 !important;
}
.products .product-social ul li{
	margin-bottom:5px;
	list-style:none !important;
}
.products .product-social ul li a{
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.products .product-social ul li a{
	transition:all .4s;
}
.products .product-social ul li a:hover{
	color: var(--color-1);
}
/*related-products .OK*/
.products.detail main .content .related-products h3{
	margin-bottom: 40px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
/*order product modal*/
#orderProductModal .modal-body{
	padding-left:30px;
	padding-right:30px;
}
#orderProductModal .modal-body .order-product-info{
	font-family: 'Outfit', sans-serif;
	font-size:15px;
	font-weight:400;
	color:var(--black);
	margin-bottom:26px;
}
#orderProductModal .modal-body form textarea{
	height:126px;
}
/*Product Personalization Modal*/
#personalizationModal .modal-header{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
#personalizationModal button.close[data-bs-dismiss="modal"]{
	position:absolute !important;
	top:14px;
	right:14px;
}
#personalizationModal .modal-dialog{
	min-width:910px;
}
#personalizationModal .modal-content{
    background-color:transparent !important;
}
#personalizationModal .modal-body{
	display: flex; /* equal height of the children */
	min-height:400px;
	padding:0;
	text-align:left;
}
#personalizationModal .modal-body .personalization-left{
	flex: 1; /* additionally, equal width */
	float:left;
	width:50%;
    background:var(--color-2);
}
#personalizationModal .modal-body .personalization-right{
  	flex: 1; /* additionally, equal width */
	float:right;
	width:50%;
	background:var(--white);
}
#personalizationModal .modal-body .personalization-form{
	padding: 0 20px;
}
#personalizationModal .modal-body .step-1{
	margin-top:20px;
	font-family: 'Cormorant Garamond', serif;
	font-weight:400;
	font-size:22px;
	color:var(--white);
}
#personalizationModal .modal-body .upload-file-title{
	margin-top:16px;
	padding-bottom:4px;
	font-family: 'Outfit', sans-serif;
	font-weight:400;
	font-size:22px;
	color:var(--white);
	border-bottom:1px solid var(--white);
}
#personalizationModal .modal-body .personalization-form select,
#personalizationModal .modal-body .personalization-form select option,
#personalizationModal .modal-body .personalization-form input[type=text],
#personalizationModal .modal-body .personalization-form .upload-file{
	display:block;
	width:100%;
	font-family: 'Outfit', sans-serif;
	font-size:14px;
	font-weight:400;
	color:var(--white);
	background:none;
	border:1px solid var(--white);
}
#personalizationModal .modal-body .personalization-form select{
	margin-top:14px;
	padding:13px 10px;
}
#personalizationModal .modal-body .personalization-form select{
	margin-top:14px;
	padding:13px 10px;
}
#personalizationModal .modal-body .personalization-form select option{
	color:#767676;
}
#personalizationModal .modal-body .personalization-form input[type=text]{
	margin-top:22px;
	padding:13px 15px;
}
#personalizationModal .modal-body .personalization-form .upload-file{
	margin-top:8px;
    padding: 0 0 8px 0;
	height: 56px;
    line-height: 46px;
	border:none;
	border-bottom:1px solid var(--white);
}
#personalizationModal .modal-body .personalization-form .upload-file .btn{
	float:right;
	max-width:150px;
}
#personalizationModal .modal-body .personalization-form input[type=file]{
	display:none;
}
#personalizationModal .modal-body .personalization-form input[type=text]::-webkit-input-placeholder{
	color:var(--white);
}
#personalizationModal .modal-body .personalization-form input[type=text]:-moz-placeholder {
	color:var(--white);
}
#personalizationModal .modal-body .personalization-form input[type=text]::-moz-placeholder {
	color:var(--white);
}
#personalizationModal .modal-body .personalization-form input[type=text]:-ms-input-placeholder{
	color:var(--white);
}
#personalizationModal .modal-body .personalization-form .upload-file span{
	font-family: 'Outfit', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:var(--white);
}
#personalizationModal .modal-body .personalization-form .personalization-info{
	display:block;
	padding:0;
	margin:8px 0 0 0;
	text-align:left;
	font-family: 'Outfit', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#ffff;
}
#personalizationModal .modal-body .personalization-form ul.personalization-info li:first-child{
	margin-top:0;
}
#personalizationModal .modal-body .personalization-form #cartAddButton{
	margin-top:60px;
	margin-bottom:33px;
	/*width:240px;*/
}
/*personalization right*/
#personalizationModal .modal-body .personalization-images {
    padding: 0 20px 30px 20px;
}
#personalizationModal .modal-body .step-2 {
    margin-top: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 22px;
    color: var(--color-2);
}
#personalizationModal .modal-body .canvas-image-list .image-list-wrapper,
#personalizationModal .modal-body .personalization-images .canvas-wrapper{
	display:block;
	height:320px;
	margin:20px 0; 
} 
#personalizationModal .modal-body .canvas-image-list .image-list-wrapper{
	text-align:center;
	/*border:1px solid #767676;*/
}
#personalizationModal .modal-body .canvas-image-list .image-list-wrapper span{
	display:inline-block;
	margin:0 15px;
} 
#personalizationModal .modal-body .personalization-images .canvas-wrapper{
	border:1px solid #767676; 
	background-image: url(data:image/gif;base64,R0lGODlhCgAKAIAAAOLi4v///yH5BAAHAP8ALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==);
}
.canvas-control-list{
	margin-bottom:16px;
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: var(--color-1);
}
.canvas-control-list .control-info{
	margin-top:-15px;
	margin-bottom:10px;
	text-align:center;
	font-size: 12px;
}
.canvas-control-list input[type=range]{
	width:100%;
	margin-bottom:4px;
}
.canvas-grayscale{
	float:right;
}
.canvas-grayscale label{
	margin:0 4px 0 5px !important;
	font-size:13px !important;
	color: #333 !important;
	cursor:pointer;
}



/* CONTACT .FALSE
-------------------------------------------------- */
/*contact list*/
.contact main .content .map-pin{
	margin-top: 30px;
}
.contact main .content .map-pin a{
	font-family: 'Cormorant Garamond', serif;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-align: left;
	color: var(--color-1);
}
.contact main .content .map-pin a:hover{
	color: var(--color-2);
}
/*contact form*/
.contact .contact-form p{
	margin-bottom:0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	line-height: 1.53;
	text-align: left;
	color: #0d1a26;
}
.contact .contact-form form{
	margin-top: 25px;
}


/* CART .FALSE
-------------------------------------------------- */
.quantity input{
	text-align:center;
}
.cart-products:after{
	content:"";
	display:inline-block;
	width:100%;
	margin-left:15px;
	margin-right:15px;
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.cart-products:last-child{
	margin-bottom:0 !important;
} 
.cart-products:last-child:after{
	display:none;
}  
.cart-products .products-image a{
	display:block; /*safari fix*/
}
.cart-products .right{
	width:100px;
	min-width:100px;
}
/*credit card modal*/
#creditCardModal .spinner-wrap{
	position:relative;
}
#creditCardModal .spinner-wrap .spinner-center{
	position: absolute;
    top: 34px;
	width:100%;
    text-align:center;
}
#creditCardModal .modal-body{
	min-height:100px;
}


/* CATEGORY+SEARCH .FALSE
-------------------------------------------------- */
.category h1,
.products.search h1{
	margin: 0 0 29px 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 55px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	text-align: left;
	color: var(--color-1);
}
.category .filter,
.products.search .filter{
	margin-top:22px;
}
.category .filter .form-group,
.products.search .filter .form-group{
	float:right;
	margin:0;
	padding:0 0 0 24px;
}
.category .filter select.form-control,
.products.search .filter select.form-control{
	margin:0;
	padding: 0 20px 0 0;
	min-width: auto;
	height:auto;
	font-size: 15px;
	line-height: 1.47;
	border:none;
	background-position: right 0 top 50%, 0 0;
}


/* MODAL .OK
-------------------------------------------------- */
.modal-backdrop.show {
    opacity: .8;
}
.modal .close:not(.btn-close){
	background:none;
}
.modal button.close[data-bs-dismiss="modal"] {
	z-index:9999;
	position:fixed;
	top:24px;
	right:24px;
	background:none;
	float:inherit;
	font-size:inherit;
}
.modal .modal-content {
	border-radius:0;
}
/*modal as left/right sidebar .OK */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	max-width: inherit;
	width: 418px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
	padding-left:30px;
	padding-right:30px;
}
/*Left*/
.modal.left.fade .modal-dialog{
	left: -418px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog{
	left: 0;
}  
/*Right*/
.modal.right.fade .modal-dialog {
	right: -418px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
/*model center wrap*/
.modal.sidebar .modal-body .wrap{
	width:100%;
}
/*model sidebar style*/
.modal.sidebar .modal-content{
	border-radius: 0;
	border: none;
	background-color: var(--white);
}
.modal.sidebar .modal-body{
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.87;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.modal.sidebar h4{
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.modal.sidebar h5{
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
/*modal language+currency .OK*/
.modal.sidebar .language,
.modal.sidebar .currency{
	margin:50px 20px 0 20px;
}
.modal.sidebar .currency{
	margin-top:70px;
}
.modal.sidebar .language h4,
.modal.sidebar .currency h4{
	margin-bottom:60px;
}
.modal.sidebar .language h5,
.modal.sidebar .currency h5{
	font-size: 15px;
	font-weight: 500;
}
.modal.sidebar .language ul,
.modal.sidebar .currency ul{
	display:inline-block;
	width:100%;
	padding-left:0;
	margin-top:30px;
	margin-bottom:0;
}
.modal.sidebar .language ul > li,
.modal.sidebar .currency ul > li{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.modal.sidebar .language ul > li a,
.modal.sidebar .currency ul > li a{
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.modal.sidebar .language ul > li a.active,
.modal.sidebar .language ul > li a:hover,
.modal.sidebar .currency ul > li a.active,
.modal.sidebar .currency ul > li a:hover{
	color: var(--color-1);
}
.modal.sidebar .language ul > li a img,
.modal.sidebar .currency ul > li a figure{
	opacity:0.5;
}
.modal.sidebar .currency ul > li a figure{
	display:inline-block;
	margin:0;
	width: 48px;
	height: 48px;
	line-height:47px;
	border-radius:48px;
	border: solid 1px var(--color-2);
	background-color: var(--white);
	font-size:18px;
	text-align:center;
}
.modal.sidebar .language ul > li a.active img,
.modal.sidebar .language ul > li a:hover img,
.modal.sidebar .currency ul > li a.active figure,
.modal.sidebar .currency ul > li a:hover figure{
	opacity:1;
}
.modal.sidebar .language ul > li a span,
.modal.sidebar .currency ul > li a span{
	margin-left:16px;
}
/*fullscreen modal*/
.modal .modal-fullscreen .modal-body{
	padding: 58px 0 !important;
}
/*modal centered*/
.modal .modal-dialog-centered:not(.modal-fullscreen) button.close[data-bs-dismiss="modal"]{
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
/*login modal*/
#loginModal .modal-body h5{
	margin: 40px auto 14px auto;
	max-width: 240px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	text-align: center;
	color: var(--color-1);
}
#loginModal .modal-body p{
	max-width: 240px;
	margin: 0 auto 28px auto;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
#loginModal .modal-body .btn{
	width:100%;
}
#loginModal .modal-body .register-wrap{
	margin-bottom: 20px;
}
#loginModal .modal-body .register-wrap h5{
	margin: 52px auto 18px auto;
}
/*header search modal .FALSE*/
#searchModal{
	padding:0 !important;
}
#searchModal .modal-dialog{
	width: 100% !important;
	max-width:inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}
#searchModal .modal-content{
	height: 310px;
	background-color: var(--white);
	border:none;
	border-radius:0;
}
#searchModal .modal-body{
	padding:0 !important;
}
#searchModal .logo{
	margin-top:34px;
	margin-bottom:50px;
	/*width:282px;*/
}
#searchModal form {
	max-width: 736px;
	margin:0 auto;
}
#searchModal form.custom .form-group {
	margin-bottom:50px;
	position:relative;
}
#searchModal .custom .search-input {
	height: 46px;
	padding: 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
	border-radius: 0;
	border:none;
	border-bottom: solid 1px var(--stroke-1) !important;
	background-color: transparent;
}
#searchModal .custom .search-input:focus {
	border:none !important;
	border-bottom: solid 1px var(--color-2) !important;
}
#searchModal form.custom input[type=submit] {
	display:inherit !important;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.889%201.5a8.389%208.389%200%201%200%200%2016.778%208.389%208.389%200%200%200%200-16.778zM.5%209.889a9.389%209.389%200%201%201%2018.778%200%209.389%209.389%200%200%201-18.778%200z%22%20fill%3D%22%231D252D%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22m16.52%2015.813%204.834%204.833-.707.708-4.834-4.834.707-.707z%22%20fill%3D%22%231D252D%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-size: 22px 22px;
	background-color: transparent !important;
    color: transparent;
    outline: none;
    border: none;
}
/*info-modal*/
.modal.info-modal .modal-body{
	padding-top:60px;
	padding-bottom:100px;
}
.modal.info-modal.thanks .info-svg{
	display:block;
	margin:0 auto 30px auto;
	width: 80px;
	height: 80px;
	padding: 21px;
	background-color: #7cba19;
	border-radius:80px;
}
.modal.info-modal .info-title{
	margin-bottom:14px;
	font-family: 'Outfit', sans-serif;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
.modal.info-modal .info-text{
	font-family: Inter;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}


/*CONFIRMATION .FALSE*/
.confirmation main .content .text{
	text-align:center;
	margin-top:40px;
	margin-bottom:30px;
}
.confirmation main .content .text h3{
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
.confirmation main .content .text p{
	margin-bottom:40px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.66px;
	text-align: center;
	color: var(--color-1);
}
.confirmation main .content .text .order-code h4{
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.28px;
	text-align: center;
	color: var(--color-1);
}
.confirmation main .content .text .order-code .text-success{
	margin-bottom:40px;
	padding: 10px 35px !important;
	border: solid 1px var(--stroke-1) !important;
	background-color: var(--background) !important;
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	text-align: center;
	color: var(--color-1) !important;
}


/*CART .OK*/
.cart h5{
	margin-bottom:0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.62px;
	text-align: left;
	color: var(--color-1);
}
.cart .cart-products h5{
	font-size: 30px;
	line-height: 1.23;
	letter-spacing: -0.99px;
	color: var(--color-1);
}
/*basket empty*/
.cart .basket-empty figure{
	display:block;
	margin:22px auto;
	width: 100px;
	height: 100px;
	border-radius:100px;
	padding: 31.1px 33.2px 30.2px 28.1px;
	border: solid 1px var(--stroke-1);
	background-color: var(--white);
}
.cart .basket-empty p{
	margin-bottom:30px !important;
	font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.66px;
	text-align: center;
	color: var(--color-1);
}
/*products*/
.cart .cart-products-wrap{
	margin-bottom:80px;
}
.cart .cart-products-wrap .list-group-flush>.list-group-item:last-child,
.cart .cart-address .list-group-flush>.list-group-item:last-child  {
    border-bottom-width: 1px !important;
}
.cart .products-title{
	display:block;
	margin-bottom:14px;
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: left;
	color: var(--color-1);
}
.cart .products-attribute,
.cart .products-personalized{
	display:block;
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.cart .products-sku{
	display:block;
	margin-top:14px;
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-2);
}
/*cart -> cart-remove*/
.cart .cart-remove{
	position:absolute;
	margin-top:11px;
	margin-left:12px;
}
/*delivery .OK*/
.cart .delivery-wrapper{
	margin-bottom: 30px;
	border: solid 1px var(--stroke-1);
	background-color: var(--background); border-radius: 0;
}
.cart .delivery-wrapper .order-type-info{
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
/*order types*/
.cart-order-types,
.cart-address .shipping-address,
.cart-address .billing-address,
.cart-payment-methods{
	margin-bottom:65px;
}
/*address*/
.cart-address .btn-cart-address{
	margin-left:30px;
	padding: 9px 19px 8px 19px;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.68;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
	background:none;
	white-space:nowrap;
}
.cart-address .btn-cart-address svg{
	margin-right:6px;
}
.cart-address .btn-cart-address svg rect{
	fill: var(--color-2);
}
.cart-address .btn-cart-address:hover,
.cart-address .btn-cart-address:active{
	color: var(--gray) !important;
}
.cart-address .edit-remove-bar{
	margin-top:10px;
}
.cart-address .edit-remove-bar a{
	margin-left:24px !important;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.cart-address .edit-remove-bar a:hover{
	color: var(--color-1);
}
.cart-address .edit-remove-bar a svg{
	display:none;
}
/*billing address*/
.cart-address .billing-address .same-delivery-address{
	margin-top:25px;
}
.cart-address .list-group-item {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*payment methods*/
.cart-payment-methods .credit-card{
	margin-top:30px;
}
.cart-payment-methods .credit-card .credit-card-bank .form-group{
	margin-bottom:15px;
}
.cart-payment-methods .credit-card .credit-card-bank .credit-card-image{
	display:none;
}
.cart-payment-methods .credit-card .credit-card-bank .installment-header [class*=col-]{
	font-weight:600;
}
.cart-payment-methods .credit-card .credit-card-bank .card-installment-values{
	text-align:center;
}
.cart-payment-methods .credit-card .credit-card-bank .card-installment label{
	margin-bottom:0;
}
/*bank account*/
.cart-payment-methods .bank-account{
	margin-top:30px;
}
.cart-payment-methods .bank-account .accordion .accordion-header .form-check{
  margin-bottom:30px;
  margin-right: 13px;
}
.cart-payment-methods .bank-account .accordion .accordion-header .form-check:last-child{
  margin-right: 0;
}
.cart-payment-methods .bank-account .accordion .accordion-header .form-check img{
  border: solid 1px var(--stroke-1);
}
.cart-payment-methods .bank-account .accordion .accordion-header .form-check-label{
  top: 50%;
  transform:translateY(-50%);
}
.cart-payment-methods .bank-account .accordion .collapse-content{
	margin-bottom:30px;
	opacity: 1;
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.46;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.cart-payment-methods .bank-account .accordion .collapse-content b {
	font-weight: normal;
}
.cart-payment-methods .bank-account textarea.form-control {
    margin-top: 0 !important;
}
/*order notes*/
.cart-order-notes h5{
	margin-bottom:20px;
}
.cart-order-notes{
	margin-bottom:28px;
}
.cart-order-notes #orderNotes{
}
/*policy*/
.cart .policy{
	margin-bottom:60px;
}
/*submit*/
.cart input[type="submit"]{
	width:100%;
}
/*prices info*/
.cart-prices-info{
	margin-bottom:30px;
	padding:1rem;
	border: solid 1px var(--stroke-1);
	background-color: var(--background);
	border-radius: 0;
}
.cart-prices-info .list-group-item{
	background:none;
	border-color:var(--stroke-1) !important;
}
.cart-prices-info h5 {
    border-bottom: 1px solid var(--stroke-1) !important;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}
.cart-prices-info a:hover{
	color: var(--color-1) !important;
}
.cart-prices-info a:hover svg path{
	fill: var(--color-1) !important;
}
.cart-prices-info a.coupon-remove-button svg{
	display:inline-block;
	margin-top:-3px;
}
.cart-prices-info .cart-grand-total{
	margin-top:1rem;
}
/*points*/
.points-grand-total{
	color:#b4b4b4;
	font-weight:bold;
}
/*coupon code*/
.cart-coupon-code{
	margin: 0 -17px -17px;
	padding: 17px;
	background: var(--color-2);
	border-radius: 0;	
}
.cart-coupon-code hr{
	display:none;
}
.cart-coupon-code a{
	color: var(--white) !important;
}
.cart-coupon-code a:hover{
	color: var(--color-1) !important;
}
.cart-coupon-code [name=couponCode]{
	margin:20px 0 15px 0;
}
.cart-coupon-code .coupon-add-button{
	width:100%;
	margin-bottom:5px;
	border: 1px solid var(--color-2);
}
.cart-coupon-code .coupon-add-button:hover{
	border: 1px solid var(--white);
}


/* COUPONS .FALSE
-------------------------------------------------- */
.members.coupons .record-list .item {
	margin-bottom:30px;
}
.members.coupons .record-list .item .card {
    border: 1px solid #dedede;
    border-radius: 0;
}
.members.coupons .record-list .item .card .card-left{
	border-right:1px dashed #dedede;
}
.members.coupons .record-list .item.active .card,
.members.coupons .record-list .item.active .card .card-left {
    border-color: var(--color-2) !important;
}
.members.coupons .record-list .card .card-left .discount{
	/*
	height: 68px;
    overflow: hidden;
	*/
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-1);
	margin-bottom:16px;
}
.members.coupons .record-list .card .card-left .discount small{
	display:block;
	font-size:60%;
}
.members.coupons .record-list .btn{
	width:100%;
	min-width:inherit !important;
}
.members.coupons .record-list .card .card-right h5.card-title {
	margin-bottom: 15px;
	font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: var(--color-1);
}
.members.coupons .record-list .card .card-right .card-text {
	font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: var(--color-1);
}
.members.coupons .record-list .card .card-right .card-text small:after{
	content:"";
	display:block;
	width:100%;
}


/* PRICE INDEX .OK
-------------------------------------------------- */
.price-index .wrapper {
    margin-top: 20px;
    margin-bottom: 90px;
}
.price-index .records h2{
	margin-top:50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: normal;
	font-size:26px;
	text-align:center;
}
.price-index .records .price-wrapper .name{
	float:left;
	width:32%;
	border:1px solid var(--stroke-1);
	margin:2px 0 2px 4px;
	padding:8px;
	font-family: 'Cormorant Garamond', serif;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}
.price-index .records .price-wrapper .price{
	float:left;
	width:65%; 
	border:1px solid var(--stroke-1); 
	margin:2px 0 2px 4px; 
	padding:8px;
	font-family: 'Cormorant Garamond', serif;
	font-size:20px;
	font-weight:normal;
	text-align:left;
}
.price-index .vat span{
	display:inline-block;
	width: 99.3%;
    height: 48px;
    padding: 12px;
	margin:30px 4px 0 4px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #fff !important;
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    border-radius: 0;
}


/* DEALERS .OK
-------------------------------------------------- */
.dealers h5.sub-title {
    margin-bottom: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.62px;
    text-align: left;
    color: var(--color-1);
}
.dealers [name=payment_form]{
    margin-top: 60px;
}
.dealers [name=payment_form] [name=paymentTotal]{
    font-size: 15px;
}
.dealers .credit-card-installment{
	margin-bottom:0;
}
.dealers .credit-card-installment li{
	margin-bottom: 20px;
}
.dealers .credit-card-image{
	display:none;
}
.dealers .installment-header{
	font-weight:bold;
}


/* CATALOG .OK
-------------------------------------------------- */
.catalog .content .file-list .record{
    display: block;
    position: relative;
    margin-bottom: 30px;
	min-height: 255px;
	background-color: #efefef;
	border:none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.catalog .content .file-list .record h5{
	padding:28px 18px;
	width: 200px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	color: #0d1a26;
}
.catalog .content .file-list .record .pdf-icon{
	position:absolute;
	right:16px;
	bottom:16px;
	width:41px;
	height:55px;
	background-color: var(--color-1);
	mask: url(../images/svg/pdf-icon.svg) no-repeat center / contain;
	-webkit-mask: url(../images/svg/pdf-icon.svg) no-repeat center / contain;
}
.catalog .content .file-list .record:hover .pdf-icon{
	background-color: var(--white);
}
.catalog .content .file-list .record:hover{
	background-color: var(--color-2);
}
.catalog .content .file-list .record:hover h5{
	color: var(--white);
}


/*TABLIST (scroll) .OK*/
.nav-scroll {
    z-index: 2;
    position: relative;
    height: 24px;
	margin-bottom:20px;
    overflow-y: hidden;
}
.nav-scroll .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: 0;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroll .nav-item{
	min-height:24px;
}
.nav-scroll .nav-item .nav-link{
	padding:0;
	margin-right:24px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.43px;
	text-align: left;
	color: var(--color-1);
	opacity: 0.4;
}
.nav-scroll .nav-item:last-child .nav-link{
	margin-right:0;
}
.nav-scroll .nav-item .nav-link.active{
	color: var(--color-1);
	opacity: 1;
	position:relative;
}
.nav-scroll .nav-item .nav-link.active:after{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-1);
}


/* PAGINATION .ok
-------------------------------------------------- */
.pagination {
	margin-top:30px;
}
.page-link {
	padding: 12px 16px;
	background-color: var(--white);
	border: 1px solid var(--stroke-1);
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.page-link:hover {
	color: var(--color-1);
	background-color: #e9ecef;
	border-color: var(--stroke-1);
}
.page-item.active .page-link {
	color: var(--color-1);
	background-color: #e9ecef;
	border-color: var(--stroke-1);
}


/* WP .FALSE
-------------------------------------------------- */
/*wp btn*/
.wp-btn {
    display: block;
    z-index: 200;
    position:fixed;
	right:20px;
	bottom:20px;
    cursor: po'Cormorant Garamond', serif;
    overflow: hidden;
    border: 0px;
}
.popover{
	z-index:999 !important;
}
.wp-popover{
	position:fixed !important;
}



/* TOP SLOGAN .OK
-------------------------------------------------- */
.top-slogan{
	background:#c80120;
	padding:13px 0;
}
.top-slogan span{
	padding-left: 15px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
}
.top-slogan svg path{
	fill:var(--white);
}
.top-slogan .slogan-1 svg{
	max-height:44px;
}
.top-slogan .slogan-2 svg{
	max-height:42px;
}
.top-slogan .slogan-3 svg{
	max-height:46px;
}
.top-slogan .slogan-4 svg{
	max-height:42px;
}



/* INFO BOX .OK
-------------------------------------------------- */
body.info-box-open {
	margin-top: 38px; /*top space fix*/
}
body.info-box-open header .info-box{
	display:flex !important;
}
body header .info-box{
	display:none !important;
	z-index:1031;
	/*
	position:fixed;
	left:0;
	top:0;
	*/
	width:100%;
	height:38px;
	background:#f8f8f8;
	border-bottom:1px solid var(--stroke-1);
}
body.info-box-open header .info-box .close{
	position:absolute;
	right:15px;
	margin-top:2px;
}
body.info-box-open header .info-box span{
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 36px;
	letter-spacing: -0.26px;
	color: var(--color-1);
}
body.info-box-open header .info-box.blink span{
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
	33%{opacity: 1;}
	66%{opacity: .75;}
	99%{opacity: 1;}
}
body.info-box-open header nav.navbar-custom{
	/*margin-top:38px;*/
}



/* CAMPAING MODAL .OK
-------------------------------------------------- */
#campaignModal .modal-dialog {
    max-width: 720px;
}
#campaignModal .modal-content {
	border:none;
	border-radius:0;
}
#campaignModal .modal-body {
	padding:0;
}
#campaignModal .close:not(.btn-close) {
	position:absolute;
	top:10px;
	right:15px;
}
#campaignModal .close svg{
	width:16px;
}
#campaignModal .modal-body .right {
	padding: 36px;
	position:relative;
}
#campaignModal .modal-body .left {
}
#campaignModal .modal-body .text h4 {
	margin-bottom:15px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-2);
}
#campaignModal .modal-body .text hr {
	border: none;
	height: 1px;
	width: 100%;
	margin-bottom:20px;
	background: var(--color-2);
}
#campaignModal .modal-body .text p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
#campaignModal .modal-body .modal-newsletter-form {
	margin:20px 0;
}
#campaignModal .modal-body .modal-newsletter-close {
	position:absolute;
	left:0;
	right:0;
	bottom:16px;
	text-align:center;
}



/* COKIEE .OK
-------------------------------------------------- */
.cokiee-alert{
	z-index:199;
	position:fixed;
	padding: 18px 0;
	bottom:0;
	left:0;
	right:0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: var(--white);
	background-color: var(--color-1);
	opacity:0.8;
}
.cokiee-alert a{
	color: var(--white);
}
.cokiee-alert a:not(.btn):hover{
	text-decoration:underline;
}
.cokiee-alert .close-btn{
	display: block;
	margin: 0 auto;
	height: 38px;
	min-width: auto;
	max-width: 150px;
	line-height: 38px;
	font-size: 13px;
}
.cokiee-alert .close-btn:hover{
	color: var(--color-1);
}


/* ALERTS .OK
-------------------------------------------------- */
#Msgbox,
#Msgbox a{
	font-size:14px;
	line-height:1.33;
	text-align:left;
	border-radius:0;
}
#Msgbox .btn-close{
	text-indent:-10000px;
}


/* POINTS .OK
-------------------------------------------------- */
.points .currency-symbol{
	min-width:60px;
	text-align:center;
	-ms-flex-pack: center;
	justify-content: center;
} 
.points .create-coupon{
	min-width:140px !important;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.points .colored-1-text{
	color: var(--color-1);
}
/*points modal*/
.points #pointsCuponModal .info-text{
	margin-top:22px;
	margin-bottom:22px;
	font-family: Proxima Nova;
	font-size: 18px;
	line-height: 1.23;
	color: var(--color-1);
}
.points #pointsCuponModal .gift-coupon{
	font-family: Proxima Nova;
	font-size: 24px;
	line-height: 1.23;
	color: var(--color-1);
}
/*points toast*/
.points .coupon-toast{
	z-index:9999;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0.9;
}


/* CARD LIST .OK
-------------------------------------------------- */
.card-list .card{
	overflow:hidden;
	border:none;
	border-radius: 0;
	background-color: var(--white);
}
.card-list .card:hover{
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	background-color: var(--white);
}
.card-list .card .card-body{
	padding: 26px;
	text-align: left;
}
.card-list .card figure{
	margin-bottom: 0;
	overflow:hidden;
}
.card-list .card figure img{
	transition: 0.36s !important;
}
.card-list .card:hover figure img {
    transform: scale(1.1);
}
.card-list .card .card-title{
	margin-bottom: 12px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.card-list .card .card-text{
	/*
	overflow:hidden;
	height: 54px;
	*/
	margin-bottom: 40px;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}


/* CATEGORY .OK
-------------------------------------------------- */
/*navbar filter .OK*/
.navbar-filter {
	padding:0;
	height:54px;
	background: var(--white);
	border-bottom:1px solid var(--stroke-1);
}
.navbar-filter .dropdown {
    position: inherit !important; /*fullscreen fix*/
}
.navbar-filter .navbar-nav > .nav-item > .nav-link{
	padding:17px 60px 17px 0;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: var(--gray);
}
.navbar-filter .navbar-nav > .nav-item > .nav-link:hover{
	color: var(--color-1);
}
.navbar-filter .navbar-nav > .nav-item:last-child > .nav-link{
	padding-right:0;
}
.navbar-filter .dropdown .dropdown-menu {
	margin:0;
    padding: 24px 0 28px 0;
	left:0;
	right:0;
	border-radius:0;
	border:none;
    border-top: 1px solid var(--stroke-1);
    border-bottom: 1px solid var(--stroke-1);
	background: var(--white);
    transition: visibility 0s, opacity 0.5s linear;
}
.navbar-filter .dropdown .dropdown-menu .container{
	display:inherit !important; /*container size bug fix*/
}
.navbar-filter .dropdown .dropdown-menu h6{
	margin-bottom:0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	text-align: left;
	color: var(--color-1);
}
/*price-range .OK*/
.navbar-filter .price-range button{
	margin-left:30px;
	transition:none;
}
.navbar-filter .price-range-min,
.navbar-filter .price-range-max{
	width:64px;
	float:left;
	margin:7px 4px 0 4px;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.87;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
}
.navbar-filter .price-range-max{
	width:74px;
	text-align: right;
}
.navbar-filter .price-range-slider-wrap{
	float:left;
	width:100%;
	max-width: 212px;
	margin-top:20px;
}
.navbar-filter .price-range-slider{
	position: relative;
    text-align: left;
    height: 1px !important;
    border: none !important;
    background: var(--stroke-1) !important;
}
.navbar-filter .price-range-slider .ui-state-default, .ui-widget-content .ui-state-default{
    z-index: 2;
	position: absolute;
	top: -6px;
    margin-left: -0.6em;
    border: none !important;
    background: var(--color-2) !important;
	width: 13px !important;
	height: 13px !important;
	border-radius:0;
}
/*filter-items .OK*/
.navbar-filter .sort-filter ul.filter-items{
	float:right;
}
.navbar-filter ul.filter-items{
	padding-left:0;
	margin-left:-25px;
}
.navbar-filter ul.filter-items > li{
	float:left;
	margin-left:25px;
}
.navbar-filter ul.filter-items > li label.form-check-label,
.navbar-filter ul.filter-items > li a{
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.87;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-1);
	line-height: 25px; /*vertical center*/
}
/*lookModal .OK*/
#lookModal .modal-dialog{
	width:696px;
	max-width: inherit;
}
.modal.right.fade .modal-dialog{
	right:-696px;
}
#lookModal .modal-body{
    padding: 60px;
}
#lookModal .look-list h4{
	margin-bottom:30px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
/*look-list record-list .OK*/
#lookModal .look-list .record-list-animate .record{
	overflow:hidden; /*border fix*/
	margin-bottom: 24px !important;
	padding: 0 0 16px 0 !important;
	box-shadow: inherit !important;
	border: solid 1px var(--stroke-1);
}
#lookModal .look-list .record-list-animate .record{
	overflow:hidden; /*border fix*/
	margin-bottom: 24px !important;
	padding: 0 0 16px 0 !important;
	box-shadow: inherit !important;
	border: solid 1px var(--stroke-1);
}
#lookModal .look-list .record-list-animate .record figure {
	overflow:hidden;
}
#lookModal .look-list .record-list-animate .record img {
	transition: transform 0.36s;
}
#lookModal .look-list .record-list-animate .record:hover img {
    transform: scale(1.1);
}
#lookModal .look-list .record-list-animate .record .wrap {
    height: auto !important;
    opacity: 1 !important;
}
#lookModal .look-list .record-list-animate .record .title span.price{
	margin-bottom:0;
}
#lookModal .look-list .record-list-animate .record .btn-list {
	display:none;
}



/* GET THE LOOK .OK
-------------------------------------------------- */
.get-the-look .record-list .record{
	margin-bottom:60px;
}
.get-the-look .record-list .record .title{
	margin-top:20px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.22;
	text-align: center;
	color: var(--color-1);
}



/* GET THE LOOK DETAIL .OK
-------------------------------------------------- */
.get-the-look.detail .text h1{
	margin:40px auto 76px auto;
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}



/* QUIZ .OK
-------------------------------------------------- */
.quiz .record-quiz{
	padding-top:60px;
	padding-bottom:70px;
}
.quiz .record-quiz .text{
	text-align: center;
}
.quiz .record-quiz .text h1{
	margin-bottom:28px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.22;
	text-align: center;
	color: var(--color-1);
}
.quiz .record-quiz .text p{
	margin-bottom:50px;
}
/*quiz modal .OK*/
#quizModal .modal-content{
	background-color: var(--background);
}
#quizModal .slide-next,
#quizModal .show-results{
	text-align:center;
	margin-top:20px;
}
#quizModal .slide-prev {
    z-index: 9999;
    position: fixed;
    top: 24px;
    left: 24px;
	background:none;
}
#quizModal .carousel-counter{
	margin-bottom:28px;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: var(--gray);
}
#quizModal .carousel-counter{
	margin-bottom:28px;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: var(--gray);
}
#quizModal .modal-body h4{
	margin-bottom:36px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
/*image options .OK*/
#quizModal .quiz-options.img-options.card{
	display:block; /*label fix*/
	margin-bottom: 24px;
	border: solid 1px var(--stroke-1);
	background-color: var(--white);
	border-radius:0;
}
#quizModal .quiz-options.img-options figure{
	position:relative;
	margin-bottom:0;
}
#quizModal .quiz-options.img-options .form-check{
	position:absolute;
	top:10px;
	right:6px;
	padding:0;
	margin:0;
}
#quizModal .quiz-options.img-options .card-body{
	border-top: solid 1px var(--stroke-1);
	padding: 16px 15px 12px;
}
#quizModal .quiz-options.img-options .card-title{
	margin-bottom:0;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	line-height: 1.33;
	text-align: center;
	color: var(--color-1);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#quizModal .quiz-options.img-options .card-text{
	margin:14px 0 0 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	line-height: 1.59;
	text-align: center;
	color: var(--color-1);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*text options .OK*/
#quizModal .quiz-options.text-options{
	display:block; /*label fix*/
	margin-bottom:18px;
	padding: 28px 16px 22px;
	border: solid 1px var(--stroke-1);
	background-color: var(--white);
}
#quizModal .quiz-options.text-options.custom .form-check .form-check-label{
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	line-height: 32.33px;
	text-align: left;
	color: var(--color-1);
}
/*quiz modal results*/
#quizModal .header-banner{
	position:relative;
	margin-top:-58px;
	margin-bottom:24px;
	background-color: var(--color-1);
}
#quizModal .header-banner .row{
	height: 280px;
}
#quizModal .header-banner .caption{
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-2);
}
#quizModal .quiz-content{
	margin-bottom:60px;
	text-align:center;
}
#quizModal .quiz-content .small-info{
	margin-bottom:34px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
#quizModal .quiz-content button[type=submit]{
	width:100%;
}
#quizModal .quiz-content .skip-newslleter{
	margin:26px auto 0 auto;
}
#quizModal .quiz-content .skip-btn{
    font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: center;
	color: var(--gray);
}
#quizModal .quiz-content .skip-btn:hover{
	color: var(--color-1);
}
/*quiz list .OK*/
#quizModal .quiz-list .quiz-detail{
	padding-bottom:40px;
}
#quizModal .quiz-list .quiz-title{
	margin:20px 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
#quizModal .quiz-list .quiz-info{
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.59;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
#quizModal .quiz-list .coupon-info{
	margin:50px 0 16px 0;
    font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.86;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
#quizModal .quiz-list .btn-quiz-coupon{
	margin:0 auto;
}
#quizModal .quiz-list .quiz-share{
	padding:30px 0;
	border-top:1px solid var(--stroke-1);
	border-bottom:1px solid var(--stroke-1);
}
#quizModal .quiz-list .quiz-share h2{
	margin-bottom:30px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
#quizModal .quiz-list .quiz-share h2{
	margin-bottom:20px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-1);
}
#quizModal .quiz-list .quiz-share ul{
	padding:0;
	margin:0;
}
#quizModal .quiz-list .quiz-share ul > li{
	margin: 0 10px;
	float:left;
}
#quizModal .quiz-list .quiz-products{
	padding-top:50px;
	padding-bottom:90px;
	background:var(--white);
}




/* NEWS .OK
-------------------------------------------------- */
.news .record-list .record{
	position:relative;
}
.news .record-list .record:before{
	opacity:0;
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border:1px solid var(--stroke-1);
}
.news .news-gallery .record:hover:before{
	opacity:1;
	background:rgba(255,255,255,0.90) url(../images/zoom-hover.png) center no-repeat;
}
.news .news-link .record:hover:before{
	opacity:1;
	background:rgba(255,255,255,0.90) url(../images/link-hover.png) center no-repeat;
}


/* DESIGN AWARD .OK
-------------------------------------------------- */
.design-award .content{
	padding-bottom:34px;
	text-align:center;
	padding-left:15%;
	padding-right:15%;
}
.design-award .content img{
	margin-left: auto;
	margin-right: auto;
}
.design-award .content .design-award-logo{
	padding-top:26px;
}
.design-award .content .swans-in-love{
	margin-top:27px;
	margin-bottom:6px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 30px;
	color: var(--color-2);
	line-height:32px;
	letter-spacing:2px;
}
.design-award .content .swans-in-love i{
	color: var(--gray);
	font-size: 20px;
	letter-spacing:inherit;
}
.design-award .content .info{
	margin-top:32px;
	margin-bottom:38px;
}
.design-award .content .info p{
	margin-bottom:4px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color: var(--gray);
	letter-spacing:0.5px;
}
.design-award .content .info a{
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color: var(--color-2);
	text-decoration:underline;
	letter-spacing:1px;
}
.design-award .content .info a:hover {
    color: var(--gray);
}



/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	/*body .OK*/
	body,
	body.transparent {
		padding-top:56px !important;
	}
	body.opened {
		overflow-y:hidden;
	}
	body.info-box-open {
		/*padding-top: 116px;*/
	}
	/*header .OK*/
	header{
		background-color: var(--white) !important;
		border-bottom:none;
	}
	body header:before {
		display:none !important;
	}
	/*header-top .OK*/
	header .header-top{
		display:block !important;
		padding:14px 0;
		min-height:56px;
		border-bottom: 1px solid var(--stroke-1);
	}
	header .header-top .wrap {
		position:relative;
		top: inherit;
		right: inherit;
		left: inherit;
	}
	/*top logo center fix .OK*/
	header .header-top .justify-content-between > div:nth-child(1),
	header .header-top .justify-content-between > div:nth-child(3){
		width:25%;
	}
	header .header-top .justify-content-between > div:nth-child(2){
		width:50%;
	}
	/*header-top btn-svg .OK*/
	header .header-top .btn-svg {
		margin: 0;
	}
	/*navbar-brand .OK*/
	header .header-top .navbar-brand{
		display:block;
	}
	/*navbar .OK*/
	/*navbar-toggler .OK*/
	header .navbar-toggler {
		display:block !important;
	}
	/*navbar-custom .OK*/
	header .navbar-custom {
		padding-left:0;
		padding-right:0;
		min-height:inherit !important;
		border:none;
	}
	body.opened header .navbar-custom {
		max-height:inherit !important;
		background:#fff !important;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	/*mobile-btn-menu .OK*/
	header .navbar-custom .mobile-btn-menu{
		height: 90px;
		background-color: var(--background);
		border-bottom: 1px solid var(--stroke-1);
	}
	/*navbar-collapse .OK*/
	header .navbar-custom .navbar-collapse{
		overflow-x:auto;
		width: 100%;
	}
	/*navbar-nav left+right .OK*/
	header .navbar-custom .header-navbar-left,
	header .navbar-custom .header-navbar-right {
		display: block !important;
		padding: 0;
		width: 100%;
	}
	header .navbar-custom .header-navbar-left .container,
	header .navbar-custom .header-navbar-right .container{
		width: 100% !important;
		max-width:inherit !important;
	}
	/*navbar-nav .OK*/
	header .navbar-custom .navbar-nav{
		margin-top: 0;
	}
	header .navbar-custom .navbar-nav > .nav-item {
		position:relative;
		display:block;
		padding:0 !important;
		margin: 0;
		border-bottom:1px solid var(--stroke-1);
	}
	header .navbar-custom .navbar-nav > .nav-item > .nav-link{
		display:block;
		padding: 27px 12px 20px;
		font-family: 'Cormorant Garamond', serif;
		font-size: 20px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: left;
		color: var(--color-1);
	}
	header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link{
		background:none;
		color: var(--color-1);
	}
	header .navbar-custom .navbar-nav .dropdown-menu {
		display:none;
    	background-color: none;
		padding: 0 0 22px 0;
		width: 100%;
		border-top: none;
		border-bottom: none;
		box-shadow: none;
	}
	header .navbar-custom .navbar-nav .dropdown-menu.show {
		display:block;
	}
	header .navbar-custom .navbar-nav .dropdown-menu::before{
		display:none;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .nav-link {
		margin-bottom:0;
		padding: 12px 0 !important;
		font-family: 'Cormorant Garamond', serif;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: left;
		color: var(--gray);
	}
	header .navbar-custom .navbar-nav .dropdown-menu .nav-link:hover {
		color: var(--color-1);
	}
	header .navbar-custom .navbar-nav .dropdown-menu .nav-link.link-title {
		font-size: 20px;
		font-weight: 500;
		color: var(--color-1);
	}
	header .navbar-custom .navbar-nav > .nav-item:not(.dropdown):hover > .nav-link::before,
	header .navbar-custom .navbar-nav > .nav-item:not(.dropdown).active > .nav-link::before{
		display:none !important;
	}
	header .navbar-custom .navbar-nav > .nav-item.dropdown > .nav-link::before{
		position:absolute;
		top:30px !important;
		right:20px !important;
		left:inherit !important;
		width: 14px !important;
		height: 14px !important;
		margin:0;
		padding:0;
		vertical-align:inherit;
		content: "";
		border: none !important;
		background-color: var(--color-1);
		-webkit-mask: url(../images/svg/navbar-down.svg) no-repeat 50% 50%;
		mask: url(../images/svg/navbar-down.svg) no-repeat 50% 50%;
	}
	header .navbar-custom .navbar-nav > .nav-item.dropdown > .nav-link.show::before{
		transform: rotate(180deg);
	}
	header .navbar-custom .navbar-nav .dropdown-menu .image-list .nav-link img {
		display:none;
		padding-bottom: 0;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .multi-col .link-wrap ul li {
		float:none;
		width: 100%;
		padding-right: 0;
	}
	/*FOOTER .OK*/
	footer {}
	footer .black-container {
		padding-top: 20px;
		padding-bottom: 42px;
	}
	footer .block-2,
	footer .block-3,
	footer .block-4 {
		margin-top: 50px;
	}
	/*footer-bottom .OK*/
	.footer-bottom {
		margin-top: 0px;
	}
	/*footer social .OK*/
	footer .social ul {
		margin-bottom: 20px;
	}
	/*products detail .OK*/
	.products.detail .product-wrapper {
		margin-bottom: 90px;
	}
	.products .information .wrap {
		padding-left: 0;
	}
	.products .information h1 {
		margin-bottom: 12px;
		font-size: 28px;
	}
	.products .quantity {
		margin-bottom:24px;
	}
	.products.detail .product-tabs {
		margin-top: 40px;
	}
	.products.detail main .content .related-products h3{
		margin-bottom:30px;
		font-size: 24px;
		text-align: center;
	}
	/*products thumb slick slider .OK*/
	.products .product-img .wrap{
		overflow: hidden;
		top: 0;
		margin-bottom:0;
	}
	.products .large-img {
		margin-bottom: 0;
	}
	.products .product-img .wrap{
		margin-top:-16px; /*slick dot iphone fix*/
	}
	.slick-slider .slick-track{
		margin-top:26px; /*slick dot iphone fix*/
	}
	.products .product-img .slick-dots {
		z-index:99;
		bottom:26px;
	}
	.products .product-img .slick-dots li {
		width: 10px;
		height: 10px;
		padding: 0;
		margin:0 7px;
		cursor: pointer;
		border: solid 1px var(--color-2);
	}
	.products .product-img .slick-dots li.slick-active{
		border: solid 1px var(--color-1);
		background-color: var(--color-1);
	}
	.products .product-img .slick-dots li button,
	.products .product-img .slick-dots li button:before,
	.products .product-img .slick-prev,
	.products .product-img.slick-next,
	.products .product-img .slick-prev:before,
	.products .product-img.slick-next:before {
		display:none !important;
	}
	/*products search .OK*/
	body.products.search .banner:not(.hidden-banner) h1{
		font-size:24px;
	}
	/*cart -> quantity .FALSE*/
	.cart .quantity .btn {
		min-width: 30px;
	}
	.cart .quantity .form-control {
		max-width: 45px;
		padding: 0 10px;
	}
	/*prices info .FALSE*/
	.cart-prices-info{
		margin-bottom: 60px;
	}
	/*cart register guest .FALSE*/
	.cart .register-form-guest button{
		min-width: 160px;
	}
	.cart .register-form-guest .guest-login-wrap{
		text-align:right;
	}
	.cart .register-form-guest .guest-login-wrap a{
		white-space:nowrap;
		display:block;
	}
	/*points .FALSE*/
	.points .create-coupon-info{
		margin-bottom:10px;
	}
	/*product personalization .OK*/
	#personalizationModal .modal-dialog{
		min-width:inherit;
	}
	#personalizationModal .modal-body{
		display:block;
	}
	#personalizationModal .modal-body .personalization-left,
	#personalizationModal .modal-body .personalization-right{
		flex: inherit; /* remove */
		float:none;
		width:100%;
	}
	#personalizationModal .modal-body .step-1,
	#personalizationModal .modal-body .step-2 {
		font-size: 20px;
	}
	#personalizationModal .modal-body .personalization-form .upload-file span {
		font-size: 16px;
	}
	#personalizationModal .modal-body .personalization-form .upload-file .btn {
		max-width: 110px;
	}
	#personalizationModal .modal-body .personalization-form #cartAddButton {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#personalizationModal .modal-body .cancel-canvas-image{
		margin-top:20px;
	}
	/*navbar-filter .OK*/
	.navbar-filter{
		padding-top:10px;
		height:auto;
		border-bottom:0;
	}
	.navbar-filter .btn-navbar-filter{
		width: 100%;
		border: 1px solid var(--stroke-1);
		background:none;
		padding: 12px;
		font-size: 15px;
		text-align: center;
		color: var(--color-1);
	}
	.navbar-filter .container{
		display: block !important;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-filter .navbar-nav{
		display:none;
	}
	.navbar-filter.active .navbar-nav{
		display:block;
	}
	.navbar-filter .navbar-nav > .nav-item{
		border-bottom: 1px solid var(--stroke-1);
		border-left: 1px solid var(--stroke-1);
		border-right: 1px solid var(--stroke-1);
	}
	.navbar-filter .navbar-nav > .nav-item > .nav-link{
		padding:14px 12px !important;
	}
	.navbar-filter .dropdown .dropdown-toggle::after {
		display: inline-block;
		margin: 8px 0 0 5px;
		float: right;
		width: 7.6px;
		height: 4.5px;
		vertical-align: 2px;
		content: "";
		background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.562%22%20height%3D%224.489%22%20viewBox%3D%220%200%207.562%204.489%22%3E%3Cg%3E%3Cpath%20d%3D%22M3.78%204.488L0%20.707.707%200%203.78%203.074%206.854%200l.707.707z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
		background-repeat: no-repeat;
		border: none;
	}
	.navbar-filter .dropdown .dropdown-menu {
		padding: 15px 0;
		border-bottom:none;
	}
	.navbar-filter .sort-filter ul.filter-items {
		float:inherit;
	}
	.navbar-filter ul.filter-items > li {
		float:inherit;
		display:block;
		text-align:left;
	}
	.navbar-filter .price-range .dropdown-menu{
		text-align:center;
	}
	.navbar-filter .price-range-wrap {
		display:inline-block;
		width:100%;
		height:40px;
	}
	.navbar-filter .price-range-slider-wrap {
		max-width: 140px;
	}
	.navbar-filter .price-range-min,
	.navbar-filter .price-range-max,
	.navbar-filter .price-range-slider-wrap {
		float:inherit;
		display: inline-block;
	}
	.navbar-filter .price-range button {
		margin-left: 0;
		width: 100%;
	}
	.navbar-filter .price-range-slider .ui-state-default, .ui-widget-content .ui-state-default {
		margin-top:-1px;
		width: 14px !important;
		height: 14px !important;
	}
	/*record list animate mobile .OK*/
	.record-list-animate .record .btn-list .review,
	.carousel.slide.products .carousel-control-prev,
	.carousel.slide.products .carousel-control-next {
		display:none;
	}
	.record-list-animate .record .favorite-btn{
		top: 8px;
		right: 8px;
	}
	.products .product-img .favorite-btn {
		top: 16px;
		right: 16px;
	}
	.carousel.slide.products .carousel-indicators [data-bs-target] {
		width: 4px;
		height: 4px;
		flex-grow: 0;
		margin: 0 4px;
		border: solid 1px var(--color-2);
		background:none;
	}
	.carousel.slide.products .carousel-indicators [data-bs-target].active {
		border: solid 1px var(--color-1);
		background-color: var(--color-1);
	}
}
/* Small devices(sm) devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	/* general text FALSE*/
	main .content .text{
		line-height: 1.59;
	}
	main .content .text h1, 
	main .content .text h2, 
	main .content .text h3, 
	main .content .text h3, 
	main .content .text h5{
		line-height: 1.3;
	}
	main .content .text h1{
		font-size: 28px;
	}
	main .content .text h2{
		margin-bottom:32px;
		font-size: 26px;
	}
	main .content .text h3 {
		font-size: 24px;
	}
	main .content .text h4 {
		font-size: 22px;
	}
	main .content .text h5 {
		font-size: 20px;
	}
	main .content .text .carousel.gallery {
		margin-top: 35px;
	}
	main .content .text .exp2 {
		margin-top: 30px;
	}
	/* contact .OK */
	.contact-form{
		margin-top:60px;
	}
	.contact .contact-form p{
		font-size: 16px;
	}
	/*separator .FALSE*/
	hr.separator:before{
		width:55px;
	}
	/*CART .OK*/
	.cart .products-title {
		margin-top:15px;
		margin-bottom: 10px;
	}
	.cart .products-sku {
		margin-top: 10px;
		margin-bottom:15px;
	}
	.cart .quantity .btn {
		min-width: 42px;
	}
	/*order types*/
	.cart-payment-methods .form-check{
		display:block !important;
	}
	/*CATEGORY+SEARCH .FALSE*/
	.category h1,
	.products.search h1{
		margin: 0 0 15px 0;
	}
	.category .filter .form-group,
	.products.search .filter .form-group {
		float: left;
		margin: 0;
		padding: 0 24px 15px 0;
	}
	/* MEMBERS .FALSE
	-------------------------------------------------- */
	.members main .content .register h2{
		margin-top:45px;
	}
	/*HOME .OK*/
	/*home carousel .OK*/
	#homeCarousel .caption {
		position:relative;
		height:186px;
		padding:0;
		margin:0;
		top: inherit;
		transform: none;
		overflow:hidden;
		text-align:center;
	}
	#homeCarousel .caption .col-12 .title {
		margin:26px 0 0 0;
		max-height: 82px;
		font-size: 36px;
		text-align:center;
	}
	#homeCarousel .caption .col-12 .info {
		display:none;
	}
	#homeCarousel .caption .col-12 .btn{
		margin-top:22px;
	}
	#homeCarousel .carousel-indicators {
		margin-bottom: 212px;
	}
	/*main-products. OK*/
	.main-products {
		overflow: hidden;
		position: relative;
		margin: 80px 0 0 0;
	}
	.main-products .nav-scroll {
		margin:0 0 30px 0;
	}
	.main-products .nav-scroll .nav .nav-item{
		width:100%; /*only one tab*/
	}
	.main-products .nav-scroll .nav .nav-item .nav-link{
		font-size: 24px;
		text-align: center;
	}
	.related-products .slick-next, 
	.related-products .slick-prev{
		display:none !important;
	}
	/*main-grid .OK*/
	.main-grid {
		padding: 70px 0 70px 0;
		background-color: var(--background);
	}
	.world-of-melie {
		margin-bottom: 40px;
	}
	.main-grid .world-of-melie .marquee span {
		font-size: 50px;
	}
	.main-grid .world-of-melie .marquee svg {
		width:65px;
		margin: 0 40px;
	}
	/*main-slogan. OK*/
	.main-slogan {
		margin: 80px 0 90px 0;
	}
	.main-slogan .item {
		margin-bottom: 40px;
    	display: block!important; 
		align-items: baseline!important;
		text-align:center;
	}
	.main-slogan figure {
		margin: 0 auto 16px auto;
	}
	.main-slogan p {
		margin-bottom:0;
		padding-left: 0;
		text-align: center;
	}
	/*main-newsletter. OK*/
	footer .newsletter {
		display: block;
		padding:420px 0 140px 0;
		height:auto;
		background: var(--background) url("../images/newsletter/bg.webp") no-repeat left -100px top -100px;
		-webkit-background-size: 1600px auto;
		-moz-background-size: 1600px auto;
		-o-background-size: 1600px auto;
		background-size: 1600px auto;
	}
	.main-newsletter .newsletter .btn {
		padding: 0 12px;
		font-size: 15px;
	}
	/*footer-top .OK*/
	footer .footer-top {
		padding-bottom: 60px;
	}
	/* COUPONS .FALSE
	-------------------------------------------------- */
	.members.coupons .record-list .item .card .card-left{
		border-right:none;
	}
	.members.coupons .record-list .card .card-right {
		margin-top: 22px;
	}
	.members.coupons .record-list .card .card-right > div {
		width:100%;
	}
	.members.coupons .record-list .card .card-right h5.card-title,
	.members.coupons .record-list .card .card-right .card-text {
		text-align: center;
	}
	/*inspirations .OK*/
	.record-list-grid .text .wrap{
		padding:16px 24px 30px 24px;
	}
	/*MODAL .OK*/
	.modal button.close[data-bs-dismiss="modal"] {
		top: 14px;
		right: 14px;
	}
	/*look modal*/
	#lookModal .modal-dialog {
		width: 400px;
	}
	#lookModal .modal-body {
		padding-left: 30px;
		padding-right: 30px;
	}
	#lookModal .look-list h4 {
		font-size: 24px;
	}
}
/* Extra small(xs) devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	/*wrapper .OK*/
	main > .wrapper {
		margin-top: 33px;
		margin-bottom: 58px;
	}
	/*modal as left/right sidebar .OK */
	.modal.left .modal-body,
	.modal.right .modal-dialog {
		width: 360px;
	}
	/*contact .OK*/
	input[name=captcha]{
		width: 140px !important;
	}
	/*points .FALSE*/
	.points .currency-symbol{
		min-width:40px;
	} 
	.points .create-coupon{
		min-width:96px !important;
	}
	/*points modal .FALSE*/
	.points #pointsCuponModal .info-text{
		margin-top:22px;
		margin-bottom:22px;
		font-family: Proxima Nova;
		font-size: 18px;
		line-height: 1.23;
		color: var(--color-1);
	}
	.points #pointsCuponModal .gift-coupon{
		font-family: Proxima Nova;
		font-size: 24px;
		line-height: 1.23;
		color: var(--color-1);
	}
	.points #pointsCuponModal .btn.btn-lg{
		min-width: 144px;
	}
	/*points toast .OK*/
	.points .coupon-toast{
		z-index:9999;
		position: fixed;
		bottom: 20px;
		right: 20px;
		opacity: 0.9;
	}
	/*cart .OK*/
	.cart .quantity .form-control {
		max-width: inherit;
	}
	.cart-products .products-image{
		padding-right:0;
	}
	/*banner .OK*/
	body .banner:not(.hidden-banner){
		background:none !important;
		border-bottom:none;
	}
	body .banner:not(.hidden-banner) .wrap {
		position:relative;
		display:block;
		min-height:44px;
	}
	body .banner:not(.hidden-banner) .row {
		height:auto;
		-ms-flex-align: inherit;
		align-items: inherit !important;
	}
	body .banner:not(.hidden-banner) h1,
	body.products.category .banner:not(.hidden-banner) h1 {
		display:inherit !important;
		margin-top:60px;
		font-size: 28px;
		line-height: 1.33;
	}
	body .banner:not(.hidden-banner) p {
		margin:20px 0 30px;
	}
	/*banner+breadcrumb .OK*/
	body .banner:not(.hidden-banner) .nav-breadcrumb {
    	position: absolute;
		top: 16px;
		bottom:unset;
	}
	
}
/*#new add only for desktop screens*/
@media all and (min-width: 992px) {
	/*header.dropdown hover auto open .OK*/
	header .dropdown:hover>.dropdown-menu {
		display: block;
	}
	/*hover effect only for desktop screens .OK*/
	.navbar .nav-item .dropdown-menu{
		display:inherit !important;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0s, opacity 0.3s linear;
		left:0; /*full width menu*/
		right:0; /*full width menu*/
	}
	.navbar .nav-item:hover .dropdown-menu{
		opacity:1;
		visibility:visible;
		top:100%;
	}
	/*record list animate desktop .OK*/
	.record-list-animate .record{
		z-index:1; /*hover bug fix*/
		border: solid 1px transparent; /*hover bug fix*/
		position:relative;
		display: block;
		margin-bottom: 24px;
		background-color: var(--white);
	}
	.record-list-animate .record:hover{
		z-index:2; /*hover bug fix*/
		margin-bottom:-78px; /*hover bug fix*/
		padding: 24px;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
		border: solid 1px var(--stroke-1);
	}
	.slider.record-list-animate .slick-list{
		padding-bottom:86px !important; /*slick -> hover bug fix*/
	}
	.record-list-animate .record figure{
		margin-bottom:0;
	}
	.record-list-animate .record figure img{
		image-rendering: -webkit-optimize-contrast; /*chrome blurry - bug fix*/
	}
	.record-list-animate .record .wrap {
		height:0;
		opacity:0;
	}
	.record-list-animate .record:hover .wrap {
		height:auto;
		opacity:1;
		transition:all 0.3s;
	}
	.record-list-animate .record .title{
		display: block;
	}
	.record-list-animate .record .favorite-btn{
		opacity:0;
	}
	.record-list-animate .record:hover .favorite-btn{
		opacity:1;
	}
	.carousel.slide.products{
		top:24px;
		right:24px;
		left:24px;
	}
	.record-list-animate .record .carousel.slide.products{
		display:none;
	}
	.record-list-animate .record:hover .carousel.slide.products{
		display:block;
	}
	.carousel.slide.products .carousel-indicators{
		display:none;
	}
	/*products list 4/1 grid .OK*/
	.list4fr1{
		display: grid !important;
		display: -ms-grid;
		grid-auto-flow: dense;
		grid-template-columns: repeat(4,1fr);	/*1 row -> 4 col*/
		overflow: visible;
		height: 100%;
	}
	.list4fr1 .item{
		width:100%; /*col-* col fix*/
		-webkit-box-align: unset;
		align-items: unset;
	}
	.list4fr1 .item .record .title{
		/*4/1 grid -> title -> nowrap -> fix*/
		display: table;
		table-layout: fixed;
		width: 100%;
	} 
	.list4fr1 .item-look {
		width:100%;
		grid-column: auto/span 2; 	/*col*/
		grid-row: auto/span 2; 		/*row*/
		-ms-grid-column-span: 2; 	/*col*/
		-ms-grid-row-span: 2; 		/*row*/
	}
	.list4fr1 .item-look.listrow1 {
		grid-column: auto/span 2; 	/*col*/
		grid-row: auto/span 1; 		/*row*/
		-ms-grid-column-span: 2;	/*col*/
		-ms-grid-row-span: 1; 		/*row*/
	}
	.list4fr1 .empty-products{
		min-height:120px;
		grid-column: auto/span 4;
		grid-row: auto/span 1;
		-ms-grid-column-span: 4;
		-ms-grid-row-span: 1;
	}
}
/* Large(lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	/*header .OK*/
	/*header-top*/
	header .btn-svg .btn-text{
		display:none;
	}
	/*header-bottom*/
	header .navbar-custom .navbar-nav .dropdown-menu li {
		margin-left: 25px;
	}
	/*social .OK*/
	footer .social ul li{
		margin-left: 7px;
	}
	footer .social ul li a{
		width: 52px;
		height: 52px;
		padding: 14px;
	}
	/*products detail .OK*/
	.products .quantity .btn {
		min-width: 40px;
	}
}
/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
}
/*Extra extra large (xxl) devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) and (max-width: 1919.98px) {
	/*about .OK*/
	.about main .content .text h4 {
		font-size: 30px;
		line-height: 1.8;
	}
	.about main .content .text, 
	.about main .content .text a:not(.btn) {
		font-size: 18px;
		line-height: 1.8;
	}
} 
/*#new add (full hd, 1920px and up)*/
@media all and (min-width: 1920px) {
	/*container .OK*/
	.container {
		max-width: 1640px;
	} 
	/*about .OK*/
	.about main .content .text h4 {
		font-size: 34px;
		line-height: 2;
	}
	.about main .content .text, 
	.about main .content .text a:not(.btn) {
		font-size: 23px;
		line-height: 2;
	}
}