:root{
    --textColor: #808080;
    --bluePrimary: #0077ff;
}
body{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}
.header{
    font-size: 2.5rem;
    border-radius: 2em;
    margin: 0;
    align-self: center;
}
.order{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin:0 auto;
    flex-wrap: wrap;
}
.orders{
    height: auto;
    width: 67.5vw;
    display: flex;
    padding: 2.5% 0 2.5% 2.5%;
    flex-direction: column;
    border-radius: 1em;
    justify-content: space-between;
    align-items: space;
    text-align: center;
    margin: 0 0 2rem 0;
    gap:1rem;
}
.heading-basket{
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
.orders2{
    height: 60vh;
    align-self: flex-start;
    width: 25vw;
    display: flex;
    flex-direction: column;
    border-radius: 1em;
    justify-content: flex-start;
    text-align: center;
    padding: 2.5% 2.5% 0 0;
    gap:3rem;

}
.orders2 form{
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
    height: 80%;
}
.orders2 form label{
    display: flex;
    height: 20%;
    justify-content: flex-start;
    gap: 0.5rem;
    flex-direction: column;
    font-size: calc(10px + 0.5vw);
}
.basket-order-header{
    padding: 0px;
    display: inline;
    padding-left: 2rem;
}
.basket-back{
    background-color: rgba(0,0,0,0);
    text-decoration: none;
    align-self: center;
}
.basket-back button{
    padding: 0 0 0 1rem;
    width: 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 500ms;
    background-color: rgba(0,0,0,0);
    border: none;
    font-size: 1rem;
    border-radius: 1rem;
    height: auto;
    gap: 0.5rem;

}
.line3{
    border-left: solid 0.15rem black;
    border-bottom: solid 0.15rem black;
    rotate: 45deg;
    align-self: center;
    transition: all 500ms;
    width:0.5rem;
    height: 0.5rem;
}
.line4{
    width: 0.5rem;
    height: 0.5rem;
    border-left: solid 0.15rem black;
    border-bottom: solid 0.15rem black;
    rotate: -135deg;
    transition: all 500ms;
}
.basket-order-info-prize-box{
    display: flex;
    align-items: center;
    width: auto;
    gap: 1rem;
}
.basket-order-info-prize-box p{
    margin: 0;
}
.basket-back:hover button{

    margin: 0;
    transform: translate(-10%,0);
    transition: all 500ms;
    background-color: black;
    color: white;
    cursor: pointer ;
}
.basket-back:hover .line3{
    transition: all 500ms;
    rotate: 45deg;
    border-left: solid 0.15rem white;
    border-bottom: solid 0.15rem white;
}
.basket-order-info-price{
    display: flex;
    justify-content: center;
    background-color: #0077ff;
}

.basket-order-info{
    display: flex;
    width: 85%;
    align-items: center;
    text-align: center;
    padding: 0;
}
.basket-order-info li{
    flex-basis: 100%;
}
.basket-info{
    text-align: center;
}
.basket-order-info-color{
    width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    background-color: #0077ff;
}
.basket-order-info-color-ok{
    display: flex;
    justify-content: center;
}
.basket-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-end;


}
.basket-info img{
    opacity: 0;
}
.basket-order-info-cross{
    width: 20px;
    height: 20px;
    align-self: center;
    filter:invert(0%);
    transform: translate(0%,0%);
    transition: all 300ms ease-in;
    grid-row-start: 1;
    grid-column-start: 1;
    justify-self: center;
}
.basket-order-info-second{
    display: flex;
}

.basket-order{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-radius:0.3rem;
    box-shadow: 0px 0px 0.25rem 0.1rem rgba(0,0,0,0.25);
    width: 100%;
    overflow: hidden;
    direction:ltr;
    min-height: 90px;
    gap: 3rem;

}
.crossdiv{
    background-color: red;
    transform: translate(150%,0%);
    width:105%;
    height: 100%;
    transition: all 300ms ease-in;
    z-index: -1;
    grid-row-start: 1;
    grid-column-start: 1;
}
.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 .basket-order-info-cross{
    filter:invert(100%);
    transition: all 300ms ease-out;
    transform: translate(0%,0%);
}
.basket-idk-order{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 3rem;
    width: 100%;
    align-items: center;


}
.basket-total{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 1em;}
.order-form form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    height:100%;
}
.basket-idk{
    box-shadow: inset 0 0 20px rgb(255, 255, 255);
    justify-content: flex-start;
    overflow-y:auto;
    direction:rtl;
    display: flex;
    flex-direction: column;
    padding:0.3rem 1% 0.3rem 1rem;
    gap: 1rem;
    height: auto;
    align-items: flex-end;
    visibility: visible;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0.055);
    max-height: 60vh;
}
.basket-idk::-webkit-scrollbar {
    visibility: visible;
    width: 0.5vw;
    min-width: 5px;
}
.basket-idk::-webkit-scrollbar-track {
    background: #f68c1a20;
    visibility: visible;
    border-radius: 8px;
    background-clip: padding-box;
}
.basket-idk::-webkit-scrollbar-thumb {
    background: rgb(225, 225, 225);
    visibility:visible;
}
.basket-idk::-webkit-scrollbar-thumb {
    background-color: #f68c1abe;
    border: 0.1vw solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}
