
.padding{
    padding: 70px 0;
}

.cart-banner-content {
    text-align: center;
}
.my-cart-head{
    display: flex;
    align-items: end;
}

.my-cart-head h1 {
    color: #4D3225;
    font-size: 62px;
    line-height: 1;
    letter-spacing: 0.15px;
    margin-bottom: 0;
}

.my-cart-head span {
    color: #7C564B;
    font-size: 22px;
    letter-spacing: 0.15px;
}

.my-cart-btn{
    display: flex;
    gap:20px;
    align-items: center;
    justify-content: end;
}
.my-cart-btn a {
    max-width: 235px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 4px;
    background: #DACAC2;
    color: #7C564B;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    transition: .5s;
    width: 100%;
}
.my-cart-btn a:hover {
    background-color: #4D3225;
    color: #fff;
}
.my-cart-banner {
    background-image: url('../images/my-cart-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff;
    padding: 70px 0 30px 115px;
    position: relative;
}
.cart-banner-content h2 {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 0;
}
.cart-banner-content h5 {
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
}

.offer_txt {
    border: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 430px;
    margin: 0 auto;
}
.offer_txt p {
    width: 80%;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    text-align: left;
    padding-left: 22px;
}
.google-pay {
    background-color: #fff;
    min-width: 116px;
    line-height: 52px;
    padding: 0px 10px;
}

.cart-free-delivery {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-free-delivery img {
    filter: invert(1) brightness(2.5);
    margin-right: 15px;
}
.cart-free-delivery p{
    font-size: 18px;
    line-height: 62px;
}
.banner-btn{
    margin:30px 0 20px 0;
}
.cart-banner-img {
    text-align: center;
}
.banner-btn button {
    border-radius: 6px;
    border: 0.8px solid #FFF;
    background: #FFF;
    width: 100%;
    max-width: 263px;
    color: #7C564B;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    padding: 16px 10px;
}

.main-table thead tr th {
    color: #4D3225;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 1.1px;
    padding: 44px 0 22px 0;
}
.main-table td{
    border-color: #dbcac2;
}
.table-right-content {
    padding-left: 10px;
}

.main-table td{
    vertical-align: middle;
    padding:50px .5rem;
    width: 200px;
    white-space: nowrap;
    position: relative;
}

/* .main-table th:nth-child(3),
.main-table th:nth-child(4),
.main-table th:nth-child(5),
.main-table td:nth-child(3),
.main-table td:nth-child(4),
.main-table td:nth-child(5)
{
text-align: center;
} */


.main-table th, .main-table td{
text-align: center;
} 

 .main-table th:nth-of-type(1),  .main-table td:nth-of-type(1){
    text-align: left;
 }
 .main-table th:nth-of-type(5),  .main-table td:nth-of-type(5){
    text-align: right;
 }


.main-table th:first-child{
    width: 510px;
}
.table-right-content h3 {
    margin-bottom: 0;
    color: #4D3225;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
.table-right-content p {
    color: #7C564B;
    line-height: 28px;
}

.table-right-content span{
    color: #7C564B;
    line-height: 28px; /* 175% */
}

td.price-sec {
    color: #4D3225;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0.66px;
}

.qty-sec button {
    background: #4D3225;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    border: 0;
    width: 25px;
    height: 25px;
    font-size: 15px;
}
.qty-sec span {
    color: #4D3225;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.54px;
    padding: 0 5px;
}
.total-sec h3 {
    color: #4D3225;
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0.96px;
    margin-bottom: 0;
}
.total-sec p{
    color: #7C564B;
    line-height: normal;
    letter-spacing: 0.48px;
}
.remove-sec button {
    border-radius: 4px;
    border: 2px solid #DACAC2;
    background-color: transparent;
    padding: 9px 12px;
}

.remove-sec button img{
    width:25px;
    height: 25px;
}
.wishlist {
    display: flex;
    margin-top: 1px;
    position: absolute;
    bottom: 20px;
    align-items: center;
    cursor: pointer;
}
.wishlist img {
    width: 20px;
    height: 20px;
}
.wishlist p {
    color: #4D3225;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: 0.15px;
    text-decoration-line: underline;
    margin-left: 5px;
}
.summary-wrapper{
    padding: 50px 0;
}.coupan-code-sec h2 {
    color: #4D3225;
    font-size: 36px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0.72px;
}

.coupan-code-sec .common-facility {
    max-width: 100%;
}

.coupan-code-sec {
    height: 100%;
    position: relative;
}
.coupan-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.coupan-btn a{
        width: 100%;
        border-radius: 4px;
        border: 1px solid #4D3225;
        display: inline-block;
        max-width: 418px;
        text-align: center;
        color: #4D3225;
        font-size: 18px;
        line-height: 60px;
        letter-spacing: 0.36px;
        padding: 5px 10px;
        transition: .5s;
    }

    .coupan-btn a:hover{
        background-color: #4D3225;
        color: #fff;
    }
    .order-summery-sec {
        border: 2px solid #DACAC2;
        background: #4D3225;
        box-shadow: -6px 4.6px 11px 0px rgba(106, 70, 60, 0.12), 10px 4.6px 47px 4px rgba(106, 70, 60, 0.16);
        padding: 40px 65px;
        color: #fff;
    }
    .order-summery-sec .all-bill table tr td {
        color: #fff;
     }
     .summery-order-btn button {
        border-radius: 4px;
        background: #D9C9C1;
        box-shadow: -6px 4.6px 11px 0px rgba(106, 70, 60, 0.12), 10px 4.6px 47px 4px rgba(106, 70, 60, 0.16);
        border: 0;
        width: 100%;
        color: #4D3225;
        font-size: 22px;
        line-height: 50px;
        letter-spacing: 0.44px;
        padding: 15px 10px;
        transition: .5s;
        border: 1px solid #D9C9C1;
    }

    .summery-order-btn button:hover{
        background-color: transparent;
        color: #fff;
    }
    .summary-wrapper .row .col-md-6:last-child {
        padding-left: 100px;
    }
    .order-summery-sec h3 {
        border-bottom: 1px dashed #B5A199;
        font-size: 37px;
        line-height: normal;
        letter-spacing: 1.85px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    




/* ========================= */
/* Responsive css start */
/* ============================ */

@media screen and (max-width:1400px){
    .padding {
        padding: 60px 0;
    }
    .my-cart-head h1 {
        font-size: 50px;
     }
     .my-cart-head span {
        font-size: 20px;
     }
}

@media screen and (max-width:1200px){
    .my-cart-banner {
        padding: 70px 0 30px 30px;
    }
    .cart-banner-content h2 {
        font-size: 38px;
        line-height: 1.5;
    }
    .cart-banner-content h5 {
        font-size: 22px;
        line-height: 2;
    }
    .coupan-code-sec h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 30px;
    }
     .order-summery-sec {
        padding: 30px 40px;
    }
    .order-summery-sec h3 {
        font-size: 28px;
         padding-bottom: 20px;
    }
   .order-summery-sec .all-bill table tr td {
        font-size: 18px;
     }
     .summery-order-btn button {
        font-size: 18px;
        line-height: 40px;
     }
     .padding {
        padding: 40px 0;
    }
    .my-cart-head h1 {
        font-size: 40px;
    }
}

@media screen and (max-width:1024px){
    .cart-banner-content h2 {
        font-size: 28px;
     }
     .cart-banner-content h5 {
        font-size: 18px;
     }
     .offer_txt p {
        font-size: 16px;
        padding-left: 10px;
    }
    .main-table thead tr th {
        font-size: 20px;
     }
     .table-right-content h3, td.price-sec {
        font-size: 18px;
     }
     .table-right-content p, .total-sec p {
        font-size: 14px;
    }
    .total-sec h3 {
        font-size: 22px;
     }
     .wishlist {
        bottom: 10px;
     }
     .summary-wrapper .row .col-md-6:last-child {
        padding-left: 15px;
    }
}

@media only screen and (max-width:991px) {
    .main-table th,.main-table td{
        width: auto;
    }

    .main-table img{
        max-width: 70px;
    }

    .main-table th:first-child, .main-table td:first-child{
        padding: 30px 0;
    }

    .main-table th, .main-table td{
        padding: 30px 2rem;
    }
    .my-cart-head {
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .my-cart-btn {
        display: flex;
        justify-content: center;
    }
    .cart-banner-content {
        text-align: left;
    }
    .coupan-btn {
        position: relative;
        margin-top: 30px;
    }
    .my-cart-head span {
        font-size: 18px;
    }
}

@media screen and (min-width:768px){
    .google-pay img:last-child, .summery-order-btn button:last-child, .mobile-table-product {
        display: none;
    }
    
}

@media screen and (max-width:767px){
    .my-cart-head h1 {
        font-size: 32px;
    }
    .my-cart-head span, .my-cart-btn a,  .cart-banner-content h5  {
        font-size: 16px;
    }
   
    .my-cart-banner {
        padding: 40px 5px 30px 5px;
    }
    .cart-banner-content h2 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .cart-free-delivery p {
        font-size: 12px;
        line-height: normal;
    }
    
    .cart-free-delivery {
        justify-content: flex-start;
    }
    .my-cart-banner .row .col-sm-6:nth-of-type(2) {
        max-width: 245px;
        position: absolute;
        top: 80px;
        right: 20px;
    }
    .my-cart-banner .col-sm-6 {
        max-width: 100%;
        width: 100%;
    }
   
     .google-pay {
        min-width: 30px;
        line-height: 42px;
    }
    .offer_txt p{
        font-size: 14px;
        padding-left: 5px;
    }
    .offer_txt {
        max-width: 240px;
        margin: 0;
    }
    .banner-btn button {
        max-width: 119px;
        font-size: 14px;
        padding: 6px 5px;
    }
    .banner-btn {
        margin: 20px 0 15px 0;
    }
   
   .product-table {
        padding-top: 45px;
    }
    .mobile-table-product .img-side > img {
        min-width: 102px;
    }

    .mobile-table-product .summary-content span {
        color: #7C564B;
        font-size: 12px;
        line-height: 28px;
    }
    .mobile-table-product  .quantity-btn span {
        letter-spacing: 0.36px;
        margin-right: 8px;
    }
    .mobile-table-product  .total-save p {
        font-size: 12px;
        letter-spacing: 0.36px;
    }
    .mobile-table-product .total-save p b {
        font-weight: 600;
        margin: 0 10px;
    }
    .summary-wrapper {
        padding: 0;
    }
    .coupan-code-sec h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    
    .order-summery-sec {
        margin-top: 45px;
        padding: 30px;
        border: 0;
    }
    .order-summery-sec h3 {
        text-align: center;
    }
    .google-pay img:first-child, .coupan-btn, .product-table .table-responsive  {
        display: none;
    }
    .summery-order-btn button {
        margin-bottom: 20px;
    }
    .mobile-table-product .price-icon {
        text-align: right;
    }
    .mobile-table-product .summary-content h6{
        vertical-align: sub;
    }
  
}
    

@media screen and (max-width:576px){
    .my-cart-head span, .my-cart-btn a  {
        font-size: 14px;
    }
    .my-cart-banner .row .col-sm-6:nth-of-type(2) {
        max-width: 179px;
        right: 0;
     }
     .offer_txt {
        max-width: 220px;
    }
}

@media screen and (max-width:410px){
    .my-cart-banner .row .col-sm-6:nth-of-type(2) {
        position: unset;
        top: 0;
        right: 0px;
    }
    .my-cart-banner .row {
        flex-direction: column-reverse;
    }
}