/**
 * Theme Name: GrinaSatelier Child
 * Template:   grinasatelier
 * ...other header fields
 */

 @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueThin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'helvetica Neue';
  src: url('assets/fonts/helvetica-neue/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
} */

@font-face {
  font-family: 'meravila';
  src: url('assets/fonts/meravila-fonts/Meravila-Light.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather itlaic';
  src: url('assets/fonts/Merriweather/Merriweather-Italic-VariableFont_opsz\,wdth\,wght.ttf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
  src: url('assets/fonts/Merriweather/Merriweather-VariableFont_opsz\,wdth\,wght.ttf') format('otf');
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: "Montserrat", sans-serif !important;
  /* font-family: 'helvetica Neue', sans-serif; */
  padding: 0;
  margin: 0;
  line-height: 1.3;
  color: #1A1A1A;
  letter-spacing: 0;
  font-size: 16px;
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.btn {
  background-color: transparent;
  color: #2E2E36;
  padding: 12px 25px;
  border-radius: 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
}

.btn-transparent {
      color: #1A1A1A;
    border: 1px solid #1A1A1A;
    padding: 12px 13px;
    display: flex;
    gap: 6px;
    border-radius: 29px;
    align-items: center;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.btn-transparent:hover {
  border-color: #1A1A1A;
  color: #1A1A1A;
}

.btn-main {
  background-color: #1A1A1A;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
   letter-spacing: 0.02em;
  line-height: 1.3;
}

.btn-green {
  background-color: #1A1A1A;
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 15px;
   letter-spacing: 0.02em;
  line-height: 1.3;
}

/* BED changes */
.main-header {
  overflow: visible;
}

.main-header .navbar {
  background: transparent;
  z-index: 3;
  padding: 0;
  position: relative;
}

.main-header .navbar-nav {
  gap: 10px;
}

.main-header .navbar-nav .menu-item {
  position: static;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 67px 15px 60px 15px;
  font-size: 16px;
  transition: 0.3s;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link::after {
  display: none;
}

.main-header .nav-link,
.main-header .navbar-brand {
  color: #fff;
}

.login-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  padding: 11.5px 27px;
  transition: all .3s;
}

/* a.btn.login-btn:hover {
  background-color: black;
  border: 1px solid black;
} */

.nav-item i {
  font-size: 22px;
}

.cart-icon {
  width: 35px;
}

.main-header .nav-link:hover,
.main-header .dropdown-item.active {
  color: #ddd;
}

.main-header .dropdown-menu {
  min-width: 240px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 40px;
  width: 100%;
  top: 99%;
}

.main-header .dropdown-menu li:not(:last-child) {
  margin-bottom: 30px;
}

.main-header .dropdown-menu li {
  margin-bottom: 0;
}

.main-header .dropdown-item {
  transition: all 0.3s;
}

.main-header .dropdown-item.active,
.dropdown-item:active {
  font-weight: bold;
  background-color: unset;
  color: #1A1A1A;
}

.main-header .dropdown-item:hover {
  font-weight: bold;
  background-color: unset;
  color: #1A1A1A;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.main-header::before {
  display: none;
}

.main-header .nav-link {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.main-header .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: #000;
  transition: width 0.3s ease;
}

.main-header .nav-link:hover::before {
  width: 100%;
}

.shop-now-btn {
  font-size: 19px;
  font-weight: 300;
  background-color: #FFFFFF;
  color: #1A1A1A;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 30px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0;
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.main-header .navbar-expand-lg .dropdown-menu li a.nav-link {
  padding: 0;
}


/* slider */

.hero-slider {
  position: relative;
  height: 70vh;
}

.hero-swiper {
  position: relative;
  height: 100%;
}

.hero-content {
  z-index: 3;
  width: 100%;
  position: relative;
  padding: 0 15px;
}

.hero-content h1 {
  font-size: 90px;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  max-width: 70%;
  font-weight: 300;
}

.hero-content .lead {
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1.3;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

.hero-slider .swiper-slide {
  height: auto;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slider .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* Products cardd */

.product-card {
  position: relative;
  overflow: hidden;
}

.product-image-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}

.product--large .product-image-wrapper {
  height: 1115px;
}

.product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
}

.product-image-wrapper img.second-image {
  opacity: 0;
  z-index: 1;
}

.product-card:hover .second-image {
  opacity: 1;
}

.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  font-size: 20px;
  z-index: 2;
  cursor: pointer;
  transition: color 0.2s;
  display: block !important;
}

.wishlist-icon svg {
  stroke: #866652;
}

.wishlist-icon svg:hover {
  stroke: #1A1A1A;
}

.wishlist-icon svg + span {
  display: none;
}


.toggle-btn {
  cursor: pointer;
}

.list-view .product-card {
  flex-direction: row;
  height: auto;
  gap: 10px;
}

.list-view .product-card .product-image-wrapper {
  width: 200px;
  height: 250px;
  flex-shrink: 0;
}

.list-view .product-image-wrapper img {
  height: 100%;
}

.list-view .card-body {
  flex: 1;
}

.product-card {
  border: 0;
}

.product-card  .card-body  {
  display: flex;
  justify-content: space-between;
  gap:10px;
  padding: 30px 0;
}

.product-add-to-cart {
  margin-top: 0;
}

.product-add-to-cart a {
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  padding: 8px 13px;
  display: flex;
  gap: 6px;
  border-radius: 0;
    align-items: center;
    font-size: 9.26px;
    letter-spacing: 1px;
        font-weight: 400;
    line-height: 100%;
    min-width: 115px;
}

.product-add-to-cart a img {
  width: 12px;
}

.product-title  {
  margin-bottom: 20px;
}

.product-title a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  
}

.product-title a:hover {
  color: #333;
}

.product-price {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

/* footer code */

.footer {
  background-color: #F0F0F0;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 80px 0 80px;
}

.footer .container {
  max-width: 857px;
}

.footer-links a {
  color: #1A1A1A;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  line-height: 20.35px;
  letter-spacing: 0.24px;
    font-family: "Montserrat", sans-serif;

}

.footer-links a:hover {
  color: #3b3a3a;;
  text-decoration: underline;
}

.footer .social-icons a i {
  color: #1A1A1A;
}

.footer .social-icons a:hover i {
  color: #1A1A1A;
}

hr {
  opacity: 0.2;
}

.footer-bottom {
  /* margin-top: 35px; */
}

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

.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-bottom * {
  color: #1A1A1A;
  font-size: 11px;
    font-family: "Montserrat", sans-serif;

}

.footer-bottom a {
  text-decoration: none;
     font-family: "Montserrat", sans-serif;

}

.footer-title {
  margin-bottom: 31px;
  color: #1A1A1A;
  font-weight: 600;
  font-size: 12px;
  line-height: 20.35px;
  letter-spacing: 0.24px;
    font-family: "Montserrat", sans-serif;

}

/* ========================================
   RESPONSIVE STYLES - MOBILE FIRST APPROACH
   ======================================== */

/* Mobile styles (default - no media query needed) */
/* All base styles above are mobile-first */

/* Small mobile devices */

/* Tablet devices */
@media (min-width: 768px) {
  .hero-slider {
    height: 100vh;
  }

  .hero-slider .swiper-slide {
    height: 100vh;
  }

  .product-card-large img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .product-card-large {
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
  }

  .list-view .product-card-large {
    flex-direction: column;
  }

  .list-view .product-card-large .product-image-wrapper {
    width: 100%;
    height: auto;
  }


  .core-title-wrapper {
    display: flex;
    gap: 20%;
    text-align: left;
    align-items: center;
  }

  .core-icon-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 250px 0;
    border-radius: 16px;
    position: relative;
    color: #fff;
  }
}

/* Desktop devices */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
  }

  .navbar .dropdown-toggle::after {
    transform: rotate(180deg);
  }

  /* Mega Menu Styles */
  .mega-menu {
    min-width: 800px;
    padding: 0;
  }

  .mega-menu-wrapper {
    display: flex;
    gap: 30px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mega-menu-links {
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
  }

  .mega-menu-links .nav-item {
    list-style: none;
  }

  .mega-menu-images {
    flex: 1;
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .mega-menu-image-item {
    position: relative;
    overflow: hidden;
    width: 33.33%;
  }

  .mega-menu-image-item a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
  }

  .mega-menu-image-item img {
    width: 100%;
    height: 389px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  .mega-menu-image-item:hover img {
    transform: scale(1.05);
  }

  .mega-menu-category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
  }

  .main-header .navbar-nav .nav-link.active, 
  .main-header .navbar-nav .nav-link.show {
    color: #fff;
  }

  .cart-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 129px;
    align-items: flex-start;
  }

  .cat-image-wrapper {
    height: 500px;
  }

  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: calc(33% - 20px);
    margin: 0 !important;
  }

  .left-img {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(55%);
  }

  .right-img {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-70%);
  }
}



