@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');
:root {
    --primary-fonts: 'Outfit', sans-serif;
    --signature-fonts: 'Calloveya', sans-serif;
    --primary-color:  #731F3A;
    --primary-main-color:  #C4A770;
    --secondary-color:  #000;
}


body{
  font-family: var(--primary-fonts);
}
a{
   color: inherit; 
}
a:hover{
  color: var(--primary-color);   
}
.btn-primary{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border: none;

    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
    background: linear-gradient(to right, var(--secondary-color) 50%, var(--primary-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1) background, .5s cubic-bezier(.645, .045, .355, 1) color;
    transition: .5s cubic-bezier(.645, .045, .355, 1) background, .5s cubic-bezier(.645, .045, .355, 1) color;
}
.btn-primary:focus{
    background-color: #000;
    color: #fff!important;
    border-color: #000;
}
.hidden-upload {
    display: none !important;
}
.btn-secondary{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  border: none;

    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
    background: linear-gradient(to right, var(--primary-color) 50%, var(--secondary-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1) background, .5s cubic-bezier(.645, .045, .355, 1) color;
    transition: .5s cubic-bezier(.645, .045, .355, 1) background, .5s cubic-bezier(.645, .045, .355, 1) color;
}
.btn-secondary:hover{
     background-color: var(--primary-color);
     border-color: var(--primary-color);
}


/* Initial hidden state */
.fade-up-new {
    opacity: 0;
    transform: translateY(-15px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* When active */
.fade-up-new.is-visible {
    opacity: 1;
    transform: translateY(0);
}



.reveal-item {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: transform, opacity;
}

/* Directions */
.from-left { transform: translateX(-30px);}
.from-right { transform: translateX(30px);}
.from-top { transform: translateY(-30px);}
.from-bottom { transform: translateY(30px);}

/* Active */
.reveal-item.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}



.single-product .productTotal_rate ins{
	text-decoration: none;
	font-size: 21px;
	color: #731F3A;
}

.single-product .productTotal_rate del{
	color: #9A9A9A;
	margin: 0 8px 0 0;
}

.banner-content .btn.hbn {
    background-color: #ffffff;
    border-color: #ffffff;
    border: none;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, #ffffff));
    background: linear-gradient(to right, var(--secondary-color) 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1) background, .5s cubic-bezier(.645, .045, .355, 1) color;
    transition: .5s cubic-bezier(.645, .045, .355, 1) background, .5s cubic-bezier(.645, .045, .355, 1) color;
	color:#000;
}

.banner-content .btn.hbn {
    min-width:153px;
}
.banner-content .btn.hbn:hover {
    color: #FFF;
}

.selectron23 {
	width:95px!important;
	z-index: 9991!important;
}

.selectron23-container {
    background: #731f3a!important;
    border-radius: 0!important;
    border: 0!important;
     box-shadow:none!important; 
}
.selectron23-option-text {
    display: none;
}
.selectron23-container .selectron23-option {
    padding:5px 4px 6px!important;
    background: none!important;
    display: flex;
	gap:10px;
}
.selectron23-option-title {
    font-weight: 300!important;
    color: #FFF!important;
    font-size: 15px!important;
}
.selectron23-container > span {
    color: #FFF!important;
}
.selectron23-container[data-opened="1"] > span {
    margin-top: -4px!important;
}

.selectron23-container .selectron23-option img {
    width: 17px!important;
    height: 17px!important;
    border-radius: 100%!important;
    margin: 0!important;
    object-fit: cover;
}
.selectron23-container > span {
	right:0!important
}

[data-name="ILS"]:before {
	content: "₪";
   font-weight: 200!important;
    color: #FFF!important;
    font-size: 18px!important;
	margin: 0 6px 0 0 
	
}

[data-name="USD"]:before {
	content: "$";
   font-weight: 200!important;
    color: #FFF!important;
    font-size: 15px!important;
	margin: 0 6px 0 0 
	
}


.menu.active [data-name="ILS"]:before,
.menu.active [data-name="USD"]:before,
.menu.active .selectron23-container > span,
.menu.active .selectron23-option-title {
	color: #000!important;
}

.menu.active .selectron23-container {
	background: #FFF!important;
}


.btn-primary:hover{
     background-color: var(--secondary-color);
     border-color: var(--secondary-color);
}
.btn{
    height: 47px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 0px;
    align-items: center;
    display: inline-flex;
    padding: 0 32px;
    justify-content: center;
    min-width: 182px;


    position: relative;
    overflow: hidden;

}
.btn:hover:hover{
     background-position: left bottom;
}
.btn-primary-main{
  background-color: var(--primary-main-color);
  border-color: var(--primary-main-color);
  text-transform: uppercase;
}
.btn-primary-main:hover{
   background-color: var(--secondary-color);
   border-color: var(--secondary-color);
   color: #fff;  
}

.btn-light:hover{
    background-color: #000;
    color: #fff!important;
    border-color: #000;
}
.btn-outline-primary{
    border-color: #000;
    color: #000;
}
.btn-outline-primary:hover{
   background-color: var(--primary-color);
  border-color: var(--primary-color); 
}



.form-control{
     height: 47px;
     border-color: #E3DFDB;
     border-radius: 0px;
     padding:0px 15px;
     font-size: 15px;
     line-height: 20px;
     font-weight: 300;
     color: #000;
    
}
select.form-control{
   background-image: url(../images/select_arrow_icon.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 26px; 
}
.form-control:focus{
    box-shadow: 0 0 0 .25rem #731f3a33;
}
.heading-title{
    margin-bottom: 25px;
}
.primary-title{
    color: #000;
    font-size: 40px;
    font-weight: 300;
    line-height: 52px;
    margin-bottom: 0px;
}
.primary-title-large{
  font-size: 64px;
    margin-bottom: 30px;
}
.large-para{
   font-size: 18px;
    line-height: 165%;
    margin-bottom: 36px;
}
.swiper-pagination-bullet{
    width: 8px!important;
    height: 8px!important;
    border: 1px solid #808080!important;
    background-color: inherit!important;
    opacity: 1!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
   background-color: #808080!important; 
}

/* Autofill background & text color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: inherit;           /* text color */
  -webkit-box-shadow: 0 0 0 1000px inherit inset; /* background color */
  box-shadow: 0 0 0 1000px inherit inset;
  transition: background-color 9999s ease-in-out 0s;
}
input:autofill {
  background-color: #fff !important;
  color: inherit!important
}
/* Chrome, Edge, Safari */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Safari (older versions) */
input[type="search"]::-webkit-search-decoration {
    display: none;
}





/*

.mobile_store_grid {
    transition-property: opacity, visibility !important;
    transition-duration: 0.2s, 0s !important;
    transition-timing-function: ease !important;
    transition-delay: 0.1s, 0.3s !important;
}
*/

.mobile_store_grid{
	        opacity: 0;
        visibility:hidden;
        transition: opacity 0.6s ease, visibility 0.6s ease;
}

.menu.active .mobile_store_grid{
	        opacity: 1;
        visibility:visible;
        transition-delay: 0.6s;
}

@media only screen and (max-width: 580px){
    .btn{
        min-width: auto;
        padding: 0 20px;
    }
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Bold.woff') format('woff'),
        url('../fonts/outfit/Outfit-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Black.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Black.woff') format('woff'),
        url('../fonts/outfit/Outfit-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-ExtraLight.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-ExtraLight.woff') format('woff'),
        url('../fonts/outfit/Outfit-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Light.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Light.woff') format('woff'),
        url('../fonts/outfit/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-ExtraBold.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-ExtraBold.woff') format('woff'),
        url('../fonts/outfit/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Medium.woff') format('woff'),
        url('../fonts/outfit/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Regular.woff') format('woff'),
        url('../fonts/outfit/Outfit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/outfit/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Thin.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Thin.woff') format('woff'),
        url('../fonts/outfit/Outfit-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calloveya';
    src: url('../fonts/calloveya/Calloveya.woff2') format('woff2'),
        url('../fonts/calloveya/Calloveya.woff') format('woff'),
        url('../fonts/calloveya/Calloveya.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calloveya';
    src: url('../fonts/calloveya/Calloveya_1.woff2') format('woff2'),
        url('../fonts/calloveya/Calloveya_1.woff') format('woff'),
        url('../fonts/calloveya/Calloveya_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ===== Animation Base ===== */
.fade {
  opacity: 0;
  transition: all 0.9s ease-out;
}
/* ===== Directions ===== */
.fade-top {
  transform: translateY(-5px);
}
.fade-bottom {
  transform: translateY(5px);
}
.fade-left {
  transform: translateX(-5px);
}
.fade-right {
  transform: translateX(5px);
}
/* ===== When visible ===== */
.fade.show {
  opacity: 1;
  transform: translate(0, 0);
}

.container{
	max-width: 1817px;
}
.product_lock_thumbs {
    height: 1017px !important;
}
.currencyOption{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.currency_bx {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}
.currencyOption .currency_bx > img {
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 100%;
    object-fit: cover;
}
.main-search-dropdown {
    padding: 50px;
    position: absolute;
    top: 72px;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transition: all 0.3s;
}
.main-search-dropdown.active{
    height: auto;
    opacity: 1;
    visibility: visible;
}
.search-container {
    max-width: 1000px;
    margin: auto;
}
.search-container .search-input-wrap {
    display: flex;
}
.search-container .search-input-wrap input{
    border: none;
    height: 47px;
    border-bottom: 1px solid #000!important;
    font-weight: 300;
    font-size: 16px;
    color: #808080;
}
.search-container .search-input-wrap .search_form_btn{
    border: none;
    padding: 0px;
    border-radius: 0px;
    background-color: inherit;
        position: relative;
    right: 21px;
        height: 30px;
    line-height: 0px;
    bottom: -11px;
}
.search-container .search-input-wrap input:focus, 
.search-container .search-input-wrap .search_form_btn:focus{
    outline: none;
}
.search-content {
    display: flex;
    gap: 30px;
}
.search-content-menu {
    flex: none;
    width: 300px;
    padding-top: 68px;
}
.search-content-product {
    flex: 1;
}
.search-content-head {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
}
.search-content-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.search-content-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 200;
    position: relative;
    padding-bottom: 5px;
}
.search-content-menu ul li a:before, 
.search-content-menu ul li.active a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1.5px;
}
.search-content-menu ul li a:after, 
.search-content-menu ul li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: var(--primary-color);
    bottom: 0;
    -webkit-transition: .4s ease opacity, .4s ease transform;
    transition: .4s ease opacity, .4s ease transform;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.search-content-menu ul li a:hover, 
.search-content-menu ul li.active a{
    color: var(--primary-color) !important;
}
.search-content-menu ul li a:hover:after, 
.search-content-menu ul li.active a:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.search-looking-product {
    padding: 21px 0;
}
.search-looking-product-heading {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 400;
}
.search-looking-product-row .product_thumbs{
    margin-bottom: 4px;
}
.search-looking-product-row .product_thumbs img.img-fluid {
    height: 157px;
}
.search-looking-product-row .product_card_dec .product_card_name {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.search-looking-product-row .product_card_dec .product_price span {
    font-size: 14px;
}
.search-looking-result-heading {
    margin: 30px 0 0;
    display: flex;
    justify-content: end;
}
.search-looking-result-heading a, 
.search-looking-result-heading span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}

/* Top Bar */
.top-bar {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
	height: 40px;
}
.top-bar a {
  color: #fff;
  text-decoration: none;
}
/* Navbar links */
.navbar-nav .nav-link {
  font-weight: 400;
  color: #000!important;
  font-size: 17px;
  line-height: 20px;
  padding:8px 0!important;
  position: relative;
}
.navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
}
.navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #731F3A;
  bottom: 0;
  -webkit-transition: .4s
  ease opacity, .4s
  ease transform;
  transition: .4s
  ease opacity, .4s
  ease transform;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.navbar-nav .nav-link:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar-nav .nav-link:hover {
  color:#BC9951;
}
.site_header {
  overflow: visible;
      display: contents;
}
.site_header .navbar-nav{
  gap: 32px;
}
.site_header .navbar .container{
  max-width: 1692px;
  padding-left: 40px;
    padding-right: 40px;
}
.site_header .navbar {
  padding: 32px 0px 27px;
  z-index: 999;
}
.site_header .navbar-brand{
  padding: 0px;
  margin: 0px;
}
.hdr_store_item{
    position: relative;
        cursor: pointer;
}
.hdr_store_count {
    position: absolute;
    right: -3px;
    background-color: var(--primary-color);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 2px;
    font-size: 9px;
    font-weight: 500;
    bottom: -4px;
    border: 1.5px solid #000000;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}

/**main banner**/
.banner-wrapper {
    overflow: hidden;
    height: 888px;
}
.banner-wrapper .banner-picture {
    position: absolute;
    /* height: 888px; */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}
.banner-wrapper .banner-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content{
    position: relative;
    height: 100%;
    z-index: 99;
}
.banner-content .container{
    max-width: 1488px;
    padding: 0 75px;
}
.banner-content-h1{
    font-size: 50px;
    line-height: 53px;
    font-weight: 300;
    margin-bottom: 21px !important;
	color: #FFF;
}
.banner-content p{
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    margin: 0 0 21px;
}
.banner-content .btn{
  min-width: 82px;
  color: #000;
}
.banner-video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}
.banner-video:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-color: #0000006e;
    z-index: 99;
}
.banner-video video, 
.banner-video iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9;
}

/** banner story**/
.banner-story{
   padding: 91px 0px;
   background-color: #F4EEE9;
}
.banner-story-h2{
    font-weight: 200;
    font-size: 40px;
    line-height: 128%;
    margin: 0px;
    letter-spacing: 0.40px;
	color: #000;
}

/**show by category**/
.showBy_category {
    padding: 70px 0 85px;
}
.showBy_category_row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.showBy_category_row .showBy_category_col {
    flex: 1 1 calc(25% - 8px);
    max-width: calc(25% - 8px);
}
.showBy_category_thumb{
    height: 598px;
    width: 100%;
    overflow: hidden;
}
.showBy_category_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.showBy_category_row .showBy_category_col:hover .showBy_category_thumb img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.showBy_category_h3{
  margin: 10px 0 0;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.showBy_category_h3 a{
    color: inherit;
    text-decoration: none;
}
.showBy_category_row .showBy_category_col:hover .showBy_category_h3{
    color: var(--primary-color);
}
/**end show by category**/


.Cpn {
	font-family: 'Outfit';
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	margin: 0 0 19px;
}


.product_section{
    padding-top: 70px;
}

/**product cards**/
.product_cards {
  width: 100%;
}
.product_cards .product_thumbs{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.product_cards .product_thumbs .product_thumbs_default{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.product_cards .product_thumbs:hover .product_thumbs_default{
    z-index: -1;
}
.product_cards .product_thumbs .product_thumbs_gallery{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.product_cards .product_thumbs:hover .product_thumbs_gallery{
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.product_cards .product_thumbs .product_thumbs_gallery .productSwiper{
    height: 100%;
}
.product_cards .product_thumbs .img-fluid {
  width: 100%;
  height: 446px;
  object-fit: contain;
	background: #fbf8f6;

}
.product_cards .product_color_variants {
    display: flex;
    gap: 5px;
    padding-left: 3px;
}
.product_cards .product_color_variants .color-dot-label {
    position: relative;
}
.product_cards .product_color_variants .color-dot-label input{
    width: 1px;
    height: 1px;
    visibility: hidden;
    position: absolute;
}
.product_cards .product_color_variants .color-dot-label label{
    width: 23px;
    height: 23px;
    border-radius: 100%;
    margin-bottom: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product_cards .product_color_variants .color-dot-label label span{
    width: 19px;
    height: 19px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #eee;
    min-width: 19px;
    min-height: 19px;
}
.product_cards .product_color_variants .color-dot-label label span.material-swatch-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
.product_cards .product_color_variants .color-dot-label label span.material-swatch-fallback {
    font-size: 9px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    background: #eee;
    color: #333;
}
.product_cards .product_color_variants .color-dot-label input:checked + label{
    border: 2px solid #000;
}
.product_cards .product_color_variants .color-dot-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product_cards .product_color_variants .color-dot-more-link {
    width: 23px;
    height: 23px;
    border-radius: 100%;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    line-height: 1;
    transition: border-color 0.2s, color 0.2s;
}
.product_cards .product_color_variants .color-dot-more-link:hover {
    border-color: #000;
    color: #000;
}
.product_cards .product_color_variants .color-dot-plus {
    display: block;
    font-weight: 300;
}
.product_cards .product_card_name {
    font-weight: 300;
    font-size: 18px;
    margin: 3px 0 3px;
    line-height: 155%;
    color: #000;
    letter-spacing: -0.2px;
}
.product_cards .product_card_name a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product_cards:hover .product_card_name{
    color: var(--primary-color);
}



.woocommerce-variation-add-to-cart .quantity {
    display: inline-flex;
    border-radius: 100px;
    border: 1px solid #000;
    width: 100%;
    max-width: 150px;
}

.woocommerce-variation-add-to-cart .quantity button{
	border: 0!important;
	background: none;
}


.faq-item span.icon {
	background: url(../../assets/images/plus.png) no-repeat center center;
	font-size: 0;
    background-size: 13px;
	width: 13px;
	height: 13px;
}
.faq-item .faq-question[aria-expanded="true"]  span.icon{
    background: url(../../assets/images/minus.png) no-repeat center center;
    background-size: 13px !important;
}


a#clearAll:hover {
	color: #731F3A
}


.stop-scroll {
	overflow: hidden!important;
}

.woocommerce-variation-add-to-cart .quantity input[type=number]{
	border: 0!important;
	background: none;
}

.product_price span{
    color: #000;
     font-weight: 500;
    font-size: 18px;
    line-height: 21%;
}
.productSwiper .swiper-button-prev, 
.productSwiper .swiper-button-next, 
.bestSeller .swiper-button-prev, 
.bestSeller .swiper-button-next, 
.swiper-button-prev, 
.swiper-button-next{
  width: 42px!important;
  height: 42px!important;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productSwiper .swiper-button-prev:after, 
.productSwiper .swiper-button-next:after, 
.bestSeller .swiper-button-prev:after, 
.bestSeller .swiper-button-next:after, 
.swiper-button-next:after, 
.swiper-button-prev:after{
    display: none;
}
.bestSeller .swiper-button-disabled.swiper-button-lock{
    opacity: 0!important;
}
.product_budges{
    position: absolute;
    z-index: 98;
    left: 16px;
    top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
.product_budges > span {
    height: 29px;
    min-width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: 300;
    font-size: 16px;
    border: 1.2px solid;
    padding: 0 7px;
    line-height: 29px;
}
.product_budges .offer_budge{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.product_budges .best_budge{
   background-color: #fff; 
   border-color: var(--secondary-color);
   color: var(--secondary-color);
}
.product_budges .new_budge{
    background-color: var(--primary-main-color);
    border-color: var(--primary-main-color);
    color: #fff;
}
.product-offer-price{
    color: var(--primary-color)!important;
}
.product-sell-price {
    color: #808080!important;
    text-decoration: line-through!important;
    font-weight: 300!important;
}
.product-regular-price {
    color: #000!important;
}

.product_cards .product_thumbs .swiper-slide-mobile-show{
    display: none!important;
}

.woocommerce-order-received {
    background: #fff !important;
}
.thankyou-page .address-section{
    margin-top: 126px !important;
}
.thankyou-page .summary-row > span {
    flex: 1;
}
.thankyou-page .summary-row{
    justify-content: flex-start !important;
}
.page-template-default .the_content h2{
    font-family: Outfit;
    font-weight: 300;
    font-size: 24px;
    line-height: 52px;
    letter-spacing: -1%;
}
.page-template-default .the_content h3 strong,
.page-template-default .the_content h2 strong{
    font-weight: 400;
}
/**welcome_megemeria**/
.welcome_megemeria{
    margin: 84px 0;
   position: relative;
   overflow: hidden;
}
.welcome_megemeria .welcome-banner-picture img{
   width: 100%;
   -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.welcome_megemeria_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.welcome_megemeria:hover .welcome-banner-picture img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
} 

/**end welcome_megemeria**/

/**symbols_bx_half**/
.symbols_bx_half{
    background-color: #F4EEE9;
}
.symbols_bx_half .container{
    max-width: 1920px;
}
/*.symbols_bx_half_odd .row > div {
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
}*/
.symbols_bx_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 40px 0;
}
.symbols_bx_content .heading-title{
    margin-bottom: 0px;
}
.image_hover_effect{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.image_hover_effect img{
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
/*
.image_hover_effect:hover img, 
.symbols_bx_half .image_hover_effect:hover img{
        -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
*/

/**review card**/
.review-card {
    border: 1px solid #0000001A;
    height: 100%;
    box-shadow: 0px 4px 8px 0px #00000005;
    padding: 32px;
    min-height: 280px;
}
.review-card > p {
    font-size: 16px;
    font-weight: 200;
    line-height: 145%;
    min-height: 70px;
}
.review-card .stars {
    display: flex;
    gap: 16px;
    color: #C4A770;
    font-size: 22px;
}
.review-card h4 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 2px;
    line-height: 150%;
}
.review-card .date{
    color: #00000073;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.review-swiper .swiper-pagination.review-pagination {
    position: static;
    margin: 29px 0 0;
}
.review-swiper .swiper-pagination.review-pagination .swiper-pagination-bullet{
    width: 10px!important;
    height: 10px!important;
    background-color: #D5D1CD!important;
	border: 0!important;
}
.review-swiper .swiper-pagination.review-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #000000!important;
}
/**end review card**/

/**Megemeria Experience**/
.megemeriaEx_bx .icon-box {
    width: 47px;
    margin: 0 auto 16px;
    height: 47px;
}
.megemeriaEx_bx .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.megemeriaEx_bx h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.20px;
    margin-bottom: 16px;
}
.megemeriaEx_bx p {
    color: #000000;
    font-size: 18px;
    line-height: 155%;
    margin: 0px;
    font-weight: 300;
}
.megemeriaEx_row {
    padding-top: 4px;
    padding-bottom: 49px;
}



section.shop_cta_variant_01 h2{
    font-family: "Antic Didone", serif!important; 

}


/**end Megemeria Experience**/

/**promotion_cta**/
.promotion_cta img{
    width: 100%;
}
.shop_cta_variant_01{
    margin: 86px 0;
    background-color: var(--primary-color);
    padding: 133px 0px;
}
/**end promotion_cta**/

/**gallery-swiper**/
.gallery-section{
    padding: 70px 0px 0;
}
.gallery-section .gallery-swiper{
    max-width: 1920px;
}
.gallery-swiper .swiper-slide{
    overflow: hidden;
}
.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 364px;
     -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.gallery-swiper .swiper-slide:hover img{
        -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery-swiper .swiper-button-next:after, 
.gallery-swiper .swiper-button-prev:after{
  color: #808080;
  font-size: 30px;
}
/**end gallery-swiper**/


/**featured-section**/
.featured-section{
    background-color: #ffff;
    padding: 82px 0 102px;
}
.featured-section .container{
    max-width: 1346px;
}
.featured-section .heading-title{
    margin-bottom: 43px;
}
.featured-swiper .swiper-wrapper{
    align-items: center;
}
.featured-swiper .swiper-slide {
    text-align: center;
}

section.gallery-section.HomeGallery p {
    font-size: 18px;
    padding: 4px 0 0;
}

/**footer section**/
.site-footer {
    background-color: #EEECE9;
    padding: 79px 0 28px;
    font-size: 15px;
    color: #000;
}
.site-footer .container{
    max-width: 1168px;
}
.site-footer .footer-widget-h4 {
    font-weight: 400;
    line-height: 20px;
    font-size: 17px;
    margin-bottom: 15px;
}
.site-footer a {
    text-decoration: none;
    color: #000;
    display: block;
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}
.site-footer a:hover {
  text-decoration: underline;
}
.newsletter-input {
    border: none;
    /*border-bottom: 1px solid #000;*/
    box-shadow: 0 0.5px 0 0 rgb(0 0 0);
    border-radius: 0;
    background: transparent;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    height: 36px;
}
.newsletter-input::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #F00;
    transform: scaleY(0.5);
    transform-origin: bottom;
}
.newsletter-input::placeholder{
    color: #000;
}
.newsletter-input:focus {
box-shadow: none;
border-color: #000;
background-color: inherit;
}

.footer-bottom {
    text-align: center;
    margin-top: 38px;
    font-size: 15px;
    color: #000;
    font-weight: 300;
}
.site-footer .footer-sign-h{
    font-size: 20px;
    color: #212121;
	margin-bottom: 30px;
    font-weight: 400;
}
.site-footer .row.gy-4 > div {
    flex: 1;
    max-width: fit-content;
}
.site-footer .row.gy-4 {
    justify-content: space-between;
}
.footer-widget-newsletter {
    max-width: 359px;
}
.footer-widget-newsletter .btn{
    height: 41px;
    font-weight: 400;
    font-size: 15px;
}
.site-footer .social-icons {
    display: flex;
    gap: 10px;
}
.site-footer .social-icons img{
    transition: all 0.4s;
}
.site-footer .social-icons img:hover{
    transition: all 0.4s;
    transform: scale(1.1);
}


/**mega menu**/
/* HIDE with delay */
.mega-menu {
    position: absolute;
    z-index: 500;
    background: #fff;
    padding: 20px 30px;
    margin-top: 10px;

    opacity: 0;
    visibility: hidden;
    /*pointer-events: none;*/

    transition:
        opacity .15s ease,
        margin-top .15s ease,
        visibility 0s .15s;
}

body.woocommerce-checkout .checkout-review-item .quantity {
    width: 15%;
    height: 30px;
}
.product_w30 {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 30%;
    justify-content: space-between;
}
body.woocommerce-checkout .checkout-review-item dl.variation {
    width: 30%;
}
.woocommerce tr.cart_item td.product-total {
    width: 15%;
}
tr.cart_item {
    width: 100%;
}
tr.cart_item td.product-name {
    width: 85%;
}
/*.checkout-review-item:not(:has(dl.variation)) .product_w30 {
    width: auto;
}*/
td.product-name:not(:has(dl.variation)) .checkout-review-item {
    width: 60%;
}
td.product-name:not(:has(dl.variation)) .checkout-review-item .quantity {
    width: 30%;
}
tr.cart_item td.product-name
body.woocommerce-checkout .checkout-review-item {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
body.woocommerce-checkout .checkout-review-item dl.variation * {
    font-size: 16px;
    flex-wrap: wrap;
    flex-direction: column;
    display: inline-block;
}

body.woocommerce-checkout .checkout-line-total {
gap: 3px !important;
}
.productRadioCard input:checked + .productRadioCard_span,
body .single_product_choose.LenghtChoose .productRadioCard input:checked + .productRadioCard_span {
    background: #F4EEE966!important;
	border-color: #000!important;
}
select#billing_phone_country_code {
    width: 25% !important;
}

@media(min-width:1201px){

/* SHOW instantly */
.menu-item-has-children:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: 0;

    transition:
        opacity .2s ease,
        margin-top .2s ease,
        visibility 0s;
}
}
.mega-menu{left:50%;transform:translateX(-50%)}.mega-menu{max-width:100%;width:100%;padding:48px 15px 45px 15px}.mega-menu-container{display:flex;flex-wrap:wrap;max-width:990px;margin:auto;justify-content:center}.mega-menu .list-item{flex:0 0 150px;padding:0 5px}.mobile-menu-head,.mobile-menu-trigger{display:none}@media(max-width:1200px){.menu{position:fixed;width:100%; max-width:434px;background-color:#fff;left:0;top:0;height:100%;overflow:hidden;transform:translate(-100%);transition:all 0.5s ease;z-index:1099}.menu.active{transform:translate(0%)}.mobile-menu-trigger{display:flex;height:30px;width:30px;margin-left:15px;cursor:pointer;align-items:center;justify-content:center}.mobile-menu-trigger span{display:block;height:2px;background-color:#333;width:24px;position:relative}.mobile-menu-trigger span:before,.mobile-menu-trigger span:after{content:'';position:absolute;left:0;width:100%;height:100%;background-color:#333}.mobile-menu-trigger span:before{top:-6px}.mobile-menu-trigger span:after{top:6px}.mobile-menu-head{display:flex;height:50px;border-bottom:1px solid rgb(0 0 0 / .1);justify-content:space-between;align-items:center;position:relative;z-index:501;position:sticky;background-color:#fff;top:0}.mobile-menu-head .go-back{height:50px;width:50px;border-right:1px solid rgb(0 0 0 / .1);cursor:pointer;line-height:50px;text-align:center;color:#000;font-size:16px;display:none}.mobile-menu-head.active .go-back{display:block}.mobile-menu-head .current-menu-title{font-size:15px;font-weight:500;color:#000}
    .mobile-menu-head .mobile-menu-close {
    width: 50px;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-top: 6px;
}

	.current-menu-title a {font-size:15px;font-weight:500;color:#000; text-decoration: none}
	ul li a.AllCat {
    display: none;
}
.menu-main{height:100%;overflow-x:hidden;overflow-y:auto}.mega-menu{visibility:visible;opacity:1;position:absolute;box-shadow:none;margin:0;padding:15px;top:0;left:0;width:100%;height:100%;padding-top:65px;max-width:none;min-width:auto;display:none;transform:translateX(0%);overflow-y:auto}.mega-menu.active{display:block}@keyframes slideLeft{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0%)}}@keyframes slideRight{0%{opacity:1;transform:translateX(0%)}100%{opacity:0;transform:translateX(100%)}}.menu-overlay{position:fixed;background-color:rgb(0 0 0 / .5);left:0;top:0;width:100%;height:100%;z-index:1098;visibility:hidden;opacity:0;transition:all 0.5s ease}.menu-overlay.active{visibility:visible;opacity:1}}



/*
.sub-menu.mega-menu.active {
	height: 110vh;
	
}
*/


.mega-menu .title {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin: 0 0 20px;
	font-family: 'Outfit', sans-serif;
}
.mega-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mega-menu ul li{
    margin-bottom: 10px;
}
.mega-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-bottom: 5px;
	font-family: 'Outfit', sans-serif;
}
.mega-menu ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1.5px;
}
.mega-menu ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #731F3A;
    bottom: 0;
    -webkit-transition: .4s ease opacity, .4s ease transform;
    transition: .4s ease opacity, .4s ease transform;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}


ul li a.AllCat {
	font-weight: 500!important
}

/*
.mega-menu ul li a:hover{
    color: #BC9951 !important;
}
*/
.mega-menu ul li a:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
	height: 1px;
}


/**sidebar mini popup**/
.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 999;
}
.sidebar-mini {
  position: fixed;
  top: 0;
  right: -707px;
  width: 520px;
  background: #fff;
  transition: right 0.4s ease;
  z-index: 9999;
  padding: 19px 20px 34px;
   height: 100%;
    overflow: auto;
}
#sidebar-sizeGuide-necklace{
     z-index: 99999 !important;
}
div#sidebar-sizeGuide {
    z-index: 99999999999;
}
.sidebar-mini.active {
  right: 0!important;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}



.megemeriaEx_row .col-md-4.mb-4.mb-md-0 {
    order: 1;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #D5D1CD;
    margin-bottom: 23px;
    position: sticky;
    top: -20px;
    background-color: #fff;
    z-index: 999;
    padding-top: 15px;
}
.sidebar-head {
    color: #000000;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.20px;
}
.sidebar-header .close-btn {
    padding: 0px;
    border: none;
    background-color: inherit;
    border-radius: 0px;
}
.sidebar-header .close-btn img{
    width: 12px;
    height: auto;
}
.sidebar-footer {
    position: relative;
    bottom: -33px;
    background-color: #fff;
    padding-bottom: 21px;
    padding-top: 10px;
}
.product_mini_cards .product_thumbs{
    margin-bottom: 8px;
}
.product_mini_cards .product_thumbs .img-fluid{
  height: 278px;
}
.product_mini_cards .product_btns{
    margin-top: 8px;
}
.sidebar-content .row{
    margin-left: 11px;
    margin-right: 11px;
}
.sidebar-content .row > div{
    padding-left: 11px;
    padding-right: 11px;
}


#sidebar-minicart{
  right: -560px;
  width: 553px;
  padding: 34px 41px;   
}

