


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');


:root {
    --body-bg: #f2f2f2;
    --theme-color: #ce9e51;
    --body-color: #555555;
    --title-color: #192324;
    --secondary-color: #7C877F;
    --smoke-color: #EFF1F5;
    --light-color: #f8f9fa;
    --black-color: #2d343b2d343b;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e7e5e5;
    --title-font: "Hanken Grotesk", sans-serif;
    --body-font: "Hanken Grotesk", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}


.product-card * {
    transition: all var(--transition-fast);
}
.original-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--text-muted);
    text-decoration: line-through;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: Poppins, var(--default-font-family);
    background-color: #f5f5f5;
}
:root {
    --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
    --primary-color: #ce9e51;
    --text-primary: #4d4d4b;
    --text-secondary: #757575;
    --text-muted: rgba(34, 34, 34, 0.4);
    --background-white: #ffffff;
    --border-light: #efefef;
    --border-dark: #1f1f1f;
    --button-dark: #252424;
    --button-border: #141414;
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 10px;
    --spacing-lg: 12px;
    --spacing-xl: 19px;
    --radius-sm: 5px;
    --shadow-card: 0 4px 9px 0 rgba(0, 0, 0, 0.09);
    --shadow-button: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    --shadow-subtle: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    --transition-fast: 0.2s ease;
    --transition-medium: 0.3s ease;
    --transition-slow: 0.5s ease;
}

body {
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 16px;
    overflow-x: hidden;
  position: relative; 
  background-color: rgba(0,0,0,0.05); }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

    /* Loader Background */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.8s ease;
}

/* Typewriter Text */
.typewriter-text {
  color: #fff;
  font-size: 2.5rem;
  font-family: monospace;
  border-right: 2px solid #ff6600;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: typing 2s steps(12) forwards, blink 0.7s step-end infinite;
  min-height: 40px;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 13ch; /* Adjust this based on text length */
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}




/* index Promo popup overlay style */
.promo-popup-overlay {
  position: fixed;
  z-index: 99999;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  display: flex; align-items: center; justify-content: center;
}
.promo-popup-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.17);
  max-width: 710px;
  width: 98%;
  padding: 0;
  overflow: hidden;
  position: relative;
  animation: popup-in 0.25s cubic-bezier(.28,.84,.42,1) 1;
}
@keyframes popup-in { from {transform: scale(0.9);} to {transform: scale(1);} }
.promo-popup-content { display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 5px solid #fff; }
.promo-popup-img {
  width: 330px;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
  display: block;
}
.promo-popup-details {
  flex: 1;
  padding: 36px 20px 28px 28px;
  display: flex; flex-direction: column; align-items: flex-start;
  /* justify-content: center; */
}
.promo-popup-title {
 font-size: 1rem;
    color: #7b6337;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #e8b055;
    text-transform: uppercase;
}
.promo-popup-offer {
     font-size: 5rem;
    font-weight: bold;
    color: #191919;
    margin-bottom: 8px;
    font-family: "Libre Caslon Display", serif;
    margin: 40px 0;
}
.promo-popup-offer span{
     font-size: 5rem;
    font-weight: bold;
    color: #191919;
    margin-bottom: 8px;
    font-family: "Libre Caslon Display", serif;
    margin: 40px 0;
}
.promo-popup-desc {
  font-size: 1.13rem;
  margin-bottom: 24px;
  color: #464646;
}
.promo-popup-btn {
  background: #191919;
  color: #fff;
  padding: 11px 34px;
  border: none;
  border-radius: 7px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.15rem;
  margin-bottom: 15px;
  transition: background 0.2s;
  display: inline-block;
}
.promo-popup-btn:hover {
  background: #7b6337;
  color: #fff;
}
.promo-popup-limited {
  font-size: 0.98rem;
  color: #767676;
  margin-top: 20px;
  letter-spacing: 2.2px;
}
.promo-close-btn {
  position: absolute;
  top: 17px; right: 20px;
  background: none;
  border: none;
  font-size: 2.1rem;
  color: #af9368;
  cursor: pointer;
  z-index: 2;
  transition: color 0.1s;
}
.promo-close-btn:hover {
  color: #d55d3e;
}

@media (max-width: 600px) {
  .promo-popup-content { flex-direction: column; }
  .promo-popup-img { width: 100%; border-radius: 16px 16px 0 0; }
  .promo-popup-card { max-width: 96vw; }
  .promo-popup-details { padding: 28px 16px 24px 16px; align-items: center; }
}

/* end index Promo popup overlay style */

.custom-navbar {
  background: rgb(0 0 0 / 25%) !important;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
     }
  .custom-navbar .navbar-brand {
   font-size: 32px;
    font-weight: 600;
    max-width: 250px;
  }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }

    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; }
    

  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .7;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (max-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 1px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }

      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }

.custom-navbar .custom-navbar-nav li .active  {
   color: #fff; opacity: 1; }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }

    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (max-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }

.custom-navbar .custom-navbar-cta li:first-child {
        /*margin-right: 20px;*/ }

.custom-navbar .custom-navbar-cta li {
    margin-right: 10px;
}

.offcanvas-body ul li a{
  color: #ce9e51;
}
.navbar-toggler {
    padding: 0.15rem 0.25rem;
    font-size: 1rem;
    line-height: 1;
    background-color: #ce9e51;
    border: 1px solid #000000;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.heart-icon i{
   font-size: 22px;
    font-weight: bolder;
    color: #fff;
    vertical-align: sub;
}

.form-error { color: #d19a46; }
.newsletter-form input:invalid { outline-color: #d19a46; }

   

.hero {
      background-image: url(../images/page-header-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  padding: calc(4rem - 30px) 0 0rem 0; }


  @media (max-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }

    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }

      .hero .intro-excerpt {
        max-width: 450px; }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }

  
      .hero h1 {
        font-size: 54px; } 

  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px; }

  .hero .hero-img-wrap {
    
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (max-width:768) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
   
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } 
   
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
    
        .hero .hero-img-wrap:after {
          top: -40px; } 


.btn-wrap.align-center {
    text-align: center;
}

.content__item {
  /*  width: 100%;
    height: 100%;*/
    margin-top: 50px;
    padding: 0;
    counter-increment: itemcounter;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.button--pan {
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 700;
    border: 1px solid #2d343b;
    border-radius: 0.25rem;
    overflow: hidden;
    color: #fff;
}
.button {
pointer-events: auto;
    cursor: pointer;
    background: #ce9e51;
    border: none;
    padding: 0.9rem 3rem;
    margin: 0;
    font-family: var(--body-font);
    font-size: inherit;
    position: relative;
    display: inline-block;
    border: 1px solid #ce9e51;
}
.button--pan a{
  text-decoration: none;
}
.ms-2 {
  margin-left: 0.5rem !important;
    color: #fff !important;
    position: relative;
}
.button--pan::before {
    content: '';
    background: #2d343b;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.button--pan span {
    position: relative;
    mix-blend-mode: lighten;
    color: #fff;
}

.button--pan:hover::before {
    transform: translate3d(0, -100%, 0);
}
.button--pan::before {
    content: '';
    background: #2d343b;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.button::before, .button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }

  .btn:hover {
    color: #ffffff;
    background: #ce9e51;
    border-color: #ce9e51; }

  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .btn.btn-primary {
    background: #ce9e51 ;
    border-color: #ce9e51 ; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }


.btn-quick {
    font-weight: 600;
   /* padding: 12px 30px;*/
    border-radius: 30px;
    color: #ffffff;
    background: #2f2f2f;
 /*   border-color: #2f2f2f;*/
}

  .btn-quick:hover {
    color: #ffffff;
    background: #ce9e51;
    border-color: #ce9e51; }

.btn-quick i {
    margin: auto;
    text-align: center;
    font-size: 25px;
    padding: 12px 10px;
    display: block;
}

.section-title {
  color: #2f2f2f; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 6rem 0 2rem; }


  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 200px;
      height: 200px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }

    .why-choose-section .img-wrap img {
      border-radius: 0.25rem; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }

    .feature .icon:before {
   content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: rgb(206 158 81);
    border-radius: 50%;
    right: -12px;
    bottom: 0;
    z-index: -1;
    box-shadow: 2px 1px 5px #969696;
     }

.icon img{
    width: 50px;
    height: 50px;
}

  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }


  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
     -ms-grid-columns: (1fr)[27]; 
    grid-template-columns: repeat(27, 1fr);
    position: relative;
   }

    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 130px;
      height: 130px;
      background-image: url("../images/dots-yellow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 0.25rem;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #ce9e51 ;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgb(206 158 81) }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
    text-align: center; 
    z-index: 5;
  }

    .testimonial-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.testimonial-section .icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto 50px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
    border: 3px solid #ffffff;
}



.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
   
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } 
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }

      @media (max-width:768){

      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgb(217 217 217 / 40%);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #ce9e51 ;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 8px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 5px;
        height: 5px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #ce9e51 ; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }


.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0.25rem;
    overflow: hidden;
}
.card-body a{
  list-style: none;
    text-decoration: none;
}
.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.card-hover img {
  transition: transform 0.4s ease;
}
.card-hover:hover img {
  transform: scale(1.05);
}

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

    .gallery-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.read-more-link {
  color: #ff6600;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.read-more-link:hover {
  text-decoration: underline;
}

.gallary-section {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 0;
}
.gallary-tilte h3{
  font-weight: 700 !important;
    font-size: 25px;
    color: #ce9e51;
}


.footer-section {
background-image: url(../images/ftr-map1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* z-index: 2; */
    padding: 90px 0 20px;
    background-color: rgb(0 0 0 / 96%);
 }

.footer-section p{
  color: #dddddd;
}

  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }

    .footer-section a:hover {
      color: rgb(206 158 81) }

      .footer-section ul li{
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.contact-info li i {
   color: #ce9e51;
    margin-right: 5px;
}
  .footer-section .subscription-form {
     position: relative;
    z-index: 2;
    margin-top: 100px;
    background: #CE9E51;
    text-align: center;
    margin: auto;
    padding: 50px;
    border-radius: 10px;
     }

  
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } 
    .footer-section .subscription-form h3 {
      font-size: 25px;
      font-weight: 500;
      color: #ce9e51 ; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Hanken Grotesk", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #ce9e51 ;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }

.footer-logo-wrap p{
      color: #dddddd;
}

.footer-logo-wrap .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #fc721e;
}

.footer-logo-wrap .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #fc721e;
}