/* Adittional Code */

/* ===== Dropdown Menu Improvements ===== */
.main-header .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;

}

.main-header .dropdown-item {
  color: #2E2E36 !important;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 0;
  transition: all 0.3s ease;
  position: relative;
}

.main-header .dropdown-item:hover,
.main-header .dropdown-item:focus {
  color: #1A1A1A !important;
  background-color: transparent !important;
  font-weight: 500;
}

.main-header .dropdown-item:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #1A1A1A;
  transition: width 0.3s ease;
}

.main-header .dropdown-item.active,
.main-header .dropdown-item:active {
  color: #1A1A1A !important;
  font-weight: 500;
  background-color: transparent !important;
}


.main-header .dropdown-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #1A1A1A;
}

/* Sub menu code */

.navbar .dropdown-menu a {
  color: #000 !important;
}

.navbar .dropdown-menu a:hover {
  font-weight: 500;
  color: #000 !important;
}

.bestselleter-swiper {
  max-width: 100%;
  padding: 0 15px;
}

.show-dropdown {
  background-color: #fff !important;
}

.main-header .show-dropdown .nav-link {
  color: #000 !important;
}

/* BED changes */

/* Make header logo and menu links black on all pages except Home */

.main-header.black-header .navbar-brand,
.main-header.black-header .nav-link {
  color: #000 !important;
}

.main-header.black-header .nav-link::before {
  background-color: #000 !important;
}

.black-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.main-header.black-header .nav-link:hover {
  color: #222 !important;
}

.main-header.black-header .nav-link:hover::before {
  background-color: #000 !important;
}

.black-header .navbar .dropdown-menu a {
  color: #000 !important;
}

.hero-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  object-fit: cover;
  width: 100%;
}

/* body:not(.home) .main-header .navbar {
  position: relative;
} */

/* How its works code */

.how-it-works {
  padding: 278px 0 108px 0;
}

.page-template-how-it-works-php .how-it-works  {
  padding-top: 0;
}

.how-work-wrapper {
  margin-top: 102px;
}

.how-it-works .section-title {
  color: #1A1A1A;
  /* font-family: "Merriweather", serif; */
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.how-it-works .section-subtitle {
  margin: 0 auto;
  font-weight: 300;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.44px;
  color: #1A1A1A;
}

.how-it-works img {
  width: 100%;
  border-radius: 0;
}

.how-it-works .step-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 120px;
  text-transform: uppercase;
  color: #1A1A1A;
}

.how-it-works .step-title {
  font-size: 30px;
  vertical-align: middle;
}

.how-it-works .step p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.02em;
  vertical-align: middle;
  max-width: unset;
}

.how-it-works .read-more-link {
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  color: #1A1A1A;
  display: inline-block;
}

.how-it-works .read-more-link img {
  border-radius: 0;
  transform: rotate(90deg);
  height: 23px;
  width: 23px;
}

.step:first-of-type {
  margin-top: 0;
}

.how-its-work-content hr {
  margin: 0;
}

.how-its-work-content {
  padding-left: 110px;
}

.step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
  margin-top: 120px;
  gap: 15px;
}

.more-steps .step {
  margin-top: 100px;
}

.step h3 {
  display: flex;
  gap: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  flex-direction: column;
}

.step-number {
  font-size: 70px;
  color: #866652;
  font-weight: 400;
  line-height: 1.3;
}

.step-title {
  font-size: 35px;
  color: #1a1a1a;
  font-weight: 400;
}

.step p {
  margin: 0;
  font-size: 25px;
  color: #1A1A1A;
  max-width: 315px;
}

.read-more-wrapper {
  margin-top: 60px;
}


.core-section .core-icon-wrapper {
  position: relative;
  border-radius: 0;
}

/* .swiper-slide {
  width: 100% !important;
  height: 100vh !important;
  position: relative !important;
} */

/* General product card */
.product-card {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 0;
}

.list-view .product-card {
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

.list-view .product-card .product-image-wrapper {
  width: 200px;
  height: 250px;
  flex-shrink: 0;
}


/* category section */


.category-section {
  margin-top: 60px;
  padding: 0;
}

.category-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 20px;
}

/* Mobile Swiper Styles */
@media (max-width: 991px) {
  .category-section-wrapper.swiper {
    display: block;
    overflow: hidden;
  }
  
  .category-section-wrapper .swiper-wrapper {
    display: flex;
  }
  
  .category-section-wrapper .category-item {
    flex: none;
    width: auto;
  }
}

/* Desktop - Keep original flex layout */
@media (min-width: 992px) {
  .category-section-wrapper.swiper {
    display: flex;
  }
  
  .category-section-wrapper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .category-section-wrapper .category-item {
    flex: 1;
    min-width: 0;
  }
  
}