#sidebar-look .sidebar-header {
    top: -30px;
}
#sidebar-minicart .sidebar-header {
    top: -36px;
}

/**end sidebar mini**/





.sidebar-groups{
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D5D1CD;
}
.sidebar-groups:last-child{
  border-bottom: none;
  padding-bottom: 0px;
}

.delivery-wrapper {
  width: 100%;
}
.delivery-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
  margin-bottom: 9px;
}
.delivery-text strong{
    font-weight: 500;
}
.delivery-progress {
  width: 100%;
  height: 4px;
  background-color: #E3DFDB;
  border-radius: 10px;
  overflow: hidden;
}
.delivery-progress-fill {
  display: block;
  width: 70%;
  height: 100%;
  background-color: var(--primary-main-color);
  border-radius: 10px;
}

.mini-cart-product {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 23px;
}
.mini-cart-product:last-child{
    margin-bottom: 0px;
}
.mini-cart-product-image {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    background: #F4EEE966;
}

.mini-cart-product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
	background: unset !important;
    mix-blend-mode: multiply !important
}
.mini-cart-product-details {
  flex: 1;
}
.mini-cart-product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.mini-cart-product-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    max-width: 80%;
    color: #000000;
}

.mini-cart-product-price.product_price span{
  font-size: 15px;
}