/* Newsletter Section */
.newsletter {
  background: rgb(209 154 70 / 89%);
  border-radius: 20px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.newsletter h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

/* Newsletter Section */
.newsletter {
background: #d19a46;
    border-radius: 20px;
    padding: 50px 25px;
    max-width: 100%;
    margin: 0 auto 60px;
    text-align: center;
}

.newsletter h2 {
 font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Hanken Grotesk';
}

.newsletter-text {
  font-size: 16px;
  margin-bottom: 25px;
  color: #fff;
  opacity: 0.9;
}

/* Newsletter Form */
.newsletter-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.newsletter-form input {
  padding: 14px 18px;
  border: 1px solid #e1c7a3;
  border-radius: 8px;
  font-size: 16px;
  flex: 1 1 240px;
  background: transparent;
  color: #fff;
}

.newsletter-form input::placeholder {
  color: #fff;
  opacity: 0.8;
}

/* Bigger Button */
.newsletter-form button {
  padding: 16px 35px;
  border: none;
  background: #0d0d0d;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #474747;
}


/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding-top: 15px;
  font-size: 14px;
  opacity: 0.8;
}

.newsletter::before {
    content: "";
    position: absolute;
    right: 24px;
    top: 132px;
    height: 101px;
    width: 12%;
    background: url(../images/transparent.png) no-repeat;
    z-index: 1;
    transition: height 0.3s ease-out;
    border-radius: 5px;
    opacity: 0.6;

}

input:focus-visible {
    outline: 1px solid rgb(209 209 209 / 0%);
    outline-offset: 1px;
    border-color: #ffffff;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
}

button:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 3px;
}
.newsletter-form input:focus-visible{
color: #ccc;
}




      .footer-section .links-wrap {
        /* margin-top: 54px;  */
 
      }

    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #ce9e51 ; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #ce9e51 ;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #ce9e51 ;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Hanken Grotesk", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ce9e51 ;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ce9e51 ;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #ce9e51  !important; }

  .site-blocks-table .btn {
    background: none !important;
    color: #2d343b;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #2d343b; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #ce9e51  !important; }

.thankyou-icon {
  position: relative;
  color: #ce9e51 ; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }

.faq-list { width: 100%; }
.faq-question {
  background: none;
  border: none;
  font-size: 1.13rem;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 0.4em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
  outline: none;
  color: #2b2b2b;
  transition: color 0.2s;
}
.faq-question.active,
.faq-question:focus { color: #b99b65; }
.faq-toggle { font-size: 1.7em; margin-left: 1em; }
.faq-answer {
  font-size: 1.02rem;
  padding: 0.5em 0 1em 0;
  color: #444;
  display: none;
  max-width: 96%;
  line-height: 1.65;
}


    /*--------------------slider-------------*/

    .hero-slider .item {
  min-height: 800px;
  position: relative;
}
.hero-slider  .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider  .item .cover {
  padding: 8rem 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.hero-slider  .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.hero-slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 5px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.hero-slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.hero-slider .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.hero-slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.hero-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.hero-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 12d343b;
  border-radius: 0;
}
.hero-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.hero-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.hero-slider .owl-nav .owl-prev:hover {
  background: #2d343b !important;
}
.hero-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 12d343b;
  border-radius: 0;
}
.hero-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.hero-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.hero-slider .owl-nav .owl-next:hover {
  background: #2d343b !important;
}
.hero-slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.hero-slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.owl-carousel .item {
  min-height: 800px;
}
.owl-carousel .owl-item {
  background-color: #2d343b; 
}
 /* Animate text */
    .owl-item.active .header-content h1,
    .owl-item.active .header-content h2,
    .owl-item.active .header-content h4 {
      animation: fadeInUp 1s ease-in-out both;
    }


    .hero-section{
      position: relative;
      width: 100%;
      z-index: 1;
    }
.nav-ber{
      position: fixed;
    z-index: 10;
    width: 100%;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.nav-section{
    position: sticky;
  top: 0;
  overflow: hidden;
}

#top-nav {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  padding: 20px 0;
 /* margin-top: 43px;*/
}

#top-nav.scrolled {
      background-color: #2d343b !important;
    box-shadow: 0 2px 10px rgb(38 36 36 / 20%);
    padding: 20px 0;
}

.feature-box {
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #eee;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 100%;
 display: flex
;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.feature-box img {
  height: 40px;
  margin-bottom: 15px;
}

.feature-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #2d343b;
}

.feature-box a {
  color: #999;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
    margin-left: 10px;
}

.feature-box a:hover {
  color: #2d343b;
  text-decoration: underline;
}

.feature-box .bim-icon {
    color: #ce9e51;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    width: 60px;
    transition: all 0.3s ease-in-out;
    display: table-cell;
    vertical-align: top;
}

.feature-box .cont {
    display: table-cell;
    vertical-align: middle;
}
.feature-box .icon-title {
    font-size: 20px;
    text-align: left;
    margin-left: 10px;
}
.pro-diff{
  margin-top: -70px;
    position: relative;
    z-index: 2;
}


/*.product-card {
  text-align: center;
  overflow: hidden;
}*/

.product-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-card:hover h4 {
       color: #d3a249;
}
    .product-title {
      font-size: 1rem;
      margin-top: 10px;
    }
    .product-price {
      color: #555;
      font-weight: 500;
    }

    .quick-view-btn {

      display: none;
  /*  padding: 10px 15px;*/
    z-index: 10;
    border: 1px solid #fff;
}
.product-card:hover .quick-view-btn {
  display: block;
}
.thumb {
  cursor: pointer;
}
.heading-title{
color: #ce9e51;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.heading-title-big{
  font-size: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1px;
}
.nav-tabs {
    border-bottom: 0;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(45 52 59) !important;
}

.about-bg {
    background-image: url(../images/section-bg-shape-1.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.text-fill {
       color: #ce9e51;
}

.fw-bold {
    font-weight: 700 !important;
    font-size: 40px;
    color: #192324;
}

.fw-bold span{
    color: #7C877F !important;
}

.elementor-8459 .elementor-element.elementor-element-0675101 img {
    width: 100%;
    max-width: 100%;
}

.carcle-t {
  background-color: #2d343b;
}

.about-img-1{
  width: 80%;
  max-width: 100%;
  text-align: left;
}

.about-img-1 img {
   object-fit: cover;
    aspect-ratio: 1 / 0.76;
       width: 100%;
    max-width: 100%;
}

.about-img-2{
width: 75%;
    max-width: 100%;
    text-align: right;
    margin-left: 20%;
    position: relative;
    top: -97px;
    z-index: 3;
}

.about-img-2 img {
    object-fit: cover;
    aspect-ratio: 1 / 0.76;
    width: 100%;
    max-width: 100%;
}

.bg-abt {
    background-image: url(../images/about-us-bg-shape.svg);
    background-position: 60px calc(100% - 40px);
    background-repeat: no-repeat;
    background-size: auto;
}
.carcle-t {
  z-index: 5
}

.positiv-fd{
 top: 15%;
    transform: rotate(-180deg);
    /* writing-mode: vertical-rl; */
    align-items: baseline;
    display: flex
;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: flex-end;
    z-index: 5;
    right: -25px;
}

.cer-95{
  margin-top: 20px;
}

.left-heading-arrow .text-muted::before {
   content: '';
    position: absolute;
    top: 3%;
    left: 15px;
    bottom: 0;
    transform: translateY(-50%);
    background: url(../images/icon-sub-heading.svg) no-repeat left center;
    width: 24px;
    height: 5px;
    background-size: cover;
}

.text-muted {
      font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
   
    color: var(--e-global-color-primary);
    margin-left: 45px;
    text-transform: uppercase;
}

.btn-index{
font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 20px 0px 0px;
    padding: 10px 25px 10px 25px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
   display: flex;
flex-direction: row;
    gap: 5px;
    justify-content: center;
}

.button-content-wrapper .button-icon {
    transition: all 0.4s ease-in-out;
     align-items: center;
    display: flex;
}
.elementor-button span {
    text-decoration: inherit;
}
.icon, .icon::before {
    font-family: elementskit !important;
    speak-as: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.elementor-widget-button .elementor-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--e-global-color-primary);
    transform: skew(45deg);
    transition: all 0.5s ease-in-out;
    z-index: -1;
}



.card-slider {
  display: flex;
  align-items: center;
  justify-content: center;
      padding: 0;

}

.card-wrapper {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
}
.card-list {
  margin-bottom: 70px;
}
.card-list .card-item {
  list-style: none;
      /*max-width: : 420px !important;*/
      background: #fff;
       user-select: none;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}

.card-list .card-item .card-link {
  display: block;
  background: #fff;
  padding: 0px;
  text-decoration: none;
 
}

.card-list .card-item .card-link:active {
  cursor: grabbing;
}

.card-list .card-item .card-link:hover {
  border-color: #ce9e51;
}

.card-list .card-link .card-image {
  width: 100%;
    border-radius: 10px 10px 0 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.card-list .card-link .badge {
color: #222224;
    width: fit-content;
    padding: 8px 0;
    font-size: 1.09rem;
    border-radius: 50px;
    font-weight: 500;
    /* background: #DDE4FF; */
    margin: 10px 0 18px;
}

.card-div p{
    display: inline;
    margin-left: 20px;
    color: #20201e;
    font-size: 1rem;
    transition: 0.4s ease;
    vertical-align: super;
}
.card-list .card-item .card-link .card-div p:hover{ color: #ce9e51;
      margin-left: 25px;}

 

.card-list .card-link .card-title {
color: #434343;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 10px;
}

.card-list .card-link .card-button {
  height: 35px;
  width: 35px;
  color: #ce9e51;
  margin: 30px 0 5px;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ce9e51;
  transform: rotate(-45deg);
  transition: 0.4s ease;
}

.card-list .card-link:hover .card-button {
  color: #fff;
  background: #ce9e51;
}

.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #FFC107;
}

.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.card-wrapper .swiper-slide-button {
  color: #ce9e51;
  margin-top: -35px;
}

.swiper-wrapper{
  padding-left: 0;
}

.card-div{
  padding: 20px
}


@media (max-width: 768px) {
  .card-wrapper {
    margin: 0 10px 25px;
  }

  .card-wrapper .swiper-slide-button {
    display: none;
  }

  /* Responsive Navigation */
  .custom-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* .custom-navbar .custom-navbar-nav {
    display: none;
  } */
  .custom-navbar .navbar-toggler {
    display: block;
    border: 1px solid #ce9e51;
    background-color: #ce9e51;
    color: #000;
  }
  .custom-navbar .navbar-collapse.show {
    display: block;
    background-color: #2d343b;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .custom-navbar .custom-navbar-nav li {
    margin: 10px 0;
  }
  .custom-navbar .custom-navbar-nav li a {
    color: #fff !important;
    font-size: 18px;
  }

  
  .hero {
    padding: 2rem 1rem 4rem 1rem;
  }
  .hero .hero-img-wrap img {
    max-width: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
  .hero .intro-excerpt {
    max-width: 100%;
  }

  /* Product Grid */
  .product-section {
    padding: 3rem 1rem;
  }
  .product-section .product-item {
    width: 100%;
    padding-bottom: 20px;
  }

  /* Testimonials */
  .testimonial-section {
    padding: 3rem 1rem;
  }

  /* Footer */
  .footer-section {
    padding: 3rem 1rem;
  }
}

/* Tablet Media Query */
@media (max-width: 992px) {
  /* Product Grid */
  .product-section .product-item {
    width: 48%;
    margin: 1%;
  }

  /* Gallery Grid */
  .swiper-slide2 {
    width: 48% !important;
    margin: 1%;
  }

  /* Hero */
  .hero .hero-img-wrap img {
    max-width: 80%;
  }

  /* Navigation */
  .custom-navbar .custom-navbar-nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
}



.product-section .product-item {
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 992px) {
  .product-section .product-item {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (max-width: 768px) {
  .product-section .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.text-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-primary);
    padding-left: 45px;
    position: relative;
    text-transform: uppercase;
}

.text-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background: url(../images/icon-sub-heading.svg) no-repeat left center;
    width: 24px;
    height: 5px;
    background-size: cover;
}

.video-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.video-poster {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.video-poster img {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    font-size: 18px;
    color: white;
    background-color: rgb(0 0 0 / 59%);
    border: 2px solid #9f9d9d03;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.3s;
}

.play-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 960px;
  animation: fadeIn 0.3s;
}

.modal-content video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.close {
  position: absolute;
  top: -30px;
  right: 0;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.brandSwiper {
  overflow: hidden;
}
.brandSwiper .swiper-slide {
  width: auto !important;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandSwiper .swiper-slide img {
  max-height: 50px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}
.brandSwiper .swiper-slide img:hover {
  transform: scale(1.05);
  opacity: 1;
  filter: grayscale(0%);
}


.fade-left, .fade-right {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.fade-left {
  left: 0;
  background: linear-gradient(to right, #f5f5f5 70%, transparent);
}
.fade-right {
  right: 0;
  background: linear-gradient(to left, #f5f5f5 70%, transparent);
}


@media (max-width: 768px) {
  .brandSwiper .swiper-slide {
    padding: 10px 15px;
  }
  .fade-left, .fade-right {
    width: 40px;
  }
}

.brand-slider-section {
      position: relative;
    background: #2d343b;
    padding: 100px 0px;
}

.skills-section {
  background: #fff;
}

.skill .progress {
  height: 10px;
  background-color: #dfe6e3;
  border-radius: 20px;
  overflow: hidden;
}

.skill .progress-bar {
  height: 100%;
  width: 0;
  background-color: #1e1e1e;
  border-radius: 20px;
  transition: width 2s ease-in-out;
}

.skills-section {
    background-image: url(../images/section-bg-shape-2.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
}
.skill{
  margin-bottom: 40px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {

  width: 13px;
  height: 13px;

}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #d1a35a;
}

.top-bar {
  background-color: #fff; /* Maroon background */
  font-size: 14px;
}
.ship-d p{
      margin-bottom: 0;
    font-size: 16px;
    color: #ce9e51;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ce9e51;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
  background-color: #c0b7b7;
  color: #000;
}


.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  transition: all 0.3s ease-in-out;
}


.nav-fixed.scrolled {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-sticky {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #1f1f1f; 
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /
}


.nav-sticky .nav-link {
  transition: color 0.3s ease;
}


#top-nav {
  position: fixed;
  top: -100px; 
  left: 0;
  width: 100%;
  z-index: 999;
  background: #1f1f1f;
  transition: top 0.5s ease-in-out; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}


#top-nav.nav-visible {
  top: 0;
}
.top-sec span{
color: #191919;
}


.fa-solid, .fas {
    font-weight: 900;
    color: #ce9e51;
}

.top-sec fas{
  color: #ce9e51;
}

.product-card {
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            padding: 10px; 
        }

        .product-card:hover {
          
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .product-card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 5px;
        }

        .product-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-top: 10px;
            color: #333;
        }

        .product-price {
            font-size: 1.2rem;
            font-weight: bold;
            color: #d3a249;
            margin-top: 5px;
        }

        .old-price {
            text-decoration: line-through;
            color: #888;
        }

        .btn-add-to-cart {
            background-color: #d3a249;
            color: white;
            border-radius: 50px;
            padding: 8px 25px;
            font-weight: 600;
            margin-top: 10px;
            transition: background-color 0.3s ease;
            width: 100%;
        }

        .btn-add-to-cart:hover {
            background-color: #c68f29;
        }


/*---------Button-hover---------*/

.btn-holder {
  display: flex;
  flex-wrap: wrap;
}

.btn-hover {
position: relative;
    display: inline-block;
    background-color: #2d343b;
    border: none;
    cursor: pointer;
    margin: 0;
    /* min-width: 150px; */
    /* overflow: hidden; */
    border-radius: 5px;
}

.btn-hover span {         
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    /* text-transform: uppercase; */
    width: 100%;
    padding: 8px 30px;
    z-index: 2;
    transition: color 0.3s;
    border-radius: 5px;
}


.btn-hover-2::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 0%;
  width: 100%;
  background-color: rgb(215 162 73);
  z-index: 1;
  transition: height 0.3s ease-out;
    border-radius: 5px;
}


.btn-hover-2 span {
  color: #fff;
  /* border: 1px solid rgb(28, 31, 30); */
  transition: color 0.2s;
}

.btn-hover.hover-slide-up:hover::before {
  height: 100%;
}

.btn-hover.hover-slide-up:hover span {
  color: #fff;
}
.btn-square i {
  font-size: 1.3rem; 
  display: grid;

}

.wishlist-btn{
margin-left: 10px;
    padding: 12px 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid #2d2d2d;
    background: transparent;
    border-radius: 5px;
}

.wishlist-btn:hover{
    background: #2d2d2d;
    color: #ffffff;
    box-shadow: 1px 1px 1px #d3a249;
}



/* ------------- tab styles --------*/
.custom-tabs .nav-link {
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #b68c39;
  border: 1px solid #b68c39;
  border-radius: 5px;       /* consistent radius */
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 140px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  transition: color 0.3s ease;
  z-index: 0;
  cursor: pointer;
}

/* Slide-up hover background */
.custom-tabs .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2d343b;
  border-radius: 5px;          /* match link */
  z-index: -1;  
  transition: height 0.35s ease;
}

/* When hovering or focusing, slide the background up */
.custom-tabs .nav-link:hover::before,
.custom-tabs .nav-link:focus::before {
  height: 100%;
}

/* Change text color on hover/focus */
.custom-tabs .nav-link:hover,
.custom-tabs .nav-link:focus {
  color: #fff;
  /* Remove background override so ::before can show */
  background: transparent !important;
  box-shadow: none !important;
}

/* Active tab styles */
.custom-tabs .nav-link.active {
background: #2d343b;
    color: #fff;
    border: 1.5px solid #2d343b;
    transform: scale(1.06);
    z-index: 1;
    transition: transform 0.3s ease;
    position: relative;
    overflow: visible;
    padding: 10px 0;
}

/* Active tab bottom golden line */
.custom-tabs .nav-link.active::after {
content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 4px;
    height: 85%;
    border-radius: 1px;
    border: 1px solid #b68c39;
    pointer-events: none;
    width: 102%;
}

/* Optional: Remove margin on last tab */
.custom-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.section_heading h2{
      font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1px;
    color: var(--title-color);
}

/*---------card-product----------*/

.single_product {
    background: #ffffff;
    /*padding: 10px 10px 30px;*/
}
.product_thumb {
   position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.action_links {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 40%;
    top: 40%;
    opacity: 1;
    z-index: 3;
}

 .action_links ul li:last-child {
    margin-bottom: 0;
}

.product_content {
    text-align: center;
}
.product_content {
       margin-top: 19px;
    text-align: left;
}
.product_content h4 {
    margin-bottom: 4px;
}
.product_content h4 {
font-size: 16px;
    line-height: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    color: #4E4D4C;
    font-family: "Poppins", sans-serif;
}

.product_content a {
    text-decoration: none;
    color: #4E4D4C;
}
.product-card.product-card a:hover {
 color: #d3a249;
}
.product_rating {
    float: inherit;
    margin-bottom: 0;
    display: inline-flex;

}
.reviews-count {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: var(--text-secondary);
    margin-left: 10px;
}

.product_rating ul {
text-align: left;
    margin-bottom: 5px;
}
.product_rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product_rating ul li {
    line-height: 23px;
    margin-right: 3px;
    list-style: none;
}
.price_box {
    float: inherit;
}
.price_box span.old_price {
font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--text-muted);
    text-decoration: line-through;
}
.price_box span {
    line-height: 16px;
}
.price_box span.current_price {
      font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
    color: #1d1d1d;
}

 .product_rating ul li a {
    color: #d3a249;
     font-size: 12px;

}


/*-----------------new arival----------*/

.button-all {
    pointer-events: auto;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 10px 30px;
    margin: 0 auto;
    font-family: var(--body-font);
    font-size: inherit;
    position: relative;
    display: inline-block;
    border: 1px solid #ce9e51;
    text-align: right;
    overflow: hidden; 
}

.button-all i {
    color: #2f2f2f !important;
}

.button-all a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 2; 
}

.button--pan2 {
    position: relative;
    overflow: hidden;
    border: 1px solid #ce9e51;
    border-radius: 0.25rem;
    color: #192324;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    font-family: aktiv-grotesk-extended, sans-serif;
    transition: color 0.3s ease;
}

.button--pan2 a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: inherit;
    text-decoration: none;
}

.button--pan2::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0; right: 0; top: 100%;
    background: #ce9e51;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transform: translateY(0);
    z-index: 1;
}

.button--pan2:hover::after {
    top: 0;
    transform: translateY(0%);
}

.button--pan2:hover a span,
.button--pan2:hover i {
    color: #fff !important;
    mix-blend-mode: normal;
}

   .blog-meta {
      display: flex;
      align-items: center;
      font-size: 13px;
      color: #777;
      gap: 15px;
    }

    .blog-meta span {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .blog-meta i {
      color: #f39c12;
    }



 /* About section */

  .about-banner {
    background: url(../images/about-hero-section.png) center no-repeat;
    min-height: 400px;
  }

.fw-bold-abt {
    font-weight: 700 !important;
    font-size: 80px;
    color: #fff;
}


.breadcrumb-section {
position: relative;
    /* width: 100vw; */
    /* min-height: 100px; */
    /* background: #ccc; */
    display: flex
;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* darken image for readability */
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

.custom-breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}

.custom-breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb-item a {
color: #fff;
    font-weight: 400;
    opacity: .95;
    /* text-shadow: 0 1px 8px #000; */
    text-decoration: none;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    font-size: 2.1rem;
    content: '»';
    padding: 0px 13px;
    vertical-align: middle;
}

.breadcrumb-item:hover a{
  color: #ce9e51;
}

  .feature-box2 {
/*background: #fff; */
    padding: 25px 25px 0 25px;
    border-radius: 12px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s ease;
    text-align: left;
  }

  .feature-box2:hover {
    transform: translateY(-5px);
  }

  .feature-icon {
    font-size: 40px;
    color: #6c63ff;
    margin-bottom: 15px;
  }


.feature-box2 h4{
    font-weight: 400;
    font-size: 24px;
    color: #ce9e51;
    text-align: left;
  }

.feature-box2 p{
font-size: 17px;
    color: #141414;
    text-align: left;
    line-height: 24px;
}

.feature-box2 img {
    height: 80px;
    margin-bottom: 15px;
    width: 80px;
    text-align: left;
}

/*------mission-vision-section-----*/ 

.mission-v {
    font-weight: 400 !important;
    font-size: 30px;
    color: #192324;
}
.miss-v h5{
  font-weight: 500 !important;
    font-size: 20px;
    color: #192324;
}

    
/* Custom Styles */
.vision-mission-section {
  background: #353a40;
}

.mission-text,
.vision-text {
  color: #cfd2d6;
}

.premium-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.play-btn {
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.play-btn:hover {
  box-shadow:0 0 20px #fff8;
}
.mission-vision-card {
    margin-top: 7%;
    margin-bottom: 0;
    padding: 50px 50px 20px;
}

.abt-video img {
  border-radius: 20px;
}


.abt-blk-bg{
  background: #2d343b;
    position: relative;
    z-index: -1;
    margin-top: -112px;
}

.mission-vision-card h6{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.mission-vision-card h5{
font-weight: bold !important;
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

/*----- .awards-section -----*/

.awards-section {
  background: #fff;
}
.award-icon svg {
  display: inline;
  vertical-align: middle;
  max-width: 90px;
  max-height: 75px;
}

.award-year {
  font-weight: 700;
  font-size: 2rem;
  color: #232733;
  line-height: 1.1;
  margin-bottom: 0.25rem;
  margin-top: 1.2rem;
  letter-spacing: 0.5px;
}

.award-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #232733;
  margin-bottom: 0.35rem;
}

.award-location {
  color: #979aa7;
  font-size: 0.97rem;
  margin-top: 0.10rem;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .awards-section .fs-3 {
    font-size: 2rem;
  }
  .awards-section .row > [class*='col-'] {
    margin-bottom: 2rem;
  }
}


/*-------------Shop page--------------*/

.topbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
  margin: 60px auto 0 auto;
  padding: 0 24px;
}

.item-count {
  display: flex;
  align-items: center;
}

.chip-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  
  margin-right: 8px;
  vertical-align: middle;
}

.item-text {
  font-size: 20px;
  font-weight: 500;
  color: #232629;
}

.search-section {
  display: flex;
  align-items: center;
}

.search-input {
  padding: 10px 14px;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ccc;
  border-right: none;
  width: 220px;
  outline: none;
}

.search-btn {
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-left: none;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
}

.categories-dropdown-wrapper {
  position: relative;
}

.categories-btn {
  background: #cb9837;
  color: #fff;
  padding: 10px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  margin-left: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
}

.categories-icon {
  font-size: 20px;
}

.dropdown {
  position: absolute;
  top: 44px;
  left: 0;
  width: 180px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  display: none;
  flex-direction: column;
  z-index: 100;
}

.dropdown-option {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 16px;
}

.dropdown-option:hover {
  background-color: #f2e5cc;
}

.dropdown.show {
  display: flex;
}

.search-style-4 {
    position: relative;
    width: 40%;
}

.search-style-4 input {
    width: 100%;
    height: 40px;
    border: 1px solid #D1D1D1;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    padding: 0 15px;
    transition: all 0.3s linear;
}
.search-style-4 button {
    background-color: #151515;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    right: 0;
    font-size: 20px;
    border: 0;
    border-radius: 0 4px 4px 0;
}


.bg-abt-shop{
  position: relative;
}


.sidebar {
    float: left;
    width: 27%;
    padding: 32px 25px;
     margin-top: 20px;
    /*background: #f6f6f6;*/

}

.section-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #232629;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  color: #232629;
  margin-bottom: 12px;
}

.range-values {
  font-size: 18px;
  font-weight: 500;
}

.range-slider {
  margin-bottom: 30px;
}

.slider {
  width: 90%;
  -webkit-appearance: none;
  height: 5px;
  margin: 0 8px 0 0;
  background: #d9d9d9;
  border-radius: 4px;
  outline: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #cb1515;
  border: none;
  cursor: pointer;
}

.slider-min::-webkit-slider-thumb {
  background: #cb1515;
}

.slider-max::-webkit-slider-thumb {
  background: #cb1515;
  border: 2px solid #fff;
}

.slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #cb1515;
  border: none;
  cursor: pointer;
}

