*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-color: rgb(255, 255, 255);
}

.product{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
    height: auto;
    font-size: 1.2em;
    margin-top: 5rem;
    margin-bottom: 7.5rem;
}

.product-info{
    max-width: 400px;
}
.products-colors .selected{
    border: 0.25rem solid black;

}
.products-colors{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1rem;
    gap: 1rem;
    width: 350px;
}
option{
    text-align-last: center;
}
body{
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-color: rgb(255, 255, 255);
}
/*----COLORS FOR PRODUCTS-------*/

.product-color-red{
    background-color: rgb(202, 44, 44);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}
.product-color-red:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-black{
    background-color: rgb(0, 0, 0);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}
.product-color-black:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-dark-blue{
    background-color: rgb(12, 28, 63);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}

.product-color-dark-blue:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-tur-blue{
    background-color: rgba(39, 201, 206, 0.92);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}

.product-color-tur-blue:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-dark-red{
    background-color: rgba(138, 33, 33, 0.92);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}

.product-color-dark-red:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-grey{
    background-color: #8f8c8c;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}
.product-color-grey:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-grey3{
    background-color: #aba9a9;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}

.product-color-grey3:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-grey2{
    background-color: #5f7291;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}

.product-color-grey2:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-blue{
    background-color: rgb(32, 32, 177);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}
.product-color-blue:hover{
    border-color:black;
    transition: all 300ms;

}

.product-color-green{
    background-color: rgb(23, 167, 23);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}
.product-color-green:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-orange{
    background-color: orange;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}
.product-color-orange:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-yellow{
    background-color: #cdff00;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}

.product-color-yellow:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-pink{
    background-color: #ff0059;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}

.product-color-pink:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-blue1{
    background-color: #0095ff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}

.product-color-blue1:hover{
    border-color:black;
    transition: all 300ms;
}

/*----OLD COLORS----------------*/

.product-color-white{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgba(184,184,184,1);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}
.product-color-white:hover{
    border-color:black;
    transition: all 300ms;
}

.product-color-black{
    background-color: rgb(0, 0, 0);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    border: 0.25rem solid rgba(0, 0, 0, 0);
    transition: all 300ms;
}
.product-color-black:hover{
    border-color:black;
    transition: all 300ms;
}

/*----OLD COLORS----------------*/

/*----COLORS FOR PRODUCTS-------*/
.product select{
    border: none;
    width: 80px;
    outline: none;
    border-bottom: 1px solid black;
    font-size: 1.3em;
    text-align: center;
}

.product-size{
    display: flex;
    justify-content: center;
}
.product-option{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width:30rem;
    height: 40rem;
}
a{
    text-decoration: none;
}
.card-img{
    width: 30rem;
    overflow: hidden;
    justify-content: center;
    display: flex;
    height: 40rem;
    border-radius: 5%;
}
.card-img img{
    border-radius: 5%;
    height: auto;
}
.cards-header{
    text-align: center;
    font-size: calc(20px + 0.8vw);
    max-width: 75%;
    margin: 0;
}
.price{
    font-size: 1.3em;
}
.body{

    font-size: calc(13px + 0.5vw);
    display: flex;
    justify-content: space-around;
    height: 50%;
    width: 90%;
    align-items:center;
    flex-direction: column;
}
.body2{
    font-size: calc(13px + 0.5vw);
    margin: 0;
    display: flex;
    width: 90%;
    justify-content: space-around;
    height: 50%;
    align-items:center;
    flex-direction: column;
}
.body p{
    text-align: center;
    width: 80%;
    margin: 0;
}
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.body2 p{
    margin: 0;
}
.icon{
    width: 7rem;
    position: absolute;
    justify-self: center;
    align-self:center;
    height: auto;
    opacity: 0.1;
    z-index: -1;
}
.product-option-cart{
    width: 400px;
    height: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.clothes-product-button{
    background: none;
    border: 0px;
    border-bottom: 2px solid rgba(236, 198, 36, 1);
    outline: none;
    width: 250px;
    height: 50px;
    font-size: 1em;
    font-weight: 500;
    color: black;
    transition: all 1s;
}

.clothes-product-button:hover{
    border-radius: 25px;
    background-color: rgba(236, 198, 36, 0.8);
    transition: all 1s;
    color: white;
}
:root{
    --textColor: #808080;
    --bluePrimary: #0077ff;
}

@media only screen and (max-aspect-ratio:5/4){

    .product{
        flex-direction: column;
        height: 100%;
        margin: 0 0 5rem 0;
    }
    .product-img{
        height: auto;
        width: 80vw;
    }
    .product-option{
        width: 80vw;
    }
    .card-img img{
        max-width: 80vw;
    }
    .card-img{
        max-height: 90vw;
        width: auto;
    }
    .body p{
        max-width: 80vw;
        width: 30rem;
    }
    body{
        justify-content: space-evenly;
    }
    .product-color-blue{
        width: 5vw;
        height: 5vw;
    }
    .product-color-green{
        width: 5vw;
        height: 5vw;
    }
    .product-color-grey{
        width: 5vw;
        height: 5vw;
    }
    .product-color-orange{
        width: 5vw;
        height: 5vw;
    }
    .product-color-red{
        width: 5vw;
        height: 5vw;
    }
}
       