:root{
    --textColor: #808080;
    --bluePrimary: #0077ff;
}
body{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}
.header{
    font-size: calc(1.5rem + 1.5vw);
    text-align: center;
    border-radius: 2em;
    margin: 0;
    align-self: center;
}

.bruh{
    display: grid;
    grid-template-columns: 1fr;
    width: 15%;
    cursor: pointer;
}
.bruh:hover .crossdiv{
    transition: all 300ms ease-out;
    transform: translate(0%,0%);
}
.bruh:hover .binfo-cross{
    filter:invert(100%);
    transition: all 300ms ease-out;
    transform: translate(0%,0%);
}
.basket-total{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 1em;
    max-width: 2000px;
    width: 92.5%;
}
.order-form form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    height: 50%;
}

.orders input{
    font-size: 1em;
    height: 40px;
    width: 250px;
    border: none;
    border-bottom: 1px solid black;
}
.basker-items{    display: flex;
    width: 30rem;
    justify-content:space-between;
}
.order-form-button{
    background: none;
    border: 0px;
    border-bottom: 2px solid #f68d1a;
    outline: none;
    width: 10rem;
    align-self: flex-end;
    height: 3rem;
    font-size: 1.2em;
    font-weight: 500;
    color: black;
    transition: all 1s;
}
.basketicon{
    width: 4rem;
    height: auto;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0.05;
    filter: brightness(0%);
    align-self: center;
    position: absolute;
    border-bottom: solid rgba(0,0,0,0) 1rem;
}
.horizontalline{
    height: 5px;
    width: 100%;
    border-radius: 2rem;
    background-color: #f68d1a;
    align-self: center;
}
.empty-basket{
    display: flex;
    flex-direction: column;
    align-self: center;
}
.empty-basket p{
    text-align: center;
    font-size: calc(15px + 2vw);
}
.empty-basket-all{
    margin: 2.5%;
}
.cards{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    height: auto;
    margin:  0 auto;
    gap: 2%;
    justify-content: center;
}
.arrow-down{
    width: 2vw;
    height: auto;
    margin: 0.3vw 49% 3vw 49%;
}

.arrow-down-card{
    width: 1.5rem;
    height: auto;
}
.cena{
    width: 20rem;
}
.cards a{
    justify-content: center;
    align-items: center;
    display: flex;
    max-height: 25rem;
    overflow: hidden;
    width: 20rem;
    border-radius: 4%;
}
.card-div p{
    font-size: 1.5rem;
    text-align: left;
    justify-self: flex-start;
    align-self: flex-start;
    margin: 0;
}
.card-div{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    width: 15rem;
    align-items: center;
    height: 80%;
}
.card-div-name{
    font-size: 1.5rem;
    text-align: left;
    font-weight: 600;
}
.card-div-price{
    font-size: 1.5rem;
    text-align: left;
    font-weight: 300;
}
.zbytek a{
    justify-content: flex-end;
    align-items: flex-start;
    height: 1.5rem;
    width: auto;
}
.card-div .zbytek{
    display: flex;
    width: 100%;
    margin-top: 1rem;
    justify-content: space-between;
}
.clothes-product-image
{
    width: auto;
    height: 120%;
}
.cena{
    width: 100%;
}
.feature-header{text-align: center;
    font-size: calc(0.5rem + 2vw);}
.card-div .card-img{
    width: 15rem;
    justify-content: center;
    display: flex;
    border-radius:4%;
    height: 20rem;
}
.heading{
    display: flex;
    justify-content: center;
    width: 10%;
    flex-direction: column;
    width: fit-content;
}
@media only screen and (max-aspect-ratio:3/4){
    .card-div p{
        text-align: left;
        width: 20rem;
        align-self: center;
    }
    .cards{
        justify-content: center;
    }

}

.orders2 .heading{
    align-self: center;
}
.order-form-button:hover{
    border-radius: 25px;
    background-color: #f68d1a;
    transition: all 1s;
    color: white;
}
.orders2 form input{
    height: 2rem;
    border: solid 0px rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    border-bottom:#f68d1a solid 0.15rem;
    filter: contrast(50%);
    transition: all 500ms;
    outline: none;
    padding: 0;
    font-size: 1rem;
    text-align: center;
}
.orders2 form input:focus{
    filter: contrast(100%);
    transition: all 500ms;
}
@media only screen and (max-aspect-ratio:5/4){
    .order-form-button{
        align-self: center;
    }

    .orders{
        width: 95%;
        min-height: 0;
    }
    .orders2{
        width: 97.5%;
        height: 40rem;
        align-items: flex-start;
        padding-left: 2.5%;
    }
    .order{
        margin-bottom: 10rem;
    }
    .basket-total{
        width: 100%;
    }
}@media only screen and (max-width:650px) and  (max-aspect-ratio:5/4){
    .feature-header{font-size: calc(15px + 2vw); text-align: center;}

    .empty-basket p{
        text-align: center;
    }
    .heading{
        align-self: center;
    }
    .orders2 label{
        font-size: 3vw;}
    .orders{
        overflow: hidden;
    }
    .dfg{
        width: 85vw;
        height: 50vw;
        min-height: 11.5vw;
    }
    .orders2 form input{
        border-bottom:#f68d1a solid 0.25vw;
        font-size: 2.5vw;
    }
    .bruh{
        width: 15vw;
    }
    .basket-order-info-color{
        width: 4vw;
        height: 4vw;
    }
    .basket-total{
        width: 90vw;
        margin:2rem 0 0 0;
        align-self: center;
        font-size: 3vw;
        overflow: hidden;
    }
    .heading{
        margin-bottom: 2vw;
    }
    .basketicon{
        height: auto;
        width: 10vw;
    }
}