@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

#header {
    background: conic-gradient(rgba(253, 23, 23, 0.562), black 50%, black 45%, rgba(253, 23, 23, 0.562));
}

.title {
    margin: auto;
    margin-top: 120px;
    background-color: #ffe5de;
    display: flex;
    flex-direction: column;
    padding: 60px 90px;
    font-size: 5rem;
    font-family: "Birthstone", cursive;
}

.p2 {
    font-size: 1rem;
    font-family: "Sofia", cursive;
}

.cart-item {
    width: 90%;
    margin: auto;
    margin-top: 50px;
    font-family: 'poppins';
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.cart-item .empty {
    border: 1px solid rgb(75, 75, 75);
    padding: 35px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.but {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    
}

.go-to-shop {
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    background-color: #f73c0dcb;
    margin-top: 30px;
    color: white;
    font-family: 'poppins';
    letter-spacing: 2px;
    border: none;
    transition: all 0.5s ease;
}

.go-to-shop:hover {
    background-color: #f73c0d;
}

.cart-item .ppqs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.cart-item .ppqs .pp,
.cart-item .ppqs .qs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    
}

.hr {
    background-color: rgb(88 88 88 / 39%);
    height: 1px;
}

.appendPro {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart-item .pr-inf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: auto;
    gap: 20px;
    color: gray;
}

.img2prnm-primrp,
.pri-sbtl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.img2prnm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}



.cart-item .pr-inf .delcut {
    height: 20px;
    cursor: pointer;
}

.cart-item .pr-inf .img-prnm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    cursor: pointer;
}

.cart-item .pr-inf .img-prnm img {
    height: 100px;
}

.cart-item .pr-inf .img-prnm .prnm:hover {
    color: #BF40C2;
    transition: all 0.5s ease;
}

.pri-sbtl input {
    height: 20px;
    width: 100px;
    outline: none;
    color: gray;
    padding: 10px;
}

.cup-up {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    gap: 20px;
}

.cup-up-ct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cup-btn input {
    height: 50px;
    width: 150px;
    padding: 10px;
    outline: none;
    border-radius: 0;
    border: 1px solid gray;
    color: gray;
}

.cup-btn button {
    color: white;
    text-transform: uppercase;
    font-family: "Poppins";
    letter-spacing: 2px;
    padding: 16px 15px;
    background-color: #222121;
    border: none;
    font-size: 12px;
}

.up-ct,
.proc-to-check {
    color: white;
    text-transform: uppercase;
    font-family: "Poppins";
    letter-spacing: 2px;
    padding: 15px 15px;
    background-color: #f73c0d;
    border: none;
}

.cart-total {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    margin-top: 20px;
    font-family: "poppins";
}

.sub-tl-hed1,
.shipping-hed2,
.total-hed3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
}

.wid {
    width: 40%;
    color: gray;
    font-weight: 500;
}

.widt {
    width: 60%;
    color: gray;
}

.proc-to-check {
    width: max-content;
}

.hide{
    display: none;
}
#footer {
    margin-top: 50px;
}

@media (max-width: 700px) {
    .cart-item .pr-inf .img-prnm img{
        height: 50px;
    }
}

@media (max-width: 550px) {
    .pri-sbtl input {
        width: 30px;
        padding: 3px;
    }
    .pri-sbtl{
        width: 33%;
    }
    .img2prnm-primrp{
        width: 57%;
    }
    .cart-item .ppqs .qs{
        width: 38%;
    }
    .cart-item .ppqs .pp{
        width: 58%;
    }
}

@media (max-width: 500px) {
    .cup-up-ct, .cup-btn {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .up-ct, .cup-btn button, .cup-btn input, .proc-to-check{
        width: 100%;
    }
    .cart-item .ppqs{
        font-size: 12px;
    }
}