

.container_cart{
    width: 100%;
    height: 1000px;
   
}
.cartpage{
    width: 100%;
    min-height: 700px;
    display: flex;
    padding-top: 10px;

    background-image: url(/6.png);
    background-repeat: repeat;
    background-size: 200px, 200px;

    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.insider{
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    margin-top: 10px;
    grid-template-columns: 180px 1fr 220px;
    gap: 20px;
    align-items: start;
    background-color: red;
}

.pager{
    width: 100%;
    height: fit-content;
}
.toggle_bt{
    width: 300px;
    height: 300px;
    margin: auto;
    display: none;
}

.cartheader{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    background-color: var(--lock);
    border-bottom: 1px solid var(--openup);
}
.cheader1{
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    font-size: 1.4rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-family: "Bebas Neue", cursive;
    font-weight: 100;
    text-transform: uppercase;
    color: black;
    margin-top: 2px;
}
.cheader2{
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.items{
    width: 100%;
    height: 30px;
    margin-top: 20px;
    display: flex;
    padding-left: 20px;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font8);
    font-size: 15px;
    padding-left: 10px;
}

.absolute{
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: var(--font8);
    font-weight: 500;
    font-size: 1rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}
.absolute svg{
    fill: var(--myColor);
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.main-cart{
    width: 100%;
    border-top: 1px solid var(--openup);
    margin-top: 10px;
    margin-bottom: 20px;
    overflow-y: scroll;
}


.main-cart::-webkit-scrollbar{
    background-color: white;
    width: 3px;
}
.main-cart::-webkit-scrollbar-thumb{
    background-color: var(--openup);
    border-radius: 3px;
}
.cartfooter{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    background-color: white;
    border-top: 1px solid var(--openup);
}
.footer-child1{
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-child1 a{
    color: black;
    font-size: 15px;
    font-family: var(--font1);
}
.footer-child1:hover{
    background-color: lawngreen;
}
.footer-child2{
    width: 65%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subt{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 17px;
    font-family: var(--font1);
}
.subt1{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    color: black;
    font-size: 15px;
    font-family: var(--font1);
}
.footer-child11{
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footer-child11 .whs{
    width: 25px;
    transition: ease-in 0.1s;
    fill: var(--myColor);
    cursor: pointer;
}
.footer-child11 .whs:hover{
    margin-bottom: 10px;
}
.footer-child22{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}





.whs{
    fill: var(--);
}









.cheader-text1{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font8);
    color: var(--myColor);
    text-transform: capitalize;
    font-size: 15px;
    cursor: default;
}





.prd-box{
    width: 95%;
    height: 110px;
    backdrop-filter: blur(30px);
    margin: auto;
    margin-top: 10px;
    padding: 3px;
    border-bottom: 1px dashed var(--openup);
}

.holder-prd{
    width: 100%;
    height: fit-content;
    padding: 10px 0px;
}
.pik{
    width: 20%;
    height: 95%;
    overflow: hidden;
    margin-left: 2px;
    border-radius: 3px;
}

.pik img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info{
    width: 55%;
    height: 80%;
    padding: 2px;
    display: flex;
    text-align: center;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    padding: 0 8px;
    position: relative;
    text-transform: capitalize;
    color: #363638;
}

.fav{
    width: 20%;
    height: 90%;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.fav .bxx{
    width: 45px;
    height: 45px;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    background-color: var(--background1); 
}
.fav .bxx svg{
   fill: var(--myColor);
}



.dvxz1{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
}
.dvxz2{
    width: 98%;
    height: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.remv{
    width: 33%;
    height: fit-content;
    outline: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    display: flex;
    align-items: center;
    background-color: transparent;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--font8);
    color: var(--myColor);
    cursor: pointer;
}
.remv svg{
    width: 25px;
    height: 25px;
    background-color: white;
    padding: 5px;
    fill: var(--myColor);
    margin-right: 5px;
    border-radius: 50%;
    transition: ease-in-out 0.2s;
}

.remv:hover > svg{
    background-color: var(--popup);
    fill: white;
}

.pricetab{
    width: 33%;
    height: 30px;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fund{
    margin-right: 2px;
}


.rv{
    width: 33%;
    height: 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: transparent;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--font8);
    color: var(--myColor);
}
.rv button{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--background1);
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: black;
    
}
.rv button svg{
    width: 17px;
    height: 17px;
    fill: var(--myColor);
    cursor: pointer;
}


#lgt{
    width: 25px;
    height: 25px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: white;
    background-color: var(--myColor);
    }
#lgk{
    width: 25px;
    height: 25px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: white;
    background-color: var(--myColor);
    }


.confirmation{
    width: 100%;
    height: 100%;
    background-color: rgba(225, 225, 225, 0.3);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
    justify-content: center;
    align-items: center;
}
.forClear{
    width: 350px;
    height: 200px;
    background-color: white;
    margin: auto;
    display: none;
}
#error{
   color: var(--myColor);
}
.forClear h4{
    width: 100%;
    height: 25%;
    font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.disable{
    pointer-events: none;
    opacity: 0.6;
}

.nvbtn{
    width: 85%;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
 }
 

.nvbtn button{
    width: 48%;
    height: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nvbtn button a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.scc{
    background-color: var(--openup);
     font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
     font-weight: 500;
     font-size: 1.2rem;
     direction: ltr;
     -webkit-font-smoothing: antialiased;
     text-transform: uppercase;
     color: var(--myColor);
     position: relative;
     border-radius: 5px ;
}
.cvc{
     font-family : Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
     font-weight: 500;
     font-size: 1.2rem;
     direction: ltr;
     -webkit-font-smoothing: antialiased;
     text-transform: uppercase;
     color: white;
     background-color: var(--popup);
     border-radius: 5px ;  
 }
.cvc svg{
     width: 20px;
     height: 20px;
     margin-right: 8px;
     margin-left: 8px;
     fill: var(--myColor);
     border-radius: 50%;
     background-color: white;
     padding: 5px;
 }







.cxz, .cxc{
    width: 50%;
    height: 100%;
    font-family: var(--font2);
    font-weight: 100;
    display: flex;
    justify-content: center;
    background-color: var(--popup);
    align-items: center;
}
.cxz button{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: white;
    display: flex;
    justify-content: center;
    background-color: var(--myColor);
    align-items: center;
    font-weight: 100;
    font-family: var(--font8);
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}



@media screen and (max-width:550px) {
    .small_size{
      width: 95%;
     }
    .pager{
      width: 100%;
     }
   
 
 }
 
 @media screen and (max-width:450px) {
     .prd-box{
         height: 140px;
     }
     .info{
         font-size: 0.9rem;
     }
    .pricetab{
        font-size: 1rem;
    }
    .rv button{
     width: 25px;
     height: 25px;
     font-size: 0.9rem;
    }
    .absolute{
     font-size: 0.7rem;
     }
     .forClear{
        width: 100%;
        height: 150px;
    }
    .forClear h4{
        font-size: 0.8rem;
    }
    .nvbtn button{
       font-size: 13px;
    }
    .nvbtn button a{
        font-size: 13px;
    }
    .cartpage{
        padding-top: 10px;
    }
    .namex{
        font-size: 11px;
    }
    .ht{
        font-size: 11px;
    }
    .prd-box{
        height: 100px;
        
      }
    
 }