@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;
}
.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);
}



.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:hover {
    min-width: 82px;
    color: #FFF;
}



.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: 6px!important;
    height: 6px!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;
}


@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.8s ease-out;
}
/* ===== Directions ===== */
.fade-top {
  transform: translateY(-50px);
}
.fade-bottom {
  transform: translateY(50px);
}
.fade-left {
  transform: translateX(-50px);
}
.fade-right {
  transform: translateX(50px);
}
/* ===== When visible ===== */
.fade.show {
  opacity: 1;
  transform: translate(0, 0);
}

.container{
	max-width: 1817px;
}

.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;
}
.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: 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%;
}
.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: var(--primary-color)!important;
}
.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: 26px 0px 10px;
  z-index: 9999;
}
.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: 400;
    margin-bottom: 21px;
}
.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;
}

/**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**/


.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: cover;
}
.product_cards .product_color_variants {
    display: flex;
    gap: 1px;
    /*margin-top: 20px;*/
}
.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: 17px;
    height: 17px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #eee;
}
.product_cards .product_color_variants .color-dot-label input:checked + label{
    border: 2px solid #000;
}
.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;
	width: 11px;
	height: 11px;
}
.faq-item .faq-question[aria-expanded="true"]  span.icon{
    background: url(../../assets/images/minus.png) no-repeat center center;
}


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: 99;
    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: 400;
    font-size: 16px;
    border: 1.2px solid;
    padding: 0 10px;
}
.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;
}


/**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:hover .image_hover_effect 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: 30px 0 0;
}
.review-swiper .swiper-pagination.review-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #D5D1CD;
}
.review-swiper .swiper-pagination.review-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #000000;
}
/**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 39px 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;
}



/**footer section**/
.site-footer {
    background-color: #EEECE9;
    padding: 69px 0 18px;
    font-size: 15px;
    color: #000;
}
.site-footer .container{
    max-width: 1168px;
}
.site-footer .footer-widget-h4 {
    font-weight: 400;
    margin-bottom: 17px;
    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;
    border-radius: 0;
    background: transparent;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    height: 36px;
}
.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;
}
.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**/
.mega-menu{position:absolute;z-index:500;background-color:#fff;padding:20px 30px;transition:all 0.5s ease;margin-top:25px;opacity:0;visibility:hidden}@media(min-width:1201px){.menu-item-has-children:hover .mega-menu{margin-top:0;visibility:visible;opacity:1}}.mega-menu{left:50%;transform:translateX(-50%)}.mega-menu{max-width:100%;width:100%;padding:60px 15px}.mega-menu-container{display:flex;flex-wrap:wrap;max-width:964px;margin:auto;justify-content:center}.mega-menu .list-item{flex:0 0 25%;padding:0 15px}.mobile-menu-head,.mobile-menu-trigger{display:none}@media(max-width:1200px){.menu{position:fixed;width:100%; max-width:414px;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{height:50px;width:50px;border-left:1px solid rgb(0 0 0 / .1);cursor:pointer;line-height:50px;text-align:center;color:#000;font-size:25px}.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}}

.mega-menu .title {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin: 0 0 20px;
}
.mega-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mega-menu ul li{
    margin-bottom: 5px;
}
.mega-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-bottom: 5px;
}
.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: 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%;
}
.mega-menu ul li a:hover{
    color: var(--primary-color) !important;
}
.mega-menu ul li a:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


/**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: 9999;
}
.sidebar-mini {
  position: fixed;
  top: 0;
  right: -707px;
  width: 575px;
  height: 100vh;
  background: #fff;
  transition: right 0.4s ease;
  z-index: 99999;
  padding: 19px 41px 34px;
      max-height: 100vh;
    overflow: auto;
}
.sidebar-mini.active {
  right: 0!important;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}
.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: sticky;
    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: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.mini-cart-product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.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;
}
.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;
}

.haveYouSee_product-card {
  flex: 1;
  max-width: 33.33%;
}

.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%;
}

.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;
}
.mini_tab_img .img-fluid{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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;
  transform: scale(.8);
  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**/






/**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;
}
}
@media only screen and (max-width: 1400px){
.banner-wrapper {
    height: 550px;
}
.product_cards .product_thumbs .img-fluid{
    height: 363px;
}
.showBy_category_thumb {
    height: 363px;
}
.gallery-swiper .swiper-slide img{
    height: 270px;
}
}

/**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;
}
.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 26px;
    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 {
    flex: 1 1 100%;
    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: 28px 0px 28px;
}
.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: 43px;
}
.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: 15px;
    height: 15px; 
}
.product_cards .product_color_variants .color-dot-label label span {
    width: 12px;
    height: 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;
}
.showBy_category_thumb {
        height: 242px;
}
.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 .swiper-slide-mobile-show{
    display: block!important;
}
.product_cards .product_thumbs .product_thumbs_default{
   display: none;
}
.product_cards .product_thumbs .product_thumbs_default.placeholder_img {
    display: block;
}
.product_cards .product_thumbs .product_thumbs_gallery{
    position: static;
    opacity: 1;
}
}
@media only screen and (max-width: 767px){
.heading-title p br{
    display: none;
}    
.banner-wrapper {
    height: 515px;
}
.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: 50px 0 59px;
}
.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, 
.site-footer .footer-widget-h4:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 13px;
    height: 2px;
    top: 9px;
    background-color: var(--primary-color);
} 
.site-footer .footer-widget-h4:after{
            height: 12px;
        width: 2px;
        top: 3.5px;
        right: 6px;
}
.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;
}  
}


@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: 414px;
    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: 15px 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: #11004763;
    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: #1ecd97;
  border-left-color: #1ecd97;
  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: cover;
}

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;
}

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;
}


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
}

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;
}

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 20px 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  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;
}

/* 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%);
}

/* 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: 50px 0;
}
body.woocommerce-checkout form.checkout .mytheme-gift-message label {
	font-size: 32px;
	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: 32px;
    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: 30px 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
}

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;
}
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;
}
*/

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: 25px 0 0;
    padding: 0 7px;
}

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 35px;
	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 28px 0 0;
}

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;
}

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;
}


.page-id-10{
	background: #FFF!important;
}

.wp-block-woocommerce-empty-cart-block 
.wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    display: none;
}
.page-id-11 .primary-title{
	display: none !important;
}


.btn:focus{
	box-shadow: none!important;
}





/*****************************************/
/*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 {
	background: #000;
	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;
}


.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%;
}







/* 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%;

}



.custom_pa_color .productRadioCard_clr{
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* 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: #FBF8F6;
}

/* 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: inset 0 0 0 3px #fff;
}

/*****************************************/
/*Shop the look popup css End here
/*****************************************/



@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;
}
	
	.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
/*******************************************/