.mini-cart-product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-cart-product-qty {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 999px;
    padding: 0px;
    gap: 3px;
    width: 80px;
    height: 30px;
    overflow: hidden;
}

.mini-cart-product-btn {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  width: 20px;
  flex: none;
  padding: 0px;
      color: #000;
}
.mini-cart-product-count {
  width: 100%;
  flex: 1;
  text-align: center;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  background: transparent;
  appearance: textfield;
}

/* Remove arrows in input */
.mini-cart-product-count::-webkit-outer-spin-button,
.mini-cart-product-count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mini-cart-product-remove {
   background: none;
    border: none;
    font-size: 13px;
    color: #808080;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font-weight: 300;
}

.haveYouSee_product-section {
  background: #F4EEE966;
  padding: 15px 36px 36px
}

.haveYouSee_product-heading {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}

.haveYouSee_product-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.haveYouSee_product-card {
    width: calc(100% / 3 - 11px);
    flex: 1;
}

.haveYouSee_product-image {
  width: 122px;
  height: 122px;
  margin-bottom: 10px;
}

.haveYouSee_product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.haveYouSee_product-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 2px;
  line-height: 138%;
      min-height: 44px;
}

.haveYouSee_product-price {
  font-size: 14px;
  line-height: 165%;
  margin: 0 0 12px;
  font-weight: 300;
  display: flex;
    gap:0px 5px;
    flex-wrap: wrap;
}

.haveYouSee_product-btn {
  background: var(--primary-main-color);
  color: #000;
  border: none;
  min-width: 59px;
  height: 29px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.haveYouSee_product-btn:hover{
    background-color: #000;
    color: #fff;
}
.miniCart_total_title{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-bottom: 0px;
}
.free_gift_tags{
    color: var(--primary-color) !important;
    font-size: 14px;
    font-weight: 500;
}
.free_gift_price{
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through;
}


/**mini tab**/
.mini_tab .mini_tab_content {
  display: none;
  opacity: 0;
  padding-top: 25px;
}
.mini_tab .mini_tab_content.active {
  display: block;
  animation: miniTabFade 0.35s ease forwards;
}

@keyframes miniTabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mini_tab_content, 
.mini_tab_content p, 
.mini_tab_content li{
    font-size: 16px;
    line-height: 165%;
    color: #000000;
    font-weight: 300;
}
.mini_tab_img {
    width: 100%;
    height: 258px;
    margin-bottom: 30px;
}

#sidebar-sizeGuide-necklace .mini_tab_img{
	height: 498px;
}

.mini_tab_img .img-fluid{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mini_tab_content ul, 
.mini_tab_content ol {
    padding: 0 0 5px 18px;
}
.mini_tab_content li{
    margin-bottom: 15px;
}
.mini_tab_table th, 
.mini_tab_table td{
    font-size: 16px;
    line-height: 20px;
    padding: 15px 10px;
    color: #000000;
    font-weight: 300;
    border-color: #B4B4B4;
}
.mini_tab_table th{
    font-weight: 400;
    text-transform: uppercase;
    border: none;
}
.mini_tab_btns {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #B4B4B4;
}
.mini_tab_btns .mini_tab_btn {
    background-color: inherit;
    border-radius: 0px;
    padding: 0;
    border: none;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    padding: 10px 0px;
    flex: 1;
    font-weight: 300;
    position: relative;
}
.mini_tab_btns .mini_tab_btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
}
.mini_tab_btns .mini_tab_btn:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: 0;
  -webkit-transition: .4s
  ease opacity, .4s
  ease transform;
  transition: .4s
  ease opacity, .4s
  ease transform;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.mini_tab_btns .mini_tab_btn:hover:after, 
.mini_tab_btns .mini_tab_btn.active:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mini_tab_btns .mini_tab_btn:hover, 
.mini_tab_btns .mini_tab_btn.active {
  color: #000;
  font-weight: 400;
}
.mini_content_ftr, 
.mini_content_ftr p{
    font-size: 16px;
    line-height: 165%;
    color: #000000;
    font-weight: 300;
}
.mini_content_ftr a{
    color: inherit;
}

/**visit box**/

/**modal popup**/
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

/* Active state */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 73%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease;
  z-index: 9999;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-box {
  background: #fff;
  width: 90%;
  max-width: 664px;
  padding:40px 30px 47px;
  border-radius: 10px;
  transition: transform .4s ease;
  position: relative;

 /* max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;*/
}
/*
.popup-overlay.active .popup-box {
  transform: scale(1);
}
*/
.popup-close-btn {
  position: absolute;
  top: 0px;
  right: 16px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
    height: auto;
    width: auto;
    font-weight: 300;
}
/*
.popup-box-content {
    max-height: 78vh;
    overflow: auto;
}
*/
.popup-box-content::-webkit-scrollbar {
  width: 8px;
}
.popup-box-content::-webkit-scrollbar-track {
  background: #eee; 
}
.popup-box-content::-webkit-scrollbar-thumb {
  background: #ccc; 
}
.popup-box-content::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}
/**end modal popup**/

.filter-group label {
    margin-bottom: 12px !important;
}
.product_price span bdi > span,
.product_price span bdi {
    color: #731F3A;
}


div#quick-purchase-popup .popup-box.story-popup-box.qp-inner {
    position: fixed;
    top: 0;
    right: -707px;
    width: 520px;
    height: 100vh;
    background: #fff;
    transition: right 0.4s ease;
    z-index: 99999;
    padding:34px 41px;
    overflow: auto;
	border-radius: 0;
}
div#quick-purchase-popup.active .popup-box.story-popup-box.qp-inner {
	right: 0px;
}


/**start media quiery**/
@media only screen and (max-width: 1700px){
.banner-wrapper {
    height: 688px;
}
/*
.showBy_category_thumb {
    height: 398px;
}
*/
.gallery-swiper .swiper-slide img{
    height: 300px;
}
.product_budges > span{
    height: 26px;
    min-width: 70px;
    font-size: 14px;
    padding: 0 10px;
}
.product_cards .product_thumbs .img-fluid {
    height: 380px;
}
.product_lock_thumbs {
    height: 886px !important;
} 
}

@media only screen and (max-width: 1450px){
.banner-wrapper {
    height: 550px;
}
.product_cards .product_thumbs .img-fluid{
    height: 320px;
}
.showBy_category_thumb {
    height: 363px;
}
.gallery-swiper .swiper-slide img{
    height: 270px;
}
.product_lock_thumbs {
    height: 768px !important;
}
}
@media only screen and (max-width: 1367px){
    .product_cards .product_thumbs .img-fluid{
    height: 300px;
    }
.product_lock_thumbs {
    height: 728px !important;
}
}
@media only screen and (max-width: 1240px){
.navbar-nav .nav-link {
    font-size: 17px;
}
}

