#empty-cart-page-container,
#cart-page-container {
    display: none;
}

.page-not-found .page-container {
    display: flex;
    justify-content: center;
}

.shop-page,
.product-page,
.card-page,
.additional-website-page,
.search-page {
    padding-top: calc(25px + (75 - 85) * ((100vw - 320px) / (1920 - 320)));
}

.filter-option-grid img {
    width: 24px;
    color: #FFF;
}

.view-product .product-detail-box .product-option .btn-group,
.view-product .product-detail-box .product-option .cus-product-variant-list-container {
    width: 65%;
}

.cus-mt-2 {
    margin-top: 2rem;
}

.range-slider .slider .progress {
    left: 0%;
    right: 0%;
}

.swal2-close:focus {
    outline: none;
    box-shadow: unset;
}

.swal2-html-container {
    overflow: unset;
}

.card-page .items-list {
    max-height: unset;
    overflow-y: unset;
}

.cus-cart-del-btn {
    cursor: pointer;
    border: 1px solid #dc3545;
    color: #dc3545;
    padding: 5px 10px;
    border-radius: 5px;
}

.modal.login-modal .modal-dialog {
    max-width: 425px;
}

.login-modal .modal-dialog .close-modal {
    position: absolute;
    right: calc(-15px + (0 + 35) * ((100vw - 767px) / (1920 - 767)));
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cus-login-modal-body.page-body .content-box {
    padding: 0;
}

.cus-login-modal-container {}

.cus-login-modal-container .login-modal-business-logo {
    width: calc(120px + (115 - 75) * ((100vw - 320px) / (1920 - 320)));
    height: 90px;
    object-fit: contain;
}

.cus-login-modal-container h5 {
    display: inline-block;
    font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    font-family: "Montserrat",
        sans-serif;
    line-height: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
    color: #262834;
    position: relative;
}

#cus-login-otp-box {
    display: none;
}

.cus-sidebar-bottom-logout {
    display: none;
}

.payment-section .accordion .accordion-item .accordion-body .input-box label {
    color: #000;
    font-weight: 600;
}

.payment-section .accordion .accordion-item .accordion-body .input-box input {
    border-radius: 0;
    border: 1px solid var(--theme-color);
    padding: 8px;
}

.accordion .accordion-item {
    border-color: var(--theme-color);
}

.payment-section .accordion .accordion-item .accordion-body .input-box input::placeholder {
    /* color: var(--theme-color); */
}


.blog-box.blog-list.cus-order-list .content-box {
    width: 100%;
}


.cus-orders-list {
    background-color: #f7f7f7;
    padding: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 5px;
}

.cus-orders-list .order-content .order-box {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 0.4);
    cursor: pointer;
}

.cus-orders-list .order-content .order-box:not(:first-of-type) {
    margin-top: 20px;
}

.cus-orders-list .order-content .order-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.cus-orders-list .order-content .order-header .order-header-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 2;
}

.cus-orders-list .order-content .order-header .order-header-left span {
    width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
}

.cus-orders-list .order-content .order-header .order-header-left span::after {
    content: "";
    background-color: var(--theme-color);
    position: absolute;
    opacity: 0.08;
    inset: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.cus-orders-list .order-content .order-header .order-header-left span svg {
    width: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)));
    stroke: var(--theme-color);
}

.cus-orders-list .order-content .order-header .order-header-right .cus-order-invoice-print-btn {}

.cus-order-invoice-print-btn span {
    margin-left: 5px;
}

.cus-orders-list .order-content .order-header .order-content {
    width: calc(100% - 50px);
}

.cus-orders-list .order-content .order-header .order-content .order-status {
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #262834;
    font-weight: 500;
    margin-bottom: 2px;
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    width: 100px;
}

.cus-orders-list .order-content .order-header .order-content .order-status.success {
    color: var(--theme-color);
}

.cus-orders-list .order-content .order-header .order-content p {
    margin-bottom: 0;
    color: #767676;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.cus-orders-list .order-content .order-info {
    padding: 20px;
    margin-top: 20px;
    background-color: #fafafa;
}

.cus-orders-list .product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.cus-orders-list .order-content .order-info .product-details {
    cursor: pointer;
}

.cus-orders-list .product-details .product-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cus-empty-order-img img {
    width: 30% !important;
}

.success-icon {
    padding: calc(5px + (60 - 38) * ((100vw - 320px) / (1920 - 320))) 20px;
    background-color: #f7f7f7;
}

.faq-bread .banner {
    padding: 30px 0;
}

