/* Universal CSS */

* {
    caret-color: transparent;
}

input, textarea {
    caret-color: initial;
}

.home-6 {
    overflow-y: hidden !important;
}

.banner {
    background-image: url("../funnel/products/img/barley_for_diabetes/thank_you_banner.jpg");
    height: 340px;

    /* parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
}

.footer-area {
    .copyright-wrap {
        .footer-logo {
            display: flex;
            width: 100px;
            justify-self: center;
        }

        .footer-contact {
            li {
                align-content: center;
            }
        }

        .footer-email {
            color: var(--color-white);
            display: inline-block;
            align-items: center;
            justify-content: center;
        }

    }
}

/* custom */

.p20 {
    padding: 20px !important;
}

.py20 {
    padding: 20px 0 !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.my20 {
    margin: 20px 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.bt {
    border-top: 1px solid var(--border-info-color);
}

.bt2-m {
    border-top: none;
}

.bb {
    border-bottom: 1px solid var(--border-info-color);
}

.bg-white {
    background-color: var(--color-white);
}

.bg-light-blue {
    background-color: var(--theme-bg-light5) !important;
}

.bordered-bottom {
    border-bottom: 1px solid var(--border-info-color);
}

.contact-us-btn {
    border-radius: 5px;
    padding: 4px 10px;
}

.color-theme1 {
    color: var(--theme-color) !important;
}

/* MISC */
.main {
    min-height: 90vh;
}

.spinner-border {
    display: none;
    margin: 0 auto;
}

.continue-shopping {
    margin-top: 30px;

    a {
        border-radius: 6px;
        padding: 12px 25px;
        background-color: var(--theme-color);
        color: var(--color-white);
    }

    a:hover {
        background-color: var(--color-white) !important;
        color: var(--theme-color);
        outline: 1px solid;
    }
}


.hide {
    display: none !important;
}

.is_default {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.iti {
    width: 100% !important;
}

.link-color {
    color: var(--theme-color2) !important;
}

.mobile-hidden {
    display: block;
}

.mobile-only {
    display: none !important;
}

.pagination {
    margin-top: 30px;
    justify-content: end;

    .page-link {
        border: none;
        background: none;
        color: var(--color-dark);
        margin: 0;
        padding: 6px;
        width: 25px;
        height: 40px;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        text-align: center;
        transition: var(--transition);
    }

    .page-link.arrow-key {
        border: none;
        background: var(--theme-color);
        color: var(--color-white);
        margin: 0 10px;
        width: 40px;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        transition: var(--transition);
    }

    .page-link:hover, .page-item.active .page-link {
        background: none;
        color: var(--theme-color2);
        z-index: 1;
    }

    .page-link.arrow-key:hover {
        background: var(--theme-color2);
        color: var(--color-white);
    }

    @media (max-width: 1199.98px) {
        margin-top: 25px;
        .page-link {
            padding: 5px;
            width: 25px;
            height: 35px;
            line-height: 25px;
            font-size: 17px;
        }

        .page-link.arrow-key {
            font-size: 15px;
            width: 35px;
            line-height: 25px;
        }

        .pagination-area {
            margin: 35px 0;
        }

    }
    @media (max-width: 992px) {
        margin-top: 20px;
        .page-link {
            padding: 4px;
            width: 25px;
            height: 35px;
            line-height: 25px;
            font-size: 16px;
        }

        .page-link.arrow-key {
            font-size: 14px;
            height: 30px;
            width: 30px;
            line-height: 20px;
        }

        .pagination-area {
            margin: 30px 0;
        }
    }

    @media (max-width: 768px) {
        margin-top: 15px;
        .page-link {
            padding: 2px;
            width: 20px;
            height: 35px;
            line-height: 31px;
            font-size: 14px;
        }

        .page-link.arrow-key {
            font-size: 12px;
            height: 25px;
            width: 25px;
            line-height: 22px;
        }

        .pagination-area {
            margin: 0;
        }

    }

    @media (max-width: 576px) {
        justify-content: center;
        ul.pagination {
            margin-top: 0;
        }

    }
}

.site-breadcrumb {
    height: 256px;
    @media (max-width: 1199.98px) {
        height: 162px;
    }
    @media (max-width: 992px) {
        height: 122px;
    }

    @media (max-width: 768px) {
        height: 104px;
    }
}

/* Custom for pages */

.error-area {
    height: 85vh;
    align-content: center;
}

/* Custom for class */

.shop-cart-wrap .card {
    border: unset;
}

.font-color-gray {
    color: var(--body-text-color);
}

.update-cart.shop-cart-remove:hover .fa-times {
    color: red !important;
}

.cart-table thead th {
    border-bottom: none;
}

.cart-table tbody tr:last-child, td {
    border-bottom: none;
}

.card {
    border: unset !important;
}

.nav-right {
    display: block !important;
}


#checkout-complete {
    .sm-order-details {
        margin-top: 10px;
    }

    .order-detail {
        margin-top: 15px;
    }

    .sm-delivery {
        margin-top: 15px;
    }

    table {
        margin-top: 30px;
    }
}

/* Custom Buttons */

.custom-btn-1 {
    color: var(--color-white);
    background-color: var(--theme-color2);
}

.custom-btn-1:hover {
    color: var(--theme-color2);
    background-color: var(--color-white);
    outline: 1px solid;
}

.social-opt {
    display: flex;

    .shop-single-share a {
        width: auto;
        height: auto;
        padding: 4px 10px;
        border-radius: 6px;
        line-height: 30px;
        background-color: #1778f2;
        color: var(--color-white);
        font-size: 18px;
    }
}

/* HEADER */

.header {
    .main-navigation {
        .navigation-col {
            .nav-right {
                margin-left: 4px;

                a {
                    padding: 10px;
                }
            }
        }
    }
}

.header-list {
    display: flex;
    align-items: center;

    .nav-link {
        display: flex;
        align-items: center;
    }

    .nav-link.dropdown-toggle.active {
        color: var(--theme-color);
    }

    .nav-link.dropdown-toggle:hover {
        color: var(--theme-color2);
    }

    .shop-cart {
        font-size: 20px !important;
    }

    .list-item span {
        position: absolute;
        width: 18px;
        height: 18px;
        line-height: 18px;
        color: var(--color-white);
        background: var(--color-red);
        border-radius: 50px;
        font-size: 12px;
        right: -14px;
        top: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.header-container {
    display: inline !important;
    margin: auto;
}


/*BUNDLE CHECKOUT PAGE*/
.order {
    h1 {
        color: var(--color-white);
    }
}

.bundle-checkout {

    .shop-checkout-payment {
        .payment-icon {
            width: 50px;
        }

        .payment-form {
            .form-check {
                padding-left: 0;
            }

        }
    }

    .shop-cart-summary {
        background-color: #eeeeee !important;

        .index-card {
            .card-header {
                background-color: #3d835f;
                width: 100%;
                font-size: x-large;
            }
        }

        .theme-btn {
            background-color: #3D835F !important;
            width: 100%;
            font-size: x-large;
        }

        .theme-btn:hover {
            color: #3D835F !important;
            outline: 2px solid #3D835F;
        }
    }
}

/* LOGIN PAGE */

.login-area {
    .login-form {
        .login-header {
            img {
                margin: 0 auto;
            }

            p {
                margin-top: 1vh;
                font-size: 2vh
            }
        }
    }
}

/* Index */

.index-category {
    display: grid !important;

    .icon {
        width: 75px !important;
        height: 75px !important;
        border: 1px solid
    }

    .icon .img {
        width: 52px !important;
    }

    .content h4 {
        display: grid !important;
        margin-top: 10px;
        text-align-last: center;
    }
}

.index-card {
    .card {
        border-radius: 12px;

        .product-list-box {
            .product-list-item {
                align-items: flex-start;

                .product-list-img {
                    max-height: 125px;
                    border-radius: unset;

                    img {
                        height: 125px;
                        width: 125px;
                    }
                }
            }

            .product-list-content {
                h4 a {
                    font-size: 16px;
                    font-weight: 600;
                    height: 35px;
                }

                .product-list-rate {
                    margin-top: 10px;
                }

                .product-list-price {
                    span {
                        color: var(--color-dark);
                        font-weight: 600;
                        font-size: 18px;
                    }

                    del {
                        display: block;
                        color: var(--color-red);
                        font-size: 14px;
                    }
                }
            }

            .view-all {
                margin: 30px 0 10px;
                display: block;
                text-align: right;
                color: var(--theme-color);
                font-size: 22px;
                font-weight: 400;
            }

            .view-all:hover {
                color: var(--theme-color2);
            }
        }

        button {
            border-radius: 5px;
            font-weight: 500;
            font-size: 22px;
            padding: 7px 20px;
        }

        .btn-secondary {
            outline: unset;
            border: 2px solid var(--theme-color);
            background: var(--color-white);
            color: var(--theme-color);;
            padding: 6px 20px;
        }

        .product-list-box {
            button {
                font-size: 18px;
            }
        }
    }

    .card-header {
        background-color: var(--theme-color);
        border-radius: 12px 12px 0 0;

        h2 {
            color: var(--color-white);
        }

        h3 {
            color: var(--color-white);
        }

        h4 {
            color: var(--color-white);
        }

        h6 {
            color: var(--color-white);
            font-weight: 400;
            margin-top: 3px;

        }

        a {
            color: var(--color-white);
            outline: 1px solid;
            border-radius: 5px;
        }

        a:hover {
            color: var(--theme-color);
        }
    }

    .card-body {
        padding: 30px 15px;
        border-radius: 0 0 10px 10px;
        border: 1px solid var(--border-info-color);
    }

    .product-body {
        border-radius: 0 0 10px 10px;
    }

    .index-card-body {
        padding: 15px;
        border-radius: 0 0 10px 10px;
    }

    .product-img {
        display: grid;
        height: 280.5px;
        background-color: #E1E4EB;
        align-content: center;
    }

    .product-item {
        padding: 0 10px;
        margin-bottom: 5px;
        background-color: var(--color-white);
    }

    .product-content {
        margin: 0;
        padding: 10px;
        background-color: var(--color-white);
        height: 125px;
    }

    .product-price span {
        color: var(--color-dark);
        font-weight: 600;
        font-size: larger;
    }

    .product-button {
        margin-top: 8px;
        display: grid;
    }

    .bottom-list {
        background-color: var(--color-white) !important;
        padding: 15px !important;
    }

    .product-list-item {
        background-color: var(--color-white) !important;
        height: 180px;
        margin: 10px 0;
    }

    .product-list-content button {
        margin-top: 8px !important;
        width: 100%;
    }
}

.index-deal-area2 {
    margin-bottom: 100px;

    .deal-content {
        height: 525px;
        display: flex;
        align-items: center;
        justify-content: center;

        h2 {
            color: var(--color-yellow2);
            font-size: 70px;
            font-weight: 700;
            line-height: 40px;
            margin-top: 5vh;
        }

        h1 {
            color: var(--color-yellow2);
            font-size: 115px;
            font-weight: 800;
            line-height: 110px;
        }

        h3 {
            color: var(--color-white);
            font-weight: 500;
            font-size: 48px;
        }

        p {
            color: var(--color-white);
            margin-top: 20px;
            font-size: x-large;
            font-weight: 400;
        }
    }
}

.index-deal-area2 {
    .deal-btn {
        margin-top: 5px;

        a {
            color: var(--color-pink) !important;
            background-color: var(--color-yellow2);
            font-weight: 900;
            font-size: xx-large;
            padding: 5px 30px;
            border-radius: 5px;
        }
    }
}


.twc-big-banner {
    position: relative;
    width: 100%;

    .banner-wrap {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 37vh;
    }
}


/* SHOP */

.shop-page {
    .product-list {
        .product-content {
            .product-button {
                button {
                    font-size: 22px;
                    padding: 7px 20px;
                }
            }
        }

    }
}

.index-card {
    .index-card-body {
        button {
            background-color: var(--theme-color);
            color: var(--color-white);
            border-radius: 7px;
            position: relative !important;
        }

        button:hover {
            background-color: var(--color-white);
            color: var(--theme-color);
            outline: 1px solid var(--theme-color);
        }

        .form-control {
            padding: 12px 45px 8px 5px;
        }

        .theme-btn i {
            margin: 0;
        }

        input {
            padding-bottom: 8px;
            border-radius: 0;
            border: unset;
            border-bottom: 1px solid var(--body-text-color);
        }
    }
}

.products-list.product-item {
    background-color: unset;
    margin-bottom: 10px !important;
}

.products-list {
    background-color: unset;

    .product-img {
        display: grid;
        background-color: #E1E4EB;
        align-content: center;
    }

    .product-img.grid-type {
        height: 266px;
    }

    .product-img.list-type {
        height: 220px;
    }

    .product-title {
        margin-top: 8px;
    }

    .current-product-price {
        color: var(--color-dark);
        font-size: large;
        font-weight: 800;
    }

    button {
        margin-top: 10px;
        width: 100%;
    }

    .btn-secondary,
    .shop-single-btn .btn-secondary {
        background-color: var(--color-white);
        color: var(--theme-color);
        font-weight: 600;
        outline: 1px solid;
    }

    .btn-secondary {
        background-color: var(--color-white);
        color: var(--theme-color);
        font-weight: 600;
        outline: 1px solid;
    }

    .products-list-view button {
        width: 40%;
        margin-top: 7px;
        border-radius: 7px;
    }

    .product-action {
        opacity: 0;
        transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
        pointer-events: none;
        visibility: hidden;

        a {
            background-color: var(--color-white);
            color: var(--color-gray2);
            outline: 1px solid
        }

        a:hover {
            background-color: var(--theme-color);
            color: var(--color-white);

        }
    }
}

.products-list:hover .product-action {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
}

.modal-btn.btn.btn-secondary {
    background-color: var(--color-white) !important;
    color: var(--theme-color) !important;
    font-weight: 600 !important;
    outline: 1px solid !important;
    cursor: default;
}


.product-detail-page {
    .shop-single-gallery {
        .flexslider-thumbnails {
            li {
                text-align: -webkit-center;
            }
        }
    }

    .shop-single-info {
        .product-detail-btn-group {
            .product-button {
                button {
                    width: 50%;
                    border-radius: 5px;
                    padding: 8px 18px;
                    font-size: 20px;
                }
            }

        }
    }

    .shop-single-details {
        .nav.nav-tabs {
            border: none;
        }
    }

    .blog-comments-form {
        padding: 30px 0;
        background-color: unset;

        button {
            background-color: var(--theme-color) !important;
            color: var(--color-white) !important;
        }

        button:hover {
            background-color: var(--color-white) !important;
            color: var(--theme-color) !important;
            border: 1px solid var(--theme-color);
        }
    }

    .edit-review {
        a {
            color: var(--body-text-color) !important;
        }

        a:hover {
            color: var(--theme-color) !important;
            cursor: pointer;
        }
    }

    .star-rating {
        color: var(--color-yellow);
        font-size: larger;
    }

    .index-card {
        .shop-cart-coupon {
            .form-control {
                border-radius: 12px;
            }

            .theme-btn {
                border-radius: 12px;
            }
        }
    }

    .btn-secondary {
        padding: 9px;
        background-color: var(--color-white);
        color: var(--theme-color);
        font-weight: 600;
        outline: 1px solid;
    }
}

.product-detail-page {
    p {
        line-height: 20px;
        color: var(--color-dark);
    }

    .shop-single-rating {
        margin: 5px 0 0;

        i {
            color: var(--color-yellow);
            font-size: larger;
            margin: 0;
        }

        .product-detail-page .shop-single-price {
            margin: 0;
        }
    }

    .shop-single-price span {
        margin: 0;
        color: var(--color-dark);
        font-size: larger;
        font-weight: 500;
    }

    .product-price {
        margin: 15px 0;

        .current-product-price {
            color: var(--color-dark);
            font-size: larger;
            font-weight: 500;
            margin: 0;
        }
    }

    .shop-single-sortinfo {
        border-top: 1px solid var(--border-info-color);
        padding: 10px 0;

        li {
            margin: 0;
        }
    }

    .shop-single-cs {
        padding-top: 0;
    }

    .shop-cart-qty {
        display: inline-flex;

        h6 {
            margin: 0 10px 0 0;
            align-content: center;
        }
    }

    .qty-btn {
        background-color: var(--color-gray2);
        border-radius: 18px;
        padding: 10px;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .qty-btn:hover {
        color: var(--color-white);
        background-color: var(--theme-color) !important;
        outline: 1px solid;

    }

    .shop-single-btn button {
        width: 50%;
        border-radius: 8px;
    }

    .social-opt {
        margin-top: 10px;
        border-top: 1px solid var(--border-info-color);
    }

    .shop-single-details {
        button {
            color: var(--color-gray2);
            background-color: unset;
            outline: 1px solid var(--border-info-color);
        }

        button:hover {
            color: var(--color-white) !important;
            background-color: var(--theme-color) !important;
        }

        .nav-link {
            padding: 5px 50px;
            border-radius: 8px 8px 0 0;
        }

        .nav-link.active {
            color: var(--color-white) !important;
            background-color: var(--theme-color) !important;
        }
    }

    .tab-pane.fade.show.active {
        border: 1px solid var(--border-info-color);
    }

    .shop-single-desc {
        padding: 30px 25px;

        p {
            color: var(--color-dark);
            font-weight: 500;
        }
    }

    .blog-comments-single {
        border: unset;
        border-radius: 0;
        border-bottom: 1px solid var(--border-info-color);
        padding: 20px;
    }

    .blog-comments-single:last-child {
        border-bottom: unset;
    }

    .blog-comments {
        padding: 30px;
    }

    .shop-single-review {
        padding: 0;
    }
}

/* CART */
.index-card {
    thead tr th {
        text-transform: unset;
    }

    li {
        margin-bottom: 0;
        font-weight: 500;
    }

    .shop-cart-coupon {
        margin: 5px 0 10px;

        .form-control {
            border-radius: 12px;
        }

        button {
            border-radius: 12px;
            padding: 10px 28px;
        }
    }

    .shop-cart-total {
        border-top: 1px solid var(--border-info-color);
        padding: 15px 0;
    }

    .shop-cart-total span {
        color: var(--color-dark);
    }

    .checkout-btn a {
        width: 100%;
        border-radius: 8px;
        font-size: larger;
        font-weight: 500;
    }
}


.cart-page {
    min-height: 64vh;

    .cart-table tbody tr:last-child, td {
        border-bottom: hidden;
    }

    .shop-cart-summary {
        margin-top: 0;
    }
}

.shop-cart thead tr {
    background: none;
}

/* CHECKOUT */

.twc-checkout, .bundle-checkout {
    .mobile-input {
        .country-code {
            width: 75px !important;
            padding: 12px 20px !important;
        }
    }


    .payment-head {
        font-size: larger;
        font-weight: 600;
    }

    .accordion-body {
        .payment-icon {
            width: 30%;
            justify-self: center;
            margin: 20px;
        }

        p {
            text-align: left;

        }
    }


    .accordion {
        margin-top: 20px;

        .accordion-header {
            button label {
                color: var(--color-dark);
            }

            .accordion-button::after {
                content: unset;
            }

            .payment-method-img {
                width: 60px;
                border: 1px solid var(--border-info-color);
                padding: 0 4px;
            }
        }
    }


    .accordion-item {
        margin-bottom: 0;
        border: 1px solid var(--border-info-color);

        .form-check-input {
            margin-top: 0;
        }
    }

    .accordion-item:first-child {
        border-radius: 8px 8px 0 0;
    }

    .accordion-item:last-child {
        border-radius: 0 0 8px 8px;
    }


}

.shop-checkout2 {
    .checkout-step-list {
        .nav-link {
            pointer-events: none;
        }

        .nav-link.done .step-count::before {
            border-color: var(--color-green);
        }

        .nav-link.done.active .step-count::before {
            border-color: var(--theme-color);
        }

        .nav-link.done::before,
        .shop-checkout2 .checkout-step-list .nav-link.done span {
            background: var(--color-green);
        }

        .nav-link.done.active::before,
        .shop-checkout2 .checkout-step-list .nav-link.done {
            background: var(--theme-color);
        }

        .nav-link.done::before, .nav-link.done span {
            background: var(--theme-color);
        }

        .nav-link.done::before, .nav-link.done {
            background: var(--color-green);
        }

        #step1-tab.done .step-count {
            background: var(--color-green);
        }

        #step1-tab.done.active .step-count {
            background: var(--theme-color);
        }

        .nav-link::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 8px;
            background: #ccc;
            left: 0;
            top: 0;
        }


        .nav-link {
            position: relative;
            border-radius: 0;
            color: #6c757d;
            font-size: 17px;
            font-weight: 500;
            padding-top: 30px;

            .step-count {
                position: absolute;
                width: 28px;
                height: 28px;
                line-height: 28px;
                background: #ccc;
                color: var(--color-white);
                top: -11px;
                left: 50%;
                border-radius: 50px;
                transform: translateX(-50%);
            }

            .step-count::before {
                content: "";
                position: absolute;
                border: 2px solid #ccc;
                left: -4px;
                right: -4px;
                top: -4px;
                bottom: -4px;
                border-radius: 50px;
            }

        }

        .nav-link.done {
            color: var(--theme-color);
            background: transparent;
        }

    }

    .shop-checkout-payment table {
        .nav-item {
            display: flex;

            .nav-link {
                justify-items: center;
                border-radius: 5px;
                width: 100%;

                .checkout-card-img {
                    display: flex;
                }
            }
        }


        .payment-icon-border {
            width: 60px;
            margin-right: 10px;
            padding: 5px;
            border: 1px solid var(--border-info-color);
        }

        .payment-icon {
            width: 50px;
        }


        td:first-child {
            width: 200px; /* Set your desired width */
        }

        h5 {
            font-size: 18px;
            font-weight: 400;
        }

        h6 {
            font-size: 17px;
            font-weight: 400;
        }

    }


}


.twc-checkout {
    .back-to-dropdown {
        font-size: 24px;
        border-radius: 0 5px 5px 0;
        border-color: 1px solid var(--border-info-color);
    }

    .country-code {
        border-radius: 8px 0 0 8px;
    }

    .cart-value {
        float: right;
    }

    .checkout-btn, .next-step-btn {
        width: 100%;
        font-weight: 500;
        font-size: 20px;
    }

    .shop-checkout-form.cod {
        padding: 20px;
        border: 1px solid var(--border-info-color);
    }

    .shop-checkout-form {
        background-color: unset;
        padding: 0;
        border: unset;

        label {
            font-weight: 500;
        }

        .form-group {
            margin-bottom: 10px;
        }
    }

    .form-row {
        border: 1px solid var(--border-info-color);
        padding: 20px;
        border-radius: 8px;
    }

    .address-form-btn-grp {
        .theme-btn {
            margin-top: 25px;
            padding: 8px 18px;
            font-size: 16px !important;
        }
    }

    .shop-cart-summary {
        padding: 0;
        border: unset;
        background: var(--color-white);
    }

    .index-card {
        border-radius: 12px;

        .card-body {
            padding: 15px;

            ul {
                margin-top: 10px;
            }

            li h6 {
                line-height: 25px;
            }

            .bordered-bottom {
                li:last-child {
                    padding-bottom: 15px;
                }
            }

            .shop-checkout-form {
                .checkout-btn {
                    font-size: 22px;
                }
            }
        }

        .card-header {
            padding: 15px;
        }
    }

    .shop-cart-total {
        border-bottom: 1px solid var(--border-info-color);
    }

    .cart-total {
        display: grid;
        grid-template-columns: 1fr auto;
        width: 100%;
    }

    .address-area {
        height: 180px;
        padding: 30px 25px !important;
        border: 1px solid var(--border-info-color);

        .selected_address, .address_details {
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: var(--color-dark);
        }

        .address_details {
            padding-right: 8px;
        }

        h6.mb-2 {
            margin-bottom: 5px !important;
            font-size: 20px;
            font-weight: 700;
        }

        .is_default {
            display: flex;
            align-items: center;
            position: absolute;
            top: 410px;
            height: 30px;
            padding: 5px 15px;
            z-index: 10;
            color: var(--theme-color);
            border: 1px solid var(--theme-color);
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
        }

        .change-address-btn {
            font-size: 14px;
            font-weight: 500;
        }
    }

    .payment-area {
        margin-top: 16px;
        height: 150px;
        padding: 30px 25px !important;
        border: 1px solid var(--border-info-color);
        background-color: var(--color-white);

        h5 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 5px !important;
        }

        h6, p {
            color: var(--color-dark);
            padding-right: 15px;
            font-size: 16px;
            font-weight: 400;
        }

        p a {
            color: var(--theme-color2) !important;
        }
    }

    .shop-cart-summary-twc {
        padding: 0;
        background-color: unset;

        table {
            --bs-table-bg: var(--color-white) !important;
        }

        tr {
            border-style: hidden;
        }
    }

    .theme-btn::before {
        content: "";
        height: 400px;
        width: 400px;
    }

}


/* CHECKOUT COMPLETE */
.twc-checkout-complete {
    .fixed-height {
        flex: 1;
        overflow-y: unset;
    }

    .card {
        border-radius: 10px;
        border: unset
    }

    .index-card {
        display: flex;
        flex-direction: column;

        .card-header {
            border-radius: 10px 10px 0 0;

            h2 {
                font-size: 35px;
                font-weight: 500;
            }

            h3 {
                padding: 5px;
            }

            h4 {
                color: var(--color-white);
                font-size: 22px;
            }

            .view-order a {
                padding: 3px 8px;
                border-radius: 5px;
            }

            .view-order a:hover {
                background-color: var(--color-white);
                color: var(--theme-color);
            }
        }

        .cart-summary {
            padding: 50px 0 !important;

            h1 {
                color: var(--theme-color);
                font-size: 100px;
                font-weight: 600;
                line-height: 8vh;
            }

            h3 {
                color: var(--theme-color);
                font-size: 34px;
                line-height: 6vh;
                font-weight: 600;
            }

            p {
                color: var(--theme-color);
                font-size: 17px;
                font-weight: 500;
            }

            .login-info {
                display: inline-block;
                width: 520px;
                margin-top: 35px;

                .track-order-body {
                    padding: 15px !important;
                    border-radius: 12px;

                    h4 {
                        font-size: 20px;
                        font-weight: 500;
                    }

                    h6 {
                        font-size: 16px;
                        font-weight: 500;
                    }
                }
            }

        }
    }

    .total-row {
        font-size: large;

        th {
            font-weight: 800;
        }
    }

    .total-row.table-active {
        background-color: var(--color-white);
    }

    table {
        --bs-table-active-bg: var(--color-white) !important;

        .subtotal-row, .total-row {
            th, td {
                border-top: 1px solid var(--border-info-color);
                border-bottom: none !important;
                padding-top: 10px;
            }
        }

        .discount-row, .shipping-row {
            th, td {
                border-top: none !important;
                border-bottom: none !important;
            }
        }

        .total-row.table-active {
            background-color: var(--color-white);
        }
    }
}

.center-text {
    vertical-align: middle;
}


/* SELLER DASHBOARD */

#logistics {
    display: inline;
}

/* #logistics .user-wrapper {
    padding-right: 20px;
} */

.dt-buttons,
.dt-search {
    display: inline-block;
    vertical-align: middle;
}

.dt-length,
.dt-buttons,
.dt-search {
    margin-bottom: 10px;
}

.dt-search {
    margin-left: auto;
}

.dt-paging ul.pagination {
    justify-content: flex-end;
}

/* product rating */

.product-rate .fa-star {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    /* For Safari */
    -moz-user-select: none;
    /* For Firefox */
    -ms-user-select: none;
    /* For Internet Explorer/Edge */
}

.shop-single-rating .fa-star {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    /* For Safari */
    -moz-user-select: none;
    /* For Firefox */
    -ms-user-select: none;
    /* For Internet Explorer/Edge */
}


/* CHAT WITH SELLER */

#chat-seller {
    position: fixed;
    bottom: -10px;
    /* Positioned off-screen initially */
    right: 110px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 10px 10px 0 0;
    color: var(--color-white);
    background-color: var(--theme-color);
    cursor: pointer;
    width: 12vw;
    /* Increased width */
    height: 50px;
    /* Increased height */
    line-height: 60px;
    text-align: center;
    box-shadow: var(--box-shadow2);
    transition: bottom 0.3s, background-color 0.3s;
    opacity: 1;
    visibility: visible;
}

