html{

    overflow-x: hidden;
}
body{
margin: 0px;
  font-family: "Outfit", sans-serif !important;
overflow-x:hidden ;
}

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

a:hover{
text-decoration: none;

}
/* Header */
:hover{
        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;
}


.search-bar:hover .search-btn {
   background: #de383c;
   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;
}
.wishlist:hover{
    color: #de383c;
}
.cart:hover{
    color: #de383c;
}
.header {padding: 15px 1%;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #f0f0f0;float: left;width: 100%;}
.flex-head{

    display: flex;
    align-items: center;
    justify-content: center;
}
.part1{
    float: left;
    width: 23%;
}
/* Logo */
.logo img {
  width: 142px;
}

/* Search Section */
.part2 {
 float: left;
 width: 43%;
 padding-left: 4px;
 display: flex;
 align-items: center;
}

/* Search Bar */
.search-bar {
 background: #f8f8f8;
 border: 1px solid #efefef;
 height: 50px;
 max-width: 511px;
 float: left;
 width: 100%;
 display: flex;
 align-items: center;
}

/* Left Circle Icon */
.search-bar .circle-icon {
  width: 40px;
  height: 40px;
  /* background: #fff; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.search-bar .circle-icon img {
  width: 24px;
  height: auto;
}

/* Input */
.search-bar input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 12px;
  font-size: 15px;
  background: transparent;
  color: #333;
  float: left;
}

/* Search Button (Right Icon) */
.search-bar .search-btn {
  width: 52px;
  height: 100%;
  border: none;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  float: right;
}

.search-bar .search-btn img {
  width: 22px;
  height: auto;
}

/* Right Icons */
.part3{
    float: left;
    width: 34%;
    /* padding-left: 7px; */
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 29px;
  float: right;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
}

.header-right img {
  width: 20px;
  height: 20px;
}
.wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #000;
}
.wishlist span{
}
.cart span{padding-top: 4px;}

.account-btn {
  background: #000000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  border: none;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  width: revert-layer;
  height: 44px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s ease;
}


/* Shine effect */
.account-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgb(222 56 60);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.account-btn:hover::after {
  left: 130%;
}

/* Add to Cart */

.account-btn:hover {
  background: #de383c;
}




.header_area {
    /* padding-top: 16px; */
    float: left;
    width: 100%;
}


.slide{
    width: 100%;
    float: left;
    position: relative;
}
.slide img{width: 100%;float: left;height: 483px;}

.slide-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
.slide-carousel .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: 10px;
    gap: 6px;
}

.slide-carousel .owl-dots button span {
    background: #fff;
    width: 17px;
    height: 3px;
    border-radius: 10px;
    position: relative;
    z-index: 999;
    display: inline-block; /* ensures dots stay inline */
}

.slide-carousel .owl-dot.active span {
    background: #de383c;
    width: 32px;
}
.section1 h5{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
        float: left;
    width: 100%;
    text-transform: uppercase;
}.p2-carousel .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: -37px;
    text-align: center;
}

.p2-carousel .owl-dots button{
    margin-right: 5px;
}

.p2-carousel .owl-dots button span {
    background: #868686a1;
    width: 21px;
    height: 3px;
    border-radius: 10px;
    position: relative;
    z-index: 999;
    display: inline-block; /* ensures dots stay inline */
}

.p2-carousel .owl-dot.active span {
    background: #000000;
    width: 32px;
}
.section1{
    padding: 48px 1% 0;
    width: 100%;
    float: left;
}.section1 h2 span{
    font-weight: 600;
}
.section1 h2{
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.brand-product {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden; /* keeps image inside */
    transition: background-color 0.5s ease;
}

.brand-product img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    padding-top: 25px;
    will-change: transform;
    transition: transform 0.5s ease, filter 0.5s ease;
    float: left;
}

/* Hover effect only on image */
.brand-product:hover img {
    transform: scale(1.1);      /* zooms image only */
    filter: brightness(1.1);    /* optional highlight */
}

/* Optional background color change */
.brand-product:hover {
}


.banner-3{
    float: left;
    width: 100%;
    padding: 57px 1% 0;
}.banner-3 h2 span{
        font-weight: 600;

}
.banner-3 h2
{
    float: left;
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: 36px;
}

.panel2{width: 100%;padding-top: 28px;padding-bottom: 30px;float: left;}

.trending-box:hover .t-img{filter: opacity(0.9);}


.trending-box{
    width: 100%;
    float: left;
    min-height: 440px;
    background: white;
    /* display: flex; */
    flex-direction: column;
    gap: 13px;
    border-radius: 10px;
    border: 1px solid #b7b7b761;
    padding: 8px;
    margin-bottom: 20px;
}

.trending-box h5
{
     display: -webkit-box;        /* needed for WebKit browsers */
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;       /* number of lines to show */
     overflow: hidden;             /* hide the rest */
     text-overflow: ellipsis;
     color: #000;
     font-size: 18px;
     font-weight: 500;
     float: left;
     width: 100%;
     line-height: 141%;
     margin: 0;
     padding: 15px 0 0;
}
.trending-box h6{
    padding-top: 10px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    float: left;
    width: auto;
    margin: 0;
    padding-bottom: 10px;
}
.trending-box h6 span{
    font-size: 14px;
    color: #B7B7B7;
    text-decoration: line-through;
    padding-left: 10px;
    font-weight: 500;
}
.trending-box h3{
    font-size: 13px;
    color: #79797b;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 0;
}

.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;
}
.t-img
{
    /* background-color: #c4a78a; */
    border: transparent;
    height: 285px;
    object-fit: cover;
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms;
}
.fav-button{
    border: none;
    position: absolute;
    background: none;
    right: 7px;
    top: 13px;
       cursor: pointer;
}
.trend-fav{
    width: 20px !important;
 
 
  
}
/*.red-bac{*/
/*      background: #e21f1f !important;  */
/*}*/



.new-arrival{
      float: left;
      z-index: 9;
      background: #DF383B;
      padding: 4px 11px;
      font-size: 9px;
      color: #fff;
      font-weight: 400;
      bottom: 0px;
      border-radius: 8px 8px 0px 0px;
      position: absolute;
      left: 8px;
}
.ofs{
      float: left;
      z-index: 9;
      background: #ff0000;
      padding: 4px 11px;
      font-size: 9px;
      color: #fff;
      font-weight: 400;
      bottom: 0px;
      border-radius: 8px 8px 0px 0px;
      position: absolute;
      left: 8px;
}

.offer{
      float: left;
      z-index: 9;
      background: #00a14b;
      padding: 11px 0px;
      font-size: 11px;
      color: #fff;
      font-weight: 400;
      top: 1px;
      line-height: 13px;
      border-radius: 0px 0px 7px 7px;
      position: absolute;
      left: 21px;
      text-align: center;
     
}
.offer span{
    float: left;
    width: 100%;
    text-align: center;
}


@media (min-width: 1200px) {
    .container {
        /* max-width: 1324px !important; */
    }
}

.butn-group {
  display: flex;
  gap: 8px;
  width: 100%; 
}

/* Default button */
.butn {
  padding: 11px 8px;
  border-radius: 8px;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;    border: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 145px;
  position: relative;
  float: right;
  z-index: 1;
  transition: background 0.3s ease;
}

.butn img {
    filter: invert(1);
  width: 20px !important;
  transition: transform 0.3s ease;
}

/* Shine effect */
.butn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgb(222 56 60);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.butn:hover::after {
  left: 130%;
}
.butn:hover img {
  transform: translateX(3px);
}

/* Add to Cart */
.add-cart {
     background: linear-gradient(69deg, rgba(78, 78, 78, 1) 27%, rgba(38, 35, 36, 1) 79%);
}
.add-cart:hover {
  background: #ed1c24;
}

/* Buy Now */
.buy-now {
  background: linear-gradient(69deg,rgba(78, 78, 78, 1) 27%, rgba(38, 35, 36, 1) 79%);
  border: 0;
}
.buy-now:hover {
  background: #de383c;
}







