/* .product-desc-section {
    font-family: "Poppins", sans-serif !important;
}

.product-desc-wrap {
    width: 100%;
    height: 340px;
    box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.5);
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-desc-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-desc-section h2 {
    font-family: "Poppins", sans-serif !important;
    font-size: 45px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.price {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 600;
}


.price-name{
    margin: 0;
}

.cart-counter-wrapper{
    background-color: #dfdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:  5px;
    width: 150px;
    margin-top: 10px;
    border-radius: 30px;
}


.count-handler{
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in;

}

.count-handler:hover{
    background-color:  var(--primary-color);
    color: #fff;
}

.product-desc-info h3 {
    color: var(--primary-color);
    font-family: "Roboto Slab", serif !important;
    font-size: 20px;
}

.product-info-head {
    text-transform: uppercase;
    color: var(--grey);
    font-family: "Roboto", sans-serif;
    opacity: 0.8;
}

.product-desc-info li {
    opacity: 0.7;
}

.related-products {
    font-family: "Roboto Slab", serif !important;
}



@media screen and (max-width: 1330px) {

    .product-desc-section h2 {
        font-size: 40px;
    }

    .product-desc-wrap {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 991px) {

    .product-desc-wrap {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {

    .product-desc-wrap{
        padding: 10px;
    }
}



 */



 .product-desc-section {
    font-family: "Poppins", sans-serif !important;
}


.product-desc-wrap {

    box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.5);
    padding: 15px;
   
}

.main-img-wrapper{
    width: 100%;
    height: 340px;
}

.main-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-img-wrapper img:hover {
    cursor:  zoom-in;
}

.image-list-container{
    display: flex;
    height: 100px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    
   
}


.swiper-wrapper{
    height: fit-content;
}


.first-img{
    margin-left: 10px;
}

.image-list-wrapper{
    width: 100px;
    height: 100px;
    padding: 10px;
   
}

.image-list-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* slick  */

.main-product-img{
    width: 100%;
    height: 340px;
}

.main-product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.thumbnail-slider{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}


.swiper-button-next, .swiper-button-prev {
    color: var(--primary-color) !important;
    background-color: #f2f2f290;
    border-radius: 50%;
    width: 20px !important;
    width: 20px !important;
    padding: 7px 22px;
    transition: all .3s ease-in-out;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px !important;
    font-weight: bolder !important;
}

.active-thumbnail img{
    border: 2px solid var(--primary-color);
}
.list-img-slider{
    width: 100px;
    height: 100px;

}

.list-img-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-slider{
    margin-top: 20px;
}
.active-img{
    border: 2px solid var(--primary-color);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}


.product-desc-section h2 {
    font-family: "Poppins", sans-serif !important;
    font-size: 45px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.price {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 600;
}


.price-name{
    margin: 0;
}

.cart-counter-wrapper{
    background-color: #dfdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:  5px;
    width: 150px;
    margin-top: 10px;
    border-radius: 30px;
}


.count-handler{
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in;

}

.count-handler:hover{
    background-color:  var(--primary-color);
    color: #fff;
}

.product-desc-info h3 {
    color: var(--primary-color);
    font-family: "Roboto Slab", serif !important;
    font-size: 20px;
}

.product-info-head {
    text-transform: uppercase;
    color: var(--grey);
    font-family: "Roboto", sans-serif;
    opacity: 0.8;
}

.product-desc-info li {
    opacity: 0.7;
}

.related-products {
    font-family: "Roboto Slab", serif !important;
}



@media screen and (max-width: 1330px) {

    .product-desc-section h2 {
        font-size: 40px;
    }

    .product-desc-wrap {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 991px) {

    .product-desc-wrap {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {

    .product-desc-wrap{
        padding: 10px;
    }
}


/* Cart icon styling */
.fa-cart-shopping {
    font-size: 20px;
    margin-right: 8px; /* Space between the icon and the cart count */
    color: #333;
  }
  
  /* Cart count badge */
  #cart-count {
    position: absolute;
    margin-top: -11px;
    margin-left: -20px;
    background-color: #ff5722;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 50%;
    min-width: 24px;
    text-align: center;
    line-height: 12px;
    display: inline-block;
}
  
  .nav-item:hover #cart-count {
    background-color: #e64a19; /* Darker orange on hover */
  }
  

  