body{
    margin: 0;
    font-size: 16px;
    line-height: 26px;
     font-family: "Poppins", sans-serif;
}

ul{
    margin: 0;
    padding: 0;
} 
/*li{
    list-style: none;
}*/
a{
    text-decoration: none;
    transition: all .5s ease;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
.container-fluid{
    padding: 0px 75px;
}

.cont-cent-cent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-cent-rgt{
    display: flex;
    justify-content: right;
    align-items: center;
}
.cont-midd{
    display: flex;
    align-items: center;
}
.mar-aauto{
    margin: auto;
}

/*....................... default css end ................*/



/*.................. Mega Menu Css .........................*/


.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}



/* nav menu button */

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.menu-btn__lines,
.menu-btn__lines::before,
.menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #132f48;
  transition: all 0.4s ease-in-out;
}

.menu-btn__lines::before,
.menu-btn__lines::after {
  content: "";
  position: absolute;
}

.menu-btn__lines::before { transform: translateY(-0.5rem); }
.menu-btn__lines::after { transform: translateY(0.5rem); }

.navbar .menu-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li a {
  text-decoration: none;
  color: #112f48;
}

/* dropdown menu */

.dropdown { position: relative; }

.expand-btn:after {
  content: " \25BE";
  opacity: 0.4;
  margin-left: 5px;
}

.dropdown-menu,
.menu-right {
  position: absolute;
  background: #e9ecef;
  width: 190px;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  top: 65px;
  border-top: 1px solid white;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.menu-right { top: 0; left: 100%; }

.dropdown-menu,
.menu-left { left: unset; right: 0; }

.menu-left { left: -100%; }

.menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 0.8rem;
  font-size: 15px;
}

.menu-item:hover { color: #ff5722; }

.menu-item.first-item { 
    padding: 0.5rem;
 }

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dropdown-right:hover .menu-right {
  opacity: 1;
  visibility: visible;
}

.dropdown-right:hover .menu-left { left: -100%; }

/* mega menu */

.mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 65px;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s;
}

.mega-menu .content {
  background: #fafafa;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  width: 100%;
  box-shadow: 0 20px 50pxrgb(0 0 0 / 5%);
  border-radius: 5px;
}

.blog .content { grid-template-columns: repeat(4, 1fr); }

.col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 20px;
}

.col .img-wrapper {
  width: 100%;
  height: 20vw;
  overflow: hidden;
  position: relative;
}

.col img {
  transition: 0.3s ease;
}

.col .img-wrapper:hover img { transform: scale(1.1); }