/**responsive menu bar**/
@media only screen and (max-width: 1200px){
.mobile_storeHdr_btn {
    padding: 10px 26px;
    display: block!important;
}
.mobile_store_grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0px;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 30px);
    background-color: #fff;
    z-index: 1;
}
.mobile_store_grid a{
    text-decoration: none;
    color: inherit;
}
.mobile_store_grid .mobile_store_icon {
    margin: 0 5px 0px 0;
    display: inline-block;
    position: relative;
    top: -2px;
}
.mobile_store_grid .mobile_store_icon img{
    width: 15px;
    height: 15px;
    object-fit: scale-down;
}
.menu-main{
    padding: 30px 21px;
    gap: 0px !important;
    max-height: calc(100% - 124px);
    flex-direction: column !important;  
}
.menu-item-has-children{
    position: relative;
}
.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    width: 7px;
    height: 12px;
    background-image: url(../../assets/images/mobile_menu_drow_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
}
.menu-main li a:before, 
.menu-main li a:after{
    display: none;
}
.menu.active .mobile-menu-head.active + .navbar-nav .menu-item-has-children{
    position: inherit;
}
.mega-menu-container{
    flex-direction: column;
}
.mobile-menu-head, 
.mobile-menu-head .mobile-menu-close, 
.mobile-menu-head.active .go-back{
    border: none;
}
.mega-menu .title{
    margin-bottom: 12px;
}
.mega-menu .list-item {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 44px;
}

/* Width */
.mega-menu::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.mega-menu::-webkit-scrollbar-track {
  background: #f3f1ee;
  border-radius: 10px;
}
/* Thumb */
.mega-menu::-webkit-scrollbar-thumb {
  background: #c9a24d; /* gold color */
  border-radius: 10px;
}
/* Thumb hover */
.mega-menu::-webkit-scrollbar-thumb:hover {
  background: #b08c3d;
}
.mega-menu{
  scrollbar-width: thin;
  scrollbar-color: #c9a24d #f3f1ee;
}
.list-item-img{
    display: none;
}

.main-search-dropdown {
    padding: 30px;
}
.search-content {
    flex-direction: column-reverse;
}
.search-content-menu {
    width: 100%;
    padding-top: 0px;
    display: flex;
        gap: 25px;

}
.search-content-menu ul{
    flex: 1;
      flex-direction: inherit;
        flex-wrap: wrap;
}

.site_header .navbar {
    padding: 24.5px 0px;
}
.store_user_icon{
    display: none;
}
.navbar-expand-lg .navbar-toggler{
    display: flex;
        padding: 0;
        background: none;
        border: none;
        color: inherit;
        margin: 0px;
                width: 63px;
        justify-content: flex-start;
}
.navbar-expand-lg .navbar-toggler .navbar-toggler-icon{
    background: none;
            display: flex;
        align-items: center;
     
}
.navbar-expand-lg .navbar-toggler .navbar-toggler-icon:before, 
.navbar-expand-lg .navbar-toggler .navbar-toggler-icon:after{
            display: none;
 }
.navbar-expand-lg .navbar-toggler:focus, 
.navbar-expand-lg .navbar-toggler .navbar-toggler-icon:focus{
    outline: none;
    box-shadow: none;
}
.site_header .navbar > .container {
    display: flex;
    justify-content: space-between;
        padding-left: 15px;
    padding-right: 15px;
}  
.site_header .navbar div#mainNavbar {
    flex: none;
    display: block;
}

.site_header .top-bar .row > div{
    display: none;
}
.site_header .navbar-brand {
    flex: 1;
    justify-content: center;
    display: flex;
}
.site_header .top-bar .row > div:nth-child(2){
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
}


.heading-title {
    margin-bottom: 16px;
}
.primary-title {
    font-size: 30px;
    line-height: 39px;
    margin: 0;
}
.primary-title-large {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 39px;
}
.large-para {
    font-size: 18px;
    margin-bottom: 16px;
}
.banner-wrapper {
   height: 400px;
}
.banner-content-h1 {
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 21px;
} 
.banner-content p {
    font-size: 20px;
}
.banner-story {
    padding: 74px 0px;
}
.banner-story-h2{
    font-size: 30px;
}
.product_section {
    padding-top: 69px;
}
.product_cards .product_thumbs .img-fluid {
  height: 302px;
}
.product_budges {
    left: 8px;
    top: 6px;
    gap: 5px;
}
.product_budges > span {
        height: 21px;
        min-width: 54px;
        font-size: 11px;
        padding: 0 7px;
}
.productSwiper .swiper-button-prev, .productSwiper .swiper-button-next, .bestSeller .swiper-button-prev, .bestSeller .swiper-button-next, .swiper-button-prev, .swiper-button-next{
  width: 30px !important;
    height: 30px !important;  
}
.product_cards .product_thumbs{
    margin-bottom: 10px;
}
.product_cards .product_color_variants{
  /*margin-top: 10px;*/
}
.product_cards .product_color_variants .color-dot-label label{
    width: 22px;
    height: 22px;
}
/*.product_cards .product_color_variants .color-dot-label label span {
    width: 12px;
    height: 12px;
}*/
.product_cards .product_color_variants .color-dot-more-link {
    width: 15px;
    height: 15px;
    font-size: 12px;
}
.product_cards .product_card_name {
    font-size: 16px;
    margin: 5px 0px 6px;
}
.product_price span{
    font-size: 16px;
}
.showBy_category {
    padding: 47px 0 66px;
}

.symbols_bx_content {
    padding: 20px 0;
}
.welcome_megemeria {
    margin: 0;
}
.megemeria-section {
    padding: 66px 0 51px;
}
.gallery-section {
    padding: 68px 0 0px;
}
.featured-section {
    padding: 75px 0 69px;
}
.site-footer {
    padding: 41px 15px 18px;
}

.product_cards .product_thumbs .product_thumbs_default.placeholder_img {
    display: block;
}
}
@media only screen and (max-width: 767px){
.heading-title p br{
    display: none;
}    
.banner-wrapper {
    height: 515px;
}
.page-template-page-visit .banner-wrapper {
    height: 268px;
}
.banner-content .container {
    padding: 0px 20px;
}
.banner-content .container {
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
    padding-bottom: 26px;
}
.banner-content{
    text-align: center;
}
.product_cards .product_thumbs .img-fluid {
        height: 184px;
}
.showBy_category_row {
    gap: 8px;
}
.showBy_category_row .showBy_category_col {
    flex: 1 1 calc(50% - 4px);
    max-width: calc(50% - 4px);
}
.symbols_bx_content {
  padding: 68px 0;
}
.welcome_megemeria_content {
    position: static;
    padding: 65px 0 ;
}
.welcome_megemeria .welcome-banner-picture{
    overflow: hidden;
    display: block;
    min-height: auto;
}
.welcome_megemeria .welcome-banner-picture img {
    width: 100%;
    height: 331px;
    object-fit: cover;
    object-position: right;
}
	
	.megemeriaEx_row .col-md-4.mb-4.mb-md-0 {
		order: 1;
}
.primary-title-large {
    margin: 0 0 0px;
}
.megemeria-section .heading-title {
    max-width: 219px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
}
.megemeriaEx_bx p {
    max-width: 255px;
    margin: 0 auto 42px;
}
.gallery-section .heading-title p{
    max-width: 288px;
    margin-left: auto;
    margin-right: auto; 
}
.gallery-swiper .swiper-wrapper{
    flex-wrap: wrap;
}
.gallery-swiper .swiper-slide {
    flex: 1 1 50%;
    max-width: 50%;
    display: none;
}
.gallery-swiper .swiper-slide:nth-child(1), 
.gallery-swiper .swiper-slide:nth-child(2), 
.gallery-swiper .swiper-slide:nth-child(3), 
.gallery-swiper .swiper-slide:nth-child(4){
  display: flex;
}
.gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-button-prev {
    display: none !important;
  }
.gallery-swiper .swiper-slide img {
        height: 207px;
    } 
.site-footer .row.gy-4 > div{
    order: 1;
    flex: 1 1 100%;
    max-width: 100%;
}    
.site-footer .row.gy-4 > div:last-child{
    order: 0;
}
.site-footer .social-icons {
    justify-content: center;
    margin: 0px 0 !important;
}
.site-footer .footer-widget{
     width: 150px;
     margin: auto;
}
.site-footer .footer-widget.footer-widget-newsletter {
    width: 100%;
    max-width: 100%;
}
.site-footer .footer-widget-h4{
   
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
} 
.site-footer .footer-widget-h4:before{
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 14px;
    height: 13px;
	background: url(../../assets/images/21.png) no-repeat right center;
} 
.site-footer .footer-widget-h4.active:before{
	background: url(../../assets/images/22.png) no-repeat right center;
	top: 4px;
}
.footer-widget-content {
    display: none;
}
.footer-widget-content.active {
    display: block;
} 
.site-footer .footer-widget-h4.active:after{
    display: none;
}
.featured-section .container {
    max-width: 288px;
}  
.symbols_bx_half .symbols_bx_content p {
    margin: 0 auto !important;
}
.symbols_bx_half.visit_bx_area .symbols_bx_content {
    padding: 80px 0 !important;
}
.symbols_bx_half .symbols_bx_content p.btn-group {
    margin-top: 45px !important;
    width: 100%;
    margin-bottom: 25px !important;
    max-width: 281px !important;
}
.symbols_bx_half .symbols_bx_content p.text-muted {
    max-width: 281px !important;
}
body.woocommerce-checkout .checkout-review-item {
    flex-wrap: wrap;
}
.product_w30 {
    width: 100%;
}
body.woocommerce-checkout .checkout-review-item .quantity {
    width: 100%;
}
body.woocommerce-checkout .checkout-review-item dl.variation {
    width: 100%;
}
}


@media only screen  and (max-width: 700px){
.sidebar-mini {
    right: -100%;
   padding: 25px 20px 40px;
    width: 100%;
    max-width: 414px;
}
#sidebar-minicart {
    right: -100%;
    width: 100%;
    max-width: 434px;
    padding: 19px 23px 34px;
}
.sidebar-content .row{
    margin-left: 4px;
    margin-right: 4px;
}
.sidebar-content .row > div{
    padding-left: 4px;
    padding-right: 4px;
} 
.mini-cart-product-image {
    width: 72px;
    height: 72px;
}
.mini-cart-product {
    gap: 20px;
}
.haveYouSee_product-section {
    padding: 30px 8px 22px;
}
.haveYouSee_product-image {
    width: 100%;
    height: 113px;
}
}

.loader {
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.loader.active {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999999!important;
    transform: inherit!important;
    width: 100%;
    height: 100%;
    background: #00000073;
    right: 0;
    bottom: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 99999;
}
.loading {
  border: 2px solid #ccc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-top-color: #731f3a;
  border-left-color: #731f3a;
  animation: spin 1s infinite ease-in;
}

.mini-loader {
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.mini-loader.active {
    display: none;
    top: 0;
    left: 0;
    z-index: 99999999!important;
    transform: inherit!important;
    width: 100%;
    height: 100%;
    /*background: #11004763;*/
    right: 0;
    bottom: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 99999;
}
.mini-loading {
  border: 3px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-top-color: #1ecd97;
  border-left-color: #1ecd97;
  animation: spin 1s infinite ease-in;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}


@media (max-width:640px){
	.productSwiper .swiper-button-prev, .productSwiper .swiper-button-next, .bestSeller .swiper-button-prev, .bestSeller .swiper-button-next, .swiper-button-prev, .swiper-button-next {
    top: 105px;
}
}

.top-bar .col-md-4.text-md-end {
    display: flex;
	justify-content: flex-end;
}
.wc-block-components-quantity-selector > button[disabled] {
    display: none;
}
 
.wc-block-components-quantity-selector > button[disabled] ~ input,
.wc-block-components-quantity-selector > button[disabled] {
    display: none;
}




/*******************************************/
/* CHECKOUT CSS START HERE
/*******************************************/
a,button,input {
	outline: none!important;
} 


/* Hide default checkbox */
body.woocommerce-checkout form.checkout input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

/* Checked state */
body.woocommerce-checkout form.checkout input[type="checkbox"]:checked {
    background-color: #C4A770;
    border-color: #C4A770;
}

/* Checkmark */
body.woocommerce-checkout form.checkout input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Focus */
body.woocommerce-checkout form.checkout input[type="checkbox"]:focus {
    outline: none;
}


/* ================================
   WooCommerce Notice – Modern UI
================================ */

/* Base notice style */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    position: relative;
    padding: 16px 18px 16px 52px;
    margin: 0 0 20px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    line-height: 1.6;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Remove default Woo styles */
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Success */
.woocommerce-message {
    border-left: 5px solid #2ecc71;
}

.woocommerce-message::before {
    content: "✓";
    background: #2ecc71;
}

/* Error */
.woocommerce-error {
    border-left: 5px solid #e74c3c;
}

.woocommerce-error::before {
    content: "!";
    background: #e74c3c;
}

/* Info */
.woocommerce-info {
    border-left: 5px solid #3498db;
}

.woocommerce-info::before {
    content: "i";
    background: #3498db;
}

/* Notice text */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    color: #2c2c2c;
}

/* Links inside notices */
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}

/* Remove list bullets in error */
.woocommerce-error {
    list-style: none;
    padding-left: 52px;
}

/* Close button (Woo default) */
.woocommerce-message .button,
.woocommerce-info .button {
    margin-left: 10px;
    background: transparent;
    border: 1px solid currentColor;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
}

/* Button hover */
.woocommerce-message .button:hover,
.woocommerce-info .button:hover {
    background: rgba(0,0,0,0.05);
}

/* RTL support */
html[dir="rtl"] .woocommerce-message,
html[dir="rtl"] .woocommerce-error,
html[dir="rtl"] .woocommerce-info {
    padding-right: 52px;
    padding-left: 18px;
    border-left: none;
    border-right: 5px solid;
}

html[dir="rtl"] .woocommerce-message::before,
html[dir="rtl"] .woocommerce-error::before,
html[dir="rtl"] .woocommerce-info::before {
    right: 18px;
    left: auto;
}



body.woocommerce-checkout{
	background: url(../../assets/images/checkout-bg.jpg) repeat-y center center;
	background-size: contain;
}

