    body {
        background-color: #fcfafc;
    }
    .list-bg{
        background: #f8f8f8;
    }
    .header-2 .top-nav {
        padding: 12px 0;
    }
    .product-image div {
        /*z-index:1;*/
    }
    .error{
        color:red;
    }
    .web-logo img {
        width:230px !important;
    }
    .foot-logo img {
        width: 210px !important;
    }
    section, .section-t-space {
        padding-top: 0px !important;
    }
    .product-qty .input-group {
        width: 150px !important;
    }
    p{
        line-height: 25px !important;
    }
    .header-2 .rightside-menu .option-list>ul>li:nth-of-type(5n-3) {
        display:block !important;
    }
    #swap-icon {
        /*display:none !important;*/
    }
    .cart-table table tbody tr td .quantity-price .cart_qty button i {
        padding-top: 1px !important;
    }
    .cart_qty .fa-plus, .add-to-cart-box .fa-plus {
        font-size: 20px !important;
    }
    .cart-table table tbody tr td {
        padding: calc(16px + 6*(100vw - 320px) / 1600) 10px !important;
    }
    header .navbar.navbar-expand-xl .navbar-nav .nav-item.hide .nav-link::before {
        display:none !important;
    }
    .shop-section .left-box .shop-left-sidebar .filter-category ul li:before {
        display:none !important;
    }
    .shop-section .left-box .shop-left-sidebar .filter-category ul li {
        padding: 9px 10px 9px 11px !important;
    }
    .product-box-3 .product-footer .product-detail .unit {
        font-size: 16px;
    }
    .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
        max-height: 150px !important;
    }
    #mcart_count {
        color: white;
        margin-left: 23px;
        width: 18px;
        height: 16px;
        justify-content: center;
        position: absolute;
        top: 3px;
        background-color: #ff7272;
        border-radius: 100%;
    }
    .header-2{
        /*background: linear-gradient(180deg, rgb(141 25 143 / 44%) 0%, rgba(255, 255, 255, 1) 100%);*/
        border-bottom: 1px solid #ececec;
    }
    /*header .navbar.navbar-expand-xl .navbar-nav .nav-link {
        font-size: 15px;
    }*/
    .header-2 .right-nav .fire-button {
        padding: 5px 20px !important;
    }
    .product-image-div{
        height:221px;
        background-size: contain;
        background-position: center; 
        background-repeat: no-repeat;
    }
    .product-section .right-box-contain .pickup-box .product-info .product-info-list-2 {
        width: 100%;
        column-count: 2;
        display: block;
    }
    .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 18px;
    }
    .text-right{
        text-align: right !important;
    }
    .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box::before {
        border-left: none;
    }
    .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box {
        height: initial;
    }
    ._failed{ border-bottom: solid 4px red !important; }
    ._failed i{  color:red !important;  }

    ._success {
        box-shadow: 0 15px 25px #00000019;
        padding: 45px;
        width: 100%;
        text-align: center;
        margin: 40px auto;
        border-bottom: solid 4px #28a745;
    }

    ._success i {
        font-size: 55px;
        color: #28a745;
    }

    ._success h2 {
        margin-bottom: 12px;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 10px;
    }

    ._success p {
        margin-bottom: 0px;
        font-size: 18px;
        color: #495057;
        font-weight: 500;
    }
    .header-2 .search-box { 
        display: block !important;
    }
    .menu_active {
        background: linear-gradient(180deg, rgb(141 25 143 / 31%) 0%, rgba(255, 255, 255, 1) 100%);
        border-bottom: 5px solid var(--theme-color);
    }
    .menu_active a h5{
        font-weight: bold;
    }
    @media (max-width: 767px) {
        .header-2 .rightside-menu .option-list>ul>li:not(:nth-last-of-type(5n-5)) {
            display: block !important;
        }
        .product-section .right-box-contain {
            text-align: left !important; 
        }
        .order_status_div {
            text-align: right !important; 
        }
    }
    @media (min-width: 1200px) {
        .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: 0.2rem !important;
            padding-left: 0.2rem !important;
        }
    }
    @media (max-width: 991px) {
        .shop-section .show-button .top-filter-menu {
            margin-top: 0px;
        }
    }