.category-item {
  flex: 1;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.category-section-wrapper .product-column {
  display: flex;
  flex: 1;
  align-items: stretch;
}

.cat-image-wrapper {
  height: 300px;
}

.category-section-wrapper .img-fluid {
  height: revert-layer;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cat-card {
  border: 0;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}

.cat-card  .card-text a {
  color: #1A1A1A;
  /* font-family: "Merriweather", serif; */
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.cat-card  .card-body {
  padding: 0;
  margin-top: 23px;
}

.newest-collection {
  /* background-color: #FFD8F0; */
  margin: 50px 0 50px 0;
  position: relative;
  text-align: center;
  padding: 227px 0;
  /* background-image: url(https://1b5.646.mytemp.website/wp-content/uploads/2025/07/cat-img-2.png); */
  /* background-image: url(https://1b5.646.mytemp.website/wp-content/uploads/2025/08/UBI0065-1.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
    .newest-collection-text h1 {
      color: #ffffff;
      /* font-family: "Poppins", sans-serif; */
      font-family: "Montserrat", sans-serif;
      font-size: 50px;
      font-weight: 300;
      letter-spacing:  -0.02em;
      line-height: 100%;
      text-align: center;
      vertical-align: middle;
    }

    .newest-collection-text p {
      color: #1A1A1A;
      font-size: 30px;
      font-weight: 300;
      letter-spacing:  -0.02em;
      /* font-family: "Poppins", sans-serif; */
      font-family: "Montserrat", sans-serif;
      line-height: 1.3;

    }
    .scroll-btn {
      background-color: #ffffff;
      border-radius: 0;
      border: none;
      color: #1A1A1A;;
      /* font-family: Helvetica Neue; */
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 100%;
      margin-top: 22px;
      padding: 16px 55px;
      text-transform: uppercase;
      display: inline-block;
    }

    .scroll-btn img {
      filter: invert(1);
      margin-left: 12px;
      transform: rotate(-90deg);
    }
    .hero-img {
      width: 100%;
      border-radius: 20px;
      max-width: 300px;
    }
    @media (min-width: 992px) {
      .left-img {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(55%);
      }
      .right-img {
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-70%);
      }
    }
@media(max-width: 768px) {
  .list-view .product-card .product-image-wrapper {
    width: 100px;
    height: 140px;
  }

  .newest-collection-text.mx-auto {
    margin: 30px 0;
  }

  .home .product-card .card-body {
    padding-bottom: 0;
    flex-direction: column;
  }
}

.best-seller-text {
  /* font-family: "Merriweather", serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 70px;
  line-height: 80px;
  letter-spacing:  -0.02em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 145px;
}

/* Fix for large product in list view */
.list-view .product--large .product-image-wrapper {
  width: 100% !important;
  height: 400px !important;
}

.list-view .product--large .product-card {
  flex-direction: column !important;
}

.list-view .product--large {
  width: 100%;
  margin-bottom: 30px;
}

.rbfw-datetime:nth-child(2) {
  display: none !important;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* About Us */

.how-we-work {
  margin: 20px 0 80px 0; 
}

.how-we-work h2 {
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 40px;
  color:#1A1A1A;
  /* font-family: 'Merriweather'; */
  font-family: "Montserrat", sans-serif;
}

.core-section .how-we-work .how-we-work__content {
  font-size: 23px;
  font-weight: 300;
  color: #1A1A1A;
  margin-bottom: 91px;
}

.about-us-main {
  padding: 0 0 91px;
}

.about-us-title {
  font-size: 40px !important;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #1A1A1A !important;
  font-family: "Montserrat", sans-serif;
}

.about-us-title:nth-of-type(2) {
  margin-top: 25px !important;
}

.about-us-main .about-us-text {
  color: #1a1a1a;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.35;
  /* letter-spacing: -0.44px; */
  vertical-align: middle;
}

.about-read-more-wrapper {
  margin-top: 39px;
}
.read-more-btn {
  display: flex;
  align-items: center;
  color: #1A1A1A;
  font-size: 25px;
  letter-spacing:  -0.02em;
  gap: 10px;
  font-weight: 200;
}
.about-image {
  width: 100%;
  height: 980px;
  object-fit: cover;
  border-radius: 0;
}

@media (min-width: 768px) {
  .core-title-wrapper {
    display: flex;
    gap: 20%;
    text-align: left;
    align-items: center;
  }

  .core-icon-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 250px 0;
    border-radius: 16px;
    position: relative;
    color: #fff;
  }
}

.core-icon-wrapper {
  padding: 63px 101px;
}

.core-icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.43);
  border-radius: 0;
  z-index: 1;
}

.core-icon-wrapper > * {
  position: relative;
  z-index: 2;
}

.core-section {
  text-align: center;
  margin: 0 0 110px 0;
}

.core-section__title {
  /* font-family: "Merriweather", serif; */
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}

.core-section .core-box:not(:last-child)::after {
  background: #ffffff;
  content: '';
  height: 150px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}

.core-section .core-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.core-section  .core-box .core-box-wrapper {
  max-width: 215px;
  margin-inline: auto;
}


.core-section .core-title {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #1A1A1A !important;
}

.page-template-about .core-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -.44px;
  line-height: 100%;
  vertical-align: middle;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}

.page-template-about .core-section .core-box p {
  color: #fff;
}

.core-icon {
  margin-bottom: 46px;
}

.core-box h5 {
  font-weight: 400;
  margin-bottom: 13px;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
}

.core-box p {
  font-size: 17px;
  color: #1a1a1a;
  font-weight: 300;
}

@media only screen and (max-width:767px){
  .core-icon-wrapper{
    height: auto !important;
  }
}

.about-icon {
  height: 119px;
}

.card-title a {
  text-decoration: none;
  color: #000;
}

.card-title a:hover {
  color: #333;
}

/* Container and Layout */
.wp-pdp-container {
  max-width: 1351px;
  margin: 0 auto;
  padding: 55px 25px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #333;
  background-color: #ffffff;
}

/* Product Image Section */
.wp-pdp-image-section {
  position: relative;
  display: flex;
  flex-direction: column;
}


.wp-pdp-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* Product Information Section */
.wp-pdp-info-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Product Title */
.wp-pdp-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  line-height: 28px;
  vertical-align: middle;
  text-transform: uppercase;
}

/* Pricing Section */
.wp-pdp-pricing {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wp-pdp-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
}

.wp-pdp-installment {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 12px;
}

.wp-pdp-installment span {
  margin-left: 6px
}

/* Meta Information */
.wp-pdp-meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}

.wp-pdp-meta-item {
  display: flex;
  align-items: center;
  /* gap: 8px; */
  font-size: 0.85rem;
  color: #000;
}

.wp-pdp-meta-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10.83px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}

.wp-pdp-meta-separator {
  width: 1px;
  height: 12px;
  background-color: #000;
  border: none;
}

.wp-pdp-meta-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10.83px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}

.wp-pdp-meta-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000;
  margin-bottom: 30px;
}

.wp-pdp-meta-description p {
  margin-bottom: 0;
}

