/* .review_img{
    width: 80px;
}
.border-1{
    border: 1px solid #333;
}
.products_value{
    border-bottom: 1px solid #8c8c8c83;
}
.emi li{
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #080808 !important;
}

.hello .nav-link{
    color: #c01b1b;
    font-size: clamp(12px, 1vw, 16px);
}
.coupon_button{
    margin-bottom: 20px;
    padding: 12px 10px 12px 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 500;
    color: #323232;
    display: block;
    background-color: transparent;
    width: 100%;
}
.sticky{
    position: sticky;
    top: 80px;
    
}

.order-summary p{
    font-size: clamp(12px, 1vw, 14px);
} */


.table {
    border: 0.5px solid #e6e9c4;
}

.table>thead {
    vertical-align: middle;
    background: #fdffe2;
}

.table>:not(caption)>*>* {
    background-color: transparent;
    padding: 11px 12px;
    color: #666565;
}

thead th {
    color: #53571F !important;
}

.table.mycarttable {
    border: none !important;
}

section.mycartpage .producttabletd {
    padding: 25px 0;
    padding-bottom: 0;
}

.table.mycarttable thead {
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
}

.table.mycarttable thead th {
    padding: 12px 53px;
}

.table.mycarttable>:not(caption)>*>* {
    border-bottom: none;
}

section.mycartpage .mycarttablediv {
        padding: 8px 17px;
}

section.mycartpage .summary__box {
    background: #c01b1b25;
    padding: 28px 20px;
    border-radius: 10px;
}

section.mycartpage .mobileproductshowstructure {
        display: none;
    }

 /* .producttabletd .image___div img{
    width: 200px;
 } */

 
/* my cart page */
section.mycartpage .card {
    display: flex;
    flex-direction: row;
    border-radius: 11px;
    gap: 11px;
}

section.mycartpage .card .image___div {
    flex: 0 0 113px;
}

section.mycartpage .card .image___div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* quantity button */
.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}

.quantity-btn {
    background: none;
    border: none;
    color: #666565;
    font-size: 20px;
    padding: 0px 12px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
}

.quantity--field {
    width: 43px;
    max-width: 50px;
    text-align: center;
    font-size: 15px !important;
    border: none !important;
    outline: none !important;
    background: transparent;
    color: #666565 !important;
    border-left: 1px solid #c8c8c8 !important;
    border-right: 1px solid #c8c8c8 !important;
    height: 36px;
    border-radius: 0px !important;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.quantity-wrapper.shake {
    animation: shake 0.3s ease;
}

.fs-7{
    font-size: 12px;
}

.offerprice {
    text-decoration: line-through;
    color: #b3b3b3;
    font-size: clamp(10px, 2vw, 13px);
}

.sticky{
    position: sticky;
    top : 75px;
}