*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    margin:0;
    padding:0;
    box-sizing: border-box;
    background-color: #D7DCDD;
}

@media screen and (max-width:768px) {
    .suggestion-category{
        width: 100% !important;
    }
    .suggestion-category button{
        font-size:13px;
    }
}




.bg-store{
    background-image: url(/upload/static/Mask-Group-27.png);
    height: 33vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
.bg-product-deatails{
    background-image: url(/upload/static/Mask-Group-27.png);
    height: 20vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.row{
    --bs-gutter-x: 0 !important;
}
.header-store{
    background-color:rgba(20, 24, 26, 0.67);
    width: fit-content;
    padding:3% 6%;
    border-radius: 15px;
}
.suggestion-category{
    width:80%;
    background-color:rgba(20, 24, 26, 0.67);
    border-radius: 10px;
}
button{
    background-color:unset;
    border: none;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 600;
}
.offer-store{
    background-color: #F2BB09;
}
.count-down-content{
    color: #0C5865;
    font-size: 20px;
    font-weight: 600;
    background-color: #FFFFFF;
    padding: 1%;
    border-radius: 5px;

}
#countdown-product{
    background-color: #F2BB09;
    width: fit-content;
    border-radius: 15px;
}
#countdown-store , #countdown-product{
    gap: 10px;
}
.offer-store h2{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 34px;
}
.myswiper-offer-store{
    width: 100%;
    height: 100%;
}
.myswiper-offer-store .swiper-slide{
    width:100%;
    height: 100%;
    border-radius: 15px;
    margin: 0;
    overflow: hidden;
}
.card-body-store{
    background-color: #FFFFFF;
    padding: 0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: fit-content;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    margin: auto;
    height: 600px;
}
.card-body-store img{
    width: 330px;
    margin:0 auto;
    height: 330px !important;
    border-radius: 15px 15px 30px 30px;
    padding: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    object-fit: cover;
}
.card-body-store p{
    color: #0C5865;
    font-size: 14px;
    font-weight: 700;
}
.price-store{
    color:#F2BB09 ;
    font-size: 24px;
    font-weight: 700;
}
.price-store del{
    color: #0C5865;
    font-size: 16px !important;
}
.warehouse-stock{
    color: #e74c3c !important;
    font-weight: 400 !important;
}
.sabad-store{
    text-decoration: none;
    color: #F2BB09;
    background-color: #0C5865;
    width: 90%;
    margin: auto;
    padding: 3%;
    border-radius: 15px;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
h3{
    color: #0C5865;
}
.all-product-store{
    width:90%;
    margin: auto !important;
}
.product-box-pc{
    width:90%;
    margin: auto !important;
}
.product-image{
    width: 400px !important;
    height: 400px !important;
    border-radius: 15px !important;
}
.bg-deatail-text{
    background-color: #FFFFFF;
    border-radius: 15px;
    color: #0C5865;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100%;
    padding-bottom: 5px;
}

.color-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + .color-box {
    border: 3px solid black; /* حاشیه ضخیم‌تر برای رنگ انتخاب‌شده */
}
.decription-product{
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid #a6acaf;
}
.div-deatails-text{
    position: relative;
}
.share-like-product{
    position: absolute;
    top: 0;
    left: 0;
}
.count-product-buy{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 2px solid  #f2f3f4 ;
    width:90%;
    margin: auto;
    border-radius: 10px;
}
.new-price-offer-store{
    color: #F2BB09;
}
.btn-buy-product{
    color: #FFFFFF;
    background-color: #e74c3c;
    border: none;
    border-radius: 10px;
}
.comment-product{
    background-color: #FFFFFF;
    height: 300px;
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */
    border-radius: 20px;
}
.img-comment img{
    width:100px;
    height: 90px;
}



/* sabaade kharid */

.buy-steps span{
    background-color: #0C5865;
    color:#FFFFFF;
    font-weight: 700;
    font-size: 16px;
    padding:3px 14px;
    border-radius: 5px;
}
.yellow-step-buy{
    background-color: #F2BB09 !important;
}
.box-buy-bag{
    background-color: #FFFFFF;
    width:98%;
    margin:auto;
    border-radius: 10px;
    height: 100% !important;
    overflow: hidden;
    color: #0C5865;
    font-size: 14px;
    font-weight: 600;
}

.box-buy-bag img{
    height: 70%;
    width: 90%;
    margin: auto;
}
.div-buy-bag-right{
    /* border: 1px solid black; */
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /*max-height: 400px;*/
    height: 400px;
    font-size: 16px;
    position: relative;

}
@media screen and (max-width:992px) {
    .box-buy-bag .div-buy-bag-right{
        height: fit-content !important;
        max-height: 100% !important;
    }
    .box-buy-bag img{
        height: 260px;
        width: 100%;

    }
}

.test{
    background-color:  #229954 ;
    position: fixed; /* برای ثابت کردن دکمه در صفحه */
    bottom: 20px; /* فاصله از پایین صفحه */
    right: 10px; /* فاصله از سمت راست صفحه */
    z-index: 1000; /* برای نمایش دکمه بالای سایر عناصر */
    border-radius: 50%;
}
.test a{
    font-size: 30px;
}
.div-buy-bag-left{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
}

.buy-button-sabad{
    text-decoration: none;
    background-color: #F2BB09;
    color: #FFFFFF;
    width: fit-content;
    font-size: 18px;
    border-radius: 5px;
}
.delete-sabade{
    position: absolute;
    top:0;
    left:10px;
}
.delete-sabade a{
    text-decoration: none;
    color: #515a5a;
}
.back-store{
    color: #515a5a;
    text-decoration: none;
    margin: auto;
    font-size: 16px;
}
.form-label{
    display: block !important;
    margin:auto;
    text-align: center;
}
.form-control{
    width: 100% !important;
}
input[type="radio"]:checked + .color-box{
    border:3px solid #f1c40f !important;
}