.menu-title {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.mega-links { border-left: 1px solid #e0e0e0; }

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.container p { color: #000000; }
h1 { font-weight: 700; color: #ffffff; text-transform: uppercase; }

/* Hamburger animation */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
}

/* Responsive */

@media screen and (max-width: 1024px) {

  .menu-btn { display: flex; }

  .navbar .menu-items {
    position: fixed;
    height: 100%;
    width: 80%;
    top: 0;
    left: 0;
    background: #fcfcfc;
    display: block;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
    overflow-y: auto;
  }

  .menu-items.open { transform: translateX(0); }

  .menu-items li a {
    padding: 10px 1rem;
    font-size: 14px;
  }

  .dropdown-menu,
  .menu-right,
  .mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transition: 0.5s ease;
  }

  .expand-btn.open + .sample {
    max-height: 100%;
    transform: scaleY(1);
  }

  .mega-menu .content {
    grid-template-columns: 1fr;
  }
}

.slide-ul{
    text-align: center;
}
.fulludslide{
background-color: #ffdfd7;
padding: 8px 0;
}
.slide-ul-li{
    font-size: 15px;
    font-weight: 400;
}
.logo-gb img{
    width: 90%;
}


.label {
  font-size: .625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: +1.3px;
  margin-bottom: 1rem;
}

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #fafafa;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}

.flx-bxixonn{
    display: flex;
    justify-content: space-between;
}
.div-brd{
    background-color: #e9e9e9;
  width: 1px;
  height: 25px;
}
.main-seclg{
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}
.sing-fxxx h5{
    font-size: 16px;
    color: #000000;
}
.main-headermenu{
    border-bottom: 1px solid #f0f0f0;
}
.img-mainhe img{
    width: 100%;
    border-radius: 8px;
    margin: 5px 0;
}
.menu-item-im{
    padding-bottom: 14px;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.menu-item-im img{
    border-radius: 4px;
}
.main-boxtext  h5{
    font-size: 16px;
    text-align: center;
    color: #92641d;
    font-weight: 300;
}
.main-boxtext{
    background-color: #f2e4d8;
    border-radius: 50px;
    padding: 10px 20px;
}
.main-threline{
    padding-top: 15px ;
    padding-bottom: 25px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-nav button {
    background: rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
  font-size: 36px !important;
  width: 45px;
  height: 45px;
  border-radius: 50px !important;
  pointer-events: auto;
}

.owl-nav button:hover {
    background: #000 !important;
}
.owl-theme .owl-nav [class*="owl-"]{
    margin: 25px;
}
.img-owlc img{
    border-radius: 10px;
}
.main-centerdap{
    padding-top: 20px;
    padding-bottom: 30px;
}
.main-dapp{
    text-align: center;
    background: linear-gradient(90deg,rgba(249, 242, 236, 1) 35%, rgba(252, 221, 214, 1) 100%);
    padding: 50px 30px;
    border-radius: 10px;
}
.main-dapp h3{
    font-size: 32px;
  line-height: 42px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.main-dapp h5{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 300;
}
/* Owl Dots Custom Size */
.owl-carousel .owl-dots .owl-dot {
    width: 55px !important;
    height: 5px !important;
    margin: 5px 5px;
    border-radius: 5px;
    background: #ccc !important;
}
.owl-theme .owl-dots .owl-dot span{
    width: 0;
    height: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #000 !important;
}
.main-dapp-2 h3{
    font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.main-sh img{
    width: 100%;
    border-radius: 10px;
    transition: transform 0.5s ease, filter 0.5s ease;
}
.shoprol{
    padding: 50px 0;
}
.main-sh {
    position: relative;
}
.mnnimg{
   position: absolute;
   top: 25px;        
   left: 50%;
   transform: translateX(-50%);
   font-size: 34px;
  line-height: 44px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
}
.img-ss img{
    width: 100%;
  border-radius: 150px;
  height: 350px;
  object-fit: cover;
  margin-bottom: 10px;
  border: 4px solid #fff;
  box-shadow: rgba(60, 64, 67, 0.16) 0px 1px 2px 0px, rgba(60, 64, 67, 0.12) 0px 1px 3px 1px;
}
.skidth{
    background-image: url(../images/banner-grey.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0; 
}
.discount{ 
    background-color: red;
    padding: 1px 7px ;
    color: #fff;
    font-size: 12px;
}
.slide-flld{
    position: relative;
}
.pos-re-1 img{
    position: absolute;
  left: -1px;
  top: 0;
  width: 7%;
  z-index: 1;
  height: 100%;
}
.pos-re-2 img{
    position: absolute;
  right: -1px;
  top: 0;
  width: 7%;
  z-index: 1;
  height: 100%;
}
.img-ss-box{
    margin: 0 20px;
}
.slide-flld .owl-carousel .owl-dots {
  display: none !important;
}
.image-prosale img{
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}
.sale-sec{
    padding-bottom: 80px;
}
.left-imgg img{
    width: 100%;
}
.content-seh h4{
    font-size: 30px;
  line-height: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #92641d;
}
.content-seh a{
    font-size: 16px;
    color: #fff;
    background-color: #000;
    padding: 8px 20px;
    text-transform: uppercase;
}
.content-seh {
    text-align: center;
}
.ami-catesec{
    background-color: #f2e4d8;
    padding: 70px 0;
}
.categry-box{
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.49) 35%);
    padding: 10px;
    margin-bottom: 20px;
}


.testimonial-card {
  background: #f9f4ef;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  height: 100%;
  height: 450px;
}



.testimonial-text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
}

.testimonial-name {
  font-size: 1.2rem;
  margin: 0;
}

.testimonial-role {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 0.4;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.testimonial-quote{
    background-color: #92641d;
  padding:10px;
  display: inline-block;
}
.testimain-sec{
    padding: 80px 0;
}





.footer-title {
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}

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

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
}

.footer-links a:hover {
    color: #fff;
}

.social-icons a {
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
    transition: .3s;
}

.social-icons a:hover {
    background: #f5b700;
    color: #fff;
}

.secure-pay img {
    vertical-align: middle;
}
.shp-foo img{
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
}
.footer{
    position: relative;
    padding-top: 170px !important;
}
.footer-bottom p{
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}


/* ======Home Page Responsive Start====== */

@media only screen and (min-width:0px) and (max-width: 767px){
    
  .container-fluid{
    padding: 0 10px;
  }
  .lft-sdiediv{
      display: none;
  }
  .ntm-ei{
      font-size: 14px;
  }
  .mainmid-box{
      padding: 20px !important;
  }
  .ups-controls {
      display: flex !important;
      justify-content: center !important;
  }
  .ups-header{
      display: block !important;
  }
  .View-detailbtn{
      display: inline-flex; 
  }
  .fulludslide{
    display: none;
  }
  .logo-gb img{
    display: none;
  }
  #searchQueryInput {
    height: 2.2rem;
  }
  .searchBar{
    margin-bottom: 5px;
  }
.sing-fxxx h5 {
    font-size: 10px;
}
.div-brd{
    height: 18px;
}
.logo-gb-mb img{
  width: 175px;
}
.main-boxtext h5 {
    font-size: 12px;
}
.main-boxtext{
  margin-bottom: 5px;
  padding: 7px 20px;
}
.main-threline{
    padding-top: 5px;
    padding-bottom: 10px;
}
.owl-theme .owl-nav [class*="owl-"]{
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
    width: 35px !important;
    height: 5px !important;
}
.img-ss img{
    height: 230px;
}
.image-prosale img{
    height: 240px;
}
.text-sscs h6{
    font-size: 14px !important;
    line-height: 22px;
}
.main-centerdap {
    padding-top: 10px;
}
.main-dapp{
  padding: 20px 15px;
}
.main-dapp h3 {
    font-size: 20px;
    line-height: 30px;
}
.main-dapp h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.shoprol{
  padding: 20px 0;
}
.main-dapp-2 h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}
.mnnimg{
    top: 15px;
    font-size: 16px;
    line-height: 26px;
}
.main-sh{
  margin-bottom: 15px;
}
.skidth{
  padding: 100px 0;
}
.content-seh h4 {
    font-size: 22px;
    line-height: 32px;
}
.main-boxtext h5 img{
  width: 15px;
}
.pos-re-1, .pos-re-2{
  display: none;
}
.img-ss-box {
    margin: 0 10px;
}
.secure-pay img{
  margin-top: 5px;
}
.footer {
    padding-top: 65px !important;
}
.testimain-sec {
    padding: 50px 0;
}
.wishlist-icon, .compare-icon {
  padding: 0px !important;
  width: 30px !important;
  height: 30px !important;
}
.compare-icon {
  top: 50px !important;
}  
.toolbarContainer{
    display: none !important;
}
.dropdown-menu-custom {
    left: -80px !important;
  }
  .debug-bar-dinlineBlock{
      display: none;
  }
  .unique-popup-box {
  width: 90% !important;
  }
  .product-card i{
      font-size: 12px;
  }
  .full-form-main{
      margin-bottom: 15px;
  }
}
@media only screen and (min-width:767px) and (max-width: 3000px){
  .logo-gb-mb img{
    display: none;

  }
  
}







/*============= Log in Popup Css ====================*/



 /* Background Overlay */
.unique-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* Popup Box */
.unique-popup-box {
    width: 35%;
    background: #fff;
    border-radius: 5px;
    padding: 40px 28px;
    position: relative;
    background-image: url(../images/bg-beigecolor.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Close Button */
.unique-popup-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 16px;
    cursor: pointer;
}

/* General View Hide */
.unique-view { display: none; }

/* OTP */
.unique-otp-input {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    margin-right: 8px;
}

.unique-view h4{
  font-size: 25px;
  line-height: 35px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.fromb{
  padding: 10px 20px;
}
.unique-popup-box a{
  color: #8f9779;
}
.button-sub{
  background-color: #000;
  border: 0;
  border-radius: 0;
  padding: 15px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cent-contce{
  display: flex;
  justify-content: center;
}

.sing-fxxx {
    position: relative;
    display: inline-block;
}

/* Hide dropdown initially */
.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: -50px;
    background: #fff;
    border: 2px solid #e8e8e8;
    padding: 0px 0;
    border-radius: 2px;
    width: 150px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 1000;
}

.dropdown-menu-custom li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s;
}

.dropdown-menu-custom li a:hover {
    background: #f5f5f5;
}

/* On hover show dropdown */
.sing-fxxx:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
}


.btn-success:hover {
  color: #fff;
  background-color: #92641d;
  border-color: #92641d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #92641d;
    border-color: #92641d;
}



/*============= Products Css ====================*/
.mobile-filter-btn {
      display: none;
    }

    /* Mobile sidebar */
    .mobile-filter-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 80%;
      height: 100vh;
      background: #fff;
      z-index: 2000;
      transition: 0.4s;
      overflow-y: auto;
      padding: 20px;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
    }

    .mobile-filter-menu.open {
      left: 0;
    }

    .filter-close-btn {
      font-size: 22px;
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 15px;
    }

    /* Show hamburger on mobile */
    @media (max-width: 991px) {
      .mobile-filter-btn {
        display: block;
      }
      .desktop-filter-box {
        display: none;
      }
    }

    .filter-title {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 15px;
    }

    /* Accordion */
    .accordion-button {
      font-weight: 600;
      background-color: #fafafa !important;
      border-bottom: 1px solid #eee !important;
    }

    .accordion-button:not(.collapsed) {
      color: #000;
      box-shadow: none;
    }

    /* Color items */
    .color-item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
      cursor: pointer;
    }

    .color-circle {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 1px solid #ccc;
    }

    .product-card {
      border: 1px solid #eee;
      border-radius: 4px;
      overflow: hidden;
      transition: 0.3s ease;
      background: #fff;
      margin-bottom: 5px;
    }

    .product-card:hover {
      transform: translateY(-3px);
    }

    .discount-badge {
      position: absolute;
      top: 12px;
      left: 12px;
      background: #d9534f;
      padding: 3px 10px;
      color: #fff;
      border-radius: 4px;
      font-size: 12px;
      z-index: 5;
    }

  .wishlist-icon, .compare-icon {
  position: absolute;
  right: 12px;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  cursor: pointer;
  color: #000000;
  transition: 0.3s;
  border: 0;
  z-index: 5;
}