body.woocommerce-checkout .navbar{
	border-bottom: 1px solid #B4B4B4;
}

body.woocommerce-checkout div#mainNavbar,
body.woocommerce-checkout .d-flex.gap-3.hdr_store_btn,
body.woocommerce-checkout .site-footer .row.gy-4,
body.woocommerce-checkout h1.primary-title,
body.woocommerce-checkout .woocommerce-form-coupon-toggle{
    display: none!important;
}

body.woocommerce-checkout .site_header .navbar-brand {
    margin: 0 auto;
}

body.woocommerce-checkout .site-footer {
    padding: 3px 0 30px;
}


body.woocommerce-checkout .default_page .container{
	max-width: 1327px;
	padding: 0;
}

body.woocommerce-checkout .col-1{
	width: 100%!important;
	max-width: 600px;
	margin: 0!important;
	padding: 0!important;
}

body.woocommerce-checkout .col-2{
	width: 100%!important;
	max-width: 559px;
		margin: 0!important;
	padding: 0!important;
}

body.woocommerce-checkout form.checkout h3  {
	font-size: 32px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 15px;
}
select#billing_phone_country_code,
body.woocommerce-checkout form.checkout input[type=text],
body.woocommerce-checkout form.checkout input[type=tel],
body.woocommerce-checkout form.checkout input[type=url],
body.woocommerce-checkout form.checkout input[type=email],
body.woocommerce-checkout form.checkout input[type=password]{
	height: 55px;
	border-radius: 0;
	border: 1px solid #B4B4B4;
	line-height: 55px;
	padding: 0 15px;
	width: 100%;
	font-size: 15px;
	font-weight: 200;
}
select#billing_phone_country_code{
    border: 1px solid #B4B4B4;
}
body.woocommerce-checkout form.checkout input[type=text]::placeholder,
body.woocommerce-checkout form.checkout input[type=tel]::placeholder,
body.woocommerce-checkout form.checkout input[type=url]::placeholder,
body.woocommerce-checkout form.checkout input[type=email]::placeholder,
body.woocommerce-checkout form.checkout input[type=password]::placeholder,
body.woocommerce-checkout form.checkout textarea::placeholder{
    color: #000;
}

body.woocommerce-checkout form.checkout textarea{
	height: 250px;
	border-radius: 0;
	border: 1px solid #B4B4B4;
	line-height: 55px;
	padding:5px 15px;
	width: 100%;
	font-size: 15px;
	font-weight: 200;
	resize:none;
    display: none;
}
body.woocommerce-checkout form.checkout textarea.active{
    display: block;
}
body.woocommerce-checkout form.checkout .mytheme-gift-message label {
    cursor: pointer;
}
body.woocommerce-checkout .mytheme-newsletter-subscribe {
    display: flex;
    flex-direction: column;
	gap:10px;
}
body.woocommerce-checkout .mytheme-newsletter-subscribe label {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #000000;
	font-weight: 300;
	gap:11px;
}

/*
body.woocommerce-checkout form.checkout .form-row label{
	display: none;
}
*/


.filters-wrapper.filters-panel.filter-sticky22.testClone {
opacity: 0;
}

.filter-sticky{
	left: 0;
	right: 0;
}

.filter-sticky2{
  transition: all .3s ease;
}

.filter-sticky2{
  position: fixed;
  top: 79px;
  left: 0;
  z-index: 999;
  background: #fff;
}
body.woocommerce-checkout form.checkout input[type="checkbox"] {

    display: inline-block;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text {
    margin-bottom: 11px;
}
body.woocommerce-checkout form.checkout .customer-address-details {
    display: flex;
    flex-direction: column;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields{
	order: -1;
}

body.woocommerce-checkout form.checkout .woocommerce-billing-fields {
    margin: 40px 0 0;
}
body.woocommerce-checkout form.checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 16px 15px;
    color: #000;
    font-weight: 200;
    border-radius: 0;
}
body.woocommerce-checkout form.checkout .select2-container .select2-dropdown, 
body.woocommerce-checkout form.checkout .select2-container .select2-selection {
    border: 1px solid #B4B4B4;
    border-radius: 0;
}

.select2-container .select2-dropdown, 
.select2-container .select2-selection {
   border: 1px solid #B4B4B4!important;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
	 border: 1px solid #B4B4B4!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #731f3a;
    color: #fff;
}

body.woocommerce-checkout {
	overflow-x: hidden;
}

body.woocommerce-checkout h3#ship-to-different-address {
    font-size: 15px;
    margin: 4px 0 0px 5px;
    padding: 0;
    /* gap: 14px; */
}
body.woocommerce-checkout h3#ship-to-different-address label {
	  font-size: 15px;
	display: flex;
	align-items: center;
	gap:11px;
}
body.woocommerce-checkout .checkout-shipping-and-custom {
    margin-top: 43px;
}
body.woocommerce-checkout  ul.woocommerce-shipping-methods {
    padding: 0;
    margin: 0;
}
body.woocommerce-checkout  ul.woocommerce-shipping-methods li {
	font-size: 15px;
	color: #000;
	margin: 10px 0 0
}
body.woocommerce-checkout  ul.woocommerce-shipping-methods li label {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.woocommerce-checkout form.checkout input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
/* Checked */
body.woocommerce-checkout form.checkout input[type="radio"]:checked {
  border-color: #000;
  
}
body.woocommerce-checkout form.checkout input[type="radio"]{
    margin-right: 6px !important;
}
#payment ul.payment_methods li  label {
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 400;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box.payment_method_cod p {
    font-size: 15px;
}
#payment ul.payment_methods li  label {
    display: inline-block;
    font-family: Outfit;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    transform: translateY(-4px);
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline;
    font-family: Outfit;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
}
/* Inner dot */
body.woocommerce-checkout form.checkout input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #C4A770;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.woocommerce-checkout .woocommerce-privacy-policy-text {
    margin-bottom: 21px;
}
/* Focus */
body.woocommerce-checkout form.checkout input[type="radio"]:focus {
  outline: none;
}

body.woocommerce-checkout form.checkout .mytheme-gift-message {
    display: flex;
    flex-direction: column;
	margin: 53px 0;
}
body.woocommerce-checkout form.checkout .mytheme-gift-message label {
	font-size: 28px;
	font-weight: 300;
	color: #000;
	margin: 0 0 15px
}



body.woocommerce-checkout #add_payment_method #payment, 
body.woocommerce-checkout .woocommerce-cart #payment, 
body.woocommerce-checkout .woocommerce-checkout #payment {
    background: #FFF!important;
    border-radius: 0!important;
}

body.woocommerce-checkout #add_payment_method #payment div.payment_box, 
body.woocommerce-checkout .woocommerce-cart #payment div.payment_box, 
body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
    background-color: #F4EEE966;
}

body.woocommerce-checkout #add_payment_method #payment div.payment_box::before, 
body.woocommerce-checkout .woocommerce-cart #payment div.payment_box::before, 
body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #F4EEE966;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

body.woocommerce-checkout p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input{
	width: 15px!important;
	margin: 0 5px 4px 0!important
}
div#payment h2 {
    font-size: 28px;
    font-weight: 300;
    color: #000000;
	padding: 0;
	margin: 0;
}