/* Size Section */
.wp-pdp-size-section {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.wp-pdp-size-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wp-pdp-size-guide {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wp-pdp-size-guide:hover {
  color: #1A1A1A;
}

.wp-pdp-size-options {
  display: flex;
  gap: 10px;
}

.wp-pdp-size-btn {
  padding: 12px 25px;
  border: none;
  background: #fff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 91px;
  border: 1px solid #CACACA;
}

.rent-now {
    /* float:right; */
    height: 47px;
    display: inline-block;
    padding: 12px;
    margin-left: 12px;
}


.wp-pdp-size-btn:hover {
  color: #1A1A1A;
}

.wp-pdp-size-btn.wp-pdp-size-active {
  background: #1A1A1A;
  color: #fff;
  font-weight: 400;
}

/* Accordion Sections */
.wp-pdp-accordion {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}


.wp-pdp-accordion-item+.wp-pdp-accordion-item {
  margin-top: 8px;
}

.wp-pdp-accordion-header {
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #CACACA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10.66px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  color: #000000;
}

.wp-pdp-accordion-icon {
  font-size: 1.2rem;
  font-weight: 300;
  color: #666;
}

.wp-pdp-accordion-content {
  display: none;

  font-size: 10.66px;
  line-height: 1.6;
  color: #000000;
  font-weight: 300;
}

.wp-pdp-accordion-active .wp-pdp-accordion-content {
  display: block;
}

/* CTA Buttons */
.wp-pdp-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  align-items: center;
}

.wp-pdp-actions form.cart {
  width: 100%;
}

.wp-pdp-btn {
  flex: 1;
  padding: 12px 80px;
  border: 1px solid #1A1A1A;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
  height: 47px;
}

.wp-pdp-btn-primary {
  background: #1A1A1A;
  color: #fff;
  line-height: 1.6;
}

.wp-pdp-btn-primary:hover {
  background: #1a1a1a;
  color: #fff;
}

.wp-pdp-btn-secondary {
  background: #fff;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  padding: 14.34px  80px; 
}

.wp-pdp-btn-secondary:hover {
  background: #1A1A1A;
  color: #fff;
}

/* Read More Link */
.wp-pdp-read-more-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000;
  text-underline-offset: 4px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.wp-pdp-read-more-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 0;
}

.wp-pdp-read-more-link:hover {
  color: #1A1A1A;
}

.wp-pdp-read-more-link img {
  width: 14px;
}

/* Responsive Design */

/* WordPress Editor Compatibility */
.wp-block-html .wp-pdp-container {
  margin: 0;
}

/* Ensure compatibility with common WordPress themes */
.wp-pdp-container * {
  box-sizing: border-box;
}

.wp-pdp-container img {
  max-width: 100%;
  height: auto;
}


/* Container and Layout */

.wp-pdp-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
  align-items: flex-start;
}
/* Product Image Section */
.wp-pdp-image-section {
  position: relative;
  display: flex;
  flex-direction: column;
}

.wp-pdp-main-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  flex: 1;
  display: flex;
}

.wp-pdp-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* Product Information Section */
.wp-pdp-info-section {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
  justify-content: center;
}

/* Product Title */


/* Pricing Section */
.wp-pdp-pricing {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wp-pdp-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 28px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
}

.wp-pdp-installment {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 12px;
}

.wp-pdp-installment span {
  margin-left: 6px
}

/* Meta Information */
.wp-pdp-meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}


.wp-pdp-meta-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10.83px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}

.wp-pdp-meta-separator {
  width: 1px;
  height: 12px;
  background-color: #000;
  border: none;
}

.wp-pdp-meta-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10.83px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
}


/* Size Section */


.wp-pdp-size-guide {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wp-pdp-size-guide:hover {
  color: #1A1A1A;
}


.wp-pdp-size-btn:hover {
  color: #1A1A1A;
}

.wp-pdp-size-btn.wp-pdp-size-active {
  background: #1A1A1A;
  color: #fff;
  font-weight: 400;
}

/* Accordion Sections */
.wp-pdp-accordion {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  gap: 6px;
}


.wp-pdp-accordion-item+.wp-pdp-accordion-item {
  margin-top: 8px;
}

.wp-pdp-accordion-header {
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #CACACA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10.66px;
  line-height: 16px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  color: #333;
}



.wp-pdp-accordion-icon {
  font-size: 1.2rem;
  font-weight: 300;
  color: #666;
}

.wp-pdp-accordion-content {
  display: none;

  font-size: 10.66px;
  line-height: 1.6;
  color: #666;
  font-weight: 300;
}

.wp-pdp-accordion-active .wp-pdp-accordion-content {
  display: block;
}

/* CTA Buttons */


.wp-pdp-btn-primary {
  background: #1A1A1A;
  color: #fff;
}

.wp-pdp-btn-primary:hover {
  background: #e56fb0;
}


.wp-pdp-btn-secondary:hover {
  background: #1A1A1A;
  color: #fff;
}


.wp-pdp-read-more-link:hover {
  color: #1A1A1A;
}

/* Responsive Design */

/* WordPress Editor Compatibility */
.wp-block-html .wp-pdp-container {
  margin: 0;
}

/* Ensure compatibility with common WordPress themes */
.wp-pdp-container * {
  box-sizing: border-box;
}

.wp-pdp-container img {
  max-width: 100%;
  height: auto;
}

.woocommerce-product-gallery__trigger,
nav.navigation.post-navigation {
  display: none;
}
.main-header .nav-item a {
    position: relative;
}
.main-header .nav-item a span{
  position: absolute;
  right: 0;
  color: #fff;
  background: #000;
  border-radius: 50px;
  font-size: 10px;
  padding: 2px 6px;
    
}

.main-header .nav-item a span.dropdown-arrow {
    position: static;
    transform: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    display: block;
    background-color: unset;
    align-items: center;
}

.main-header .nav-item a span.cart-count {
      color: #fff !important;
}

.main-header .nav-item a .mega-menu-category {
  padding: 6px;
  border-radius: 0;
}

/* PLP style */

.plp-heading-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 84px;
}

