



html{
    overflow-x: hidden;  
      scroll-behavior: smooth;

}

body{
    margin: 0;
    overflow-x: hidden;
  font-family: 'Filson Pro' !important;
background-color: #fff;
}
a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover {
       text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}



/*shrinks*/
body.modal-open {
    padding-right: 0 !important;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-Bold.woff2') format('woff2'),
        url('../font/FilsonPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-Black.woff2') format('woff2'),
        url('../font/FilsonPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-BlackItalic.woff2') format('woff2'),
        url('../font/FilsonPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-BoldItalic.woff2') format('woff2'),
        url('../font/FilsonPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Book';
    src: url('../font/FilsonPro-BookItalic.woff2') format('woff2'),
        url('../font/FilsonPro-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-Heavy.woff2') format('woff2'),
        url('../font/FilsonPro-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-HeavyItalic.woff2') format('woff2'),
        url('../font/FilsonPro-HeavyItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-MediumItalic.woff2') format('woff2'),
        url('../font/FilsonPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-Medium.woff2') format('woff2'),
        url('../font/FilsonPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro Book';
    src: url('../font/FilsonPro-Book.woff2') format('woff2'),
        url('../font/FilsonPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-Light.woff2') format('woff2'),
        url('../font/FilsonPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-LightItalic.woff2') format('woff2'),
        url('../font/FilsonPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-RegularItalic.woff2') format('woff2'),
        url('../font/FilsonPro-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-Regular.woff2') format('woff2'),
        url('../font/FilsonPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-ThinItalic.woff2') format('woff2'),
        url('../font/FilsonPro-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../font/FilsonPro-Thin.woff2') format('woff2'),
        url('../font/FilsonPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}








.header-2{
    float: left;
    width: 100%;
    padding: 0px 0px;
    height: 98px;
}
.logobox{
    width: 100%;
    float: left;
    padding: 15px 0px;
}
.logobox img{
    width: 151px;
    object-fit: cover;
    float: left;
}

.availability_error{
    color: white;
    padding-top: 9px;
    font-size: 12px;
    line-height: 23px;
    background: #a51212;
    border-radius: 10px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    float: left;
}



/* Search container styling */
.search-container {
  position: relative;
  width: 132px;
  /* margin-bottom: 20px; */
  cursor: pointer; /* Indicates it's clickable */
}

/* Search trigger (icon and label) */
.search-trigger {
  display: flex;
  /* align-items: center; */
  font-size: 16px;
  color: #333;
}

.search-icon {
  font-size: 20px;
  margin-right: 5px;
}

.search-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  text-transform: capitalize;
}

    
.h2-in1:hover .search-label{
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7); /* Creates bold effect */
    color: #000; /* Change color smoothly */

}

/* Search bar styling */
.search-bar {
  position: absolute;
  top: 78px; /* Adjusted for positioning below the search container */
  left: 0;
  width: 100%;
  max-height: 0; /* Start collapsed */
  overflow: hidden; /* Hide overflowing content */
  background: tra;
  border-radius: 4px;
  z-index: 9999;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
  transition: max-height 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}

.search-bar.open {
  max-height: 150px; /* Adjust to fit your content */
  opacity: 1;
  pointer-events: auto;
}
.hd-frm{
  width: 59%;
  height: 49px;
  margin: 20px auto;
  display: block;
  position: relative;
}
.header-search-btn{
    position: absolute;
    right: 0;
    background: #000;
    top: 0;
    border: 0;
    padding: 11px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.header-search-btn img{
    width: 27px;
    height: 27px;
    filter: invert(1);
}

.search-bar input {
  width: 100%;
  height: 49px;
  margin: 20px auto;
  display: block;
  border: 1px solid #ddd;
  border-radius: 11px;
  padding: 8px 16px;
  font-size: 14px;
  box-sizing: border-box;
}

.search-icon img{
 
width: 21px;
 
float: left;
 
margin-right: 8px;
 
margin-top: 4px;
}

.search-label h6 {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    margin: 0px;
    float: left;
    width: 100%;
}

.h2-box{
    width: auto;
    float: right;
    /* margin-top: 36px; */
    /* margin-left: 26px; */
    padding: 33px 0px 32px 16px;
}
.h2-in1{
    width: auto;
    float: right;
}
.h2-img{
    margin-right: 10px;
  
  
    width: 40px;
  
    position: relative;
}


.part-1{
    float: left;
    width: 100%;
}
.part-2{
    float: left;
    width: 48%;
}
.part-3{
    float: left;
    width: 52%;
}



.menuarea{
           width: auto;
           float: right;
           position: relative;
           padding: 38px 0px;
           /* height: 100px; */
           border-right: 1px solid  #ccc;
}


.menuarea > ul{
     margin-bottom: 0px;
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-bottom: 0px;
     padding-bottom: 0px;
     float: left;
     padding-left: 0px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}
    
.menuarea > ul > li{
    float: right;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding:0px 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menuarea > ul > li > a{
        font-weight: 400;
    width: auto;
    color: #2D2D2D;
    float: left;
    position: relative;
    font-size: 15px;
    letter-spacing: 0px !important;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    font-family: 'Filson Pro';
    transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}

    
.menuarea > ul > li > a:hover{
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7); /* Creates bold effect */
    color: #000; /* Change color smoothly */
}
    









.slide {
    float: left;
    width: 100%;
 
    background-image: url(../images/banner.svg);
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
 
}

.slide .item {
    width: 100%;
    float: left;
    position: relative;
   
}.slide .item .slide-image {
    float: left;
    /* height: 485px; */
    margin-left: 0px;
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
}









.ticker-title a{
  color: #fff;
  position: relative;
}.ticker-title a:after{
  position:absolute;
  content:'';
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  left: -15px;
  top: 6px;
}
.ticker-title:hover span{
  animation:none;
}
.ticker-title {
  width: 7000px;
  padding: 10px 0;
  color: #ffffff;
  font-size: 17px;
  background: linear-gradient(135deg, #d29835 0%, #cb9634 11%, #cb9634 29%);
  /* W3C */
}

.ticker-title > * {
  display: inline-block;
  -webkit-animation: news 50s infinite linear;
  animation: news 50s infinite linear;
  margin-right: 20px;
}

@-webkit-keyframes news {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4135px);
            transform: translateX(-4135px);
  }
  
}

@keyframes news {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4135px);
            transform: translateX(-4135px);
  }
}.ticker{width: 100%;float: left;overflow: hidden;}
  #testimonial4 .owl-stage-outer{
padding-top: 50px;
  }
  .ticker_wrap{display: flex;}
.ticker__breaking{
 white-space: nowrap;
 background: red;
     color: #fff;
     overflow: hidden;
     padding: 10px 6px;
  display: inline-block; 
  font-weight: bold;
}
.ticker__viewport {
     background: #cb9634;
     color: #fff;
     overflow: hidden;
     width: 100%;
     padding: 10px 0;
     display: inline-block;
     flex-grow: 1
}
.ticker__viewport a {
  cursor: context-menu;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.ticker__viewport a:hover {
  animation: none;
  /* color: yellow; */
  /* font-weight: bold; */
  cursor: pointer;
}
 .ticker__list {
     list-style-type: none;
     padding: 0;
     margin: 0;
     display: flex;
}
 .ticker__item {
     display: inline-block;
     white-space: nowrap;
     padding-right: 40px;
     position: relative;
}

 @-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-heading {
  position: absolute;
  background: #A6C22F;
  display: block;
  left: 0;
  top: 0;
  height: 2.5rem;
  padding: 11px 40px;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
}


.ticker-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  /* height: 80px; */
  background-color: #f4f4f4;
  padding-left: 100%;
  /* box-sizing: content-box; */
  /* padding-top: 10px; */
  padding: 28px 0px;
  white-space: nowrap;
  border-bottom: 1px solid #c4c4c4;
}

.ticker-wrap .ticker {
  display: inline-block;
  /* height: 2.5rem; */
  /* line-height: 2.5rem; */
  overflow: hidden;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  /* -webkit-animation-iteration-count: infinite; */
  /* animation-iteration-count: infinite; */
  /* -webkit-animation-timing-function: linear; */
  /* animation-timing-function: linear; */
  /* -webkit-animation-name: ticker; */
  /* animation-name: ticker; */
  /* -webkit-animation-duration: 30s; */
  /* animation-duration: 30s; */
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 28px;
  color: #000000;
  /* overflow: hidden; */
  margin-bottom: 0px;
  font-weight: 400;
}

.mar-img{float: right;width: 30px;margin-left: 45px;margin-top: 9px;height: 20px;object-fit: cover;}








.banner-2{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: linear-gradient(180deg, rgba(245,245,245,1) 28%, rgba(255,255,255,1) 90%);
}
.banner-2 h2{
    text-align: center;
    float: left;
    width: 100%;
    color: #000000;
    font-weight: 300;
    font-size: 45px;
    line-height: 58px;
    margin-bottom: 40px;
}
.banner-2 h2 span{
    color: #000000;
    font-weight: 500;
}
.panel1{

width: 100%;
padding-top: 30px;
float: left;

}
.loop-box {
    width: 100%;
    float: left;
    position: relative;    max-width: 100%;
    border-radius: 30px;
    border: 1px solid #f3e9ec00;
    cursor: pointer;
}
.perfume-image{
    width: 275px !important;
    float: none;
    margin: auto;
    height: 425px;
    border-radius: 162px;
     transition: box-shadow 0.3s ease;
}
.loop-box h5{
    margin-bottom: 13px;
    color: #0e0e0e;
    font-size: 17px;
    font-weight: 500;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 19px;
}
.loop-box:hover .perfume-image{
     box-shadow: 9px 15px 20px rgb(205 154 94 / 32%);
}
.hover-container {
  display: flex;
  justify-content: center; /* Center the content */
  align-items: center;
  position: relative;
 float: left;
 width: 100%;
}

.image-link {
  display: inline-block;
  position: relative;
  z-index: 1; /* Keep the image above the text initially */
  transition: transform 0.3s ease;
}

.hover-image {
  width: 30px !important; /* Adjust as needed */
  height: auto;
}

