@font-face {
    font-family: kalameh;
    src: url("../fonts/KalamehWeb-Medium.woff2")format("woff2");
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: kalameh;
}
/* PRODUCT START */

#darkhast{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    width: 100%;
    border: 2px solid #7000ff;
    background-color: #7000ff;
    border-radius: 5px;
    font-size: 14px;
}

.product{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 10px;
}
.product-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    width: 1200px;
}

.product-top{
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
    width: 1200px;
}
.product-top-rast{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.product-top-rast-rast{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-top-rast-rast img{
    width: 450px;
    height: 450px;
    border-radius: 10px;
    border: 2px solid #D1DBE8;
    padding: 5px;
}
.product-top-rast-chap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
    height: 450px;
}
.product-top-rast-chap img{
    width: 100px;
    border-radius: 10px;
    border: 2px solid #D1DBE8;
    padding: 5px;
}

.product-top-chap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 550px;
    /* height: 450px; */
    gap: 10px;
    background-color: white;
    padding: 10px;
    border: 2px solid #D1DBE8;
    border-radius: 10px;
}
.product-top-chap-top,
.product-top-chap-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.product-top-chap-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 15px;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
    color: black;
    font-size: 26px;
}

.product-top-chap-category{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: gray;
    font-size: 14px;
    width: 100%;
}
.product-top-chap-category a{
    text-decoration: none;
    color: #7000ff;
}

.product-top-chap-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    gap: 10px;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
}
.product-top-chap-price #pprice{
    color: #7000ff;
    font-size: 18px;
}
.product-top-chap-price #pprice span{
    color: black;
    font-size: 14px;
}
.product-top-chap-price del{
    color: gray;
    font-size: 12px;
}
.product-top-chap-price #soon{
    color: red;
}

.product-top-chap form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}
.product-top-chap form .inputs-quantity{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.product-top-chap form .inputs-quantity button{
    padding: 5px 10px;
    outline: none;
    background-color: #7000ff;
    border: 2px solid #7000ff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.product-top-chap form .inputs-quantity input{
    outline-color: #7000ff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #D1DBE8;
    width: 50px;
}
.product-top-chap form .inputs-quantity input::-webkit-outer-spin-button,
.product-top-chap form .inputs-quantity input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.product-top-chap form .input-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.product-top-chap form .input-btn button{
    outline: none;
    background-color: #7000ff;
    border: 2px solid #7000ff;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    color: white;
    cursor: pointer;
}

.product-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.product-bottom .product-bottom-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 3px solid blue;
    color: blue;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
}
.product-bottom .product-bottom-desc{
    padding: 20px;
    border: 2px solid #D1DBE8;
    border-radius: 10px;
    text-align: justify;
    width: 100%;
    background-color: white;
}

/* PRODUCT END */






















































/* RESPONSIVE START */

@media screen and (max-width:480px) {

    .product-top{
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    .product-top-rast{
        width: 100%;
        flex-direction: column;
    }
    .product-top-rast-rast{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .product-top-rast-rast img{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 290px;
        height: 290px;
    }
    .product-top-rast-chap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: 290px;
        height: auto;
    }
    .product-top-rast-chap img{
        width: 55px;
    }

    .product-top-chap{
        width: 100%;
    }
    .product-top-chap-title,
    .product-top-chap-group,
    .product-top-chap-colors,
    .product-top-chap-colors select,
    .product-top-chap-price,
    .product-top-chap form{
        width: 100%;
    }
    
}




@media screen and (min-width:481px) and (max-width:768px) {

    .product-top{
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    .product-top-rast{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .product-top-rast-rast img{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 350px;
        height: 350px;
    }
    .product-top-rast-chap{
        height: 350px;
    }
    .product-top-rast-chap img{
        width: 65px;
    }

    .product-top-chap{
        width: 100%;
    }
    .product-top-chap-title,
    .product-top-chap-group,
    .product-top-chap-colors,
    .product-top-chap-colors select,
    .product-top-chap-price,
    .product-top-chap form{
        width: 100%;
    }
    
}




@media screen and (min-width:769px) and (max-width:1250px) {

    .product-top{
        gap: 20px;
        width: 100%;
    }
    .product-top-rast{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .product-top-rast-rast img{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 375px;
        height: 375px;
    }
    .product-top-rast-chap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: 375px;
        height: auto;
    }
    .product-top-rast-chap img{
        width: 65px;
    }

    .product-top-chap{
        width: 100%;
    }
    .product-top-chap-title,
    .product-top-chap-group,
    .product-top-chap-colors,
    .product-top-chap-colors select,
    .product-top-chap-price,
    .product-top-chap form{
        width: 100%;
    }
    
}

/* RESPONSIVE END */