* {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    font-family: "Josefin Sans", sans-serif;    
    font-optical-sizing: auto; 
    font-style: normal;
}

a {
    text-decoration: none;
}

hr {
    margin: 0;
}

.btn-outline-custom-primary {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-outline-custom-primary:hover {
    color: var(--light);
    background-color: var(--primary);
}

.btn-outline-custom-primary:active {
    color: var(--light);
    background-color: var(--primary);
}

.btn-custom-primary {
    color: var(--light);
    background-color: var(--primary);
}


.btn-custom-primary:hover {
    color: var(--light);
    background-color: var(--primary);
}

.btn-custom-primary:active {
    color: var(--light);
    background-color: var(--primary);
}


.text-custom-primary {
    color: var(--primary);
}


.overtext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overtext_two {
    display: block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
}

/* Header */
.fa-facebook-f {
    color: #3b5998;
}
.fa-instagram {
    color: #e4405f;
}
.fa-x-twitter {
    color: #14171A;
}
.fa-youtube {
    color: #ff0000;
}
.fa-whatsapp {
    color: #25d366;
}
.fa-pinterest-p {
    color: #bd081c;
}
.fa-skype {
    color: #00aff0;
}
.fa-google-plus-g {
    color: #db4437;
}
.fa-linkedin-in {
    color: #0077b5;
}
.fa-telegram {
    color: #0088cc;
}

.btn-login {
    color: var(--primary);
}

.btn-login:hover {
    color: var(--dark);
}

.pre-icon, .next-icon {
    width: 20px;
    height: 20px;
}

.begins-text {
    font-size: small;
}
/* End Header */

/* Search Navbar */
  .scrollable-container {
    position: relative;
    display: flex;
    overflow-x: auto;
    /* overflow-y: auto; */
    white-space: nowrap;
    max-width: 60rem;
    scroll-behavior: smooth;
    /* overscroll-behavior-x: auto; */
    /* overscroll-behavior-y:none; */
}

.scrollable-container::-webkit-scrollbar {
    display: none;
}

.fixed-navbar-items {
    display: flex;
    gap: 1rem;
}

.scroll-btn {
    position: relative;
    top: 0;
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 100;
    font-size: 1.3rem;
    border-radius: 100rem;
    width: 40px;
    height: 40px;
}

.scroll-btn.scroll-btn-left {
    left: 0;
}

.scroll-btn.scroll-btn-right {
    right: 0;
}

.scroll-btn:hover {
    background-color: var(--primary-click);
}


@media screen and (max-width: 1412px) {
    .scrollable-container {
        max-width: 50rem;
    }
}

@media screen and (max-width: 1271px) {
    .scrollable-container {
        max-width: 45rem;
    }
}

@media screen and (max-width: 1200px) {
    .scrollable-container {
        max-width: 40rem;
    }
}

@media screen and (max-width: 1131px) {
    .scrollable-container {
        max-width: 35rem;
    }
}

@media (min-width: 992px) {
    .scrollable-container {
        border-left: 1px solid var(--light); /* Equivalent to border-start */
        border-right: 1px solid var(--light); /* Equivalent to border-end */
    }
}

/* Remove border on smaller screens */
@media (max-width: 991px) {
    .scrollable-container {
        border-left: none;
        border-right: none;
    }
}

.bg-custom {
    background-color: var(--primary);
}

.navbar-logo {
    max-width: 7rem;
}

.w-md-50 {
    width: 50%;
}

.navbar_button {
    color: var(--light) !important;
    border-radius: 100px;
    width: fit-content;
    text-align: center;
    margin: auto;
}

.navbar_button:hover {
    color: #fff !important;
    background-color: var(--primary);
    transition: 0.8s;
}

.navbar_button:active {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.nabvar-text {
    /* font-family: "Rum Raisin", sans-serif; */
    /* font-style: normal; */
    font-size: large;
    letter-spacing: 1px;
}

.dropdown-navbar-text-primary-color {
    color: var(--primary);
}

.dropdown-navbar-text-primary-color:hover {
    background-color: var(--primary);
    color: var(--light);
}

.ttwl {
    position: absolute;
    top: 0px;
    left: 20px;
    border: 1px solid var(--primary);
    color: var(--light);
    background-color: var(--primary);
}

.ttwl-m {
    position: absolute;
    top: 1px;
    left: 15px;
    border: 1px solid var(--primary);
    color: var(--light);
    background-color: var(--primary);
    font-size: x-small;
}


@media screen and (max-width: 991px) {
    .navbar-logo {
        max-width: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .navbar-logo {
        max-width: 5rem;
    }

    .w-md-50 {
        width: 100% !important;
    }
}

.search-btn {
    color: var(--light);
    background-color: var(--primary);
}

.search-btn:hover {
    color: var(--primary);
    background-color: var(--light);
    border: 1.2px solid var(--primary);
}

.btn-hover-to-primary {
    color: var(--dark);
}

.btn-hover-to-primary:hover {
    color: var(--primary);
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }
    .dropdown-menu.show {
        display: flex;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu-main-link {
    color: var(--dark);
}

.dropdown-menu-main-link:hover {
    background-color: var(--primary) !important;
    color: var(--light) !important;
}

.dropdown-menu-sub-link {
    color: var(--dark);
    font-weight: 500;
}

.dropdown-menu-sub-link:hover {
    background-color: var(--primary);
    color: var(--light);
}

.dropdown-menu li:first-child a {
    text-transform: uppercase;
    color: var(--primary);
}

.dropdown-menu li:first-child a:hover {
    background-color: #f1f1f1;
}

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }
}

.tooltips-dropdown{
    background-color: var(--light);
    color: var(--primary);
    opacity: 12;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;

}

.tooltips-dropdown a {
    color: var(--primary);
    padding: 5px 10px;
    font-size: medium;
    margin: 2px;
}

.tooltips-dropdown a:hover {
    color: var(--light);
    background-color: var(--primary);
}

.tooltip-inner {
    background-color: var(--light) !important;
    color: white;
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 5px;
    /* width: 18rem; */
    max-width: fit-content;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--light) !important;
}

.tooltip {
    opacity: 0;
}

.tooltip.show {
    opacity: 1;
}

/* End Search Navbar */

/* categories */
.slider {
    width: 100%;
}


.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
}

