body{
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background: #F7F7F7;
  color: #000000;
}
p , span{
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #000000;
}
h1{
  font-size: 42px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000000;	
}
h2{
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000000;	
}
h3{
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000000;	
}
h4{
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000000;	
}
h5{
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000000;	
}
a{
  transition: 0.3s;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
a:focus{
  outline: none;
}
.desktop-show{
	display: block!important;
}
.mobile-show{
	display: none!important;
}
.sig-area{
	width: 100%;
	display: flex;
	padding: 80px 0;
}
.sig-area h2 {
    font-size: 30px;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 48px;
}
.sig-img{
	width: 100%;
	display: flex;
	overflow: hidden;
	margin-bottom: 15px;
}
.sig-img img{
	width: 100%;
	/*height: 266px;
	object-fit: cover;*/
}
.sig-area h3 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 10px 0;
}
.number{
	font-size: 13px;
	font-weight: 700;
}
.sig-area p{
	max-width: 300px;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	padding: 0 20px;
	margin-bottom: 0;
}
.edition-area{
	width: 100%;
	display: flex;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 80px 0;
}
.edition-area img {
    width: 100%;
    object-fit: contain;
    height: 600px;
}
.edition-area span{
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #C8A04D;
}
.edition-area h2 {
	font-size: 64px;
    letter-spacing: 2px;
    margin: 15px 0 20px;
    max-width: 550px;
    line-height: 80px;
    font-weight: 700;
}
.edition-area h2 span{
	font-size: 64px;
}

.edition-area p {
    letter-spacing: 0.5px;
    line-height: 30px;
    max-width: 400px;
    font-weight: 400;
    font-size: 16px;
}
.edition-area a{
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 18px;
    display: inline-flex;
    padding: 20px 35px;
    background: transparent;
    border: 1px solid #000;
    background: #000;
    gap: 15px;
    color: #fff;
    font-weight: 500;
}
.edition-area a:hover{
	background:#C8A04D;
	color: #000;
	border: 1px solid #C8A04D;
}
.edition-area a img{
	width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(195deg) brightness(107%) contrast(107%);
}
.edition-area a:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(19%) hue-rotate(274deg) brightness(107%) contrast(98%);
}
.trends-text{
	width: 100%;
	display: flex;
	position: relative;
	color: #4d4c48;
	letter-spacing: 0.5px;
    line-height: 30px;
    max-width: 400px;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    padding-top: 10px;
    margin-top: 20px;
    min-width: 100%;
}
.trends-text:after {
    width: 40px;
    height: 1px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #C8A04D;
}
.black-section{
	width: 100%;
	display: flex;
	margin: 40px 0 20px 0;
}
.black-panel{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:5px;
	position: relative;
}
.black-panel:after{
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
	width: 1px;
	height: 70px;
	background: #b3afac;
	content: '';
}
.experiance-area{
	width: 100%;
	display: flex;
	background: #000;
	position: relative;
}
.quality-area{
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
}
.quality-area p{
	letter-spacing: 0.5px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.quality-area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*.quality-text{
	border-right: 1px solid rgba(0,0,0,0.1);
}*/

.quality-img{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 58.33%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.experiance-area p{
	color: #fff;
	letter-spacing: 0.5px;
    line-height: 30px;
    font-size: 16px;
    max-width: 340px;
    font-weight: 300;
    margin-bottom: 0;
}
.experiance-area h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin: 15px 0;
    font-weight: 600;
    color: #fff;
    max-width: 400px;
    line-height: 44px;
}
.experiance-area span {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #C8A04D;
}
.experiance-img img{
	width: 100%;
	padding-left: 40px;
	height:100%;
	object-position: left;
	object-fit: cover;
}
.experiance-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.newslatter-area{
	width: 100%;
	display: flex;
	padding: 50px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.newslatter-icon{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 1px solid #6e6d6b8c;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 85px;
}
.newslatter-icon img{
	width: 40px;
}
.newslatter-text-section{
	display: flex;
	gap:35px;
}
.newslatter-text h2{
	font-size: 22px;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 12px;
}
.newslatter-text p {
    font-size: 16px;
    margin-bottom: 0;
    max-width: 350px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.54px;
}
.newslatter-frm form{
	width: 100%;
	display: flex;
	position: relative;
}
.newslatter-frm .text-area{
	width: 100%;
	display: flex;
	border: 1px solid rgba(0,0,0,0.4);
	font-size: 16px;
	height: 65px;
	letter-spacing: 1px;
	padding: 10px 20px;
	font-family: "Inter", sans-serif;
	background: transparent;
	border-radius: 5px;
}
.newslatter-frm .text-area::placeholder {
  color: #000;
  opacity: 0.9;
}
.newslatter-frm .submit {
    border: none;
    background: #000 url(../images/arrow-right.svg) no-repeat;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    width: 160px;
    height: 100%;
    z-index: 99;
    background-size: 25px;
    background-position: 96px center;
    transform: translateY(-50%);
    padding: 0 28px 0 0;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s;
}
.newslatter-frm .submit:hover{
	background-color: #C8A04D;
}
.newslatter-frm{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap:10px;
}
.newslatter-frm .text-area:focus{
	outline: none;
}
.banner-area{
	width: 100%;
	display: flex;
	padding: 100px 0;
	/*background: #0b0b0b;*/
	background: #fff;
}
.banner-area img{
	width: 100%;
	height: 600px;
	margin-top: -100px;
	object-fit: contain;
}
.banner-area p{
	color: #000;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 36px;
	max-width: 380px;
	margin-bottom: 0;
}
.banner-area h2 {
    font-size: 64px;
    letter-spacing: 1px;
    margin: 15px 0 20px;
    max-width: 550px;
    line-height: 80px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    position: relative;
}
.banner-area h2:after{
	width: 40px;
	height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #C8A04D;
}


.banner-area a {
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 18px;
    display: inline-flex;
    padding: 20px 35px;
    border-radius: 10px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 500;
    margin-top: 45px;
}
.banner-area a:hover{
	background:#C8A04D;
	border: 1px solid #C8A04D;
	color: #000;
}
.banner-area .arrow-banner img {
    width: 24px;
    height: 24px;
    margin-top: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1011%) hue-rotate(308deg) brightness(111%) contrast(101%);
}
.banner-area .arrow-banner{
	gap:15px;
}
.banner-area a:hover img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(19%) hue-rotate(274deg) brightness(107%) contrast(98%);
}