.category-box{
    width: 100%;
    float: left;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-box h5
{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    float: left;
    width: 100%;
    line-height: 20px;
    margin: 0;
}
.category-box h6{
    color: #000;
    font-size: 19px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 0;
}

.category-box h3{
    font-size: 16px;
    color: #091151;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 0;
}


.category-box:hover h3{
    color: #000;
      -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;
}
.c-img
{
    background-color: white;
    border: 1px solid #f0f2f5;
    height: 262px;
    object-fit: cover;
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
.category-box:hover .c-img{
        filter: brightness(0.9);
         -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;
}

.b3-effect {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Lightening effect */
.b3-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(255 255 255 / 9%);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transition: transform 1.8s ease;
  z-index: 2;
  pointer-events: none;
}

.b3-effect:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}

/* Background image */
.grid-1 {
  width: 100%;
  height: 620px;
  background-image: url(../images/t1.webp);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  transition: transform 1.5s ease;
  position: relative;
  z-index: 1; /* behind the overlay */
}

/* Only scale background on hover */
.b3-effect:hover .grid-all {
  transform: scale(1.08);
}

/* Overlay content stays fixed */
.overlay-content {
  position: absolute;
  left: 37px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  z-index: 3; /* above the lightening effect */
}

.overlay-content-h5{
    font-size: 27px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    letter-spacing: .5px;
}
 .trending{display: inline-block;background-color: #0b52a1;font-size: 14px;font-weight: 400;padding: 4px 15px;color: #fff;border-radius: 5px;}
    .arrow {
      display: inline-block;
      /* margin-bottom: 10px; */
        -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;
    }
    .arrow img {
      width: 32px !important;
      height: auto;
      display: block;
      filter: invert(1);
    }
.grid-2{
    gap: 17px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 9px;
    color: #fff;
    text-align: left;
    position: relative;
    height: 262px;
    background-color: #ed1c24;
    margin-bottom: 7px;
    padding: 0px 49px 0px 30px;
}
.grid-2 h5{font-size: 23px;font-weight: 600;margin: 0;line-height: 30px;}
.grid-2 p{
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 23px;
}

@media(min-width:990px)
{
.g-pr1{
        padding-right: 7px;
}.g-pr2{
    padding-right: 12px;
    padding-left: 3px;
}
.g-pr3{
    padding-left: 0px;
}
}
.desk-banners{
        /* padding-bottom: 66px; */
}

.grid-3 {
  width: 100%;
  height: 350px;
  background-image: url(../images/t2.webp);
  background-size: cover;
  background-position: center;
  border-radius: 7px;
  transition: transform 1.5s ease;
  position: relative;
  z-index: 1; 
}
 .tag-new{display: inline-block;background-color: #0f6106;font-size: 14px;font-weight: 400;padding: 4px 15px;color: #fff;border-radius: 5px;}
.sp-left{

    left: 21px;
}


/* Only scale background on hover */
.b3-effect:hover .grid-3 {
  transform: scale(1.08);
}



.overlay-content-h5{
    font-size: 27px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    letter-spacing: .5px;
}
 .best-seller{display: inline-block;background-color: #8f0676;font-size: 14px;font-weight: 400;padding: 4px 7px;color: #fff;border-radius: 5px;}
 

    .grid-4 {
 width: 100%;
  height: 347px;
  background-image: url(../images/t3.webp);
  background-size: cover;
  background-position: center;
  border-radius: 7px;
  transition: transform 1.5s ease;
  position: relative;
  z-index: 1; 
}
.spl-content{
    text-align: right;
    right: 13px;
    bottom: unset;
    gap: 10px;
    align-items: flex-end;
    top: 17px;
}

    .grid-5 {

  width: 100%;
  height: 262px;
  background-image: url(../images/d50.webp);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  transition: transform 1.5s ease;
  position: relative;
  z-index: 1; /* behind the overlay */
}

.overlay-content5 {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3; /* above the lightening effect */
  text-align: right;
  right: 13px;
  bottom: unset;
  align-items: flex-end;
  top: 17px;
  gap: 10px;
}

 .new{display: inline-block;background-color: #000;font-size: 14px;font-weight: 400;padding: 4px 13px;color: #fff;border-radius: 5px;position: absolute;bottom: -107px;}
}
.trend-pad{

    padding-top: 70px;
}

.com-table {
    float: left;
    width: 98%;
    padding: 58px 0;
    background-image: url("../images/Subtract.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 380px;
    background-position: 100% 0%;
    position: relative;
    margin: 20px 1% 0;
    border-radius: 20px;
}


.nav-pills .active.show {
    /* background: #00215b !important; */
    color: #fff !important;
    background: linear-gradient(90deg,rgba(70, 69, 70, 1) 0%, rgba(42, 39, 40, 1) 100%) !important;
    /* border-radius: 60px; */
}

#exTab1 .nav-pills > li > a {
    border-radius: 10px;
    color: #000;
    /* margin-right: 15px; */
    text-align: center;
    padding: 3px 19px;
    float: left;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.com-a1{/* width: 139px; */}
.com-a2{
     width: 190px;
}

#exTab1 .nav-pills > li > a:hover {
    text-decoration: none;
}

/* ===== Tab Content ===== */
.tab-pane {
    display: none ;
    opacity: 1 !important;
    transition: none !important;
}

.tab-pane.active {
    display: block;
}

/* ===== Swiper Container ===== */
.swiper {
    width: 100%;
    padding-bottom: 30px;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
    transition: transform 0.3s;
}

.swiper-slide:hover {
    transform: translateY(-5px);
}
.trending-text{
    float: left;
    width: 100%;
    padding: 0px 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.head-com{
    float: left;
    width: 93.5%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
    align-items: center;
}.head-com h2 span{
    font-weight:600;
}
.head-com h2{
    float: left;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 2%;
    top: 62px;
}
.com-table li.active{
        color: #fff !important;
        /* background: linear-gradient(90deg, rgba(70, 69, 70, 1) 0%, rgba(42, 39, 40, 1) 100%) !important; */
        border-radius: 10px;
}
.com-table .nav-pills li{
    width: 50%;
    float: left;
    text-align: center;
}
.com-table .nav-pills{
        background-color: #ffffff;
        padding: 14px 10px;
        border: 1px solid #a9a9a9;
        border-radius: 10px;
        float: left;
        top: 0;
        position: absolute;
        right: 90px;
        width: 23%;
}
.clamp-3 {
  display: -webkit-box;        /* needed for WebKit browsers */
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;       /* number of lines to show */
  overflow: hidden;             /* hide the rest */
  text-overflow: ellipsis;      /* adds ... at the end */
}
.banner-5{
    float: left;
    width: 100%;
    padding: 60px 0px 0 0;
}
.banner-5 h2{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.adv1 {
  float: left;
  width: 100%;
  padding: 13px 0 20px 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
}

.adv1 img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Very light gradient overlay for hover effect */
.adv1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 50%,   /* much lighter */
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  transition: all 0.6s ease;
}
.panel5:hover::before {
    left: 125%;
}
.adv1:hover::before {
  left: 125%;  /* sweep across the image */
}

.advimg-1{
    height:295px ;
}
.advimg-2{
    height:405px ;
}
.advimg-3{
    height: 410px;
}
.advimg-4{
}


.kids-trends {
 float: left;
 width: 100%;
 padding: 40px 0px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.card-kids {
  border-radius: 12px;
  overflow: hidden;
}

.img-box {
  position: relative;
  height: 325px; /* fixed height */
  overflow: hidden;
  border-radius: 12px;
  object-fit: cover;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 12px;
}

.img-box:hover img {
  transform: scale(1.05);
}

.overlay-card {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}

.img-box:hover .overlay-card {
  opacity: 1;
}

.overlay-card .btn-card {
  padding: 14px 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #fff;

  transition: background 0.3s ease;
}

.overlay-card .btn-card:hover {
border: 1px solid #fff;
}

.card-kids h3 {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.card-kids p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}



.budget-store {
 float: left;
 width: 100%;
 padding: 35px 0px 79px 0px;
}

.budget-store h2 {
  margin-bottom: 33px;
  /* font-size: 22px; */
}

.budget-cards {

    overflow: hidden;        /* prevents scaled cards from spilling out */

}



.budget-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 39px;
  margin-bottom: 0;
}

.budget-card h3 span{
    float: left;
    width: 100%;
    letter-spacing: 1px;
}
.budget-card p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

/* Budget Card Base */
.budget-card {
  position: relative;
  padding: 50px 40px;
  border-radius: 12px;
  text-align: left;
  transition: all 0.35s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden; /* keep everything inside */
}

/* Overlay effect on hover */
.budget-card::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15); /* subtle white overlay */
  transition: all 0.35s ease;
  pointer-events: none;
}

.budget-card:hover::after {
  left: 0; /* slide overlay in from left */
}

/* Button hover effect */
.budget-card .btn-budget {
  margin-top: 7px;
  width: fit-content;
  display: inline-block;
  padding: 16px 34px;
  background: #fff; 
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.budget-card:hover .btn-budget{
  background: #a7cd38;
  transform: translateY(-3px); /* subtle lift of button only */
  color: #fff;
}

/* Maintain card colors */
.pink   { background: #ffe0ea; }
.peach  { background: #ffd9d6; }
.blue   { background: #e2e6ff; }
.purple { background: #e7d8e8; }


.s3box{
    float: left;
    width: 100%;
    height: auto;
    border: solid 10px #fff;
    border-radius: 20px;
    margin-top: 118px;
}


.s3box img{
    float: left;
    width: 100%;
    border-radius: 20px;
    margin-top: -1px;
}







/* Default slide */
.slick-h2{
    position: absolute;
    top: 41px;
}


.center-slider .slick-slide{
 
  height:500px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1, 1.1);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(0.9);
  background-color: #ffffff;
}
.center-slider .slick-current.slick-active{
  transform: scale(1.2);
  background-color: #ffffff;
  position: relative;
  z-index: 999;

}
.center-slider .slick-current.slick-active .s3box img {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 20px; /* Keep rounded corners */
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 0px;
}
.slick-prev{
  left: 0px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}


/* Footer Base */
.footer {
  background-color: #000;
  width: 100%;
  float: left;
  padding: 70px 2% 0;
}

/* ---------- Top Section (Logo + Trust) ---------- */
.top-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 60px 0px; */
  border-bottom: 1px solid #575759; /* bottom border */
  flex-wrap: wrap;
  /* gap: 37px; */
}

.f-1 {
  flex: 0 0 40%;
  text-align: center;
  /* padding-top: 94px; */
  /* padding-bottom: 86px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.fifty-year {
  width: 380px;
  max-width: 100%;
}

.trust-section {
  flex: 0 0 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 cols */
  grid-template-rows: auto auto;          /* 2 rows */
  gap: 30px 40px;
  padding-left: 65px;
  border-left: 1px solid #575759; /* left border */
  padding: 57px 0px 50px 60px;
}

.trust-badge img {
  width: 66px;
  margin-bottom: 13px;
}

.trust-badge h3 {
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}

.trust-badge p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

/* ---------- Middle Navigation Section ---------- */
.main-section {
  padding: 60px 0px 24px 0px;
  border-bottom: 1px solid #575759;
}

.navigation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 56px;
}

.nav-column h4 {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

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

.nav-column li {
  margin-bottom: 8px;
}

.nav-column a {
  font-size: 14px;
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 400;
}

.nav-column a:hover {
  color: #ffffff;
}

/* ---------- Footer Links Section ---------- */
.footer-links {
  padding: 55px 0px 0px 0px;
  /* border-bottom: 1px solid #575759; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 26px;
}

.footer-column h4 {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

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

.footer-column li {
  margin-bottom: 8px;
}

.footer-column a {
  font-size: 14px;
  color: #cccccc;
  font-weight: 400;
  text-decoration: none;
}

.footer-column a:hover {
  color: #ffffff;
}

.contact-info p {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

/* Contact Buttons */
.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 75px;
}

.contact-btn {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}

.contact-btn img {
  width: 36px;
  /* height: 28px; */
  padding: 8px;
  border-radius: 5px;
  background-color: #666; /* background only for icon */
  transition: background 0.3s;
}

.contact-btn img:hover {
  background-color: #777;
}

/* ---------- Bottom Section (Language + Policies) ---------- */
.bottom-section {
  padding: 0px 0px;
  /* border-bottom: 1px solid #575759; */
  padding-bottom: 53px;
}

.language-selector {
  margin-bottom: 44px;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #fff;
  padding: 8px 21px;
  border-radius: 30px;
  background: none;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
}

.globe {
  width: 20px;
}

.policy-section {
  display: grid;
  gap: 50px;
}

.policy-item {
  color: #cccccc;
  display: flex;
  gap: 14px;
  width: 100%;
}

.policy-header {
  flex: 0 0 216px;   /* fixed width header */
  font-weight: 500;
  font-size: 17px;
  color: #ffffff;
}

.policy-content {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 0px;
  color: #cacaca;
  padding-right: 8%;
}

.bullet {
  color: #fff;
  margin-right: 8px;
  font-size: 21px;
}
.policy-content p{
    margin-bottom: 0px;
}
.view-more {
  display: inline-block;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 400;
  color: #cacaca;
  text-decoration: underline;
}

/* ---------- Payment + Social ---------- */
.payment-social-section {
  padding: 30px 0px 44px 0px;
  /* removed border-top */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.payment-options {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  justify-content: center;
}

.payment-icons {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
}

.payment-icon {
  height: 32px;
  width: auto;
}

.social-section {
  display: flex;
  align-items: center;
  gap: 26px;
}
.social-section span{
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 17px;
}

.social-links a {
  font-size: 14px;
  color: #cccccc;
  text-decoration: none;
  font-weight: 400;
}

.social-links a:hover {
  color: #ffffff;
}

/* ---------- Copyright ---------- */
.copyright {
  text-align: center;
  font-size: 14px;
  padding: 15px 0px;
  border-top: 1px solid #ffffff30;
  margin-top: 70px;
  float: left;
  width: 100%;
}
.copyright p{
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
    opacity: .6;
}




/*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;
    cursor:default;
}
.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 #de383c;
    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 #118405;
}
.log_set input:hover + .checkbox {
    border-color: #df383b;
}
.log_set input:focus + .checkbox {
    border-color: #df383b;
}
.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 {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  color: #000;
  transition: background 0.3s ease, color 0.3s ease;
  margin-bottom: 3px;
  overflow: hidden; /* required for shine effect */
  z-index: 1;
}

/* Shine effect */
.otp-req::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: left 0.5s ease;
}

/* Hover effect */
.otp-req:hover::after {
  left: 130%;
}

.otp-req:hover {
  background: #df383b; /* red hover */
  color: #fff;         /* switch text to white */
  border-color: #df383b;
}

.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;
}
/* Shine effect */
.submit_frm::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.submit_frm:hover::after {
  left: 130%;
}



.submit_frm {
  position: relative;
  width: 100%;
  background: #de383c;
  border: 0;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  color: #fff;
  transition: background 0.3s ease;
  overflow: hidden; /* required for shine effect */
  z-index: 1;
}

/* Shine effect (no skew) */
.submit_frm::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: left 0.5s ease;
}

/* Hover effect */
.submit_frm:hover::after {
  left: 130%;
}

.submit_frm:hover {
  background: #000000; /* red hover color */
}

.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; */
}
.log_box{
        float: left;
    width: 100%;

}

.login-continue {width: 100%;float: left;background: #D09C51;border: 0;height: 43px;display: flex;float: left;align-items: center;font-size: 16px;font-weight: 500;cursor: pointer;border-radius: 13px;justify-content: center;color: #fff;transition: ease-out 0.4s;/* transform: translateY(-2px); *//* box-shadow: 0 4px 0px #fff; */margin-bottom: 3px;}

/* Hover Effect */
.login-continue:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    /* transform: translateY(-2px); */
    /* box-shadow: 0 4px 0px #052e70; */
}

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

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


@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;
}
.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: #df383b;
    font-weight: 400;
    margin: 30px 0 5px;
    text-decoration: none !important;
    text-align: center;
    }

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

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





@media (min-width:767px)
{
    .ftr-mbf{
        display: none;
    }
}

@media (max-width:767px)
{
    .ftr-mbf{
        display: block;
    }



}


.ftr-mbf{
        padding-top: 7px;
        float: left;
        width: 100%;
        left: 0px;
        position: fixed;
        bottom: 0px;
        height: 67px;
        z-index: 999;
        background-color: #000000;
        /* 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;
  position: relative;
  padding-top: 11px;
}

.tab-mb img{width: 26px;height: 26px;/* background-color: white; */position: relative;}

.tab-mb strong{
  color: white;
  float:left;
  width:100%;
  font-weight: 500;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom:10px;
  /* padding-right: 12px; */
}
.b4-box:hover img{
        transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.badge-fav2{
  background-color: #ed1c24;
  color: white;
  display: flex;
  font-size: 9px;
  line-height: 22px;
  border-radius: 50%;
  top: 5px;
  width: 18px;
  height: 18px;
  right: 41%;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.badge-fav3{
  background-color: #ed1c24;
  color: white;
  display: flex;
  font-size: 11px;
  line-height: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  top: 7px;
  width: 18px;
  height: 18px;
  right: 42%;
  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;
}

/*mobile*/
.logo-mob{
    float: left;
    width: 100%;

}
.logo-mob img{
    width: 100%;
    display: block;
    margin: auto;
    float: none;}
.mob-wishlist{
    position: relative;
}
.mob-wishlist img{
    width: 25px;
    position: relative;
}
.mob-cart img{
    width: 25px;
}
.mob-user img{
    width: 23px;
}
.mob-cart{
    position: relative;
}



.mobile-menus{
    display: flex;
    justify-content: center;
    gap: 21px;
    align-items: center;
}



.badge-mob1{
  background-color: #ed1c24;
  border-radius: 10px;
  color: white;
  display: flex;
  font-size: 9px;
  line-height: 22px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50%;
  top: -9px;
  width: 19px;
  height: 19px;
 
  right: -35%;
  position: absolute;
}

.badge-mob2{
 background-color: #ed1c24;
  border-radius: 10px;
  color: white;
  display: flex;
  font-size: 9px;
  line-height: 22px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50%;
  top: -7px;
  width: 19px;
  height: 19px;
 
  right: -35%;
  position: absolute;
}



/* Center dots only for .grid-carousel */
.grid-carousel .owl-dots {
  text-align: center;
  margin-top: 15px; /* adjust spacing if needed */
}

/* Inactive dots */
.grid-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: black;   /* inactive color */
  border-radius: 50%;
  display: block;
  transition: background 0.3s ease;
}

/* Active dot */
.grid-carousel .owl-dots .owl-dot.active span {
  background: #a7ce38;   /* active color */
}



/* Center dots only for .grid-carousel */
.budget-carousel .owl-dots {
  text-align: center;
  margin-top: 15px; /* adjust spacing if needed */
}

/* Inactive dots */
.budget-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: black;   /* inactive color */
  border-radius: 50%;
  display: block;
  transition: background 0.3s ease;
}

/* Active dot */
.budget-carousel .owl-dots .owl-dot.active span {
  background: #a7ce38;   /* active color */
}
.bnr2-crsl {
  width: 100%;
  float: left;
  display: grid;
  place-items: center;
  min-height: 79vh;
}

.bnr2-crsl .carousel {
  position: relative;
}

.carousel__item {
  position: absolute;
  height: 35rem;
  width: 25rem;
  border-radius: 10px;
  overflow: hidden;
  transform: translate(-50%,-50%) scale(.1);
  z-index: 0;
  transition: all .2s linear;
}

.carousel__item img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* Main item */
.carousel__item--main {
  transform: translate(-50%,-50%) scale(1);
  z-index: 2;
  cursor: pointer;
  width: 521px;
  height: 367px;
  border-radius: 30px;
  border: 7px solid #fff;
  box-shadow: 0 1rem 4rem rgb(210 207 207 / 50%);
}

.carousel__item--main img {
  height: 300px;
  object-fit: cover;
}

/* Left item */
.carousel__item--left {
  transform: translate(-110%,-50%) scale(.9);
  z-index: 1;
  width: 620px;
  height: 369px;
}

.carousel__item--left img {
  height: 320px;
  object-fit: cover;
}

/* Right item */
.carousel__item--right {
  transform: translate(10%,-50%) scale(.9);
  width: 620px;
  height: 369px;
}

.carousel__item--right img {
  height: 320px;
  object-fit: cover;
}

/* Optional additional left/right 2 states */
.carousel__item--right2,
.carousel__item--left2 {
  width: 619px;
  height: 320px;
  transform: translate(10%,-50%) scale(.9);
}

.carousel__item--right2 {
  left: -80px;
}

.carousel__item--left2 {
  left: 80px;
}

.carousel__item--left2 img,
.carousel__item--right2 img {
  height: 320px;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .carousel__item--right2,
.carousel__item--left2 {
  width: 200px;
}




}



/*product-listing*/






/*MEN*/

.filter-list h1{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 17px;
}
.head1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7fce8;
  padding: 27px 0px;
  float: left;
  width: 100%;
}

.headtitle h6{
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}

.headcontent {
  display: flex;
  justify-content: space-between; /* pushes left and right */
  align-items: center;
  width: 100%;
}
.breadcrumbs {
  font-size: 13px;
  color: #70765f;
  display: flex;
  gap: 8px;
}


.breadcrumbs-active{
    color: #2384a6 !important;
}
  
@media(max-width:991px)
{
    .list-left h2:nth-child(2){
        display:none;
    }
.listing-sec .row .w-100{
    padding:0;
}
    
        .sort-option {
        /* border: solid 1px rgb(218 213 215) !important; */
        height: 50px;
        /* background: #c7c7c7; */
        border-top-right-radius: 10px;
        margin-bottom: 40px;
        border-top-left-radius: 0 !important;
    }
    #example_length .custom-select{
        margin-bottom:0 !important
    }
    .dash-header .nav-toggle {
        margin-top: -47px!important;
        float: left;
        left: 10%;
    }
    .main-header {
    float: left;
    width: 100%;
    padding-top: 20px;
}

    #panel-two {
    height: 70px!important;
    float: left;
    width: 100%!important;
    padding: 0px 0px 0!important;}
    .dash-header .header_area{
        width:auto;
    }
    .sort-by{
        position: inherit;
        display: none !important;
    }
        .dash-header .menu-right {
        display: none;
  }.login img {
    width: 32px !important;
    margin-left: 0 !important;
    padding-left: 10px !important;
}
    .dash-header .logo{
        margin-top: 20px !important;
        display: table;
        margin: auto;
        float: none;
    }
    .dash-header .login {
        width: auto;
        margin-top: -42px;
        padding-right: 10px;
        height: auto;
        padding-top: 10px;
        margin-right: 30px;
        padding-bottom: 10px;
    }.dash-header .login span{
        display:none;
    }
}

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