.slick-prev {
    left: 0;
    right: auto;
  }
  
  .slick-next {
    right: 0;
    left: auto;
  }
  .slick-prev i, .slick-next i {
    /* position: relative; */
    font-size: 30px;
    color: #333;
    
  }

  /* Custom styles for Slick Slider */
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 24px;
    z-index: 1; /* Upper layer for buttons */
  }
  
.categoris-card {
  max-width: 18em;
}
/* end categories */

/* product sub section */
.product-card-title {
    color: var(--primary);
}

.ex-btn {
    position: absolute;
    width: 100%;
    padding: 1rem;
    z-index: 10;
}

.tags{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	border-radius: 4px;
}

.wishlist {
    color: var(--light);
    height: 35px;
    width: 35px;
    background-color: var(--primary);
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.card-hover:hover .wishlist {
    display: flex;
}

.wishlist:hover {
    color: var(--primary);
    background-color: var(--light);
    border: 2px solid var(--primary);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.inner-img {
  overflow: hidden;
}

.inner-img img {
  transition: all 1.5s ease;
}


.card-hover:hover img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}

.card-hover img {
  transition: transform 0.4s ease;
}

.normal-product {
  max-width: 20rem;
}

@media (max-width: 1399px) {
  .hgfhgfhf {
      justify-content: center;
  }
}

@media (max-width: 767px) {
  .normal-product {
      max-width: 15rem;
  }
  
}

@media (max-width: 519px) {
  .normal-product {
      max-width: 13rem;
  }

  .p_mrp {
      position: absolute;
      display: none;
  }
}

@media (max-width: 455px) {
  .cat-re-text {
      font-size: small;
  }

  .pro_short_desc {
      font-size: small;
  }

  .cat-hed-text {
      font-size: medium;
  }

  .normal-product {
      max-width: 11rem;
  }
}


@media (max-width: 391px) {
  .cat-re-text {
      position: absolute;
      display: none;
  }
  
  .pro_short_desc {
      margin-top: 3px !important;
      font-size: small;
  }

  .cat-hed-text {
      margin-bottom: 0px !important;
      font-size: small;
  }

  .normal-product {
      max-width: 9rem;
  }
}

/* product sub section */

/* Products Details*/
.product-tags-details-ul{
    list-style-type: none !important;
    padding: 0 !important;
}

.product-btn-derails div button{
    padding: 0.7rem;
}

.product-btn-derails div .btn-add-to-cart{
    border: 2px solid var(--primary);
    color: var(--primary);
    background-color: var(--light);
}

.product-btn-derails div .btn-add-to-cart:hover{
    border: 2px solid var(--dark);
    color: var(--light);
    background-color: var(--dark);
}

.product-btn-derails div .btn-buy-now{
    border: 2px solid var(--primary);
    color: var(--light);
    background-color: var(--primary);
}

.product-btn-derails div .btn-buy-now:hover{
    border: 2px solid var(--dark);
    color: var(--light);
    background-color: var(--dark);
}

@media (max-width: 991px) {
    .product-btn-derails div button {
        font-size: small;
    }
}

@media (max-width: 519px) {
    .product-btn-derails div button {
        font-size: small;
    }
}

@media (max-width: 316px) {
    .product-btn-derails {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }
}
  
.product-wishlist-btn {
    border: 0;
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: var(--primary);
}

.product-color-available-details img {
    max-width: 6rem;
    border-radius: 100px;
}

.product-middle-section-nav-btn-active {
    color: var(--light) !important;
    background-color: var(--primary) !important;
}

.product-middle-section-nav-btn:hover {
    color: var(--primary) !important;
    background-color: var(--light) !important;
}

.dashed-border {
    border: 1px dashed;
    max-width: fit-content;
}

.vertical-line {
    border-left: 1px dashed black;
    height: 100%;
}

.product-tags-icon {
    color: var(--primary);
}

.product-tags-header {
    color: var(--primary);
    font-weight: 500;
}

@media (max-width: 401px) {
    .product-tags-header {
        color: var(--primary);
        font-size: small;
    }
}

@media (max-width: 350px) {
    .product-tags-header {
        color: var(--primary);
        font-size: x-small;
    }
}

@media (max-width: 299px) {
    .product-tags-header {
        color: var(--primary);
        font-size: xx-small;
    }
}

@media (max-width: 282px) {
    .product-tags-header {
        color: var(--primary);
        font-size: 8px;
    }
}

@media (max-width: 265px) {
    .product-tags-header {
        color: var(--primary);
        font-size: 7px;
    }
}

@media (max-width: 248px) {
    .product-tags-header {
        color: var(--primary);
        font-size: 6px;
    }
}

.vertical-line {
    border-left: 1px dashed #000;
    height: 50px;
}
.product-tags-header {
   margin: 0;
}
.product-tags-card-body {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS devices */
    -ms-overflow-style: none; /* Hide scrollbar on Internet Explorer and Edge */
    scrollbar-width: none; /* Hide scrollbar on Firefox */
    width: 100%;
}
.product-tags-card-body::-webkit-scrollbar {
    display: none; /* Hide scrollbar on Chrome, Safari, and Opera */
}

/* End Products Details */

/* Contact */
.contact-cards .card-body h3, 
.contact-cards .card-body h2 {
    color: var(--primary);
}

.contact-cards .card-body p {
    color: var(--dark);
}

.contact-cards:hover {
    background-color: var(--primary);
}

.contact-cards:hover .card-body h3, 
.contact-cards:hover .card-body h2 {
    color: var(--light);
}

.contact-cards:hover .card-body p {
    color: var(--light);
}

.contact-maps {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.contact-submit-btn {
    color: var(--light);
    background-color: var(--primary);
}

.contact-submit-btn:hover {
    color: var(--light) !important;
    background-color: var(--primary-click) !important;
}

.contact-cards:hover .contact-submit-btn {
    border: 1px solid var(--light);
    background-color: var(--light);
    color: var(--primary);
}

.padding-zero {
    margin-bottom: 2px;
}

/* End Contact */

/* Wishlist */
.primary-btn-pill {
    border-radius: 6px;
    padding: 5px 20px;
    color: var(--light);
    background-color: var(--primary);
}

.primary-btn-pill:hover {
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: var(--light);
}

.primary-btn-pill:active {
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: var(--light);
}

.wishlist-rm-btn {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.wishlist-rm-btn:hover {
    color: var(--light);
    background-color: var(--primary);
}

/* End Wishlist */

/* Reels */
.reels-cards {
    max-width: 20rem;
}

.reels-btn-see-item {
    bottom: 10px;
    display: none;
}

.reels-cards:hover .reels-btn-see-item{
    display: inline;
}

.ig-reels-card {
    height: 30rem;
    overflow: hidden;
    position: relative;
}
.ig-reels-card iframe {
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
/* End Reels */