/* Yellow - #FFE25C */
/* Yello font - #CCAE25 */
/* button color- #EFEDE0 */
/* black button -#2E2E2E */
@font-face {
  font-family: "UNEmanee";
  src: url("/public/fonts/UN\ Emanee\ \(Sinhala\ Font\ Guru\).otf");
}

@font-face {
  font-family: "outfit";
  src: url("/public/fonts/Outfit-VariableFont_wght.ttf");
}

* {
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: UNEmanee;
}

.ff-outfit {
  font-family: outfit !important;
}

section {
  margin-bottom: 64px;
}

body {
  align-items: center;
  margin-top: 6rem;
  overflow-x: hidden;
}

.black-font{
  color: #2E2E2E;
}

/* Navbar Section Start */
.navbar-nav {
  margin-left: auto;
}

.navbar .navbar-nav .nav-link:hover {
  background-color: #FFE25C;
  color: white;
  border-radius: 5px;
}

.main-btn {
  background-color: #EFEDE0;
}

.main-btn:focus,
.main-btn:active {
  background-color: #EFEDE0;
}

.main-btn:hover {
  background-color: #d5d4ce;
}

.gray-btn{
  color: #807D75!important;
  background-color: #EBEBEB!important;
}

.gray-font{
  color: #807D75!important;
}

.gray-border{
  border: 1px solid #E8E5DD!important;
  --bs-card-cap-bg: transparent!important;
}

.nav-link {
  color: black !important;
  font-weight: bold;
  text-wrap: nowrap;
}

/* Navbar Section End */


/* Home Section Start */

.card {
  border: none;
}

.home {
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(167, 139, 15, 0.532)), url('/public/images/BGPattern2.png');
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;

}

.home .card-top {
  /* margin: 160px 0px; */
  padding: 0% 11%;
  border-radius: 50px;
}

@media(max-width: 767px) {
  .home .card-top {
    padding: 0% 4%;
  }
}

.home .card-top .card-title,
.home .card-top .card-title pre {
  font-family: UNEmanee;
  /* font-size: 2.8vw; */
  letter-spacing: 1px;
  line-height: 3vw;

}

.yellow-font {
  color: #CCAE25;
}

.home-card{
  background-color: #ccae25 !important;
  color: white;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.home-card-txt{
  color: darkgoldenrod;
}

.card-background {
  background-image: url('/public/images/BGPattern2.png');
  background-size: cover;
  background-position: center;
}

.home-card:hover {
  color: #fff;
  transform: scale(1.025);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.home-card .card-footer{
  background-color: darkkhaki;
}

.home .card-top .card-body .card-title>span.second>img {
  margin-top: -6px;
  margin-left: -1px;
  position: absolute;
  width: 3%;
}

@media (max-width: 767px) { /* Adjust the max-width as needed for your mobile breakpoint */
  .home .card-top .card-body .card-title>span.second>img {
    margin-top: 5px;
    width: 5%;
  }
}

.home .card-top .card-body .card-text {
  font-family: UNEmanee;
  /* font-size: 1.2vw;
  padding: 0px 64px; */

}

.search-card {
  padding: 16px;
  background-color: #F9F7EC;
  border-color: white;
}

.search-border {
  border:15px solid #F9F7EC;
}

#search-result{
  margin-top: -42px;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}

@media (max-width: 576px) { /* Mobile view */
  #search-result{
    margin-top: -27px;
  }
}

.search-btn {
  background-color: #2E2E2E;
  color: white;
  margin-left: -40px !important;
  z-index: 1000 !important;
  display: ruby;
}

.search-btn:focus,
.search-btn:active {
  background-color: #2E2E2E;
}

.result-box{
  border-radius: 0px 0px 45px 45px;
  max-height: 500px;
}

.result-box ul li{
  cursor: pointer;
  justify-content: start;
  font-family: outfit!important;
}

.cur-point{
  cursor: pointer!important;
}

.result-box ul li:hover{
  background-color: #F9F7EC;
}

.popular-badge {
  margin: -14% 0 0 -14%;
}

.popular-links {
  margin-left: 5%;
}

.popular-links a {
  color: #2E2E2E;
}