.filters-section, .categories-section {
  margin-top: 18px;
}

.filters-list, .categories-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.filters-list li, .categories-list li {
  font-size: 18px;
  color: #232629;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  transition: color 0.2s;
}

.filters-list li:hover, .categories-list li:hover {
  color: #cb9837;
}

.triangle {
  color: #cb9837;
  margin-right: 10px;
  font-size: 16px;
}

.categories-title {
  font-size: 21px;
  color: #cb9837;
  font-weight: 600;
  margin-bottom: 14px;
  margin-top: 24px;
}
.sidebar-right{
width: 73%;
    padding: 32px 15px;
    /*background: #f6f6f6;*/
    float: right;
}

.swiper-slide2{
    flex-shrink: 0;
    width: 32%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    margin-right: 20px;
    margin-top: 20px;
}


.extra-sidebar-section {
  margin-bottom: 24px;
  border-bottom: 1px solid transparent;
}

.categories-list {
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
}
.categories-list li {
  font-size: 17px;
  color: #232629;
  margin-bottom: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.more-link {
  color: #e13c3c;
  font-size: 17px;
  font-weight: 500;
  margin-left: 25px;
  cursor: pointer;
  margin-bottom: 5px;
}

.sidebar-label {
  font-size: 21px;
  font-weight: 600;
  color: #232629;
  margin-bottom: 6px;
}

.sidebar-subtext {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #232629;
  margin-bottom: 8px;
  margin-top: 3px;
}

.color-reset {
  color: #898c8c;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
}
.color-picker {
  margin: 10px 0 10px 0;
  display: flex;
  gap: 13px;
}
.color-dot {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(120,120,120,0.12);
  display: inline-block;
  cursor: pointer;
  transition: border 0.2s;
  margin-right: 2px;
}
.color-dot:hover,
.color-dot.selected {
  border-color: #cb9837;
}

.size-arrow {
  font-size: 21px;
  color: #898c8c;
  margin-left: 16px;
}

.latest-products-list {
  margin-top: 12px;
}
.latest-product-card {
  display: flex;
  background: #fff;
  border-radius: 7px;
  margin-bottom: 11px;
  padding: 7px 10px 7px 7px;
  align-items: flex-start;
  box-shadow: 0 2px 6px rgba(1,7,65,0.07);
}
.latest-product-card img {
width: 56px;
    height: 56px;
    /* object-fit: cover; */
    border-radius: 6px;
    margin-right: 9px;
    margin-top: 15px;
    align-items: center;
}
.latest-info {
  flex: 1;
}
.latest-info a {
  color: #232629;
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.14;
}
.latest-price {
  font-size: 17px;
  color: #232629;
  font-weight: bold;
  margin-top: 2px;
}
.latest-rating {
  font-size: 15px;
  color: #f5a623;
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.stars {
  font-size: 15px;
  letter-spacing: 2px;
}
.review-count {
  color: #898c8c;
  font-size: 15px;
}

/* Pagination */
.top-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  margin: 36px 0 35px 8vw;
}

.pag-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1.1px solid #dbe1eb;
  color: #232629;
  font-size: 17px;
  border-radius: 5px;
  margin: 0 2px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.pag-btn.active {
  background: #232629;
  color: #fff;
  border: 1.5px solid #232629;
  font-weight: bold;
}

.pag-btn:disabled {
  background: #f6f6f6;
  color: #8b8d8e;
  cursor: not-allowed;
  border: 1.1px solid #dbe1eb;
}

.pag-btn.pag-arrow {
  background: #232629;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
}
.pag-btn.pag-arrow:disabled {
  background: #dbe1eb;
  color: #8b8d8e;
}

.pag-ellipsis {
  padding: 0 8px;
  font-size: 18px;
  color: #232629;
  user-select: none;
}

/* Promo Banner */
.promo-banner {
  position: relative;
  width: 80vw;
  max-width: 1400px;
  margin: 0 auto 60px auto;
  min-height: 430px;
  border-radius: 30px;
  overflow: hidden;
  background: #08342e;
  display: flex;
  align-items: center;
  justify-content: left;
}


.promo-content {
position: relative;
    z-index: 2;
    margin-left: 16vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.promo-title {
font-size: 63px;
    color: #dbb55b;
    font-family: 'Libre Caslon Display', serif;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
}
.promo-subtext {
  font-size: 25px;
  color: #dbd7ce;
  font-family: 'Libre Caslon Display', serif;
  margin-bottom: 12px;
}

.promo-btn {
  background: #fff;
  color: #b8923a;
  font-size: 25px;
  border-radius: 8px;
  border: 2px solid #b8923a;
  padding: 13px 50px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 15px;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.promo-btn:hover {
  background: #b8923a;
  color: #fff;
}


.gallery-card { border-radius:8px; overflow:hidden; max-width:420px; margin:auto; background:#fff;}
.gallery-img-wrap {
  position:relative;
  overflow:hidden;
  border-radius:8px 8px 0 0;
  cursor:pointer;
}
.gallery-img-wrap img {
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.gallery-caption {
  padding:1.5rem 1rem 1.2rem 1rem;
  font-size:1.2rem;
  background:#fff;
}

.gallery-overlay {
  position:absolute; inset:0;
  background:rgba(34,34,34,0.45);
  display:flex;align-items:center;justify-content:center;
  opacity:0;
  transition: opacity .25s;
}

.gallery-img-wrap:hover .gallery-overlay {
  opacity:1;
}
.gallery-img-wrap:hover img {
  transform: scale(1.1) translateY(-6px);
  /* Feel free to tweak slide/zoom combo as desired */
}

.plus-sign {
  font-size:2.5rem;
  color:#fff;
  font-weight:400;
}
@media (max-width:767px){ .gallery-img-wrap img{ height:160px; } }



.product-main-card {

 /*background: #fff; */
    border-radius: 18px;
    /* box-shadow: 0 4px 32px 0 rgba(40, 60, 90, 0.09); */
    padding: 48px 36px 0 36px;
    margin: 38px auto 0;
    min-height: auto;

        }

        @media (max-width: 991px) {
            .product-main-card {
                padding: 24px 0 4px 0;
            }
        }
        .img-gallery {
            text-align: left;
        }
        .main-img {
            width: 100%;
            max-width: 100%;
            min-height: 500px;
            max-height: 500px;
            border-radius: 12px;
            box-shadow: 0 1px 7px rgba(116,123,143,.07);
            object-fit: cover;
            background: #f2f2f2;
        }
        .thumbnail-row {
            gap: 20px;
            margin-top: 18px;
        }
        .thumb-img {
            width: 100px;
            height: 90px;
            border-radius: 12px;
            border: 2.2px solid #d6d1d1;
            object-fit: cover;
            background: #f5f5f5;
            transition: border .2s;
            cursor: pointer;
        }
        .thumb-img.selected {
            border-color: #ffbf3f;
            background: #fff8e1;
        }
        .side-icons {
            position: absolute;
            top: 24px;
            right: 36px;
            z-index: 10;
        }
        .side-icons .icon-btn {
            border: none;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 2px 7px 0 rgba(0,0,0,0.09);
            width: 42px; height: 42px;
            font-size: 1.22rem;
            color: #444;
            margin-left: 10px;
            transition: box-shadow 0.2s;
        }
        .side-icons .icon-btn:hover {
            color: #ffbf3f;
            box-shadow: 0 4px 12px rgba(40,60,90,0.15);
        }
        .product-title {
            font-size: 2.6rem;
            font-weight: 700;
            color: #242548;
        }
        .price-row {
            margin-bottom: 8px;
        }
        .price-row .price {
            font-size: 2em;
            font-weight: 700;
            color: #161857;
        }
        .price-row .discount {
            color: #ef6767;
            font-size: 1.1em;
            font-weight: 600;
            margin-right: 9px;
        }
        .rating-row {
            display: flex;
            align-items: center;
            margin-bottom: 7px;
        }
        .rating-row .star {
            color: #ffd064;
            margin-right: 2px;
            font-size: 1.08em;
        }
        .rating-row .score {
            color: #232452;
            font-size: 1em;
            font-weight: 600;
            margin-left: 3px;
        }
        .rating-row .count {
            color: #999ab6 !important;
            font-size: 0.97em;
            margin-left: 1px;
        }
        .availability {
            font-size: 1.2em;
            margin-bottom: 6px;
        }
        .availability .check {
    color: #38bb7e;
    font-size: 1em;
    margin-left: 10px;
        }
        .stock-text {
            color: #e08c4c;
            font-size: 0.99em;
            margin-bottom: 14px;
        }
        .color-dot2-row {
            margin-bottom: 11px;
        }
        .color-dot2 {
            display: inline-block;
            width: 28px; height: 28px;
            margin-right: 11px;
            border-radius: 50%;
            border: 2px solid #e0e2e6;
            cursor: pointer;
            position: relative;
            top: 2px;
        }
        .color-dot2.selected {
            outline: 2px solid #ffd064;
            outline-offset: 2px;
            border-color: #ffd064;
        }
        .prod-meta {
            margin-bottom: 9px;
        }
        .prod-meta span {
            display: block;
            font-size: 1.12em;
            color: #444a6b;
        }
        .prod-meta strong {
            color: #242548;
            font-weight: 600;
        }
        .prod-desc {
            color: #26265a;
            font-size: 1.19em;
            margin-bottom: 22px;
            margin-top: 5px;
        }
        .cart-row {
            display: flex;
            align-items: stretch;
            flex-wrap: wrap;
            gap: 18px;
            margin-bottom: 9px;
            margin-top: 7px;
        }
        .qty-control {
       display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #e9ecf3;
    border-radius: 7px;
    padding: 4px 0;
    gap: 10px;
    font-size: 1.15em;
        }
        .qty-control button {
            background: #fff;
            border: none;
            color: #2e394b;
            font-size: 1.35em;
            font-weight: 600;
            width: 30px; height: 30px;
            display: flex; justify-content: center; align-items: center;
            border-radius: 4px;
            transition: background 0.15s;
        }
        .qty-control button:active {
            background: #ffe9cb;
        }
        .qty-control input[type="number"] {
            border: none;
            text-align: center;
            width: 35px;
            font-size: 1.03em;
            background: transparent;
        }
        .addcart-btn, .addcart-btn:focus {
            background: #181920;
            color: #ffeccf;
            font-weight: 600;
            font-size: 1.21em;
            min-width: 200px;
            padding: 12px 30px;
            border-radius: 8px;
            border-left: 5px solid #ffd064;
            transition: background 0.14s;
        }
        .addcart-btn:hover {
            background: #242547;
            color: #ffd064;
        }
        .wishlist-link {
            color: #eab87a;
            text-decoration: none;
            font-size: 1.12em;
            font-weight: 500;
            margin-left: 13px;
            align-self: center;
            display: flex;
            align-items: center;
        }
        .wishlist-link i {
            color: #eab87a;
            font-size: 1.19em;
            margin-right: 5px;
        }
        .small-details {
            color: #212245;
            margin-bottom: 17px;
            font-size: 1.01em;
            letter-spacing: .01em;
        }
        .shipping-row {
            color: #2e2d4b;
            margin-top: 7px;
            font-size: 1.1em;
        }
        .shipping-row span {
            margin-right: 19px;
            color: #333b5c;
        }
        .footer-socials {
            margin-top: 30px;
            margin-bottom: 10px;
        }
        .footer-socials i {
            font-size: 1.29em;
            color: #333b5c;
            margin-right: 15px;
            cursor: pointer;
        }
        .footer-socials i:hover {
            color: #ffd064;

   }



.container-custom {
  width: 100%;
  max-width: 1540px;
  padding: 0 0.5rem;
  margin: 0 auto;
}

.row-custom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}

/*.col-lg-6 {
  width: 50%;
  padding: 0 18px;
  min-width: 340px;
  box-sizing: border-box;
}
.col-12 { width: 100%; }*/

/*@media (max-width:991px) {
  .col-lg-6 { width: 100%; min-width: 0; }
}*/

.tab-section {
  padding-top: 0;
  padding-bottom: 32px;
}

.tab-nav {
  display: flex;
  border-bottom: 2px solid #efefef;
  gap: 36px;
  margin-top: 30px;
}
.tab-btn {
  background: none;
  border: none;
  font-size: 1.08rem;
  color: #aaa;
  padding: 12px 0 14px 0;
  border-bottom: 2.8px solid transparent;
  font-weight: 500;
  min-width: 84px;
  cursor: pointer;
  transition: color .17s;
  position: relative;
}
.tab-btn.active {
  color: #212121;
  border-bottom: 2.8px solid #212121;
}
.tab-btn .badge {
background: #FFC107;
    color: #424242;
    font-size: 1em;
    margin-left: 5px;
    padding: 5px 8px;
    border-radius: 10px;
}

.tab-content-panel {
  /*background: #fff;*/
  padding: 28px 0 0 0;
}

.review-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-bottom: 1.2px solid #ededed;
  padding: 28px 0 22px 0;
}
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 3px;
}
.review-content {
  flex: 1 1 0%;
}
.review-stars {
  color: #fec542;
  font-size: 1.05em;
  letter-spacing: .09em;
  margin-bottom: 5px;
}
.author {
  font-weight: bold;
  margin-top: 13px;
  font-size: 1em;
  letter-spacing: .01em;
}
.date {
  font-size: .98em;
  color: #ababab;
  margin-top: 2px;
}
.load-more-reviews {
  padding: 20px 0 0 5px;
  color: #888;
  font-size: 1.07em;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  letter-spacing: .04em;
}

.promo-col {
  justify-content: center;
  display: flex;
  align-items: flex-start;
  min-height: 650px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.promo-card {
  margin: 24px auto 0 auto;
  width: 98%;
  max-width: 550px;
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 7px 38px 0 rgba(120,120,130,0.12);
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 55px 38px 38px 38px;
}
.promo-logo {
  max-width: 180px;
  margin-bottom: 18px;
  margin-top: 8px;
  height: 50px;
  object-fit: contain;
}
.promo-caption {
  font-size: 1.11rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 7px;
}

.promo-desc {
  font-size: 1.13rem;
  color: #232b2f;
  margin-bottom: 18px;
  letter-spacing: .01em;
}

.promo-btn2{
  background: #181818;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px 0;
  width: 95%;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 13px 0 11px 0;
  transition: background .16s;
  cursor: pointer;
}

.promo-bt2:hover {
  background: #b8923a;
}
.promo-limited {
  color: #868686;
  font-size: 1.05rem;
  margin-top: 11px;
}
@media (max-width: 991px) {
  .row-custom { flex-direction: column; }
  .col-lg-6 { width: 100%; padding: 0 5px; min-width: 0; margin-bottom: 30px;}
  .promo-col { min-height: max-content; padding: 8px 0; }
  .promo-inner { padding: 32px 10px 18px 10px; }
}
@media (max-width: 575px) {
  .promo-card { min-height: 370px; }
  .promo-inner { padding: 18px 1px 10px 1px; }
  .tab-content-panel { padding-top: 9px; }
}

.promo-container {
  position: relative;
  width: 540px;
  max-width: 96vw;
  min-height: 600px;
  margin: 40px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 38px 0 rgba(0,0,0,0.13);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-bg {
   background: url('../images/bedroom-lighting.png') center/cover no-repeat;
  opacity: 1;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.promo-card-content {
  position: relative;
  z-index: 1;
  width: 92%;
  max-width: 430px;
  margin: 0 auto;
  background: rgba(255,255,255,0.99);
  padding: 44px 0 38px 0;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promo-logo {
  width: 210px;
  max-width: 90%;
  margin-bottom: 18px;
  margin-top: 7px;
}

/* .promo-title {
  font-size: 1.08rem;
  color: #23252e;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
  margin-top: 10px;
  border-bottom: 2px solid #e9e6da;
  padding-bottom: 7px;
} */

.promo-offer {
 /* font-family: 'Georgia', serif;*/
 font-weight: 500;
    font-size: 4.4rem;
    margin: 38px 0 40px 0;
    color: #191a1d;
    letter-spacing: .03em;
}

.promo-desc {
  font-size: 1.19rem;
  color: #232226;
  margin-bottom: 35px;
}

/* .promo-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 1.24rem;
  font-family: inherit;
  border: none;
  border-radius: 11px;
  padding: 17px 0;
  width: 100%;
  max-width: 370px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 33px;
  margin-top: 10px;
  box-shadow: 0 2px 12px 0 #e5e5ee2a;
  cursor: pointer;
  transition: background 0.17s;
} */
.promo-btn:hover {
  background: #222;
  color: #ffd700;
}
.promo-limited {
  color: #40404a;
  font-size: 1.10rem;
  letter-spacing: 0.09em;
  margin-top: 36px;
  font-family: 'Poppins', Arial, sans-serif;
}
@media (max-width: 650px) {
  .promo-container {
    min-height: 380px;
    width: 98vw;
    margin: 22px auto;
  }
  .promo-card-content {
    padding: 18px 0 13px 0;
  }
  .promo-offer {
    font-size: 2.1rem;
    margin: 25px 0 10px 0;
  }
  .promo-btn {
    font-size: 1.08rem;
    padding: 13px 0;
    max-width: 95vw;
  }
}


.breadcumb_area .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item a{
  text-decoration: none;
}

.breadcrumb-item {
    text-transform: capitalize;
    font-size: 18px;
}

.item-count a{
   text-decoration: none;
    font-size: 18px;
}


/* cart.css */


.cart-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background: #fff8f7;
  max-width: 1320px;
  margin: 40px auto;
  /*padding: 0 2vw 60px 2vw;*/
  box-sizing: border-box;
}

.cart-main {
  flex: 2 1 620px;
  background: #fff8f7;
  border-radius: 12px;
  padding: 0 0 12px 0;
  min-width: 350px;
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fdeee8;
  padding: 26px 30px 16px 30px;
  font-size: 1.17rem;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  border-bottom: 1.5px solid #f5ded0;
}
.cart-products-title { color: #36302e; }
.cart-selected { color: #e1a47a; margin-left: 8px; font-weight: 600; font-size: 1rem; }
.cart-actions { font-size: 1rem; }
.cart-actions a { color: #ab8f6c; text-decoration: none; margin: 0 6px; font-weight: 500; }
.cart-actions .divider { color: #d1b89f; margin: 0 4px; }

.cart-items {
  background: #fff8f7;
}
.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border-bottom: 1px solid #ebdfd6;
  padding: 25px 30px 18px 30px;
  position: relative;
  transition: background .17s;
  align-items: center;
}
.item-thumb img {
  width: 90px;
  height: 90px;
  border-radius: 7px;
  object-fit: cover;
  background: #f2f2f2;
}
.item-details {
  flex: 2 1 220px;
  min-width: 175px;
}
.item-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #252233;
  margin-bottom: 5px;
}
.item-meta {
  color: #858389;
  font-size: 1.01rem;
  margin-bottom: 1px;
}
.item-qty {
  display: flex;
  align-items: center;
  margin: 13px 0 6px 0;
}
.qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #e4e3e1;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: 700;
  background: #fff;
  color: #ab8f6c;
  cursor: pointer;
  margin: 0 5px;
  transition: background 0.16s;
}
.qty-btn:hover {
  background: #f3e2cc;
}
.item-qty input[type="number"] {
  width: 34px;
  border: none;
  text-align: center;
  font-size: 1.12rem;
  background: #fff;
  color: #383838;
  border-radius: 4px;
  box-shadow: none;
  appearance: textfield;
  outline: none;
}
.item-delivery {
  color: #ab8f6c;
  font-size: .98rem;
  margin-top: 5px;
}
.item-pricing {
margin-left: auto;
    min-width: 150px;
    text-align: right;
    display: flex;
    gap: 20px;
    vertical-align: middle;
    align-items: center;
    /* justify-content: center;*/

}

.item-old-price {
  color: #c2a69d;
  text-decoration: line-through;
  font-size: 1rem;
}
.item-price {
  color: #1e172e;
  font-size: 1.18rem;
  font-weight: 600;
  margin-top: 3px;
}
.remove-item {
  border: none;
  background: none;
  color: #c0b1ab;
  font-size: 1.9rem;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
  transition: color .16s;
}
.remove-item:hover { color: #e08c4c; }

.cart-offers {
  padding: 15px 30px 0 30px;
}
.cart-offer-discount {
  margin-bottom: 12px;
  font-size: 1.01rem;
  color: #dd910b;
  background: #fff4e5;
  padding: 9px 13px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.offer-icon {
  font-size: 1.09rem;
  margin-right: 8px;
  color: #efba84;
}
.cart-return {
  margin-bottom: 16px;
  font-size: 0.99rem;
  color: #7e7e81;
}

.cart-summary {
    flex: 1 1 310px;
    background: #fff8f7;
    min-width: 320px;
    max-width: 400px;
    padding: 0 22px 16px 18px;
    /* margin-top: 45px; */
    box-sizing: border-box;
    /* border: 1px solid #ccc;*/
}
.summary-box {
  background: #fdeee8;
  border-radius: 8px;
  padding: 32px 28px 28px 28px;
  box-shadow: 0 2px 18px #f2e4e2cd;
  margin-bottom: 20px;
}
.summary-title {
  font-weight: 700;
  font-size: 1.17rem;
  letter-spacing: .02em;
  color: #4f3b34;
  margin-bottom: 24px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.06rem;
  margin: 6px 0;
  color: #534342;
}
.summary-shipping {
  color: #96ba86;
  font-weight: 600;
}
.summary-total {
  font-size: 1.20rem;
  font-weight: bold;
  margin: 12px 0 5px 0;
  color: #322c27;
}
.summary-date {
  font-size: 1.05rem;
  color: #111;
  font-weight: 600;
}
.summary-coupon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 15px 0 11px 0;
}
.apply-coupon-label {
  font-size: 1em;
  color: #eab87a;
  margin-bottom: 6px;
  font-weight: 600;
}
.coupon-input {
  border: 1.2px solid #f4dac7;
  border-radius: 5px;
  padding: 7px 40px 7px 11px;
  width: 100%;
  font-size: 1em;
  background: #fff;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.apply-coupon-btn {
  background: none;
  border: none;
  position: absolute;
  right: 40px;
  top: 0;
  font-size: 1.24em;
  color: #eab87a;
  cursor: pointer;
  margin-left: -34px;
}
.checkout-btn {
  width: 100%;
  padding: 17px 0;
  border: none;
  border-radius: 9px;
  background: #181018;
  color: #fff;
  font-size: 1.23rem;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.15s;
}
.checkout-btn:hover { background: #ce9e51; }
.summary-help {
  color: #4e382d;
  font-size: 1em;
  margin-top: 8px;
  text-align: center;
}
@media (max-width:1100px) {
  .cart-container { flex-direction: column; gap: 0; }
  .cart-main, .cart-summary { min-width: 0; max-width: 100%; width: 100%; }
  .cart-summary { margin-top: 20px; padding: 24px 0 10px 0; }
}
@media (max-width:700px) {
  .cart-header, .cart-item, .cart-offers { padding-left: 7px; padding-right: 7px; }
  .cart-item { gap: 13px; }
  .summary-box { padding: 18px 10px 13px 10px;}
}


@media (max-width: 768px) {
#top-nav {
 padding: 20px 47px 20px 20px;
        /* top: 37px !important; */

}

}

.wishlist-count{
  background: #ce9e51;
  padding: 7px 10px;
}
.cart-count{
  background: #ce9e51;
  padding: 7px 10px;
}


/* Blog details main article */
article.bg-white {
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(60,40,10,0.07);
  border: none;
}

article.bg-white .img-fluid {
  border-radius: 10px;
  max-height: 380px;
  object-fit: cover;
  object-position: center;
}

article .fw-bold {
  font-size: 1.62rem;
  color: #2b2b2b;
}

article .fw-semibold {
  font-size: 1.22rem;
  color: #b99b65;
}

article p,
article blockquote {
  font-size: 1.04rem;
  color: #444;
  line-height: 1.7;
}

article blockquote {
  border-left: 3px solid #deb25d;
  background: #f8f6f1;
  color: #8e733b;
  padding: 12px 18px;
  margin: 1.4em 0;
  font-style: italic;
}

/* Blog meta icons row */
.d-flex.align-items-center.mb-3 span {
  font-size: 0.93rem;
  color: #bbb;
}

/* Blog pagination */
.pagination .page-item .page-link {
  color: #b99b65;
  background: #fff;
  border-color: #d7c6a6;
  border-radius: 4px;
  margin: 0 4px;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
  background: #b99b65;
  color: #fff;
  border-color: #b99b65;
}

/* Sidebar */
aside .card {
  border-radius: 12px;
  margin-bottom: 24px;
}

.card .card-title {
  font-size: 1.12rem;
  color: #191919;
  border-bottom: 1px solid #f0e5d2;
  padding-bottom: 9px;
}

.card .badge.bg-light {
  background: #f6f6f7!important;
  color: #baa468!important; 
  font-weight: 600;
}

.card ul.list-unstyled li {
  font-size: 1.01em;
}

.card-body .d-flex img {
  border-radius: 8px;
  object-fit: cover;
}

/* Responsive Tweaks */
@media (max-width: 991.98px) {
  .col-lg-8, .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mb-5.mb-lg-0, .mb-lg-0 {
    margin-bottom: 2.8rem!important;
  }
}

@media (max-width: 700px) {
  article.bg-white {
    padding: 1.1rem!important;
  }
  .sidebar .card {
    margin-bottom: 18px;
  }
  .card-title { font-size: 1rem; }
}

/* Optional: for links */
article .read-more, .card .read-more {
  color: #b99b65;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.01rem;
  transition: color .15s;
}
article .read-more:hover, .card .read-more:hover {
  color: #191919;
}
.card-title.mb-3.fw-bold {
  font-size: 1.15rem;
  letter-spacing: .02em;
}
.list-unstyled li img { box-shadow: 0 2px 10px rgba(0,0,0,0.04);}
.list-unstyled li .small { font-size: 0.91em; }
.list-unstyled li .text-dark { font-weight: 500; }

.text-muted2{
  margin-left: 0;
}

 .remove-item {
        top: 13px;
}

  @media screen and (max-width: 768px) {
         .newsletter h2 {
    font-size: 30px;
     }
.search-style-4 {
    position: relative;
    width: 100%;
}
.sidebar {
    float: left;
    width: 100%;
    padding: 15px 25px;

}
.sidebar-right {
    width: 100%;
    padding: 32px 15px;
    /* background: #f6f6f6; */
    float: right;
}

.promo-content {

    margin-left: 3vw;
}
.promo-title {
    font-size: 35px;
}
.product-title {
    font-size: 1.8rem;
}
.img-gallery{
  padding:0 10px;
}
.item-details {
    flex: 2 1 220px;
    min-width: 130px;
}
.untree_co-section {
    padding: 1rem 0;
}
.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.topbar-container {
    display: inline;
    align-items: center;
}

}
