
*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: morabba;
}
.row{
    margin: 0 !important;
}
@font-face {
    font-family: 'morabba';
    src: url('../fonts/Morabba.ttf/Morabba-Medium.ttf');
}
/*
-----navbar-----
*/
nav{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background: linear-gradient(90deg, #FAFDFF 0%, #EBF6FF 100%);
}
.div-login-nav{
    width: 40%;
}

.request-counseling{
    background: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);

    border-radius: 10px;
    width: 40%;
    text-align: center;
}
.request-counseling a{
    color: #FFF;
}
.login-link{
    border: 2px solid #2575FC;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}
.login-link a{
    color: #2575FC;
}
@media screen and (max-width:768px) {
    .navbar-nav{
        width: 50% !important;
        margin-left: auto;
        margin-right: 0 !important;
        padding-right: 1rem !important;
        padding-top: 1rem;

    }
    .div-login-nav{
        flex-direction: column;
        margin: 0 !important;
        width: 100% !important;
        align-items: start !important;
        gap: 5px;
    }
    .login-link, .request-counseling{
        width: 100%;
    }
}

/*
-----footer-----
*/
a{
    text-decoration: none;
    color: #2575FC;
}
footer{
    font-size: 20px;
    color: #2575FC !important;
}
footer a{
    font-size: 20px;
}
.footer-logo{
    width: 30px;
    height: 30px;
}
footer{
    background: linear-gradient(90deg, #FAFDFF 0%, #EBF6FF 100%);

}
.a-social-media{
    background-color: #FFFFFF;
    border-radius: 10px;
}
@media screen and (max-width:768px) {
    footer{
        font-size: 10px;
    }
    footer p{
        font-size: 12px;
    }
    footer a{
        font-size: 10px;
    }
    .footer-logo{
        width: 20px;
        height: 20px;
    }

}
footer a:hover{
    color: #FF58B1;
}





.top-store{
    background: linear-gradient(90deg, #FAFDFF 0%, #EBF6FF 100%);
    height: 35vh;
}

/* index */
.img-div-product{
    border:2px solid #42465E33;
    border-radius: 15px;
}
.card-product{
    width: 85%;
    margin: auto;
    box-shadow: 0px 30px 60px 0px #414DE940;
    border-radius: 15px;
}
@media screen and (max-width: 768px) {
    .name-price-store{
        height: 50px;
        flex-direction: column !important;
    }
}
.img-div-product img{
    width: 300px;
    height: 280px;
    margin: auto;
}
.last-price , del{
    color: #FF00E1;
    font-family: 'moraba';

}
.card-product a{
    width: 90%;
    margin: auto;
    background: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 10px;
}
@media screen and (max-width:992px) {
    .img-div-product img{
        width: 150px;
        height: 130px;
    }
    .card-product{
        width: 99%;
    }
    .card-product h2{
        font-size: 11px !important;
        font-weight: 800;
    }
    .card-product span{
        font-size: 11px !important;

    }
    .card-product a{
        padding: 5px 0;
    }
}

/* products page */
.buttons-product a{
    width: fit-content;
    padding: 5px 20px;
    text-decoration: none;
    border: 1px solid #00000080;
    color: #000000;
    border-radius: 30px;
}
.div-img{
    width: 300px;
    height: 300px !important;
    border: 4px solid #0000001A;
    border-radius: 30px;
}
.div-img img{
    height: 285px !important;
    width: 290px;
    margin: auto;
    border-radius: 30px;
}
.des-products p, .des-products span{
    font-size: 24px;
}
.box-cart-products{
    border: 2px solid #42465E26;
    border-radius: 15px;
    font-size: 22px;
}
.btn-cart-product{
    background: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);
    width: 80% ;
    margin: auto;
    border: none;
    border-radius: 15px;
    text-align: center;
    color: #FFF;
    padding: 10px 15px;
    font-size: 20px;
}

@media screen and (max-width:992px){
    .box-cart-products ,.des-products p, .des-products span{
        font-size: 16px;
        padding-right: 20px;
    }
    .box-cart-products{
        width: 85%;
        margin: auto;
    }
    .top-section-product-page{
        justify-content: flex-start !important ;
    }
}

/* empty cart page */
.emty-cart{
    height: 80vh !important;
}

.emty-cart img{
    width: 30%;
    height: auto;
}

@media screen and (max-width:992px){
    .emty-cart img{
        width: 80%;

    }

}
/*
cart page
*/

.color-product-cart{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.img-cart-product{
    width: 350px;
    height: 350px;
    border: 4px solid #0000001A;
    border-radius: 25px;
}

.des-product-in-cart{
    font-size: 20px;
}
a{
    text-decoration: none;
}

@media screen and (max-width:992px){

    .des-product-in-cart{
        font-size: 14px;
    }

}

.btn-cart-offline{
    color: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);
    width: 80% ;
    margin: auto;
    border: none;
    border-radius: 15px;
    text-align: center;
    background: #FFF;
    padding: 10px 15px;
    font-size: 20px;
    border: 2px solid #2575FC;

}


.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 #2575FC !important; /* حاشیه ضخیم‌تر برای رنگ انتخاب‌شده */
}