.popular-badge span {
  width: 6vw;
  padding: 2%;
  background-color: #2E2E2E;
  color: #FFE25C;
  rotate: -20deg;
  font-size: 0.75vw;
  /* letter-spacing: 0.15rem; */
}

.popular-badge img {
  width: 5vw;
  margin-top: 9%;
  margin-left: -3%;
}

.second-topic {
  /* font-size: 2.5vw; */
  font-family: UNEmanee;
  letter-spacing: 1px;
  line-height: 3vw;
  margin: 5% 14% 5% 14%;
}

.yellow-arrow {
  width: 5vw;
  position: absolute;
  margin-top: 30px;
}

.book-navpill .nav-link {
  border: 1px solid #E0DDD3;
  color: #2E2E2E;
  transition: all 0.4s ease 0s;
  padding: 5px 20px 0px;

}

.book-navpill .nav-item {
  margin: 10px;

}

.book-navpill .nav-link.active {
  background-color: #2E2E2E !important;
  color: white !important;

}

.book-navpill .nav-link:hover {
  background-color: #2E2E2E !important;
  color: white !important;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}

.fa-circle{
  font-size: x-small;
}

.card-first {
  background-image: url('/public/images/Category.png');
  background-size: cover;
  border-radius: 40px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(249, 247, 236), 0 3px 15px rgba(249, 247, 236);
  padding: 70% 0% 10%;
  font-family: UNEmanee;
}

.card-first .card-body {
  line-height: 50px;
}


.book-group-card {
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(249, 247, 236), 0 3px 15px rgba(249, 247, 236);
}

.book-card {
  border-radius: 30px;
  background-color: #F5F4EF;
  position: relative;
  min-width: min-content;
  aspect-ratio: 1 / 1;
}

.book-card>span {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #8F8E8B;
}

.heart-button {
  background-color: #F5F4EF;
  color: black;
}

.card-img-top {
  width: 50%;
}

.view-all-btn {
  background-color: #FFE25C;
  box-shadow: 9px 10px 5px rgb(209, 206, 206);
  border: 5px solid white;
  font-family: outfit !important;
  font-weight: bold;
  font-size: 1rem;
}

.view-all-btn:hover {
  box-shadow: 9px 10px 5px rgb(209, 206, 206);
  border: 3px solid black;
}

.view-all-btn .fa-arrow-right {
  rotate: -45deg;
}

.new-release-sec {
  background-image: url('/public/images/New\ Releases\ bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.girls-img {
  width: 100%;
}

.carousel-buttons {
  background-color: transparent;
  border: 1px solid #2E2E2E;
}

.carousel-buttons:hover {
  background-color: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: white;
}

#myCarousel>i {
  color: #2E2E2E;
}


