* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    width: 100%;
    background-color: #222222;
    display: flex;
    justify-content: center;
}

.container {
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ptext {
    width: 1440px;
    height: 32px;
    background-color: rgba(240, 238, 221, 1);
    color: rgba(103, 10, 24, 1);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-size: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-top: 9px;
}

.navigation {
    background-color: rgba(252, 250, 246, 1);
    width: 1440px;
    height: 82px;
}

.ulheader {
    width: 1440px;
    height: 82px;
    display: flex;
    align-items: center;
}

.liheader {
    list-style: none;
}

.liheader:nth-child(1) {
    margin-left: 48px;
}

.liheader:nth-child(2) {
    margin-left: 35px;
}

.liheader:nth-child(3) {
    margin-left: 414px;
}

.liheader:nth-child(4) {
    margin-left: 407px;
}

.imgcart {
    background-color: rgb(86, 86, 86);
}

.liheader:nth-child(5) {
    margin-left: 35px;
}

.liheader:nth-child(6) {
    cursor: pointer;
    margin-left: 35px;
    width: 35px;
    height: 35px;
    font-size: 13px;
    background-color: rgba(200, 123, 94, 1);
    color: rgba(245, 241, 233, 1);
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    color: rgba(53, 49, 46, 1);
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 22px;
}

                      /* Cart */
            
.pCart {
    margin-top: 30px;
    color: #5c5a5a;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}                      

.bgcart {
    margin-top: 30px;
    width: 910px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart {
    margin-top: 5px;
    width: 890px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.newcart {
    margin-top: 5px;
    background-color: rgb(248, 246, 246);
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    border-radius: 10px;
}

.imgcart {
    margin-left: 5px;
    width: 110px;
    height: 110px;
}

.titlecart {
    color: #5c5a5a;
    font-size: 25px;
    width: 160px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 30px;
}

.pricecart {
    color: #8a0606;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.opiscart {
    color:  #7a7979;
    width: 320px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
}

.quantity {
    background-color: rgb(255, 255, 255);
    width: 70px;
    height: 22px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spanMinus {
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spanPlus {
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.spanMinus:hover {
    background-color: #eee9e9;
}

.spanPlus:hover {
    background-color: #eee9e9;
}

.btclosed {
    margin-right: 5px;
    cursor: pointer;
    background-color: #e9e5e5;
    width: 22px;
    height: 22px;
    border: none;
    transition: all .4s;
}

.btclosed:hover {
    background-color: #d2cfcf;
}

.total {
    margin-top: 5px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 12px;
}

.totaltext {
    color: #222222;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.totalprice {
    margin-right: 10px;
    color: #222222;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.footer {
    margin-top: 30px;
    background-color: rgba(108, 103, 77, 1);
    width: 1440px;
    height: 653px;
    display: grid;
    grid-template-rows: 569px 74px;
}

.gridsUp {
    width: 1440px;
    height: 569px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.centertext {
    margin-top: 80px;
    margin-left: 48px;
    width: 448px;
    height: 225px;
}

.pkeep {
    color: rgba(245, 241, 233, 1);
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 57px;
}

.pthe {
    margin-top: 11px;
    width: 585px;
    color: rgba(245, 241, 233, 1);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.divinput {
    margin-top: 62px;
    background-color: black;
    width: 448px;
    height: 60px;
    display: flex;
}

.inputs {
    background-color: rgba(252, 250, 246, 1);
    color: rgba(0, 0, 0, 0.5);
    width: 347px;
    height: 60px;
    outline: none;
    border: none;
    padding-left: 20px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.7px;
    font-weight: 500;
    filter: drop-shadow(0 0 3px rgb(88, 64, 46));
}

.inpbt {
    cursor: pointer;
    color: rgba(79, 70, 63, 1);
    width: 101px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 20px;
}

.centertextrigth {
    margin-top: 80px;
    margin-left: 230px;
    width: 448px;
    height: 384px;
    display: flex;
    flex-direction: row;
}

.colums {
    width: 149px;
    height: 270px;
}

.ptitles {
    color: rgba(245, 241, 233, 1);
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.pcontent {
    color: rgba(245, 241, 233, 0.6);
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    font-weight: 400;
}

.flag {
    margin-top: 50px;
    width: 144px;
    height: 64px;
}

.pYou {
    color: rgba(245, 241, 233, 1);
    width: 72px;
    height: 21px;
    font-size: 12px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.gridsDown {
    background-color: rgba(128, 124, 98, 1);
    width: 1440px;
    height: 74px;
    display: flex;
    align-items: center;
}

.pOur {
    margin-left: 48px;
    color: rgba(252, 250, 246, 0.5);
    list-style: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.ulfooter {
    margin-left: 797px;
    width: 433px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ulfooter li {
    color: rgba(252, 250, 246, 0.5);
    list-style: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}