footer{
	width: 100%;
	display: flex;
	padding: 80px 0 0;
	background: #000;
	flex-direction: column;
}
.footer-panel{
	width: 18%;
}
.footer-panel-1{
	width: 28%;
}
.footer-panel p{
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 15px;
	line-height: 24px;
}
.footer-panel h2{
	font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 12px;
    margin: 0 0 15px 0;
    line-height: 30px;
    text-align: left;
    font-weight: 600;
    position: relative;
    color: #fff;
}
.footer-panel h2:after {
    width: 30px;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #C8A04D;
}
.newslatter-frm img {
    width: 20px;
    margin-right: 5px;
}

.footer-panel ul{
	padding: 0;
	margin: 0;
}
.footer-panel li{
    display: block;
    margin-bottom: 7px;
}
.footer-panel li a{
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 14px;
	line-height: 30px;
}
.footer-panel li a:hover{
	color: #C8A04D;
}
.menu-area ul{
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	gap:30px;
}
.menu-area ul ul{
	position: absolute;
	top: 100%;
	min-width: 180px;
	display: flex;
	flex-direction: column;
	background: #fff;
	gap:0;
	/*padding: 10px 0;*/
	display: none;
}

.menu-area li{
    display: block;
    padding: 10px 0;
}
.menu-area li a{
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	font-family: "Montserrat", sans-serif;
	position: relative;
}
.menu-area li a:hover{
	color: #C8A04D;
}
.menu-area li.menu-item-has-children a:before {
    content: '';
    position: absolute;
    top: 4px;
    width: 6px;
    height: 6px;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    right: -17px;
}
.mobile-menu li.menu-item-has-children a{
	position: relative;
}
.mobile-menu li.menu-item-has-children a:before {
    content: '';
    position: absolute;
    top: 20px;
    width: 8px;
    height: 8px;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    right: 18px;
}


/*.menu-area li:hover a:before{
	width: 100%;
	left: 0;
}*/
.menu-area li:hover a{
	color: #C8A04D;
}
.menu-area li.menu-item-has-children:hover a{
	color: #C8A04D;
}