.plp-heading-sort h3 {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.grid-filter {
  display: flex;
  gap: 3px;
}

.grid-filter img {
  cursor: pointer;
  width: 28px;
}

.woocommerce.columns-3  {
  margin: 0 auto;
  max-width: 1321px;
}

.products.columns-3 {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

ul.products.container-plp {
  /* max-width: 1350px; */
  margin: 67px auto 30px !important;
  padding: 0 15px !important;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 20px;
  grid-row-gap: 50px;
}

.cross-sells ul.products.container-plp {
  padding: 0 !important;
}


.container-plp .yith-add-to-wishlist-button-block {
  margin: 0;
}

ul.products.container-plp::before {
  display: none;
}

.woocommerce .products ul.products.container-plp::after, .woocommerce .products ul.products.container-plp::before, .woocommerce ul.products.container-plp::after, .woocommerce ul.products.container::before {
  display: none;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  /* width: calc((100% - 40px) / 3) !important; */
  /* margin-right: 20px; */
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: unset !important;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
      margin: 0 !important
}

.woocommerce-page.columns-3 ul.products.two-column li.product,
.woocommerce.columns-3 ul.products.two-column li.product {
      width: 49%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: unset !important;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product:nth-child(3n) {
  margin-right: 0;
}

.woocommerce ul.products li.product a img {
  border-radius: 0;
  object-fit: cover;
  height: 560px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 400;
  font-size: 16px !important;
  line-height: normal;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000 !important;
  padding: 0 !important;
  letter-spacing: -0.4px;
  margin-top: 25px !important;
}

.woocommerce ul.products li.product .price {
  font-size: 16px !important;
  color: #000 !important;
  padding: 0;
  letter-spacing: -0.4px;
  margin: 15px 0 0;
}

.woocommerce ul.products li.product .button.product_type_simple,
a.button.product_type_variable.add_to_cart_button {
  display: none !important;
}

button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button-over-image.yith-wcwl-add-to-wishlist-button-over-image--top-left {
  padding: 0;
  margin: 0;
  right: 12px;
  left: unset;
  top: 12px;
}

/* cart page */

.wc-proceed-to-checkout h3 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 45px !important;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 28px;
}



/* Shop Hero Banner */
.shop-hero-banner {
  position: relative;
  margin: 40px auto 70px;
  border-radius: 0;
  overflow: hidden;
  max-width: 1321px;
  min-height: 697px;
}

.banner-image {
  width: 100%;
  height: auto;
  max-width: 1321px;
  border-radius: 0;
  display: block;
}

.hero-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.hero-banner-title {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.hero-banner-button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}

.discover-more-btn {
  /* font-family: 'Poppins', sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.arrow-icon {
  width: 14px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.how-it-works .read-more-link .arrow-icon.arrow-rotated {
  transform: rotate(270deg);
  transition: transform 0.3s ease;
}

.woocommerce .woocommerce-result-count {
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 25px !important;
  line-height: 100%;
  letter-spacing: -0.5px;
  vertical-align: middle;
  text-transform: uppercase;
}

/* WooCommerce Ordering Dropdown */
.woocommerce-ordering {
  margin: 0;
  padding: 0;
}

.woocommerce-ordering select.orderby {
    font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
  color: #2E2E36;
  background-color: #fff;
  border: 2px solid #E5E5E5;
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 200px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

.woocommerce-ordering select.orderby:focus {
  outline: none;
  border-color: #2E2E36;
  box-shadow: 0 0 0 3px rgba(46, 46, 54, 0.1);
}

.woocommerce-ordering select.orderby:hover {
  border-color: #2E2E36;
}

 .woocommerce-account .woocommerce {
  padding: 100px 0;

 }

  div.woocommerce td.product-name {
    font-size: 16px !important;
  }

  .woocommerce .woocommerce-customer-details .woocommerce-columns--addresses address {
    font-size: 14px;
    padding: 12px;
  }

.woocommerce ul.products li.product .onsale {
  right: unset;
  top: 30px;
  left: 16px;
  padding: 0;
}

 .woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
 .woocommerce nav.woocommerce-pagination ul li span.current,
 .woocommerce nav.woocommerce-pagination ul li a {
    background: transparent;
    color: #1A1A1A;
    height: auto;
    font-size: 16px;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
  float: left;
}

.checkout-page {
  margin: 95px 0;
}

.checkout-heading {
  text-align: center;
  font-weight: 300;
  font-size: 54px;
  line-height: 28px;
  /* font-family: "Merriweather"; */
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.checkout-order {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}


.checkout-order > strong {
  font-weight: 700;
}
.woocommerce-billing-fields .checout-contact {
    /* font-family: "Merriweather"; */
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 11px;
}

.checout-delivery-info {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 28px;
  margin-bottom: 33px ;
}

.woocommerce-additional-fields h3 {
  /* font-family: "Merriweather"; */
  font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 40px;

}

.woocommerce form  .woocommerce-billing-fields__field-wrapper .form-row input {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #1a1a1a;
  border-radius: 0;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  color: #1a1a1a;
}

.woocommerce form  .woocommerce-billing-fields__field-wrapper .form-row input:focus {
  outline: 0;
}

.woocommerce form  .woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0 0 15px;
}

.woocommerce form  .woocommerce-billing-fields__field-wrapper .form-row .select2-selection {
    border: 0;
  background-color: transparent;
  border-bottom: 1px solid #1a1a1a;;
  border-radius: 0;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: 0;
  background-color: transparent;
  border-bottom: 1px solid #1a1a1a;;
  border-radius: 0;
  padding: 1em 0;
  color: #1a1a1a;
}

.woocommerce-account .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border: 1px solid #1a1a1a;
    padding: 16px 10px;

}

.woocommerce-Address-title h2 {
  font-size: 22px;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  color: #1a1a1a;
  padding: 16px 0px;
  line-height: 1.6;
}

.woocommerce-account .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 16px 10px;
}

.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus {
  outline: 0;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row label {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  letter-spacing: -1px;
}

.woocommerce .order-summary table.shop_table {
    border-collapse: collapse;
}

#order_review_heading {
   /* font-family: "Merriweather"; */
   font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin: 0 0 40px 0 !important;
}

div.woocommerce #order_review td.product-name {
  color: #1A1A1A;
  font-weight: 300;
}

#place_order {
  background-color: #1A1A1A !important;
  border-radius: 0 !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li   span.page-numbers.current {
  background-color: #1A1A1A;
  color: #fff;
}

.woocommerce-pagination  {
  margin-top: 50px;
}

.rbfw_rent_item_with_left_filter {
    padding-top: 80px;
}

.woocommerce .order-summary table.shop_table {
  border: 0;
      width: 100%;
    table-layout: auto;
}

.woocommerce table.shop_table tfoot td {
  width: 100%;
}

.woocommerce .order-summary table.shop_table th {
  font-weight: 300;
}

.woocommerce .order-summary table.shop_table .order-total th {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
      padding: 20px 9px 28px;
}

.woocommerce table.shop_table tfoot .cart_item td {
  border-color:  #1A1A1A;
      padding-top: 28px;

}

.woocommerce table.shop_table tbody:first-child tr.order-total:first-child td, .woocommerce table.shop_table tbody:first-child tr.order-total:first-child th {
    border-top: 1px solid #AAAAAA;
}


.checkout.woocommerce-checkout {
  padding-bottom: 108px;
}


/********** Custom Checkout ********/
#order_review {
    position: relative;
}
/* .woocommerce-checkout-payment{
    position: absolute;
    left: -180%;
    bottom: -110%;
    width: 280%;
    background: #ffffff !important;
} */
.woocommerce-checkout-payment .form-row.place-order {
    padding: 10px 0 !important;
}
/* .woocommerce-checkout {
    padding-bottom: 32%;
} */
.woocommerce-checkout #payment div.payment_box {
    background-color: #000;
    color: #fff;
}
input#payment_method_cod{
  display: inline-block !important;
}
 .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
 }

/* @media (max-width: 991px) {
  .woocommerce-checkout-payment {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .woocommerce-checkout {
      padding-bottom: 2%;
  }
} */

.cart-table-wrapper dt.variation- {
    display: none;
}
.woocommerce-notices-wrapper {
    display: none;
}
.rental-calendar label{
  font-weight: 600;
  text-transform: uppercase;
}
/* Rental Calendar Styles */
.rental-message {
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

/* Hide default today's date highlighting, but allow user selection */
#rental_calendar .ui-datepicker-calendar td.ui-datepicker-today:not(.rental-period-active) {
    /* border: none !important; */
}