#chat-seller:hover {
    bottom: 0;
    /* Move to the bottom of the screen on hover */
    background-color: #0056b3;
    /* Darker shade for hover */
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}


/* SUPPLIER DASHBOARD */

#supplier {
    margin: 30px 10px;
    padding: 25px 10px;

}

#seller {
    margin: 30px 10px;
}

.seller-order span {
    font-size: small;
}


.seller-order li {
    font-size: small;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.seller-order a {
    font-size: small;
}

.seller-order p {
    font-size: small;
}

.seller-order h6 {
    font-size: 15px !important;
}

.seller-order .nav-link.active {
    background-color: #11B76B;
    font-weight: 500;

}

.seller-order .nav-item button {
    font-size: large;
    color: #081828;
    font-weight: 500;

}

.seller-order .nav-link.active {
    background-color: #11B76B;
    font-weight: 500;
    color: #fff;
}

.seller-order .nav-link {
    font-size: large;
    color: #081828;
    font-weight: 500;
    padding: 10px 15px;
}

.seller-order .nav-link:hover {
    background-color: #11B76B;
    color: #fff;
}

.seller-order .nav-item a {
    font-size: large;
    color: #081828;
    font-weight: 500;
    width: 10vw;
    text-align: center;

}


/* LOGISTICS DASBOARD */

.label-left {
    text-align: justify;
}

.label-left label {
    font-size: 11pt;
}

.label-left select {
    height: 50px;
}

.label-left input {
    height: 50px;
}

.btn-toggle-label {
    font-size: 0.8rem;
}

#yesToggle.active {
    color: white;
    background-color: #007bff;
    /* Blue color for "Yes" */
}