.footer-document .sub-footer {
    padding: 15px 5%;
    background: #FFF;
}

#cus-beeunicorn-powered-by {
    color: #a9a9a9;
    font-weight: 600;
    padding-top: 10px;
    text-align: center;
}

#cus-beeunicorn-powered-by a {
    /* border-bottom: 1px dashed; */
    color: #a9a9a9;
}

#coupon_code_field {
    width: 85%;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    padding: 5px 10px;
    margin-top: 0px;
    border-radius: 5px;
    border: 1px solid;
    border: 1px solid var(--theme-color);
    background-color: #fff;
}

#coupon_code_option_toggle .cus_coupon_code_icon img {
    width: calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
    height: calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));
}

#coupon_code_list .cus-coupon-code-list-line-1,
#coupon_code_list .cus-coupon-code-list-line-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.cus-coupon-code-value {
    border: 2px dashed var(--theme-color) !important;
    padding: 0 0.5rem;
    color: var(--theme-color);
}

.cus-coupon-code-btn {
    text-decoration: underline;
}

#coupon_code_list .cus-coupon-code-list-ind {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

#coupon_code_list .cus-coupon-code-list-ind:last-child {
    border-bottom: unset;
}

#cus-cart-page-coupon-container,
#cus-cart-page-gst-container {
    display: none;
}

.catagories-section .catagories a .img-wrap {

    margin: unset;
    width: initial;
}

.catagories-section .catagories a .btn-box {
    margin-top: 10px;
}

.catagories-section .catagories {
    padding: calc(15px + (10 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.catagories-section .catagories:hover .btn-box .btn-special,
.catagories-section .catagories>a:active .btn-box .btn-special {
    bottom: -5px;
}

.catagories-section .catagories a .img-wrap img {
    max-height: unset;
    height: 200px;
}

.product-card {
    border: 1px solid #e8e8e8;
}

.product-card .content-box {
    padding: 10px;
}

.product-card .img-box .rating {
    background: rgba(240, 80, 77, 0.85);
    left: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320)));
    bottom: unset;
    padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320))) 0;
    top: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320)));
}

.product-card .img-box .rating span:first-of-type {
    border-right: unset;
    color: #FFF;
}

/* 
.home-slider .swiper-wrapper {
    height: 450px !important;
} */

.cus-home-page-product-sliders {
    padding-top: calc(45px + (55 - 45) * ((100vw - 320px) / (1920 - 320)));
}

.cus-product-details-inactive-variant {
    pointer-events: none;
    background-color: #767676 !important;
    color: #FFF;
    text-decoration: line-through
}

