@font-face {
  font-family: "Poppins-Regular";
  src: url("../new-fonts/Poppins-Regular.eot");
  src: url("../new-fonts/Poppins-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../new-fonts/Poppins-Regular.woff2") format("woff2"),
    url("../new-fonts/Poppins-Regular.woff") format("woff"),
    url("../new-fonts/Poppins-Regular.ttf") format("truetype"),
    url("../new-fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../new-fonts/Poppins-Bold.eot");
  src: url("../new-fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../new-fonts/Poppins-Bold.woff2") format("woff2"),
    url("../new-fonts/Poppins-Bold.woff") format("woff"),
    url("../new-fonts/Poppins-Bold.ttf") format("truetype"),
    url("../new-fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../new-fonts/Montserrat-Bold.eot");
  src: url("../new-fonts/Montserrat-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../new-fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../new-fonts/Montserrat-Bold.woff") format("woff"),
    url("../new-fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../new-fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../new-fonts/Montserrat-Regular.eot");
  src: url("../new-fonts/Montserrat-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../new-fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../new-fonts/Montserrat-Regular.woff") format("woff"),
    url("../new-fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../new-fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../new-fonts/Montserrat-Light.eot");
  src: url("../new-fonts/Montserrat-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../new-fonts/Montserrat-Light.woff2") format("woff2"),
    url("../new-fonts/Montserrat-Light.woff") format("woff"),
    url("../new-fonts/Montserrat-Light.ttf") format("truetype"),
    url("../new-fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.vertical-product-card .product-btns .rounded-btn:hover {
  border-color: transparent;
}

body {
  position: relative;
}

.bg-dark-subtle {
  background: linear-gradient(
    40deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(74, 74, 74, 1) 100%
  );
}

.scrollbar-track-y {
  display: none !important;
}

.smooth-scroll {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden !important;
  scroll-behavior: smooth;

  /* Hide scrollbar for WebKit (Chrome, Safari) */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
/* 3. Wavy Text */
.effect3:hover {
  animation: wave 0.6s infinite ease-in-out alternate;
  transform: scale(1.2);
}
@keyframes wave {
  from {
    transform: rotate(-2deg);
  }
  to {
    transform: rotate(2deg);
  }
}
.search-form input {
  border-color: #000;
}
.search-form input::placeholder {
  border-color: #000;
}

.search-form .submit-icon-btn-secondary {
  background-color: #000;
  color: #fff;
}
.shake-img {
  animation: shake-rotate 2s infinite ease-in-out; /* Slower shake */
  transform-origin: center;
}

@keyframes shake-rotate {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.letter {
  display: inline-block;
}

.smooth-scroll::-webkit-scrollbar {
  display: none;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.table {
  --bs-table-bg: #fff;
}
.section-404 {
  background-color: #000;
}

.title-404 {
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: 100px;
}

.gshop-hero {
  margin-top: 0;
}
.gshop-hero-single {
  position: relative;
  top: 0;
  left: 0;
  height: 110vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gshop-hero-single::before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.hero-left-content {
  position: relative;
  text-align: center;
}

.hero-left-content h1 {
  font-family: "Montserrat-Bold";
  font-size: 55px;
  color: #fff;
}
.hero-left-content h2 {
  font-family: "Montserrat-Light";
  font-size: 55px;
  font-weight: 200;
  color: #fff;
  line-height: 50px;
  margin-bottom: 50px;
}

.hero-left-content a {
  padding: 5px 10px;
  font-family: "Montserrat-bold";
  font-size: 23px;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  text-transform: uppercase;
}

.gshop_subscribe_form button:hover {
  transform: scale(1.1);
}

.gshop_subscribe_form .form-control {
  padding: 5px 10px;
}

.delivery-from button:hover,
.product-info .buy-now-text:hover,
.add-to-cart-text:hover {
  color: #000 !important;
  background-color: #e2e2e2 !important;
}

.Coupons-title button:hover,
.product-info .add-to-cart-text:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.buy-now-text:hover,
.banner-section-2 .banner-section-box-title a:hover,
.hero-left-content a:hover {
  background-color: #000;
  color: #fff !important;
}

.gheader {
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 2;
  background: transparent;
}
.gshop-navbar {
  margin-top: 0;
  padding: 0 50px;
}

.gshop-navmenu ul li {
  padding: 25px 15px;
}

.gshop-navmenu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  font-size: 12px;
  padding: 0;
}

.gshop-navmenu ul li .active {
  border-bottom: 1px solid #fff;
}

.menu-icon-area {
  display: flex;
}

.menu-icon-area ul li {
  padding: 24px 15px;
}
.user-menu li {
  padding: 0px 15px !important;
}

.user-menu li a {
  font-size: 14px !important;
}

.menu-icon-area ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  font-size: 20px;
  padding: 0;
}
.menu-icon-area ul li a span {
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  font-size: 12px;
  padding: 5px 20px;
  border-radius: 13px;
}

.home-about-section {
  padding: 350px 0 200px;
  background-position: left;
  background-size: cover;
  margin-top: 0px;
  height: 100vh;
}

.ab-about-right h2 {
  font-size: 40px;
  font-family: "Montserrat-bold", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  font-weight: normal; /* Important for custom fonts */
  opacity: 0.5;
  line-height: 45px;
}

.ab-about-right h3 {
  font-family: "Poppins-Regular";
  font-size: 40px;
  color: #fff;
  line-height: 45px;
}

.ab-about-right p {
  font-family: "Montserrat-Light";
  font-size: 18px;
  color: #fff;
  line-height: 25px;
}

.mysteries-section {
  padding: 50px 0 0 0;
  background-color: #000000;
}
.mysteries-head {
  text-align: center;
}
.mysteries-head h2 {
  color: #fff;
  font-family: "Poppins-Regular";
  font-size: 40px;
}

.mysteries-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  text-align: center;
}

.mysteries-img {
  height: 100px;
  width: 100px;
  border: 1px solid #ffff;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.mysteries-img img {
  width: 50px;
  height: auto;
}

.mysteries-title h3 {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mysteries-title p {
  font-family: "Montserrat-Light";
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.product-cat-slider {
  width: 100%;
  height: 100%;
  padding: 0 30px;
}

.product-cat-slider2 {
  width: 100%;
  height: 100%;
  padding: 30px;
}

.product-box {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  cursor: pointer;
  box-shadow: 0px 0px 5px 5px #0000001f;
}

.product-img {
  width: 200px;
  height: 250px;
  position: relative;
  border-radius: 8px; /* Optional rounded corners */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.product-img:hover img {
  transform: scale(1.1);
  filter: brightness(1.05); /* Slight brightness increase */
}

.product-img:hover::after {
  bottom: 0;
}

.product-slider-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.product-slider-title h2 {
  color: #000000;
  font-family: "Poppins-Regular";
  font-size: 40px;
}

.product-slider-title p {
  color: #000000;
  font-family: "Poppins-Regular";
  font-size: 18px;
}

.product-title h2 {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #fff;
}

.product-title span {
  font-family: "Montserrat-Light";
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.product-title p {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.banner-section {
  background-color: #ececec;
  padding: 50px;
}

.banner-section .banner-section-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-section .banner-section-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.banner-section .banner-section-img video,
.banner-section .banner-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .banner-title {
  top: 20%;
  left: 50px;
  position: absolute;
  z-index: 2;
  width: 60%;
}

.banner-section .banner-title h2 {
  font-family: "Montserrat-Regular";
  font-size: 40px;
  color: #fff;
}

.banner-section .banner-title p {
  font-family: "Montserrat-Light";
  font-size: 20px;
  color: #fff;
  opacity: 0.8;
  line-height: 30px;
}

.banner-section .banner-title a span {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  color: #fff;
  opacity: 0.8;
  line-height: 45px;
  font-weight: 700;
}

.banner-section .banner-title .icon {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-top: 50px;
}

.banner-section-2 {
  padding: 150px 50px;
  background-position: right center;
  background-size: cover;
}

.banner-section-2 .banner-section-box {
  width: 70%;
}

.banner-section-2 .banner-section-box-title h2 {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  color: #000;
  line-height: 40px;
  text-transform: uppercase;
}

.banner-section-2 .banner-section-box-title p {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  color: #000;
  line-height: 30px;
  width: 55%;
}

.banner-section-2 .banner-section-box-title a {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 50px;
  width: 55%;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 10px 20px;
}

.gshop-footer {
  background-color: #000000;
}

.footer-nav .icon {
  display: flex;
  gap: 20px;
}

.cm-icon {
  background-color: #ececec;
  color: #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 5px;
}

.footer-nav .icon .cm-addres h3 {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}

.footer-nav .icon .cm-addres p {
  font-family: "Montserrat-Light";
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.footer-widget h5 {
  font-size: 20px;
}

.cm-round {
  border-radius: 25px;
}
.media-icon {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.cm-text-light,
.media-icon span {
  color: #fff;
}
.media-icon a {
  font-family: "Montserrat-Light";
  font-size: 24px;
  color: #fff;
}

.header-sticky.sticky-on {
  background-color: #000000bf;
}

.logo {
  width: 160px;
  height: auto;
}
.about-banner-setion {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}

.about-banner-section-2 {
  padding: 50px 0;
}

.about-banner-section-2 .about-title {
  text-align: center;
}

.about-banner-section-2 .about-title span {
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  letter-spacing: 10px;
}

.about-banner-section-2 .about-title h2 {
  font-family: "Poppins-Regular";
  font-size: 40px;
  color: #000;
  line-height: 75px;
}

.about-banner-section-2 p {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
}
.about-banner-section-3 .about-title h2 {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  color: #000;
  line-height: 75px;
}

.about-banner-section-3 p {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
}

.about-banner-section-3-img {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.about-banner-section-3 .about-section-area {
  margin-bottom: 100px;
}

.img-zoom-container {
  overflow: hidden;
  border-radius: 8px;
}

.img-zoom-container video,
.img-zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.zoom-strong:hover video,
.zoom-strong:hover img {
  transform: scale(1.2);
}

.product-banner-section {
  background-position: center;
  background-size: cover;
  height: 350px;
  width: 100%;
}

.accordion {
  margin-top: 50px;
}
.category-title {
  padding: 15px 25px;
  font-weight: bold;
  font-size: 2em;
}
.accordion-button {
  color: #000;
  background-color: #eaeaea;
  font-weight: normal;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #eaeaea;
  font-weight: bold;
}

/* .accordion-button.collapsed {
  background-color: #ffc107 !important;
  color: #212529 !important;
} */

/* Focus styles */
.accordion-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(95, 95, 95, 0.25) !important; /* Red focus shadow */
}

.accordion-button.collapsed:focus {
  box-shadow: 0 0 0 0.25rem rgba(131, 131, 131, 0.5) !important; /* Yellow focus shadow */
}

.category-list {
  list-style: none;
  padding-left: 40px;
  margin: 0;
  position: relative;
  overflow: hidden;
  /* border-left: 2px solid #000; */
}
.accordion-item {
  border: none;
}
.category-list li {
  position: relative;
  padding-left: 10px;
  margin: 15px 0;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  font-family: "Montserrat-Regular";
}
.category-list li a {
  color: #000;
}

.category-list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: -20px;
  width: 20px;
  height: 2px;
  background: #000;
}
.category-list li::after {
  content: "";
  position: absolute;
  top: -1.5em;
  left: -20px;
  width: 2px;
  height: 45px;
  background: #000;
}

.gshop-sidebar h6 {
  font-family: "Montserrat-Bold";
  font-size: 40px;
}
.cm-filter {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: end;
}

.thumbnail {
  background-color: #ececec;
}
.cm-filter button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cm-filter .theme-select.select-sm {
  border: 1px solid #000;
  border-radius: 0;
  font-size: 15px;
  color: #000;
  font-family: "Montserrat-Regular";
  font-weight: 600 !important;
  padding: 11px 32px 11px 12px;
}

.vertical-product-card .card-content {
  padding: 24px 0 0;
}

.tt-category a {
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
}
.card-title {
  font-family: "Montserrat-Regular";
  font-size: 18px;
}
.card-content p {
  font-family: "Montserrat-Regular";
  font-size: 10px;
}

.vertical-product-card {
  border: none;
}
.add-to-cart-text {
  padding: 10px 5px;
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
.buy-now-text {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 10px 5px;
  color: #000;
  background-color: #e2e2e2;
  font-size: 12px;
  line-height: 12px;
}

.vertical-product-card .product-btns {
  opacity: 1;
  visibility: visible;
}

.vertical-product-card .rounded-btn {
  background-color: transparent !important;
}

.rounded-btn svg path {
  fill: #fff;
}
.cm-light-color {
  font-size: 40px;
}

.product-main-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.product-main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cm-second-bg {
  background-color: #f2f2f2;
}

.cm-border-rd-50 {
  border-radius: 50px;
}

.product-details-area {
  padding: 100px 50px 0px;
}

.product-info h3 {
  font-family: "Montserrat-Bold";
  font-size: 35px !important;
  text-transform: capitalize;
}
.product-info span {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #000;
}

.product-rate {
  margin-bottom: 10px;
  gap: 10px;
  display: flex;
}

.product-rate p {
  color: #000;
  margin: 0;
}

.product-rate span {
  font-size: 15px;
}

.product-rate-icon {
  font-size: 20px;
  color: #f9c316;
}
.pricing-details {
  margin: 20px 0;
  width: 350px;
  background-color: #ffff;
  border-radius: 10px;
  padding: 1px 10px;
}
.product-info .pricing {
  display: flex;
  justify-content: space-between;
}
.product-info .pricing span {
  font-family: "Montserrat-bold";
  font-size: 25px;
}

.price .discount {
  display: none;
}
.product-info .discount {
  color: #3aa408;
}
.desc-2 {
  margin-bottom: 30px;
}
.desc-2 h3 {
  font-family: "Montserrat-Light";
  font-size: 18px !important;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 15px;
}

.quantity h4 {
  font-family: "Montserrat-Light";
  font-size: 18px;
  line-height: 18px;
}

.quantity P span {
  color: #7a7a7a;
  background-color: #ffff;
  font-size: 16px;
  padding: 5px;
  border-radius: 10px;
}

.product-qty input {
  background-color: transparent !important;
  border: none;
}

.decrease {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #000 !important;
  border-radius: 5px !important;
}

.product-qty input {
  width: 70px !important;
}

.increase {
  color: #fff;
  background-color: #000;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #000 !important;
  border-radius: 5px !important;
}

.product-info .add-to-cart-text {
  font-family: "Montserrat-Regular";
  font-size: 15px;
  background-color: #fff;
  color: #000 !important;
  border-radius: 5px;
  font-weight: 600;
  padding: 10px 20px;
}

.product-info .buy-now-text {
  border-radius: 5px;
  padding: 10px 20px;
  font-family: "Montserrat-Regular";
  font-size: 15px;
  background-color: #000000;
  color: #ffffff !important;
  font-weight: 600;
}

.delivery-section {
  margin-top: 50px;
}

.delivery-title h3 {
  font-family: "Montserrat-Regular";
  font-size: 18px !important;
}

.delivery-from {
  display: block;
  gap: 20px;
  margin-bottom: 10px;
}
.delivery-from input {
  width: 150px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 5px;
}
.delivery-from button {
  font-family: "Montserrat-Regular";
  padding: 3px 10px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.delivery-from span {
  font-family: "Montserrat-Regular";
  padding: 3px 10px;
  color: #3aa407;
  border-radius: 5px;
  font-size: 14px !important;
  line-height: 20px;
  background-color: #7dfb5040;
}
.product-thumb-single.swiper-slide-active {
  border-color: #000;
}
.product-thumb-single {
  background-color: #ffffff;
  border: none;
  padding: 0;
  border-radius: 30px !important;
}
.product-thumbnail-slider {
  width: 100%;
  height: 100px;
}
.product-thumbnail-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-bottom-desc-area h3 {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  margin-bottom: 20px;
}

.product-bottom-desc-area ul li {
  font-size: 15px !important;
  list-style: disc;
  margin-bottom: 10px;
}

.product-bottom-details-title-left {
  position: relative;
}

.product-bottom-details-title-left ::before {
  position: absolute;
  top: 35px;
  left: 0;
  content: "";
  width: 200px;
  height: 1px;
  background-color: #000;
}
.product-bottom-details-title-right {
  position: relative;
}

.product-bottom-details-title-right ::before {
  position: absolute;
  top: 35px;
  right: 0;
  content: "";
  width: 200px;
  height: 1px;
  background-color: #000;
}

.product-bottom-details-title-left h3,
.product-bottom-details-title-right h3 {
  font-family: "Montserrat-Bold";
  font-size: 25px !important;
  font-weight: 600;
}
.product-bottom-details-title-right {
  text-align: end;
}

.product-detalis-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 5px #0000001f;
}
.product-detalis-img img {
  width: 100%;
  height: 100%;
}
.product-bottom-desc {
  padding: 100px 0;
}

.product-slider-title-2 {
  border-bottom: 1px solid #000;
  margin-bottom: 50px !important;
}
.product-slider-title-2 h2 {
  font-family: "Montserrat-Regular";
  font-size: 20px;
}

.product-title-2 h2 {
  font-family: "Montserrat-Regular";
  font-size: 22px;
  color: #000;
}

.product-title-2 span {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.product-title-2 p {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}
.product-icon ul {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.product-icon ul li {
  font-size: 20px;
}

.product-icon {
  position: relative;
  right: 0;
  color: #1b1c1c;
}

.new-blog-section {
  position: relative;
  overflow: hidden;
}

.new-blog-rea {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.new-blog-rea img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.new-blog-title-area {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0),
    rgb(0, 0, 0)
  );
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0%;
  position: absolute;
  width: 100%;
  padding: 100px;
}

.new-blog-title span {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #fff;
  line-height: 50px;
}
.new-blog-title h2 {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.new-blog-title p {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.bog-link-icon a {
  font-weight: 500;
  color: #fff;
  font-size: 40px;
}

.blog-listing-title h2 {
  font-family: "Montserrat-Regular";
  font-size: 24px;
  color: #6b6b6b;
}

.blog-card .thumbnail {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.blog-card .thumbnail img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.cm-bg-2 {
  background-color: #ececec;
}

.blog-card-content h2 {
  font-family: "Montserrat-Bold";
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
}

.blog-card-content p {
  font-family: "Montserrat-Regular";
  color: #000;
}
/* --- Custom Overrides --- */
.step-line {
  flex: 1;
  height: 2px;
  background: #ddd;
}

.step .bi {
  font-size: 1.75rem;
}

.step.active,
.step.completed {
  color: #000 !important;
}

.step.completed .bi {
  color: #0d6efd;
}

.card-product {
  border: 1px solid #eee;
  border-radius: 0.5rem;
}

.card-product .discount {
  color: #28a745 !important;
  font-weight: 500;
}

.qty-input {
  width: 4rem;
  text-align: center;
}

.summary-card h6 {
  font-family: "Montserrat-Light";
  font-size: 1rem;
  font-weight: 600;
}

.list-unstyled li + li {
  margin-top: 0.5rem;
}

.btn-outline-secondary {
  border-radius: 0;
}

.cart-section-title {
  padding: 30px 10px;
}
.cart-section-title h2 {
  font-family: "Montserrat-Regular";
  font-size: 40px;
  text-transform: capitalize;
}

.cm-product-bar {
  background-color: #bdbdbd;
}

.cm-product-bar-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cm-product-bar-title,
.cm-product-bar-title h3 {
  font-family: "Montserrat-Regular";
  color: #fff;
  font-size: 15px;
  margin: 0;
}
.cm-product-bar .btn-link {
  font-family: "Montserrat-Regular";
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  padding-right: 20px !important;
}

.cm-product-bar .btn-link:nth-child(1) {
  border-right: 1px solid #fff;
}

.card-product h5 {
  font-family: "Montserrat-bold";
  font-size: 25px;
  color: #000;
}
.card-product-details small,
.card-product-details span {
  color: #000 !important;
}

.qt-section {
  display: flex;
  border: 1px solid #000;
  width: 70px;
  border-radius: 5px;
}

.qt-section input {
  border: none;
  width: 100%;
  text-align: center;
}

.Coupons-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Coupons-area input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px; /* original =35*/
  padding: 10px 0;
}
.Coupons-title label {
  display: flex;
  align-items: center;
  font-family: "Montserrat-Bold";
  font-size: 18px;
  color: #000;
  gap: 10px;
}

.Coupons-title button {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  font-weight: 600;
  padding: 5px 30px;
  border-radius: 10px;
}
.summary-card {
  border-radius: 20px;
  padding: 30px !important;
  border: none !important;
}

.summary-card-details {
  padding-top: 10px;
}
.summary-card h6 {
  font-family: "Montserrat-Light";
  color: #000;
  margin-bottom: 20px;
}
.list-unstyled {
  border-bottom: 1px solid #000;
}
.list-unstyled li {
  margin-bottom: 15px;
}
.summary-card-details a {
  background-color: #c8c8c8;
  border-radius: 10px;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  color: #000;
  border: none;
  padding: 10px 20px;
}

/* --- Custom Styles --- */
.step-line {
  flex: 1;
  height: 1px;
  background: #ddd;
}
.step {
  text-align: center;
  color: #bbb;
}
.step.active {
  color: #000;
}
.step .bi {
  font-size: 1.5rem;
}

.address-card {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
  position: relative;
  transition: border-color 0.2s, background-color 0.2s;
}
.address-card.selected {
  border-color: #000;
  background-color: #f8f9fa;
}
.address-card .form-check-input {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.address-card .btn {
  width: 4.5rem;
}

.divider {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: flex;
  margin: 2rem 0 1rem;
}

.divider:not(:empty)::before {
  margin-right: 0.5rem;
}
.divider:not(:empty)::after {
  margin-left: 0.5rem;
}

.btn-black {
  background: #000;
  color: #fff;
}

.checkout-secttion h3 {
  font-family: "Montserrat-Regular";
  font-size: 24px;
}
.checkout-secttion h5 {
  font-family: "Montserrat-bold";
  font-size: 20px;
}

.address-card {
  background-color: #f4f4f4;
}
.address-card input {
  border: 1px solid #000;
}

.address-card .edit-btn {
  padding: 10px 50px;
  color: #000;
  background-color: #e9e9e9;
  border-radius: 10px;
}
.address-card .delet-btn {
  padding: 10px 50px;
  background-color: #faecec;
  color: #ff7262;
  border-radius: 10px;
}

.gift-section {
  padding: 25px 0;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}

.checkout-from label {
  font-family: "Montserrat-Regular";
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.checkout-from .form-control,
.checkout-from .form-select,
.checkout-from .form-check-input {
  border: 1px solid #5a5a5a61;
  border-radius: 10px;
}

.confirmation-modal {
  max-width: 500px;
  margin: 100px auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: center;
}

.confirmation-modal .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  box-shadow: inset 0 0 0 5px #ddd;
}

.confirmation-modal .icon-circle img {
  width: 100%;
  height: 100%;
}

.confirmation-modal h4 {
  font-weight: 700;
}

.confirmation-modal p {
  color: #666;
}

.confirmation-modal .btn-primary {
  background-color: #000;
  border: none;
  padding: 10px 25px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.confirmation-modal .btn-outline-dark {
  border-radius: 8px;
  padding: 10px 25px;
}

.profile-pic {
  border-radius: 50% !important;
  position: relative;
  overflow: hidden;
}

.profile-inf-right h4 {
  text-transform: capitalize;
}
.my-account {
  background-color: #fff;
}

.profile-inf-right span {
  font-family: "Montserrat-Regular";
  font-size: 25px;
  color: #000;
}

.account-nav-menu li {
  border: 1px solid #000;
  border-radius: 25px;
  margin-bottom: 20px;
}
.account-nav-menu li a {
  padding: 15px 20px;
}

.account-nav {
  border-top: 1px solid #a4a1aa33;
}

.account-nav-menu li a.active {
  border-radius: 25px;
  background-color: #000;
  color: #fff;
}

.account-nav-menu li a.active svg path {
  fill: #fff;
}

.order-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin: 16px auto;
  display: flex;
  border-radius: 20px;
}

.order-card .product-img {
  width: 200px;
  margin-right: 20px;
}

.order-card .product-img img {
  width: 100%;
  border-radius: 8px;
}

.product-details {
  flex: 1;
}

.product-details h3 {
  margin: 0 0 8px;
}

.product-details p {
  margin: 4px 0;
}

.product-actions {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.btn {
  display: block;
  padding: 8px 16px;
  margin-top: 8px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.btn-light {
  background: white;
  border: 1px solid #ccc;
}

.btn-dark {
  background: black;
  color: white;
}

.btn-danger {
  background: #f66;
  color: white;
}

.text-secondary {
  color: #f66 !important;
}
.bg-secondary {
  background-color: #f66 !important;
}
.status {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 6px;
  margin-top: 4px;
}

.status.delivered {
  background-color: #e0ffe0;
  color: green;
}

.status.in-process {
  background-color: #fff5cc;
  color: orange;
}

.product-actions a,
.product-actions button {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.order-qty {
  border: 1px solid #000;
  padding: 3px 13px;
  border-radius: 5px;
}

.order-prise p {
  font-family: "Montserrat-bold";
  font-weight: 600;
  color: #000;
  font-size: 20px;
}

.search-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: none;
}

.search-box {
  position: relative;
  flex: 1;
}

.search-box input {
  width: 100%;
  padding: 10px 40px 10px 36px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
}

.search-box svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: #888;
}

.filter-btn {
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  gap: 8px;
}

.filter-btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.order-card .product-details h3 {
  font-family: "Montserrat-Bold";
  font-size: 25px;
  margin-bottom: 20px;
}
.order-card .product-details p {
  margin-bottom: 20px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 999999;
}
#preloader .loading-bar {
  width: 100%;
  height: 3px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  background: #f9fafb;
}
#preloader .loading-bar:before {
  content: "";
  width: 35px;
  height: 3px;
  background: #000;
  position: absolute;
  left: -34px;
  -webkit-animation: bluebar 1.5s infinite ease;
  animation: bluebar 1.5s infinite ease;
}
@-webkit-keyframes bluebar {
  50% {
    left: 96px;
  }
}
@keyframes bluebar {
  50% {
    left: 96px;
  }
}

.vertical-product-card .thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.vertical-product-card .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

.vertical-product-card .offer-badge::after {
  background-color: #ececec;
}
.gshop-gshop-grid {
  padding: 0 150px;
}

.gshop-gshop-grid .container-fluid {
  padding: 100px 50px;
}

.order-history-table a {
  color: #000;
}

.order-card .text-decoration-line-through {
  font-family: "Montserrat-Regular";
  font-weight: 400 !important;
  color: #f66;
}

.order-card .discount {
  font-family: "Montserrat-Regular";
  color: #3aa408;
  font-weight: 400 !important;
}

/* Start Login model popup */
/* .modal-custom-width {
    max-width: 550px;
} */
/* End Login model popup */
.mobile-cart-icon .cart-counter {
  top: 0 !important;
}
.cart-counter {
  color: #ffff !important;
  background-color: red !important;
}
.heart-fillable svg path {
  fill: red !important;
}

.product-qty button:hover {
  background-color: #000;
}

.mobile-toolbar {
  background-color: #000000;
  border-color: #4b4b4b;
}
.mobile-toolbar-item {
  padding: 5px 30px;
  border-left: 1px solid #4b4b4b;
}

.mobile-toolbar-label {
  color: #ffffff;
}

.gshop-header-search .dropdown-menu {
  padding: 0;
}

.offcanvas-left-menu {
  background: #000000 !important;
  width: 250px;
}
.offcanvas-left-menu .offcanvas-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  color: #000000;
  border-radius: 0 0 0 25px;
}

.simplebar-content .rounded-circle {
  background-color: #fff;
}

.offcanvas.offcanvas-start {
  width: 300px;
}
.offcanvas-close {
  color: #000;
}
.gheader {
  box-shadow: none;
  padding: 0 100px;
}
.offcanvas-left-menu .gshop-sidebar h6 {
  color: #fff;
  font-size: 18px;
}

.offcanvas-left-menu .accordion {
  margin-top: 15px;
}

.offcanvas-left-menu .accordion-button {
  color: #ffffff;
  background-color: #000000;
  font-weight: normal;
}

.offcanvas-left-menu .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #000000;
  font-weight: bold;
}

.offcanvas-left-menu .mobile-menu ul li a {
  font-size: 14px;
}

.offcanvas-left-menu .accordion-button .collapsed:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%) !important;
}

.offcanvas-left-menu .accordion-button::after {
  filter: brightness(0) invert(1); /* This turns the default dark icon white */
}

.gshop-footer {
  overflow: hidden;
}
.preloader-wrap img {
  width: 200px;
}

.cm-border-right li {
  padding-right: 15px;
  border-right: 1px solid #fff;
}
.cm-border-right li:last-child {
  border-right: none;
}

.order-tracking-wrap .btn {
  margin-top: 0;
  background-color: #000;
}
.tt-address-content .tt-edit-address {
  top: -20px;
}

.tt-address-content .tt-address-info {
  margin-top: 15px;
}

.offcanvas-left-menu-2 {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background: #fff;
  transition: left 0.3s ease;
  z-index: 9999;
}
.offcanvas-left-menu-2.active {
  left: 0;
}

.offcanvas-left-menu-2 .offcanvas-close {
    color: #000;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media only screen and (max-width: 1500px) {
  .banner-section .banner-title h2 {
    font-size: 28px;
  }
  .buy-now-text,
  .add-to-cart-text {
    font-size: 12px;
    line-height: 12px;
  }

  .cm-max-height-400 {
    height: 400px !important;
  }
  .gshop-gshop-grid .container-fluid {
    padding: 100px 0px;
  }
}

@media only screen and (max-width: 1400px) {
  .cart-section-title h2 {
    font-size: 24px;
  }
  .hero-left-content a {
    font-size: 18px;
    line-height: 18px;
  }

  .hero-left-content h2 {
    margin-bottom: 20px;
  }

  .hero-left-content h1 {
    font-size: 40px;
  }
  .hero-left-content h2 {
    font-size: 40px;
  }

  .product-banner-section {
    background-position: center;
    background-size: cover;
    height: 180px;
    width: 100%;
  }
  .gshop-gshop-grid .container-fluid {
    padding: 30px 0px;
  }
  .gshop-sidebar h6 {
    font-family: "Montserrat-Bold";
    font-size: 22px;
  }
  .home-about-section {
    padding: 200px 0 200px;
    background-position: left;
    background-size: cover;
  }
  .product-details-area {
    padding: 50px 50px 0px;
  }
  .cm-light-color {
    font-size: 20px;
  }
  .mysteries-title h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .product-info span {
    font-family: "Montserrat-Regular";
    font-size: 14px;
    color: #000;
  }
  .product-info h3 {
    font-size: 22px !important;
  }
  .product-info .delivery-title h3 {
    font-size: 16px !important;
  }

  .quantity h4,
  .product-info .desc-2 h3 {
    font-size: 16px !important;
    line-height: 16px;
  }
  .product-details p,
  .product-info .desc-2 p {
    font-size: 14px !important;
  }

  .desc-2 {
    margin-bottom: 10px;
  }

  .pricing-details {
    margin: 20px 0;
    width: 350px;
    background-color: #ffff;
    border-radius: 10px;
    padding: 1px 10px;
  }

  .mysteries-title p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .product-main-img {
    height: 400px;
  }
  .delivery-from button,
  .product-info .add-to-cart-text,
  .product-info .buy-now-text {
    font-size: 12px;
  }
  .delivery-from input {
    line-height: 12px;
  }
}

@media only screen and (max-width: 1300px) {
  .buy-now-text,
  .add-to-cart-text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .gheader {
    padding: 0 50px;
  }
  .home-about-section {
    background-position: center;
  }

  .gshop-gshop-grid {
    padding: 0px 50px;
  }
  .gshop-gshop-grid .container-fluid {
    padding: 10px 0px;
  }
  .address-card .edit-btn,
  .address-card .delet-btn {
    padding: 10px 20px;
  }
  .cm-tab-d-none {
    display: none;
  }
  .banner-section .banner-title h2 {
    font-size: 22px;
  }
  .banner-section-2 .banner-section-box-title p,
  .banner-section .banner-title p {
    font-size: 16px;
    line-height: 18px;
  }
  .product-main-img {
    height: 400px;
  }
  .product-info h3 {
    font-size: 24px !important;
  }
  .product-info .pricing span.h4 {
    font-size: 14px;
  }
  .product-info span {
    font-size: 16px;
  }
  .desc-2 h3 {
    font-size: 16px !important;
  }
  .pricing-details {
    margin: 20px 0;
  }
  .quantity h4 {
    font-size: 16px;
  }
  .desc-2 {
    margin-bottom: 10px;
  }
  .product-details p {
    font-size: 12px;
  }
  .product-info .buy-now-text,
  .product-info .add-to-cart-text {
    font-size: 12px;
  }
  .delivery-section {
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .gheader {
    padding: 0px 20px;
  }
  .banner-section .banner-section-img {
    height: 400px;
  }
  .card-content .row {
    padding: 0 10px;
  }
  .gshop-gshop-grid {
    padding: 0px 20px;
  }
  .footer-widget h5 {
    font-size: 18px;
  }
  .footer-nav .icon .cm-addres h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .media-icon {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .footer-nav .icon {
    gap: 10px;
  }
  .cm-round {
    padding: 5px 15px;
  }
  .hero-left-content h1 {
    font-size: 50px;
  }
  .hero-left-content h2 {
    font-size: 50px;
  }
  .ab-about-right p {
    font-size: 20px;
    line-height: 30px;
  }
  .media-icon span {
    font-size: 12px;
  }
  .gshop-footer .pt-120 {
    padding-top: 20px;
  }
  .banner-section-2 .banner-section-box-title p {
    width: 100%;
  }
  .pricing-details {
    width: 100%;
  }
  .about-banner-section-3 .about-title h2 {
    font-size: 28px;
  }
  .banner-section-2 {
    padding: 50px;
  }
}
@media screen and (max-width: 600px) {
  .mobile-toolbar-icon svg {
    width: 25px;
  }
  .mobile-toolbar-item {
    padding: 5px 15px;
    border-left: 1px solid #4b4b4b;
  }
  .buy-now-text,
  .add-to-cart-text {
    font-size: 10px;
  }
  .product-bottom-details-title-left h3,
  .product-bottom-details-title-right h3 {
    font-family: "Montserrat-Bold";
    font-size: 18px !important;
    font-weight: 600;
  }
  .banner-section .banner-section-box {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .banner-section {
    padding: 15px 0;
  }
  .banner-section .banner-section-img video,
  .banner-section .banner-section-img img {
    object-position: 65%;
  }
  .banner-section {
    padding: 50px 0;
  }
  .banner-section-2 {
    padding: 50px 25px;
    background-position: right center;
    background-size: cover;
  }
  .about-banner-section-2 .about-title h2,
  .mysteries-head h2,
  .ab-about-right h2,
  .ab-about-right h3 {
    font-size: 30px;
  }
  .about-banner-section-2 .about-title span,
  .product-slider-title p {
    font-size: 18px;
  }
  .about-banner-section-3 p,
  .about-banner-section-2 p,
  .ab-about-right p {
    font-size: 14px;
    line-height: 16px;
  }
  .product-slider-title h2 {
    font-size: 28px;
  }
  .banner-section-2 .banner-section-box-title h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .banner-section-2 .banner-section-box-title p {
    font-size: 14px;
    line-height: 16px;
  }
  .banner-section-2 .banner-section-box-title a {
    font-size: 14px;
  }
  .copyright-text {
    font-size: 14px;
  }
  .product-details-area {
    padding: 30px 0px 0px;
  }
  .product-bottom-desc {
    padding: 20px;
  }
  .cm-product-bar .btn-link,
  .cm-product-bar-title,
  .cm-product-bar-title h3 {
    font-size: 12px !important;
  }
  .order-card {
    flex-direction: column;
    align-items: center;
  }

  .product-actions {
    display: flex;
    flex-direction: row;
    text-align: center;
    gap: 20px;
  }
  .product-icon ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
  .product-banner-section {
    height: 200px;
  }
  .account-info .profile-pic {
    width: 100px;
  }
  .home-about-section {
    padding: 30px 0 200px;
    background-position: 30%;
    height: 60vh;
  }
}
@media screen and (max-width: 400px) {
  .footer-widget .mb-4 {
    margin-bottom: 10px !important ;
  }
  .gheader {
    padding: 0px 100px;
  }
  .footer-copyright .footer-nav li a {
    font-size: 9px;
  }
  .hero-left-content h2,
  .hero-left-content h1 {
    font-size: 40px;
    margin-bottom: 0;
  }

  .hero-left-content a {
    font-size: 14px;
  }
  .cart-section-title h2 {
    font-size: 24px;
  }
  .input-group-text,
  .text-muted {
    font-size: 12px;
  }
  .preloader-wrap img {
    width: 250px;
  }
  .mysteries-head {
    padding: 0;
  }
  .about-banner-section-2 .about-title h2,
  .mysteries-head h2,
  .ab-about-right h2,
  .ab-about-right h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .mysteries-title h3 {
    font-size: 18px;
  }
  .product-slider-section {
    padding: 10px 0px;
  }

  .banner-section .banner-title {
    top: 25%;
    left: 15px;
    position: absolute;
    z-index: 2;
    width: 90%;
  }

  .mysteries-img {
    height: 100px;
    width: 100px;
  }

  .mysteries-img img {
    width: 50px;
    height: auto;
  }
  .product-main-img {
    height: 400px;
  }
  .product-thumb-single {
    height: 80px !important;
  }
  .Coupons-title label {
    font-size: 14px;
  }

  .Coupons-title button {
    font-size: 12px;
  }
  .Coupons-area input {
    padding: 5px 0;
  }
  .summary-card-details {
    padding-top: 0px;
  }
  .summary-card h6 {
    font-family: "Montserrat-Light";
    color: #000;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .list-unstyled span {
    font-size: 14px;
  }
  .summary-card-details a {
    font-size: 14px;
  }
  .cart-section-title h2 {
    font-size: 22px;
  }

  .checkout-secttion h3 {
    font-size: 14px;
  }
  .checkout-secttion h5 {
    font-family: "Montserrat-bold";
    font-size: 14px;
  }
  .checkout-secttion p {
    font-size: 12px;
  }
  .address-card .edit-btn,
  .address-card .delet-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
  .new-blog-title h2 {
    font-size: 18px;
  }
  .new-blog-title p {
    font-size: 12px;
  }
  .bog-link-icon a {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
  }
  .input-group-text,
  .text-muted {
    font-size: 10px;
  }
}
.theme-select.select-sm option {
  background-color: #000;
  color: #fff;
}
.theme-select.select-sm option:focus {
  background-color: #fff;
  color: #000;
}
/* Example with a custom dropdown using Choices.js or similar */
.custom-option:hover,
.custom-option.is-selected {
  background-color: #f0f0f0; /* light gray instead of blue */
  color: #000;
}

.login-form-div .row {
  align-items: center;
}
.login-form-div .form-control {
  font-size: 12px;
  padding: 10px;
}