/* Active state */
.wishlist-icon.active, .compare-icon.active {
  background: #ff4d4d;
  color: #fff;
}

    .wishlist-icon { top: 12px; }
    .compare-icon { top: 60px; }

    .product-img {
      width: 100%;
  height: 450px;
  object-fit: cover;
    }

    .old-price { text-decoration: line-through; color: #777; font-size: 14px; }
    .new-tag { background: #16c26e; padding: 3px 8px; color:white; border-radius: 4px; }

    .main-commonbanner{
      padding-top: 20px ;
      padding-bottom: 50px;
    }
    .breadcm li a{
      color: #000;
    }
    .fill-tish{
      font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
    }

    .vadgecross{
      font-size: 14px;
  background-color: #92641d;
  padding: 8px 16px;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
    }

    .text-sscs h6{
      color: #000;
      font-size: 16px;
      margin-bottom: 7px;
    }
    .text-sscs p{
      color: #000;
    }

    .unique-sort-btn {
  background: transparent;
  font-weight: 600;
  border: none;
}

.unique-sort-menu {
  background: #ffffff;
  width: 220px;
  border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.1);
  padding: 5px 0;
}

.unique-sort-item {
  padding: 8px 16px;
  font-size: 15px;
  cursor: pointer;
}

.unique-sort-item:hover {
  background: #f1f1f1;
}

.unique-sort-item.active {
  background: #dcdcdc !important;
  font-weight: 600;
}
.unique-sort-text{
  font-weight: 400;
}
.accordion-item {
  border:none;
}
.accordion-button {
  background-color: #fff !important;
}
.accordion-body{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}


/*======== Wishlist Css Start ===========*/


.wish-fav{
  padding-bottom: 50px ;
  padding-top: 15px;
}
.billine-he h5{
  font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
}
.plist-row {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}
.plist-remove {
  font-size: 1.3rem;
  cursor: pointer;
  color: #777;
}
.plist-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
}
.plist-btn-cart {
  background: #1e1e1e;
  color: white;
  padding: 11px 10px;
  text-transform: uppercase;
  font-size: 15px;
}
.plist-btn-cart:hover{
  color: #fff;
}
.headc-nm{
  font-size: 20px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
}











/* ====================Cart Side Bar Css ===================*/




  

    /* overlay behind panel */
    #cartx-overlay{
      position: fixed;
      inset:0;
      background: rgba(0,0,0,0.35);
      opacity:0;
      pointer-events:none;
      transition: opacity .28s ease;
      z-index:5555;
    }
    #cartx-overlay.cartx-visible{
      opacity:1;
      pointer-events:auto;
    }

    /* Offcanvas panel */
    #cartx-offcanvas{
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 500px;
      max-width: 100%;
      box-shadow: -6px 0 30px rgba(0,0,0,0.12);
      transform: translateX(110%);
      transition: transform .32s cubic-bezier(.2,.9,.2,1);
      z-index: 55555;
      display: flex;
      flex-direction: column;
    }
    #cartx-offcanvas.cartx-open{
      transform: translateX(0);
    }

    /* header (fixed inside panel) */
    #cartx-header{
      flex: 0 0 auto;
      padding: 18px 20px;
      border-bottom: 1px solid #e6e2de;
      display:flex;
      align-items:center;
      justify-content: space-between;
      gap: 12px;
      background: #fff;
      z-index: 10;
    }
    #cartx-title{
      font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
    }
    #cartx-close-btn{
      background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 6px 8px;
  color: #8f9779;
  font-weight: 700;
  
    }

    /* main scrollable content area */
    #cartx-content{
      flex: 1 1 auto;
      overflow-y: auto;
      padding: 18px 18px 12px 18px;
      -webkit-overflow-scrolling: touch;
      background-color: #fff;
      font-family: "Montserrat", sans-serif;
      background-image: url(../images/bg-beigecolor.jpg);
      background-position: center;
      background-repeat: no-repeat;
    }

    /* each cart item */
    .cartx-item{
      display:flex;
      gap: 14px;
      align-items:flex-start;
      padding: 14px;
      border: 1px solid #e6e2de;
      border-radius: 4px;
      margin-bottom: 14px;
      background: white;
      position: relative;
    }
    .cartx-item img{
      width:72px;
      height:72px;
      object-fit:cover;
      border-radius: 2px;
      flex: 0 0 72px;
      border: 1px solid #f0f0f0;
    }
    .cartx-item .cartx-item-info{
      flex: 1 1 auto;
      min-width: 0;
      margin: auto;
      font-family: "Montserrat", sans-serif;
    }
    .cartx-item .cartx-item-title{
      margin:0 0 8px 0;
      font-size: 16px;
      line-height: 1.15;
      font-family: "Montserrat", sans-serif;
    }
    .cartx-item .cartx-item-meta{
      font-size: 14px;
    }

    /* remove tiny x on top-right of each item */
    .cartx-item .cartx-item-remove{
      position: absolute;
      top: 10px;
      right: 10px;
      border: none;
      background: transparent;
      font-size: 14px;
      cursor: pointer;
      padding: 4px;
    }

    /* footer (fixed inside panel) */
    #cartx-footer{
      flex: 0 0 auto;
      padding: 18px 20px;
      border-top: 1px solid #e6e2de;
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.98));
    }
    #cartx-subtotal-row{
      display:flex;
      align-items:center;
      justify-content: space-between;
      margin-bottom: 14px;
    }
    #cartx-subtotal-label{
      font-size: 16px;
      color: #000;
    }
    #cartx-subtotal-amount{
      font-size: 18px;
      font-weight:700;
      color: #000;
      font-family: "Montserrat", sans-serif;
    }

    /* buttons */
    .cartx-btn{
      display:block;
      width:100%;
      padding: 12px 14px;
      border-radius: 4px;
      cursor:pointer;
      border: none;
      font-weight:700;
      letter-spacing: .8px;
      margin-bottom: 10px;
    }
    #cartx-viewcart-btn{
      background: #f6f3f1;
      color: #000;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
    }
    #cartx-checkout-btn{
      background: #000;
      color: #fff;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
    }

    /* small responsive tweak */
    @media (max-width:420px){
      :root{ --cartx-width: 320px; }
      .cartx-item img{ width:64px; height:64px; flex: 0 0 64px; }
    }

    