#noToggle.active {
    color: white;
    background-color: #6c757d;
    /* Gray color for "No" */
}

#neubar {
    background: white;
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.4);

}

#logistics-sidebar {
    padding: 10px 15px;
    background-color: white;
}

#logistics-sidebar a {
    font-size: 15px;
}

#logistics-sidebar li {
    margin: 0;
}

.action-btn {
    font-size: small !important;
    padding: 8px 20px !important;
    border-radius: 10px;
    min-width: 90px;
    height: 40px;
    margin: 0 5px;
}

/* logistics Table */

.logistics-table thead {
    --bs-table-bg: #343A40;
}

.logistics-table th {
    color: white !important;
    font-size: medium;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    color: grey;
    text-decoration: none;
}

a.disabled:hover {
    text-decoration: none;
}

/* parallax */

.dashboard-parallax {
    background-image: url("../img/banner/supplier-dashboard.jpg");
    padding: 70px;

    /* parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.shop-page {
    #products-grid {
        .product-item {
            .product-content {
                h3.product-title {
                    height: 42px;
                }
            }
        }
    }
}


.search-form {
    padding: 0 0 0 15px !important;
}

/* For Desktop XLarge */
@media (max-width: 1399.98px) {
    .index-deal-area2 {
        margin-bottom: 100px;

        .deal-content {
            height: 452.59px;
            padding: 50px 25px;

            h2 {
                font-size: 55px;
                font-weight: 700;
                line-height: 40px;
                margin-top: 2vh;
            }

            h1 {
                font-size: 92px;
                line-height: 90px;
            }
        }
    }

    #products-grid {

        .products-column {
            margin-bottom: 10px;
        }

        .product-item {
            padding: 0;
        }

        .product-title {
            height: 60px;
        }
    }

    .cart-page {
        .shop-cart-summary {
            margin: 0;
        }
    }

    .twc-checkout {
        .is_default {
            height: 25px;
        }

        .mobile-input {
            .input-group-text.country-code {
                border-radius: 8px 0 0 8px;
            }
        }
    }

    .twc-checkout-complete {
        .order-header {
            padding: 10px;

            h4 {
                font-size: 18px;
            }
        }
    }

    .nav-right {
        margin-left: 20px !important;

        a {
            width: 120px;
            border-radius: 10px;
            padding: 7px;
            font-size: 16px;
        }
    }
}