.discount-sec {
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(167, 139, 15, 0.11)), url('/public/images/discount.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}

.topic-margin {
  margin-top: 50px;
}

.hrz-card-img {
  width: 70%;
}

.hrz-star-badge {
  background-color: transparent;
  border: 1px solid #EBE9DC;
}

.all-books-sec {
  background-image: url('/public/images/discount.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 24%;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 24px;
}

/* .img-fluid {
  width: 100%;
  height: 100%;
} */

/*.grade-card {
    width: 100%;
    background-image: url('/public/images/discount.png');
    background-size: contain;
    background-repeat: no-repeat;
} */

/* @media screen and (max-width: 900px) and (min-width: 600px) {
    .home .card-body .para-1, .home .card-body .para-1 pre{
        font-size: 45px;
        
    }

    .home .card{
        padding: 50px 40px;
        
    }
}

@media only screen and (max-width: 600px) {
    .home .card-body .para-1, .home .card-body .para-1 pre{
        font-size: 45px;
        
    }

    .home .card{
        padding: 50px 40px;
        
    }
} */
/* Home Section End */

/* Footer Section Start */
.site-footer {
  padding: 5em 0 0 0;
  background: #F9F7EC;
  font-size: 14px;
  color: #2E2E2E;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer a {
  color: #CCAE25;
  border-bottom: 1px solid transparent;
}

.site-footer a:hover {
  color: #ffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer .footer-company .company-about {
  color: #817C64;
}

.site-footer h5 {
  font-family: outfit;
  font-size: 18px;
  margin-bottom: 28px;
  color: #2E2E2E;
  font-weight: 600;
}

.site-footer .footer-link li {
  line-height: 1.5;
  margin-bottom: 15px;
}

.site-footer .footer-link li a {
  font-family: outfit;
  font-size: 16px;
  text-decoration: none;
  color: #A19F94;
}

.site-footer .footor-botton {
  background-color: #EDEAD9;
  padding: 2rem 0;
  margin: auto;
}

.site-footer .footor-botton p,
.site-footer .footor-botton a {
  color: #2E2E2E;
  font-family: outfit;
  font-size: 16px;
}

.fa.fa-facebook {
  background: url(/public/images/facebook-logo.svg) no-repeat;
  width: 22px;
  height: 25px;
}


.fa.fa-youtube {
  background: url(/public/images/youtube.svg) no-repeat;
  width: 22px;
  height: 25px;
}

.fa.fa-instagram {
  background: url(/public/images/instagram.svg) no-repeat;
  width: 22px;
  height: 25px;
}

.fa.fa-tiktok {
  background: url(/public/images/tiktok.svg) no-repeat;
  width: 22px;
  height: 25px;
}

.footer-company li {
  background-color: #2E2E2E;
}

.footer-company li div {
  /* background-color: #2E2E2E; */
  border: 2px solid white;
}


/* Footer Section End */

/* About Us Section Start */

.top-bg {
  background: url('/public/images/New\ Releases\ bg.png') no-repeat;
  background-size: cover;
  width: 100%;
  /* height: 50vh; */
}

.first-topic {
  padding: 1vw 7vw;
}

.newarrive-topic{
  padding: 1vw 7vw;
}

.first-topic h1 {
  font-size: calc(1.525rem + 1.5vw);
  font-family: UNEmanee;
  letter-spacing: 1px;
  line-height: 1.2em;
}


.about-text {
  text-align: justify !important;
}

/* Contact Us Section Start */

.contactform form label,
.contactform form input,
.contactform form button,
.contactform form textarea {
  color: #2E2E2E;
  font-family: outfit !important;
}

.contactform form label,
.contactform form button {
  font-weight: 500;
}

.contactcard .card {
  background-color: #F5F4EF;
}

.contactcard .card h5,
.contactcard .card p {
  color: #2E2E2E;
  font-family: outfit !important;
}

.contactcard .container {
  gap: 20px;
}

/* Register Section Start */
.noheaderbg {
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(167, 139, 15, 0.11)), url('/public/images/Elements.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.noheaderbg .card {
  box-shadow: 0 10px 10px rgba(249, 247, 236), 0 10px 19px rgba(249, 247, 236);
}

.noheaderbg form label,
.noheaderbg form input,
.noheaderbg form .yellow-btn,
.noheaderbg form .lp-btn,
.noheaderbg .card-body h1,
.noheaderbg .card-body h5,
.noheaderbg .card-body h6 {
  color: #2E2E2E;
  font-family: outfit !important;
}

.noheaderbg form label,
.noheaderbg form button {
  font-weight: bold;
}

.lp-btn {
  background-color: #EFEDE0;
  color: #2E2E2E;
  font-family: outfit !important;
  font-weight: bold;
}

.lp-btn:focus,
.lp-btn:active {
  background-color: #EFEDE0;
}

.lp-btn:hover {
  background-color: #d5d2c0;
}

@media only screen and (max-width: 480px) {
  .noheaderbg .card {
    background-color: initial;
    /* or background-color: transparent; */
  }
}

/* OTP Verification Page Start */
.inputs input {
  width: 40px;
  height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}


.verifycard form label,
.verifycard form input,
.verifycard form .lp-btn,
.verifycard .card-body h1,
.verifycard .card-body h6,
.verifycard small,
.verifycard span,
.verifycard a {
  color: #2E2E2E;
  font-family: outfit !important;
}

.yellow-btn {
  background-color: #FFE25C;
  color: #2E2E2E;
  font-family: outfit !important;
}

.yellow-btn:focus,
.yellow-btn:active {
  background-color: #FFE25C !important;
}

.yellow-btn:hover {
  background-color: #2E2E2E !important;
  color: white !important;
}

/* New Arrival Page Start */
.form-check-input:checked {
  background-color: black;
  border-color: black;
}

.sortline h4,
.sortline button,
.sortline label,
.sortline h3 {
  color: #2E2E2E;
  font-family: outfit !important;
}

.listgridbtn button li:active {
  border: 1px solid transparent;

}

.font13{
  font-size: 13px!important;
  text-wrap: nowrap;
}

.tab-pane .list-view {
  .row {
    >[class*='col-'] {
      max-width: 100%;
      flex: 0 0 100%;
    }
  }

  .card {
    @media (max-width: 575.98px) {
      flex-direction: column;
    }

    flex-direction: row;

    >.card-img-top {
      width: auto;
      padding: 25px 50px;
    }

    .card-body {
      display: inline-block;
    }
  }

  .addcart {
    justify-content: flex-start !important;
  }

  .addcart a {
    flex-grow: 0 !important;
    ;
  }

}

/* Special Offers Page Start */

.spofferbg {
  background: url('/public/images/Special\ Offer.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  width: 100%;
}

.spocard {
  background-color: #1E1800;
}

.spocard h1,
.spocard h3 {
  font-family: outfit !important;
}

.spocard .yellownb {
  background-color: #F5DF7A;
}

.spocard .darknb {
  background-color: #34322A;
  color: white;
}

#accordionExample {
  --bs-accordion-active-bg: white;
  --bs-accordion-active-color: black;
  --bs-accordion-btn-focus-border-color: white;
}

.carousel-vertical .carousel-inner {
  display: flex;
  flex-direction: column;
}
.carousel-vertical .carousel-item {
  transition: transform 0.6s ease-in-out;
}


.accordion label,
.accordion button,
.leftfilter h5 {
  font-family: outfit !important;
}

.sticky-leftfilter {
  position: sticky;
  top: 20px; /* Adjust this based on your header height */
  height: calc(120vh - 100px); /* Height of the viewport minus the header */
  overflow-y: auto; /* Enable scrolling within the filter if content overflows */
  padding: 15px; /* Optional: add some padding */
  z-index: 1000; /* Keep it above other elements */
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  /* Ensure button takes full width */
}

/* Adjust icon placement */
.accordion-button::after {
  /* Position the icon to the left */
  margin-left: auto;
}

.leftfilter .list-view {
  .row {
    >[class*='col-'] {
      max-width: 100%;
      flex: 0 0 100%;
    }
  }

  .card {
    @media (max-width: 575.98px) {
      flex-direction: column;
    }

    flex-direction: row;

    >.card-img-top {
      width: auto;
      padding: 25px 50px;
    }

    .card-body {
      display: inline-block;
    }
  }

  .addcart {
    justify-content: flex-start !important;
  }

  .addcart a {
    flex-grow: 0 !important;
    ;
  }

}



/* Checkout Page Start */

.checkout,
.checkout2 {
  margin-top: 200px;
}

.checkout a,
.checkout h2,
.checkout h3,
.checkout h4,
.checkout h5,
.checkout h6,
.checkout p,
.checkout label,
.checkout input,
.checkout textarea,
.checkout button {
  font-family: outfit !important;
}

.greenbtn {
  background-color: #36B236;
}

.greenfont {
  color: #36B236;
}

/* Checkout 2 Page Start */
.checkout2 form .form-check {
  border: 1px solid #E8E5DD;
}

.checkout2 a,
.checkout2 h2,
.checkout2 h3,
.checkout2 h4,
.checkout2 h5,
.checkout2 h6,
.checkout2 p,
.checkout2 label,
.checkout2 input,
.checkout2 textarea,
.checkout2 button {
  font-family: outfit !important;
}

.checked-bg {
  background-color: #F9F7EC;
  border: 1px solid #C8C4BA;
}

.text-justify {
  text-align: justify !important;
}


.product a,
.checkout2 h2,
.checkout2 h3,
.checkout2 h4,
.checkout2 h5,
.checkout2 h6,
.checkout2 p,
.checkout2 label,
.checkout2 input,
.checkout2 textarea,
.checkout2 button {
  font-family: outfit !important;
}

/* Shop Page side category checkbox */

.shop-checkbox:checked{
  background-color: black;
}

.accordion-button:not(.collapsed) {
  color: #1E1800;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

/* Product Page */
#productTab .nav-item .nav-link.active {
  border: none;
  /* Remove default border */
  border-bottom: 2px solid #CCAE25;
  /* Add underline style */
  color: #CCAE25;
  /* Change text color */
}

iframe {
  border-radius: 24px;
}

/* Hover effect for non-active tabs */
#productTab .nav-item .nav-link:hover {
  border: none;
  /* Remove default border on hover */
  color: #CCAE25;
  /* Change text color on hover */
}

/* Dashboard Page */

#v-pills-tab .nav-link.active {
  background-color: #2E2E2E !important;
  color: white !important;
}