body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    padding:10px 0 30px!important;
    margin: 0;
	border: 0!important
}
body.woocommerce-checkout .form-row.place-order {
    padding: 0px 0 0!important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text p {
    padding: 0!important;
    margin: 0!important;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
body.woocommerce-checkout button#place_order {
    float: left!important;
    width: 100%;
    max-width: 334px;
    border: 0;
    border-radius: 0;
    height: 47px;
	background: #C4A770;
	font-size: 18px;
	font-weight: 400;
}
body.woocommerce-checkout button#place_order:hover {
	background: #000;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead{
	display: none!important;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table  {
	border: 0!important;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr:first-child td{
	border: 0
}

body.woocommerce-checkout .checkout-review-item {
    display: flex;
	position: relative;
	align-items: center;
	gap:10px;
    justify-content: space-between;
}

body.woocommerce-checkout span.checkout-product-qty {
    position: absolute;
    top: -6px;
    left: -4px;
    width: 18px;
    height: 18px;
    background: #000000B2;
    border-radius: 100%;
    font-size: 14px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
body.woocommerce-checkout .checkout-product-thumb {
    width: 90px;
    height: 90px;
    background: #FFF;
    flex: 0 0 auto;
}
body.woocommerce-checkout .checkout-product-name {
    font-size: 15px;
    line-height: 21px;
}
/*
.checkout-product-thumb img {
	width: 60px;
	height: auto;
	object-fit: contain;
}
*/
.checkout_coupon.woocommerce-form-coupon input#coupon_code_additional {
    background: transparent;
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 0.5%;
}
div#order_review .shop_table tfoot tr.custom-row .checkout_coupon {
    margin-top: 40px;
}
.checkout_coupon.woocommerce-form-coupon input#coupon_code_additional::placeholder{
    color: #000 !important;
}
body.woocommerce-checkout .quantity {
    display: flex;
    width: 80px;
	border: 1px solid #000;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}

body.woocommerce-checkout .quantity button {
    width: 12px;
    height: 12px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 14px;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

body.woocommerce-checkout  .woocommerce .quantity .qty {
    width: 31px;
    text-align: center;
    border: 0;
    background: none;
    vertical-align: middle;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table form#woocommerce-checkout-form-coupon {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table form#woocommerce-checkout-form-coupon input[type=text]{
	height: 51px;
	width: 350px;
	background: none;
	border: 1px solid #B4B4B4;
	border-radius: 0;
	font-size: 18px;
	color: #B4B4B4;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table form#woocommerce-checkout-form-coupon button{
	height: 51px;
	border: 1px solid #000;
	background: none;
	font-weight: 300;
	font-size: 18px;
	color: #000;
}


body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table form#woocommerce-checkout-form-coupon p{
	width: auto!important
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table form#woocommerce-checkout-form-coupon .clear{
	display: none!important;
}


body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td {
	border: 0!important;
	padding: 0!important;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td .mytheme-special-offer {
    margin: 35px 0 0;
    padding: 0px;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td .mytheme-special-offer p{
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td .mytheme-special-offer .offer-product{
	background: #FFF;
	border: 1px solid #D5D1CD;
	margin: 20px 0 45px;
	padding: 15px;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td .mytheme-special-offer .offer-product span.product-thumbnail {
    width: 84px;
    height: 84px;
    display: inline-block;
    border: 1px solid #D5D1CD;
	margin: 0 0px 0 0;
    min-width: 84px;
}
.mytheme-special-offer .offer-product {
    display: flex;
    gap: 28px;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td .mytheme-special-offer span.product-price {
	color: #731F3A;
	font-size: 15px;
	font-weight: 300;
}
.mytheme-special-offer .offer-product .product-name_thumbnails p {
    margin-bottom: 10px !important;
    font-family: Outfit;
    font-weight: 300;
    font-size: 15px ;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
}

div#order_review tfoot tr.cart-subtotal *, div#order_review tfoot tr.cart-shipping *, div#order_review tfoot tr.order-total * {
    border: 0 !important;
    padding: 0 0 15px!important;
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 0.5%;
}
div#order_review tfoot tr.order-total *{
    padding-bottom: 0 !important;
}
.mytheme-special-offer .offer-product .product-thumbnail {
    display: flex;
    align-items: center;
    border: 1px solid var(--Darker-Grey, #D5D1CD);
    justify-content: center;
    padding: 8px;
    height: 84px;
    width: 84px;
    min-width: 84px;
}
.mytheme-special-offer .offer-product {
    display: flex;
    gap: 28px;
    border: 1px solid var(--Darker-Grey, #D5D1CD);
    padding: 15px;
}
.mytheme-special-offer .offer-product .product-thumbnail {
    display: flex;
    align-items: center;
    border: 1px solid var(--Darker-Grey, #D5D1CD);
    justify-content: center;
    padding: 7px;
        background: #fbf8f6;
}
.mytheme-special-offer .offer-product .product-thumbnail img{
    background: unset !important;
    mix-blend-mode: multiply !important;
}
form.checkout.woocommerce-checkout ul.custom-checkout-listing {
    padding: 31px 0 0;
    margin: 31px 0px 0;
}
.mytheme-special-offer h3 {
    margin-bottom: 25px !important;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td .mytheme-special-offer span.product-price del{
	color:#B4B4B4;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td .mytheme-special-offer span.product-price ins{
	text-decoration: none;
	margin: 0 0 0 8px
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td .mytheme-special-offer button.mytheme-add-special-offer-product{
	height: 28px;
	border: 0;
	background: #C4A770;
	line-height: 28px;
	padding: 0 20px;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 0 14px
}


body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart-shipping th,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.order-total th{
	padding:16px 0 0 10px;
	margin: 0;
	border: 0;
	font-size: 18px;
	font-weight: 300;
	color: #000000;
}

body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart-shipping td,
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.order-total td{
	padding: 16px 10px 0 0;
	margin: 0; 
	border: 0;
		font-size: 18px;
	font-weight: 300;
	color: #000000;
	text-align: right
}


ul.custom-checkout-listing {
    padding: 31px 0 0;
    margin: 37px 13px 0;
    list-style-type: none;
    border-top: 1px solid #B4B4B4;
}
ul.custom-checkout-listing li {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 11px;
	font-size: 15px;
	font-weight: 300;
}
.quantity:has(input[readonly]) {
    display: none !important;
}

.wp-block-woocommerce-empty-cart-block 
.wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    display: none;
}
.woocommerce-account .primary-title{
	display: none !important;
}


.btn:focus{
	box-shadow: none!important;
}

body.woocommerce-checkout  .woocommerce div#order_review .quantity .qty {
    font-family: Outfit;
    font-weight: 300;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0.5%;
    text-align: center;
    vertical-align: middle;
}
/*****************************************/
/*Shop the look popup css start here
/*****************************************/

.variations-container {
	flex-direction: column;
}


.variations-container table.variations {
	width: 100%;
	position: relative;
}

.variations-container table.variations a.reset_variations {
    position: absolute;
    top: 12px;
    right: 10px;
}

.variations-container .woocommerce-variation-description {
    width: 100%;
    padding: 10px 0 0;
}
.variations-container .woocommerce-variation-price {
    width: 50%;
    float: right;
    text-align: right;
}
.variations-container .woocommerce-variation-availability {
    float: left;
    width: 50%;
}

.variations-container .woocommerce-variation-add-to-cart {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
	padding-top: 20px;
    flex-direction: column;
    gap: 11px;
	border-top: 1px solid #E3DFDB;
}
.variations-container .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
    border: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #C4A770;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
}
.variations-container .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt:hover {

	color: #FFF;
}

.variations-container .quantity {
    display: flex;
    border: 1px solid #000;
    width: 120px;
    justify-content: space-around;
    border-radius: 100px;
}

.variations-container .quantity button {
	background: none;
	border: 0;
	font-size: 16px;
}
.variations-container .quantity input[type=number]{
	border: 0;
	background: none
}


.filters-active-body{
	overflow: hidden;
}


.contact-us-forms br {
	display: none;
}

.variations-container p.stock.in-stock {
    font-size: 18px;
    color: green;
    font-weight: 300;
}

.variations-container p.stock.in-stock {
    font-size: 18px;
    color: green;
    font-weight: 300;
}

.variations-container p.stock{
	    font-size: 18px;
    color: red;
    font-weight: 300;
}

.variations-container .price{
	font-size: 18px;
	font-weight: 500;
	color: #731F3A;
}

.variations-container .price bdi{
	text-decoration: none;
}

.variations-container .price del{
	font-weight: 300;
	color: #808080;
}



.variations-container table.variations tr{
	display: block;
	padding: 12px 0 0;
}


.variations-container .mini_tab_img {
	height: auto;
	margin: 0;
    width: 100%;
    height: 258px;
    margin-bottom: 30px;
    object-fit: contain !important;
}
div#order_review tfoot tr.cart-subtotal td,
div#order_review tfoot tr.cart-subtotal th {
    padding-top: 20px !important;
}
.variations-container .variations th,
.variations-container .variations td{
	width: 100%;
	display: block;
}

.variations-container .variations th label,
.variations-container .variations td label{
font-size: 18px;
	font-weight: 300;
}
.variations-container button.back-btn {
    border: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 19px;
	background: url(../images/back-arrow.png) no-repeat left center;
	    background-size: 18px;
    padding: 0 0 0 28px;
}

.contact-us-forms select.form-control {
    background: url("../images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px;
}
.attach-btn {
	transition: all 0.5s;
}
.attach-btn:hover {
    background: #000;
    color: #FFF;
}

.wpcf7-spinner {
	display: block!important;
	margin: 5px auto 0!important;
}
.attach-btn:hover img{
	filter: brightness(0) invert(1);
}

.variations-container h2.primary_title.product_title {
    font-size: 21px;
    font-weight: 300;
    margin: 21px 0 0;
}


.variation-radios input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Radio card wrapper */
.variation-radios .productRadioCard {
    display: inline-block;
    margin: 0;
    cursor: pointer;
	width: 33%;
}

div#order_review td.product-total {
    font-family: Outfit;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0%;
}

.woocommerce div#order_review table.shop_table td {
    border-top: 1px solid #B4B4B4;
    padding: 17px 0px;
    vertical-align: middle;
    line-height: 1.5em;
}

/* Card design */
.variation-radios .productRadioCard_span {
/*     display: flex; */
    align-items: center;
    gap: 6px;
    padding: 12px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all 0.25s ease;
    background: #fff;
/*	justify-content: center;*/
	position: relative;
}

/* Color circle */
.variation-radios .productRadioCard_clr {
    width: 22px;
    height: 22px;
    border-radius: 50%;

}

.variations_form.cart .variation-radios .productRadioCard_span{
	display: flex;
	flex-direction: column;
}



.custom_pa_color .productRadioCard_clr {
    border-radius: 0;
    /* position: absolute; */
    left: 0;
    top: 0;
    /* width: 100%; */
    /* height: 100%; */
    border: 1px solid #ccc;
    border-radius: 100%;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    color: #ffffff94;
}
/* Text */
.variation-radios .productRadioCard_name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
	position: relative;
	z-index: 9;
}

/* Hover effect */
.variation-radios .productRadioCard:hover .productRadioCard_span {
    border-color: #999;
}

/* ✅ Selected state */
.variation-radios input[type="radio"]:checked + .productRadioCard_span {
    border-color: #d3d3d3;
    background: #C4A670;
}

/* Selected text */
.variation-radios input[type="radio"]:checked + .productRadioCard_span .productRadioCard_name {
    color: #000;
}

/* Selected color circle */
.variation-radios input[type="radio"]:checked + .productRadioCard_span .productRadioCard_clr {
    border-color: #c8a86a;
    box-shadow: none;
}
.search-looking-product-row .product_card_dec .product_price span bdi {
    font-size: 14px;
}
select#shipping_country,
select#billing_country {
    height: 55px;
    border-radius: 0;
    border: 1px solid #B4B4B4;
    line-height: 55px;
    padding: 0 11px;
    width: 100%;
    font-size: 15px;
    font-weight: 200;
}
body.woocommerce-checkout form.checkout .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
}
/*****************************************/
/*Shop the look popup css End here
/*****************************************/
table.shop_table.woocommerce-checkout-review-order-table .tax-rate.tax-rate-tax-1 th{
    font-weight: 300 !important;
        border-top: 0 !important;
}
table.shop_table.woocommerce-checkout-review-order-table .tax-rate.tax-rate-tax-1 td {
    font-weight: 300 !important;
    text-align: right !important;
        border-top: 0 !important;
}
table.shop_table.woocommerce-checkout-review-order-table tr.order-total th, table.shop_table.woocommerce-checkout-review-order-table tr.order-total td strong {
    font-weight: 500 !important;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-shipping th, body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-shipping td {
    padding-top: 9px !important;
}
.woocommerce-checkout .mytheme-special-offer .offer-product button.mytheme-add-special-offer-product {
    font-size: 0 !important;
    padding: 0 15.5px !important;
}
.woocommerce-checkout .mytheme-special-offer .offer-product button.mytheme-add-special-offer-product:after {
    content: 'Add';
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 0.5%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-Price-amount.amount {
    font-family: Outfit;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #731F3A;
    margin-top: 6px;
}
.woocommerce-checkout .mytheme-special-offer .offer-product button.mytheme-add-special-offer-product {
    border: 0;
    margin-left: 10px;
}
.single_product_meta .ChooseTrt.active > img {
    transform: rotate(180deg);
}
div#quick-purchase-popup .variation-radios.custom_pa_material .productRadioCard_span {
    padding: 18px;
    border: 1px solid #e3dfdb;
}
div#quick-purchase-popup .variation-radios.custom_pa_material .productRadioCard_span .productRadioCard_name {
    color: #000;
    font-family: Outfit;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}
div#quick-purchase-popup  .variation-radios.custom_pa_necklace-length .productRadioCard_span .productRadioCard_name {
    margin: 0;
    font-weight: 300;
}

@media (max-width:1330px){
	body.woocommerce-checkout .default_page .container {
    padding: 0 20px;
}
	body.woocommerce-checkout .col-1 {
    max-width: 45%;
}
	body.woocommerce-checkout .col-2 {
    max-width: 45%;
}
	body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table form#woocommerce-checkout-form-coupon input[type=text] {
    width: 90%;
}
	
}

@media (max-width:1200px){
body.woocommerce-checkout div#mainNavbar, body.woocommerce-checkout .d-flex.gap-3.hdr_store_btn {
    display: block!important;
}
}

@media (max-width:932px){
	body.woocommerce-checkout .col-1 {
    max-width: 100%;
}
	body.woocommerce-checkout .col-2 {
    max-width: 100%;
}
	
body.woocommerce-checkout {
    background:#FFF;
}
	
	body.woocommerce-checkout form.checkout .col2-set {
    width: 100%;
    display: flex;
    flex-direction: column;
}
	
	body.woocommerce-checkout .col-2 {
		order: -1;
		background:  #F4EEE966;
		border: 1px solid #B4B4B4;
		padding: 15px!important;
		margin: 0 0 42px!important


	}
	body.woocommerce-checkout .product-total {
		display: none!important
	}
	
	body.woocommerce-checkout .quantity {
		display: none;
	}
	body.woocommerce-checkout .woocommerce table.shop_table {

    display: inline-grid;
}
	
	body.woocommerce-checkout #order_review, 
	body.woocommerce-checkout ul.custom-checkout-listing {
		display: none;
	}
	body.woocommerce-checkout form.checkout h3#order_review_heading {
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin: 0;
		position: relative;
}
	body.woocommerce-checkout form.checkout h3#order_review_heading:after {
		content: "";
		position: absolute;
		top: 4px;
		right: 0;
		background: url(../images/art.svg) no-repeat right 7px;
		width: 12px;
		height: 20px;
		transition: 0.5s;
	}
	
	body.woocommerce-checkout form.checkout h3#order_review_heading.heading-active:after{
		transform: rotate(180deg);
	}
	body.woocommerce-checkout form.checkout h3#order_review_heading.heading-active{
		margin-bottom: 31px;
	}
	
	body.woocommerce-checkout #order_review.active-total,
	body.woocommerce-checkout ul.custom-checkout-listing.active-total{
		display: block;
	}
	body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table form#woocommerce-checkout-form-coupon input[type=text] {
    width: 99%;
}
	body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table form#woocommerce-checkout-form-coupon button {
    border: 1px solid #C4A770;
    background: #C4A770;
}
	body.woocommerce-checkout form.checkout h3 {
    font-size: 18px;
}
body.woocommerce-checkout form.checkout .heading_cust_details {
    font-size: 28px;
}
body.woocommerce-checkout form.checkout .checkout-shipping-and-custom .checkout-shipping-methods h3 {
    font-size: 28px;
}
	.spd-content.fade.fade-bottom.show {
    width: 100%;
}
	.footer-widget-content.active ul {
    position: inherit;
    transform: inherit;
    background: none;
}

}


@media(max-width:640px){
	.variation-radios .productRadioCard_span {
    padding:5px;
    flex-direction: column;
		text-align: center;
}
	.popup-box-content.qp-content .variations_form.cart table.variations td.value .variation-radios {
    gap: 10px;
}
	.popup-box {
    padding-left: 17px;
		padding-right: 17px;
}
	.popup-box-content.qp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button, .popup-box-content.qp-content .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled {
    color: #FFF;
}
	body.woocommerce-checkout button#place_order {
    max-width: 100%;
}
	.wpcf7 form .wpcf7-response-output {
		margin-top: 0;
	}
	.main-search-dropdown {
    padding: 0 0 0 20px;
}
	.search-content {
    gap: 0;
}
}



/*******************************************/
/* CHECKOUT CSS END HERE
/*******************************************/

p.stock.in-stock {
    display: none;
}
.error-red {
    border-bottom: 1px solid red !important;
}


.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 0!important;
}

.woocommerce-account .default_page {
	padding: 0;
}

.checkout_coupon.woocommerce-form-coupon {
    display: flex;
	justify-content: space-between;
}



.checkout_coupon.woocommerce-form-coupon p{
    padding: 0;
	margin: 0;
	width: auto;
}

.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first{
	width: 340px;
}
.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last{
	width: 155px;
}


.checkout_coupon.woocommerce-form-coupon p input[type=text]{
	height: 51px!important;
	width: 100%!important;
	max-width: 100%!important;
	border: 1px solid #000!important;
	font-size: 18px!important;
	color: #000 !important;
}
.checkout_coupon.woocommerce-form-coupon p input[type=text]::placeholder{
    color: #000 !important;
    opacity: 1;
}
.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button[type=button]{
	width: 100%;
	height: 51px;
	background: none;
	border: 1px solid #000;
	font-size: 18px;
	color: #000000;
	font-weight: 300;
	border-radius: 0;
}

.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button[type=button]:hover {
	background: #C4A770;
	border-color: #C4A770;
}


.checkout_coupon.woocommerce-form-coupon .clear{
	display: none;
}


.promotion_cta_mob{
	display: none;
}


/*
.sidebar-groups a.btn  {
  position: relative;
  overflow: hidden;
	display: inline-flex;
}

.sidebar-groups a.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000!important;
  transition: left 0.4s ease;
  z-index: 0;
}

.sidebar-groups a.btn:hover:before {
  left: 0;
}
.sidebar-groups a.btn:hover span {
	position: relative;
	z-index: 1;
	
}
*/