ul.product-details-social-share-btn-group {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

ul.product-details-social-share-btn-group img {
    width: 30px;
}

ul.product-details-social-share-btn-group .cus-social-share-btn {
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.cus-whatsapp-float-btn {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 100;
}

.cus-whatsapp-float-btn span {
    background: rgba(0, 0, 0, 0.8);
    color: #FFFF;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
}

.cus-whatsapp-float-btn img {
    width: 45px;
    height: 45px;
}

.breadcrumb-wrap .banner {
    padding: calc(25px + (15 - 30) * ((100vw - 320px) / (1920 - 320))) 0;
}

.size-list li {
    width: calc(60px + (45 - 15) * ((100vw - 320px) / (1920 - 320)));
}

#cus-home-owl-slider .banner img {
    height: 500px;
}

#cus-home-owl-slider .banner .content-box {
    width: calc(25px + (773 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: calc(70px + (20 - 70) * ((100vw - 320px) / (1920 - 320)));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cus-customer-forms .select-dropdown {
    padding: 6px calc(6px + (15 - 6) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid var(--theme-color);
    border-radius: 0px;
}

.cus-customer-forms .select-dropdown svg {
    stroke: var(--theme-color);
}

.cus-cart-page-login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.header-common .nav-wrap .navigation .logo {
    width: calc(75px + (115 - 75) * ((100vw - 320px) / (1920 - 320)));
    height: 75px;
    object-fit: contain;
}

.user-dashboard .tab-wrap .right-content .option-wrap>div {
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

.user-dashboard .tab-wrap .right-content .option-wrap>div:nth-child(n+4) {
    border-right: unset !important;
}

.cus-customer-forms.form-pill .input-box input {
    border-radius: unset;
    text-align: left;
    padding: 10px 8px;
    border: 1px solid var(--theme-color);
}

.address-wrap .address-box .address-detail {
    padding: 0 5px;
}

.cus-biger-heading {
    font-size: calc(24px + (20 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
}

.cus-coming-soon-feature-section {
    pointer-events: none;
}

.cus-coming-soon-feature-section span {
    position: relative;
    left: 35%;
    top: 35%;
    background: rgba(15, 143, 172, 1);
    padding: 0 10px;
    color: #FFF;
}

.cus-coming-soon-feature-section .cus-coming-soon-feature {
    opacity: 0.2;
}

.cus-customer-forms.form-pill .input-box input:disabled {
    background: #dddddd;
}

.footer-document .main-footer .content-box ul li {
    color: #FFF;
}

.address-content .steps-wrap .follow-wrap {
    text-align: center;
}

.address-content .steps-wrap .follow-wrap ul li {
    margin-left: 10px;
}

.address-content .steps-wrap .follow-wrap ul li img {
    width: 35px;
    height: 35px;
}

#cus-dynamic-more-menu {
    display: none;
}

.navbar.navbar-expand-xl .navbar-nav .nav-link {
    width: max-content;
}

.navbar.navbar-expand-xl .navbar-nav {
    gap: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}

#cus-common-theme-main-menu {
    margin-left: 20px;
}

.plus-minus input {
    width: 50px;
}

.footer-document .main-footer .content-box ul li .nav:hover,
.footer-document .main-footer .content-box ul li .nav:hover span {
    color: #FFF;
    text-decoration: underline;
}

#search-page-result-container .product-card .img-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media only screen and (max-width: 575px) {

    .modal.login-modal .modal-dialog {
        max-width: 100%;
    }

    .view-product .product-detail-box .product-option .btn-group,
    .view-product .product-detail-box .product-option .cus-product-variant-list-container {
        width: 100%;
    }

    .notification-wrap {
        top: unset;
        bottom: -20%;
        right: 30%;
    }

    .notification-wrap.show {
        top: unset;
        bottom: 10%;
    }

    .mobile-menu-footer ul li a .notification-label {
        position: absolute;
        top: -10px;
        right: 15px;
        width: 20px;
        height: 22px;
        border-radius: 100%;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff !important;
        background-color: var(--theme-color);
    }

    .cus-cart-del-btn {
        border: 1px solid #dc3545;
        color: #dc3545;
        padding: 5px 10px;
        border-radius: 5px;
        margin-top: 5px;
    }

    .cus-sidebar-bottom-logout {
        display: block;
        position: absolute;
        bottom: 10px;
    }

    .footer-document .sub-footer {
        margin-bottom: 5%;
    }

    .cus-whatsapp-float-btn {
        bottom: 90px;
        right: 15px;
    }

    .catagories-section .catagories a .img-wrap img {
        max-height: unset;
        height: 100px;
    }

    #cus-home-owl-slider .banner img {
        height: 175px;
    }

    #cus-home-owl-slider .banner .content-box {
        width: calc(284px + (613 - 284) * ((100vw - 320px) / (1920 - 320)));
        bottom: calc(18px + (148 - 18) * ((100vw - 320px) / (1920 - 320)));
    }

    .cus-orders-list .order-content .order-header .order-header-right .cus-order-invoice-print-btn span {
        display: none;
    }

    .cus-orders-list .order-content .order-header .order-header-right .cus-order-invoice-print-btn svg {
        width: 20px;
        height: 20px;
    }

    .header-common .nav-wrap .navigation .logo {
        width: calc(75px + (115 - 75) * ((100vw - 320px) / (1920 - 320)));
        height: 60px;
        object-fit: contain;
    }

    .cus-login-modal-container .login-modal-business-logo {
        width: calc(120px + (115 - 75) * ((100vw - 320px) / (1920 - 320)));
        height: 75px;
        object-fit: contain;
    }

    .user-dashboard .tab-wrap .right-content .option-wrap>div:nth-child(even) {
        border-right: unset !important;
    }

    .cus-coming-soon-feature-section span {
        position: relative;
        left: 30%;
        top: 35%;
        background: rgba(15, 143, 172, 1);
        padding: 0 10px;
        color: #FFF;
    }
}

@media only screen and (max-width: 475px) {
    .view-product .product-detail-box .product-option .option-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .service-section .row>div {
        width: inherit;
    }


}

.product-card .content-box del,
.view-product .product-detail-box .product-option .price del,
.cus-price-strike {
    color: #a3a3a3;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #FFF !important;
}

.cus-cursor-pointer {
    cursor: pointer;
}

.cus-price-strike {
    text-decoration: line-through;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}