#h-pills-tab .nav-item .nav-link.active {
  background-color: #2E2E2E !important;
  color: white !important;
  border-radius: 20px;
}


@media (max-width: 992px) {

  /* Switch to horizontal tabs on medium screens and below */
  .vtab .nav-pills {
    flex-direction: row !important;
  }

  .vtab .nav-pills .nav-link {
    text-align: center;
  }
}

.vtab .nav a {
  font-family: outfit !important;
}

.accountbg {
  background-image: url('/public/images/Header.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.stroke-1 {
  border: 1 solid #CCC8BC !important;
}

.billing-card {
  background-color: #F9F7EC;
  border: 1px solid #CCC8BC;
}

.pending-card {
  background-color: #D2FAEE;
  cursor: pointer;
}

.completed-card {
  background-color: #EDFAD2;
  cursor: pointer;
}

.review-card {
  background-color: #EBD2FA;
  cursor: pointer;
}

.order-card-bg {
  background-color: #F5F4EF;
}

.shipped-badge {
  border: 1px solid #A3CCA3;
  background-color: #E5FFE5;
  color: #36B236;
}

.shipped-badge-red {
  border: 1px solid #b23636;
  background-color: #fce0d4;
  color: #b23636;
}

.mr-2 {
  margin-right: 1em;
}

.social-icons {

  padding: 10px;
  border-radius: 50px;
  /* text-align: center; */
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgb(0, 0, 0);
  color: #fff;
  text-align: center;
}

.social-icons a i {
  color: #fff;
  font-size: 15px;
}

.pending-card {
  background-color: #D2FAEE;
}

.completed-card {
  background-color: #EDFAD2;
}

.review-card {
  background-color: #EBD2FA;
}

.order-card-bg {
  background-color: #F5F4EF;
}

/* Review Page */
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating>span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}