.hover-text {
  position: absolute;
  opacity: 0;
  transform: translateX(25px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  color: black;
  padding: 10px;
  border-radius: 4px;
  text-transform: capitalize;
}

.loop-box:hover .image-link {
  transform: translateX(-42px); /* Move the image to the left */
}

.loop-box:hover .hover-text {
  opacity: 1;
}










.banner-3{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.banner-3 h2
{
    float: left;
    width: 100%;
    color: #121212;
    font-weight: 400;
    font-size: 40px;
}
.banner-3 h1
{
    float: left;
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: 40px;
}


.panel2{

width: 100%;
padding-top: 30px;
float: left;

}


.p2-carousel .owl-stage-outer {
    border-radius: 10px;
}
.p2-carousel .item{
    border-radius: 10px;
}

.trending-box:hover .trending-box2 h5{
    color: #7f1431;
      -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
}
.trending-box{
    width: 100%;
    float: left;
    /* padding: 6px 0px; */
    background: white;
    position: relative;
}
.trending-box2{
    background-color: white;
    float: left;
    width: 100%;
    padding: 20px 0px;
    margin-top: 0px;
}
.trending-box2 h5
{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    float: left;
    width: 100%;
    line-height: 22px;
    text-align: center;
    font-family: 'Filson Pro' !important;
}
.trending-box2 h6{
    padding-top: 5px;
    color: #611109;
    font-size: 18px;
    font-weight: 500;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Filson Pro' !important;
}
.trending-box2 h6 span{
    font-size: 13px;
    color: #605f5f;
    text-decoration: line-through;
    padding-left: 10px;
    font-weight: 400;
    font-family: 'Filson Pro' !important;
}
.trending-box2 h3{
    font-size: 14px;
    color: #494040;
    font-weight: 500;
    float: left;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 14px;
    font-family: 'Filson Pro' !important;
}
.t-img
{
    background-color: white;
    height: 365px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.trend-fav{
    width: 36px;
    position: absolute;
    right: 18px;
    cursor: pointer;
    top: 19px;
    border: 0;
    background: #fff2f6;
    padding: 8px;
    border-radius: 30px;
}
.red-bac{
      background: #e21f1f !important;  
}
.action-btn {
    display: flex;
    justify-content: center; /* Centers the buttons horizontally */
    align-items: center; /* Aligns the buttons vertically, if needed */
    gap: 10px; /* Adds space between the buttons */
    margin-top: 15px;
    width: 100%;
}

.add-cart {
    display: flex; /* Enables flexbox */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    border-radius: 10px;
    background-color: #000000;
    width: 136px;
    height: 46px;
    border: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-align: center; /* Ensures multi-line text stays centered */
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}


.add-cart:hover {
    background-color: white;
    border: solid 1px #121611;
    color: #121611;
}
.buy-now button{
    background: transparent;
    border: 0;
    cursor: pointer;
}.buy-now:hover button{
    color:#fff;
}
.buy-now {
    display: flex; /* Enables flexbox */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    border-radius: 10px;
    background-color: white;
    width: 136px;
    height: 46px;
    border: solid 1px #000000;
    color: #000000 !important;
    font-weight: 500;
    font-size: 15px;
    text-align: center; /* Ensures multi-line text stays centered */
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    font-family: 'Filson Pro' !important;
}

.buy-now:hover {
    background-color: #000000;
    border: solid 1px #000000;
    color: #ffffff !important;
    text-decoration: none;
}

.new-arrival{
      float: left;
      background: #11560096;
      padding: 8px 26px 7px 18px;
      font-size: 15px;
      color: #eaebe6;
      font-weight: 400;
      top: 0px;
      border-radius: 10px 0px 28px 0px;
      position: absolute;
      /* border-top-right-radius: 30px; */
}
.ofs{
    
float: left;
    
background: #d90c0c8f;
    
padding: 9px 15px 9px 7px;
    
font-size: 14px;
    
color: #ffffff;
    
font-weight: 500;
    
top: 0px;
    
/* left: 0; */
    
position: absolute;
    
border-radius: 10px 0px 29px 0px;
}

.deals{
      float: left;
      background: #880b9b80;
      padding: 7px 35px 7px 35px;
      font-size: 15px;
      color: #ffffff;
      font-weight: 400;
      top: 0px;
      /* left: 0; */
      /* border-bottom-right-radius: 30px; */
      position: absolute;
      border-radius: 10px 0px 29px 0px;
}

.action-btn-sp{
    float:left;
    width:100%;
    margin-top:15px;
    /* padding-left: 18px; */
 }
.add-cart-sp
{
    cursor: pointer;
    float:left;
    border-radius:50px;
    background-color: #000;
    width: 110px;
    height: 35px;
    border: solid 1px #000;
    color: #ddcbcf;
    font-weight:500;
    font-size: 14px;
    }
.add-cart-sp:hover
{
    background-color:white; 
    border: solid 1px #7f1431;
    color: #7f1431;
       transition: all ease-in-out 0.5s; 
       cursor:pointer;
    -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
 }
.buy-now-sp{
    cursor: pointer;
    float:left;
    border-radius:50px;
    background-color:white;
    width: 110px;
    height: 35px;
    border: solid 1px #7f1431;
    color: #7f1431 !important;
    font-weight:500;
    font-size:15px;
    margin-left:10px;
    text-align:center;
    line-height: 34px;
}
.buy-now-sp:hover
{
    background-color:#000;
     border:solid 1px #000; 
     color:#ddcbcf !important; 
    
      text-decoration:none;
}

  .offer{
      float: right;
    background: #633232;
  padding: 7px 18px 5px 18px;
    font-size: 13px;
    color: #ece7e7;
    font-weight: 500;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
        margin-top: -52px;
    margin-right: -21px;
    position: relative;
    z-index: 111;
}






.banner-4{
    float: left;
    width: 100%;
}
.banner-4 img{
    object-fit: cover;
    width: 100%;

}


.banner-5{
    float: left;
    width: 100%;
    padding-bottom: 35px;
    padding-top: 35px;
}
  .banner-5 img{
    float: left;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }







.client-logo{
    float: left;
    width: 100%;
    padding: 50px 0px 50px 40px;
}
.logo-loop .item img{
    float: none;
    display: block;
    margin:auto;
    height: 100px;
    object-fit: contain;
}
.logo-loop .item{
        padding: 28px 30px;
        height: 155px;
        border: 1px solid #ccc;
        border-radius: 20px;
}






.banner-7{
    float: left;
    width: 100%;
    background-color:#f5f5f5;
    /* padding: 60px 0px; */
}
.b7-box{
    float: left;
    width: 100%;
    padding: 60px 50px 60px 41px;
}
.b7-1{
    float: left;
    width: 100%;
}

.b7-1 img{
    width: 85px;
    object-fit: contain;
    float:left;
    height: 72px;
    max-width: 100%;
}

.b7-1 h1{
    color: #000;
    font-weight: 500;
    line-height: 27px;
    float: left;
    width: 100%;
    margin-top: 12px;
    font-size: 20px;
}

.b7-box p{
     color: #000;
     font-weight: 400;
     line-height: 23px;
     float: left;
     width: 99%;
     font-size: 15px;
     padding-top: 7px;
}
.border-right{
    border-right: 1px solid #ccc;
}
/* Footer Styling */
.footer {
  background-color: #f5f5f5;
  padding: 40px 0px;
  border-top: 1px solid #ddd;
  font-family: Arial, sans-serif;
  float: left;
  width: 100%;
}


.footer-column {
 float: left;
 width: 100%;
}
.whole-width{
    float: left;
    width: 100%;
}
.width-ul{
    float: left;
    width: 50%;
}
.footer-column h3 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000000;
  font-family: 'Filson Pro' !important;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  font-family: 'Filson Pro' !important;
}

.footer-column ul li a {
  text-decoration: none;
  color: #555;
}

.footer-column ul li a:hover {
  color: #000;
}
@media(min-width:990px)
{
.footer-logo img {
  margin-top: 20px;
  width: 130px;
  display: block;
}
.footer-logo-med img {
    display: none;
}
}
@media(max-width:990px)
{
.footer-logo-med img {
  margin-top: 20px;
  width: 130px;
  display: block;
}
.footer-logo img {

    display: none;
}
}
.payment-options {
 float: left;
 width: 100%;
  margin-top: 20px;
}
.payment-options h6{
     font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000000;
  font-family: 'Filson Pro' !important;
}
.payment-options img {
  width: 107px;
  height: auto;
  margin-right: 12px;
}

    .copy{
        float: left;
        width: 100%;
        background: #f5f5f5;
        border-top: 1px solid #ccc;
        padding: 20px 0px;
    }
    .copy p{
        float: left;
        font-size: 15px;
        color: #000;
        font-weight: 400;
        margin-bottom: 0;
        /* margin-top: 20px; */
        width: 100%;
        text-align: center;
    }
    
.ftr-1 a h6:hover {
color: #7f1431;
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}
.ftr-in1 h4:hover {
color: #7f1431;
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}
.ftr-3 a:hover {
color: #7f1431;
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}
.ftr-media img:hover {
     transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}
.copy p a:hover {
    text-decoration: underline!important;
}
























.ftr-mbf{
        padding-top: 7px;
    float: left;
    width: 100%;
    left: 0px;
    position: fixed;
    bottom: 0px;
    height: 67px;
    z-index: 999;
   display: none;
    background: #212121;
    /* padding-top: 9px; */
}

.tab-mb{
  width: 33.333%;
  float:left;
  font-size: 12px;
  color:#000;
  text-align:center;
  border-right: solid 1px rgb(200 200 200 / 21%);
  height: 59px;
  padding-top: 11px;
  position: relative;
}

.tab-mb img{width: 23px;height:20px;/* background-color: white; */display: inline-block;margin: auto;float: none;object-fit: contain;}

.tab-mb strong{
  color: white;
  float:left;
  width:100%;
  font-weight: 500;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom:10px;
}


.badge-fav2{
  background-color: #7f1431;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  /* padding: 3px 7px; */
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50%;
  top: -10px;
  width: 21px;
  height: 21px;
  text-align: center;
  /* margin-top: -23px; */
  left: -11px;
  position: relative;
}

.badge-fav3{
  background-color: #7f1431;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  /* padding: 3px 7px; */
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50%;
  top: 0;
  width: 21px;
  height: 21px;
  text-align: center;
  /* margin-top: -23px; */
  left: 60px;
  position: absolute;
}
#whole-flex {
  position: absolute;
  flex-direction: column;
  text-align: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -10;
}




/*login*/

.log_set .option {
    width: 100%;
    float: left;
    /* padding: 0 18px; */
    font-size: 13px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px;
    position: relative;
}
.log_set .option > input {
    position:absolute;
    height:100%;
    width:100%;
    opacity:0;
    left:0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.log_set .checkbox {
    position:relative;
    margin-right:5px;
    background:#fff;
    display:inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom:0;
    margin-top:0;
    height:16px;
    width:16px;
    top:4px;
}
.log_set .checkbox:before {
    content:'';
    display:none;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
    padding:0;
    margin:0
}
.log_set input:checked + .checkbox:before {
    display:block
}
.log_set .checkbox:before{
    position:absolute;
    top:3px;
    left:2px;
    width:6px;
    height:3px;
    border: solid #118405;
    border-width:0 0 2px 2px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.log_set input:checked + .checkbox {
    border: 2px solid #000000;
}
.log_set input:hover + .checkbox {
    border-color: #000000;
}
.log_set input:focus + .checkbox {
    border-color: #7f1431;
}
.log_set input:focus + .checkbox:before{
    border-color:#ee3425;
}


.reset-psw{
        position: absolute;
        right: 0;
        bottom: 33px;
        font-size: 11px;
        font-weight: 500;
        z-index: 11;
        color: #b3190e;
        right: 20px;
}

.otp-req{
    width: 100%;
    background: #fff;
    border: 0;
    padding: 16px;
    /* box-shadow: 3px -1px 10px 4px rgb(169 166 166 / 29%); */
    float: left;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out.5s;
    -webkit-mask-origin: border-box;
    border: solid 2px #000000;
    /* color: #3d8f09; */
    }
.otp-req:hover{background: #000000;color: #fff;border-color: #000000;}


.footer_link .link_left {
    text-align: left;
    list-style: none;
}

.footer_link > li {
    /* width: 50%; */
    /* float: left; */
}
.footer_link .link_right {
    text-align: right;
    list-style: none;
}

.footer_link > li > a {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #b3190e;
    font-weight: 500;
    margin: 30px 0 5px;
    text-decoration: none !important;
    text-align: center;
    }

.footer_link > li > a:hover {
    color: #30382e;
}

.footer_link{
      float: left;
    width: 100%;
    padding-left: 0px;
}

.login_panel .log_area .log_box p {
    color: rgba(105, 105, 105, 0.95);
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    /* margin: 0 0 10px !important; */
}

.login_panel .log_area .log_box p > a {
    color: #3f880e;
    text-decoration: none !important;
}

.close_form {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: 0px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}


.submit_frm {
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    cursor: pointer;
    background: #000000;
    color: #fff;
    border: none;
    /* text-transform: uppercase; */
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none !important;
}
.submit_frm:hover {
    background: #000000;
    color: #fff;
}
.login_panel {
    float: left;
    width: 100%;
    padding:20px 25px 20px 25px;

}

.login_panel .log_area .log_box .or {
    font-size: 17px;
    font-weight: 500;
    color: #30382e;
    text-align: center;
    padding: 21px 0;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
}

.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}
.log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin: 0 0 0;
    text-align: left;
}
.log_form .log_set input[type="text"], .log_form .log_set input[type="password"], .log_form .log_set input[type="mail"], .log_form .log_set input[type="email"], .log_form .log_set input[type="tel"], .log_form  .log_form 
 .log_set select, .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0,0,0,0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    }
.log_set textarea {
    height: 100px !important;
}
.log_set input[type="text"]:focus,
.log_set input[type="password"]:focus,
.log_set input[type="mail"]:focus,
.log_set textarea:focus {
    border-color: #118405 !important;
}

.login-continue {
    border: 1px solid #30382e !important;
    background: #30382e !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    padding: 10px 109px !important;
    margin: 15px auto 10px !important;
    font-size: 14px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}.login-continue:hover{
    
background: #7f1431 !important;
    
border-color: #7f1431 !important;
}

.pr-modal {
    position: relative !important;
    width: auto !important;
    margin: 1.75rem auto !important;
}

.wl-login h2 {
    float: left;
    width: 100%;
    font-size: 27px;
    color: #000000;
    font-weight: 400;
    font-family: 'Filson Pro' !important;
}
.wl-login h2 span {
    /* color: #7f1431; */
    padding-left: 0px;
    font-weight: 600;
}
.wl-login p {
    float: left;
    width: 100%;
    font-size: 14px !important;
    font-weight: 400px !important;
    text-align: left !important;
    line-height: 20px !important;
    font-family: 'Filson Pro' !important;
}
.login_panel .log_area .log_box p > a {
    color: #000;
    text-decoration: none !important;
    font-weight: 500;
}


@media (min-width: 576px)
{
.modal-dialog {
    max-width: 500px !important;
    margin: 1.75rem auto !important;
}
}
.modal-etc{
    position: unset !important;
    max-height: unset !important;
    /* width: unset !important; */
    height: unset !important;
}



 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: none; 
}
.logo-loop .item:hover{
     box-shadow: 0px 2px 13px rgb(0 0 0 / 8%);
}