#rental_calendar .ui-datepicker-calendar td.ui-datepicker-today:not(.rental-period-active) a {
    background: none !important;
    color: inherit !important;
    font-weight: normal !important;
}

/* Ensure today's date can be highlighted when selected by user */
#rental_calendar .ui-datepicker-calendar td.ui-datepicker-today.rental-period-active {
    background: #000 !important;
    border-color: #fff !important;
}

#rental_calendar .ui-datepicker-calendar td.ui-datepicker-today.rental-period-active a {
    color: #fff !important;
    font-weight: bold !important;
}

/* Ensure rental period dates maintain jQuery UI styling */
.rental-period-active.ui-state-highlight {
    background: #000 !important;
    border-color: #fff !important;
}



.rental-period-active a.ui-state-active {
    color: #fff !important;
    font-weight: bold;
}

#rental_start {
  border: 0;
  border-bottom: 1px solid;
  background: transparent;
  padding-left: 6px;
  line-height: 34px;
  margin-left: 20px;
}
.rental-calendar {
    margin-bottom: 30px;
}
.wp-pdp-actions a {
    float: left;
}
/* Responsive Design */

/* account pages design */

/* .woocommerce-account .main-header, .woocommerce-account .footer {
  display: none;
} */


.woocommerce .woocommerce-MyAccount-navigation ul {
  background-color: #e5e5e5;
  padding: 20px !important;
  border-radius: 5px !important;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 25px;
  border-bottom: 1px solid #907c7c;
  padding-bottom: 8px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #1a1a1a;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #866652;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders a {
  color: #1A1A1A;
}

.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__cell-order-actions
  .woocommerce-button {
  background-color: #1A1A1A;

  color: #fff;

  border-radius: 9px;

  font-size: 14px;

  transition: all 0.3s;
}

.woocommerce .woocommerce-MyAccount-content table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 20px 8px;
}

.woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  .woocommerce-orders-table__cell-order-actions
  .woocommerce-button:hover {
  background-color: #1A1A1A;
}

.woocommerce-account {
  background-color: #ffffff;
}

.custom-auth-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  padding: 100px 0;
}

.custom-auth-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  padding-top: 0;
}

.custom-auth-image {
  border-radius: 0 !important;
  padding: 57px 70px !important;
  justify-content: end !important;
}

.custom-auth-image h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
  /* font-family: "Merriweather", serif; */
  font-family: "Montserrat", sans-serif;
}

.login-img-content {
  font-size: 21px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 15px;
}

.login-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.login-btn-wrapper a {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  min-width: 206px;
  padding: 9.2px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.login-btn-wrapper a img {
  width: 16px;
}

.custom-auth-form .account-heading {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 72px !important;
  color: #1a1a1a;
  /* font-family: "Merriweather", serif; */
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

.custom-auth-subtext {
  color: #9e9c9c;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 32px;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  text-align: center;
}

.google-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  background: transparent;
  color: #848484;
  border: none;
  border-radius: 0;
  padding: 19px 20px;
  font-size: 20px;
  /*box-shadow: 0 0 0 1px #ccc; */
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px auto;
  line-height: 100%;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

.google-login-button img {
  width: 18px;
  height: 18px;
}

.or-separator {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 17px 0;
}

.or-separator hr {
  flex: 1;
  border: none;
  border-top: 1px solid #1A1A1A;
  opacity: 1;
}

.or-separator span {
  color: #9e9c9c;
  font-size: 24px;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

.custom-auth-form #register-form form {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 450px;
  padding: 20px 0;
  width: 100%;
  padding-top: 15px;
}
.custom-auth-form #register-form form div {
  padding: 0 45px;
}

.custom-auth-form #register-form form p {
  padding: 0;
}


.custom-auth-form #login-form form {
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  border: 0;
}

.custom-auth-form #login-form .woocommerce-form-row {
  margin-bottom: 40px;
}

.custom-auth-form #register-form form p {
  margin-bottom: 0;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

.login-logo-wrapper {
  display: flex;
  justify-content: center;
}

.woocommerce .custom-auth-form img,
.woocommerce-page .custom-auth-form img {
  margin: unset;
}

.custom-auth-form input[type="text"],
.custom-auth-form input[type="email"],
.custom-auth-form input[type="password"] {
  padding: 13px 30px;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  font-size: 20px;
  line-height: 100%;
  width: 100%;
  background: transparent;
  letter-spacing:  -0.02em;
  font-weight: 300;
  color: #aaaaaa;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

.custom-auth-form div .input-label {
  color: #646464;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -2%;
  line-height: 100%;
  margin-bottom: 18px;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

.custom-auth-form label {
  color: #646464;
  margin-bottom: 10px;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  max-width: 650px;
}

.custom-auth-form .woocommerce-form-row button[type="submit"] {
  background-color: #1A1A1A;
  color: #fff !important;
  padding: 19px 12px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s;
  width: 100%;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  margin-top: 5px;
  font-weight: 400;
}

.custom-auth-form #register-form form div.woocommerce-password-strength {
  font-size: 14px;
  padding: 0;
}

.custom-auth-form .woocommerce-form-row button[type="submit"]:hover {
  background-color: #1A1A1A;

  color: #fff;
}

.custom-auth-toggle {
  text-align: left;
  margin-top: -10px;
  font-size: 15px;
  color: #646464;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

.custom-auth-toggle a {
  color: #1A1A1A;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.woocommerce-form-row input[type="checkbox"] {
  margin-right: 9px;
   background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #646464;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.woocommerce-form-row input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

/* cart page design */

.cart-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}
.cart-collaterals .tiles-filter {
    display: none;
}
.cart-collaterals ul.products.columns-2.container {
    flex-wrap: nowrap;
    gap: 0;
    margin-top: 0 !important;
    padding: 0 !important;
}
#order_review .product-image {
    margin-right: 0;
    width: 150px;
}
#order_review .cart_item td {
    border-color: rgba(0, 0, 0, .1);
    padding-top: 10px;
}
#order_review .rbfw_room_cart_table tr:nth-last-child(-n+2) {
    display: none;
}
.cart-left .rbfw_room_cart_table tr:nth-last-child(-n+3) {
    display: none;
}
/* Rent page design */ 

.rbfw_rent_item_search_elementor_section {
  margin-top: 80px;
}

.rbfw_search_form_new .rbfw_search_container {
  background-color: #fff;
  padding: 60px 20px;
}

.wp-pdp-size-chart {
  margin-top:0 !important;
  margin-bottom: 42px;
}

.page-id-522 .hero-content h1 {
  text-transform: capitalize;
}

.site-main {
    min-height: 55vh;
    margin-top: 0;
    /* margin-bottom: 50px; */
}