.rating>span:hover:before,
.rating>span:hover~span:before {
  content: "\2605";
  position: absolute;
  color: gold;
}

.reviewarrow {
  width: 15% !important;
  margin-left: 55px;
}

.star {
  font-size: 5vh;
  cursor: pointer;
  color: #a19a9a;
}

.star-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.stargutter {
  --bs-gutter-x: 0.5px
}

.one,
.two,
.three,
.four,
.five {
  color: #E5CB53;
}

.reviewmsg {
  background-color: #F5F4EF;
}

.reviewgray{
  color: #807D75;
}

/* Custom CSS for image zoom */
.zoom-img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.zoom-img:hover {
  transform: scale(1.1);
  /* Adjust scale factor for zoom level */
}

#productImageCarousel .carousel-inner {
  height: 300px !important;
  /* Set a fixed height or use 'auto' for dynamic height based on content */
}

/* Ensure images fill the carousel items */
#productImageCarousel .img-carousel {
  object-fit: fill !important;
  height: 100% !important;
  /* Fill the height of the carousel item */
}

/* #productImageCarousel .carousel-control-next, #productImageCarousel .carousel-control-prev {
    height: fit-content;
} */
#productImageCarousel .carousel-container {
  position: relative;
}

#productImageCarousel .carousel-control-prev,
#productImageCarousel .carousel-control-next {
  position: absolute;
  top: 50%;
  bottom: 33%;
  transform: translateY(-50%);
  z-index: 1;
  /* Ensure controls appear above images */
}

.black-btn{
  background-color: #2E2E2E;
  color: white;
}

.black-btn:hover{
  background-color: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: white;
}



.cart-card{
  margin: auto;
  border: 1px solid #E8E5DD;
  border-radius: 15px;
}

.hr-card{
  margin: auto;
  border: 1px solid #E8E5DD;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 15px;
}