/*MEN*/


.head1{
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e7ecfc;
  padding: 30px 20px;
}
.breadcrumbs {
  font-size: 14px;
  color: #000;
}
.breadcrumbs h6{
    float: left;
    font-size: 25px;
    width: 100%;
    font-weight: 400;
}

.sp-h6{
    font-weight: 700  !important;
    margin-top: 5px;
}
.breadcrumbs span {
  color: #2762cd; /* Blue for links */
  /* float: left; */
  font-size: 14px;
  font-weight: 400;
}
  
@media(max-width:991px)
{
    .sort-by{
        position: inherit;
        display: none !important;
    }
}

.sort-by {
  font-size: 14px;
  color: #5e4e6a;
  display: flex;
  align-items: center;
}

.sort-by label {
  margin-right: -6px;
  font-weight: 400; /* Bold text for "Sort By" label */
  margin-bottom: 0px;
  color: #52366a;
}

#sort-options {
  font-size: 15px;
  padding: 0px 10px;
  border: none; /* Light gray border */
  border-radius: 0px;
  background-color: #e7ecfc; /* White background */
  color: #52366a; /* Text color */
  outline: none;
  appearance: none; /* Hides default dropdown styling */
  position: relative;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 11px;
  font-weight: 400;
  width: 177px;
}

#sort-options option {
  background-color: #f3f4ff; /* Light blue background */
  color: #52366a; 
   padding: 20px 5px;
  font-size: 14px;
  border: 0px !important;
  outline: none;
}

