@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&display=swap');

.product_desc .product-name{
    /* margin-bottom: 10px; */
    background-color: var(--background-color);
    padding: 10px;
}
.product_desc .product-name h1{
   font-weight: 400;
   font-size: 28px!important;
}
.product_desc .product_price{
    margin-bottom: 5px;
    background-color:  var(--background-color);
    padding: 10px;
    padding-top: 0px;
}
.product_desc .product_price h1{
    font-weight: 600;
    font-size: 24px!important;
   
}
.product_desc .product_price h1 span{
    font-weight: 500;
    font-size: 18px!important;
    text-decoration: line-through;
    margin-left: 15px;
}
.product_desc .product_size{
    /* margin-bottom: 5px; */
    background-color:  var(--background-color);
    padding: 10px;
}
.product_desc .product_size label{
    font-size: 20px;
    font-weight: 500;
}
.product_desc .product_size select{
    font-size: 20px;
    font-weight: 500;
    padding: 0px 10px;
    color: var(--secondcolor);
    width: 50%;
    border: 1px solid #ccc!important;
    border-radius: 5px;
    background-color: white;
}
.product_desc .product_size select option{
    font-size: 20px;
    font-weight: 500;
    padding: 0px 10px;
    background-color: var(--bg-color-2); 
    
    width: 50%!important;
    
}

.product_desc .product_qty{
    margin-bottom: 5px;
    background-color:  var(--background-color);
    padding: 10px;
    display: flex;
    
}
.product_desc .product_qty label{
    font-size: 20px;
    font-weight: 500;
    
}
.product_desc .product_icon{
    margin-bottom: 5px;
    background-color:  var(--background-color);
    padding: 10px;
    display: flex;
    
}
.product_desc .product_icon .wishlist_icon,
.product_desc .product_icon .whatsapp_icon{
    margin: 0px 10px 0px 0px;
    padding: 5px 10px;
    /* border: 1px solid #ccc; */
    cursor: pointer;
    border-radius: 5px;
    
}
.product_desc .product_icon .whatsapp_icon.fa-whatsapp{
    color: #075E54;
}
/* .product_desc .product_icon .wishlist_icon:hover,
.product_desc .product_icon .whatsapp_icon:hover{
   background-color: var(--maincolor);
   color: var(--color);
    
} */
/* .product_desc .product_icon .whatsapp_icon .fa-whatsapp:hover{
    color: white; 
} */

.product_main-img_sec .product_img{
    height: 70vh;
    width: 100%;
    overflow:hidden;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.product_main-img_sec .product_img .product_preview{
    height: 70vh;
    width: 100%;
    overflow:hidden;
}
.product_main-img_sec .product_img .product_preview img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product_desc .add_to_cart_buy_now,
.add_to_video{
    background-color:  var(--background-color);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    margin: 10px 0px;
}
.product_desc .add_to_cart_buy_now button{
    width: 45%;
}
.product_desc .add_to_video button{
    width: 95%;
}
.product_desc .product_main_desc{
    height: 200px;
    /* border: 1px solid #ccc; */
    overflow-y: scroll;
    background-color:  var(--background-color);
    margin-bottom: 5px;
}
.product_desc .product_desc_label{
    
    background-color:  var(--background-color);
    padding: 10px;
    justify-content: center;
    text-align: center;
}
.product_desc .product_desc_label label{
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
}
.product_desc .product_main_desc p{
    font-size: 16px;
    padding: 10px;
}

 /*****qty  Section *****/
 .product-qty{
    /* margin: 0px 5px; */
    
}
.option-label{
    margin: 10px 10px;
    font-size: 16px;
    font-weight: 600;
}
.inputqty{
    height: 30px;
    width: 15%;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
}
.buttonplus{
    font-size: 15px;
    font-weight: bold;
    color: var(--maincolor);
    padding: 3px 8px;
    padding-bottom: 1px;
    background: var(--maincolor);
    color:var(--color);
    border: none;
}
.qty-changer{
    
    margin-left: 10px;
}
/***** End qty Section *****/
.modalimgscroll{
    height: 80vh;
    width: 100%;
    overflow: hidden;
}
.modalimgscroll img{
height: 100%;
width: 100%;
object-fit: contain;
}
.product_thumb .item .cat_img{
    height: 90px;
    width: 90px;
    overflow: hidden;
}
.product_thumb .item .cat_img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
}
.product_thumb .item .cat_img img:hover,
    .product_thumb .item .cat_img img:focus{
        border: 2px solid var(--maincolor);
    }
.small_font{
    color: var(--maincolor);
    font-size: 14px;
}
.add_class label{
    font-size: 16px!important;
}
.pl_pr_20{
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.big_none{
    display: none;
}

@media (max-width:768px){
    .product_thumb{
        margin: 15px 0px;
    }
    .product_thumb .item .cat_img{
        height: 60px;
        width: 60px;
        overflow: hidden;
    }
    .none_768{
        display: none;
    }
    .big_none{
        display: block;
    }
    .flickity-prev-next-button.next{
        display: none;
    }
    .flickity-prev-next-button.previous{
        display: none;
    }
}
@media (max-width:550px){
    .product_main-img_sec .product_img{
        height: 50vh;
    }
    .product_main-img_sec .product_img .product_preview img{
        height: 50vh;
    }
    body{
        position: relative;
    }

}
@media (max-width:450px){

}

.carousel {
    background: #EEE;
  }
  
  .carousel-cell {
    margin-right: 20px;
    overflow: hidden;
  }
  
  .carousel-cell img {
    display: block;
    height: 200px;
  }
  
  @media screen and ( min-width: 768px ) {
    .carousel-cell img {
      height: 400px;
    }
  }