/* Large desktop devices */
@media (min-width: 1440px) {
  .cat-image-wrapper {
    height: 650px;
  }

  .product-image-wrapper {
    height: 650px;
  }

  .woocommerce ul.products li.product a img {
        height: 650px !important;
  }

  .newest-collection {
    padding: 300px 0;
  }

  .newest-collection.appointment-banner {
      padding: 250px 0;
  }

  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: calc(20% - 20px);
    margin: 0 !important;
  }
}

/* Extra large desktop devices */
@media (min-width: 1921px) {
  .cat-image-wrapper {
    height: 920px;
  }

   .woocommerce ul.products li.product a img {
        height: 920px !important;
  }

  .product-image-wrapper {
    height: 920px;
  }

  .newest-collection {
    padding: 400px 0;
  }

    .newest-collection.appointment-banner {
      padding: 300px 0;
  }
}


/* Tablet and mobile devices */
@media (max-width: 991.98px) {
  .rbfw_rent_item_search_elementor_section {
    margin-top: 60px;
  }

  .woocommerce-order-details__title {
    font-size: 22px;
  }

  .rbfw_search_form_new .rbfw_search_container {
    padding: 30px 15px;
  }

  .woocommerce .woocommerce-customer-details .additional-fields, .woocommerce .woocommerce-customer-details .addresses {
    gap: 30px;
  }

  .woocommerce-account .woocommerce {
    padding: 100px 0;
  
   }

  .main-header .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    box-shadow: none;
    padding: 15px 0 15px 20px;
  }

  .main-header .dropdown-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.main-header .navbar-nav .menu-item {
    position: relative;
  }

  .main-header .dropdown-item {
    color: rgba(255, 255, 255, 0.8) !important;
  }

  .main-header .dropdown-item:hover {
    color: #fff !important;
  }

  .main-header .dropdown-item:hover::before {
    background-color: #fff;
  }

  .about-us-title {
    font-size: 20px;
  }

  .about-us-text {
    font-size: 17px;
  }

  .about-image {
    height: auto;
  }

  .core-section .core-title {
    font-size: 20px;
  }

  .core-section p {
    font-size: 17px;
  }

  .core-section {
    margin: 60px 0 90px 0;
  }

  .core-icon-wrapper {
    margin-top: 30px;
    padding: 50px;
  }

  .core-box h5 {
    font-size: 20px;
  }

  .core-section p {
    font-size: 15px;
  }

  .core-box {
    margin-top: 55px;
  }

  .category-section {
    margin-top: 70px;
    padding: 0;
  }

  .category-item {
    flex: none;
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .category-section .card-text {
    margin-bottom: 20px;
  }

  .category-section .card-text:last-child {
    margin-bottom: 20px;
  }

  .newest-collection {
    margin: 30px 0 60px 0;
    padding: 80px 0;
  }

  .newest-collection-text h1 {
    font-size: 40px;
  }

  .main-header {
    height: auto;
  }

  .hero-content h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .main-header .navbar {
    padding-top: 15px;
  }

  .navbar-brand img {
    width: 65px;
  }

  .footer {
    padding: 46px 0;
  }

  .main-header .dropdown-menu {
    position: static !important;
    transform: unset !important;
    text-align: center;
  }

  .main-header::before {
    background: rgba(0, 0, 0, 0.99);
    z-index: -1;
  }

  .product--large .product-image-wrapper {
    height: 560px;
  }

  .main-header .nav-link {
    color: #1a1a1a;
  }
}

.affliate-banner .section-heading {
  color: #fff;
  /* font-family: "Merriweather", serif; */
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0%;
  line-height: 130%;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span.page-numbers {
  padding: 1em;
}

/* Product title margin */
.product-title {
  margin-bottom: 6px;
}

.col2-set {
  display: flex;
  gap: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    /* width: 58%; */
    margin-right: 7%;
}

.woocommerce .checkout.woocommerce-checkout .col2-set::after {
  display: none;
}

.woocommerce-form-login-toggle {
  display: none;
}


/* PDP calender design */

/* Wrap your inline calendar */
#rental_calendar {
  display: inline-block;
  background: #fff;
  padding: 0 12px 8px 12px;
  /* border: 1px solid #ccc; */
  border-radius: 8px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); */
  font-family: inherit;
  width: 100%;
}

#rental_calendar  .ui-datepicker table thead {
  background-color: transparent;
}

/* Overall datepicker style */
#rental_calendar .ui-datepicker {
  width: 100%;
  border: none;
  background: #fff;
  color: #000;
}

/* Header styling */
#rental_calendar .ui-datepicker-header {
  background: transparent;
  color: #000;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 18px 12px;
  border-radius: 0;
}

#rental_calendar .ui-datepicker-title {
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 15px;
}

/* Navigation arrows */
#rental_calendar .ui-datepicker-prev,
#rental_calendar .ui-datepicker-next {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  padding: 18px 12px;
  top: 14px;
}

#rental_calendar .ui-datepicker-prev:hover,
#rental_calendar .ui-datepicker-next:hover {
  background: #000;
  color: #fff;
}

/* Weekdays row */
#rental_calendar th {
  background: transparent;
  color: #000;
  padding: 18px 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#rental_calendar .ui-state-default, #rental_calendar .ui-widget-content .ui-state-default, #rental_calendar .ui-widget-header .ui-state-default {
      border: none;
      background-color: transparent;
      width: 100%;
      padding: 18px 12px;
}

#rental_calendar .ui-datepicker td {
    border: 1px solid #555555;
}


/* Date cells */
#rental_calendar td a {
  background: #fff;
  color: #000;
  border: 1px solid transparent;
  display: block;
  text-align: center;
  padding: 18px 0;
  border-radius: 4px;
  transition: 0.2s;
}

/* Hover effect on date */
#rental_calendar td:hover {
  background: #000;
  color: #fff;
}

#rental_calendar td:hover a {
  color: #fff;
}
/* Selected/current day */
#rental_calendar .ui-datepicker-current-day a {
  color: #fff !important;
}

/* Optional: Adjust spacing */
#rental_calendar table {
  width: 100%;
  border-collapse: collapse;
  display: table;
}


/* End Calender design */


/* contact us */

 .contact-us-img {
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top;
    height : calc(100vh - 138px);
    max-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 70%;
    background-color: #000;
  }
  .contact-us-heading {
    font-size: 140px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }

  .no-customize-support {
    max-width: 900px;
    margin: 0 auto;
  }

  .shop-address {
    max-width: 151px;
    margin: 0 auto;
  }

  .btn-shop-add {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 6px;
  }

   .btn-shop-add:hover {
    background-color: #000;
    color: #fff;
   }

  /* Responsive: Tablet and below */
  @media (max-width: 991px) {
    .contact-us-img {
      height: 260px;
    }

    .contact-us-heading {
      font-size: 36px;
      padding: 0 10px;
    }

  }


#tnp-modal #tnp-modal-body {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 4rem;
}

#tnp-modal #tnp-modal-content {
  max-width: 850px;
}

#tnp-modal .tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
  width: 100%;
  background-color: #000;
}

#tnp-modal .tnp-field label {
  display: none;
}

#tnp-modal .tnp-subscription input[type=text] {
  padding: 1em;
  color: #1A1A1A;
}