.sort-by {
  gap: 10px;
}
.p-l{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.content { 
    background:white;
     height:100%; 
     padding:0px;
      
  }
.product-fixed{
    float:left;

    width: 13%;
    background-color:#59a446;
    height:60px;
    padding-left:15px;
    color:white;
    font-size:15px;
    font-weight:500;
    line-height: 59px;
}

.category-product{
    float:left; 
    width:87%;
     padding-left:20px;
      padding-right:20px;
  }
.fx-category{

    float:left; 
    width:100%; 
    padding-top:0px;
}

.category-active{
    color:#cac4c4;
}
.filter-list{
       float: left;
       width: 100%;
       height: 100%;
       padding-top: 30px;
       /* border-right: 1px solid #e7e7e7; */
  }
.sub-category{
    float:left; 
    width:100%; 
    border-bottom: solid 1px #e5e5e5;
     padding-left:15px; 
     padding-right:15px; 
     padding-bottom:14px;
      margin-bottom:25px;
  }
.pl-none{
    padding-left:0px !important;
        padding-right:0px !important;

}
.sub-category h2{
    float:left;
    width:100%;
    text-transform:uppercase;
    color: #050505;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
    margin-bottom:0px;
}
.sub-nav{
    float:left;
    width:100%;
    font-size: 14px;
    padding-bottom: 16px;
    /* line-height: 0px; */
    color: #262626;
    font-weight: 400;
}

.sub-nav span{
    float:right;
    color: #1707e9;
}
.sub-nav:hover{
    text-decoration:none !important;
    color: #7f1431;
}
.form-group{
    float:left;
    width:100%;
    padding-bottom: 9px;
    margin-bottom: 0px !important;
  }
.form-group input {
 padding: 0;  
 height: initial; 
  width: initial;  
  margin-bottom: 0; 
   display: none;
    cursor: pointer;
     margin-top: 20px;
 }
.sub-category .form-group label {
   position: relative;
     cursor: pointer;
       font-size: 14px; 
        color: #000; 
         font-weight: normal; 
           width: 100%;
       }
.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #b2b2b2;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    }
.form-group input:checked + label:after {
 content: '';
 display: block;
 position: absolute;
 top: 3px;
 width: 20px;
 height: 20px;
 background: url(../images/cd-icon-check.svg) no-repeat center center;
 left: 0px;
 background-color: #121611;
 border-radius: 5px;
 }





.toggle-notes {
  color: #570591;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  float: left;
}

.toggle-notes:hover {
  text-decoration: underline;
}




.toggle-brands {
  color: #246865;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  float: left;
}

.toggle-brands:hover {
  text-decoration: underline;
}


.toggle-accords {
  color: #95057c;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  float: left;
}

.toggle-accords:hover {
  text-decoration: underline;
}


.sub-category .form-group label span{float:right;}
.sub-category .form-group label:hover{color: #ff0000 !important;}
.price-list{float:left; width:100%;}

.product-display{float:left; width:100%; padding-top:35px;}
.prl-right{padding-right:0px !important; float:left !important; border-left:solid 1px #e5e5e5;}
.result-list{float:left;width:100%;padding-bottom: 35px;}
.result-list h3{color:#000000;font-weight:normal;font-size:15px;float:left;width:50%;padding-top: 12px;}
.result-list h3 span{color:#59a446; font-weight:500;}
.sort-option{float:right; width:50%;}
.sort-option span{float: right;text-transform:uppercase;font-size:16px;color:#418a2f;font-weight:500;margin-right: 25px;padding-top: 12px;}
.pb50{margin-bottom:50px;}
.price-border{border-bottom:none !important;}

.fx-category button.owl-prev img {width:32px;}
.fx-category button.owl-next img {width:32px; margin-left:6px;}
.fx-category .owl-nav{float:right; top: 26px; float: right; position: absolute; right: -32px;}


.sub-nav:hover{
    text-decoration:none !important;
    color: #ff0000;
 }

.price-border {
  border-bottom: none !important;
}

.sub-category {
  float: left;
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  padding: 10px 20px 7px 15px;
  margin-bottom: 15px;
}

.price-list {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.price-inputs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.price-label {
  font-size: 15px;
  font-weight: 500;
  color: black;
  margin-bottom: 5px;
}

.price-input {
  width: 120px;
  padding: 10px;
  border-radius: 30px;
  background-color: #efdee3;
  color: black;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  border: none;
  outline: none !important;
  appearance: none;
}

.price-list span {
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin-top: 25px;
  align-self: center;
}

.go-button {
  /* margin-top: 4px; */
  padding: 10px 30px;
  border-radius: 30px;
  background-color: black;
  color: white;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.go-button:hover {
  background-color: #333;
}

.sort-by {
    /* float: right; */
    /* width: 100%; */
    /* position: relative; */
    /* z-index: 99999; */
    /* padding: 25px 0px; */
    display: flex;
    align-items: center;
    margin-left: auto;
}
.select-sort {
    float: right;
    margin-bottom: 0px;
}
.select-sort #all:checked ~ label[for="all"], .select-sort #pop:checked ~ label[for="pop"], .select-sort #high_low:checked ~ label[for="high_low"], .select-sort #low_high:checked ~ label[for="low_high"], .select-sort #discount:checked ~ label[for="discount"] {
    background: #7f1431;
    color: #ede8e8 !important;
    text-align: center;
    padding: 10px 0px !important;
    font-size: 14px;
        width: 146px;
    border-radius: 30px;
}
.select-sort label {
    display: inline-block;
    /* width: 50px; */
    /* height: 50px; */
    text-align: center;
    border: 1px solid #7f1431;
    /* line-height: 50px; */
    cursor: pointer;
    text-align: center;
    padding: 10px 0px !important;
    font-size: 14px;
        width: 146px;
    font-weight: 400;
    border-radius: 30px;
    color: #000 !important;
    margin-left: 5px;
}
.sort-text {
      float: right;
    color: #000000;
    margin-top: 11px;
    font-size: 15px;
    text-align: right;
    padding-right: 8px;
    font-weight: 600;
}
.select-sort input {
    display: none;
}

.f-l{
        float: left;
    width: 100%;
}

.main-products{
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.mar-bottom{
    margin-bottom: 20px;
}

/* responsive */

@media (min-width:992px) and (max-width:9500px) {
.mobile-sr{display:none;}
.mb-filters{display:none !important;}

}




/*shopping-cart*/


.Shopping-cart-box{float: left;width: 100%;/* background-color: #f7f7f7; */padding: 40px 0px;}
.cart-box{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.cart-img{
    float: none;
    width: 100%;
    margin:auto;
    display: block;
    object-fit: cover;
    border: 1px solid #eeeeee;
    height: 150px;
}
.close-img{
    width: 37px;
    float: left;
    object-fit: cover;
    margin-top: 18px;
}

.cart-box h2{

color: #000;

font-size: 22px;

font-weight: 600;

float: left;

width: 100%;

line-height: 28px;
}
.cart-box h6{
    padding-top: 5px;
    color: #611109;
    font-size: 19px;
    font-weight: 600;
    float: left;
    width: 100%;
}
.cart-box h6 span{
    font-size: 13px;
    color: #ff0000;
    text-decoration: line-through;
    padding-left: 10px;
}
.cart-box h3{
    font-size: 14px;
    color: #494040;
    font-weight: 600;
    float: left;
    width: 100%;
    padding-top: 7px;
}
.rating-cart{
    float: left;
    width: 100%;
}
.ratingbox-cart {
    color: #fd8c26;
    font-size: 13px;
}
.cart {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 0px;
}
.plus-minus{
    float: left;
    width: 100%;
  
}
.qty-container{
    float: left;
    /* width: 40%; */
}
 .qty-container .qty-btn-minus, .qty-btn-plus {
    float: right;
    padding: 5px 3px;
    font-weight: 500 !important;
    font-size: 10px;
    height: 45px;
    font-weight: 700;
    color: #000;
    width: 40px;
    font-size: 20px;
    background: #e7ecfc;
    transition: 0.3s;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    float: right;
}
.qty-container .qty-btn-minus {
    margin-right: -1px;
}
.qty-container .input-qty {
    text-align: center;
    padding: 9px 10px;
    border: 0;
    max-width: 45px;
    font-size: 17px;
    font-weight: 500;
    float: right;
    color: #121611;
}
.qnty-warning {
    float: left;
    /* width: 100%; */
    background-color: #e20909;
    padding: 12px;
    border-radius: 50px;
    color: #fccbcb;
    font-weight: normal;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.qty-container input, button, select, optgroup, textarea {
    outline: none !important;
}
.cart-box h5{
    float: left;
    width: 100%;
    text-decoration: underline;
    color: #494040;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: right;
}
.cart-box h1{
    float: left;
    width: 100%;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
}
.cart-box h4{

float: left;

width: 100%;

color: #611109;

font-size: 20px;

font-weight: 600;
}
.cart-box h4 span{
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.cart-check{
    float: left;
    width: 100%;
    padding: 30px 24px;
    background-color: #f7f7f7;
    border-radius: 20px;
}
.cart-check h1{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.cart-check h2{
        color: #0523a4;
        font-size: 24px;
        font-weight: 600;
        float: left;
        width: 100%;
        margin-bottom: 20px;
}
.cart-check h3{
       color: #000;
       font-size: 19px;
       font-weight: 500;
       float: left;
       width: 100%;
       line-height: 33px;
       margin-bottom: 15px;
}

.cart-check h3 span{
    font-weight: 500;
    color: #0523a4;
    font-size: 20px;
}
.cart-check h4{
    margin: 0;
    float: left;
    padding: 6px 18px;
    background-color: #966609;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}
.cart-check h5 img{
    width: 20px;
    object-fit: cover;
    float: left;
    margin-right: 9px;
    position: relative;
    top: -2px;
}
.cart-check h5{
    /* position: relative; */
    width: 100%;
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    top: 3px;
}
.checkout:hover{
    color:#000;
    background: transparent;
}
.checkout{
        /* float: left; */
        width: 100%;
        background-color: transparent;
        border-radius: 12px;
        /* padding: 15px 0px; */
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 17px;
        cursor: pointer;
        /* margin-top: 22px; */
        font-weight: 500;
        border: 0;
}
.checkout-process:hover{
    background-color: white;
    color: #000000;
}


.check-main{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: #f7f7f7;
}




 .modal-backdrop {
    background-color:transparent;
}













/* Modal styling */
.modal {
    background: #000000a3;
}

.modal.show {
  opacity: 1; /* Fully visible */
  visibility: visible; /* Show completely */
}

/* Modal styling */
.ind-modal, .modal-etc {
    overflow: visible !important;
}
.close_form2 {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: 0px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}


.ind-modal {
  background-image: url("../images/md-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
  border-radius: 15px;
  text-align: center;
  /* width: 100%; */
  /* max-width: 633px; */
  padding: 90px 40px 90px 40px;
  animation: slide-down 0.5s ease; /* Smooth slide-down animation */
  overflow: hidden; /* Prevent scrolling */
  margin-top: 109px !important;
  /* width: 100%; */
  border-radius: 15px !important;!I;!;
}
.modal-etc{
     width: 100% !important;!i;!;
     border-radius: 15px;
     max-width: 645px !important;!i;!;
}

/* Smooth slide-down animation */
@keyframes slide-down {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close button styling */
.close.attach-close2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* Body content styling */
.ind-modal img {
  width: 170px;
  display: block;
  margin: 0 auto;
  filter: brightness(100%);
}

.ind-modal p {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ind-modal h6 {
  margin: 15px 0 25px 0px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  float: left;
  width: 100%;
  color: #f9e7fb;
  text-align: center;
}

.ind-modal h2 {
    width:100%;
  float: left;
  margin: 15px 0;
  font-size: 65px;
  font-weight: bold;
  background: linear-gradient(to right, #F8B4FF 0%, #EC5FFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Button styling */
#signupButton {
  background-color: black;
  color: white;
  padding: 20px 0;
  width: 300px;
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#signupButton:hover {
  background-color: #333;
}



/*product-detail*/



.pd-ban1{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
#big .item {
    padding: 0px 0px 30px 0px;
    margin: 2px;
    color: #FFF;
}

#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item {  }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { }
#big.owl-theme { position: relative; }
 #big .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: none; 
}
 #thumbs .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: none; 
}
.big-img {
  
width: 95% !important;
  
display: block;
  
float: none !important;
  
margin: auto;
  
height: 100vh;
  
border-radius: 20px;
  
object-fit: cover;
}


#thumbs .owl-nav{
    width: 100%;
    position: relative;
    float: left;
    top: -93px;
}

.thumbs-img {
    display: block;
    width: 77% !important;
    float: none;
    margin: auto;
    border-radius: 22px;
    height: 100px;
    object-fit: cover;
    }



.car-pad{
    float: left;
    width: 100%;
    padding: 0px 35px;
}
 /* Main Styling */

.widget-wrap {
    display: block;
    align-items: center;
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }

  .accords-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 24px;
  }
  .custom-close{

    position: absolute;
    top: calc(31% - 116px);
    right: 33%;
    font-size: 57px;
    color: white;
    cursor: pointer;
    z-index: 1001;
    font-weight: 100;
    background-color: transparent;
}
  
.custom-modal .modal-content h1{
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    background-color: #000;
    padding: 20px 20px;
    color: #fff;
    text-align: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
  .accords-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* max-width: 91%; */
  }

  .accords-list ul {
    list-style: none;
    padding: 0;
    width: 48%;
  }

  .accords-list li {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    font-size: 16px;
  }

  .accords-list img {
    border: 1px solid #d5d5d5;
    padding: 5px;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 7px;
  }

  .accords-list .view-more {
    color: #4b048c;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    font-size: 15px;
  }

  .accord-tag {
    display: inline-block;
    background-color: #a665e2;
    color: white;
    padding: 4px 13px;
    border-radius: 7px;
    margin-left: 5px;
    font-size: 13px;
    height: 28px;
    font-weight: 400;
  }

  .accord-tag-10 {
    width: 10%;
  }
  .accord-tag-20 {
    width: 20%;
  }
  .accord-tag-30 {
    width: 30%;
  }
  .accord-tag-40 {
    width: 40%;
  }
 
  .accord-tag-50 {
    width: 50%;
  }
  .accord-tag-60 {
    width: 60%;
  }
  .accord-tag-70 {
    width: 70%;
  }
  .accord-tag-80{
    width: 80%;
  }
  .accord-tag-90 {
    width: 90%;
  }
  .accord-tag-100 {
    width: 100%;
  }
  .accord-tag-powdery {
    width: 80%;
  }

  .accord-tag-aromatic {
    width: 60%;
  }

  .accord-tag-earthy {
    width: 55%;
  }

  .accord-tag-citrus {
    width: 70%;
  }

  /* Modal styles */
  .custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 74%);
    justify-content: center;
    align-items: center;
    z-index: 9;
  }

  .custom-modal .modal-content {
    background: white;
    border-radius: 15px;
    width: 400px;
    text-align: center;
    position: relative;
    z-index: 99;
  }

  .custom-modal .modal-close {
    cursor: pointer;
    color: #e74c3c;
    font-weight: bold;
  }











.product-detail-main{
    float: left;
    width: 100%;
    margin-bottom: 27px;
}




    .product-detail-main .carousel-title {
      float: left;
      text-align: left;
      width: 13%;
    }

    .product-detail-main .carousel-title h2 {
      font-size: 20px;
      font-weight: 500;
      margin: 0;
      padding: 0;
    }

        .product-detail-main  .owl-carousel {
      width: 53%;
      float: left;
    }

         .product-detail-main  .owl-carousel .item {
      text-align: center;
    }

       .product-detail-main   .owl-carousel .item img {
      width: 45px;
      height: 47px;
      margin: 0 auto 10px;
      border: 1px solid #c6a4e1;
      border-radius: 10px;
      padding: 6px;
      object-fit: cover;
    }

.product-detail-loop .owl-nav {
 float: left;
 width:100%;
 position: absolute;
 left: 0;
 top: 0px;
}
 .product-detail-main .item p {
      font-size: 14px;
      font-weight: 400;
      margin: 0;
    }
.product-detail-loop .owl-prev img {
  object-fit: cover;
  float: right;
  /* top: 136px; */
  right: -36px;
  position: relative;
  width: 20px;
  margin-bottom: 9px;
}
.product-detail-loop .owl-next img {
    object-fit: cover;
    right: -37px;
    float: right;
    position: relative;
    top: 0px;
    width: 20px;
}
.product-detail-loop .owl-carousel .owl-stage-outer {
    border-radius: 30px;
    }
.product-detail-loop .owl-nav.disabled {
    /*display: block !important;*/
    top: 5px;
    /* right: -8px; */
}
.product-detail-loop .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 100%;
    float: left;
}
.product-detail-non-loop .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 100%;
    float: left;
}


.product-end {
    margin: auto;
    text-align: left;
}

.product-end h6 {
    font-size: 14px;
    color: #1c4d8c;
    margin-bottom: 10px;
}

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Ensure full width */
    margin-bottom: 15px;
}

.rate-detail h5 {
    font-size: 24px;
    color: #7f1313;
    margin: 0;
    display: flex;
    align-items: baseline;
}

.rate-detail h5 span {
    font-size: 16px;
    color: gray;
    text-decoration: line-through;
    margin-left: 10px;
}
.rate-detail{
    float: left;
    width: 75%;
}
.rate-detail h4 {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

.custom-qty-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-qty-container .btn-light {
    background-color: #e6e6e6;
    border: none;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
}

.custom-qty-container .input-qty {
    width: 39px;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    padding: 0px;
    color: #5c10bd;
    font-weight: 500;
}
.check-out-process{
        background-color: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    width: 200px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: auto;
    border-radius: 12px;
}
.add-to-cart {
    background-color: #ffffff;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    width: 200px;
    padding: 12px 0;
    text-align: center;
    float: left;
    text-transform: uppercase;
    border: 1px solid #000;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px; /* Center the button */
    border-radius: 12px;
}

.add-to-cart:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000;
}

.pd-ban2 {
   float: left;
   width: 100%;
   /* padding: 70px 0px 50px 0px; */
   border-top: 1px solid #e0e0e0;
   background-color: ;
   border-bottom: 1px solid #e0e0e0;
}

.card-1 {
    text-align: left;
    width: 36%;
    padding: 70px  50px 70px 118px;
    /* border-radius: 8px; */
    float: left;
    border-right: 1px solid #e0e0e0;
}

.card-2 {
    float: left;
    text-align: left;
    width: 28%;
    padding: 70px  30px;
    /* border-radius: 8px; */
    border-right: 1px solid #e0e0e0;
}
.card-3 {
    text-align: left;
    width: 36%;
    float: left;
    padding: 70px  107px 70px 50px;
    border-radius: 8px;
}

.icon {
float: left;
width: 100%;
}


.icon img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    /* margin-bottom: 20px; */
    float: left;
}

.icon p {
    font-size: 15px;
    /* float: left; */
    font-weight: 400;
    color: #000000;
}


.pd-ban3{
    float: left;
    width: 100%;
    padding: 40px 0px;
    border-bottom: 1px solid #e0e0e0;
}
.pd-ban3 h1{
    float: left;
    width: 100%;
    color: #231399;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 30px;
    text-decoration: underline;
}
.pd-ban3 img{
    object-fit: contain;
    float: left;
    width: 107px;
    height: 116px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px 10px;
    margin-right: 30px;
    /* margin-bottom: 30px; */
}
.pd-ban3 h2{
    /* float: left; */
    font-weight: 400;
    font-size: 15px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 27px;
}
.extra{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}


.pd-ban4{
    float: left;
    width: 100%;
    padding: 50px 0px;
    border-bottom: 1px solid #e0e0e0;
}



.review-box{
    float: left;
    width: 100%;

}
.review-box h5{
    float: left;
    /* width: 50%; */
    font-size: 21px;
    font-weight: 500;
    color: #7f1431;
    /* padding: 20px 0px; */
    margin-bottom: 0;
    margin-top: 8px;
}
.review-btn {
    float: right;
    /* width: 50%; */
    font-size: 15px;
    color: #fff;
    background-color: #000;
    padding: 16px 35px;
    text-align: center;
    font-weight: 400;
    border-radius: 10px;
    cursor: pointer;
    width: 300px;
    border: 1px solid #000;
}



.review-box1{
    float: left;
    width: 100%;
    padding: 20px 20px 20px 0px;
}
.review-box1 h4{
    float: left;
    width: 100%;
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 17px;
}
.review-box1 p{
     float: left;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    width: 100%;
    line-height: 28px;
}


.review-box1 h6{
      float: left;
      width: 100%;
      font-size: 19px;
      font-weight: 500;
      color:#7f1431;
      margin-top: 5px;
          margin-bottom: 10px;

}
.review-box1 h6 span{
    color: #6d6165;
    font-size: 14px;
    font-weight: 400;
}
.review-box1-img{
    float: left;
    width: 25px;
    margin-right: 7px;
    object-fit: cover;
    position: relative;
    top: -3px;
}
.verified{
    float: left;
    width: 100%;
      margin-top: 16px;
      
}
.review-box1 h3{
   float: left;
   font-size: 14px;
   color: #000;
   font-weight: 500;
   margin-top: 0px;
   /* width: 100%; */
   /* border: 1px solid #f2e9e9; */
   padding: 13px 13px 7px 13px;
   border-radius: 30px;
   margin-bottom: 0px;
   background-color: #e7ecfc;
}











/*checkoutpag*/

.billing-bg {
    float: left;
    width: 100%;
    /* background-color: white; */
}
.billing-bg .panel-default {
    float: left;
    width: 100%;
    background-color: white;
    margin-bottom: 60px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.billing-bg .panel-title {
    margin-bottom: 0px !important;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
 
}
.panel-default>.panel-heading a {
       display: block;
       padding: 15px 0px;
       text-align: center;
       font-size: 16px !important;
       font-weight: 400;
       border-radius: 12px;
       background-color: #000000;
       width: 252px;
       color: #ffffff;
       position: relative;
       top: -24px;
}
.collapse.in {
    display: block !important;
}
.billing-bg .panel-body {
    float: left;
    width: 100%;
    background-color: white;
    border-top: none;
    padding-top: 25px;
}
.saved-bg {
    float: left;
    width: 100%;
    background-color: #a665e22b;
    padding-right: 28px;
    padding-left: 28px;
    padding-top: 24px;
    padding-bottom: 50px;
    border-radius: 35px;
    margin-bottom: 25px;
    position: relative;
}
.saved-bg h2 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #000000;
    font-weight: 500;

}
.saved-bg .container1 {
    position: absolute;
    right: 80px;
}
.saved-bg input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    right: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 35px;
    width: 35px;
    background-color: transparent;
    border: 1px solid rgb(206 206 206 / 44%);
    border-radius: 50px;
    background: white;
}
.saved-bg p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    padding-top: 6px;
    margin-bottom: 5px;
}
.saved-bg .checkmark:after {
    left: 14px;
    top: 9px;
    width: 6px;
    height: 13px;
    border: solid #59a446;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.saved-bg input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.mail-save {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 8px;
}
.mail-save span {
    color: #2762cd;
    font-weight: 500;
    padding-right: 3px;
}
.del-ed {
    float: right;
    width: 100%;
    bottom: 24px;
    /* margin-bottom: 8px; */
    position: absolute;
    right: 16px;
}
.del-img{
   width: 28px;
      float: none;
      object-fit: cover;
}
.edit-a{
    width: 50px;
    float: right;
    text-align: center;
    padding: 14px 0px;
    background-color: #e7ecfc;
    border-radius: 15px;
    margin-right: 10px;
}
.del-a{
    width: 50px;
    float: right;
    text-align: center;
    padding: 14px 0px;
    background-color: #2762cd2b;
    border-radius: 15px;
    cursor: pointer;
}
.edit-img{
      width: 28px;
      float: none;
      object-fit: cover;
}
.new-address {
    width: 252px;
    float: left;
    border-radius: 12px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 25px;
    padding: 15px 20px;
    margin-bottom: 15px;
    border: 1px solid #000;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    cursor: pointer;
}


.card-clp {
    float: left !important;
    width: 100% !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-shipping {
    float: left !important;
    width: 100% !important;
    border: none !important;
    padding: 0px !important;
}
.shipping-form {
    float: left;
    width: 100%;
    border-top: solid 5px #ecfbe8;
    padding-top: 20px;
    margin-top: 10px;
    padding-bottom: 30px;
}
.enter-shipping {
  float: left;
  
    font-weight: 600;
    font-size: 18px;
  
    text-align: center;
    font-size: 19px !important;
    font-weight: 600;
    border-radius: 30px;
  
    color: #212121;
}

.radio-h1{
    margin-right: 41px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    float: left;
}
.radio-p{
    float: left;
}
.space{
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.space [type="radio"]:checked,
.space [type="radio"]:not(:checked) {
    position: absolute;
    display: none;
}
.space [type="radio"]:checked + label,
.space [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 37px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 400;
    top: 0px;
    display: inline-block;
    color: #212121;
    margin-bottom: 0px;
}
.space [type="radio"]:checked + label:before,
.space [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 26px;
    height: 26px;
    border: 1px solid #c0c0c0;
    border-radius: 100%;
    background: #fff;
}
.space [type="radio"]:checked + label:after,
.space [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #7f1431;
    position: absolute;
    top: 2px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.space [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.space [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.shipping-form form {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.titel-address {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding-top: 7px;
}

.field-type {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 12px;
    margin-bottom: 30px;
    font-weight: 400;
}
.flag {
    background-image: url(../img/flag.png);
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-size: 47px;
    padding-left: 50px;
}
.field-type-address {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: solid 1px #cccccc;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 12px;
    margin-bottom: 25px;
    height: 170px;
    padding: 15px;
}


.frm-save {
    cursor: pointer;
    float: left;
    border-radius: 12px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #000;
    padding: 15px 60px;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin-right: 10px;
}
.frm-cancel {
    cursor: pointer;
    float: left;
    border-radius: 12px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background-color: #121611;
    border: none;
    padding: 15px 66px;
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin-right: 10px;
}.checkout-process:hover .checkout{color: #000000;}
.checkout-process{
        background-color: #000;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        width: 200px;
        padding: 12px 0;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #000;
        cursor: pointer;
        transition: background-color 0.3s;
        margin-left: 10px;
        border-radius: 12px;
        margin-top: 17px;
        float: left;
}

/*checkout-part2*/
.apply-discount {
    float: left;
    width: 100%;
       border-radius: 20px;

    padding-bottom: 15px;
    background-color: white;
  
}
.apply-discount h3{
        float: left;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        background: #000000;
        margin-bottom: 0px;
        padding: 14px 0px;
        border-radius: 20px 20px 0px 0px;
        color: #ffffff;
}
.apply-discount form {
  float: left;
    width: 100%;
    padding: 15px 20px;
}
.discount-label{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding-top: 7px;
}
.field-etc{
          height: 60px;
          border-radius: 20px;
          border: solid 1px #363636;
}
.apply-code {
       float: left;
       border-radius: 12px;
       text-align: center;
       background-color: #212121;
       color: #ffffff;
       font-weight: 500;
       font-size: 16px;
       margin-top: 0px;
       padding: 12px 36px;
       margin-bottom: 15px;
       border: none;
       /* padding-left: 25px; */
       /* padding-right: 25px; */
       cursor: pointer;
}
.view-coupons {
    float: left;
    width: 100%;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    padding-top: 18px;    padding-left: 10px;
    /* letter-spacing: 1px; */
    text-decoration: underline;
    /* margin-top: 0px; */
}
.coupon-img{
    float: left;
    width: 40px;
    margin-right: 15px;
    object-fit: cover;
    position: relative;
    top: -6px;
}
.view-coupons:hover{
    color: #ff0000;
    text-decoration: underline;
}
.note-coupon{
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.note-coupon h4 {
    margin: 0;
    float: left;
    padding: 4px 20px;
    background-color: #966609;
    font-size: 17px;
    font-weight: 400;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 10px;
    margin: 0;
    float: left;
    padding: 6px 18px;
    background-color: #966609;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}
.note-coupon h5 {
    /* position: relative; */
    width: 100%;
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    top: 3px;
}
.note-coupon h5 img {
    width: 20px;
    object-fit: cover;
    float: left;
    margin-right: 9px;
    position: relative;
    top: -2px;
}
.apply-summary {
    float: left;
    width: 100%;
    /* padding-top: 22px; */
    padding-bottom: 25px;
    background-color: white;
    margin-top: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.apply-summary h3{
        float: left;
    text-align: center;
    width: 100%;
    background-color: #212121;
    color: white;
    font-size: 18px;
    padding: 14px 0px;
    /* font-weight: 500; */
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 0px;
}
.order-1{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.order-1 h4{
    width: 60%;
    float: left;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
}
.order-1 h2{
    width: 40%;
    float: left;
    color: #0523a4;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
}
.order-1 h4 span{
    color: #7f1431;
}
.order-1 h4 strong{
    font-weight: 400 !important;
}
.os-list {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 6px;
}
.sub-50 {
      float: left;
      width: 50%;
      color: #212121;
      font-size: 20px;
      font-weight: 500;
}
.os-gr {
    float: left;
    width: 100%;
    color: #0523a4;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}
.you-pay {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    /* border-bottom: solid 1px #eeeeee; */
}
.you-pay p{
       color: #ff0000;
        font-size: 22px;
        font-weight: 500;
        float: left;
        text-align: center;
        width: 100%;
}
.os-sub {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.payment-btn{
    float: left;
    width: 100%;
    background-color: #000000;
    border-radius: 12px;
    padding: 15px 0px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #7f1431;
    cursor: pointer;
}
.payment-btn:hover{
        /* background-color: #7f1431; */
        /* color: #ffffff; */
}
.coupon-apply {
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px rgb(0 0 0 / 26%);
    padding-top: 20px;
    padding-bottom: 20px;
}
.coupon-apply h2 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: black;
}
.coupon-apply p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
}
.apply-btn {
    float: left;
    cursor: pointer;
    border-radius: 12px;
    background-color: #322e2e;
    text-align: center;
    color: white;
    font-size: 14px;
    width: 100px;
    height: 39px;
    border: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.clp-card {
    float: left;
    width: 100%;
    padding: 0px !important;
}
.coupon-apply img {
    float: right;
    width: 25px;
    margin-top: 10px;
}







/*sucesspage*/
.success-box{
    float: left;
    width: 100%;
    padding: 100px 0px;
}
.success-box img{
    float: none;
    margin:auto;
    display:block;
    width: 185px;
}

.success-box h1{
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}
.success-box h1 span{
    color: #2156be;
}
.success-box h2{
    text-align: center;
    width: 100%;
    font-size: 27px;
    font-weight: 400;
    color: #000;
    margin-top: 25px;
}
.success-box h3{
     text-align: center;
     width: 100%;
     font-size: 22px;
     font-weight: 400;
     color: #2156be;
     margin-top: 25px;
}
.success-box a h5{
    width: 300px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 40px;
    font-size: 16px;
    background-color: #000000;
    border-radius: 12px;
    padding: 16px 0px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid  #7f1431;
}
.success-box h5:hover{
    background-color: white;
 color:#7f1431 ;

}


/*whishlist*/

.wish-products{
    float: left;
    width: 100%;
    padding: 50px 0px;
}

    .wish-remove{
        float: right;
        border: none;
        background-color: white;
        cursor: pointer;
    }
    .wish-remove img{
       width: 36px;
    object-fit: cover;
    margin-top: -2px;
    }


/*    brands*/

.banner3-brands{
    float: left;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}



.banner3-brands img{
   max-width: 100%;
        float: none;
   
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    object-fit: contain;
}

.br-1{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 200px;
      width: 100%;
}
.m-x {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #fafafa;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*aboutus*/
.aboutus{
    float: left;
    width: 100%;
    padding: 50px 50px;
}
.aboutus h3{
        line-height: 40px;
        font-size: 40px;
        color: #000;
        font-weight: 500;
        margin-bottom: 30px;
        text-align: left;
        font-weight: 500;
}
.aboutus h3 span{
    /* color: #fffbff; */
}
.aboutus p{
        font-size: 16px;
        font-weight: 400;
        line-height: 31px;
        color: #000;
}
.ab-img {
    margin-bottom: 20px;
    float: right;
    object-fit: cover;
    width: 100%;
    margin-left: 30px;
    margin-top: 80px;
    /* margin-right: 50px; */
    max-width: 353px;
}
.vision-box{

width: 100%;
float: left;

margin-bottom: 30px;
margin-top: 30px;
}
.vision-box h2{

color: #2762cd;

font-size: 30px;

font-weight: 600;
}
.vision-box p{
    
font-size: 16px;
    
font-weight: 400;
    
line-height: 32px;
    
color: #000;
    }
.abt-3{

width: 100%;

float: left;

padding: 38px 50px;

background-color: #e7ecfc;
}
.abt-3 h6{float: left;width: 100%;font-size: 22px;color: #212121;font-weight: 500;}
.abt-3 h2{

font-size: 43px;

color: #000000;

font-weight: 400;

float: left;

margin-bottom: 25px;

width: 100%;
}
.abt-3 h2 span{

/* font-weight: 600; */

float: left;

width: 100%;
}
.abt3-box{

width: 100%;
float: left;
text-align: center;
margin-top: 30px;
}
.abt3-box h5{
width: 100%;
font-size: 25px;
color: #000;
font-weight: 500;
margin-top: 20px;
}
.abt3-box p{
    width: 100%;
font-size: 15px;
color: #000;
font-weight: 400;
line-height: 28px;
}

.abt-3 img{
  width: 70px;
    object-fit: cover;
    float: none;
    display: block;
    margin: auto;
}
.product-detail-non-loop .owl-nav {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.product-detail-non-loop .owl-prev img {
    object-fit: cover;
    float: right;
    /* top: 136px; */
    right: -36px;
    position: relative;
    width: 20px;
    margin-bottom: 9px;
}.product-detail-non-loop .owl-next img {
    object-fit: cover;
    right: -37px;
    float: right;
    position: relative;
    top: 0px;
    width: 20px;
}
@media(max-width:575px){
    .trend-fav {
    width: 28px;
    position: absolute;
    right: 7px;
    cursor: pointer;
    top: 5px;}
    .action-btn {
    display: block;}
    .add-cart{
        width:100%;
    }.buy-now{
            width:100%;margin-top:10px;
    }.trending-box2 h3 {
    font-size: 13px;
    color: #494040;
    font-weight: 500;
    float: left;
    width: 100%;
    padding-top: 0;
    text-align: center;
    margin-bottom: 14px;
    font-family: 'Filson Pro' !important;
}
       .buy-w .buy-now {
        background-color: #000 !important;
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 500 !important;
               width: 48% !important;
        margin-left: 2% !important;
    }
    .perfume-image {
    width: 100% !important;
    float: none;
    margin: auto;
    object-fit: cover;
    height: auto;
    border-radius: 162px;
    transition: box-shadow 0.3s ease;
}
    #signupButton{
        width:100%;
    }
    .user_full .col-lg-4{
            padding: 0;
    }.w-100 {
    width: auto !important;
}
    .user_full .col-lg-6{
            padding: 10px 0 0;
    }
    .width-ul {
    float: left;
    width: 100%;
}.footer-column ul li {
    width: 50%;        font-size: 13px;

    float: left;}
    .aboutus {
   
    padding: 30px 0px;
}
.aboutus h3 {
    font-size: 37px;
   
    margin-bottom: 12px;
    }
.vision-box {
    width: 100%;
    float: left;
    margin-bottom: 0px;

}
.abt-3 {
 
    padding: 30px 0px;
    }

.abt-3 h6 {
  
    font-size: 21px;

}

.abt-3 h2 {
    font-size: 26px;
}
.abt3-box {
   
    margin-top: 15px;
    }
.abt-3 h2 span {
 
    width: unset;
}

}




@media(min-width:575px) and (max-width:767px)
{
    .aboutus {
   
    padding: 30px 0px;
}
.aboutus h3 {
    font-size: 37px;
   
    margin-bottom: 12px;
    }
.vision-box {
    width: 100%;
    float: left;
    margin-bottom: 0px;

}
.abt-3 {
 
    padding: 30px 0px;
    }

.abt3-box {
   
    margin-top: 15px;
    }
.abt-3 h2 span {
 
  
}
.aboutus {
    float: left;
    width: 100%;
    padding: 50px 30px;
}
.abt-3 {
    float: left;
    width: 100%;
    padding: 30px 30px;
}
}




/*contactus*/

.contact-full{

width: 100%;
float: left;
padding: 40px 0;
}
.quick_enq {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.location_bg {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.contact_icons {
    color: #1b1a1a;
    padding-right: 6px;
}
.location_bg h4 {
    width: 50%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    margin: 0px 0px 5px;
    padding: 0;
    text-align: left;
    color: #2762cd;
    text-transform: uppercase;
}

.contact2{
   
    float: left;
    width: 100%;
        height: auto;

}
.contact2 h1 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
   
}
.contactform{
    margin-top: 35px;
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #001e42;
    font-weight: 500;
}
.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #000000;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 43px;
    margin-bottom: 15px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 8px 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.info-tag {
       float: left;
   font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-top: 15px;
}
.contact-snd2 {
       padding: 15px 0px;
       margin-top: 15px;
       cursor: pointer;
       border: 1px solid transparent;
       background-color: #000000;
       text-decoration: none;
       float: left;
       width: 240px;
       /* height: 56px; */
       text-align: left;
       font-size: 16px;
       font-weight: 400;
       align-items: center;
       justify-content: center;
       display: flex;
       border-radius: 12px;
       color: #fff;
       transition: all ease-in-out .5s;
       -webkit-transition: all ease-in-out .5s;
       -moz-transition: all ease-in-out .5s;
    }

.contact-snd2:hover{
    background-color: transparent;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.contact-full p{

    text-align: justify;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
}


@media(max-width:767px)
{
    .contact-full p {
    text-align: right;
}
.contactform {
    margin-top: 15px;
    }
}
@media(min-width:767px) and (max-width:991px)
{
    .location_bg h4 {
    width: 56%;
    float: left;
    position: relative;
    font-size: 13px;
}
}










/*modal-review*/
.attach-label {
    font-size: 18px;
    font-weight: 600;
}
.attach-label span {
    /* color: #7f1431; */
}
.attach-close {
    padding: 0px !important;
    /* background-color: black !important; */
    border-top-left-radius: 20px;
    height: 59px;
    width: 40px;
    right: 19px;
    color: #000;
}
.rv-name-md {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
}
.rv-desc {
    float: left;
    width: 100%;
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 20px;
}
.rv-frm {
    float: left;
    width: 100%;
}
.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}
.tt-b2b {
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: 500;
    padding-bottom: 16px;
    text-align: left;
}
.log_form .log_set input[type="text"], .log_form .log_set input[type="password"], .log_form .log_set input[type="mail"], .log_form .log_set input[type="email"], .log_form .log_set input[type="tel"], .log_form .log_form .log_set select, .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.rv-frm-str {
    float: left;
    width: 50%;
}
.str-none {
    padding-bottom: 5px !important;
}
.rating-one {
    float: left;
}
.submit-star {
    float: right;
    border-radius: 12px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    background-color: #000000;
    border: none;
    padding: 11px;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin-right: 0px;
}

.modal{
    z-index: 1050 !important;
}
.modal-backdrop{
    z-index: 1040 !important;
}


.review-btn:hover{
    background-color: #fff;
    color: #000;
}
.frm-save:hover{
    background-color: #000;
    color: #fff;
}.frm-cancel:hover{
    background-color: #fff;
    color: #000;
}
.frm-cancel{
    border:1px solid #000;
}




.attach-close :hover{
    color: #000;
}

.error_msg{
    font-size: 13px;
    color: red;
}
.contact-sec .spinner-border{
    text-align: center;
float: none;
margin: auto;
position: absolute;
left: 45%;
top: 390px;
z-index: 99;
}

@media(max-width:767px)
{
    .modal-etc {
    width: 90% !important;
    border-radius: 15px;
     max-width: unset !important; 
}
}


.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:1.5em;
    justify-content:space-around;
    padding:0 .2em;
    text-align:center;
    width:5em;
    padding-left: 0px;
  }
  
  .star-rating input {
    display:none;
  }
  
  .star-rating label {
    color:#ccc;
    cursor:pointer;
  }
  
  .star-rating :checked ~ label {
    color:#f90;
  }
  
  .star-rating label:hover,
  .star-rating label:hover ~ label {
    color:#fc0;
  }
  .myModal{
      
  }
  .myModal .modal-dialog{
      
background: #e7ecfc;
  }  .myModal .modal-content{
      
background: #e7ecfc;
      
}
          .myModal .modal-header{
      
background-color: #e7ecfc;
  }  .myModal h5{
      
font-size: 28px;
      
color: #000;
      
font-weight: 600;
  }
    .myModal  p{
        
font-size: 17px;
        
color: #000;
        
font-weight: 400;
    }
    .modal-dlt
    {
        
background: #000;
        
color: #fff;
        
border: 1px solid #000;
        
padding: 10px 30px;
        
border-radius: 10px;
        
font-size: 14px;
        
font-weight: 400;
        
margin-right: 10px;
        
cursor: pointer;
    }
    .modal-cancel{
        
background: transparent;
        
color: #000000;
        
border: 1px solid #000;
        
padding: 10px 30px;
        
border-radius: 10px;
        
font-size: 14px;
        
font-weight: 400;
        
margin-right: 10px;
        
cursor: pointer;
    } .modal-dlt:hover
    {
        
background: transparent;
        
color: #000;
    }
    .modal-cancel:hover{
        
background: #000;
        
color: #fff;
    }
    .listing-sec{
            width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    }
    .no-product{
        text-align: center;
    width: 100%;
    }
    .empty-carts img{
         width: 300px;
    }
        .no-product  h2{
            font-size: 30px;
            color: #000;
            font-weight: 600;
        }
            .no-product  p{
                font-size: 15px;
                color: #000;
                font-weight: 400;
            }
.shop-continue{
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 15px 50px;
    display: table;
    margin: 0 auto 60px;
    border-radius: 10px;
    font-weight: 600;
}   
.shop-continue:hover{
    background: transparent;
    color: #000;
}
.phone {
    padding-left: 50px !important;
}




@media(min-width:992px) and (max-width:1199px){
.ui-autocomplete{margin-top: 132px !important;}
}

@media(min-width:859px) and (max-width:991px){
.ui-autocomplete{margin-top: 132px !important; 
left:36% !important; width:530px !important; background: #fff !important;}
}

@media(min-width:693px) and (max-width:858px){
.ui-autocomplete{margin-top: 132px !important; left:36% !important; 
width:425px !important; background: #fff !important;}
}

@media(min-width:576px) and (max-width:692px){
.ui-autocomplete{margin-top: 153px !important; left:36% !important; 
width:330px !important; background: #fff !important;}
}

@media(min-width:500px) and (max-width:575px){
.ui-autocomplete{margin-top: 245px !important; left:3% !important; 
width:290px !important; background: #fff !important;}
}

@media(min-width:375px) and (max-width:499px){
.ui-autocomplete{margin-top: 206px !important; left:3% !important; 
width:355px !important; background: #fff !important;}
}

@media(min-width:300px) and (max-width:374px){
.ui-autocomplete{margin-top: 206px !important; left:3% !important; 
width:280px !important; background: #fff !important;}
}

@media(min-width:230px) and (max-width:299px){
.ui-autocomplete{margin-top: 206px !important; left:3% !important; 
width:220px !important; background: #fff !important;}
}




.apply-summary h5 {
    float: left;
    text-align: center;
    width: 100%;
    background-color: #212121;
    color: white;
    font-size: 18px;
    padding: 14px 0px;
    /* font-weight: 500; */
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 0px;
}

.delivery-options{
   float: left;
   width:100%;
   padding: 15px;
   padding-bottom:0px;
}

.delivery-options label{
    float:left;
    width:100%;
}

#out_stock{
   float:left;
    /* width:100%; */
}

.ui-autocomplete{
     float: left;
     width: 100%;
     /* display: none; */
     width: 460px;
     position: absolute;
     float: right;
     padding-left: 0px;
     background: white;
     top: 39%;
     border: 25px;
     padding:0px;
     margin-top: 0;
     z-index: 111;
     left: 18%;
     border-radius: 16px;
     height: 200px;
     overflow: hidden;
     overflow-y: scroll;
     /* border-top-right-radius: 0px; */
     /* border-top-left-radius: 0px; */
}

.ui-autocomplete-row{
    float: left;
    width: 100%;
    font-size:14px;
    padding:15px;
    color:black;
    list-style-type: none;
    text-decoration:none !important;
    border-bottom: solid 1px rgb(0 0 0 / 5%);
    padding-bottom: 8px;
    padding-top: 8px;
}

.ui-autocomplete-row a{
    text-decoration:none !important;
}

.ui-autocomplete-row img{
    width:40px !important;
    height:40px !important;
    margin-right: 7px;
}

.ui-autocomplete-row .rate {
    display:none;
}

.ui-autocomplete-row span{
    color:black;
    text-decoration:none !important;
}

.select-container {
    /* position: relative; */
    /* margin: 0 auto; */
    /* width: 400px; */
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); */
    color: white !important;
}

.ui-helper-hidden-accessible{
    display:none;
}
#delete_confirm .modal-content{
    margin-top: 50px;
}
#delete_confirm .modal-header{
    background-color: transparent;
    padding-bottom: 0;
    padding-left: 10px;
}
#delete_confirm .modal-body{
    padding-bottom: 30px !important;
}
#delete_confirm .modal-header h5{
    
}
.del-btn{
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 10px;
    margin-right: 10px;
}
.cancel-btn{
    background: #ffffff;
    border: 1px solid #000;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 10px;
}.del-btn:hover{
    background: transparent;
    color: #000;
}
.cancel-btn:hover{
    background: #000;
    color: #fff;
}.bt-checkout button:hover{
    background: #000;
    color: #fff;
}#cart-container .bt-checkout .checkout:hover{
    color:#fff;
}
#cart-container .bt-checkout .checkout{
    width: 94%;
    color: #000;
}
.bt-checkout{
    margin-top: 20px;
    float: left;
    width: 100%;
}
.bt-checkout button{
    background: transparent;
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    font-weight: 500;
    width: 200px;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 10px;
}.weight-panel {
    float: left;
    width: 60%;
    /* margin-top: 30px; */
}.weight-panel span {
    float: left;
    color: #19191b;
    font-weight: 600;
    font-size: 16px;
    margin-right: 17px;
    padding-top: 10px;
}.selecotr-item {
    position: relative;
    flex-basis: calc(70% / 3);
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    /* padding: 10px; */
    text-align: center;
    border-radius: 18px;
    margin-right: 10px;
    float: left;
    width: 58px;
    height: 42px;
    margin-bottom: 10px;
    /* padding-top: 1px; */
}.selector-item_radio {
    appearance: none;
    display: none;
}.selector-item_radio:checked + .selector-item_label {
    background-color: #000000;
    color: var(--white);
    /* box-shadow: 0 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5); */
    /* transform: translateY(-2px); */
    padding: 12px 2px 12px;
    margin: 0;
    color: #fff;
    border-radius: 10px;
    /* padding-top: 14px; */
}
.selector-item_label {
    position: relative;
    padding-top: 9px;
    cursor: pointer;
    /* height: 100%; */
    /* padding-bottom: 5px; */
    width: 100%;
    text-align: center;
    /* border-radius: 9999px; */
    line-height: 400%;
    padding-left: 0 !important;
    font-weight: 500;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    font-size: 12px;
    line-height: 16px;
    text-align: center !important;
    padding-right: 0px !important;
    padding-top: 12px;
}
@media(max-width:1200px){
    .hd-frm {
    width: 98%;
    }
}.search-icon {
    font-size: 13px;}
    .buy-w{
            width: 100%;
    float: left;
    }
    #apply_coupon_box{
            padding: 10px;
    }
    .user_detail_area {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;padding: 0px 15px;
    }.user_detail_area h2 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px !important;
    padding: 10px 0 0px !important;
    /* border-bottom: solid 1px rgba(0, 0, 0, 0.10); */
    /* text-transform: uppercase; */
    padding-bottom: 9px;
}.user_detail_box {
    position: relative;
    margin-top: 14px;
    /* z-index: 99999; */
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    -moz-border-radius: 2px;
    /* -webkit-border-radius: 2px; */
}.user_full {
    width: 100%;
    float: left;
}.new1 {
    /* padding: 50px; */
    margin-top: -20px;
}.form-group {
    display: block;
    margin-bottom: 15px;
}
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    margin-top: 20px;
}.new1 img{
    width:100px;
}
.form-group label {
    position: relative;
    cursor: pointer;
    /* margin-top: 30px; */
} .log_set select, .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0,0,0,0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    }
.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    /* padding: 10px; */
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    top: 0;
    border-radius: 5px;
    left: 0;
}
.checkbox-div img{
        width: 100px;
    height: 100px;
    object-fit: contain;
}
.log_set .option {
    width: 100%;
    float: left;
    /* padding: 0 18px; */
    font-size: 13px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px;
    position: relative;
}
.log_set .option > input {
    position:absolute;
    height:100%;
    width:100%;
    opacity:0;
    left:0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.log_set .checkbox {
    position:relative;
    margin-right:5px;
    background:#fff;
    display:inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom:0;
    margin-top:0;
    height:16px;
    width:16px;
    top:4px;
}
.log_set .checkbox:before {
    content:'';
    display:none;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
    padding:0;
    margin:0
}
.log_set input:checked + .checkbox:before {
    display:block
}
.log_set .checkbox:before{
    position:absolute;
    top:3px;
    left:2px;
    width:6px;
    height:3px;
    border: solid #000000;
    border-width:0 0 2px 2px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.log_set input:checked + .checkbox {
    border: 2px solid #000000;
}
.log_set input:hover + .checkbox {
    border-color: #131413;
}
.log_set input:focus + .checkbox {
    border-color: #17b107;
}
.log_set input:focus + .checkbox:before{
    border-color:#ee3425;
}
.user_full .quantity {
    margin-bottom: 10px;
    background: #ffffff;
    margin-top: 32px;
    height: 50px;
    float: left;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-full{
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 35px 0;
    }
.user_full .quantity {
    /* padding-top: 12px; */
    /* margin-left: 25px; */
    margin-bottom: 10px;
    /* background: #141315; */
    /* text-align: center; */
    /* margin-top: 32px !important; */
    height: 50px;
    width: 100%;
    float: left;
    /* margin-top: 10px; */
    /* padding-top: 7px; */
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-bottom: 7px; */
    text-align: center;
}
.user_full .quantity button {
    /* background: #1c7f95; */
    border: 1px solid #000000;
    padding: 2px 9px;
    color: #000000;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    top: -1px;
    border-radius: 5px;
}
.user_full .quantity input {
    -webkit-appearance: none;
    border: 1
px
 solid #ccc;
    text-align: center;
    width: 32
px;
    font-size: 18px;
font-family: 'Poppins', sans-serif;    color: #000000;
    font-weight: 300;
    /* background: rgb(31 29 29 / 12%); */
    font-weight: normal;
    width: 75px;
    height: 44px;
    opacity: 3 !important;
    cursor: text !important;
    position: relative;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* color: #321950; */
}
.user_full .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    background: transparent;
    font-weight: normal;
    width: 40px;
    height: 38px;
    /* border: 1px solid #ccc; */
    /* border-radius: 50%; */
    opacity: 3 !important;
    cursor: text !important;
    /* margin-top: -34px; */
    position: relative;
    /* top: -11px; */
    /* border-radius: 0px !important; */
    /* border: solid 1px #f4f4f4; */
}
.user_full .qty-minus-btn {
    /* background-color: black !important; */
}
.user_full .qty-plus-btn {
    /* background-color: black !important; */
}
.user_detail_box h3 {
    padding-left: 0px !important;
    color: #000000;
    font-size: 18px;
    border-radius: 5px;
    font-weight: normal;
    /* background: #f5fef4; */
    padding: 19px;
}
.buy-w .bt-checkout{
    width:auto;
}
.updatebtm{
        float: none;
    display: block;
    margin: 20px auto;
    background: #000;
    border: 1px solid #000;
    font-size: 16px;
    color: #fff;
    padding: 12px 60px;
    border-radius: 10px;
    cursor: pointer;
}
.updatebtm:hover{
    background:transparent;
    color:#000;
}.tel-b2b{
    width: 100%;
    /* text-align: center; */
    float: left;
    padding: 10px 5%;
}
.tel-b2b .support{
    font-size: 15px;
    color: #fff;
    text-align: right;
    text-decoration: none;
    float: right;
    padding-top: 10px;
}.tel-b2b .mail {
    font-size: 15px;
    color: #fff;
    text-align: right;
    float: right;
    padding-top: 14px;
    text-decoration: none;
    }
.tel-b2b .support {
    font-size: 15px;
    color: #fff;
    text-align: right;
    text-decoration: none;
    float: right;
    padding-top: 14px;
    margin-left: 2%;
}
.tel-b2b .support img{
    display: none;
}.tel-b2b .mail img {
display: none;
}.logo-b2b img {
    filter: invert(1);
    width: 103px;
    margin-top: 0;
}.b2b-bg {
    width: 100%;
    float: left;
    text-align: center;
}.b2b-bg {
    width: 100%;
    float: left;
    text-align: center;
    padding: 60px 0;
}.submit_frm {
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    cursor: pointer;
    background: #000000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none !important;
}.submit_frm:hover {
    background: transparent;
    color: #000;
}.cr-at {
    float: left;
    font-size: 17px;
    color: #000000;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
}#panel-one {
    width: 100%;
    float: left;
    background: #040404;
}
.cat-new li{    list-style: none;}

.loader {
        width: 48px;
        display: inline-block;
        height: 48px;
        border-radius: 50%;
        position: relative;
        animation: rotate 1s linear infinite
      }
      .loader::before , .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 6px solid #000000;
        animation: prixClipFix 2s linear infinite;
      }
      .loader::after{
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: #8b8b8b45;
      }

      @keyframes rotate {
        0%   {transform: rotate(0deg)}
        100%   {transform: rotate(360deg)}
      }

      @keyframes prixClipFix {
          0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
          50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
          75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      }
      .cat-new{
              padding: 0;
      }
      .b2-slide-track{
    -webkit-animation: scroll2 24s linear infinite;
    animation: scroll2 44s linear infinite;
    display: flex;
    width: calc(100%* 20);
}
.b2-slide{
    padding-right: 100px;
}
.b2-slider .b2-slide h2 {
    font-weight: normal;
    font-family: 'Afterglow';
    font-size:37px;
    color: #ffffff;
    width: 100%;
    padding-left: 37px;
    margin-bottom: 0px;
}

@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-652px * 10));
  }
}
.search-label h5{
        font-weight: 400;
        font-size: 13px;
        color: #000;
        margin: 0px;
        float: left;
        width: 100%;
        padding-top: 7px;
}
.buy-w .buy-now{
  
    background-color: #000;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    width: 200px;
    padding: 12px 0;
    text-align: center;
    float: left;    height: auto;
    margin-left: 10px;
    text-transform: uppercase;
    border: 1px solid #000;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px;
    border-radius: 12px;
}
.buy-w .buy-now:hover{
    background-color:#fff !important;
    color:#000 !important;
}.social_chat_block {
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 2%;
    background: #ffffff;
    border: solid 1px #58585c24;
    z-index: 9;
    text-align: left;
    text-decoration: none;
    font-size: 17px;
    border-radius: 30px;
    padding-left: 25px;
    /* transform: skewX(-15deg); */
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* border-radius: 50px; */
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}.social_chat_block span {
    font-size: 18px;
    position: relative;
    top: 3px;
    /* transform: skewX(15deg); */
    font-weight: 600;
    color: #000000;
}.ftr-hand {
    width: 28px;
    /* transform: skewX(15deg); */
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}.social_chat_block strong img {
    width: 28px;
    float: right;
    /* transform: skewX(15deg); */
    border-radius: 100%;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}
.b2b-ct{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.b2b-ct p{
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.b2b-ct a{
    color: #2313b3;
    font-weight: 700;
    text-decoration: underline;
}
.b2b-ct a:hover{
    color: #7f1313;
}
.log_set2{
    width: 100%;
    float: left;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.log_set2 label{
    width: 100%;
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: 500;
    padding-bottom: 0;
    text-align: left;
    float: left;
}
.log_set2 input{
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.submit-bt{
    /* float: right; */
    border-radius: 10px;
    text-align: center;
    color: white;
    width: 94%;
    display: table;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    background-color: #000000;
    border: none;
    padding: 16px;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin: 10px auto 20px;
}.submit-bt:hover{
    
}
.req-perfume{
    width: 100%;
    float: left;
    padding: 70px 0;
}
.req-perfume h1{
    line-height: 40px;
    font-size: 40px;
    color: #000;
    font-weight: 500;
    text-align: left;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.req-perfume form{
    max-width: 900px;
    display: block;
    margin: auto;
    background: #f5f5f596;
    padding: 40px;
    border-radius: 20px;
}
.req-field{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.req-field label{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #001e42;
    font-weight: 500;
}
.req-field input{
    border-bottom: 1px solid #b0aaaa;
    color: #000000;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 15px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 12px 10px;
    margin-top: 0;
    border-radius: 10px;
}
.req-perfume button{
    padding: 12px 0px;
    margin-top: 28px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #000000;
    text-decoration: none;
    float: left;
    width: 100%;
    height: 50px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 12px;
    color: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.req-perfume button:hover{
    background-color: transparent;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}