.cartpage-title {
  font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
}

.cartpage-item img {
    width: 140px;
  height: 100px;
  object-fit: cover;
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

.cartpage-name {
    font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
}

.cartpage-price {
    font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.cartpage-desc {
    max-width: 430px;
    font-size: 15px;
    color: #555;
}

.cartpage-qty button.cartpage-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 22px;
    line-height: 1;
}

.cartpage-count {
    padding: 0 15px;
    font-size: 18px;
}

.cartpage-remove {
    font-size: 15px;
    color: #b50000;
    text-decoration: none;
}

.cartpage-total {
    font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
}

.cartpage-box {
    background: #fff;
}

.cartpage-icon {
    font-size: 18px;
}

.cartpage-est-title {
    font-size: 18px;
}

.cartpage-est-price {
    font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
}

.cartpage-checkout {
    background: #1d1d1d;
    color: #fff;
    padding: 11px;
    border: none;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.flx-hd{
  display: flex;
  justify-content: space-between;
}



/*========= Cart Css Start ==========*/


.quantity-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 10px 15px;
  font-weight: 500;
}
.quantity-box button {
  background: none;
  border: none;
  font-size: 20px;
  line-height: 1;
  color: #333;
}
.main-cartsec{
  padding-top: 15px;
  padding-bottom: 50px;
}





/* ====================checkout Css  Start===================*/



.billine-he h5{
 font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
}
.main-lefts{
  background-color: #fcfcfc;
  padding: 40px 45px;
}
.btn-pc{
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 15px 0;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
.lft-main-bx h6{
  font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
}
.ccimg img{
  width: 50px;
  height: 50px;
  border: 1px solid #dfdfdf;
}
.ccimg{
  position: relative;
}
.number-count-2 {
  position: absolute;
  top: -10px;
  right: 7px;
  background-color: #d9534f;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  font-size: 13px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.flx-conttte{
  font-family: "Montserrat", sans-serif;
}
.mn-bdy-ck{
  padding-top: 15px;
  padding-bottom: 50px;
}


/*=========== Product Details Css Start =================*/


/* UNIQUE CLASSES */
.unique-color-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
}

.unique-color-circle.active {
    border-color: #000;
}

.unique-size-box {
    padding: 6px 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 5px;
    font-size: 12px;
}

.unique-size-box.active {
    background: #92641d;
    border-color: #92641d;
    color: #ffffff;
}

.unique-thumb-img {
    width: 90px;
    cursor: pointer;
    border: 2px solid transparent;
}

.unique-thumb-img.active {
    border-color: #000;
}

.unique-review-img {
    width: 140px;
    border-radius: 6px;
}

.unique-rating-star {
    font-size: 20px;
    cursor: pointer;
    color: #ccc;
}

.unique-rating-star.active {
    color: #f4c257;
}

.unique-rating-bar {
    height: 6px;
    background: #eee;
    border-radius: 4px;
    position: relative;
}

.unique-rating-fill {
    background: #f4c257;
    height: 100%;
    border-radius: 4px;
}





/*======= Product Details Css Start ============*/




    :root{
      --accent:#6a8a00;
      --muted:#777;
      --price:#c94a30;
      --card-bg:#fbf9f6;
      --thumb-size:72px;
    }


    /* Left column */
    .gallery {
      display:flex;
      align-items:flex-start;
      gap:20px;
    }

    .thumbs {
      display:flex;
      flex-direction:column;
      gap:20px;
      align-items:center;
    }

    .thumb {
      width: 110px;
      height: 110px;
      border:1px solid #ddd;
      padding:6px;
      background:white;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      overflow:hidden;
      box-shadow:0 1px 0 rgba(0,0,0,.03);
    }
    .thumb img {
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    .thumb.active {
      border:2px solid var(--accent);
      padding:5px;
    }

    /* Main image area with zoom */
    .image-wrap {
      width: 100%;
  max-width: 720px;
  background: var(--card-bg);
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
    }

    .image-inner {
      width:100%;
      height:700px;
      display:block;
      transition: transform .35s ease;
      transform-origin:center center;
      will-change:transform;
      cursor:zoom-in;
    }

    /* Smooth zoom by scaling the image on hover */
    .image-wrap:hover .image-inner {
      transform: scale(1.65);
      cursor:crosshair;
    }

    /* Keep image centered while zooming */
    .image-inner img {
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      pointer-events:none;
      user-select:none;
      object-position: top;
    }

    /* small magnifier icon top-right inside image */
    .magnifier {
      position:absolute;
      top:12px;
      right:12px;
      width:34px;
      height:34px;
      border-radius:50%;
      background:rgba(255,255,255,0.95);
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 2px 4px rgba(0,0,0,.08);
      font-size:16px;
      color:#333;
    }

    .name-pro{
      font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  margin: 10px 0;
    }
    .subtitl{
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
    }
    .star-name i{
      color: #ffc107;
    }
    .price-prood{
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
  line-height: 30px;
    }
    .price-prood-old{
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
    }
    .all-pricetx h6{
        font-size: 12px;
  color: #000;
  padding: 4px 12px;
  background-color: #ffdfd7;
  display: inline-block;
  margin-bottom: 10px;
    }
    .bottom-par{
      margin-bottom: 5px;
    }
    .font-smo{
      font-family: "Montserrat", sans-serif;
    }
    .button-upc{
      text-transform: uppercase;
    }
    .blk-butpm{
      background-color: #212529;
      color: #fff;
    }
    .button-upc-ylw{
      background-color: #92641d;
      border: #92641d;
      color: #fff;
    }
    .main-ssprod{
      padding-top: 15px;
    }
    
    
    .maincommon-sec{
      text-align: center;
    background: linear-gradient(90deg, rgba(249, 242, 236, 1) 35%, rgba(252, 221, 214, 1) 100%);
    padding: 50px 0;
    }
    .headi-cb{
      font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
    }
    .inner-contxt h6{
      font-size: 18px;
      line-height: 28px;
      font-weight: 300;
    }
    .inner-contxt h6 a{
      color: #92641d;
    }
    .mainsec-mya{
      padding: 50px 0;
    }
    .main-nameh h2{
      font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
    }
    .main-nameh h5{
      letter-spacing: .5px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  color:#92641d ;
    }
    .myacc-section-title{
      letter-spacing: .5px;
      font-size: 22px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  color: #92641d;
    }
    .main-singlelb {
  margin-bottom: 15px;
}
.myacc-info-label {
  font-weight: 500 !important;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  color:#92641d !important ;
}
.main-rgtds{
  background-color: #fdfdfd;
  padding: 25px 35px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.rgt-brd{
  border-right: 1px solid #e7e7e7;
}
.nav-link{
  color: #000;
}
.myacc-update-btn{
  background-color: #92641d;
  border: #92641d;
  color: #fff;
  padding: 10px 35px;
  border-radius: 2px;
}
.updt-btn{
  margin-top: 20px;
}
.top-headingdes{
  padding-top: 60px;
  padding-bottom: 50px;
}
.bottm-headt h4{
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(146, 100, 29);
}
.full-form-main{
  background-color: #fcfcfc;
  padding: 50px 40px;
}
.ctn-heading-unique{
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(146, 100, 29);
}
.ctn-info-title-unique{
  font-weight: 500 !important;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #92641d !important;
}
.ctn-info-text-unique{
  margin-bottom: 15px;
}
.social-icons{
  display: flex;
  gap: 8px;
}
.ctn-label-unique{
  margin-bottom: 5px ;
}
.conus-full-bdy{
  padding-bottom: 50px;
}
.full-map-main {
  padding-bottom: 50px;
}

@media only screen and (min-width:0px) and (max-width: 767px){
    
    
    .testimonial-name {
    font-size: 17px;
}
.ups-title {
  font-size: 21px;
  line-height: 31px;
}
.testimonial-card {
    padding: 20px;
}
.testimonial-text {
    font-size: 14px;
    line-height: 24px;
}
   .nav-link {
  font-size: 12px;
  padding: 5px 10px;
} 
    
    .btn-singg {
    font-size: 14px !important;
    padding: 5px 8px !important;
  }
.plist-img {
  width: 100%;
  height: 95px;
  object-fit: cover;
}
.headc-nm {
  font-size: 16px;
}
.text-muted{
  font-size: 10px;
}
.plist-btn-cart{
  margin: 15px 0;
}
.breadcrumb{
  font-size: 14px;
}
.product-img {
  height: 200px;
}
.fill-tish {
  font-size: 16px;
  line-height: 26px;
}
.unique-sort-dropdown .dropdown-item{
  background-color: #fff !important;
}
.unique-sort-dropdown .dropdown-menu{
  overflow: visible;
}
.discount-badge {
  padding: 0px 7px;
  font-size: 10px;
}
.thumb {
  width: 75px;
  height: 75px;
}
.image-wrap{
  height: 380px;
  min-height: 380px;
}
.gallery{
  margin-bottom: 30px;
}
.btn-singg{
  font-size: 14px;
  padding: 5px 8px !important;
}
.img-mainana{
    height: 165px !important;
    object-fit: cover;
}
.sizemini .unique-size-box{
    padding: 4px 10px;
    margin-right: 0px;
    font-size: 10px;
}
.cartx-item .cartx-item-title {
    font-size: 12px;
    line-height: 22px;
}
.cartx-item .cartx-item-remove {
    top: -10px;
    right: -5px;
    border: none;
    background: #ff0000;
    font-size: 9px;
    padding: 0px 9px;
    border-radius: 50px;
    color: #fff;
}
.cartpage-total {
    font-size: 14px;
}
.cartpage-name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.main-lefts{
    background-color: #fcfcfc;
    padding: 40px 25px;
}
.main-rgtds{
    padding: 25px 15px;
}
}


.search-suggestions{
    display: block;
  position: absolute;
  background-color: #fff;
  z-index: 10000;
  border-width: 0px 1px 1px;
  border-style: none solid solid;
  border-color: currentcolor rgb(244, 244, 244) rgb(244, 244, 244);
  border-image: none;
  border-radius: 0px 0px 15px 15px;
  left: 3%;
  top: 45px;
}
.search-suggestions li{
    padding: 2px 15px;
    font-size: 14px;
}
.main-sh:hover img{
    transform: scale(1.1);  
        filter: grayscale(100%); 
    
}
.img-mainana{
    height: 265px;
    object-fit: cover;
}



.uniq-ord-trigger-btn {
            position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  background-color: #92641d;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 6px 26px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.2s, background-color 0.2s;
        }

        .uniq-ord-trigger-btn:hover {
            transform: scale(1.05);
            background-color: #f9f2ec;
            color: #000;
        }

        /* 2. Modal Header & Title */
        .uniq-ord-header {
            border-bottom: none;
            padding: 20px 20px 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .uniq-ord-title {
            font-size: 24px;
            font-weight: 400;
            color: #000;
            margin: 0;
            font-family: sans-serif;
        }

        /* 3. Form Inputs */
        .uniq-ord-body {
            padding: 20px;
        }

        .uniq-ord-field-group {
            margin-bottom: 10px;
        }

        .uniq-ord-input {
            width: 100%;
            padding: 6px 15px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            font-size: 14px;
            color: #333;
            outline: none;
            transition: border-color 0.2s;
            box-sizing: border-box;
        }

        .uniq-ord-input:focus {
            border-color: #86b7fe;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

        .uniq-ord-input::placeholder {
            color: #6c757d;
            opacity: 1;
        }

        .uniq-ord-select, .daetetime {
            width: 100%;
            padding: 9px 15px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            font-size: 14px;
            color: #333;
            background-color: #fff;
            cursor: pointer;
        }

        textarea.uniq-ord-input {
            min-height: 70px;
            resize: vertical;
            font-family: inherit;
        }

        .uniq-ord-file-wrapper {
            padding: 2px;
            border-radius: 4px;
            background: #fff;
            margin-bottom: 20px;
            font-size: 12px;
        }
        
        .uniq-ord-file-wrapper input[type=file] {
            width: 100%;
        }


        .uniq-ord-captcha-check {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .uniq-ord-captcha-checkbox {
            width: 24px;
            height: 24px;
            border: 2px solid #c1c1c1;
            background: #fff;
            border-radius: 2px;
            cursor: pointer;
        }

        .uniq-ord-captcha-text {
            font-family: Roboto, Arial, sans-serif;
            font-size: 14px;
            color: #000;
        }

        .uniq-ord-captcha-logo {
            text-align: center;
            font-size: 10px;
            color: #555;
            line-height: 1;
        }

        .uniq-ord-captcha-logo img {
            width: 32px;
            opacity: 0.5;
            display: block;
            margin: 0 auto 2px auto;
        }

        /* 6. Submit Button */
        .uniq-ord-submit-btn {
            background-color: #000;
            color: #fff;
            padding: 12px 40px;
            border: none;
            border-radius: 0;
            font-size: 16px;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .uniq-ord-submit-btn:hover {
            background-color: #333;
        }
        .logomn-sdi{
            margin: 0 auto;
        }
        .lft-sdiediv{
            background-image: url(../images/pupup-sc.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 6px 0px 0px 6px;
        }
        @media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 1000px;
    
  }
  
}


        .uni-add-color-circle {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            border: 2px dashed #ccc; /* Dashed default border */
            background-color: #f8f9fa;
            cursor: pointer;
            
            /* Center the Plus Sign */
            display: flex;
            align-items: center;
            justify-content: center;
            
            transition: all 0.2s ease;
        }

        /* Hover Effect */
        .uni-add-color-circle:hover {
            background-color: #e9ecef;
            border-color: #bbb;
        }

        /* The Plus Sign */
        .uni-plus-icon {
            font-size: 18px;
            color: #aaa;
            line-height: 1;
            user-select: none;
        }

        /* State: When color is filled */
        .uni-add-color-circle.filled {
            border: 3px solid #ffffff; /* White border for contrast */
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

        /* Hide plus sign when filled */
        .uni-add-color-circle.filled .uni-plus-icon {
            display: none;
        }
        
        .selector-container {
        font-family: sans-serif;
        max-width: 300px;
        position: relative;
    }

     .custom-input {
        width: 100%;
        padding: 4px 8px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    /* Style the '+ Add Custom Size' option to make it distinct */
    .add-custom-option {
        font-weight: bold;
        color: #0056b3;
        background-color: #f0f8ff;
    }

    /* Wrapper for the input to include a close button */
    .custom-input-wrapper {
        display: none; /* Hidden by default */
        display: flex;
        gap: 5px;
    }

    .close-btn {
        padding: 0 10px;
        cursor: pointer;
        background: #f8f9fa;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
    }
    
    
    
    
    .ups-section {
            padding-bottom: 60px ;
        }

        /* Header Area */
        .ups-header {
            margin-bottom: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .ups-title {
           font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
        }

        /* Custom Navigation Buttons */
        .ups-nav-btn {
            background: #fff;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: #000;
            font-size: 12px;
            transition: all 0.3s ease;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
            margin-left: 8px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .ups-nav-btn:hover {
            color: #333;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        /* Card Container */
        .ups-card {
            border: none;
            text-decoration: none;
            display: block;
            transition: transform 0.3s ease;
            margin: 10px; 
            position: relative; /* Needed for positioning context */
        }

        .ups-card:hover {
            transform: translateY(-5px);
        }

        /* Image Box */
        .ups-img-box {
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative; /* Needed for absolute positioning of checkbox */
            overflow: hidden;
        }

        .ups-img-box img {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 10px 15px rgba(0,0,0,0.15));
            transition: transform 0.3s ease;
            height: 400px;
            object-fit: cover;
        }
        
        .ups-card:hover .ups-img-box img {
            transform: scale(1.05);
        }

        /* --- NEW CHECKBOX STYLES --- */
        .ups-checkbox-wrapper {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.6); /* Slightly transparent white */
            backdrop-filter: blur(2px);
            padding: 6px;
            border-radius: 30px;
            display: flex;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }

        /* Hover state for the wrapper */
        .ups-checkbox-wrapper:hover {
            background: #fff;
            padding-left: 12px;
            padding-right: 8px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        /* The hidden "Add to Cart" text */
        .ups-cart-text {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            color: #333;
            max-width: 0;
            overflow: hidden;
            white-space: nowrap;
            opacity: 0;
            transition: all 0.3s ease;
        }

        /* Reveal text on hover */
        .ups-checkbox-wrapper:hover .ups-cart-text {
            max-width: 100px;
            opacity: 1;
            margin-right: 8px;
        }

        /* The Actual Checkbox Input */
        .ups-input-check {
            width: 18px;
            height: 18px;
            cursor: pointer;
            accent-color: #333; /* Makes the checkbox black when checked */
            margin: 0;
        }

        /* Details Section */
        .ups-details {
            padding-top: 8px;
        }

        .ups-product-name {
            color: #000;
  font-size: 16px;
  margin-bottom: 7px;
        }

        .ups-product-price {
            font-size: 16px;
            color: #333;
            font-weight: 600;
        }
        .mainmid-box{
            background-color: #fcfcfc;
            padding: 50px 80px;
            border-radius: 10px;
        }
        
        
        
        
        
        .ud-text-muted { color: #878a99 !important; }
        .ud-text-primary { color: #405189 !important; }
        .ud-text-success { color: #0ab39c !important; }
        .ud-text-danger { color: #f06548 !important; }
        .ud-fw-medium { font-weight: 500; }
        .ud-fw-bold { font-weight: 600; }
        

        .ud-main-wrapper{
          padding: 60px 0;
        }


        .ud-card-box {
            border: 0;
            margin-bottom: 24px;
            background-color: #ffffff;
            border-radius: 0.25rem;
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
        }

        .ud-card-header-custom {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2e4d8;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
        }

        .ud-card-title-text {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
            color: #495057;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .ud-card-body-custom {
            flex: 1 1 auto;
            padding: 1rem 1.25rem;
        }

        /* --- Buttons --- */
        .ud-btn-soft-success {
            background-color:#0ab39c;
            color: #ffffff;
            border: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .ud-btn-soft-success:hover {
            background-color: #0ab39c;
            color: #ffffff;
        }

        .ud-btn-light-custom {
            background-color: #e20000;
            border-color: #f3f6f9;
            color: #ffffff;
            font-size: 0.875rem;
            padding: 0.25rem 0.5rem;
        }

        /* --- Tables --- */
        .ud-table-custom th {
            font-weight: 500;
            color: #878a99;
            border-bottom: 1px dashed #e9ebec !important;
            text-transform: uppercase;
            font-size: 13px;
        }
        
        .ud-table-custom td {
            vertical-align: middle;
            font-size: 14px;
            padding: 12px 8px;
            border-bottom: 1px solid #e9ebec;
        }

        .ud-table-custom tr:last-child td {
            border-bottom: none;
        }

        .ud-img-thumbnail-custom {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 6px;
        }

        .ud-product-link {
            color: #495057;
            font-weight: 500;
            text-decoration: none;
            display: block;
        }

        .ud-star-rating-box {
            color: #f7b84b; /* Yellow */
            font-size: 10px;
        }

        /* --- Summary Section --- */
        .ud-summary-row td {
            padding: 5px 0;
            border: none;
            font-size: 14px;
        }

        .ud-summary-total-row td {
            border-top: 1px solid #e9ebec;
            padding-top: 15px !important;
            font-weight: 600;
            font-size: 16px;
        }

        /* --- Timeline --- */
        .ud-timeline-wrapper {
            position: relative;
            padding-left: 10px;
        }

        .ud-timeline-step {
            position: relative;
            padding-bottom: 35px;
            padding-left: 50px;
            border-left: 2px dashed #e9ebec;
        }

        .ud-timeline-step:last-child {
            border-left: 2px dashed transparent;
            padding-bottom: 0;
        }

        .ud-timeline-icon-box {
            position: absolute;
            left: -21px;
            top: 0;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #f6f6f6;
            border: 2px solid #f3f6f9;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
            font-size: 16px;
            color: #c49a57;
        }

        .ud-timeline-icon-box.ud-active {
            background-color: #0ab39c;
            color: #ffffff;
            border-color: #0ab39c;
            box-shadow: 0 0 0 3px rgba(10, 179, 156, 0.2);
        }

        .ud-timeline-content h6 {
            font-size: 14px;
            font-weight: 600;
        }

        .ud-timeline-date-text {
            font-size: 12px;
            color: #878a99;
            margin-top: 4px;
            display: block;
        }

        /* --- Sidebar Specifics --- */
        .ud-logistics-icon-lg {
            font-size: 40px;
            color: #405189;
            background: rgba(64, 81, 137, 0.1);
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            margin: 0 auto 15px;
        }

        .ud-avatar-small {
            width: 40px;
            height: 40px;
            border-radius: 4px;
        }

        .ud-contact-list-item {
            margin-bottom: 12px;
            color: #495057;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
        }

        .ud-contact-icon-width {
            color: #878a99;
            width: 16px;
            text-align: center;
        }

        .ud-link-primary {
            color: #405189;
            text-decoration: none;
            font-weight: 500;
            font-size: 13px;
        }

        /* --- Global Grid Tweaks for the Wrapper --- */
        .ud-main-wrapper .row {
            margin-right: -12px;
            margin-left: -12px;
        }
        .ud-main-wrapper .col-xl-9, .ud-main-wrapper .col-lg-8, 
        .ud-main-wrapper .col-xl-3, .ud-main-wrapper .col-lg-4 {
            padding-right: 12px;
            padding-left: 12px;
        }  
        .flex-wrap-main{
            flex-wrap: wrap;
        }
        .flex-wrap-main .selected{
            box-shadow:rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0) 0px -3px 0px inset;
        }
        .View-detailbtn{
            font-size: 12px;
            color: #fff;
            border-radius: 5px;
            background-color: #92641d;
            padding: 6px 15px;
        }
        .View-detailbtn:hover{
            color: #fff;
        }
        .slider-desc{
            font-size: 14px;
        }
        
        
        
        .sucesss{
   background-image: url(../images/bg-ty.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.thankyou-page{
  padding: 80px 0;
  text-align: center;
 
}
.tick-boxx{
  text-align: center;
  background: linear-gradient(90deg,rgba(249, 242, 236, 1) 35%, rgba(252, 221, 214, 1) 100%);
  display: inline-block;
  padding:50px 100px;
  padding-top: 0;
}
.img-text h4{
  font-size: 40px;
  line-height: 50px;
  color: #92641d;
}
.img-text h6{
  font-size: 18px;
  font-weight: 300;
}
.img-tb img{
  margin-top: -30px;
  background-color: #fff;
  border-radius:50%;
}
.contact-line p{
  text-align: center;
  color: #000;
  margin: 20px 0;
}
@media only screen and (min-width:0px) and (max-width: 767px){
  .tick-boxx {
  padding: 50px 20px;
}
}


        .unique-accordion-wrapper .accordion-item {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #ccc;
            border-radius: 0;
        }

        .unique-accordion-wrapper .accordion-button {
            background-color: transparent; 
            box-shadow: none; 
            color: #000; 
            padding-left: 0; 
            padding-right: 0;
            font-weight: 400;
  font-size: 18px;
        }

        .unique-accordion-wrapper .accordion-button:not(.collapsed) {
            background-color: transparent;
            color: #000; 
            box-shadow: none;
        }

        .unique-accordion-wrapper .accordion-button::after {
            background-image: none !important;
            font-family: monospace;
            font-size: 20px;
            font-weight: bold;
            transform: none !important; 
            content: "+"; 
        }

   
        .unique-accordion-wrapper .accordion-button:not(.collapsed)::after {
            content: "-";
        }

        .unique-accordion-wrapper .accordion-body {
            padding-left: 0;
            padding-right: 0;
        }
        
        .spec-group {
            margin-bottom: 1rem;
        }
        .spec-label {
            font-weight: 700;
            color: #000;
            display: block;
            margin-bottom: 2px;
        }
        .spec-value {
            display: block;
            color: #333;
        }

        /* Subsection Headers (Product Speciality, Care, etc.) */
        .subsection-title {
            font-weight: 700;
            color: #000;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            display: block;
        }
        .product-card-img-wrapper {
            position: relative;
            overflow: hidden;
            /* Placeholder background color if image fails to load */
            background-color: #f0f0f0; 
        }
        
        /* The Add to Cart Checkbox Overlay */
        .add-to-cart-checkbox {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 10;
            border-radius: 4px;
            padding: 2px;
        }
        
        /* Make the checkbox slightly larger */
        .add-to-cart-checkbox .form-check-input {
            width: 1.2em;
            height: 1.2em;
            margin: 0;
            cursor: pointer;
            border: 1px solid #333;
        }

        .product-title {
            font-size: 12px;
            line-height: 1.4;
            margin-top: 10px;
            margin-bottom: 5px;
            color: #000;
        }

        .product-price {
            font-weight: 700;
            font-size: 0.9rem;
            color: #000;
        }

        .original-price {
            text-decoration: line-through;
            color: #888;
            font-weight: 400;
            font-size: 0.85rem;
            margin-left: 5px;
        }
        .review-head{
            padding: 30px 0;
            
        }
        .bor-btmm{
            border-bottom: 1px solid #ccc;
            padding-bottom: 15px;
        }
        .full-review{
            margin-bottom: 25px;
        }
        .rev-btn{
            background: #92641d;
            padding: 6px 12px;
            color:#fff;
            font-size: 14px;
            border-radius: 5px;
        }
        .rev-btn:hover{
            color: #fff;
        }
        
        
        
        .ur-rating-container {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            gap: 10px;
        }

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

        
        .ur-rating-container label {
            font-size: 30px;
            color: #ccc;
            cursor: pointer;
            transition: color 0.2s;
        }

        
        .ur-rating-container input[type="radio"]:checked ~ label,
        .ur-rating-container label:hover,
        .ur-rating-container label:hover ~ label {
            color: #ffc107;
        }
        .ur-submit-btn{
            background-color: #92641d;
            padding: 10px ;
            border-radius: 0;
        }
        
        .delivery-wrapper {
            font-size: 14px;
            color: #001f3f; 
        }

 
        .icon-circle {
            width: 25px;
            height: 25px;
            background-color: #f0fdf4;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
        }

        
        .icon-circle i {
            color: #2c3e50;
            font-size: 14px;
        }

        .date-text {
            font-weight: 600; 
        }
        
        .unq-modal-content {
            background-color: transparent;
            border: none;
            position: relative; /* Needed for absolute positioning of the close button */
        }

        /* 2. The Cross Button (Circular styling) */
        .unq-close-btn {
            position: absolute;
            top: -15px;      /* Move slightly outside/above the image */
            right: -15px;    /* Move slightly outside/right of the image */
            z-index: 1056;   /* Ensure it stays on top of everything */
            
            background-color: #fff; /* White background to make the black cross visible */
            opacity: 1;      /* Force full visibility */
            border-radius: 50%; /* Make it a circle */
            padding: 10px;   /* Size of the white circle */
            box-shadow: 0px 2px 10px rgba(0,0,0,0.3); /* Slight shadow for depth */
            transition: transform 0.2s;
        }

        .unq-close-btn:hover {
            transform: scale(1.1); /* Slight zoom on hover */
            background-color: #f8f9fa;
        }

        /* 3. The Image Styling */
        .unq-popup-img {
            width: 100%;
            height: auto;
        }
        
        
        
        .divimg-pro{
            position: relative;
        }      
        
        
.badge-circle {
  position: absolute;
  bottom: -10px;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  right: -15px;
}


.gb-page-container {
            padding: 40px 0;
        }

        .gb-main-heading {
            font-weight: 600;
            text-align: center;
            margin-bottom: 40px;
            color: #2c3e50;
            font-size: 2rem;
        }

        .gb-section-title {
            font-weight: 700;
            font-size: 1.25rem;
            margin-top: 30px;
            margin-bottom: 15px;
            color: #000;
            border-bottom: 2px solid #eee;
            padding-bottom: 10px;
        }

        .gb-text-content {
            font-size: 0.95rem;
            color: #4a4a4a;
            margin-bottom: 15px;
            text-align: justify;
        }

        /* UPDATED LIST STYLES */
        .gb-list-group {
            padding-left: 1.5rem; /* Indentation for bullets */
            margin-bottom: 20px;
            list-style-type: disc; /* Explicitly set to disc (solid circle) */
        }

        .gb-list-item {
            font-size: 0.95rem;
            margin-bottom: 10px;
            color: #4a4a4a;
            display: list-item; /* Ensure it behaves as a list item */
        }
        /* END UPDATED LIST STYLES */

        .gb-highlight-bold {
            font-weight: 700;
            color: #000;
        }

        .gb-contact-link {
            color: #000;
            text-decoration: underline;
            font-weight: 600;
        }

        .gb-contact-link:hover {
            color: #555;
        }

        .gb-address-block {
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 15px;
            font-size: 0.9rem;
        }
        
        .product-card-img-wrapper .card-img-top{
            height: 150px;
            object-fit: cover;
            max-height: 150px;
        }
        
        .oos-txt{
            position: absolute;
  bottom: -10px;
  transform: translate(-50%, -50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.7);
  color: white;
  font-weight: bold;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  right: -10px;
  z-index: 5;
        }
        
        
       

/* Custom Tab Buttons */
.custom-tab-btn {
    color: #333;
    padding: 9px 30px;
    border: none;
    background: #ffffff;
    margin-right: 10px;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.custom-tab-btn.active {
    background: #92641d;
    color: #fff;
}

/* Custom Content Box */
.custom-tab-content {
    background: #ffffff;
    padding: 25px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
} 
.custom-tab-nav{
    margin-bottom: 25px;
}        
@media only screen and (min-width:0px) and (max-width: 767px){
    .custom-tab-btn {
    padding: 3px 10px;
    font-size: 12px;
    }
    .testimonial-card{
        height: 100%;
    }
}



        .faq-tab-section {
            padding: 80px 0;
            background-color: #fff;
        }


        .faq-tab-section .nav-pills .nav-link {
            display: flex;
            justify-content: space-between;
            width: 100%;
            background-color: #fff;
            border: 1px solid #e6e6e6; 
            border-radius: 50px;       
            padding: 12px 25px;
            margin-bottom: 15px;      
            color: #555;
            font-weight: 400;
            transition: all 0.2s ease;
            text-align: left;
        }


        .faq-tab-section .nav-pills .nav-link:hover {
            background-color: #f9f9f9;
        }

 
        .faq-tab-section .nav-pills .nav-link.active {
            background-color: #92641d;
  border-color: #92641d;
  color: #fff;
  font-weight: 600;
        }


        .faq-tab-section .accordion-item {
            border: none;
            border-bottom: 1px solid #eee;
        }

        .faq-tab-section .accordion-button {
            background-color: transparent;
            box-shadow: none;
            color: #000;
            font-size: 1.1rem;
            padding: 20px 0;
        }

        .faq-tab-section .accordion-button:not(.collapsed) {
            color: #000; 
            background-color: transparent;
        }

        .faq-tab-section .accordion-body {
            padding: 0 0 20px 0;
            color: #666;
        }

   
        .faq-tab-section .accordion-button::after {
            content: '+';
            background-image: none; 
            font-size: 24px;
            font-weight: 300;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
            transform: none !important; 
        }

        
        .faq-tab-section .accordion-button:not(.collapsed)::after {
            content: '-';
        }