/* For Desktop Large */
@media (max-width: 1199.98px) {
    .twc-category-slider {
        .category-info {
            .content {
                h4 {
                    font-size: 13px !important;
                }
            }
        }
    }

    .index-card {
        .product-img {
            height: 188px;
        }

        .product-list-item {
            .product-list-img {
                height: 191px;
            }
        }
    }

    .index-deal-area2 {
        margin-bottom: 80px;

        .deal-content {
            height: 379.59px;

            h2 {
                font-size: 50px;
                font-weight: 700;
                line-height: 40px;
                margin-top: 0;
            }

            h1 {
                font-size: 82px;
                line-height: 75px;
            }

            h3 {
                font-size: 40px;
            }
        }
    }

    .product-list {
        .product-list-column {
            padding: 0 10px;

            .product-list-box {
                .card-header .site-title {
                    font-size: 22px;
                }

                .bottom-list {
                    .product-list-item {
                        padding: 0;
                        height: 160px;

                        .product-list-img {
                            max-height: 100px;

                            img {
                                height: 100px;
                                width: 100px;
                            }
                        }

                        .product-list-content {
                            h4 a {
                                font-size: 12px;
                                text-overflow: ellipsis;
                                overflow: hidden;
                                height: 30px;
                            }

                            .product-list-rate {
                                margin-top: 0;
                                font-size: 12px;
                            }

                            .product-list-price {
                                span {
                                    font-size: 16px;
                                }

                                del {
                                    font-size: 14px;
                                }
                            }

                            button {
                                font-size: 14px;
                            }
                        }

                    }

                    .view-all {
                        margin: 10px 0 0;
                        font-size: 18px;
                    }
                }
            }

        }
    }

    .search-form {
        padding: 0 !important;
    }

    /* SHOP PAGE */
    .shop-page {
        .index-card-body {
            button {
                padding: 7px 14px;
                font-size: 18px;
            }
        }

        #products-grid {
            .products-column {
                .product-item {
                    .product-img.grid-type {
                        height: 216px;
                    }

                    .product-title {
                        a {
                            font-size: 14px;
                            height: 40px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }
                    }

                    .product-button {
                        button {
                            font-size: 20px;
                            padding: 5px 20px;
                        }
                    }
                }
            }
        }

        #products-list {
            .product-item {
                .product-button {
                    button {
                        font-size: 20px;
                        padding: 5px 20px;
                        width: 165px;
                    }
                }
            }
        }
    }


    /* CART PAGE */
    .cart-page {
        .p20 {
            padding: 15px !important;
        }

        .py-100 {
            padding: 60px 0;
        }

        .card-header {
            h4, h3 {
                font-size: 14px;
            }

            h6 {
                font-size: 12px;
            }
        }

        .card-body {
            padding: 20px 15px;

            h6, li, span {
                font-size: 14px;
            }

            .shop-cart-coupon {
                .form-control {
                    padding: 15px 90px 5px 15px;
                }

                .custom-btn-1 {
                    font-size: 12px;
                }
            }

            .cart-table {
                th {
                    font-size: 12px;
                }

                span {
                    font-size: 12px;
                }
            }

            .checkout-btn {
                a {
                    font-size: 16px;
                }
            }
        }
    }

    /* SHOP DETAIL Laptop Large*/
    .product-detail-page {
        .pt-80 {
            padding-top: 50px !important;
        }

        .shop-single-info {
            .shop-single-title {
                font-size: 18px;
            }

            .shop-single-rating {
                font-size: 16px;
            }

            .shop-single-price {
                font-size: 16px;
            }

            .shop-single-sortinfo {
                p, li, span {
                    font-size: 14px;
                }
            }

            .product-detail-btn-group {
                h6 {
                    font-size: 14px;
                }

                .qty-btn {
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                }

                .shop-single-btn {
                    button {
                        padding: 8px 16px;
                        font-size: 18px;
                    }
                }
            }
        }

        .shop-single-details {
            .nav-tabs {
                button {
                    font-size: 16px;
                }
            }

            .tab-content {
                .shop-single-desc {
                    h6, p {
                        font-size: 14px;
                    }
                }

                .shop-single-review {
                    .blog-comments {
                        .blog-comments-wrapper {
                            .blog-comments-single {
                                .blog-comments-content {
                                    .star-rating {
                                        font-size: 16px;
                                    }

                                    h5 {
                                        font-size: 15px;
                                    }

                                    span {
                                        font-size: 12px;
                                    }

                                    .edit-review {
                                        font-size: 12px;
                                    }
                                }
                            }
                        }
                    }
                }

                .blog-comments-form {
                    h4, p {
                        font-size: 14px;
                    }

                    button {
                        padding: 8px 16px;
                        font-size: 14px;
                    }
                }
            }
        }
    }

    /* CHECKOUT Laptop Large*/
    .twc-checkout {
        h6, span, strong {
            font-size: 14px;
        }

        input, select {
            height: 47px;
            font-size: 14px;
        }

        textarea, textarea::placeholder {
            font-size: 14px;
        }

        input::placeholder, select::placeholder {
            font-size: 14px;
        }

        .shop-checkout-step {
            .checkout-step-list {
                .nav-link {
                    font-size: 15px;
                }
            }
        }

        .address-area {
            height: 180px;
            padding: 30px 25px !important;

            .selected_address, .address_details {
                font-size: 15px;
                line-height: 20px;
            }

            .address_details {
                padding-right: 8px;
            }

            h6.mb-2 {
                margin-bottom: 5px !important;
                font-size: 20px;
            }

            .is_default {
                top: 410px;
                height: 30px;
                padding: 5px 15px;
                border-radius: 6px;
                font-size: 14px;
            }

            .change-address-btn {
                font-size: 14px;
            }
        }

        .payment-area {
            margin-top: 15px;
            height: 150px;
            padding: 30px 25px !important;

            h5 {
                font-size: 20px;
                margin-bottom: 5px !important;
            }

            h6, p {
                padding-right: 15px;
                font-size: 15px;
            }
        }

        .shop-checkout-payment table {

            td:first-child {
                width: 150px; /* Set your desired width */
            }

            h5 {
                font-size: 16px;
            }

            h6 {
                font-size: 15px;
            }

        }

        .card-header {
            padding: 10px;

            h3 {
                font-size: 14px;
            }
        }

        .card-body {
            .shop-cart-coupon {
                .form-control {
                    padding: 10px 100px 10px 10px;
                }

                button {
                    padding: 7px 15px;
                    font-size: 14px;
                }
            }

            .cart-total {
                margin-top: 15px !important;

                .cart-label, .cart-value {
                    font-size: 16px;
                    font-weight: 700;
                }
            }

            .bordered-bottom {
                li, span {
                    font-size: 14px;
                }

                .list-shipping {
                    padding-bottom: 15px;
                }
            }

            .shop-checkout-form {
                margin: 0 !important;

                label {
                    font-size: 14px;
                }

                .mobile-input {
                    .input-group-text.country-code {
                        width: 60px !important;
                        padding: 12px 15px !important;
                        border-radius: 8px 0 0 8px;
                    }
                }

                .checkout-btn .next-step-btn {
                    font-size: 20px !important;
                }

                .checkoutBtn {
                    margin-top: 35px !important;

                    .checkout-btn {
                        font-size: 16px;
                        padding: 8px 15px;
                    }
                }
            }
        }

        .address-form-btn-grp {
            .theme-btn {
                margin-top: 20px;
                padding: 8px 18px;
                font-size: 14px !important;
            }
        }

        .twc-checkout-complete {
            li, p {
                font-size: 14px;
            }

            .index-card {
                .card-header {
                    h2 {
                        font-size: 25px;
                    }

                    h4 {
                        font-size: 18px;
                    }
                }

                .cart-summary {
                    h1 {
                        font-size: 90px;
                    }

                    h3 {
                        font-size: 31px;
                        line-height: 4vh;
                    }

                    p {
                        font-size: 17px;
                    }

                    h4 {
                        font-size: 16px;
                    }

                    h6 {
                        font-size: 14px;
                    }

                    .track-order-body {
                        padding: 16px 10px;
                    }
                }

                .card-body {
                    padding: 25px 10px;

                    table {
                        margin: 0;
                    }

                    th, td {
                        font-size: 14px;
                    }
                }
            }
        }

        /* MISC Laptop*/

        .continue-shopping {
            margin-top: 25px;

            a {
                font-size: 15px;
                border-radius: 6px;
                padding: 10px 20px;
            }
        }

        .product-area {
            .card-header {
                padding: 5px 15px;

                .site-title {
                    font-size: 25px;
                }

                a {
                    padding: 8px 16px;
                    font-size: 14px;
                }
            }

            .card-body {
                .product-item {
                    .product-content {
                        padding: 4px;
                        height: 100px;

                        .product-title a {
                            font-size: 14px;
                            height: 35px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .product-rate {
                            font-size: 14px;
                        }

                        .product-bottom .product-price span {
                            font-size: 16px;
                        }
                    }

                    .product-button {
                        button {
                            padding: 8px 16px;
                            border-radius: 8px;
                            font-size: 18px;
                        }

                        .btn-secondary {
                            padding: 7px 16px;
                        }
                    }

                }
            }
        }

        #scroll-top {
            right: 15px;
            font-size: 20px;
            width: 50px;
            height: 50px;
            line-height: 50px;

            span {
                width: 20px;
                height: 20px;
                line-height: 20px;
                font-size: 12px;
                right: -8px;
                top: -8px;
            }
        }

        #scroll-top.active {
            bottom: 5px;
        }
    }


}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .pt-80 {
        padding-top: 50px;
    }

    .pt-90, .pt-100 {
        padding-top: 60px;
    }

    .py-100 {
        padding: 30px 0 !important;
    }

    .contact-us-btn {
        border-radius: 3px;
        padding: 2px 4px;
        font-size: 8px;
    }

    .twc-category-slider {
        .category-info {
            .content {
                h4 {
                    font-size: 9px !important;
                }
            }
        }
    }

    .collapse.navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.fade-down {
        display: none;
    }

    .collapse.navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.fade-down.show {
        display: block;
        position: fixed;
        top: 75px;
        left: 78vh;
    }

    .header {
        .login {
            padding-right: 10px !important;
            border-right: 1px solid var(--theme-color);
            line-height: 10px;
        }

        .social {
            padding-left: 5px;
        }

        .login, .social {
            a, span {
                font-size: 10px;
            }

            .header-top-social {
                span {
                    display: inline;
                }
            }
        }

        .main-navigation {
            .header-middle-search {
                .search-content {
                    border-radius: 3px;

                    .form-control, .form-control::placeholder {
                        font-size: 12px;
                    }

                    .search-btn {
                        padding: 3px 15px;
                        border-radius: 3px;
                        font-size: 14px;
                    }
                }
            }

            .navigation-col {
                padding: 0;

                .mobile-menu-right {
                    display: none;
                }

                .navbar-collapse {
                    overflow-y: hidden;

                    .navbar-nav {
                        flex-direction: row;

                        .nav-item {
                            a {
                                font-size: 12px;
                            }

                            .dropdown {
                                .dropdown-menu.fade-down.show {
                                    display: block !important;
                                    position: fixed !important;
                                    top: 75px !important;
                                    left: 78vh;
                                }
                            }
                        }

                        .nav-item.dropdown-cart {
                            a {
                                i {
                                    font-size: 14px;
                                }

                                span {
                                    width: 14px;
                                    height: 14px;
                                    font-size: 9px;
                                    right: 5px;
                                    top: 2px;
                                }
                            }
                        }
                    }
                }
            }

            .nav-right {
                margin-left: 10px !important;

                a {
                    width: 90px;
                    padding: 5px;
                    font-size: 12px;
                    border-radius: 8px;
                }
            }
        }
    }

    .twc-category-slider {
        .category-slider .category-info {
            .icon {
                width: 50px !important;
                height: 50px !important;

                img {
                    width: 35px;
                }
            }

            .content {
                h4 {
                    margin-top: 3px;
                    font-size: 8px;
                }
            }
        }

    }

    .index-card {
        .card-header {
            .p-2 {
                padding: 0 !important;
            }

            padding: 10px 12px 6px;

            .site-title, h2 {
                font-size: 20px;
            }

            .theme-btn {
                padding: 5px 10px;
                font-size: 12px;
            }
        }

        .product-body {
            padding: 20px;

            .owl-theme.product-column {
                padding: 0;
            }

            .product-column {
                padding: 0 5px;

                .product-item {
                    width: 160px;
                    padding: 0;
                    caret-color: transparent;

                    .product-img {
                        height: 160px;

                        .product-action a {
                            width: 30px;
                            height: 30px;
                            line-height: 30px;
                        }
                    }

                    .product-content {
                        /* margin-top: 5px; */
                        height: 75px;
                        padding: 5px;

                        .product-title {
                            height: 25px;
                            display: flex;

                            a {
                                font-size: 10px;
                                font-weight: 600;
                            }
                        }

                        .product-rate {
                            font-size: 9px;
                        }

                        .product-price {
                            font-size: 12px;
                        }
                    }

                    .product-button {
                        button {
                            font-size: 14px;
                            padding: 5px 20px;
                            border-radius: 5px;
                        }

                        .btn-secondary {
                            padding: 5px 20px;
                            font-size: 13px;
                            font-weight: 700;
                            outline: unset;
                            border: 1px solid var(--theme-color);
                        }
                    }
                }
            }
        }

        .product-body.carousel-body {
            padding: 20px 11px !important;
        }

        .owl-carousel .owl-stage-outer {
            width: 673px;
        }

        .owl-item.active {
            margin-right: 17px !important;
        }

        .product-list-column {
            padding: 0 6px;

            .product-list-box {
                .card-header {
                    padding: 10px;
                }

                .bottom-list {
                    padding: 10px !important;

                    .product-list-item {
                        height: 140px;
                        margin: 0;
                        padding: 0;

                        .product-list-img {
                            max-height: 75px;

                            img {
                                height: 75px;
                                width: 75px;
                            }
                        }

                        .product-list-content {
                            h4 a {
                                height: 25px;
                                font-size: 10px;
                                text-overflow: ellipsis;
                                overflow: hidden;
                            }

                            .product-list-rate {
                                margin-top: 0;
                                font-size: 8px;
                            }

                            .product-list-price {
                                margin-top: 0;
                                line-height: 15px;

                                span {
                                    font-size: 13px;
                                }

                                del {
                                    font-size: 10px;
                                }
                            }

                            button {
                                font-size: 10px;
                                padding: 5px 10px;
                                border-radius: 3px;
                            }

                            .btn-secondary {
                                outline: unset;
                                border: 1px solid var(--theme-color);
                                padding: 4px 10px;
                                font-weight: 700;
                            }
                        }
                    }

                    .view-all {
                        margin: 0;
                        font-size: 13px;
                        font-weight: 500;
                    }

                }
            }
        }

    }

    .index-deal-area2 {
        margin-bottom: 70px;

        .deal-content {
            height: 282px;
            padding: 35px 25px;

            h2 {
                font-size: 36px;
                line-height: 14px;
            }

            h1 {
                font-size: 60px;
            }

            h3 {
                font-size: 28px;
                font-weight: 600;
            }

            p {
                margin-top: 10px;
                font-size: 18px;
            }

            .deal-btn {
                a {
                    padding: 5px 16px;
                    font-size: 25px;
                }
            }
        }

    }

    .footer-area {

        .footer-categories {
            display: none;
        }

        .copyright-wrap {
            padding: 12px 0;

            .footer-logo {
                width: 75px;
            }

            .copyright-text {
                /*font-size: 12px;*/
                text-align: center;
            }
        }
    }

    /* SHOP TABLET */
    .shop-page {
        min-height: 75vh;

        .shop-sort {
            margin-bottom: 15px;

            .shop-sort-box, .nice-select {
                display: flex;
                align-items: center;
                height: 30px;
                border-radius: 8px;
                font-size: 10px;
            }

            .shop-sort-gl {
                display: none;

                button {
                    height: 25px;
                    width: 25px;
                    line-height: 25px;
                    font-size: 12px;
                }
            }
        }

        .card-header {
            border-radius: 8px 8px 0 0;

            h4 {
                font-size: 14px;
                font-weight: 500;
            }
        }

        .index-card-body {
            padding: 10px;

            .search-form {
                input::placeholder {
                    font-size: 12px;
                }
            }

            button {
                padding: 7px 14px;
                font-size: 12px;
            }

            .shop-category-list {
                li {
                    font-size: 12px;

                    a {
                        margin: 2px 0;
                    }
                }
            }
        }

        #products-grid {
            .products-column {
                .product-item {
                    .product-img.grid-type {
                        height: 156px;
                    }

                    .product-title {
                        height: 30px !important;

                        a {
                            height: 30px;
                            font-size: 12px;
                            font-weight: 500;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }
                    }

                    .product-rate {
                        font-size: 10px;
                    }

                    .product-bottom {
                        span {
                            font-size: 15px;
                        }
                    }

                    .product-button {
                        button {
                            border-radius: 5px;
                            margin-top: 5px;
                            font-size: 15px;
                            padding: 3px 10px;
                        }

                        .btn-secondary {
                            padding: 2px 10px !important;
                        }
                    }
                }
            }
        }

        #products-list {
            .product-item {
                height: 125px;
                margin-bottom: 25px !important;

                .product-img.list-type {
                    height: 125px;
                    width: 125px;
                }

                .d-flex {
                    height: 22px;

                    .product-title {
                        height: 20px;
                        overflow: hidden;
                        text-overflow: ellipsis;

                        a {
                            font-size: 14px;
                        }

                        .ms-auto {
                            display: none;
                        }
                    }
                }

                .product-rate {
                    margin-top: 5px;
                    font-size: 12px;
                }

                p {
                    height: 36px;
                    margin: 5px auto;
                    font-size: 12px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .product-price {
                    span {
                        font-size: 16px;
                    }
                }

                .product-button {
                    button {
                        font-size: 16px;
                        padding: 4px 18px;
                        width: 150px;
                    }
                }
            }
        }
    }

    /* SHOP SINGLE */
    .product-detail-page {
        .shop-single-info {
            margin-top: 0;

            .shop-single-title {
                font-size: 16px;
            }

            .shop-single-rating {
                font-size: 14px;
            }

            .shop-single-price {
                font-size: 14px;
            }

            .shop-single-sortinfo {
                p, li, span {
                    font-size: 12px;
                }
            }

            .product-detail-btn-group {
                h6 {
                    font-size: 12px;
                }

                .qty-btn {
                    width: 25px;
                    height: 25px;
                    line-height: 25px;
                    font-size: 12px;
                }

                .shop-single-btn {
                    button {
                        width: 55%;
                        padding: 8px 12px;
                        font-size: 14px;
                    }
                }
            }
        }

    }

    /* PRODUCT DETAIL PAGE TABLET */
    .product-detail-page.py-100 {
        padding: 30px 0 70px !important;
    }

    .product-detail-page {
        .shop-single-info {
            .shop-single-title {
                font-size: 18px;
                font-weight: 600;
            }

            p.mb-3 {
                font-size: 11px;
                color: var(--color-dark);
                margin-bottom: 10px !important;
                font-weight: 500;
            }
        }

        .shop-single-sortinfo.mt-20 {
            margin-top: 10px !important;

            li, span {
                font-size: 10px;
            }
        }

        .shop-single-details {
            margin-top: 75px;

            .nav-tabs {
                button {
                    border-radius: 5px 5px 0 0;
                    padding: 3px 30px;
                    font-size: 12px;
                }
            }

            .shop-single-desc {
                p {
                    font-size: 12px !important;
                }

                h6 {

                    font-size: 13px !important;
                    font-weight: 500;
                }

            }

            .shop-single-review {
                padding: 15px;

                .blog-comments {
                    margin-bottom: 0;
                    padding: 0;

                    .blog-comments-wrapper {
                        margin: 0;

                        .blog-comments-single:last-of-type {
                            margin-bottom: 0 !important;
                        }

                        .blog-comments-single {
                            img {
                                width: 85px;
                                height: 85px;
                            }

                            .blog-comments-content {
                                p {
                                    font-size: 12px;
                                    font-weight: 500;
                                    color: var(--color-dark);
                                }

                                span {
                                    font-size: 9px !important;
                                }
                            }
                        }
                    }
                }
            }

            .blog-comments-form {
                margin-top: 10px;

                .form-group {
                    margin-bottom: 10px;

                    .form-control {
                        border-radius: 5px;
                        padding: 5px 10px;
                    }

                    .form-select {
                        height: 40px;
                        width: 200px;
                        text-align: left;
                        text-align-last: left;
                        font-size: 14px;
                    }
                }

                h4.mb-4 {
                    margin-bottom: 10px !important;
                    padding-left: 3px;
                    font-size: 15px;
                    font-weight: 600;
                }

                h4, p {
                    font-size: 14px;
                }

                button {
                    border-radius: 5px;
                    padding: 5px 16px !important;
                    font-size: 10px !important;
                }
            }
        }

        .product-area.pt-80 {
            padding-top: 40px !important;

            .site-title {
                margin-top: 0;
            }
        }
    }

    /* CART TABLET PAGE */
    .cart-page.py-100 {
        padding: 60px 0 100px !important;
    }

    .cart-page {
        tr, td {
            padding: 12px 5px !important;
        }

        tr:last-child, td:last-child {
            padding: 12px 5px 0 !important;
        }

        th, td {
            text-align: center;
        }

        .p20 {
            padding: 10px !important;
        }

        .py-100 {
            padding: 40px 0 !important;
        }

        .table-col, .summary-col {
            padding: 0 5px;
        }

        .card-header {
            border-radius: 6px 6px 0 0;

            h3 {
                font-size: 20px;
                padding: 4px 2px;
                font-weight: 500;
            }

            h4 {
                font-size: 14px;
                font-weight: 600;
            }

            h6 {
                font-size: 12px;
                font-weight: 400;
            }
        }

        .table-body {
            padding: 15px 10px 0;

            .cart-table {
                margin-bottom: 10px;
            }
        }

        .summary-body {
            padding: 15px 10px;

            .bordered-bottom.mb-20 {
                margin-bottom: 5px !important;
            }

            li {
                h6 {
                    margin-bottom: 5px;
                    font-size: 12px;
                    font-weight: 600;
                }
            }

            .list-shipping {
                padding-bottom: 10px;
            }

            .shop-cart-total {
                padding: 10px 0;

                h4, h4 span {
                    font-size: 14px;
                    font-weight: 800;
                }
            }

            .checkout-btn.mt-20 {
                margin-top: 10px !important;

                a {
                    padding: 6px 15px;
                    border-radius: 5px;
                    font-size: 15px;
                    font-weight: 500;
                }
            }
        }

        .card-body {
            h6, li, span {
                font-size: 10px;
            }

            th {
                padding: 0 0 0 6px;
                text-align: left;
            }

            td {
                text-align: left;
            }

            .cart-head {
                .product-head {
                    width: 90px !important;
                }
            }

            .cart-product {
                .image-column {
                    width: 0 !important;

                    .shop-cart-img {
                        width: 60px;
                        height: 60px;
                        background-color: #E1E3EB;
                        display: flex;
                        align-items: center;

                        img {
                            border-radius: 0;
                            border: unset;
                        }

                    }
                }

                .product-name-column {
                    width: 10% !important;

                    .shop-cart-name {
                        width: 90px;
                        text-align: left !important;
                        line-height: 10px;
                    }
                }

                .shop-cart-qty {
                    width: 60px;

                    button {
                        width: 15px;
                        height: 15px;
                        line-height: 15px;

                        i {
                            font-size: 10px;
                        }
                    }

                    input {
                        width: 20px;
                        font-size: 12px;
                    }
                }

                .shop-cart-remove {
                    border: 1px solid var(--body-text-color);
                    font-size: 10px;
                    width: 18px;
                    height: 18px;
                    line-height: 18px;
                }

                .shop-cart-subtotal {
                    padding-top: 0;
                }
            }

            .shop-cart-coupon {
                .form-control {
                    padding: 9px 75px 5px 10px;
                    font-size: 8px;
                }

                .form-control::placeholder {
                    font-size: 8px;
                }

                .custom-btn-1 {
                    font-size: 8px;
                    padding: 3px 12px;
                }
            }

            .cart-table {
                th, span {
                    font-size: 10px;
                }
            }

            .checkout-btn {
                a {
                    padding: 8px 15px;
                    font-size: 12px;
                }
            }
        }
    }

    /* CHECKOUT TABLET PAGE */
    .twc-checkout.py-100 {
        padding: 50px 0 100px !important;
    }

    .twc-checkout {
        min-height: 75vh;

        .iti .iti__selected-dial-code {
          font-size: 12px!important;
        }

        .pb15 {
            padding-bottom: 10px !important;
        }

        h6, span, strong {
            font-size: 10px;
        }

        input, select {
            height: 35px !important;
            font-size: 10px;
        }

        label {
            font-size: 12px;
        }

        label.input-group-text {
            width: 75px !important;
            height: 35px;
        }

        textarea, textarea::placeholder {
            font-size: 12px;
        }

        .form-group {
            margin-bottom: 5px;
        }

        input::placeholder, select::placeholder {
            font-size: 10px;
        }

        .mobile-input {
            .input-group-text.country-code {
                width: 50px !important;
                padding: 12px 10px !important;
            }
        }

        .shop-checkout-step {
            margin-top: 18px;
            margin-bottom: 5px !important;

            .mb-3 {
                margin-bottom: 0 !important;
            }

            .checkout-step-list {
                .nav-link {
                    font-size: 14px;
                }
            }

            .form-row {
                padding: 0 10px 10px;

                .col-md-6 {
                    height: 58px;
                }

                .form-group {
                    margin-bottom: 0;
                }

                .input-group-text.country-code {
                    padding: 10px !important;
                    width: 40px !important;
                }

                .input-group.mb-3 {
                    margin-bottom: 10px !important;
                }

                .barangayDropdownBox {
                    height: 35px;
                }
            }
        }

        .address-area {
            height: 145px;
            padding: 25px 20px !important;

            .selected_address, .address_details {
                font-size: 12px;
                line-height: 15px;
            }

            .address_details {
                padding-right: 8px;
            }

            h6.mb-2 {
                margin-bottom: 5px !important;
                font-size: 14px;
            }

            .is_default {
                top: 335px;
                height: 25px;
                padding: 4px 12px;
                border-radius: 6px;
                font-size: 12px;
            }

            .change-address-btn {
                font-size: 12px;
            }
        }

        .payment-area {
            margin-top: 15px;
            height: 120px;
            padding: 25px 20px !important;

            h5 {
                font-size: 14px;
                margin-bottom: 5px !important;
            }

            h6, p {
                padding-right: 15px;
                font-size: 12px;
            }
        }

        .shop-checkout-payment table {

            td:first-child {
                width: 125px; /* Set your desired width */
                height: 85px;
            }

            h5 {
                font-size: 12px;
            }

            h6 {
                font-size: 12px;
            }

            span {
                color: var(--color-dark);
            }

        }

        .card-header {
            border-radius: 6px 6px 0 0;
            padding: 15px 12px 12px !important;

            h3 {
                font-size: 18px;
                font-weight: 500;
            }
        }

        .card-body {
            padding: 6px 10px 15px !important;

            .bordered-bottom.mb-20, .bordered-bottom {
                margin: 0 0 3px !important;
                border-bottom: none;

                li, span {
                    font-size: 10px;
                }

                h6 {
                    font-size: 12px;
                    font-weight: 700;
                    line-height: 22px;
                }
            }

            .bordered-bottom {
                margin: 0 !important;

                .list-shipping {
                    padding-bottom: 10px !important;
                }
            }

            .shop-checkout-form {
                label {
                    margin-bottom: 0;
                    padding-left: 2px;
                    font-size: 10px;
                }

                input, textarea {
                    border-radius: 6px;
                }

                .form-group {
                    margin-bottom: 5px;
                }

                .form-control {
                    padding: 5px 10px;
                }

                .mobile-input {
                    .input-group-text.country-code {
                        height: 35px;
                        width: 60px !important;
                        padding: 12px 15px !important;
                        border-radius: 8px 0 0 8px;
                    }
                }

                .checkout-btn .next-step-btn {
                    margin: 15px 0 5px;
                    padding: 7px;
                    font-size: 15px !important;
                    border-radius: 6px;
                }
            }

            .shop-checkout-form.cod {
                padding: 20px 5px 30px;

                .form-check {
                    padding-left: 0;

                    label {
                        color: var(--theme-color);
                        font-size: 14px;
                        font-weight: 600;
                    }

                    span {
                        margin-top: 2px;
                        font-size: 11px;
                        font-weight: 500;

                        a {
                            color: var(--theme-color2);
                        }
                    }
                }
            }

            .shop-cart-coupon {
                margin: 0 0 10px;

                .form-control {
                    height: 32px;
                    padding: 8px 65px 8px 8px;
                    border-radius: 6px;
                    font-size: 10px;
                }

                button {
                    padding: 5px 12px;
                    border-radius: 6px;
                    font-size: 10px;
                }
            }

            .shop-cart-total {
                padding: 10px 0;
                display: flex;
                justify-content: space-between;
            }

            .cart-total {
                padding: 10px 0 !important;

                .cart-label, .cart-value {
                    font-size: 14px;
                }
            }

            .checkoutBtn {
                margin-top: 25px !important;

                .checkout-btn {
                    border-radius: 5px;
                    padding: 4px 10px;
                    font-size: 15px;
                    font-weight: 600;
                }
            }
        }

        .address-form-btn-grp {
            .theme-btn {
                margin-top: 15px;
                padding: 8px 18px;
                border-radius: 6px;
                font-size: 12px !important;
            }
        }

        .next-step-btn {
            font-size: 14px;
            border-radius: 5px;
            padding: 5px;
        }
    }

    /* CHECKOUT COMPLETE */
    .twc-checkout-complete.py-120 {
        padding: 20px 0 50px !important;
    }

    .twc-checkout-complete {

        li, p {
            font-size: 12px;
        }

        .col-sm-8, .col-sm-4 {
            padding: 0 6px !important;
        }

        .order-card {
            margin-top: 10px;
        }

        .order-card:first-child {
            margin-top: 0;
        }

        .index-card {
            .card-header {
                padding: 10px;

                .p-2 {
                    padding: 0 !important;
                }

                h2 {
                    font-size: 22px;
                }

                h4 {
                    font-size: 16px;
                    font-weight: 500;
                }
            }

            .order-header {
                padding: 8px;

                .view-order {
                    font-size: 9px;
                }
            }

            .cart-summary {
                padding: 25px 20px 35px !important;

                h1 {
                    font-size: 65px;
                    font-weight: 600;
                    line-height: 55px;
                }

                h3 {
                    font-size: 22px;
                    line-height: 3vh;
                }

                p {
                    font-size: 10px;
                }

                .login-info {
                    width: 320px;

                    .track-order-body {
                        padding: 15px !important;
                        border-radius: 8px;

                        h4 {
                            font-size: 11px;
                            font-weight: 500;
                        }

                        h6 {
                            font-size: 10px;
                            font-weight: 500;
                        }
                    }
                }

            }

            .card-body {
                padding: 10px 8px;

                table {
                    th:nth-of-type(3) {
                        text-align: center;
                    }

                    td {
                        font-weight: 500;
                    }

                    .image-column {
                        width: 0 !important;
                    }

                    .name-column {
                        padding-right: 35px !important;
                    }

                    .quantity-column {
                        width: 20% !important;
                    }

                    th:nth-of-type(4), .price-column {
                        text-align: right !important;
                        padding-right: 10px !important;
                    }

                    .cod-column {
                        text-align: right;
                    }

                    .subtotal-row, th {
                        padding: 10px 5px !important;
                    }

                    .total-row {
                        th {
                            font-size: 12px;
                            font-weight: 600;
                        }
                    }
                }

                .shop-cart-img {
                    width: 60px;
                    height: 60px;
                    align-items: center;
                    align-content: center;
                    background-color: #E1E3EB;

                    img {
                        border-radius: unset;
                        border: none;
                    }
                }

                /* .shop-cart-img a, img {
                    width: 80%;
                } */

                th, td {
                    padding: 5px !important;
                    font-size: 10px;
                }

                .summary-details-row {
                    padding: 10px 0;
                    margin-left: 0;

                    .details-title {
                        padding: 0;
                    }

                    li, p {
                        font-size: 10px;
                    }

                    li {
                        margin-bottom: 8px;
                    }

                    .delivery-details {
                        padding: 0;
                    }
                }

                .address-details {
                    p {
                        padding-bottom: 10px;
                        font-size: 10px;
                        font-weight: 500;
                    }
                }

                .estimated-delivery {
                    p, li {
                        font-size: 10px;
                        font-weight: 500;
                    }

                    p {
                        margin-bottom: 10px;
                    }
                }
            }
        }

        .cont-shop {
            padding: 0;
            margin-top: 15px;
        }
    }

    /* MISC Tablet*/
    .continue-shopping {
        margin-top: 20px !important;

        a {
            border-radius: 5px;
            padding: 6px 14px !important;
            font-size: 12px !important;
            font-weight: 400;
        }
    }

    #scroll-top {
        right: 15px; /* Move the button to the left of the screen */
        font-size: 15px;
        width: 35px;
        height: 35px;
        line-height: 36px;

        span {
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            right: -8px;
            top: -8px;
        }
    }

    #scroll-top.active {
        bottom: 5px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* MISC */

    .bt2-m {
        border-top: 2px solid var(--border-info-color);
    }

    .pt-20 {
        padding-top: 5px;
    }

    .pt-80, .pt-90, .pt-100 {
        padding-top: 20px;
    }

    .py-100 {
        padding: 20px 0 50px !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobile-only {
        display: flex !important;
        align-items: center;
        justify-content: right;

        .header-top-list {
            display: flex;

            .login {
                display: flex;
                align-items: center;
            }

            .social {
                padding-left: 10px;

                .header-top-social {
                    display: inline;
                }
            }

            .login, .social {
                a, span {
                    font-size: 12px;
                }
            }
        }
    }

    .mobile-only.cart-items {
        display: block !important;
    }

    /* HEADER */
    .header {
        .main-navigation {
            .navigation-col {
                display: none;

                .mobile-menu-right {
                    display: flex !important;
                }
            }

            .toggler {
                padding: 0;

                .navbar-toggler-icon {
                    width: 35px;
                    height: 35px;
                }
            }

            .navbar-column {
                padding: 0;

                .navbar-collapse {
                    padding: 0;

                    .become-seller {
                        color: var(--color-white);
                        padding: 5px;
                    }
                }
            }

            .navbar-nav {
                .dropdown {
                    .header-list {
                        display: flex;
                        flex-direction: row;
                        justify-content: end;
                        list-style: none;

                        .nav-item:last-child {
                            margin-right: 0;
                        }

                        .nav-link {
                            display: inline-block;
                        }
                    }
                }
            }

            .nav-right {
                display: none;
            }
        }
    }

    .border-top {
        border: none !important;
    }

    .twc-category-slider {
        width: 296px;
        height: 100px;
        margin: 0 auto;

        .owl-item {
            width: 98px;
        }
    }

    .hero-section3 {
        padding: 0 3px;
        margin: 0 auto;
    }

    .twc-category-slider {
        .content {
            text-align: center !important;

            h4 {
                font-size: 10px !important;
            }
        }
    }

    .product-area {
        .index-card {
            padding: 0 15px;

            .product-body.carousel-body {
                padding: 18px !important;
                height: 100%;

                .owl-carousel {
                    display: flex;
                    justify-content: center;

                    .owl-stage-outer {
                        width: 350px;

                        .owl-item.active {
                            /*width: 120px!important;*/
                        }

                        .owl-item {
                            .product-item {
                                width: 100% !important;

                                .product-content {
                                    h3 {
                                        text-overflow: ellipsis;
                                        overflow: hidden;
                                    }
                                }

                                .product-button {
                                    button {
                                        padding: 3px 10px;
                                        border-radius: 5px;
                                        font-size: 13px;
                                        font-weight: 700;
                                    }

                                    .btn-secondary {
                                        padding: 3px 10px;
                                    }
                                }
                            }
                        }
                    }

                }
            }

            .product-body {
                .product-item {
                    .product-img {
                        max-height: 42vw !important;
                        max-width: 42vw !important;
                    }

                    .product-content {
                        h3 {
                            text-overflow: ellipsis;
                            overflow: hidden;
                        }
                    }

                    .product-button {
                        button {
                            padding: 3px 10px;
                            border-radius: 6px;
                            font-size: 13px;
                            font-weight: 700;
                        }

                        .btn-secondary {
                            padding: 3px 10px;
                        }
                    }
                }
            }
        }
    }

    .twc-big-banner {
        /*width: 320px;*/
        margin: 0 auto;

        .banner-wrap {
            height: 14vh;
            border-radius: 12px;
        }
    }

    .index-deal-area2 {
        margin: 20px 0 10px !important;
        padding: 0 3px;

        .deal-img {
            background-color: var(--color-white);
            border-radius: 12px 12px 0 0;

            img {
                /*width: 296px;*/
                /*height: 200px;*/
                /*margin: 0 auto;*/
                object-fit: cover;
            }
        }

        .deal-content {
            /*height: 62vw;*/
            height: auto;
            margin-bottom: 30px;
            border-radius: 0 0 12px 12px;
            padding: 30px 20px;
            width: 100%;
            align-content: center;
            display: flex;
            align-items: center;
            justify-content: center;

            h2 {
                font-size: 26px;
                line-height: 0;
            }

            h1 {
                font-size: 44px;
                line-height: 65px;
            }

            h3 {
                font-size: 20px;
                line-height: 12px;
            }

            p {
                font-size: 12px;
                margin-top: 15px;
            }

            .deal-btn {
                a {
                    font-size: 16px;
                }
            }

        }
    }

    .index-card {
        /*max-width: 320px;*/

        .product-body {
            width: 100%;
            padding: 15px 10px;
            align-self: center;
            display: flex;

            .product-column:nth-child(3), .product-column:nth-child(4) {
                display: none;
            }

            .row {
                margin: auto;
                justify-content: center;
                display: inline-flex;

                .product-column {
                    padding: 0 8px;

                    .product-item {
                        max-width: 100%;
                        place-content: center;

                        .product-img {
                            max-width: 42vw !important;
                            max-height: 42vw !important;
                        }

                        .product-content {
                            width: 120px;
                        }

                        .product-button {
                            width: 100%;

                            button {
                                font-size: 12px;
                            }
                        }
                    }
                }
            }

        }

        .bottom-list {
            .product-column:nth-child(3) {
                display: none;
            }
        }
    }

    .product-list {
        margin-bottom: 20px !important;

        .product-list-column {
            .product-list-box {
                margin-bottom: 20px;

                .card-header {
                    padding: 8px 10px;

                    .site-title {
                        margin: 0;
                        font-size: 13px;
                    }
                }

                .bottom-list {
                    height: 310px;
                    padding: 18px 24px !important;

                    .product-column {
                        padding: 0 6px;
                        width: 132px;

                        .product-list-item {
                            width: 120px;
                            display: block;

                            .product-list-img {
                                align-content: center;
                                max-height: 120px;
                                width: 120px;
                                height: 120px;
                                background-color: #E1E4EB;
                                border: unset;

                                a {
                                    img {
                                        width: 100%;
                                        height: 100%
                                    }
                                }
                            }

                            .product-list-content {
                                margin-top: 5px;

                                button {
                                    padding: 3px 10px;
                                    border-radius: 5px;
                                    font-size: 13px;
                                    font-weight: 700;
                                }
                            }

                        }
                    }

                    .view-all {
                        margin-top: 120px;
                    }
                }
            }
        }

        .product-list-column:last-child {
            margin-bottom: 0;
        }
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }

    .nav-link.dropdown-toggle {
        margin-right: 0 !important;
    }

    .footer-area {
        h4 {
            font-size: 14px;
        }

        p, a, i, li {
            font-size: 12px;
        }

        .footer-widget-box {
            margin-bottom: 25px;
        }

        .footer-logo {
            width: 150px !important;

            img {
                margin: 5px !important;
            }
        }

        .copyright-text {
            text-align: center;
            font-size: 12px;

        }

        .footer-contact li i {
            width: 25px;
            min-width: 25px;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
        }

        .footer-email {
            font-size: 12px;
        }
    }

    /* SHOP MOBILE */
    .shop-page.py-100 {
        padding: 15px 0 50px !important
    }

    .shop-page {
        min-height: 85vh;

        .shop-sort {
            margin-bottom: 5px;

            .shop-sort-box {
                flex-direction: row;
                width: 100%;
                margin-bottom: 20px;

                .shop-sorty-label, .nice-select, .shop-sort-show {
                    font-size: 9px;
                }

                .shop-category-dropdown, .shop-category-select, .shop-sort-products {
                    width: 90px;
                    height: 23px;
                    border: 1px solid var(--border-info-color);
                    border-radius: 5px;
                    font-size: 7px;

                    option {
                        width: 90px;
                        font-size: 10px;
                    }
                }

                .shop-category-dropdown {
                    width: 80px;
                }

                .shop-sort-products {
                    width: 60px;
                    margin-left: 40px;
                }

                .nice-select {
                    width: 90px;
                    height: 23px;
                    padding: 0 4px;
                    border-radius: 6px;
                    font-size: 7px;

                    .option {
                        padding-left: 7px;
                    }

                    .mobile-only {
                        display: block !important;
                    }
                }
            }
        }

        #products-grid {
            .products-column {
                margin-bottom: 2vh;
            }

            .product-item {
                .product-img.grid-type {
                    max-width: 42vw !important;
                    max-height: 42vw !important;
                }

                .product-content {
                    .product-title {
                        height: 30px !important;
                    }

                    .product-button {
                        button {
                            margin-top: 5px !important;
                            font-size: 14px !important;
                            padding: 3px 10px !important;
                        }

                        .btn-secondary {
                            padding: 2px 10px !important;
                        }
                    }
                }
            }
        }
    }

    /* PRODUCT DETAIL PAGE MOBILE */
    .product-detail-page.py-100 {
        padding: 15px 0 30px !important;
    }

    .product-detail-page {
        .shop-single-gallery {
            .flexslider-thumbnails {
                .flex-viewport {
                    border-radius: 0;

                    .slides li {
                        display: flex !important;
                        background-color: #E1E3EB;
                        justify-content: center;
                        align-items: center;
                        height: 296px;
                    }
                }

                .flex-control-thumbs li {
                    display: flex !important;
                    background-color: #E1E3EB;
                    justify-content: center;
                    align-items: center;

                    img {
                        border-radius: 0;
                        border: unset;
                        padding: 0;
                    }
                }
            }
        }

        .shop-single-info {
            margin-top: 15px;

            .shop-single-rating {
                margin-top: 10px;
            }

            .shop-single-cs {
                .my20 {
                    margin: 0 !important;

                    button {
                        width: 100%;
                        padding: 6px;
                        font-size: 16px;
                    }
                }

                .social-opt {
                    border-top: unset;

                    .mt-3 {
                        margin-top: 10px !important;
                    }

                    .shop-single-share a {
                        padding: 0 6px;
                        font-size: 12px;
                    }
                }
            }
        }

        .shop-single-details {
            margin-top: 50px;

            .nav-tabs {
                button {
                    border-radius: 5px 5px 0 0;
                    padding: 5px 20px 2px;
                    font-size: 11px;
                }
            }

            .shop-single-desc {
                padding: 20px;

                p {
                    font-size: 11px !important;
                    line-height: 14px;
                }

                h6 {
                    font-size: 12px !important;
                }

            }

            .tab-content {
                .tab-pane {
                    border-radius: 0 0 10px 10px;
                }
            }

            .shop-single-review {
                padding: 0;

                .blog-comments {
                    margin-bottom: 0;
                    padding: 0;

                    .blog-comments-wrapper {
                        margin: 0;

                        .blog-comments-single:last-of-type {
                            margin-bottom: 0 !important;
                        }

                        .blog-comments-single {
                            margin: 0 !important;
                            padding: 15px 20px;
                            flex-direction: unset !important;
                            box-shadow: none;
                            text-align: left;

                            img {
                                margin: 0;
                                width: 85px;
                                height: 85px;
                            }

                            .blog-comments-content {
                                .star-rating {
                                    font-size: 12px !important;

                                    i {
                                        margin-right: 0;
                                    }
                                }

                                h5 {
                                    margin-top: 10px;
                                    font-size: 12px !important;
                                }

                                p {
                                    font-size: 10px !important;
                                    line-height: 12px;
                                }

                                span {
                                    position: absolute;
                                    margin-top: 2px;
                                    font-size: 9px !important;
                                }
                            }
                        }

                        .review-rating {
                            position: relative;

                            span {
                                font-size: 8px;
                            }
                        }
                    }
                }
            }

            .blog-comments-form {
                margin-top: 10px;

                .form-group {
                    margin-bottom: 10px;

                    .form-control {
                        border-radius: 5px;
                        padding: 5px 10px;
                    }

                    .form-select {
                        height: 40px;
                        width: 200px;
                        text-align: left;
                        text-align-last: left;
                        font-size: 14px;
                    }
                }

                h4.mb-4 {
                    margin-bottom: 10px !important;
                    padding-left: 3px;
                    font-size: 15px;
                    font-weight: 600;
                }

                h4, p {
                    font-size: 14px;
                }

                button {
                    border-radius: 5px;
                    padding: 5px 16px !important;
                    font-size: 10px !important;
                }
            }
        }

        .product-area.pt-80 {
            padding-top: 0 !important;

            .card-header {
                padding: 8px 12px;

                .site-title {
                    font-size: 16px;
                }

                .theme-btn {
                    font-size: 8px;
                }
            }

        }
    }

    /* CART PAGE */
    .cart-page.py-100 {
        padding: 15px 0 50px !important;
    }

    .cart-page, .twc-checkout {
        min-height: 83vh;


        p, p.address-details {
            font-size: 12px;
            font-weight: 500;
            line-height: 15px;
        }


        .col-sm-8.mb-20 {
            margin-bottom: 10px !important;
        }

        .shop-checkout-step {
            padding: 0;

            .checkout-step-list.mb-3 {
                margin-bottom: 5px !important;
            }

            .checkout-step-list {
                .nav-link {
                    font-size: 13px;
                    padding: 30px 7px 7px;

                    .step-count {
                        position: absolute;
                        width: 22px;
                        height: 22px;
                        line-height: 22px;
                        top: -7px;
                    }
                }
            }

            .tab-content {
                input {
                    height: 15px !important;
                    font-size: 15px;
                }

                .payment-form {
                    hr {
                        margin: 8px auto;
                    }

                    .form-check {
                        display: flow;

                        .form-check-label {
                            display: flex;
                            align-items: center;
                            color: var(--color-dark);

                            .payment-icon {
                                height: 35px !important;
                                margin: 0 5px 0 10px;
                            }
                        }
                    }

                }

                .shop-checkout-form.cod {
                    padding: 20px 15px 10px;

                    .form-check {
                        padding-left: 0;
                        margin-bottom: 0;

                        .form-check-label {
                            margin-left: 0;
                            margin-bottom: 0;
                            padding-right: 10px;
                            color: var(--theme-color);
                            font-size: 12px;
                            font-weight: 600;

                            span {
                                font-weight: 500;

                                a {
                                    color: var(--theme-color2);
                                }
                            }
                        }
                    }

                }
            }
        }

        .shop-checkout-form {
            .mpx {
                padding: 0 10px !important;
            }

            .form-row {
                height: 470px;
                padding: 10px;
                border-radius: 10px;

                .mb10 {
                    margin-bottom: 3px !important;
                }

                .form-group {
                    height: 50px;

                    label {
                        display: block;
                        padding-left: 3px;
                        margin-bottom: 0;
                    }

                    .mobile-input {
                        .input-group-text.country-code {
                            width: 35px !important;
                            padding: 10px 10px !important;
                        }
                    }
                }

                .input-group-area, .address-line2, .postal-line, .notes-line {
                    margin-top: 5px;
                }

                .input-group.mb-3 {
                    margin-bottom: 8px !important;

                    .input-group-text {
                        width: 60px !important;
                        padding: 10px !important;
                    }
                }

            }

            .address-form-btn-grp {
                display: none !important;

                a, button {
                    border-radius: 5px !important;
                    padding: 7px 10px;
                }

                button {
                    right: 0;
                    padding: 7px 35px;
                }
            }
        }

        .card-header {

            border-radius: 8px 8px 0 0;

            h3 {
                font-size: 14px;
                font-weight: 600;
            }

            h4 {
                font-weight: 600;
            }
        }

        .card-header.p20 {
            padding: 8px 10px !important;
        }

        .card-body {
            padding: 12px 10px;

            .cart-items {
                .mobile-product {
                    margin-top: 10px;
                    padding-bottom: 10px;

                    .shop-cart-img {
                        height: 100px;
                        width: 100px;
                        align-content: center;
                        margin-right: 5px;
                        background-color: #E1E3EB;

                        img {
                            border-radius: 0;
                            border: none;
                        }
                    }

                    .shop-cart-product-info {
                        width: 150px;
                        padding: 0 10px;

                        h6 {
                            font-size: 11px;
                            font-weight: 600;
                        }

                        span {
                            font-size: 12px;
                        }

                        .shop-cart-name {
                            font-size: 12px;
                            margin-top: 5px;
                            margin-bottom: 10px;

                            a {
                                line-height: 12px;
                            }
                        }

                        .shop-cart-qty {
                            margin: 10px 0 15px;

                            button {
                                width: 20px;
                                height: 20px;
                                line-height: 20px;
                                font-size: 12px;
                            }

                            input {
                                width: 20px;
                                font-size: 12px;
                            }
                        }

                        .shop-cart-subtotal {
                            padding-top: 0;
                        }
                    }

                    .shop-cart-remove {
                        margin-top: 40px;
                        width: 20px;
                        height: 20px;
                        line-height: 20px;
                        font-size: 14px;
                    }
                }

                .mobile-product:first-child {
                    margin-top: 0;
                }

                .mobile-product.bb:last-child {
                    border-bottom: none;
                    padding-bottom: 0;
                }
            }
        }

        .shop-cart-summary.user-logged {
            margin-top: 15px;
            background-color: var(--color-white);
        }

        .shop-cart-summary {
            border: none;

            .card-header {
                padding: 10px !important;

                h3 {
                    font-size: 16px;
                }
            }

            .bordered-bottom {
                border-bottom: unset;

                h6 {
                    font-size: 12px !important;
                    font-weight: 700 !important;
                    line-height: 10px !important;
                }

                li, span {
                    font-size: 12px !important;
                    font-weight: 500 !important;
                }

                .shop-cart-coupon {
                    margin: 5px 0;

                    .form-control {
                        padding: 9px 75px 9px 10px;
                        border-radius: 6px !important;
                        font-size: 10px;
                        height: 30px !important;
                    }

                    .form-control::placeholder {
                        color: var(--border-info-color3);
                        font-size: 8px;
                        font-weight: 500;
                    }

                    .custom-btn-1 {
                        font-size: 11px;
                        padding: 3px 12px;
                        border-radius: 6px;
                        position: absolute;
                        top: 4px;
                    }
                }

                .list-shipping {
                    padding-bottom: 4px !important;
                }

                .shop-cart-total {
                    padding: 10px 0;
                }
            }

            .bordered-bottom.mb-20 {
                margin-bottom: 10px;
                border-bottom: none;
            }

            .card-body {
                ul {
                    margin-top: 0;
                }

                strong, span {
                    font-size: 12px;
                }

                .cart-total.mt-3 {
                    margin-top: 5px !important;
                    padding: 10px 0 3px !important;

                    span {
                        font-size: 13px;
                        font-weight: 800;
                    }
                }

            }

            .shop-cart-total {
                h4 {
                    font-size: 12px;
                    font-weight: 900;
                }
            }

            .checkout-btn.mt-20, .shop-checkout-form.mt-20 {
                margin: 5px 0 10px;

                a, .theme-btn.checkout-btn {
                    border-radius: 8px;
                }
            }

            .shop-checkout-form.mt-20 {
                margin: 0 !important;

                .theme-btn.checkout-btn {
                    border-radius: 5px !important;
                }
            }
        }

        .address-area {
            height: 130px;
            padding: 15px 10px !important;

            .selected_address {
                p, b {
                    color: var(--color-dark);
                    font-weight: 500;
                }
            }

            .address_details {
                padding-right: 8px;
            }

            h6.mb-2 {
                margin-bottom: 0 !important;
                font-size: 14px;
                font-weight: 700;
            }

            .is_default {
                height: 22px;
                padding: 1px 12px;
                position: absolute;
                top: 180px;
                z-index: 10;
                color: var(--theme-color);
                border: 1px solid var(--theme-color);
                border-radius: 6px;
                font-size: 12px;
                font-weight: 500;
            }

            .change-address-btn {
                font-size: 12px;
                font-weight: 500;
            }
        }

        .payment-area {
            margin-top: 15px;
            border: 1px solid var(--border-info-color);
            padding: 15px;

            h5 {
                font-size: 14px;
                font-weight: 700;
                margin-bottom: 0 !important;
            }

            h6, p {
                padding-right: 15px;
                font-size: 12px;
                font-weight: 500;
            }
        }

        .shop-checkout-payment table {

            .nav-link {
                padding: 2px 5px 2px 14px;
            }

            td:first-child {
                width: 100px; /* Set your desired width */
            }

            h5 {
                font-size: 10px;
            }

            h6 {
                font-size: 9px;
            }

            span {
                color: var(--color-dark);
            }

        }

        .bottom-space {
            height: 50px;
        }

        .dummy-submit {
            a, button {
                margin-top: 20px;
                font-size: 10px;
                border-radius: 5px !important;
                padding: 7px 10px;
            }

            a {
                right: 53px;
            }

            button {
                right: 0;
                padding: 7px 35px;
            }
        }
    }

    /* CHECKOUT COMPLETE */
    .twc-checkout-complete.py-120 {
        padding: 15px 0 30px !important;
    }

    .twc-checkout-complete {
        .col-sm-8, .col-sm-4 {
            padding: 12px !important;
        }

        .row.mt-20 {
            margin-top: 15px;
        }

        .order-completed-card {
            h2 {
                font-size: 22px;
            }
        }

        .delivery-card {
            margin-top: 15px;

            .delivery-header {
                h4 {
                    font-size: 17px;
                    font-weight: 500;
                }
            }

            .address-list {
                li {
                    margin-bottom: 10px;
                }
            }

            p {
                font-weight: 500;
                line-height: 14px;
                padding-bottom: 10px;
            }
        }

        .index-card {
            .cart-summary {
                padding: 15px 30px 20px !important;

                h1 {
                    font-size: 42px;
                    font-weight: 600;
                    line-height: 45px;
                }

                h3 {
                    font-size: 14px;
                    font-weight: 800;
                    line-height: 2vh;
                }

                p {
                    font-size: 12px;
                    font-weight: 500;
                    line-height: 15px;
                }

                .login-info {
                    width: 210px;
                    margin-top: 15px;

                    .track-order-body {
                        padding: 10px !important;
                        border-radius: 10px;

                        h4 {
                            font-size: 10px;
                            font-weight: 500;
                        }

                        h6 {
                            font-size: 9px;
                            font-weight: 500;
                        }
                    }
                }
            }

            .order-header {
                padding: 6px 10px;

                h4 {
                    font-size: 14px;
                    font-weight: 600;
                }

                .p-2 {
                    padding: 0 !important;
                    margin: 6px 0 0;
                }

                .view-order {
                    a {
                        border-radius: 5px;
                        padding: 2px 4px;
                        font-size: 10px;
                    }
                }
            }

            .checkout-complete {
                .mobile-only {
                    display: block !important;
                }

                padding: 20px 10px 10px;

                .checkout-items {
                    .mobile-product {
                        margin-bottom: 15px;

                        .shop-cart-img {
                            width: 95px;
                            height: 95px;
                            align-content: center;
                            background-color: #E1E3EB;

                            img {
                                border-radius: unset !important;
                                border: unset;
                            }
                        }

                        .shop-cart-product-info {
                            width: 174px;
                            padding-left: 15px;

                            h6 {
                                font-size: 10px;
                                font-weight: 500;
                            }

                            h5 {
                                font-size: 11px;
                                font-weight: 500;

                                span {
                                    float: right;
                                }
                            }
                        }
                    }
                }

                .checkout-payment {
                    h5 {
                        padding: 8px 0;
                        font-size: 11px;
                        font-weight: 500;

                        span {
                            float: right;
                        }
                    }

                    h4 {
                        padding-top: 8px;
                        font-size: 12px;
                        font-weight: 700;

                        span {
                            float: right;
                        }
                    }
                }
            }
        }
    }

    /* MISC */
    .continue-shopping {
        margin: 30px auto 0 12px;
        justify-content: left !important;

        a {
            font-size: 12px;
            border-radius: 5px;
            padding: 5px 12px;
        }
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .mobile-width {
        width: 100vw;
        margin: 0 auto;
    }

    .index-card {
        .card-header {
            .header-group {
                line-height: 15px;

                .p-2 {
                    padding: 3px 8px !important;

                    .site-title {
                        font-size: 12px;
                    }

                    .theme-btn {
                        padding: 1px 4px;
                        font-size: 8px;
                    }
                }
            }
        }

        .product-body {
            .product-column:nth-child(3), .product-column:nth-child(4) {
                display: none;
            }

            .product-column {
                .product-item {
                    .product-img {
                        max-width: 42vw;
                        max-height: 42vw;
                    }

                    .product-content {
                        width: 100%;
                    }

                    .product-button {
                        width: 100%;

                        button {
                            font-size: 12px;
                        }
                    }
                }
            }
        }

        .bottom-list {
            .product-column:nth-child(3) {
                display: none;
            }
        }
    }
}