.sort-by label {
  font-weight: 500; /* Bold text for "Sort By" label */
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}

#sort-options {
  font-size: 13px;
  padding: 11px 12px;
  border: none; /* Light gray border */
  border-radius: 0px;
  background-color: #fbf0f0; /* White background */
  color: #000; /* Text color */
  outline: none;
  appearance: none; /* Hides default dropdown styling */
  position: relative;
  background-image: url("../images/innerpage/chevron.png");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 11px;
  font-weight: 400;
  width: 177px;
  border-radius: 8px;
}

#sort-options option {
background-color: #fbf0f0;
    color: #000;
    padding: 20px 5px;
    font-size: 13px;
    font-weight: 400;
    border: 0px !important;
    outline: none;
}


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

.content { 
    background:white;
     height:100%; 
     padding:0px;
     float: left;
     width: 100%;
      
  }
.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;
}

    .filter1-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .filter-item {
      margin-bottom: 8px;
    }

    .filter-header {
      gap: 3px;
      cursor: pointer;
      font-weight: 500;
      display: flex;
      align-items: center;
      /* justify-content: space-between; */
      padding: 6px 0;
      color: #474948;
      font-size: 16px;
    }

    .filter-next {
      transition: transform 0.3s ease;
      width: 18px;
    }

    .sub-filter{
      list-style: none;
      padding-left: 23px;
      /* margin: 5px 0; */
      display: none;
      position: relative;
    }

    .sub-filter li {
      padding: 4px 0 4px 10px;
      font-weight: 400;
      position: relative; /* creates space for the hyphen */
      font-size: 15px;
      color: #7a7e79;
}

.sub-filter li::before {
  content: "-";
  position: absolute;
  left: 0;
  /* color: #555; */
  /* font-size: 14px; */
  /* margin-right: 8px; */ /* space between hyphen and text */
}

    .sub-filter li a:hover {
      color: #51a677;
    }
     .sub-filter li a
     {
font-size: 15px;
font-weight: 400;
        color: #7a7e79;
     }
  .sub-filter li::before {
   position: absolute;
   content: "";
   left: -6px;
   background: #c4c4c4;
   height: 1px;
   width:8px;
   top: 15px;
}
    .open > .sub-filter {
      display: block;
    }

   .open > .filter-header img {
      transform: rotate(90deg);
    }
.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: 32px;
       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: 18px;
    font-weight: 600;
    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: 15px;
   color: #050505;
   font-weight: 400;
   width: 100%;
   display: flex;
   align-items: center;
   }
.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #dcdcdc;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 8px;
    }
.form-group input:checked + label:after {
 content: '';
 display: block;
 position: absolute;
 top: 1px;
 width: 24px;
 height: 24px;
 background: url(../images/cd-icon-check.svg) no-repeat center center;
 left: 0px;
 background-color: #df393c;
 border-radius: 8px;
 }





.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: #00a14b !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;
}



.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: 100%;
  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;
  float: left;
}

.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;
    justify-content: end;
    /* margin-left: auto; */
    margin-bottom: 40px;
}
.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 {
}
.select-sort input {
    display: none;
}

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

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

.product-list{
    float: left;
    margin-bottom: 40px;
}

