
.news-part {
    margin-bottom: 50px;
}

.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 150;
}

.float2:hover {
    color: white;
}

.my-float {
    margin-top: 16px;
}

@media (max-width: 991px) {
.float2{
    position:fixed;
    width:50px;
    height:50px;
    bottom:55px;
    right:20px;
    font-size:20px;
}

}

/*.product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}*/



.wtsp-info a{
    margin-top: 25px;
    color: #25d366 !important;
    text-decoration: underline;
}

.category-li{
    color: var(--gray);
}
.category-li:hover{
    color: var(--primary);
}
.category-li .active{
    color: var(--primary);
}
.cart-sidebar{
    z-index: 1000;
}

body {
    background: var(--body) !important;
}
.shop-category{
    margin-top: 20px;
}
.category-wrap {
    margin: 0px 12px 45px;
}

@media (max-width: 575px) {
    .category-wrap {
        width: 100%;
    }
    .col {
        padding: 0px 8px;
    }
}

@media (max-width: 767px) {
    .category-wrap {
        margin: 0px 0px 30px;
    }
}

.mt-20{
    margin-top: 20px;
}
.mt-40{
    margin-top: 40px;
}
.mb-2{
    margin-bottom: 2px;
}
.footer-bottom{
    justify-content: space-between;
}

.after-slider{
    padding-top: 30px;
    padding-bottom: 70px;
}
@media (max-width: 575px) {
    .after-slider{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .flower2{
        display: none;
    }

    .banner-part{
        padding: 0;
    }
    .banner-part .col-lg-12{
        padding: 0;
    }
    .banner-part .slick-slide{
        padding: 0;
        margin: 0;
    }
    .banner-part .home-category-slider a img{
        border-radius: 0;
    }
}

.after-slider img{
    height: 90px;
}

.after-slider .intro-content .intro-wrap{
    align-items: center;
}
.after-slider .intro-content h5{
    color: var(--primary);
}


.after-slider-div{
    position: relative;
}

.flower2{
    position: absolute;
    bottom: 0;
    height: 150px;
    opacity: 0.3;
    pointer-events: none;
}



.flower3{
    position: absolute;
    top: 100px;
    right: 0;
    height: 90px;
    opacity: 0.6;
    pointer-events: none;
}

.pre-bee{
    pointer-events: none;
}

.footer-part{
    background-image: url('../../assets/frontend/images/home/footer.png');
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#addToCartPopup .product-view{
    min-width: 650px;
}
@media (max-width: 575px) {
    #addToCartPopup .product-view{
        min-width: 100%;
    }
}

#addToCartPopup{
    top: 30%;
}

#addToCartPopup .view-name{
    color: #28a745;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: none !important;
}

#addToCartPopup .addition-successful {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-bottom: 10px;
    border: 5px solid #62ce7b;
}

#addToCartPopup .addition-successful i {
    font-size: 22px;
    color: #fff;
}

#addToCartPopup .checkout{
    background-color: var(--primary);
    color: white;
}

#addToCartPopup .checkout span , #addToCartPopup .checkout i {
    color: white;
}

.update-save{
  color: var(--primary);
  margin: 0 10px;
  text-decoration: underline;
}
.product-action{
    margin-bottom: 8px;
}
.cart-products .remove-cart{
  color: #666666;
  text-decoration: none;
}
.cart-products .remove-cart i{
  font-size: 15px;
}

.success-box{
  text-align: center;
}
.oreder-number{
  color: var(--primary);
}
.success-wtsp{
  text-decoration: none;
  color: white;
  border-radius: 4px;
}

.success-wtsp .product-add{
  background-color: #11b76b;
  color: white;
}

.success-wtsp .product-add i{
  display: flex;
}

.success-phone{
  text-decoration: none;
  color: white;
  border-radius: 4px;
}

.success-phone .product-add{
  background-color: var(--primary);
  color: white;
}

.success-phone .product-add i{
  display: flex;
}
.checkout-list .w70{
  width: 58%;
}

.checkout-list .w10{
  width: 14%;
}



.checkout-list .text-center{
  text-align: center;
}

.checkout-list .item{
  font-size: 14px !important;
  color: initial !important;
  font-weight: normal !important;
}

.checkout-list ul li{
    padding: 10px 10px !important;
}

.choix-select{
    width: 30% !important;
    height: 35px;
    color: white;
    background-color: #11b76b;
    border: none;
    border-radius: 6px;
    padding: 0 10px ;
    direction: ltr;
}
.choix-select-holder{
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgb(235, 225, 225);

}
.text-danger{
    color: red;
}
.tab-descrip {
    height: 400px;
    overflow: hidden;

}
.tab-descrip img{
    width: 100%;
    height: auto;
    object-fit: cover; /
}
.cartTotal{
    margin: 0 2px;
}
.cookie-consent{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: #f1dbc0;
    color: #b87d34;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0 4px;
}
.cookie-consent__agree{
    background-color: #f7d1a1;
    margin: 0 10px;
    padding: 2px 12px;
    border-radius: 2px;
    color: #b87d34;
    font-weight: bold;
    width: 150px;
}

.top-wtsp{
    background-color: #11b76b !important;
    color: white !important;
}
.insta-logo{
    color: transparent !important;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}