.sidebar-groups a.btn  {
  background:
    linear-gradient(90deg, #000000 50%, #C4A770 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.4s ease;
	border: 0!important;
}

.sidebar-groups a.btn :hover {
  background-position: 0 0;
}




/* ===== OPEN BUTTON ===== */
.subscriber-popup-open{
  border:none;
  cursor:pointer;
}

/* ===== OVERLAY ===== */
.subscriber-popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

/* ===== POPUP BOX ===== */
.subscriber-popup-box{
  background:#fff;
  width:90%;
  max-width:700px;
  display:flex;
  border-radius:12px;
  overflow:hidden;
  animation:popupFade .3s ease;
}


body.SBS {
	overflow: hidden;
}


.woocommerce-privacy-policy-text {
	margin-bottom: 50px;
}


@keyframes popupFade{
  from{opacity:0;transform:scale(.9)}
  to{opacity:1;transform:scale(1)}
}

/* ===== IMAGE ===== */
.subscriber-popup-image{
  width:50%;
}

.subscriber-popup-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ===== CONTENT ===== */
.subscriber-popup-content{
  width:50%;
  padding:40px;
  position:relative;
	text-align: center;
}

.subscriber-popup-close{
  position:absolute;
  top:15px;
  right:15px;
  width:34px;
  height:34px;
  border:none;
  border-radius:50%;
  background:#eee;
  font-size:18px;
  cursor:pointer;
}

.subscriber-popup-content h2{
  font-size:26px;
  margin-bottom:8px;
}

.subscriber-popup-discount{
  font-size:110px;
  font-weight:600;
  margin-bottom:20px;
}

.subscriber-popup-discount span{
  font-size:32px;
}

.subscriber-popup-content input{
  width:100%;
  height:55px;
  padding:12px;
  margin-bottom:16px;
  border: 1px solid #B4B4B4;
  font-size:15px;
	font-weight: 200;
	color: #000000;
}

.subscriber-popup-content button{
  background:#000;
  color:#fff;
  border:none;
  font-size:16px;
  cursor:pointer;
}

.subscriber-popup-content input[type=submit] {
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
	  background:
    linear-gradient(90deg, #731F3A 50%, #000 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.4s ease;
}
.subscriber-popup-content input[type=submit]:hover {
	background-position: 0 0;
}

.subscriber-popup-note {
    font-size: 12px;
    margin-top: 12px;
    color: #000;
    text-align: left;
}

.subscriber-popup-content .wpcf7-spinner {
    display: block!important;
    margin: 0 auto!important;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: -10px;
}
.subscriber-popup-content p{
	position: relative;
}
.top-bar-slider {
    position: relative;
    height: 24px; /* adjust as needed */
    overflow: hidden;
}

.top-bar-slide {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    opacity: 0;
    transition: all 0.6s ease;
}

.top-bar-slide.active {
    top: 0;
    opacity: 1;
}

.currency_bx {
  position: relative;
  display: inline-block;
}

.currency_toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
	width: 80px;
	color: #FFF;
}

.currency_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #731f3a;
  list-style: none;
  padding: 5px 0;
  margin-top: 5px;
  display: none;
  min-width: 120px;
	z-index: 999999;
}

.currency_dropdown li {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  cursor: pointer;
}

.currency_dropdown li:hover {
  background: #731f3a;
}

.currency_bx.active .currency_dropdown {
  display: block;
}


.col-12.text-center.no-results-search {
    padding: 200px 0;
    font-size: 50px;
}



#quick-purchase-popup button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: #ccc;
    pointer-events: none;
    color: #000;
}

#quick-purchase-popup button.single_add_to_cart_button {
  background: #C4A770;
  height: 50px;
	font-size: 18px;
	line-height: 50px;
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	border: none;
	width: 100%;
	transition: opacity 0.2s ease, background 0.2s ease;
    background: linear-gradient(90deg, #000 50%, #c4a770 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.4s ease;
    transition: 0.4s ease;
}
.variations-container .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt{
     background: linear-gradient(90deg, #000 50%, #c4a770 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position 0.4s ease;
    transition: 0.4s ease;
}
.variations-container .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt:hover,
#quick-purchase-popup button.single_add_to_cart_button:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
        background-position: left bottom;
}
#quick-purchase-popup .single_variation_wrap button.single_add_to_cart_button {
    margin-top: 30px;
}
#quick-purchase-popup button.single_add_to_cart_button:hover:not(:disabled) {
  opacity: 0.92;
}

/* Quick purchase / Complete the Look — Choose Options layout */
#quick-purchase-popup .qp-content .qp-choose-options {
	padding-top: 8px;
}
#quick-purchase-popup .qp-content .qp-choose-options__head {
	margin-bottom: 12px;
}
#quick-purchase-popup .qp-content .qp-choose-options__heading {
	font-family: Outfit, sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	color: #000;
}
#quick-purchase-popup .qp-content .qp-choose-options__divider {
	height: 1px;
	background: #e3dfdb;
	margin: 0 0 20px;
}
#quick-purchase-popup .qp-content .qp-choose-options__media {
/*	background: #f4eee9;*/
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
}
#quick-purchase-popup .qp-content .qp-choose-options__img {
	max-width: 100%;
	height: 220px;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	max-height: 220pxpx;
}
#quick-purchase-popup .qp-content .qp-choose-options__product-title {
    font-family: Outfit, sans-serif;
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 14px;
    color: #000;
    line-height: 1.35;
}
#quick-purchase-popup .qp-content .qp-choose-options__size-guide-wrap {
	margin: 0 0 12px;
}
#quick-purchase-popup .qp-content .qp-choose-options__size-guide {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
#quick-purchase-popup .qp-content .qp-choose-options__price-range {
	margin-bottom: 12px;
}
#quick-purchase-popup .qp-content .qp-choose-options__price-range .price {
	color: #731f3a;
	font-size: 16px;
}
#quick-purchase-popup .qp-content .qp-choose-options__select-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	font-family: Outfit, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 300;
}
#quick-purchase-popup .qp-content .qp-choose-options__choose-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
#quick-purchase-popup .qp-content .qp-choose-options--single-attr table.variations th.label {
	display: none;
}
#quick-purchase-popup .qp-content .qp-choose-options--single-attr table.variations td.value {
	padding-left: 0;
	width: 100%;
	display: block;
}
#quick-purchase-popup .qp-content .qp-choose-options__form-wrap table.variations {
	width: 100%;
}
#quick-purchase-popup .qp-content .qp-choose-options__form-wrap .quantity {
	display: none;
}
#quick-purchase-popup .qp-content .qp-choose-options__form-wrap .single_variation .woocommerce-variation-price {
	display: none !important;
}
#quick-purchase-popup .qp-content .qp-choose-options__form-wrap .woocommerce-variation-add-to-cart {
	padding-top: 8px;
}

#quick-purchase-popup .popup-close-btn {
    top: 32px;
    right: 46px;
    font-size: 35px;
}

.load-more-products{
	opacity: 0!important;
}


button.clearAll_btn_filter:hover{
	color: #731f3a;
}


#quick-purchase-popup .variation-radios {
	gap:0!important;
}
#quick-purchase-popup label.productRadioCard  {
	width: 33.33%;
	height: 43px;
}

#quick-purchase-popup .quantity{
	display: flex!important
}


.haveYouSee_product-btn {
  cursor: pointer;	
  background:
    linear-gradient(90deg, #000000 50%, #C4A770 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.4s ease;
}

.haveYouSee_product-btn:hover {
  background-position: 0 0;
}




/*.product_cards del,
.product_cards del span{
	font-size: 18px;
	font-weight: 300;
	color: #808080;
}


.product_cards ins{
	margin: 0 0 0 10px;
	text-decoration: none;
	font-size: 18px;
	color: #731F3A;
}

.product_cards ins span {
	color: #731F3A;
}


.haveYouSee_product-price .woocommerce-Price-amount.amount bdi{
	color: #808080;
	text-decoration: line-through;
}

.haveYouSee_product-price .woocommerce-Price-amount.amount:nth-child(3) bdi{
	color: #731F3A;
	text-decoration: none;
}


.product_price span.woocommerce-Price-amount.amount {
	color: #F00;
}


.product_price span.woocommerce-Price-amount.amount bdi,
.product_price span.woocommerce-Price-amount.amount bdi span{
	color: #808080;
	text-decoration: line-through;
}

.product_price ins {
	text-decoration: none;
}
.product_price ins span bdi{
	color: #731F3A!important;
	text-decoration: none!important;
}


.product_price span:nth-child(3) bdi,
.product_price span:nth-child(3) bdi span{
	color: #731F3A!important;
	text-decoration: none!important;
}*/


.product_price del,
.product_price del span bdi,
.product_price del span bdi span{
	font-size: 18px;
	color: #808080;
	font-weight: 300;
} 


.product_price ins,
.product_price ins span,
.product_price ins span bdi{
	text-decoration: none;
	color: #731F3A;
	font-weight: 500;
	font-size: 18px;
}

.swiper-button-next.hpg{
/*	right:23px;*/
	top:45%;
}
.swiper-button-prev.hpg{
/*	left:23px;*/
	top:45%;
}
.swiper-button-next.hpg img, 
.swiper-button-prev.hpg img {
	width:21px;
	height:21px;
}



.Size_Chart .sidebar-header {
    border: 0;
    padding: 25px 0 2px;
    top: 0px;
    margin: 0;
}

.Size_Chart  {
	padding-top: 0;
}

.Size_Chart .mini_tab_btns .mini_tab_btn {
    line-height: 28px;
    padding: 10px 0px;
    height: 63px;
    margin: 25px 0 0;
}
.Size_Chart.Necklaces-Length .mini_tab_btns .mini_tab_btn {
	text-align: left;
}
.Size_Chart.Necklaces-Length .mini_tab_btns .mini_tab_btn:after {
	display: none;
}




.popup-box-content .custom_pa_material,
.popup-box-content .custom_pa_length,
.popup-box-content .custom_pa_bracelet-length,
.popup-box-content .custom_pa_necklace-length,
.popup-box-content .custom_pa_ring-size {
	flex-wrap: wrap;
	gap:2%;
}



.popup-box-content .custom_pa_material {
	
}
.popup-box-content .custom_pa_material .productRadioCard_span{
	min-height: 115px;
	text-align: center;
}

.popup-box-content .custom_pa_length .productRadioCard ,
.popup-box-content .custom_pa_bracelet-length .productRadioCard ,
.popup-box-content .custom_pa_necklace-length .productRadioCard ,
.popup-box-content .custom_pa_ring-size .productRadioCard ,
.popup-box-content .custom_pa_material .productRadioCard {
	margin: 0!important;
	width: 31%;
}

.popup-box-content th.label {
    margin: 20px 0 0;
}


.productSwiper3 .swiper-pagination-horizontal .swiper-pagination-bullet{
	width: 12px!important;
	height: 12px!important;
	background: #FFF!important;

}
.productSwiper3 .swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #808080 !important;
    border-color: #808080 !important;
}




.sidebar-content .product_btns button.mytheme-add-offer-product {
 background: linear-gradient(90deg, #000 50%, #C4A770 50%)!important;
  background-size: 200% 100%!important;
  background-position: 100% 0!important;
  transition: background-position 0.4s ease;
}

.sidebar-content .product_btns button.mytheme-add-offer-product:hover {
  background-position: 0 0!important;
	 color: #FFF!important;
}

body {
    overflow: hidden;
    overflow-y: scroll;
}


.symbols_bx_half{
	overflow: hidden;
}





.overhidden_scroll {
    overflow-y: hidden;
}
.filters-wrapper.filters-panel.filter-sticky {
    position: fixed !important;
    top: 85px !important;
    left: 0;
    background: #fff;
    z-index: 99;
    padding: 5px 20px;
    right: 0;
    margin: 0 auto;
    max-width: 1808px;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-discount th, table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-discount td {
    font-weight: 300 !important;
        padding: 9px 10px;
            border: 0;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot .cart-discount td{
    text-align: right;
}
.woocommerce-page form .password-input .show-password-input {
    top: 0;
}
.haveYouSee_product-title a,
.mini-cart-product-title a {
    text-decoration: none;
}
.mini-cart-product-btn[data-action="minus"] {
    transform: translateX(5px);
}
.mini-cart-product-btn[data-action="plus"] {
    transform: translateX(-5px);
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label {
    display: none !important;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    padding: 0;
    margin: 0 0 16px;
    box-sizing: border-box;
}
p#billing_last_name_field, p#billing_first_name_field {
    width: 48.5% !important;
}
.payment_box.payment_method_ppcp-gateway p,
.payment_box.payment_method_cardcom p {
    font-size: 15px !important;
}
.visit-tour-message .heading-title.text-center {
    margin-bottom: 0;
}
.symbols_bx_content .heading-title p.large-para {
    font-weight: 300;
    margin: 0;
}
.symbols_bx_half .symbols_bx_content p.btn-group {
    margin-top: 45px;
}
.symbols_bx_half .symbols_bx_content p.text-muted {
    font-family: Outfit;
    font-weight: 300;
    font-size: 16px;
    line-height: 158%;
    letter-spacing: 0.5%;
    max-width: 365px;
    color: #808080;
}

.inner-banner-wrapper .banner-content-inner p strong {
    font-family: Outfit;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 0.5%;
}

.filters-box {
    padding: 40px 28px 28px 59px !important;
}
.reveal-item .btn-group {
    margin-top: 36px;
}
.megemeria_photo_frame {
    padding: 0 !important;
    border: 42px solid #fff;
}
.megemeria_impact_sec .heading-title{
margin-bottom: 78px !important;
}
.megemeria_impact_row {
    margin-bottom: 134px !important;
}
.createA_account .heading-title p,
#megemeria-register-form .form-custom-bx p {
    font-size: 15px;
    line-height: 20px;
}






@media (min-width:768px){
	.footer-widget ul.menu {
    position: inherit;
    transform: inherit;
    background: none;
}

}

/* ===== MOBILE ===== */
@media(max-width:768px){
.filters-wrapper.filters-panel.filter-sticky {
    top: 79px !important;    
    padding: 5px 22px;
}
  .subscriber-popup-box{flex-direction:column}
  .subscriber-popup-image,
  .subscriber-popup-content{width:100%}
	
	.subscriber-popup-image {
    display: none;
}
	.Cpn {
		font-size: 18px;
	}
		.showBy_category_thumb {
        height: 242px;
}
.sidebar-content .sidebar-groups .mini-cart-product .mini-cart-product-details .mini-cart-product-header .mini-cart-product-price {
    text-align: right;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot .checkout_coupon.woocommerce-form-coupon {
    gap: 13px;
}
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    width: 100%;
}
div#sidebar-sizeGuide {
    max-width: 414px !important;
}
p#billing_postcode_field,
p#billing_city_field,
p#billing_state_field,
p#billing_country_field,
p#shipping_postcode_field,
p#shipping_city_field,
p#shipping_state_field,
p#shipping_country_field {
    width: 100% !important;
    clear: both;
    float: none;
}
.woocommerce-terms-and-conditions-wrapper{
    margin-bottom: 16px;
}
body.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    padding: 10px 0 45px!important;
}
body.woocommerce-checkout form.checkout .woocommerce-billing-fields {
    margin: 50px 0 0;
}

}