.basket-idk::-webkit-scrollbar-thumb:hover {
    background-color: #f68c1a;
}
.basket-idk h2{
    padding:0 1.5rem;
    align-self: center;
    font-size: 1.5rem;

}
.orders input{
    font-size: 1em;
    height: 40px;
    width: 250px;
    border: none;
    border-bottom: 1px solid black;
}
.basket-order-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: center;
    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;
}
.heading{
    display: flex;
    justify-content: center;
    width: 10%;
    flex-direction: column;
    width: fit-content;
}
.orders2 .heading{
    align-self: center;
}
.order-form-button:hover{
    border-radius: 25px;
    background-color: #f68d1a;
    transition: all 1s;
    color: white;
}
.orders2 form input{
    height: 50%;
    width: 15rem;
    align-self: center;
    background-color: rgba(0,0,0,0);
    border: #f68d1a solid 0.15rem;
    filter: contrast(50%);
    transition: all 500ms;
    outline: none;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0.3rem;
}
.orders2 form input:focus{
    filter: contrast(100%);
    transition: all 500ms;
}
.form-inputs{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:2rem;
}
.basket-total p{
    margin: 1rem 0;
    font-size: calc(10px + 0.6vw);
}

@media only screen and (max-aspect-ratio:5/4){
    .order-form-button{
        align-self: center;
    }
    .orders{
        width: 95%;
        min-height: 0;
    }
    .basket-idk{
        width: 97.5%;
    }
    .orders2{
        width: 97.5%;
        height: 40rem;
        align-items: flex-start;
        padding-left: 2.5%;
    }
    .header{
        align-self: flex-start;
    }
    .order{
        margin-bottom: 10rem;
    }
    .basket-total{
        width: 100%;
    }
    .basket-total p{
        font-size: calc(10px + 1.2vw);
    }

    @media only screen and (max-aspect-ratio:3/4){
    }
}@media only screen and (max-width:650px) and  (max-aspect-ratio:5/4){
    .orders2 form label{
        font-size: calc(10px + 1vw);
        height: 20%;
        height: 100%;
        height: 4.5rem;

    }
    .basket-idk{
        width: 90vw;
        align-items: center;
        padding: 0.5rem;
        max-height: 60vw;
        height: auto;
    }
    .orders2 label{
        font-size: 3vw;}
    .basket-idk h2{
        padding: 0 1rem;
        font-size:calc(10px + 2.5vw);
    }
    .orders{
        overflow: hidden;
    }
    .basket-order{
        width: 85vw;

        min-height: 12.5vw;
    }
    .orders2 form input{
        font-size: calc(5px + 2vw);
    }

    .basket-order-info li{
        font-size: calc(5px + 2vw);
        flex-basis: 33%;
    }
    .basket-order-info {
        min-width: 0;
        margin: 0;
    }
    .basket-order-info-cross{
        width: 3vw;
        height:3vw;
    }
    .basket-order-items{
        width: 45vw;
    }
    .bruh{
        width: 15vw;
    }
    .basket-order-info-color{
        width: 7.5vw;
        min-height: 5px;
        min-width: 5px;
        height: 7.5vw;
    }
    .basket-total{
        width: 90vw;
        align-self: flex-start;
        font-size: 3vw;
        overflow: hidden;
    }
    .header{
        font-size: 6vw;
    }
    .heading{
        margin-bottom: 2vw;
    }
    .basketicon{
        height: auto;
        width: 10vw;
    }


}

/*----COLORS FOR PRODUCTS-------*/

.product-color-red{
    background-color: rgb(202, 44, 44);
    width: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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: 1.2rem;
    height: 1.2rem;
    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-------*/