.menu-area ul li:hover ul{
    display: flex;
}
.menu-area ul ul li{
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.menu-area ul ul li a:before , .mobile-menu ul ul li a:before{
	display: none;
}
.menu-area ul ul li:last-child{
	border-bottom: none;
}
.menu-area ul ul li a{
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	font-family: "Montserrat", sans-serif;
	padding: 8px 18px;
	display: flex;
}
.menu-area ul ul li a{
	color: #000;
}
.menu-area ul ul li a:hover{
	background: #C8A04D;
	color: #000!important;
}


.right-icon .search img , .user img , .cart img{
	/*filter: invert(1);*/
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.right-icon{
	display: flex;
	gap:30px;
	justify-content: flex-end;
	align-items: center;
}
.logo img{
	width: 250px;
}
.logo{
	text-align: center;
}
.footer-panel-1 img{
	width: 250px;
	margin-bottom: 25px;
}
.menu-toggle{
	display: none;
	cursor: pointer;
}
.mobile-menu{
	display: none;
}
.cart{
	position: relative;
}
.cart span {
    position: absolute;
    right: -6px;
    top: 0;
    background: #C8A04D;
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    font-size: 10px;
    align-items: center;
    justify-content: center;
}
.search-area .search-text:focus{
	outline: none;
}
.search-area .search-text{
	width: 250px;
	height: 45px;
	border:none;
	padding: 7px 15px;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-family: "Montserrat", sans-serif;
}
.search-area .submit{
	width: 45px;
	height: 45px;
	background: #C8A04D url(../images/search.png) no-repeat;
	background-position: center center;
	background-size: 20px 20px; 
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	border:none;
}
.search-area{
	display: none;
}
/*.search{
	cursor: pointer;
	position: relative;
	text-align: right;
}*/
.right-icon .search{
	cursor: pointer;
	position: relative;
	text-align: left;
}
.search-area{
	display: block;
	position: absolute;
	right: -30px;
	display: none;
	bottom: -60px;
}
.search-area form{
    position: relative;
}
.menu-area{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 999;
}
.down-arrow-menu{
	position: relative;
	padding-right: 24px;
}
.down-arrow-menu:after{
	background: url(../images/down-arrow.png) no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.menu-area li:hover a.down-arrow-menu:after{
	filter: brightness(0) saturate(100%) invert(59%) sepia(62%) saturate(358%) hue-rotate(2deg) brightness(97%) contrast(94%);
}

.top-shipping-area{
	width: 100%;
	display: flex;
	border-bottom: 1px solid #0b0b0b;
	padding: 15px 0;
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    background: #0b0b0b;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}
.top-shipping-area img{
	width: 15px;
}
.top-shipping-area .container{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:8px;
}
.black-panel p{
	letter-spacing: 0.5px;
    line-height: 24px;
    max-width: 400px;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
    text-align: center;
}
.black-panel img{
	width: 40px;
	height: 40px;
	object-fit: contain;
	object-position: center;
}
.black-panel:last-child:after{
	display: none;
}
.payment-area{
	width: 100%;
	display: flex;
	margin-top: 40px;
}
.payment-area .payment-icon{
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	padding: 30px 15px;
	width: 100%;
	gap:50px;
	display: flex;
	justify-content: center;
}
.copy-area{
	width: 100%;
	display: flex;
	color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0;
}
.copy-2{
	text-align: center;
}
.copy-3{
	text-align: right;
}
.social-area{
	width: 100%;
	display: flex;
	gap:25px;
	margin-top: 20px;
	position: relative;
	padding-top: 40px;
}
.social-area:after{
	width: 30px;
    height: 1px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.social-area img{
	width: 24px;
	height: 24px;
	object-fit: contain;
	transition: 0.2s;
	margin: 0;
}
.social-area img:hover , .payment-icon img:hover{
	filter: brightness(0) saturate(100%) invert(63%) sepia(69%) saturate(331%) hue-rotate(2deg) brightness(90%) contrast(91%);
}
.payment-icon img{
	transition: 0.2s;
}

.quality-area span {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #C8A04D;
}
.quality-text h2{
	margin: 15px 0 30px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	position: relative;
}
.quality-text h2:after {
    width: 40px;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #C8A04D;
}
.sign-area{
	font-family: "Alex Brush", cursive;
	color: #C8A04D;
	font-size: 36px!important;
	margin-top: 20px;
}
.quality-text{
	padding-top: 80px;
	padding-bottom: 80px;
}
.newslatter-frm p{
	font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.54px;
    text-align: left;
}
.experiance-section{
	width: 100%;
	display: flex;
	margin: 40px 0 20px 0;
}
.experiance-panel{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:5px;
	position: relative;
}
.experiance-panel:after{
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
	width: 1px;
	height: 70px;
	background: #C8A04D;
	content: '';
}
.experiance-panel p{
	letter-spacing: 0.5px;
    line-height: 24px;
    max-width: 400px;
    font-size: 13px;
    margin: 0;
    text-align: center;
    max-width: 100px;
}
.experiance-panel img{
	width: 40px;
	height: 40px;
	object-fit: contain;
	object-position: center;
	padding: 0;
}
.experiance-panel:last-child:after{
	display: none;
}
.sec-area{
	width: 100%;
	display: flex;
	background: #f2f1ef;
	padding: 35px 0;
}
.sec-panel{
	display: flex;
	width: 100%;
	align-items: flex-start;
	gap:20px;
	padding: 10px 20px 10px 0;
}
.sec-icon img{
	width: 35px;
}
.sec-text p {
    color: #000;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.sec-text h2 {
    color: #000;
    letter-spacing: 0.5px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}
.sec-panel{
	border-right: 1px solid #b3afac;
}
.sec-border:last-child .sec-panel {
	border-right: none;
}
.experiance-img{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 15px;
}
.line-area{
	display: flex;
	width: 40px;
    height: 1px;
    background: #C8A04D;
    margin: 30px 0;
}
.sec-area-new .sec-panel{
	flex-direction: column;
	align-items: center;
	gap:18px;
}
.sec-area-new .sec-text h2 , .sec-area-new .sec-text p{
	text-align: center;
}
.sec-area-new .sec-text p{
	max-width: 200px;
}
.sec-area-new .sec-icon img {
    width: 45px;
}
.banner-text span{
	font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #C8A04D;
}
.sig-panel{
	width: 20%;
	padding: 0 8px;
}
.sig-panel .sig-panel-area{
    transition: transform .3s;
    overflow: hidden;
}
.sig-panel:hover .sig-panel-area{
    transform: scale(1.01);
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.5);
}
.sig-panel .sig-img img{
	transition: transform .3s;
}
.sig-panel:hover .sig-img img{
	transform: scale(1.05);
}

.sig-heading-panel{
	width: 100%;
	display: flex;
	gap:15px;
	padding: 15px 15px 8px;
}
.sig-heading-panel .number{
	display: flex;
	align-items:center;
	justify-content: center;
	width: 30px;
}
.sig-heading-panel .number img{
	width: 30px;
	height: 30px;
	object-fit: contain;
}
.sig-panel-area{
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 20px;
	background: #000;
}
.banner-img{
	position: relative;
	
}
.banner-img img{
	position: relative;
	z-index: 99;
}
/*.banner-img:after {
    -webkit-box-shadow: 0px 0px 101px 40px rgba(253, 255, 235, 0.2);
    -moz-box-shadow: 0px 0px 101px 40px rgba(253,255,235,0.2);
    box-shadow: 0px 0px 101px 30px rgba(253, 255, 235, 0.2);
    position: absolute;
    bottom: 0;
    left: 40%;
    transform: translateX(-50%);
    width: 300px;
    content: '';
}*/
.banner-img:before {
    position: absolute;
    bottom: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 200px;
    content: '';
    -webkit-box-shadow: 50px 150px 200px 100px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 50px 150px 200px 100px rgba(255, 255, 255, 0.25);
    box-shadow: 50px 150px 200px 100px rgba(255, 255, 255, 0.25);
}


header.sticky .top-shipping-area{
	display: none;
}

header{
    background: #fff;
    padding: 0 0 15px 0;
    position: relative;
    z-index: 9999;
    transition: all .3s ease;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: slideDown .8s ease;
    background: #fff;
    /*padding: 10px 0;*/
}

@keyframes slideDown {
    from {
        transform: translateY(-300%);
    }
    to {
        transform: translateY(0);
    }
}


.payment-icon img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(230deg) brightness(106%) contrast(101%);
	width: 100px;
}





/* ===========================
   Scroll Animation
=========================== */

.fade-up,
.fade-in,
.fade-left,
.fade-right,
.zoom-in{
    opacity:0;
    transition:all .8s ease;
    will-change:transform, opacity;
}

/* Initial Positions */

.fade-up{
    transform:translateY(70px);
}

.fade-in{
    transform:none;
}

.fade-left{
    transform:translateX(-70px);
}

.fade-right{
    transform:translateX(70px);
}

.zoom-in{
    transform:scale(.8);
}

/* Active */

.show{
    opacity:1;
    transform:translate(0,0) scale(1);
}



.global-page-area {
    width: 100%;
    float: left;
    padding: 80px 0;
}
.global-page-area h2 , .global-page-area h3 , .global-page-area h4 {
    margin: 20px 0 15px 0;
}
.global-page-area p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #0c0f26;
    font-weight: 300;
    margin-top: 10px;
}
.inner-banner-area {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    background: #000;
}
.inner-banner-area img{
    opacity: 0.5;
}
.inner-banner-area h2 {
    font-size: 64px;
    letter-spacing: 2px;
    margin: 0 0 20px;
    text-transform: uppercase;
    max-width: 550px;
    line-height: 80px;
    font-weight: 600;
    color: #fff;
}
.inner-banner-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.inner-banner-area img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.inner-banner-area .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
    text-align: center;
}
.inner-banner-area p {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 36px;
    max-width: 380px;
    margin-bottom: 0;
}
.sec-area-new-black{
	background: #000;
}
.sec-area-new-black h2 , .sec-area-new-black p{
	color: #fff;
}
.sec-area-new-black img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(103%);
}
.collection-area{
	width: 100%;
	display: flex;
	flex-direction: column;
	/*background: #f6f6f6;*/
	background:#fff; 
	padding: 60px 0;
}
.collection-area span{
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #C8A04D;
}
.collection-area h2{
	margin: 15px 0 30px;
    letter-spacing: 1px;
    font-size: 42px;
    position: relative;
}
.collection-area p{
	letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 16px;
}
.collection-top-area{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 0 60px;
	align-items: center;
}
.collection-details-right h3{
	margin: 25px 0 30px;
	font-size: 42px;
}
.collection-details-right{
	background: #fff; 
	box-shadow: 1px 2px 4px 
	box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.02);
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.02);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.02);
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.line{
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.1);
	display: flex;
	margin: 30px 0;
}
.collection-details-right p{
	margin-bottom: 0;
}
.collection-details-right a {
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 16px;
    display: inline-flex;
    padding: 16px 26px;
    border: 1px solid #000;
    background: #000;
    gap: 35px;
    color: #fff;
    max-width: 265px;
    font-weight: 500;
    margin-top: 30px;
}
.collection-details-right a:hover{
	background:#C8A04D;
	color: #000;
	border: 1px solid #C8A04D;
}
.collection-details-right a img{
	width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(195deg) brightness(107%) contrast(107%);
}
.collection-details-right a:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(19%) hue-rotate(274deg) brightness(107%) contrast(98%);
}
.collection-img-area img{ width: 100%; }
.collection-img-area{
	/*background: #f4f4f4;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*.collection-img-area{
	background: #f3f3f3;
}*/
.contact-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
    padding: 60px 0;
}
.contact-area span{
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #C8A04D;
}
.contact-area h3 {
    margin: 20px 0;
    letter-spacing: 1px;
    font-size: 40px;
    position: relative;
    max-width: 400px;
    line-height: 46px;
}
.contact-area p{
	letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    max-width: 420px;
}
.contact-panel{
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: flex-start;
	gap:24px;
	padding: 30px 0;
}
.contact-left{
	border-right: 1px solid #e5e5e5;
}
.contact-text h4{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.contact-text p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}
.contact-text p a{
	color: #000;
	font-weight: 500;
}
.contact-text p a:hover{
	color: #C8A04D;
}
.contact-img img{
	width: 30px;
}
.contact-panel:last-child{
	border-bottom:none;
}
.contact-left{
	padding-right: 80px;
}
.contact-frm{
	width: 100%;
	display: flex;
	padding: 50px 30px;
	background: #fff;
	flex-direction: column;
}
.contact-frm label{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}
.form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}
.contact-frm .form-control{
	border-color: #e5e5e5;
	border-radius: 0;
	padding: 10px 15px;
	font-size: 14px;
}
.contact-frm input{
	/*margin-bottom: 25px;*/
	margin-bottom: 0;
	height: 50px;
}
.contact-frm .submit {
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 16px;
    display: flex;
    padding: 18px 25px;
    border: 1px solid #000;
    background: url(../images/arrow-right.svg) #000;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 32px;
    color: #fff;
    width: 100%;
    height: auto;
    font-weight: 500;
    transition: 0.3s;
    margin: 0 0 25px 0;
}
.contact-frm .submit:hover{
	background-color: #C8A04D;
	border-color: #C8A04D;
}
.contact-info{
	display: flex;
	width: 100%;
	gap:10px;
	align-items: center;
	font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.54px;
    text-align: left;
}
.contact-info img{
	width: 20px;
}
.contact-frm-area{
	padding-left: 30px;
}
.carousel-indicators button.thumbnail {
  width: 100px;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.carousel-indicators {
  position: static;
}
@media screen and (min-width: 992px) {
  .carousel {
    max-width: 70%;
    margin: 0 auto;
  }
}


.purpose-area{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 50px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}
.purpose-area h3{
	font-size: 20px;
}
.purpose-area p{
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}
.purpose-area h2{
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	letter-spacing: 0.5px;
}
.purpose-panel-area{
	width: 100%;
	display: flex;
	padding: 50px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.purpose-panel img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}
.purpose-panel{
	width: 20%;
}
.purpose-panel p{
	margin-bottom: 0px;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.purpose-panel h3 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 0.5px;
}
.material-panel h3{
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0;
	letter-spacing: 0.5px;
}
.material-panel{
	padding: 50px 15px;
}
.material-panel p{
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.material-panel ol{
	padding: 0 15px;
	margin: 20px 0 10px;
}
.material-panel li{
	list-style: disc;
	line-height: 26px;
}
.material-panel img{
	width: 100%;
	/*height: 200px;*/
	object-fit: cover;
	margin-top: 20px;
}
.material-panel table{
	background: transparent;
}
.material-panel th , .material-panel td{
	background: transparent;
	text-align: center;
	letter-spacing: 0.5px;
}
.material-panel tr td:first-child{
	font-weight: 700;
} 
.material-panel .table-responsive{
	margin: 15px 0;
}
.care-area{
	width: 100%;
	display: flex;
	padding: 50px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.care-area h2{
	font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    color: #000000;
    margin: 0;
}
.care-area h3{
	font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    color: #000000;
    margin: 0;
    max-width: 100px;
    text-align: center;
}
.care-panel-1{
	width: 20%;
}
.care-panel{
	width: 16%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap:10px;
	position: relative;
}
.care-panel:after{
	position: absolute;
	right: 0;
	content: '';
	top: 0;
	width: 1px;
	height: 100%;
	background: #e1e1e1;
}
.care-panel:last-child:after{
	display: none;
}


.material-panel-1{
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	padding: 50px;
}
.material-panel-2{
	padding-right: 50px;
}
.material-panel-3{
	padding-left: 50px;
}
.faq-area{
	width: 100%;
	display: flex;
	padding: 50px 0;
	flex-direction: column;
}
.faq-area h2 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    color: #000000;
    margin: 0 0 15px;
}
.faq-area .btn[aria-expanded="false"]{
	border:1px solid #000;
	width: 100%;
	display: flex;
	border-radius: 0;
	font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    color: #000000;
    padding: 12px 15px;
    background: url(../images/plus.svg) no-repeat;
    background-position: 98% center;
    background-size: 15px;
}
.faq-area .btn[aria-expanded="true"]{
	border:1px solid #000;
	width: 100%;
	display: flex;
	border-radius: 0;
	font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    color: #000000;
    padding: 12px 15px;
	background: url(../images/minus.svg) no-repeat;
    background-position: 98% center;
    background-size: 15px;
}
.faq-panel{
	display: flex;
	gap:10px;
	flex-direction: column;
}
.faq-details{
	border-radius: 0;
	background: transparent;
	border:1px solid #000;
	padding: 15px;
}
.faq-details p{
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px;
	letter-spacing: 0.5px;
}
.product-details{
	width: 100%;
	display: flex;
	padding: 0;
	background:#fff;
}
.free-area{
	width: 100%;
	display: flex;
	padding: 40px 0 0;
}
.free-1{
	width: 50%;
	display: flex;
	align-items: center;
	letter-spacing: 0.5px;
	gap:10px;
}
.size-area{
	gap:10px;
	display: flex;
	width: 100%;
	align-items: center;
}
.size-area a{
	color: #C8A04D;
}
.product-panel-right .size-area a{
	text-decoration: underline;
	text-underline-offset: 3px;
}
.product-panel-right .size-area a i{
	margin-left: 8px;
	font-size: 18px;
}
.product-panel-right .size-area a:hover{
	border:none;
	background: transparent;
	color: #C8A04D;
}
.size-area img {
    width: 20px;
    margin: 0;
}
.free-1 img{
	width: 30px;
}
.free-2 img{
	width: 20px;
}
.product-panel-right span {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #C8A04D;
}
.product-panel-right h2{
	margin: 15px 0 0;
    font-size: 26px;
}
.product-panel-right p{
	letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 16px;
}
.price-area {
    width: 100%;
    display: flex;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
}
.product-panel-right a.add-to-cart {
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 16px;
    justify-content: center;
    display: flex;
    padding: 10px 23px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    width: 100%;
}
.product-panel-right a:hover{
	background:#C8A04D;
	color: #000;
	border: 1px solid #C8A04D;
}
.leanth-area h3{
	font-size: 16px;
	letter-spacing: 1px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #000000;
}
.leanth-panel-area{
	width: 100%;
	gap:12px;
	display: flex;
}
.leanth-panel-area a{
    letter-spacing: 0.5px;
    line-height: 30px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 22px;
    color: #000;
    border: 1px solid rgba(0,0,0,0.5);
}
.leanth-panel-area a:hover{
	border-color: rgba(0,0,0,1);
	background:transparent;
}
.product-panel-right .price-area{
	margin: 15px 0;
}
.leanth-area{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.product-panel-left .carousel{
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row-reverse;
}
.product-panel-left{
	padding: 60px 40px 60px 15px;
	background: #f9f9f9!important;
	position: relative;
}
.product-panel-left:before {
    position: absolute;
    content: '';
    background: #f9f9f9;
    width: 50vw;
    top: 0;
    margin-left: -50vw;
    height: 100%;
}
.product-panel-left .carousel-indicators {
    margin: 0;
    flex-direction: column;
    gap:10px;
    justify-content: flex-start;
    padding: 0 10px 0 0;
}
.product-panel-left .carousel-indicators button.thumbnail {
    height: auto;
    text-indent: inherit;
    margin: 0;
    border: 1px solid #000;
}
.product-panel-left .carousel-indicators button.thumbnail img{
	height: 100px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.product-panel-right{
	padding: 50px 15px 30px 60px;
}
.care-panel img{
	width: 40px;
}
.carousel-item img{
	width: 100%;
}
.fit-top-sec{
	width: 100%;
	display: flex;
	padding: 50px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fit-top-sec h2{
	font-size: 36px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.fit-top-sec p{
	text-align: center;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}
.size-sec{
	display: flex;
	width: 100%;
	flex-direction: column;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 30px 0;
}
.size-sec h2{
	margin: 0 0 15px;
	font-size: 20px;
    letter-spacing: 1px;
    position: relative;
}
.size-sec tr th{
	background: #000 !important;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	padding: 15px 20px;
	text-align: center;
}
.size-sec tr td{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 0;
}
.size-sec table{
	margin-bottom: 0;
}
.size-sec .table-responsive{
	overflow: hidden;
	border-radius: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.size-panel img{
	width: 24px;
}
.size-panel{
	width: 100%;
	display: flex;
	gap:12px;
	align-items: center;
	font-size: 14px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}
.size-panel-1{
	justify-content: center;
}
.size-sec:last-child{
	border-bottom: none;
}
.fit-area , .model-area{
	width: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding: 30px;
	background:#fff;
	min-height: 385px;
}
.fit-area h2 , .model-area h2 {
    margin: 0 0 30px;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
}
.fit-area ol{
	padding: 0;
	margin: 0;
}
.fit-area li {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #000000;
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}
.fit-area li:before{
	content: '\f058';
	font-family: FontAwesome;
    left:0;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    color: #C8A04D;
    font-size: 22px;
}
.model-sec{
	width: 100%;
	display: flex;
	gap:10px;
}
.model-img{
	width: 45%;
	display: flex;
}
.model-img img{
	width: 100%;
	height: 260px;
	object-fit: contain;
}
.model-text{
	width: 55%;
	flex-direction: column;
	display: flex;
	padding-left: 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.model-text-panel h3{
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
}
.model-text-panel p{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.model-text-panel{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 0;
}
.model-text-panel:last-child{
	border-bottom:none;
}
.fit-area-1 li{
    margin-bottom: 25px;
}
.fit-area-1 h2{
	margin-bottom: 50px;
}
.main-fit-area{
	width: 100%;
	display: flex;
	padding: 50px 0 0 0;
}
.main-fit-area h2 {
    margin: 0 0 15px;
    font-size: 30px;
    letter-spacing: 1px;
    position: relative;
}
.fit-sec{
	width: 100%;
	display: flex;
}
.fit-img{
	width: 60%;
	display: flex;
}
.fit-text{
	width: 40%;
	flex-direction: column;
	display: flex;
}
.fit-img img{
	width: 100%;
}
.fit-text-panel h3{
	margin: 0 0 15px;
    font-size: 30px;
    letter-spacing: 1px;
    position: relative;
}
.fit-text-panel{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.main-fit-text ol{
	margin: 0;
	padding: 0;
	counter-reset: item;
	display: flex;
    flex-direction: column;
    list-style: none;
}
.main-fit-text li h3{
   font-size: 20px;
   letter-spacing: 0.5px;
   font-weight: 700;
}
.main-fit-text p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.main-fit-text li{
    counter-increment: item;
    position: relative;
    padding-left: 50px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}
.main-fit-text li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}
.main-fit-text li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.main-fit-text{
	width: 35%;
	display: flex;
	flex-direction: column;
}
.main-fit-sec{
	width: 100%;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 50px;
}
.main-fit-text{
	width: 40%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.main-fit-img{
	width: 60%;
	display: flex;
}
.main-fit-img img{
	width: 100%;
	height: 700px;
	object-fit: contain;
	object-position: center;
}
.model-fit-area{
	width: 100%;
	display: flex;
}



.model-fit-area-mobile-1 .model-text-panel{
	width: 100%;
	display: flex;
	gap:15px;
	align-items: center;
}
.model-fit-area-mobile-1 .model-text-panel .model-text-panel-m-img img{
    width: 40px;
}
.about-banner img{
	height: 200px;
}
.contact-banner img{
	height: 180px;
}
.contact-banner h2{
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 44px;
}
.contact-banner p {
    font-size: 16px;
    line-height: 26px;
}



.found-section{
	width: 100%;
	display: flex;
	margin: 30px 0 50px;
}
.found-area{
	width: 100%;
	display: flex;
	flex-direction: column;
	background:#fff;
	border-radius: 12px;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	align-items: center;
}
.found-panel{
	width: 100%;
	display: flex;
	justify-content: center;
}
.found-icon{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 1px solid #C8A04D;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 85px;
	position: relative;
}
.found-icon:after{
	position: absolute;
	right: 100px;
	width: 150px;
	height: 1px;
	background:#C8A04D;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}
.found-icon:before{
	position: absolute;
	left: 100px;
	width: 150px;
	height: 1px;
	background:#C8A04D;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}
.found-icon img{
	width: 40px;
}
.found-area h2 {
    margin: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}
.found-area p{
	text-align: center;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.found-btn{
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 16px;
    display: inline-flex;
    padding: 18px 30px;
    background: transparent;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 500;
    margin: 20px 0;
    border-radius: 5px;
    max-width: 350px;
    justify-content: center;
}
.found-btn:hover{
	background:#C8A04D;
	border: 1px solid #C8A04D;
	color: #000;
}
.found-btn img {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-left: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1011%) hue-rotate(308deg) brightness(111%) contrast(101%);
}
.found-btn:hover img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(19%) hue-rotate(274deg) brightness(107%) contrast(98%);
}
.found-section .experiance-section{
	justify-content: center;
}
.found-section .experiance-panel img{
	width: 35px;
}
.found-section .experiance-panel-2 img{
	width: 45px;
}


.woocommerce-tabs.wc-tabs-wrapper { display:none; }
.storefront-wc-brands-single-product { display:none; }
.woocommerce-product-details__short-description { display:none; }
.reset_variations { display:none !important; }
.woocommerce-variation-availability { display:none; }
.quantity { display:none !important; }
.product_meta { display:none; }
.edit-link { display:none; }




.woocommerce-form-login , .woocommerce-form-register{
	border:1px solid #000;
	padding: 20px;
}
.woocommerce-MyAccount-navigation{
	border:1px solid #000;
	padding: 20px;
}
.woocommerce-MyAccount-navigation li{
	display:block;
	line-height: 50px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.woocommerce-MyAccount-navigation ul{
	padding:0;
	margin:0;
}
.woocommerce-MyAccount-navigation li a{
	color:#000;
	letter-spacing:1px;
	font-size:14px;
}
.woocommerce-MyAccount-navigation li:last-child{
	border-bottom:none;
}
.woocommerce-MyAccount-navigation li a::before{
	top:14px;
	position:relative;
}
.woocommerce-MyAccount-content a{
	color:#C8A04D;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #000;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
	background-color: #000;
}
.input-text {
    width: 100%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 1);
    font-size: 14px;
    height: 45px;
    letter-spacing: 1px;
    padding: 10px 20px;
    font-family: "Inter", sans-serif;
    background: transparent;
    border-radius: 0;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: transparent;
}
legend{
	  color: #000;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
}
.form-row label , .optional {
    color: #000;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
}
.woocommerce-Button , .woocommerce-address-fields .button , .woocommerce-form-login__submit{
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 16px;
	padding: 13px 30px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-weight: 500;
}
.woocommerce-Button:hover , .woocommerce-address-fields .button:hover , .woocommerce-form-login__submit:hover {
  background: #C8A04D;
  border: 1px solid #C8A04D;
  color: #000;
}
.show-password-input {
  border: none;
  background: transparent;
  padding: 10px;
}
.woocommerce-Address{
	background: transparent;
  border: 1px solid #000;
	padding:20px;
}
.woocommerce-Address header{
	background: transparent;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.addresses header.title::after , .addresses header.title::before{
	display:none;
}
.woocommerce-MyAccount-content h2{
	font-size:22px;
	margin:0;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	font-size:14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top:7px;
}
#account_display_name_description em{
	font-size:12px;
	font-weight:300;
}
.woocommerce-form-login__rememberme span{
	font-size:14px;
	font-weight:300;
}
.woocommerce-form-login__rememberme{
	margin-bottom:20px;
}
.woocommerce-info .woocommerce-Button.wc-forward.button{
	border:none;
	font-size:14px;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: #C8A04D;
}
.woocommerce-privacy-policy-link , .lost_password a{
	color: #C8A04D;
}
.woocommerce-ResetPassword .form-row-first {
  width: 100%;
  margin-right: 0;
}
.woocommerce-ResetPassword{
	  max-width: 700px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 30px;
}
.imsAjaxCartCount{
	color:#000;
}
.wc-block-cart .wc-block-cart__totals-title{
	font-size:16px;
	color:#000;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button{
	color:#000;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	font-size:18px;
	color:#000;
	font-weight: 600;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name{
	font-size:14px;
	color:#000;
	letter-spacing:0.5px;
	font-weight: 600;
}

.wc-block-components-product-details__select-length-inches .wc-block-components-product-details__name{
	font-size:12px;
	letter-spacing: 0.5px;
}
.wc-block-components-product-details__select-length-inches .wc-block-components-product-details__value{
	font-size:12px;
	color:#C8A04D;
	letter-spacing: 0.5px;
}
.wc-block-components-product-metadata{
	margin-bottom:15px;
}
.wc-block-components-title.wc-block-components-title{
	font-weight:600;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
	font-size:14px;
}
.wc-block-components-button{
	letter-spacing: 0.5px;
	line-height: 24px;
	font-size: 16px;
	padding: 12px 30px;
	border: 1px solid #000!important;
	background: #000!important;
	color: #fff;
	font-weight: 500;
}
.wc-block-components-button:hover {
  background: #C8A04D!important;
  border: 1px solid #C8A04D!important;
  color: #000!important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
	outline:none;
	box-shadow:none;
}
.wc-block-components-text-input input{
	border-radius:0!important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
	font-weight:600;
}
.contact-frm p{
	max-width:100%;
}
.wpcf7-spinner {
	display:none;
}
.contact-frm .wpcf7-not-valid-tip{
	font-size:12px;
	font-weight:300;
	letter-spacing:0.5px;
}
.wpcf7-response-output{
	font-size:12px;
	font-weight:300;
	color:#000;
	letter-spacing:0.5px;
	padding:10px;
	text-align:center;
}
.contact-frm input{
	margin-bottom:0;
}
.contact-frm .submit{
	margin-top:0;
}
.entry-summary .product-panel-right{
	padding:0;
}
.single_add_to_cart_button {
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 18px;
    padding: 14px 30px;
    border: 1px solid #000 !important;
    background: #000 !important;
    color: #fff;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
}
.single_add_to_cart_button:hover {
  background: #C8A04D!important;
  border: 1px solid #C8A04D!important;
  color: #000!important;
}
.entry-summary .product_title{
	color:#000;
	font-weight: 700;
  font-family: "Montserrat", sans-serif;
	font-size:26px;
	text-transform:none;
	margin-top:15px;
}
.entry-summary .price .woocommerce-Price-amount , .entry-summary .price .woocommerce-Price-currencySymbol {
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
}
.single-product div.product p.price{
	margin:0;
	padding:15px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.cfvsw-product-page table.variations .label label{
	  font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
	margin-bottom:10px;
    color: #000000;
}
.cfvsw-label-option {
    letter-spacing: 0.5px;
    line-height: 30px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 22px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius:0!important;
}
.secure-payment h2 span{
	width:auto;
	display:flex;
}
.secure-payment h2{
	display:flex;
	justify-content:center;
}
.product-panel-right .free-1 span {
  display: flex;
  flex-direction: column;
  width: auto;
	position:relative;
	background:transparent;
}
.variations_form .cfvsw-selected-label{
	display:none;
} 
.single-product div.product .summary{
	background:#fff;
	width:43%!important;
	margin-bottom:0!important;
	padding: 60px 0 120px 60px;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 55% !important;
    margin-right: 2% !important;
    display: flex;
	  margin-top:40px;
    flex-direction: row-reverse;
	  margin-bottom:0!important;
}
.free-area{
	padding:14px 0;
}
.secure-payment-icon img{
	height:auto;
}
.single-product div.product .summary:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 50vw;
    top: 0;
    margin-right: -50vw;
	  z-index:-1;
    height: 100%;
}
.single-product div.product{
	overflow:visible!important;
}
.purpose-area h2{
	color: #000!important;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport{
	width:83%!important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
	width:17%!important;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 100%!important;
	float: left;
	margin-bottom:10px;
	margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
	width:100px;
	height:100px;
	border:1px solid #000;
	object-fit:contain;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0!important;
}
.single_variation_wrap .size-area a{
	text-decoration:underline;
	text-underline-offset: 3px;
}
.free-1{
	color:#000;
}
.single_variation_wrap .size-area a i{
    margin-left: 6px;
    font-weight: 100;
    font-size: 15px;
}
.content-areashop{
	overflow:hidden;
}
.material-panel-mobile-2 tr th {
	background-color: #000;
}
.single-product div.product .woocommerce-product-gallery img{
	width:100%;
	height:700px;
	object-fit:contain;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
	display:none !important; 
}

.wp-block-woocommerce-empty-cart-block h2:nth-of-type(2) {
	display:none !important; 
}
.single_add_to_cart_button {
	display:none !important; 
}
.page-id-35 .newslatter-area {
	display:none !important; 
}
.xoo-wl-btc-popup{
	font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
/*.xoo-wl-btn-popup{
	padding: 0;
	background: transparent!important;
	border:none!important;
	font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #000000!important;
    letter-spacing: 0.5px;
}*/
.single-product div.product form.cart{
	margin-bottom: 0!important;
}
.single-product div.product .variations_button {
    padding-top: 0!important;
}
.global-page-area-search{
	padding: 40px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.global-page-area-search:nth-child(1){
	border-bottom: none;
}
.searchresult p:last-child{
	margin-bottom: 0;
}
.searchresult h4 a{
	color: #000;
}
.searchresult p a{
	color: #C8A04D;
}
.searchresult p{
	font-size: 14px;
	letter-spacing: 0.5px;
}
.searchresult h4{
	font-size: 20px;
	letter-spacing: 0.5px;
}
.afterformtext{
	text-align: center;
	font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    margin-top: 0;
}
.lockgolden img{
	filter: brightness(0) saturate(100%) invert(96%) sepia(66%) saturate(6317%) hue-rotate(315deg) brightness(83%) contrast(86%);
}
.lockgolden{
	margin-right: 5px;
}
.xwh-subheading {
    text-align: center;
    margin: 10px auto 15px !important;
    max-width: 350px;
    letter-spacing: 0.5px;
}
.xwh-heading {
    font-size: 26px!important;
    font-weight: 600!important;
    letter-spacing: 1px!important;
}
.xwh-heading-main{
	text-align: center;
	font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #C8A04D;
    letter-spacing: 1px;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
}
.xwh-heading-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.successdetails {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 15px 0 30px;
}
.successheader{
	text-align: center;
	font-size: 26px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #000;
    letter-spacing: 1px;
}
.bigcirclestar {
    width: 70px;
    height: 70px;
    padding: 15px;
    display: flex;
    justify-content: center;
    border: 1px solid #C8A04D;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.xoo-wl-form button.xoo-wl-submit-btn{
    border: none;
    background: #000;
    color: #fff;
    width: 100%;
    max-width: 100%!important;
    background-size: 25px;
    background-position: 84% center;
    padding: 14px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s;
}
.xoo-wl-form button.xoo-wl-submit-btn:hover{
	background-color: #C8A04D;
	color: #000;
}
.xoo-wl-modal .gotittoclose{
    border: none;
    background: #000;
    color: #fff!important;
    width: 100%;
    max-width: 100%!important;
    background-size: 25px;
    background-position: 84% center;
    padding: 18px 14px;
    font-size: 16px;
    font-family: "Inter", sans-serif!important;
    font-weight: 500!important;
    letter-spacing: 1px;
    border-radius: 5px!important;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
}
.gotittoclose:hover{
	background-color: #C8A04D;
	color: #000;
}
span.xoo-wl-close:hover {
    color: #C8A04D!important;
}
.xoo-wl-inmodal{
	height: auto!important;
	max-width: 500px!important;
}
.xoo-aff-input-group .xoo-aff-input-icon{
	background: transparent!important;
	border-right: none!important;
}
.xoo-aff-group input{
	border-left: none!important;
}
.xoo-aff-group input:focus{
	outline: none!important;
}
.xoo-aff-input-group .xoo-aff-input-icon{
	font-size: 18px!important;
}
.xoo-wl-main{
	padding: 30px 50px!important;
}
.xoo-aff-group{
	margin-bottom: 15px!important;
	width: 100%!important;
}
.xoo-aff-fields{
	margin: 20px 0 10px!important;
}
.gotittoclose:before{
	display: none;
}
.xoo-wl-inmodal span.xoo-wl-close {
    position: absolute;
    right: 25px;
    top: 25px;
    background-color: transparent!important;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
    border-radius: 0;
    cursor: pointer;
    z-index: 100;
    border: none;
    width: 22px;
    height: 22px;
}
.xoo-wl-inmodal span.xoo-wl-close:before{
	display: none;
}
#exampleModal{
	z-index: 99999;
}
.btn-close , .btn-close:hover{
	background-color: transparent;
	border:none;
}
.btn-close:focus{
   box-shadow: none;
   border: none;
}
.modal-home .btn-close{
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 999;
}
.modal-home .modal-content{
	padding: 30px 0;
}
.modal-backdrop{
	z-index: 9999;
}
.klaviyo-form-TWciRD h1 span{
	font-size: 48px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}
.klaviyo-form-TWciRD p {
    text-align: center;
    line-height: 28px;
    margin: 0!important;
    letter-spacing: 0.5px;
}
.go310894487 .go3176171171 p span {
    font-size: 30px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

.klaviyo-form-TWciRD .klaviyo-form-button{
	border: none!important;
    background: #000;
    color: #fff;
    width: 100%;
    max-width: 100%!important;
    padding: 0 14px!important;
    font-size: 16px!important;
    font-family: "Inter", sans-serif;
    font-weight: 500!important;
    letter-spacing: 1px!important;
    transition: 0.3s;
}
.klaviyo-form-TWciRD .klaviyo-form-button:hover{
	background-color: #C8A04D;
	color: #000;
}
.join-heading {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #C8A04D;
    letter-spacing: 1px;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    display: flex;
}
.join-heading span{
	background: #fff;
	font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #C8A04D;
    letter-spacing: 1px;
    position: relative;
    z-index: 99;
    padding: 0 15px;
}
.afterformtext-line{
	background: #fff;
	position: relative;
    z-index: 99;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #000000;
}

.join-heading:after {
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    background: #C8A04D;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    max-width: 320px;
}
.afterformtext:after {
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    background: rgba(0,0,0,0.2);
    top: 50%;
    transform: translate(-50% , -50%);
    left: 50%;
    max-width: 450px;
}
.go3917009128.go3917009128.go3917009128 {
    align-items: baseline!important;
}
.go2860996374.go2860996374.go2860996374 {
    position: relative!important;
    top: 6px!important;
}
.go2365489600.go2365489600.go2365489600 {
    top: 16px!important;
}

.star-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.go143586095.go143586095.go143586095 , .go2492919558.go2492919558.go2492919558{
	outline: none!important;
}
.klaviyo-form-TWciRD .go3176171171{
	text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #000;
    letter-spacing: 1px;
}
.klaviyo-form-TWciRD .go3176171171 .go2454621715 p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #000;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 15px 0 30px;
}
.klaviyo-form-TWciRD .go3176171171 .go2454621715 p span {
    font-size: 16px!important;
}
.klaviyo-form-TWciRD .go1781974578 .go3176171171 p span{
	text-align: center;
    font-size: 26px!important;
    font-weight: 700!important;
    font-family: "Inter", sans-serif;
    color: #000;
    letter-spacing: 1px;
}
.go1781974578.go1781974578.go1781974578 {
    padding: 0!important;
}
.klaviyo-form-TWciRD .go1781974578 .go3176171171 p , .klaviyo-form-TWciRD .go2454621715 .go3176171171 p{
    margin: 3px auto !important;
}