/* responsive */

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

}
.product-listing1{
    float: left;
    width: 19.5%;
}
.product-listing2{
    float: left;
    width: 80.5%;
}
.part2 a:hover{
    
}
.hd-top{width: 100%;float: left;text-align: center;height: 37px;background: #000;padding: 11px 0;}
.hd-top h6{margin: 0;color: #fff;font-size: 13px;font-weight: 500;}
.part2 a{font-size: 16px;color: #111111;font-weight: 400;padding-right: 40px;}
.part2 a:hover{
    color: #de383c;
}/* Search toggle button */
.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
}
/* Fullscreen search overlay */
.search-box {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.97);
  display: none;
  flex-direction: column;
  justify-content: center; /* vertically center */
  align-items: center;     /* horizontally center */
  z-index: 2000;
}

/* Show when active */
.search-box.active { display: flex; }

/* Search container */
.search-container {
  display: flex;
  gap: 10px;
  width: 60%;
}


.search-container input {
  flex: 1;
  padding: 14px 18px;
  font-size: 18px;
  border: 2px solid #ddd;
  border-radius: 30px;
  outline: none;
}

.close-search {
  background: none;
  border: none;
  font-size: 45px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #de383c;
}

/* Suggestions list */
.suggestions {
  margin-top: 20px;
  width: 60%;
  list-style: none;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-height: 250px;
  overflow-y: auto;
  display: none;
}

.suggestions li {
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.suggestions li:hover {
  background: #f5f5f5;
}
.panel5{width: 100%;float: left;margin-top: 60px;position: relative;}
.panel5 a{

}
.panel5:before{
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 25%) 50%, /* much lighter */ rgba(255, 255, 255, 0) 100%);
        transform: skewX(-20deg);
        transition: all 0.6s ease;
}
.panel5 a img{
    width: 100%;
}
.trend-div{float: left;width: 100%;background: #1F252E;padding: 120px 0;margin-top: 40px;}
.trend-div h2{float: left;text-align: center;width: 100%;color: #fff;font-weight: 400;font-size: 36px;margin-bottom: 35px;}
.trend-div h2 span{font-weight: 600;}
.bg111{
    width: 100%;
    float: left;
}
.bg111 h5{font-size: 35px;color: #fff;padding: 52px 5% 0;}
.bg111 p{width: 50%;font-size: 16px;color: #000;font-weight: 400;padding-left: 5%;}
.bg111 a{
    border: 1px solid #000;
    font-size: 14px;
    float: left;
    padding: 10px 30px;
    text-align: center;
    color: #000;
    margin-left: 5%;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.bg222{
    width: 100%;
    float: left;
}
.bg222 h5{font-size: 35px;color: #fff;padding: 52px 5% 0;}
.bg222 p{width: 50%;font-size: 16px;color: #000;font-weight: 400;padding-left: 5%;}
.bg222 a{
    border: 1px solid #000;
    font-size: 14px;
    float: left;
    padding: 10px 30px;
    text-align: center;
    color: #000;
    margin-left: 5%;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.bg333 {
    width: 100%;
    float: left;
}.bg-box a:hover{
    background:#000;color:#fff;
}
.bg-box h5{font-size: 35px;color: #fff;padding: 52px 5% 0;text-transform: uppercase;}
.bg-box p{width: 60%;font-size: 16px;color: #000;font-weight: 400;padding-left: 5%;}
.bg-box a{
    border: 1px solid #000;
    font-size: 14px;
    float: left;
    padding: 10px 30px;
    text-align: center;
    color: #000;
    margin-left: 5%;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}.bg-box{width: 100%;float: left;position: relative;margin-top: 20px;overflow: hidden;}

.bg-box:hover::before {
    left: 125%;
}

.bg-box:before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -75%;
    width: 50%;
    height: 90%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 25%) 50%, /* much lighter */ rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    transition: all 0.6s ease;
}
.img111{position: absolute;width: 203px;right: 0;bottom: 0;}
.img222{position: absolute;width: 190px;right: 0;bottom: 8px;height: 242px;}
.img333{position: absolute;width: 212px;right: 0;bottom: 0;height: 246px;}
.bg-text{
    position: absolute;
    top: 0%;
    left: 5%;
}.why-box:hover{
    border-color: #de383c;
}.why-box:hover img{
    transform: scale(1.1);
}
.why-us{width: 100%;float: left;padding: 30px 1% 50px;text-align: center;}
.why-box{border: 1px solid #CCCCCC;padding: 20px;border-radius: 20px;}
.why-box img{width: 52px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.why-box h5{font-size: 18px;color: #00000C;font-weight: 500;margin-top: 10px;}
.why-box h6{
    font-size: 16px;
       color: #6D6D6D;
    font-weight: 400;
    margin: 0;
}

.ftr-left{

}
.ftr-logo{

}
.ftr-logo img{width: 173px;}
.social-ico{width: 100%;float: left;margin-top: 20px;}
.social-ico a{background: #383838;width: 30px;float: left;height: 30px;border-radius: 100%;text-align: center;padding: 1px;margin-right: 10px;}
.social-ico a img{width: 16px;height: 16px;object-fit: contain;margin-top: 5px;}
.social-ico a:hover{background: #fff;}
.social-ico a:hover img{filter: invert(1);}
.ftr-left p{font-size: 16px;color: #fff;opacity: .6;font-weight: 300;line-height: 30px;width: 60%;margin-top: 10px;float: left;}
.ftr-right{

}
.quick-links{width: 100%;float: left;margin-bottom: 40px;}
.quick-links h2{font-size: 18px;color: #fff;font-weight: 700;margin-bottom: 15px;}
.quick-links a{font-size: 16px;color: #fff;font-weight: 300;width: 100%;float: left;padding: 6px 0;text-transform: capitalize;opacity: .6;}
.quick-links a:hover{
    opacity: 1;
}
.copyright a{
    
}
.copyright a img{
    max-width: 100%;
    width: 280px;
    float: right;
}
.box-rating {position: absolute;left: 10px;top: 10px;background: #fff;width: auto;padding: 3px 10px;border-radius: 20px;}
.box-rating img{width: 14px !important;display: inline-block !important;margin-top: -7px;margin-right: 3px;    position: relative;
    top: -6px;}
.box-rating span{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: inline-block;
}
/********************splide********************/
.carousel {
  position: relative;
}


/**
  Controls - pause/resume, previous, and next buttons
*/

  /* Resets for all buttons */
  .is-control {
    z-index: 5;
    background: none;
    color: rgba(0,0,0,.7);
    border: 0;
    cursor: pointer;
    transition: all .2s linear;
  }

    .is-control:focus {
      outline: none;
      background-color: rgba(0,0,0,.8);
      color: rgba(255,255,255,1);
    }

  /* Pause/resume button */
  .rotation-button {
    position: absolute;
    bottom: 5px;
    left: 5px;
    
    padding: 10px 15px;
    z-index: 3;
    
    font-size: 20px;
    border-radius: 5px;
  }

    .rotation-button .pause-container, 
    .rotation-button .resume-container {
      display: none;
    }

      .rotation-button .pause-container.is-visible, 
      .rotation-button .resume-container.is-visible {
        display: block;
      }

  /* Previous slide button */
  .previous-button {
    position: absolute;
    left: 0;
    top: calc(var(--carousel-height)/2 - 40px);
    
    padding: 5px 15px;
    z-index: 3;
    
    font-size: 40px;
    
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
  }

  /* Next slide button */
  .next-button {
    position: absolute;
    right: 0;
    top: calc(var(--carousel-height)/2 - 40px);
    
    padding: 5px 15px;
    z-index: 1;
    
    font-size: 40px;
    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
  }

/**
  Single slide
*/
/*.splide__slide {*/
/*  position: relative;*/
/*  height: var(--carousel-height);*/
/*  visibility: hidden;*/
/*}*/

/*  .splide__slide.is-visible {*/
/*    visibility: visible;*/
/*  }*/

/*  .splide__slide .background-image {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*  }*/


/**
  Slide 2 content
*/
/*.splide__slide .content {*/
/*  position: absolute;*/
/*  top: 20px;*/
/*  left: 15%;*/

/*  max-width: 400px;*/
/*  width: 50%;*/
/*  max-height: 70%;*/
/*  padding: 15px;*/

/*  white-space: normal;*/
/*  color: white;*/
/*  background-color: royalblue;*/
/*  box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);*/
/*}*/

/*  .splide__slide .content h2 {*/
/*    margin: 0;*/
/*    font-size: 1.7rem;*/
/*  }*/

/*  .splide__slide .content p {*/
/*    margin: 10px 0 20px 0;*/
/*  }*/

/*  .splide__slide .content .cta-link {*/
/*    display: inline-block;*/
/*    padding: 5px 10px;*/

/*    background-color: white;*/
/*    color: rgba(0,0,0,.7);*/
/*    text-decoration: none;*/
/*    font-weight: 800;*/
/*    box-shadow: 3px 3px 0 0 rgba(0,0,0,.3);*/
/*  }*/

/*    .splide__slide .content .cta-link:focus,*/
/*    .splide__slide .content .cta-link:hover {*/
/*      text-decoration: underline;*/
/*      color: black;*/
/*    }*/

/*    .splide__slide .content .cta-link:focus {*/
/*      outline: 3px solid rgba(0,0,0,1);*/
/*    }*/


/**
  Restyle the slide dots generated by Slick Slider
*/
/*.splide__pagination {*/
/*  bottom: 15px;*/
/*}*/

/*  .splide__pagination li {*/
/*    margin: 0 5px;*/
/*  }*/

    /* Create a circle to serve as the slide dot */
/*    .splide__pagination li button {*/
/*      width: 15px;*/
/*      height: 15px;*/
      
/*      margin: 0;*/
/*      padding: 0;*/

/*      background-color: rgba(0,0,0,.3);*/
/*      border: 0;*/
/*      border-radius: 15px;*/
/*      cursor: pointer;*/
/*    }*/

      /* Get rid of the Unicode Ã¢â‚¬Â¢ character that Slick injects, which screen readers may attempt to read out as "bullet" */
/*      .splide__pagination li button:before {*/
/*        content: '';*/
/*      }*/

      /* Give the focused slide dot a nice visible focus indicator */
/*      .splide__pagination li button:focus {*/
/*        box-shadow: 0 0 0 1px white, 0 0 0 4px hsl(204, 86%, 53%);*/
/*        outline: none;*/
/*      }*/

      /* Leverage aria-current for styling to ensure we're using the attribute correctly */
/*      .splide__pagination li button[aria-current="true"] {*/
/*        background-color: rgba(0,0,0,1);*/
/*      }*/

.slide .splide__pagination {
    display: flex;
    justify-content: center;
    position: absolute !important;
    right: 53px !important;
    bottom: 9%;
    gap: 6px;
    z-index: 10;
    width: auto;
    left: auto !important;
    transform: none;
    padding: 0;
}

.slide .splide__pagination button {
    border-radius: 1px;
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    line-height: 0;
    width: 17px;
    height: 3px;
    transform: unset;
}

.slide .splide__pagination button span {

 width: 17px;

height: 3px;

border-radius: 2px;

 position: relative;

 z-index: 999;

 display: inline-block
}

.slide .splide__pagination__page.is-active {
    background: #a7ce38;
    transform: unset;
    z-index: 1;
    width: 27px;
}
/** Credits at bottom */
.credits {
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
  float: right;
  font-size: 14px;
  color: black;
  text-decoration: none;
  opacity: .7;
}

  .credits img {
    height: 30px;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
  }

  .credits:hover,
  .credits:focus {
    opacity: 1;
  }


  /*****************************end********************/
.list-left .card-body{
    padding:0;
}
.list-left .card{
    border: 0;
    width: 100%;
    float: left;
}
  .list-left{width: 100%;float: left;padding-left: 2%;}
.list-left h1{font-size: 20px;font-weight: 600;color: #000;position: relative;margin-bottom: 20px;float: left;width: 100%;}
.list-left h1:after{
    content: '';
    position: absolute;
    background: #f2f3f4;
    height: 2px;
    width: 100px;
    left: 0;
    top: 35px;
}
.ist-categ{

}
.categ{    width: 100%;
    float: left;
    border: 1px solid #f2f3f4;
    padding: 12px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    transition: all ease-in-out .5s;}
.categ span{float: right;background: #1bbcd0;color: #fff;min-width: 25px;min-height: 25px;text-align: center;font-size: 13px;border-radius: 100%;padding: 3px 0;}
.categ:hover a{
color: #1c7f96 !important;
}
.categ:hover span{

}
    .list-categ{
        width: 100%;
        float: left;
    }
    .listing-sec .p2-box{
        margin-bottom: 30px;
    }

  .listing-sec  input[type=checkbox],
.dropdown-content,
input[type=radio] {
  display: none;
}

 .listing-sec .dropdown-wrapper.active .dropdown-content {
  display: block;
}

 .listing-sec input[type=radio] + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}

 .listing-sec input[type=radio] + label:before {
  left: 0;
  position: absolute;
  content: "";
  width: 15px;
  display: none;
  top: 5px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #1d7f94;
}

 .listing-sec input[type=radio]:checked + label:before {
  left: -3px;
  background: #1d7f94;
  display: none;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 2px #1d7f94;
}


 .listing-sec .dropdown-wrapper {
  margin: 0 auto;
  width: 120px;
  border: 1px solid #ccc;
  float: right;
  text-align: right;
  margin-bottom: 30px;
  border-radius: 30px;
  padding: 7px 0;
  position: relative;
  z-index: 9999;
  background: #fff;
}

 .listing-sec .dropdown-content {
  border-radius: 5px;
  position: absolute;
  border: 0;
  padding: 15px;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  width: 230px;
  background: #fff;
  box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.05);
}

 .listing-sec .dropdown-content ul,
 .listing-sec .dropdown-content li {
  margin: 0;
  padding: 0;
}

 .listing-sec .dropdown-content ul {
  list-style: none;
  padding: 0;
}

 .listing-sec .dropdown-content:after, .dropdown-content:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

 .listing-sec .dropdown-content:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffff;
  border-width: 10px;
  margin-left: -10px;
}

 .listing-sec .dropdown-content:before {
  border-color: rgba(179, 179, 191, 0);
  border-bottom-color: #b3b3bf;
  border-width: 11px;
  margin-left: -11px;
}

 .listing-sec .icon-wrapper {
  color: #b3b3bf;
}

 .listing-sec .icon-wrapper i {
  position: relative;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: #dcdbe5;
  border-radius: 50%;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #2f255b;
}

.icon-wrapper i:before {
  display: block;
  line-height: 18px;
  font-size: 10px;
}

 .listing-sec .icon-wrapper li {
  border-bottom: 1px solid #dcdbe5;
  padding-bottom: 15px;
  max-height: 32px;
  margin-top: 15px;
  text-align: left;
  color: #2f255b;
}
 .listing-sec .icon-wrapper li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

 .listing-sec .icon-wrapper li:first-child {
  margin-top: 0;
  text-align: left;
}

 .listing-sec .icon-wrapper li span {
  display: block;
  padding-left: 35px;
  font-size: 0.9em;
  color: #b3b3bf;
}

 .listing-sec .icon-wrapper {
  display: inline-block;
  position: relative;
}

 .listing-sec .dropdown-heading {
  color: #b3b3bf;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgb(175 158 106 / 20%);
  padding-top: 15px;
  padding-left: 16px;
  border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb { 
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb { 
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track { 
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track { 
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  justify-content: center;
  color: #0a0909;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}

.price-wrap-1, 
.price-wrap-2 {
  display: flex;
}

.price-title {
  margin-right: 5px;
  backgrund: #d58e32;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one, 
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: none;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
}

/* Style for active state input */
    
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}
.list-price{
    width: 100%;
    float: left;
}
.icon-wrapper i:after{
position: absolute;
content: '';
}
.icon-wrapper i{
    position: relative;
}
.rating-sec {
    float: left;
    width: 100%;
    padding-top: 5px;
}.rating-one {
    float: left;
}
.det-right{

width: 100%;

float: left;

margin-top: 0;

padding-left: 27px;
}.filter-mob{
    width: 50%;
    float: left;
    margin-top: 20px;
    background: #e5e5e5;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.filter-mob h5{
        font-size: 15px;
        color: #757575;
        padding: 16px 13px;
        margin: 0;
        height: 50px;
        font-weight: 500;
        text-align: left;
}
.selected-option:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #838282;
    top: 13px;
    right: 18px;
}input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  display: none;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  float: left;
  width: 100%;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #df383b;
}
.range-input {
  position: relative;
  float: left;
  width: 100%;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #df383b;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #df383b;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
    .filter-mob {
        display: none;
    }
}
.list-categ .form-group {
  display: block;
  margin-bottom: 15px;
}

.list-categ .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.list-categ .form-group label {    text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.list-categ .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #df3c40;
  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;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.list-categ .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #df383b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: transparent;
}.list-left .accordion-title:before {
   display:none;
}
.list-left .card-header{background: transparent;border: 0;padding: 0;}
  .list-left .accordion-title.collapsed:before{
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 9%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s all ease-in-out;
   }
.list-left .accordion-title:after{
    content:'';
    position:absolute;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 9%;
    transform: translateY(-50%);
    transition: 0.3s all 
ease-in-out;
}
.list-left h2{font-size: 25px;font-weight: 700;color: #000;position: relative;margin-bottom: 0;float: left;width: 100%;margin-bottom: 20px;margin-top: 20px;}
.price-input .separator {
  width: 130px;
  display: flex;
  display: none;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #df383b;
}
.range-input {
  position: relative;
  float: left;
  width: 100%;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #df383b;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #df383b;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}.field span{

float: left;

font-size: 15px;

color: #a7a3a3;

font-weight: 600;
}
.field input{
    width: 50%;
    float: left;
    border: 0;
    font-size: 15px;
    color: #df383b;
    font-weight: 600;
}.field:last-child span{
    text-align:right;float:right;
}.field:last-child input{
    text-align:right;float:right;
}.field {
    width: 50%;
    float: left;
    /* margin-top: 20px; */
}
.sort-by {
    float: right;
    width: 100%;
    position: relative;
    /* z-index: 99999; */
    padding: 25px 0px;
}
.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: #de383c;
    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; */
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #de383c;
    /* 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;
}


.bc {
    background: #fff5f7;
    float: left;
    width: 100%;
    padding: 10px 01%;
}.bc a {
    font-size: 15px;
    color: #162315;
    font-weight: 500;
}.pro-detail .owl-nav {
    display: none;
}
#sync2{
    height: 420px;
    overflow: hidden;
}
.product-detail {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* Thumbnails */
.thumbs {
  width: 100px;
}
.thumbs img {
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid transparent;
}
.thumbs img:hover {
  border-color: #333;
}
.thumbs-swiper {
  height: 520px;
}
.thumbs-swiper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* Main image zoom */
.main-image {
  position: relative;
  flex: 1;
  max-width: 100%;
}
.zoom-box {
  width: 100%;
  padding-top: 100%; /* square ratio */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  cursor: zoom-in;
  transition: background-size 0.3s ease;
}
.zoom-box.zoomed {
  background-size: 200%; /* zoom level */
  cursor: zoom-out;
}
.weight-panel {
    float: left;
    width: 100%;
  padding-bottom: 23px;
}
.weight-panel span {
    font-weight: 500;
    float: left;
    color: #000000;
    /* font-weight: 600; */
    font-size: 18px;
    margin-right: 24px;
    /* padding-top: 10px; */
}
.selecotr-item {
    margin-top: 5px;
    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: 50px;
    margin-right: 8px;
    float: left;
    width: 20px;
    height: 20px;
    /* margin-bottom: 10px; */
    /* padding-top: 1px; */
}
.listing-sec input[type=checkbox], .dropdown-content, input[type=radio] {
    display: none;
}
.selector-item_radio {
    appearance: none;
    display: none;
}
.selector-item_radio:checked + .selector-item_label {
    /* background-color: #1bbcd1; */
    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: 4px 2px 12px;
    margin: 0;
    color: #fff;
    border-radius: 10px;
    /* padding-top: 14px; */
    border: 1px solid #de383c;
}
.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;
}
.size-panel {
    float: left;
    width: 100%;
     padding-bottom: 17px;
}
.size-panel span {
    font-weight: 500;
    float: left;
    color: #000000;
    font-size: 18px;
    margin-right: 24px;
}
.size-item {
    position: relative;
    flex-basis: calc(70% / 3);
    height: 100%;
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    border: 1px solid #EDEDED;
    /* padding: 10px; */
    text-align: center;
    border-radius: 5px;
    float: left;
    width: auto;
    height: auto;
    margin-right: 12px;
    margin-bottom: 10px;
    /* padding-top: 1px; */
}
.listing-sec input[type=checkbox], .dropdown-content, input[type=radio] {
    display: none;
}
.size-panel_radio {
    appearance: none;
    display: none;
}
.size-panel_radio:checked + .size-item_label {
    background-color: #de383c;
    color: var(--white);
    box-shadow: -2 0 4px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .5);
    /* transform: translateY(-2px); */
    padding: 5px 8px 5px;
    margin: 0;
    color: #fff;
    border-radius: 5px;
    /* padding-top: 14px; */
}
.size-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: 14px;
    /* line-height: 16px; */
    text-align: center !important;
    /* padding-right: 0px !important; */
    /* padding-top: 6px; */
    padding: 5px 8px 5px;
    margin: 0;
}
.plus-minus {
    float: left;
    width: 100%;
}
.qty-container {
    float: left;
    width: auto;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}
.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.qty-container .input-qty {
    text-align: center;
    padding: 9px 10px;
    border: 0;
    /* height: 44px; */
    max-width: 80px;
    font-size: 17px;
    font-weight: 500;
    color: #111111;
}
.qty-container .qty-btn-minus, .qty-btn-plus {
    padding: 5px 3px;
    font-weight: 500 !important;
    font-size: 10px;
    height: 45px;
    text-align: center;
    font-weight: 700;
    color: #000;
    width: 40px;
    font-size: 20px;
    background: white;
    transition: 0.3s;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    /* border-right: 1px solid #EDEDED; */
}
.qty-btn-plus{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: none;
    /* border-left: 1px solid #EDEDED; */
    float: right;
}.wishlist-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  float: left;
  /* border: 1px solid #de383c; */
  width: 44px;
  height: 44px;
  border-radius: 5px;
  margin-left: 10px;
  background: #fdd4d5bd;
}
.wishlist-btn img {
  width: 28px; /* adjust size */
  height: a;
}.des-sec{
    border: 1px solid #cecece54;
    border-radius: 15px;
    float: left;
    width: 100%;
    padding: 30px;
}
.des-sec .nav{

border: 0;

padding-bottom: 20px;
}.des-sec .nav-link.active{
    border: 1px solid #de383c;
    color: #fff;
    background: #de383c;
}
.des-sec .nav-link{
    border: 1px solid #cecece;
    float: left;
    width: auto;
    border-radius: 30px;
    cursor: pointer;
    font-size: 17px;
    padding: 8px 40px 8px;
    color: #000;
    font-weight: 700;
    margin-right: 20px;
}
.review-box1{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.des-sec p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    width: 90%;
    line-height: 30px;
    margin: 0;
}
.ul1{color: #000000;font-size: 15px;font-weight: 400;line-height: 30px;float: left;width: 100%;position: relative;padding-left: 17px;}
.ul1 span{padding-left: 90px;}
    .ul1:after{
        content:'';
        position: absolute;
        width: 7px;
        height: 7px;
        left: 0;
        background: #000000;
        border-radius: 100%;
        top: 12px;
    }
    .last-p{

float: left;

width: 100%;

margin-top: 30px;

border-top: 1px solid #cecece;

padding-top: 20px;

}
    .last-p span{
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        width: 90%;
        line-height: 30px;
    }.review-testi {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
}.rev-hd {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}.rev-hd h1 {
    float: left;
    font-size: 26px !important;
}.rev-hd .rev-a {
    float: right;
    padding: 11px 8px;
    border-radius: 8px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 145px;
    position: relative;
    z-index: 1;
    transition: background 0.3s 
ease;
    background: linear-gradient(69deg, rgba(78, 78, 78, 1) 27%, rgba(38, 35, 36, 1) 79%);
    border: 0;
}.review-testi h5 {
    display: table;
    margin: auto;
    background: #de383c;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 12px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}.review-testi h4 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}.speci-sec .tab-content p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
}.review-testi h3 {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0;
}.review-testi h3 span {
    width: 100%;
    float: left;
    color: #626662;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 11px;
}.ratingbox {
    color: #ffb510;
}.login-continue:hover {
    background: #000 !important;
    border-color: #000 !important;
}


.login-continue {
    border: 1px solid #df383b !important;
    background: #e1474a !important;
    border-radius: 10px !important;
    padding: 9px 109px !important;
    margin: 15px auto 10px !important;
    font-size: 15px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
}.det-right p{
    line-height: 180%;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.det-right{

}
.det-right h1{font-size: 30px;color: #000;font-weight: 500;}
.det-right h5{font-size: 16px;color: #525252;font-weight: 400;padding-top: 5px;}
.rating-sec{

}
.rating-one{

}
.add-rv{font-size: 16px;color: #de383c;margin-bottom: 10px;float: left;}
.det-price{font-size: 24px;color: #000;font-weight: 600;float: left;margin-bottom: 10px;    width: 100%;}
.det-price span{text-decoration: line-through;color: #ccc;font-weight: 400;padding-left: 5px;font-size: 18px;}
.weight-panel{

}
.weight-panel span{

}
.det-cart:hover::after{
         left: 130%;
}
.det-cart:after{
        content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}
.det-cart{width: auto;float: left;margin-left: 10px;padding: 11px 8px;border-radius: 8px;font-size: 16px;overflow: hidden;font-weight: 500;text-decoration: none;text-align: center;color: #fff;cursor: pointer;width: 145px;position: relative;z-index: 1;transition: background 0.3s 
ease;background: linear-gradient(69deg, rgba(78, 78, 78, 1) 27%, rgba(38, 35, 36, 1) 79%);border: 0;}
.det-cart:hover{
        background: #de383c;
}
.enter-delivery{width: 100%;float: left;margin-top: 0;}
.enter-delivery label{width: 100%;float: left;font-size: 16px;color: #000;font-weight: 600;}
.enter-delivery input{width: 42%;border: 1px solid #cecece;border-radius: 5px;color: #000;font-size: 14px;font-weight: 500;color: #000;padding: 12px;}
.enter-delivery button{width: auto;/* float: left; */margin-left: 0;padding: 11px 8px;border-radius: 8px;font-size: 16px;overflow: hidden;font-weight: 500;text-decoration: none;text-align: center;color: #fff;cursor: pointer;width: 145px;position: relative;z-index: 1;transition: background 0.3s 
ease;background: linear-gradient(69deg, rgb(222 56 60) 27%, rgb(251 47 51) 79%);border: 0;}
.enter-delivery button:hover{
        background: #4e4e4e;
}.enter-delivery button:after{
        content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}
.enter-delivery button:hover::after{
        left: 130%;
}
.cart-sec{

width: 100%;

float: left;

padding: 80px 0;
}
.cart-left{

width: 100%;

float: left;

border: 1px solid #cecece70;

padding: 30px;

border-radius: 20px;
}
.cart-left h1{font-size: 30px;font-weight: 600;color: #de393d;float: left;margin-bottom: 40px;}
.cart-left h6{

float: right;

font-size: 19px;

color: #000;

font-weight: 600;

margin: 0;

border: 1px solid #cecece57;

padding: 8px 35px;

border-radius: 30px;
}
.cart-img{

}
.cart-img img{

width: 100%;

border: #cecece70 1px solid;

padding: 10px;

border-radius: 10px;

height: 85px;

object-fit: contain;
}
.cart-text{

text-decoration: none;

width: 100%;

float: left;
}
.cart-text h5{font-size: 18px;color: #000;text-decoration: none;font-weight: 600;margin: 0;line-height: 25px;padding-top: 11px;}
.cart-text h5 span{

font-size: 15px;

float: left;

width: 100%;

color: #999595;

font-weight: 400;
}
.qt-cart{

width: 100%;

float: left;
}
.qt-cart h4{

font-size: 15px;

color: #000;

font-weight: 500;

line-height: 28px;
}
.qt-cart h4 span{font-size: 24px;font-weight: 600;width: 100%;float: left;color: #000;}
.qty-left{/* width: 100%; */float: left;/* margin-top: 10px; */}
.qty-left input{

min-width: 30px;

float: left;

max-width: 51px;

border: 0;

text-align: center;

font-size: 17px;

font-weight: 700;
}
.qty-btn-minus{

background: transparent;

border: 1px solid #1abcd1;

font-size: 20px;

border-radius: 5px;

height: 22px;

float: left;

width: 22px;
}
.qty-btn-plus{/* background: transparent; *//* border: 1px solid #1abcd1; *//* font-size: 20px; */px; */border-radius: 5px;/* height: 22px; *//* float: left; *//* width: 25px; */}
.cart-tot{

width: 100%;

float: left;
}
.cart-tot h4{

font-size: 15px;

color: #000;

font-weight: 500;

line-height: 28px;
}
.cart-tot h4 span{font-size: 24px;font-weight: 600;width: 100%;float: left;color: #000000;}
.rem-item{

float: left;

width: 100%;

margin-top: 4px;
}
.rem-item img{

width: 15px;

float: left;

margin-top: 6px;

margin-right: 10px;
}
.rem-item span{
    
font-size: 15px;
    
color: #000;
    
font-weight: 400;
    
text-decoration: underline;
}
.qty-left span{
    margin-top: -3px;
    float: left;
    color: #de3c3d;
    text-align: center;
    width: 100%;
}
.cart-right2{
    width: 100%;
    float: left;
    border: 1px solid #cecece70;
    padding: 30px;
    border-radius: 20px;
}
.cart-right2 h1{
    font-size: 30px;
    font-weight: 600;
    color: #de3a3e;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.sub-tot{

width: 100%;

float: left;

border-bottom: 1px solid #cecece;

padding-bottom: 20px;

margin-bottom: 20px;

margin-top: 20px;
}
.sub-tot h4{font-size: 20px;color: #000;font-weight: 500;}
.sub-tot h4 span{float: right;color: #de3a3e;}
.sub-tot h5{

font-size: 15px;

color: #000;

font-weight: 400;

margin: 0;
}
.sub-tot h5 span{

float: right;
}
.grand-tot{

}
.grand-tot h5{font-size: 22px;color: #000;font-weight: 500;}
.grand-tot h5 span{float: right;color: #de3a3e;}
.bt-checkout:after{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}
.bt-checkout:hover::after{    left: 130%;}
.bt-checkout {
    width: auto;
    float: left;
    margin-left: 10px;
    padding: 11px 8px;
    border-radius: 8px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: background 0.3s 
ease;
    background: linear-gradient(69deg, rgba(78, 78, 78, 1) 27%, rgba(38, 35, 36, 1) 79%);
    border: 0;
}
.bt-checkout:hover{background: #de383c;}
.checkout-sec{width: 100%;float: left;padding: 80px 1%;}
.checkout-sec .accordion{width: 100%;float: left;border: 1px solid #cecece;border-radius: 20px;padding: 30px;}
.checkbox-alias{
    background-color: #f4f4f4;
    display: inline-block;
    width: 100%;
    padding: 30px;
    height: auto;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
}

.invisible-checkboxes input[type=radio]{
  display: none;
/*   margin-right: -20px;
  position: relative;
  z-index: 2; */
}

.invisible-checkboxes input[type=radio]:checked + .checkbox-alias{
    background-color: #de383c;
    color: #fff;
}
.checkout-sec .ac-op1{
    background-color: transparent;
    border: 0 !important;
    font-size: 30px;
    color: #de383c;
    box-shadow: none;
    font-weight: 700;
    width: 100%;
    text-align: left;
}.checkout-sec .accordion-item{
    border: 0;
    background-color: transparent;
}.checkout-sec .accordion-button:after{
    display:none;
}.checkout-sec .ac-op2{
    background-color: #000000;
    border: 0 !important;
    font-size: 15px;
    color: #fff;
    box-shadow: none;
    /* margin-left: 20px; */
    font-weight: 400;
    float: left;
    padding: 15px 42px 17px;
    width: auto;
    border-radius: 10px;
}
.address-new{

width: 100%;

float: left;

margin-bottom: 20px;
}
.address-new input{

width: 100%;

float: left;

border: 1px solid #cecece;

padding: 13px;

border-radius: 12px;

font-size: 15px;

color: #000;
}
.address-new textarea{

width: 100%;

float: left;

border: 1px solid #cecece;

padding: 13px;

border-radius: 12px;

font-size: 15px;

color: #000;

height: 110px;
}
.address-new select{

width: 100%;

float: left;

border: 1px solid #cecece;

padding: 13px;

border-radius: 12px;

font-size: 15px;

color: #000;
}
.save-new-address{

width: 100%;

float: left;

background: #1d7f94;

border: 1px solid #1d7f94;

padding: 12px;

border-radius: 30px;

color: #fff;

font-size: 15px;
}
.save-new-address:hover{

background: transparent;

color: #999;

border-color: #ccc;
}
.cancel-new-address{

width: 100%;

float: left;

background: transparent;

border: 0;

padding: 12px;

border-radius: 30px;

font-size: 15px;

border: 1px solid #cecece;

color: #ada8a8;
}
.cancel-new-address:hover{

background: #1d7f94;

color: #fff;

border-color: #1d7f94;
}
.acc-new{

}
.acc-new h4{

font-size: 35px;

color: #1d7f94;

box-shadow: none;

font-weight: 700;

margin-bottom: 30px;

width: 100%;

float: left;

margin-top: 30px;
}
.acc-new form{
    
width: 100%;
    
float: left;
}
.checkout-right{

width: 100%;

float: left;

border: 1px solid #cecece8c;

border-radius: 20px;

padding: 35px;
}
.checkout-right h1{font-size: 30px;color: #de383c;box-shadow: none;font-weight: 700;margin-bottom: 30px;}
.coup-box{

width: 100%;

float: left;
}
.coup-box input{width: 78%;float: left;border: 1px solid #cecece;padding: 12px;border-radius: 5px;}
.coup-box button{background: #de383c;border: 0;font-size: 14px;color: #fff;width: 20%;border-radius: 5px;padding: 13px 0 15px;float: right;margin-top: 0;}
.coup-box button:hover{background: #060606;}
.clp-card{background: #fff5f7;border: 0;padding: 0;}
.coupon-apply{width: 100%;float: left;margin-bottom: 0;border-bottom: 2px solid #fff;padding-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 30px;}
.coupon-apply h2{font-size: 18px;font-weight: 700;color: #000;}
.coupon-apply p{font-size: 15px;font-weight: 400;color: #000;margin: 0;width: 77%;float: left;}
.apply-btn{

}
.apply-btn:hover{
    
}.view-coupons span{
    text-align: right;
    /* float: right; */
    font-size: 24px;
    margin-top: 2px;
    position: relative;
    top: -5px;
    right: 5px;
    color: #de383c;
    float: right;
    width: 40px;
    height: 40px;
    background: #fff5f7;
    text-align: center;
    border-radius: 100%;
}.view-coupons:hover{
}
    .view-coupons{
        /* background: #000; */
        float: right;
        font-size: 18px;
        text-decoration: none;
        width: 100%;
        text-align: left;
        color: #000;
        height: 47px;
        margin-top: 10px;
    }  .view-coupons:hover{
        
    }
    .clp-wd{
        width: 100%;
        float: left;
        margin-top: 20px;
        background-color: #c9f0f9;
        border: 0;
    }.coupon-apply img {
    float: right;
    width: 25px;
    margin-top: 30px;
    display: none;
}#reviews .modal-content{
    border-radius:20px;
}#confirm-delete h5 {
    font-size: 28px;
    font-weight: 600;
}#confirm-delete p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
    /* margin-top: 30px; */
}.modal-dlt {
    float: left;
    width: 48%;
    border: 0;
    background: #000;
    padding: 10px 0;
    font-size: 17px;
    margin-right: 6px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 30px;
}.modal-dlt:hover {
    background: #de3a3e;
}.modal-cancel {
    float: left;
    width: 50%;
    border: 0;
    background: #de3a3e;
    padding: 10px 0;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 30px;
}.modal-cancel:hover {
    background: #000;
}
button{
    cursor: pointer;
}.ord-sum{

width: 100%;

float: left;

border: 1px solid #cecece8c;

border-radius: 20px;

padding: 35px;

margin-top: 30px;
}
.ord-sum h1{font-size: 30px;color: #de383c;box-shadow: none;font-weight: 600;margin-bottom: 15px;}
.ord-sum h5{display: block;margin: auto;width: 140px;border: 1px solid #cecece6e;text-align: center;padding: 10px 0;float: left;font-size: 18px;font-weight: 600;color: #000;border-radius: 30px;}
.ord-sum h4{width: 100%;float: left;font-size: 20px;color: #000;margin-top: 20px;font-weight: 600;}
.ord-sum h4 span{float: right;color: #de383c;}
.ord-sum h6{

width: 100%;

float: left;

font-size: 16px;

color: #000;

font-weight: 400;
}
.ord-sum h6 span{

float: right;
}
.total-sum{width: 100%;float: left;font-size: 20px;color: #000;margin-top: 20px;font-weight: 600;border-top: 1px solid #cccccc7a;padding-top: 15px;}
.total-sum span{float: right;color: #de383c;}
.ord-sum  button{width: 100%;border: 0;background: #de383c;font-size: 15px;float: left;margin-top: 15px;padding: 12px 0;border-radius: 10px;color: #fff;}
.ord-sum  button:hover{
    background: #000;
}.review-box{
    float: left;
    width: 100%;
    padding-bottom: 5px;
}
.review-box h5{
    float: left;
    /* width: 50%; */
    font-size: 24px;
    font-weight: 600;
    color:#000;
    padding-top: 20px;
    margin-bottom: 0;
}
.review-box h5 span{

color: #8d8d8d;

font-weight: 400;

font-size:16px;

line-height: 22px;
}

.review-box1 h6{
      float: left;
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      color: #7d7d7d;
      margin-top: 5px;
      margin-bottom: 2px;

}
.review-box1 h6 span{
 
}
.wishlist-page{
    width: 100%;
    float: left;
    padding: 50px 1%;
}
/*dashboard*/
.main-header {
    float: left;
    width: 100%;
}
#panel-two {
    float: left;
    width: 100%;
    padding: 28px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #ededed;
}
.dash-header {
      /* background: #D09C51 !important; */
}
.acnt-img {
      width: 206px !important;
      margin-top: 9px !important;
      /* margin-bottom: 15px !important; */
      /* filter: brightness(100); */
}
.cls {
    float: right;
    /* margin-top: 20px; */
}
.login {
    float: left;
    width: 140px;
    height: 52px;
    border-radius: 13px;
    background-color: #000000;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    font-family: 'Rubik',sans-serif;
    /* padding-top: 13px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.login:hover  {
     /* transform: translateY(-2px); */
     /* box-shadow: 0 4px 0px #052e70; */
     background: #de383c;
}


.login img {
    width: 26px;
    margin-left: 14px;
}
.menu-right {
    float: right;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
}
@media (min-width: 992px) 
{
        .sort-option {
        display: none;
    }
.dash-header .header_area {
    display: none !important;
}

}
.hover-acc {
    color: white !important;
    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;
}
.acnt-img {
    width: 106px !important;
    margin-top: 0px !important;
    /* margin-bottom: 15px !important; */
    /* filter: brightness(100); */
}#cart-bg {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}.order-white {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 15px;
}
.order-white img {
    width: 55px;
    /* filter: brightness(0); */
}


.order-white span {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-top: 13px;
    color: black;
    font-weight: 500;
}
.order-white span strong {
    color: #ffffff;
    font-size: 14px;
    margin-left: 5px;
    background: #de383c;
    border-radius: 6px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 500;
}.red-pending {
    color: red;
}
.or-history {
    float: left;
    width: 100%;
    padding-top: 60px;
}.or-history h1 span{
    font-weight:600;
}
.or-history h1 {
       float: left;
       width: auto;
       font-size: 36px;
       font-weight: 400;
       margin-bottom: 0;
       color: #000;
}
.order-detail-box {
    float: left;
    width: 100%;
    /* padding: 35px; */
    background-color: white;
    border-radius: 15px;
    padding-bottom: 50px;
}

.order-btn {
    font-size: 14px;
    background: #000;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    border-radius: 8px;
    float: left;
    /* width: 100%; */
    text-align: center;
    transition: ease-out 0.4s;
}

/* Hover Effect */
.order-btn:hover  {
     /* transform: translateY(-2px); */
     /* box-shadow: 0 4px 0px #D09C51; */
     background: #de383c;
}

.th-size {
    font-size: 14px !important;}
.thgreen {
    background: #de383c!important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #fff !important;
    border-bottom: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
     padding: 0px !important;     margin-left: 7px;
}
.page-link {
    color: #000;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.page-link:hover {
    z-index: 2;
    color: #000000;
    text-decoration: none;
    background-color: white;
    border-color: #e0e0e0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: transparent;
    box-shadow: transparent;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%); !important;
}
.shipping-form form {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.titel-address {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #0F172A;
    font-weight: 500;
    /* padding-top: 7px; */
    /* margin-bottom: 10px; */
}

.field-type {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: solid 1px #d4d9e7;
    color: black;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    font-weight: 400;
    margin-bottom: 26px;
    background-color: #ffebeb45;
}
.flag {
    background-image: url(../images/flag.png);
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-size: 46px;
    padding-left: 12px;
}
.field-type-address {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: solid 1px #A1ABCA;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    /* margin-top: 12px; */
    margin-bottom: 18px;
    height: 81px;
    padding: 15px;
    background-color: #FAFAFA;
}
.frm-cancel-dash {
    border: 1px solid #000;
    float: left;
    border-radius: 13px;
    background-color: #000;
    width: 183px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-right: 14px;
    text-align: center;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #e2b144;
    x-shadow: inset 0 0 0 0 #fff;
    transition: 
ease-out 0.4s;
    transition: 
ease-out 0.4s;
    margin-right: 10px;
}.frm-save-dash:hover{
    background:#000;
}
.frm-save-dash {
    float: left;
    border-radius: 13px;
    background-color: white;
    width: 214px;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-right: 14px;
    text-align: center;
    line-height: 34px;
    background-color: #de383c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #fff;
    transition: ease-out 0.4s;
    transition: 
ease-out 0.4s;
    margin-right: 10px;
}
.frm-save {
    float:left;
    border-radius: 13px;
    background-color:white;
    width: 187px;
    height: 49px;
    border: none;
    color: #fff;
    font-weight:500;
    font-size: 16px;
    margin-right: 14px;
    text-align:center;
    line-height: 34px;
    background-color: #052E70;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* box-shadow: inset 0 0 0 0 #4A171E; */
    transition: ease-out 0.4s;
    margin-right: 10px;
    /* transform: translateY(-2px); */
    box-shadow: 0 4px 0px #fff;
}

/* Hover Effect */
.frm-save:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */

}


.frm-cancel {
   float:left;
   border-radius: 13px;
   background-color:white;
   width: 108px;
   height: 49px;
   border: solid 1px #272727;
   color: #000;
   font-weight:500;
   font-size: 16px;
   margin-right: 14px;
   text-align:center;
   line-height: 34px;
   background-color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   /* box-shadow: inset 0 0 0 0 #4A171E; */
   transition: ease-out 0.4s;
   margin-right: 10px;
   transition: ease-out 0.4s;
   box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.frm-cancel:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
  
}

/* Hover Effect */
.frm-cancel-dash:hover  {
  background: #de383c;
  border-color: #de383c;
}




.dash-tag {
        margin-top: 15px;
        float: left;
        border-radius: 13px;
        background-color: rgb(222 56 60 / 74%);
        color: white;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: 500;
}
.delete-address:hover{
    background:#000;
}

.delete-address {
    float: left;
    border-radius: 13px;
    background-color: #e30635;
    text-align: center;
    color: white;
    padding: 10px 0px;
    font-size: 14px;
    border: 1px solid #e30635;
    width: 100px;
    height: 42px;
    font-weight: 500;
    margin-left: 9px;
    transition: 
ease-out 0.4s;
    transition: 
ease-out 0.4s;
    margin-right: 10px;
}.del-edit {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 8px;
}
.edit-address {
    float: left;
    border-radius: 13px;
    background-color: #000;
    text-align: center;
    border:none;
    color: #fff;
    padding: 11px 0px;
    font-size: 14px;
    width: 100px;
    font-weight: 500;
    height: 42px;
    transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    margin-right: 10px;
}

/* Hover Effect */
.edit-address:hover  {
  background: #de383c;
}.or-history h1 span{
    font-weight:600;
}
.billing-bg {
    float: left;
    width: 100%;
    /* background-color: white; */
    /* padding-left: 0px !important; */!I;!;
}
.billing-bg .panel-default {
    float: left;
    width: 100%;
    background-color: white;
    margin-bottom: 38px;
}
.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 {
       
font-size: 24px !important;
       
font-weight: 500;
       
color: #3D3D3D;
       
float: left;
       
width: 100%;
       
font-family: 'Rubik', sans-serif;
}
.collapse.in {
    display: block !important;
}
.billing-bg .panel-body {
    float: left;
    width: 100%;
    background-color: white;
    border-top: none;
    padding-top: 10px;
}
.saved-bg.selected {
    border-color: #de383c;
}
.saved-bg {
    float: left;
    width: 100%;
    /* background-color: #fff2f6; */
    padding-right: 13px;
    padding-left: 19px;
    margin-top: 20px;
    padding-top: 22px;
    padding-bottom: 32px;
    border-radius: 35px;
    margin-bottom: 0;
    position: relative;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    /* margin-right: 6px; */
    transition: border-color 0.3s ease-in-out;
    cursor: pointer;
}

.saved-bg.selected {
    border-color: #de383c;
    background: #de383c08;
}
.saved-bg h2 {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}

.saved-bg p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #7F7F7F;
    /* line-height: 26px; */
    padding-top: 6px;
    margin-bottom: 5px;
}

.mail-save {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
    padding-bottom: 8px;
}
.mail-save span {
    color: #7F7F7F;
    font-weight: 400;
    /* padding-right: 3px; */
}
.yellow-down{
    width: 16px;
    margin-left: 18px;
}

/*.new-address {*/
/*    width: 100%;*/
/*    float: left;*/
    /* border-radius: 50px; */
    /* text-align: center; */
/*     background-color: #7f1431; */
/*    color: #3d3d3d;*/
/*    font-weight: 500;*/
/*    font-size: 24px;*/
/*    margin-top: 24px;*/
    /* padding: 17px 30px; */
/*    margin-bottom: 6px;*/
/*    border: none;*/
    /* padding-left: 25px; */
    /* padding-right: 25px; */
/*    cursor: pointer;*/
/*}*/
/*.new-address:hover {*/
/*     color: #f6f6f6; */
/*     background-color: #212121; */
/*}*/


.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: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
}


/*sucesspage*/
.success-main{
    float: left;
    width: 100%;
    padding: 98px 0px 41px 0px;
    position: relative;
    border-top: 1px solid #ededed;
}
.success-box{
    float: none;
    margin:auto;
    display: block;
    width: 49%;
    /* background-color: #f8f8f8; */
    /* border: 1px solid #d4d4d4; */
    border-radius: 24px;
    padding: 47px 62px;
}
.success-img{
    float: none;
    margin:auto;
    display:block;
    width: 281px;
}

.success-box h1{
    text-align: center;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-top: 12px;
}
.success-box h1 span{
    color:#7f1431 ;
}
.success-box h2{
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 11px;
    line-height: 144%;
}
.success-box h3{
     text-align: center;
     width: 100%;
     font-size: 22px;
     font-weight: 400;
     color: #7f1431;
     margin-top: 25px;
}
.success-box a h5{
    width: 166px;
    float: none;
    height: 49px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 18px;
    font-size: 16px;
    background-color: #de383c;
    border-radius: 13px;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    /* border: 1px solid  #7f1431; */
    /* box-shadow: inset 0 0 0 0 #4A171E; */
    transition: ease-out 0.4s;
}

/* Hover Effect */
.success-box a h5:hover  {
    color: white;
    background: #000;
}


/*contactus*/

.contact-full{width: 100%;float: left;padding: 40px 1%;}
.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: #de383c;
    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: #272626;
    display: block;
    font-weight: 300;
    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 {
       margin-top: 15px;
       cursor: pointer;
       border: 1px solid transparent;
       background-color: #dd4347;
       text-decoration: none;
       float: left;
       width: 182px;
       height: 56px;
       text-align: left;
       font-size: 16px;
       font-weight: 500;
       align-items: center;
       justify-content: center;
       display: flex;
       border-radius: 10px;
       color: #fff;
       transition: all ease-in-out .5s;
       -webkit-transition: all ease-in-out .5s;
       -moz-transition: all ease-in-out .5s;
    }
.contact-snd2:after{
        content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s 
ease;
}
.contact-snd2:hover:after{
        left: 130%;
}
.contact-snd2:hover{
    background-color: #000;
    text-decoration: none;
    color: #fff;
    border: 1px solid #000;
    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 !important;color: #000;line-height: 28px;margin-bottom: 10px;}
.offer-sec h1 span{
    font-weight:600;
}
.offer-sec h1{
        float: left;
    text-align: left;
    width: 100%;
    color: #000;margin-bottom:20px;
    font-weight: 400;
    font-size: 36px;
}
.offer-sec{
    width:100%;
float:left;
    padding:60px 1%;
}
@media(max-width:575px){
    .log_set select{
        width:100%!important;
    }.user_detail_box .update-ret2{
        float:left!important;
    }
    .success h1 {
    font-size: 20px!important;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}.success-check {
    width: 75px!important;
}
        .cart-item__details {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }    .cart-item {
        flex-direction: column;
    }    .action-btn span {
        display: none;
    }
    .check-btn {
    width: 45%;}

.check-1{
    width: 100%!important;
    padding-right: 0px!important;
}

.check-2{
    width: 100%!important;
}
.saved-1 {
    margin-bottom: 20px!important;
    float: left!important;
}
.space {

gap: 15px!important;

flex-direction: column!important;
}
.two-saved {
display: block!important;
}
     .mobile-menus {
    display: flex!important;
    justify-content: center;
    gap: 21px!important;
    align-items: center!important;
    /* margin-top: 14px; */
}
    .mob-need .search-bar {
    margin-top: 10px!important;
    margin-bottom: 10px;!important}
    .hd-top {
    /* margin-bottom: 10px; */
    width: 100%;
    float: left;
    text-align: center;
    height: auto;
    background: #000;
    padding: 11px 0;
}
.com-table{
    padding-left:0;        background-position: center;
}
.com-table .nav-pills{
    width:100%;right:0;        margin-top: 60px;
}.head-com h2 {
    float: left;
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 2%;
    top: 15px;
}.t-img{
    height:185px;
}
.adv1{
    margin-top:0;
}
.bg-box h5 {
    font-size: 26px;
    color: #fff;
    padding: 22px 5% 0;
    text-transform: uppercase;
}.bg-box h5 {
    font-size: 26px;
    color: #fff;
    padding: 22px 5% 0;
    text-transform: uppercase;
}
.footer{
    text-align:center;
}
.social-ico a{
    float:none;
    display:inline-block;
}
.ftr-left p{
    width:100%;
}.quick-links a{
    width:50%;
}
.why-box{
    margin-bottom:10px;
}
}
.slide .splide__pagination{
    left:inherit;
}
.slide .splide__pagination li button {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
    height: 2px;
    margin-right: 10px;
}
.splide__pagination__page.is-active {
    background: #de383c!important;width: 22px;}
.tab-content .trending-box{
    border:0!important;
}
.p2-carousel .owl-nav{
    /* width: 100%; */
    position: absolute;
    right: 0;
    top: -60px;
    float: right;
}.p2-carousel .owl-nav img:hover{
    /* background-color: #000; */
    border-radius: 100%;
    opacity: 1;
}
.p2-carousel .owl-nav img{
    opacity: .2;
    width: 35px;
}
.p2-carousel .owl-prev{
    transform: rotate(180deg);
    margin-right: 10px;
}
.p2-carousel .owl-next{
    
}.phone-prefix {
    position: absolute;
    /* top: 31%; */
    left: 0;
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #757587;
    z-index: 1;
    pointer-events: none;
    border-right: solid 1px rgb(0 0 0 / 15%);
    padding-right: 13px;
    height: 55px;
}.phone-prefix span.flag {
    margin-right: 5px;
}.phone-prefix img {
    height: 16px;
    width: auto;
    margin-right: 5px;
}   .flg90 {
    padding-left: 100px !important;
}
.ratings-reviews {
    float: left;
    width: 100%;
    padding: 0px 1%;
}
.review-1 h2{
    font-size: 36px;
    color: #111111;
    font-weight: 400;
}
.review-1 h2 span{
    font-weight:600;
}
.review-1 {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 92px;
}.product-information h2 {
    font-size: 28px;
    font-weight: 600;
}
.review-btn:hover{
    background:#000;
}
.review-btn {
    background: #de383c;
    border: none !important;
    font-size: 15px !important;
    font-weight: 500;
    width: 140px;
    height: 44px;
    justify-content: center;
    flex: unset;
}.butn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}.butn:hover::after {
    left: 130%;
}.overall-rating {
    float: left;
    width: 100%;
    display: flex;
    gap: 15px;
    padding-top: 13px;
    align-items: center;
}.rating-value {
    display: flex;
    float: left;
    background-color: green;
    padding: 4px 19px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    gap: 8px;
}.rating-star {
    width: 17px;
}.rating-count {
    font-size: 15px;
    font-weight: 500;
    color: #356700;
}.review-box {
    float: left;
    width: 100%;
    padding: 58px 0px 6px 0px;
    display: flex;
    gap: 30px;
}.review-header {
    display: flex;
    align-items: flex-start;
    /* gap: 30px; */
}.rating-badge {
    background: #008000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    gap: 4px;
}.rating-badge-img {
    width: 14px;
}.review-title {
    display: flex;
    align-items: center;
    gap: 69px;
}

.review-title h3 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin: 0;
}.stars {
    color: #ffb721;
    /* margin-left: auto; */
    /* width: 27px; */
    /* float: left; */
    font-size: 25px;
    line-height: 0px;
}.review-text {
    margin: 7px 0;
    color: #353434;
    font-size: 16px;
    font-weight: 400;
    width: 87%;
    line-height: 28px;
}.review-images {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 18px 0;
}.review-images img {
    width: 109px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
}.view-more-reviews {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}.review-footer {
    font-size: 14px;
    color: #555;
    padding-top: 11px;
}.reviewer-name {
    color: #a31717;
    font-size: 16px;
    font-weight: 600;
}.review-date {
    font-size: 15px;
    font-weight: 500;
    color: #959595;
}.certified {
    color: #1d6800;
    padding-top: 5px;
    float: left;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}.check-review {
    width: 20px;
    /* margin-right: 2px; */
}.view-all-reviews {
    font-size: 15px;
    text-decoration: underline;
    font-weight: 600;
    color: #952c2e;
    border: none;
    background-color: #fff;
    cursor: pointer;
    float: left;
    padding-left: 7%;
    padding-top: 29px;
    text-transform: uppercase;
}#reviews-write .modal .modal-content {
    height: 100%;
    overflow-y: auto;
}#reviews-write .modal .modal-content {
    height: 100%;
    overflow-y: auto;
}

#reviews-write .modal-content {
    border-radius: 0;
    border: none;
    height: 100%;
}.myreview-modal-etc .modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}.attach-label {
    font-size: 18px;
    font-weight: 600;
}
.attach-close{
    margin-top: -18px !important;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    po':';
    po': initial';
    po': a';
    top: 22px;
    right: 10px;
}
.attach-close span{
    color:#000;
}
.myreview-name-md {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: black;
}.myreview-desc {
    float: left;
    width: 100%;
    color: black;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 20px;
}.myreview-frm {
    float: left;
    width: 100%;
}.myreview-log-set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}.myreview-tt-b2b {
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: 600;
    padding-bottom: 16px;
}.myreview-log-form .myreview-log-set input[type="text"], .myreview-log-form .myreview-log-set input[type="password"], .myreview-log-form .myreview-log-set input[type="mail"], .myreview-log-form .myreview-log-set input[type="email"], .myreview-log-form .myreview-log-set input[type="tel"], .myreview-log-form .myreview-log-set select, .myreview-log-form .myreview-log-set textarea, .myreview-log-form .myreview-log-set .myreview-file-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;
}.myreview-frm {
    float: left;
    width: 100%;
}.myreview-log-set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}.myreview-tt-b2b {
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: 600;
    padding-bottom: 16px;
}.myreview-log-form .myreview-log-set .myreview-file-input {
    height: auto !important;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    border-radius: 15px;
    background-color: #f9f9f9;
    border-top: solid 1px rgba(0, 0, 0, 0.15) !important;
    border-left: solid 1px rgba(0, 0, 0, 0.15) !important;
    border-right: solid 1px rgba(0, 0, 0, 0.15) !important;
}.myreview-frm-str {
    float: left;
    width: 50%;
}.myreview-str-none {
    padding-bottom: 5px !important;
}.myreview-rating-one {
    float: left;
}#reviews-write.modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}.myreview-rating-one .fa {
    color: black;
    cursor: pointer;
    font-size: 20px;
    margin-right: 2px;
}.myreview-submit-star {
    float: right;
    border-radius: 12px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(69deg, rgb(222 56 60) 27%, rgb(251 47 51) 79%);
    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;
}
@media(max-width:450px){
     .pay-td-full{
         width:100%!important;
     }
}



/*checkout*/


/*checkoutpag*/
.check-main {
    float: left;
    width: 100%;
    padding: 32px 1%;
    /* background-color: #f7f7f7; */
}
.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;
    float: left;
    width: 100%;
    -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: 20px 23px;
       text-align: left;
       font-size: 20px !important;
       font-weight: 500;
       float: left;
       border-radius: 7px;
       background-color: #f8f8f8;
       width: 100%;
       color: #000;
       /* 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: 38px; */
}
.saved-bg {
    float: left;
    width: 100%;
    /* background-color: #a665e22b; */
    padding-right: 28px;
    padding-left: 28px;
    padding-top: 34px;
    padding-bottom: 13px;
    border-radius: 10px 10px 0px 0px;
    /* margin-bottom: 25px; */
    position: relative;
    border: 1px solid #e5e5e5;
}
.saved-bg h2 {
    float: left;
    width: 100%;
    font-size: 21px;
    color: #000000;
    font-weight: bold;
}
.saved-bg .container1 {
    position: absolute;
    right: 61px;
    top: 26px;
}
.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;
    border-radius: 50px;
    background: #feecec;
}
.saved-bg p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    padding-top: 6px;
    margin-bottom: 5px;
}
.saved-bg .checkmark:after {
        left: 13px;
    top: 5px;
    width: 11px;
    height: 20px;
    border: solid #ffffff;
    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;
}
.saved-bg input:checked ~ .checkmark {
    background: #59a446; /* green */
}

.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: #1f6f0b;
    font-weight: 500;
    padding-right: 3px;
}
.del-ed {
    float: right;
    width: 100%;
    bottom: 24px;
    /* margin-bottom: 8px; */
    float: left;
    width: 100%;
    border-top: none !important;
    border: 1px solid #e5e5e5;
    border-radius: 0px 0px 10px 10px;
    display: flex;
}

.del-img{
   width: 30px;
   float: none;
   object-fit: cover;
}
.del-a,.edit-a span{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.del-a{
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    padding: 15px 38px 15px 29px;
    /* background-color: #2762cd2b; */
    border-radius: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.edit-a{
    float: left;
    text-align: center;
    padding: 15px 38px 15px 42px;
    /* background-color: #2762cd2b; */
    border-radius: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.edit-img{
       width: 32px;
   float: none;
   object-fit: cover;
}
/*.new-address {*/
/*     display: block;*/
/*     padding: 16px 23px;*/
/*     text-align: left;*/
/*     font-size: 20px !important;*/
/*     font-weight: 500;*/
/*     float: left;*/
/*     border-radius: 7px;*/
/*     background-color: #f8f8f8;*/
/*     width: 30%;*/
/*     color: #000;*/
/*     border-radius:50;*/
/*     margin-top: 48px;*/
/*}*/


.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: 15px;
    font-weight: 600;
    float: left;
}
.radio-p{
    float: left;
}
.space{
    float: left;
    margin-top: 30px;
    padding-bottom: 12px;
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}
.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: 500;
    top: 0px;
    font-size: 15px;
    display: inline-block;
    color: #000;
    margin-bottom: 0px;
}
.space [type="radio"]:checked + label:before,
.space [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 30px;
    height: 30px;
    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: #de3842;
    position: absolute;
    top: 4px;
    left: 8px;
    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: 15px;
    color: #000000;
    font-weight: 500;
    /* padding-top: 7px; */
}

.field-type {
    float: left;
    width: 100%;
    height: 54px;
    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: 10px;
    font-weight: 400;
}
.field-type-cart {
    float: left;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: none;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400;
}
.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: 33px;
    height: 157px;
    padding: 15px;
}



.check-btn {
  text-transform: uppercase;
  flex: 1;
  display: inline-flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-right: 15px;
  padding: 13px 63px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s ease;
  white-space: nowrap;
}



/* Shine effect */
.check-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.check-btn:hover::after {
  left: 130%;
}

/* Add to Cart */
.frm-save {background: linear-gradient(90deg, rgb(224 57 61) 0%, rgb(236 66 70) 100%);}


.frm-cancel {
  background: linear-gradient(90deg,rgba(70, 69, 70, 1) 0%, rgba(42, 39, 40, 1) 100%);

}




.two-saved{
    display: flex;
    gap: 9px;
}
.check-1{
    float: left;
    width: 70%;
    padding-right: 18px;
}
.check-2{
    float: right;
    width: 28%;
}


/*checkout-part2*/
.order-box {float: left;margin: auto;width: 100%;}

/* ORDER SUMMARY */
.order-summary {
    background: #fff5f7;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    /* border: 1px solid #e5e5e5; */
}

.order-header {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 15px;
    text-align: center;
    border-radius: 7px 7px 0 0;
    MARGIN-BOTTOM: 8PX;
}

.order-item {
    display: flex;
    align-items: flex-start;
    padding: 16px 17px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.order-item img {
    width: 58px;
    height: 60px;
    border-radius: 6px;
    margin-right: 12px;
    object-fit: cover;
}

.order-text {
    flex: 1;
}

.order-text p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #000;
    line-height: 18px;
}

.price {
    display: block;
    color: #de3842;
    font-weight: bold;
    margin-top: 4px;
    font-size: 14px;
}

.ex-tot{
    padding: 0px 20px;
    MARGIN-TOP: 3px;
}
.coin{
    width: 30px;
}
.custom-radio {
    padding-bottom: 13px;
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    position: relative;
    user-select: none;
}

/* hide default input */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* outer circle */
.radio-mark {
    height: 22px;
    width: 22px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    margin-top: 2px;
    transition: all 0.3s ease;
}

/* inner circle */
.radio-mark:after {
    content: "";
    position: absolute;
    top: 5.5px;
    left: 5.5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #de3842;
    display: none;
}

/* checked state */
.custom-radio input:checked ~ .radio-mark {
    border-color: #ff989e;
}
.custom-radio input:checked ~ .radio-mark:after {
    display: block;
}

/* text wrapper */
.radio-text {
    display: flex;
    flex-direction: column;
    line-height: 18px;
}

.use-text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.green {
    color: #057339;
    font-weight: 500;
    font-size: 15px;
    margin-top: 3px;
}
.pay-option {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  /* border: 1px solid #eee; */
  /* font-family: Arial, sans-serif; */
  margin-top: 30px;
  float: left;
  width: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 30px; */
}
.order-total {
    padding: 12px 5px 12px 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.check-tt p span{
    text-align: right;
    float: right;
}
.order-total p {
    margin: 0px 0;
    font-size: 17px;
    font-weight: 600;
}.order-total .total {
    font-size: 18px;
    font-weight: bold;
}.order-total .save {
    color: #065c06;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
}.order-total .save span {
    font-weight: bold;
}.loyalty-box {
    background: #fff;
    /* border: 1px solid #e5e5e5; */
    border-radius: 12px;
    overflow: hidden;
}.loyalty-header {
    background: #443d3d;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 12px 12px 0 0;
    display: flex
;
    align-items: center;
    gap: 12px;
    justify-content: center;
}.coin {
    width: 30px;
}.loyalty-content {
    padding: 18px 19px;
    background-color: #fff5f7;
}.available {
    font-size: 17px;
    margin: 0;
    color: #000;
    font-weight: 500;
}.points {
    font-size: 18px;
    color: #0f08a0;
    font-weight: 700;
    margin: 4px 0 10px;
}.custom-radio {
    padding-bottom: 13px;
    margin-top: 15px;
    display: flex
;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    position: relative;
    user-select: none;
}.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}.radio-text {
    display: flex
;
    flex-direction: column;
    line-height: 18px;
}.use-text {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}.green {
    color: #057339;
    font-weight: 500;
    font-size: 15px;
    margin-top: 3px;
}.pay-option {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* border: 1px solid #eee; */
    /* font-family: Arial, sans-serif; */
    margin-top: 30px;
    float: left;
    width: 100%;
    /* display: flex
; */
    /* flex-direction: column; */
    /* gap: 30px; */
}.pay-header {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 15px;
    text-align: center;
}.pay-content {
    padding: 30px 18px;
    background: #fff5f7;
    display: flex;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    gap: 24px;
}.pay-radio {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    user-select: none;
}.pay-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}.pay-radio input:checked ~ .pay-mark {
    border-color: #ff999f;
}
.pay-mark {
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s 
ease;
}.pay-radio input:checked ~ .pay-mark:after {
    display: block;
}
.pay-mark:after {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #de3842;
    display: none;
}.pay-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  /* margin-top: 10px; */
  /* float: left; */
  /* width: 100%; */
}
.pay-logos img {
  width: 68px;
  object-fit: contain;
}

/* Safe note */
.pay-safe {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f7fce8;
  border-radius: 10px;
  padding: 12px;
  /* margin: 15px; */
  font-size: 13px;
  color: #333;
  font-weight: 500;
  margin: 21px 0px;
}
.pay-safe-icon {
  width: 30px;
  color: #1f6f0b;
  margin-top: 2px;
}
.pay-safe-text {
  line-height: 18px;
  font-size: 13px;
}

/* Button */

.pay-butn {
    width: 100%;
  flex: 1; 
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  padding: 13px 0px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: none;
  z-index: 1;
  transition: background 0.3s ease;
  white-space: nowrap; 
}



/* Shine effect */
.pay-butn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

/* Hover effect */
.pay-butn:hover::after {
  left: 130%;
}

.pay-btn {
    background: linear-gradient(90deg, rgb(222 56 60) 0%, rgb(237 67 71) 100%);
}
.ptice-tot{
    font-weight: 600;
}
.discount{
    color: #0c338e;
}


.check-prefix {
    top: 36% !important;
    left: 15px !important;
    height: 52px !important;
}
@media(min-width:576px) and (max-width:767px){
       .check-btn {
    width: 45%;}

.check-1{
    width: 100%!important;
    padding-right: 0px!important;
}

.check-2{
    width: 100%!important;
}
.saved-1 {
    margin-bottom: 20px!important;
    float: left!important;
}
.space {

gap: 15px!important;

flex-direction: column!important;
}
.two-saved {
display: block!important;
}
}
@media(min-width:768px) and (max-width:991px){
       .check-btn {
    width: 45%;}

.check-1{
    width: 100%!important;
    padding-right: 0px!important;
}

.check-2{
    width: 100%!important;
}
.saved-1 {
    margin-bottom: 20px!important;
    float: left!important;
}
.space {

gap: 15px!important;

flex-direction: column!important;
}
.two-saved {
display: block!important;
}
}
.cart-page-wrapper {
    display: flex;
    float: left;
    width: 100%;
    gap: 20px;
    padding: 35px 0px;
}.cart-list-section {
    flex: 2;
    /* background-color: #fff; */
    /* padding: 15px; */
    border-radius: 4px;
    float: left;
    width: 100%;
}.full-cart {
    padding-bottom: 40px;
}.cart-item {
    display: flex;
    background-color: #f8f8f8;
    padding: 25px 21px 37px 21px;
    border-radius: 9px 9px 0px 0px;
    /* border-bottom: 1px solid #ccc; */
    gap: 26px;
    position: relative;
}.cart-item__media {
    display: flex;
    /* gap: 20px; */
}.cart-item__image {
    width: 121px;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
}.cart-item__details {
    flex-grow: 1;
}.cart-item__title {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 11px 0;
    line-height: 25px;
}.cart-item__metadata {
    font-size: 14px;
    color: #5a5a5c;
    margin: 0 0 10px 0;
    font-weight: 600;
}.cart-item__delivery {
}
.price__current {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    /* margin-right: 10px; */
}.price__original {
    text-decoration: line-through;
    color: #6b6767;
    font-size: 16px;
    /* margin-right: 10px; */
    font-weight: 500;
}.price__discount {
    color: #28a745;
    font-weight: bold;
    font-size: 17px;
}.cart-item__delivery {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    background: linear-gradient(90deg, rgba(255, 239, 240, 1) 0%, rgba(250, 244, 245, 1) 100%);
    padding: 11px 11px;
    /* width: 100%; */
    border-radius: 4px;
    gap: 16px;
    margin-left: 10px;
}.delivery__date {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    /* margin-right: 10px; */
}.cart-item__actions-bar {
    display: flex
;
    /* padding: 20px 23px; */
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
}.action-btn {
    text-align: left;
    background: none;
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 22px;
    cursor: pointer;
    text-transform: uppercase;
    transition: color 0.2s;
    border-right: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}.cart-item__actions-bar img {
    width: 19px;
    /* margin-right: 3px; */
}.cart-item__selector {
    background: none;
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 22px;
    cursor: pointer;
    text-transform: uppercase;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
}.cart-item__selector input[type="checkbox"] {
    width: 23px;
    height: 22px;
    border-radius: 20px;
    cursor: pointer;
    accent-color: #348607;
}.full-cart {
    padding-bottom: 40px;
}.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: 20px;
    width: 100%;
    background: #000;
    margin-bottom: 0px;
    padding: 12px 0px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-weight: 500;
}.apply-discount form {
    float: left;
    width: 100%;
    padding: 15px 20px;
    background: #fff5f7;
    border-radius: 10px;
}.discount-label {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    padding-top: 11px;
    margin-bottom: 9px;
}.field-type-cart {
    float: left;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: none;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400;
}.apply-code {
    float: left;
    border-radius: 8px;
    text-align: center;
    background-color: #48524c;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0px;
    width: 100%;
    padding: 13px 36px;
    margin-bottom: 4px;
    border: none;
    /* padding-left: 25px; */
    text-transform: uppercase;
    /* padding-right: 25px; */
    cursor: pointer;
}.view-coupons {
    padding-bottom: 7px;
    float: left;
    width: 100%;
    background: #fff5f7;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding-top: 3px;
    /* letter-spacing: 1px; */
    /* text-decoration: underline; */
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}.coupon-img {
    float: right;
    width: 25px;
    /* margin-right: 15px; */
    object-fit: cover;
    position: relative;
    /* top: -6px; */
    opacity: .9;
    filter: brightness(0);
}.clp-card {
    float: left;
    width: 100%;
    padding: 0px !important;
}.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: 14px;
    margin-bottom: 10px;
}.apply-btn {
    float: left;
    cursor: pointer;
    border-radius: 10px;
    background-color: #48524c;
    text-align: center;
    color: white;
    padding-top: 8px;
    font-size: 14px;
    width: 100%;
    height: 42px;
    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;
}.price-box {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
    float: left;
    margin-bottom: 17px;
}.price-header {
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 9px 0px;
    text-align: center;
    font-size: 20px;
}.price-body {
    padding: 26px 22px;
    font-size: 14px;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fff5f7;
}.price-1 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
}.total-box {
    font-weight: 700;
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 23px;
}.total-box b {
    font-size: 20px;
    display: block;
    margin-top: 4px;
}.save-text {
    color: green;
    text-align: center;
    margin: 8px 0;
    font-weight: bold;
}.pay-safe {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f7fce8;
    border-radius: 10px;
    padding: 12px;
    /* margin: 15px; */
    font-size: 13px;
    color: #333;
    font-weight: 500;
    margin: 21px 0px;
}.pay-safe-icon {
    width: 30px;
    color: #1f6f0b;
    margin-top: 2px;
}.pay-safe-text {
    line-height: 18px;
    font-size: 13px;
}.pay-btn {
    background: linear-gradient(90deg, rgb(222 56 60) 0%, rgb(247 92 96) 100%);
}
.pay-butn {
    width: 100%;
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 1;
    transition: background 0.3s ease;
    white-space: nowrap;
}.pay-butn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}.pay-butn:hover::after {
    left: 130%;
}

/*success*/

.success{
    float: left;
    width: 100%;
    background-color: #f7fcea;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}
.success-check{
    width: 95px;
}
.success h1{
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}
.success-qty{
color: #ed1c24;
    font-size: 18px;
    font-weight: 500;
}
.success-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    width: 100%;
    align-items: center;
    gap: 30px;
}
.success-a{
    font-size: 18px;
    font-weight: 500;
    color: #df4446;
    text-transform: capitalize;
    text-decoration: underline;
}

.success-h3{
        width: 80%;
}



.success-cart {
  display: none; /* hidden by default */

}

.success-a {

  cursor: pointer;
}

.success-a .toggle-icon {
   width: 24px;
   margin-left: 9px;
   margin-top: -2px;
   transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.success-a.active .toggle-icon {
  transform: rotate(180deg);
}

.full-cart-success{
    /*    width: 100%;*/
    /*display: block;*/
    /*margin: auto;*/
    /*max-width: 900px;*/
}.full-cart-success .success-qty{
    padding-left:10px;display:inline-block;
}
.full-cart-success .cart-item__delivery{
    margin-left:0;
}
.slide .splide__arrows{
    display:none;
}.my-carousel2{
    float:left;
}
#product-carousel-splide .splide__pagination__page.is-active {
    background: #000 !important;
    width: 22px;
}#product-carousel-splide .splide__pagination li button {
    background: #000;
    transform: scale(1.4);
    z-index: 1;
    height: 2px;opacity:1!important;
    margin-right: 10px;border-radius:0!important;
}
#product-carousel-splide .splide__pagination{
   bottom:-10px; 
}
#brand-carousel-splide{
        float: left;
    width: 100%;
}
#product-carousel-splide .splide__arrows{
    float: right;
    position: absolute;
    right: 2%;
    top: -50px;
}
#product-carousel-splide .splide__arrow--prev{
    position: absolute;
    left: -60px;
    background: transparent;
    border: 1px solid #cecece;
}
#product-carousel-splide .splide__arrow--next{
  right: -20px;
    position: absolute;
    background: transparent;
    border: 1px solid #cecece;
}.splide__arrow svg{
  opacity: .5;
    width: 30px !important;
    padding: 2px;
}
#product-carousel-splide .splide__arrow--next:hover{
    background:#000;
}#product-carousel-splide .splide__arrow--next:hover svg{
    opacity:1!important;filter:invert(1);
}
#product-carousel-splide .splide__arrow--prev:hover{
    background:#000;
}#product-carousel-splide .splide__arrow--prev:hover svg{
    opacity:1!important;filter:invert(1);
}
.splide__slide{
    width:100%;
}
.p-info-head {
    width: 20%;
    float: left;
}.product-information h2 {
    font-size: 28px;
    font-weight: 600;
}.p-info-details {
    width: 80%;
    float: left;
}.details-table {
    padding-top: 8px;
    display: grid
;
    grid-template-columns: 150px 20px auto;
    row-gap: 23px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}.details-table {
    padding-top: 8px;
    display: grid;
    grid-template-columns: 150px 20px auto;
    row-gap: 23px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}.description {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    width: 85%;
    line-height: 24px;
}.p-info-head h2 {
    font-size: 36px;
       color: #111111;
    font-weight: 400;
}.p-info-head h2 span{
      font-weight: 600; 
}.view-more-pro {
    color: #126504;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 23px;
}
.attri-pro{
    width:100%;
    float:left;
    margin-bottom:30px;
}
@media(min-width:576px){
    .mobile-main{
        display:none;
    }
}
@media(max-width:575px){
    .my-carousel{
        display:none;
    }
}



.myreview-rating-one {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.myreview-rating-one input[type="radio"] {
    display: none;
}

.myreview-rating-one label.star {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}

.myreview-rating-one label.star:hover,
.myreview-rating-one label.star:hover ~ label.star,
.myreview-rating-one input[type="radio"]:checked ~ label.star {
    color: #ffcc00;
} 









/* css for account billing and shipping form */
.error_msg 
{
    color:red;
    margin-top:0px;
    font-size:14px;
}
.phone-prefix3 {
    margin-top: 35px;
    margin-left:10px;
}


.save-new-address {
    float:left;
    border-radius: 13px;
    background-color:white;
    width: 187px;
    height: 49px;
    border: none;
    font-weight:500;
    font-size: 16px;
    margin-right: 14px;
    text-align:center;
    line-height: 34px;
       background-color: #000000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* box-shadow: inset 0 0 0 0 #4A171E; */
    transition: ease-out 0.4s;
    margin-right: 10px;
    font-family: 'Rubik';
    /* transform: translateY(-2px); */
    box-shadow: 0 4px 0px #fff;
}

/* Hover Effect */
.save-new-address:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #d09c51;
}


.cancel-new-address {
   float:left;
   border-radius: 13px;
   background-color:white;
   width: 108px;
   height: 49px;
   border: solid 1px #272727;
   font-weight:500;
   font-size: 16px;
   margin-right: 14px;
   text-align:center;
   line-height: 34px;
     background-color: #000000;
    color: white;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   /* box-shadow: inset 0 0 0 0 #4A171E; */
   transition: ease-out 0.4s;
   margin-right: 10px;
   font-family: 'Rubik';
   transition: ease-out 0.4s;
   font-family: 'Rubik', sans-serif;
   box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.cancel-new-address:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #052E70;
}

.new-address {
    width: 30%; 
    float: left;
     border-radius: 50px; 
     text-align: center; 
    background-color:#f8f8f8;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
    padding: 10px 15px;
    margin-bottom: 6px;
    border: none;
     padding-left: 25px; 
     padding-right: 25px; 
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    border-radius: 15px;
}
.new-address:hover {
     color: white; 
     background-color: #e30635; 
}


/*css for login form */
.b2b-bg {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.b2b-bg .log_box {
    margin: auto;
    max-width: 600px;
    width: 100%;
    background: #d09c511f;
    padding: 30px;
    border-radius: 20px;
    display: table;
    float: none;
}

/* Show the signin form by default */
.b2b-bg #signin {
    display: block; /* Or 'table' if you need that layout */
}


/* Ensure inputs are clickable */
.b2b-bg .log_box input {
    pointer-events: auto !important;
    cursor: text !important;
    opacity: 1 !important;
    background: white !important;
    position: relative;
    z-index: 1;
}

/* Ensure the log_box is above other elements when shown */
.b2b-bg .log_box.active {
    display: block; /* Or 'table' if needed */
    position: relative;
    z-index: 100;
}
.tt-b2b {
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: black;
    font-weight: 500;
    padding-bottom: 16px;
    font-family: 'Rubik', sans-serif;
} 


.log_set .option {
    width: 100%;
    float: left;
    /* padding: 0 18px; */
    font-size: 14px;
    line-height: 30px;
    color: #454545;
        font-family: 'Rubik', sans-serif;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px;
    position: relative;
}
.log_set .option > input {
    position: absolute;
    opacity: 0;
    height: 16px;      /* match fake checkbox size */
    width: 16px;
    cursor: pointer;
    left: 0;
    top: 6px;          /* align vertically with fake box */
    margin: 0;
    padding: 0;
}


.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 #118405;
}
.log_set input:hover + .checkbox {
    border-color: #052e70;
}
.log_set input:focus + .checkbox {
    border-color: #052e70;
}
.log_set input:focus + .checkbox:before{
    border-color:#ee3425;
}


.reset-psw{
        /* position: absolute; */
        right: 0;
        bottom: 33px;
        font-size: 12px;
        font-weight: 500;
        z-index: 11;
        color: #b3190e;
        right: 20px;
        font-family: 'Rubik', sans-serif;
        float: right;
        margin-top: 15px;
        text-align: left;
        padding-left: 10px;
} 
/* Ensure OTP form has same centering as other forms */
#otp-verification {
    display: none;        /* hide by default */
    margin: auto;
    max-width: 600px;
    width: 100%;
    background: #d09c511f;
    padding: 30px;
    border-radius: 20px;
    float: none;
    box-sizing: border-box;
}

/* Show OTP form when active */
#otp-verification.active {
    display: block;
}

.new-user{
        font-size: 15px;
    color: #000;
    font-weight: 600;
}
.cat-bx {
        width: 100%;
    float: left;
    font-size: 14px;
    color: #787b7d;font-weight:400;
}
.cat-bx span{
    font-weight:500;
}
.empty-carts{
    width: 100%;
    text-align: center;
    float: left;
}.no-product{
    width: 100%;
    padding: 40px 0;
}
.shop-continue{
    color: #de383c;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.empty-carts img{
    width: 100px;
}.megamenu-list h4 a{
    color:#000;    font-weight: 400;
}
.cart-sec-full img{
        width: 100px;
}
.tot-full{
    position: absolute;
    right: 10px;
    top: 30px;
}
.tot-full h5{
    color: #de3a3e;
    font-size: 17px;
}
.tot-full h4{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.addCart_buyNow{
    margin-bottom:0;
}
#panel-one .mail{
    border-right: none;
    float: right;
    padding-top: 16px;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
#panel-one .support{
        float: right;
    padding-top: 16px;
    color: #fff;
    font-size: 16px;
}
#panel-one{
    background: #de383c;
    width: 100%;
    float: left;
    padding: 10px 2%;
}
.tel-b2b img{
    filter:brightness(111);
}.forgot-boq {
    border: 0;
    background: transparent;
    font-size: 16px;
    color: #de383c;
    font-weight: 600;
}
.back_btn{
    border: 0;
    background: transparent;
    font-size: 16px;
    color: #de383c;
    font-weight: 600;
    float: left;
}
.support img{
    width: 30px;
    filter: invert(1);
    margin-right: 6px;
    height: 25px;
    object-fit: contain;
}
.mail img{
    width: 30px;
    filter: invert(1);
    margin-right: 6px;
    height: 30px;
    object-fit: contain;
}
#apply_coupon_box{
    width: 100%;
    margin-top: 10px;
    float: left;
}
#apply_coupon_box input{
    width: 65%;
    border: 1px solid #cecece;
    padding: 6px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    color: #000;
}
.couponxx1{
    float: right;
    font-size: 13px;
    width: 35%;
    padding: 8px 0;
    border-radius: 0 5px 5px 0;
    background: #de3842;
    border: 0;
    color: #fff;
}
.couponxx1:hover{
    
}.check-tt p {
    width:100%;
    float: left;
}.check-tt{
    width: 100%;
    float: left;
}
.cart-sec-full{
    width:100%;
}
.h-o{
        position: absolute;
    left: -50px;
    top: 4px;
    color: #59a446;
}
#coupon-remove{
    float: right;
    font-size: 13px;
    width: 35%;
    padding: 8px 0;
    border-radius: 0 5px 5px 0;
    background: #000;
    border: 0;
    color: #fff;
}
.coupon-success{    width: 100%;
    float: left;
    font-size: 14px;
    color: #1cb01c;}
  #coupon_discount {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    border-top: 1px solid #cecece;
    padding-top: 10px;
}
.dis-span{
    font-size: 15px;
    color: #b23b3b;
    font-weight: 600;
}
.num-span{
    float: right;
    font-size: 15px;
    color: #b23b3b;
    font-weight: 600;
}
#productContainer{
    width:100%;
    float:left;
    padding:50px 0;
}
.tag-search {
    background: #de383c;
    position: relative;
    right: 7%;border:0;
    padding: 18px;
    border-radius: 0 40px 40px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}.tag-search:hover{
        background: #000;
}
.rate{
    float: right;
    padding-top: 10px;  color:#de383c;
}
.suggestions li a{
    color:#de383c;
}
.user_detail_area{
    
}
.user_detail_area h2{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.user_detail_box{
    width: 100%;
    float: left;
    background: #ffedee;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.user_full{
    
}
.new1{
    
}
.new1 img{
    width: 80%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}
.checkbox-div
{
    width: 20%  !important;
}
.user_full h6{
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.user_full span{
    font-size: 15px;
}
.user_full h5{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    clear: both;
}
.return-list{
        float: left;
    width: 100%;
    padding: 0 1%;
}
.log_set select{
    width: 40%;
    color: #000;
    border:  1px solid #cecece;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: -20px;
}.log_set textarea{
    width: 100%;
    border: 1px solid #cecece;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.user_detail_box h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    float: left;
    clear: both;
}
.user_detail_box p{
    font-size: 15px;
    color: #972125;
    font-weight: 600;
    clear: both;
}
.user_detail_box .update-ret2{
    float: right;
    background: #de383c;
    border: 0;
    font-size: 15px;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
}
.user_detail_box .update-ret2:hover{
    background: #000;
}

/*css for loader */
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #8B4513;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} 
.review-image-wrapper {
    position: relative;       /* KEY PART */
    display: inline-block;
    margin-right: 10px;
}

.delete-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 10;
}

.delete-btn .delete-icon {
    width: 15px;
    height: 15px;
}
.contact-full h2{
    font-size: 30px;
    width: 100%;
    float: left;
}
.contact-full p{
    font-family: "Outfit", sans-serif !important;
}
.contact-full h3{
    font-size: 20px;
    color: #000;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.info-b{
    
}
.info-b ul{
    padding: 0;
    font-family: "Outfit", sans-serif !important;
}
.info-b li{
    position:relative;
    width: 100%;
    float: left;
    font-size: 15px;
    font-family: "Outfit", sans-serif !important;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    padding-left: 20px;
}
.info-b li:after{
    position:absolute;
    content:'';
    width: 10px;
    height: 10px;
    background: #df3d42;
    left: 0;
    top: 10px;
}
.info-b hr{
    display:none;
}
.abt-s h3{
        font-size: 20px;
        width: 100%;
        color: #de393d;
        font-weight: 600;
        float: left;
}
.abt-s{
    
}
.abt-s ul{
    padding: 0;
}
.abt-s li{
    position: relative;
    width: 100%;
    float: left;
    font-size: 15px;
    font-family: "Outfit", sans-serif !important;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    padding-left: 20px;
}
.abt-s li:after{
    position:absolute;
    content:'';
    width: 10px;
    height: 10px;
    background: #df3d42;
    left: 0;
    top: 10px;
}