@media (max-width:1200px){
.filters-box.active {
    left: 0;
    overflow-y: scroll;
    height: 450px;
}
.search-content-menu.hIDEdEF {
	display: none;
}
	
	.search-content-menu.search-content-menu-mobile {
		display: flex!important;
		margin:20px 0 0; 
	}
	
	.search-results-custom .search-looking-product-row .col-md-3 {
    display: flex;
    padding: 0;
    margin: 10px 0 0px;
}
	.search-looking-product-row.row {
    margin: 0;
    padding: 0;
}
	.search-results-custom .search-looking-product-row .col-md-3 .product_cards{
		display: flex;
		align-items: center;
		gap:18px;
		padding: 0;
	}
	.search-results-custom .search-looking-product-row .col-md-3 .product_cards .product_thumbs {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 0;
    background: #F4EEE966;
		        flex: 0 0 auto;
		border: 1px solid #F4EEE966;
		
}
	.search-results-custom .search-looking-product-row .col-md-3 .product_cards .product_thumbs img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		margin: 0;
	}
	
	.search-looking-product.search-results-custom{
		padding: 0 20px 0 0;
	}
	.search-looking-product-heading {
		margin:20px 0px 0!important;
	}
	
	.search-looking-result-heading{
		margin:10px 0 0;
		padding-bottom: 15px;
	}
	.main-search-dropdown.active {
    height: 100vh!important;
}
	.search-results-custom .search-looking-product-row .col-md-3 .product_cards ins{
		text-decoration: none;
	}
	.search-results-custom .search-looking-product-row .col-md-3 .product_cards ins bdi,
	.search-results-custom .search-looking-product-row .col-md-3 .product_cards ins bdi span{
		text-decoration: none;
		color: #731F3A;
	}

	
	.search-results-custom .search-looking-product-row .col-md-3 .product_cards del bdi,
	.search-results-custom .search-looking-product-row .col-md-3 .product_cards del bdi span{
		font-weight: 300;
		color: #808080;
	}
	
/*
	.menu .mobile-menu-head,
.menu .navbar-nav,
.menu .mobile_storeHdr_btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}


.menu.active .mobile-menu-head,
.menu.active .navbar-nav,
.menu.active .mobile_storeHdr_btn {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s; 
}
*/
	
.menu .mobile-menu-head,
.menu .navbar-nav,
.menu .mobile_storeHdr_btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        visibility 0.5s ease;
}

.menu.active .mobile-menu-head,
.menu.active .navbar-nav,
.menu.active .mobile_storeHdr_btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
}

@media (max-width:640px){
div#quick-purchase-popup .popup-box.story-popup-box.qp-inner {
    width: 100%;
    padding: 34px 23px;
}
	#quick-purchase-popup .qp-content .qp-choose-options__img {
		max-height: 428px;
	}
	.search-container .search-input-wrap input {

    background: #FFF!important;
}
	.swiper-button-prev.hpg,
	.swiper-button-next.hpg {
    top: 29%;
}
}
@media (max-width:520px){
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 100%;
}
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon.woocommerce-form-coupon p input[type=text] {
    font-size: 16px !important;
}
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
        width: 103px;
    }
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button[type=button] {
        min-width: 103px;
    }
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.custom-row td .mytheme-special-offer .offer-product span.product-thumbnail{
    margin: 0 0px 0 0;
}
form.checkout.woocommerce-checkout ul.custom-checkout-listing {
    padding: 31px 0 0;
    margin: 0px 0px 0;
}
.megemeria_cr_dec .large-para {
    max-width: none!important;
    padding: 0 20px;
}

	.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    width: 80px;
}
	.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    width: 220px;
}
	.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button[type=button]{
	background: #C4A770;
	border: 1px solid #C4A770;
	font-size: 18px;
	color: #000;
}

.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button[type=button]:hover {
	background: #C4A770;
	border-color: #C4A770;
}
	.home .banner-wrapper{
		background: url(../../assets/images/banner-mb.jpg) no-repeat center center;
		        background-size: cover;
	}
	.home .banner-wrapper .banner-picture{
		display: none;
	}
	.megemeriaEx_row  {
		padding-bottom: 0;
	}
	
	.promotion_cta_mob{
	display: flex;
}
	.promotion_cta_desk{
	display: none;
}
	#sidebar-sizeGuide-necklace .mini_tab_img {
    height: 428px;
}
	
	.symbols_bx_content .btn-group,
	.welcome_megemeria .btn-group{
		width: 182px;
	}
	
	
	.gallery-section.HomeGallery .heading-title.text-center{
		margin-bottom: 50px;
	}
	
	.category-row .col-12 .row .col-6{
		padding: 0 4px;
	} 	
	.page-id-10{
	background: #FFF!important;
}
	
	
	.popup-box-content .custom_pa_material .productRadioCard {
	width: 48%;
}
	
	.productSwiper3 .swiper-pagination-horizontal .swiper-pagination-bullet{
	width: 9px!important;
	height: 9px!important;

}
.category-product-row.products-grid .category-row > .col-lg-6:not(:has(.product_lock_card)) {
    order: 2;
}
.category-product-row.products-grid .category-row > .col-lg-6:has(.product_lock_card) {
    order: 1;
}
.thankyou-page .address-section {
    margin-top: 82px !important;
}
.mytheme-special-offer .offer-product {
    gap: 11px;
}
.megemeria_photo_frame img.img-fluid {
    height: 227px;
        width: 283px;
}
.megemeria_photo_frame {
    padding: 0 !important;
    max-width: 328px;
    height: 272px;
    width: 100%;
    border: 12px solid #fff;
   box-shadow: 0px 14px 13px 0px #00000040;

}
.filters-wrapper{
    position: static !important;
}
.welcome_megemeria_content h2.primary-title,
.symbols_bx_half .symbols_bx_content .primary-title {
    margin-bottom: 10px !important;
}
.megemeria-section.py-5.MegemeriaExperience .col-md-4:nth-child(2) {
    margin-bottom: 10px !important;
}
.filters-footer{
    margin-top: 40px !important;
}
.single_detail_row {
    gap: 25px !important;
}
.video-poster-wrapper {
    height: 236px !important;
}
.product_cards .product_card_name a {
    display: block;
    min-height: 51px;
}
.category-product-row .col-xxl-6.col-xl-6,
.category-product-row  .col-xxl-3.col-xl-3 {
    position: relative;
}
.category-product-row .row .product_cards {
    padding-bottom: 16px;
}
.category-product-row .row .product_cards .product_price {
    position: absolute;
    bottom: 0;
}
.faq-item span.icon {
    width: 24px;
    height: 24px;
}
.category_filter_bx.active {
        top: 84px !important;
    }
    .filters-box {
    padding: 40px 16px 28px 16px !important;
}
.our_purpose_banner .banner-content-inner p {
    letter-spacing: -0.10px !important;
}
}



.single_product_btn a{
  display: inline-flex;
  background:
    linear-gradient(90deg, #000 50%, #c4a770 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.4s ease;
	transition: 0.4s ease;
}


.single_product_btn a:hover {
  background-position: 0 0;
}

.single-product .popup-box .variations_form, .popup-box .single-product .cart {
	display: block!important;
}
.single-product .popup-box .single_variation_wrap {
    margin: 20px 0 0;
}

body.single-product .popup-box  .quantity,
body.single-product .popup-box  .quantity button,
body.single-product .popup-box  .quantity input{
	display: none!important;
	border: 0!important;
}


.product_thumbs.SearchThumb a{
	display: block;
	background: #F4EEE966;
}

.login_forms .heading-title .primary-title {
     font-weight: 400!important; 
}


.thankyou-container {
    align-items: flex-start!important;
}
.thankyou_col_img {
    flex: 1;
    position: sticky;
    top: 80px;
}

.sidebar-content .product_thumbs a{
	display: block;
	background: #F4EEE966;
}
.sidebar-content .product_thumbs a img{
	background: unset !important;
    mix-blend-mode: multiply !important;
}


.mytheme-gift-message label{
	position: relative;
}

.mytheme-gift-message label::after {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(https://new.megemeria.com/wp-content/uploads/2026/05/ep_arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: unset;
    top: 3px;
    rotate: 180deg;
    transition: all .5s;
    margin-left: 10px;
}
.mytheme-gift-message:has(textarea.active) label::after{
    rotate: 0deg;
}
.mega-menu .list-item.list-item-img{
    width: 315px;
    flex: 0 0 315px;
    margin-left: 59px;
}
.filter-group-content {
    max-height: 450px;
    overflow: auto;
     scrollbar-width: thin; /* Firefox */
    scrollbar-color: #999 #f1f1f1; /* thumb track */
}
/* Chrome, Edge, Safari */
.filter-group-content::-webkit-scrollbar {
    width: 4px;
}

.filter-group-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.filter-group-content::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.filter-group-content::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.made_passion .col-md-6:has(.video-poster-wrapper) {
    width: 58.383%;
}
.made_passion .col-md-6:last-child {
    width: calc(100% - 58.383%);
}
.login_page {
    padding: 52px 0px 109px !important;
}
.story_posts_row .popup-box.story-popup-box {
    border-radius: 0;
}
 .shop_the_look_popup .qp-material-next.qp-material-nav-disabled,
 .shop_the_look_popup .qp-material-prev.qp-material-nav-disabled,
#quick-purchase-popup .qp-material-prev.qp-material-nav-disabled,
#quick-purchase-popup .qp-material-next.qp-material-nav-disabled {
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}



.page-id-24 #order_review dd.variation-RingSize {
    width: 45%;
}

.swiper.singleProductGallery_mobile.swiper-backface-hidden.swiper-initialized.swiper-horizontal {
    width: 100%;
}




.mobile_storeHdr_btn.sub-active{
	display: none!important;
}


.heading-link a{
	text-decoration: none;
}




@media screen and (min-width: 1367px){
.woocommerce-checkout .col-2:has(#order_review_heading) {
    position: sticky;
    top: 42px;
}
}
@media screen and (max-width:1600px){
.filters-box {
    padding: 24px 28px 20px 59px !important;
}
.filter-group-content {
    max-height: 350px;
    overflow: auto;
}
.filters-box.active {
    max-height: max-content;
    overflow: inherit;
}
.filters-footer {
    margin-top: 20px;
}
.filter-group label {
    margin-bottom: 8px !important;
}
.filters-footer {
    margin-top: 10px !important;
}
}

@media screen and (max-width:1440px){
.filter-group-content {
    max-height: 300px;
    overflow: auto;
}
}
@media screen and (max-width:1280px){
.filter-group-content {
    max-height: 285px;
    overflow: auto;
    padding-right: 10px;
}

}
@media screen and (max-width:1200px){
    .filter-group-content {
        max-height: 100%;
        overflow: auto;
        padding-right: 10px;
    }

}

@media screen and (max-width:767px){
.made_passion .col-md-6:has(.video-poster-wrapper),
.made_passion .col-md-6:last-child {
    width: 100%;
}
.navbar-nav .nav-link {
    padding: 8px 0 16px !important;
}
.filters-box {
    padding: 24px 28px 10px 20px !important;
}
.category_filter_bx.active {
    top: 120px !important;
}
    .filters-wrapper {
    padding: 0 0 0 28px;
}
.filters-box.active {
    height: auto;
}
.category_filter_bx.active .filters-box .filters-box-grid {
    max-height: 60vh !important;
}
.woocommerce-privacy-policy-text {
    margin-bottom: 38px;
}
	.product_cards .product_color_variants .color-dot-label label span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #eee;
     min-width: 16px; 
     min-height: 16px; 
}
}


.swiper,
.product_cards .product_thumbs .product_thumbs_gallery .productSwiper {
    background: none!important;
    background: unset !important;
    mix-blend-mode: multiply !important;
}


.swiper-fade .swiper-slide {
    pointer-events: auto!important;
}

@media only screen and (min-width: 1279px) and (max-width: 1536px) {
.mega-menu ul {
	min-height: 100px;
	max-height: 300px;
	overflow: auto;
}
}

@media (min-width:1380px){
	body.woocommerce-checkout .checkout-review-item .quantity {
    position: absolute;
    left: 200px;
}
	body.woocommerce-checkout .quantity {
		width: 80px!important
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .single_detail_row .single_col:first-child {
        width: 790px;
    }
}


@media (max-width:640px){
	.product_lock_thumbs {
    height: 431px !important;
}
	.mega-menu .list-item {
    flex: none;
    margin: 0 0 10px!important;
}
	.mega-menu {
		padding-top: 25px;
	}

	.sub-menu.mega-menu.active {
    height: auto;
}
	
	
	.menu-main {
		overflow: hidden!important;
	}
	.menu-main.op-menu {
    overflow-x: hidden!important;
    overflow-y: auto!important;
}
	.sub-menu.mega-menu.active {
    height: 100%;
}
	.mega-menu ul {
    margin: 0 0 30px;
}
}