#tnp-modal-body img {
  border-radius: 0 !important;
  height: 475px !important;
  object-fit: cover;
}

#tnp-subscription-popup .tnp-field-firstname,
#tnp-subscription-popup .tnp-field-surname {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

#tnp-subscription-popup .tnp-field-firstname {
  margin-right: 2.7%;
}

/* Make sure the email field comes on the next line */
#tnp-subscription-popup .tnp-field-email {
  clear: both;
  width: 100%;
  display: block;
}

/* Additional mobile styles for specific components */
@media (max-width: 991.98px) {

  #tnp-modal #tnp-modal-body {
    flex-direction: column;
}

#tnp-modal-body img {
  height: 400px !important;
}

#tnp-subscription-popup .tnp-field-firstname,
#tnp-subscription-popup .tnp-field-surname {
  width: 100%;
  display: block;}

  #tnp-modal #tnp-modal-body {
    padding: 3rem;
  }
  .section-title {
    font-size: 19px;
    margin-bottom: 7.5px;
  }

  .section-subtitle {
    font-size: 10px;
  }

  .main-header .nav-link::before { 
    display: none;
  }

  .how-work-wrapper {
    margin-top: 35px;
  }

  .how-its-work-content {
    padding-left: 0;
  }

  .step h3 {
    text-align: center;
  }

  .step-number {
    font-size: 24px;
  }

  .how-it-works .step-title {
    font-size: 22px;
  }

  .how-it-works step p {
    font-size: 16px;
  }

  .how-its-work-content .step {
    margin: 0 0 20px 0;
    gap: 20px;
    margin-top: 50px;
  }

  .read-more-link {
    font-size: 18px;
  }

  .about-us-main {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .how-it-works {
    padding: 50px 0 50px 0;
  }

  .how-it-works .section-title {
    line-height: 1;
    margin-bottom: 30px;
  }

  .how-it-works .step-number {
    font-size: 40px;
    line-height: 1.5;
  }

  .how-it-works .read-more-link {
    font-size: 22px;
  }

  .how-it-works .section-title {
    font-size: 32px;
  }

  .how-it-works .section-subtitle {
    line-height: 1.2;
  }

  .core-section__title {
    font-size: 48px;
    margin-bottom: 0;
  }

  .core-section .core-box:not(:last-child)::after {
    display: none;
  }

  .core-icon {
    margin-bottom: 30px;
  }

  .how-we-work {
    margin: 60px 0 60px 0;
  }

  .core-section .how-we-work .how-we-work__content {
    margin-bottom: 60px;
  }

  .how-we-work h2 {
    font-size: 34px;
  }

  .woocommerce .col2-set div.col-1, 
  .woocommerce-page .col2-set div.col-1 {
    width: 100%;
  }

  .col2-set {
    flex-direction: column;
    gap: 0;
  }

  .affliate-banner  .section-heading { 
    font-size: 20px;
  }

  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .main-header .navbar-nav {
    align-items: center;
    text-align: center;
  }
  
  /* Mobile Cart Icon Styling */
  .mobile-cart-icon {
    position: relative;
    margin-right: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  
  .mobile-cart-icon .cart-icon {
    width: 24px;
    height: 24px;
    filter: invert(1);
  }
  
  .mobile-cart-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  .mega-menu-wrapper .mega-menu-images {
    display: none;
  }


  ul.products.container-plp {
    gap: 10px;
  }
  
}

@media (max-width: 767px) {

    .category-item {
      width: 100%;
    }

    .category-section-wrapper {
      flex-direction: column;
    }
}

  /* Responsive: Mobile only */
@media (max-width: 575px) {
  .contact-us-heading {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .wp-pdp-container {
    padding: 50px 15px !important;
  }

  .wp-pdp-title {
    font-size: 1.2rem;
  }
}

/* Mobile devices */
@media (max-width: 768px) {
  .list-view .product-card {
    flex-direction: column;
  }

  .list-view .product-card .product-image-wrapper {
    width: 100%;
    height: auto;
  }

  .list-view .product-card .product-image-wrapper {
    width: 100px;
    height: 140px;
  }

  .newest-collection-text.mx-auto {
    margin: 30px 0;
  }

  .home .product-card .card-body {
    padding-bottom: 0;
  }

  .wp-pdp-container {
    padding: 20px;
  }

  .wp-pdp-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wp-pdp-title {
    font-size: 1.3rem;
  }

  .wp-pdp-actions {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .wp-pdp-read-more-link {
    margin-left: 0;
    text-align: center;
  }

  .wp-pdp-btn {
    padding: 11px 24px;
    font-size: 12px;
  }

  .wp-pdp-size-options {
    gap: 8px;
    flex-wrap: wrap;
  }

  .wp-pdp-btn-secondary {
    display: block;
  }

  .best-seller-text {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 50px;
  }

  .woocommerce ul.products[class*=columns-] li.product, 
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin-bottom: 16px !important;
  }

  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), 
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    margin-right: 0 !important;
  }

  .woocommerce-checkout {
    padding-bottom: 60px;
  }

  .shop-hero-banner {
    min-height: unset;
    margin-bottom: 30px;
  }

  .hero-banner-content {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin: unset;
    padding: 0 16px;
  }

  .hero-banner-title {
    font-size: 30px;
  }

  .hero-banner-button {
    bottom: 25px;
  }

  .discover-more-btn {
    font-size: 12px;
  }

  .woocommerce .woocommerce-result-count {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    display: inline-block;
    margin-top: 10px !important;
  }

  .woocommerce-ordering select.orderby {
    font-size: 14px;
    padding: 10px 12px;
    padding-right: 35px;
    min-width: 150px;
    background-size: 14px;
    background-position: right 10px center;
  }

  .woocommerce-pagination {
    margin: 30px 0;
  }

  .woocommerce-pagination ul.page-numbers {
    gap: 6px;
  }

  .woocommerce-pagination .page-numbers {
    font-size: 14px;
    padding: 10px 12px;
    min-width: 38px;
    height: auto;
  }

  .woocommerce-pagination .page-numbers.next,
  .woocommerce-pagination .page-numbers.prev {
    font-size: 16px;
  }

  .woocommerce ul.products li.product a img {
    height: 375px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__link .price {
    margin-bottom: 0;
    font-size: 16px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    margin-bottom: 10px;
    min-height: 34px;
  }

  .product-add-to-cart a {
    padding: 6px;
    justify-content: center;
  }

  .cat-card .card-text a {
    font-size: 18px;
  }

  .entry-content .woocommerce .shop-hero-banner .banner-image {
    height: 250px;
  }

  .checkout-page {
    margin: 30px 0 40px 0;
  }

  .checkout-heading {
    font-size: 36px;
  }

  .checkout-order {
    font-size: 16px;
  }

  .rbfw_rent_item_with_left_filter {
    padding-top: 50px;
  }

  ul.products.container-plp {
    margin: 30px auto 0 !important;
  }

  .plp-heading-sort {
    margin-top: 50px;
  }

  .plp-heading-sort h3 {
    font-size: 20px;
  }
}