.hr-img{
  max-width: 23%;
  margin: auto;
  background-color: #F5F4EF;
  padding: 10px;
  border-radius: 15px;
}

.hrl-img{
  max-width: 23%;
  margin: auto;
}

.cart-img{
  margin: auto;
  background-color: #F5F4EF;
  padding: 3px;
  border-radius: 15px;
}

.order-img{
  max-width: 15%;
  background-color: #F5F4EF;
  padding: 5px;
  border-radius: 6px;
}

.orderl-img{
  max-width: 15%;
  border-radius: 6px;
}

.overflow-line-2{
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  overflow: hidden; 
}

.center-container{
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

/* Shop page */
#flexCheckDefault:checked + label:after {
  background-color: #2E2E2E;
}

.product-name-fd{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em; /* Adjust based on the line-height to exactly fit two lines */
    line-height: 1.5em; /* Adjust the line-height to your needs */
    height: 3em; /* Ensures that even in case of different font sizes, it sticks to 2 lines */
    white-space: normal;
}

.carousel-image{
  height: 400px;
  object-fit: contain;
  cursor: zoom-in;
}

/* Order process spinner */
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-container {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.descripProduct a, .descripProduct p{
  font-family: 'outfit'!important;
}

.pagination .active .page-link {
    background-color: #000000; /* Change this to your desired color */
    border-color: #000000;
    color: white;
    pointer-events: none; /* Disable clicking on the current page */
}

.pagination .disabled .page-link {
    color: #b4b9be;
}

.page-link{
  color: #000000;
}

@media (max-width: 576px) { /* Mobile view */
  .product-title-mobile {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
  }

  .product-store-mobile {
    font-size: x-small;
  }
}

.custom-overflow-wrap {
  overflow-wrap: anywhere;
}

.grade-tiles{
  width: inherit;
  height: 150px;
}

@media (max-width: 768px) {
  .scrollable-menu {
    display: flex;
    flex-wrap: nowrap; /* Prevents items from wrapping to a new line */
    overflow-x: auto; /* Adds horizontal scrolling */
    scrollbar-width: thin; /* For modern browsers, makes the scrollbar thinner */
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on touch devices */
  }

  .scrollable-menu::-webkit-scrollbar {
      height: 8px; /* Adjust the scrollbar height */
  }

  .scrollable-menu::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 4px;
  }

  .nav-link {
      white-space: nowrap; /* Prevents text from wrapping within items */
  }

}

.out-of-stock {
  opacity: 0.5;
  pointer-events: none;
}

.out-of-stock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}

.out-of-stock-overlay span {
  font-size: 1rem;
  text-transform: uppercase;
}

.text-out{
  color: #dbd1d4;
}

.user-profile-img {
  width: 2vw;
}

@media (max-width: 576px) { /* Mobile view */
  .user-profile-img {
    width: 6vw;
  }
}

@media only screen and (min-width: 1200px) { /* Large tablets */
  .video-iframe {
    width: 80%;
    height: 505px;
  }
}

@media only screen and (max-width: 1199px) { /* Tablets */
  .video-iframe {
    width: 80%;
    height: 390px; /* Hides the iframe */
  }
}

@media only screen and (max-width: 992px) { /* Tablets */
  .video-iframe {
    width: 80%;
    height: 317px; /* Hides the iframe */
  }
}

@media only screen and (max-width: 768px) { /* Mobile phones */
  .video-iframe {
    width: 100%;
    height: 301px; /* Hides the iframe */
  }
}

@media only screen and (max-width: 580px) { /* Mobile phones */
  .video-iframe {
    width: 100%;
    height: 245px; /* Hides the iframe */
  }
}

@media only screen and (max-width: 576px) { /* Mobile phones */
  .video-iframe {
    width: 100%;
    height: 181px; /* Hides the iframe */
  }
}

.g-recaptcha iframe{
  border-radius: 0 !important;
}

.carousel-img-wrapper {
    width: 100%;
    height: 400px; /* or 300px, set a fixed height for consistency */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  .zoomable {
    cursor: zoom-in;
  }

  .medium-zoom-overlay {
    z-index: 2000 !important;
  }

  .medium-zoom-image--opened {
    z-index: 2001 !important;
  }

  .badge-light-danger {
    background-color: #f36262;
  }
