/* Style for plus and minus buttons */
.plus-btn,
.minus-btn {
    display: inline-block;
    width: 30px;
    /* Adjust width as needed */
    height: 30px;
    /* Adjust height as needed */
    background-color: #ccccff;
    /* Button background color */
    border: none;
    /* Remove button border */
    border-radius: 50%;
    /* Make button circular */
    color: #181010;
    /* Button text color */
    font-size: 16px;
    /* Font size of button text */
    cursor: pointer;
    /* Change cursor to pointer on hover */
}

/* Style for plus button */
.plus-btn {
    margin-right: 10px;
    /* Adjust spacing between buttons */
}

/* Style for minus button */
.minus-btn {
    margin-left: 10px;
    /* Adjust spacing between buttons */
}

.call {
    position: fixed;
    left: 5px;
    bottom: 100px;
    transform: translateY(-50%);
    z-index: 100;
}

.call1 {
    position: fixed;
    right: 5px;
    bottom: 100px;
    transform: translateY(-50%);
    z-index: 100;
}

.print {

    /* Hide backgrounds of all modals except for printModal */
    .modal.fade:not(#printModal) {
        display: none !important;
    }
}

@media print {

    /* Set the content width to occupy full page width */
    .fill {
        width: 100%;
        page-break-inside: avoid;
    }
}

.mat-tbox {
    position: relative;
    margin-bottom: 1rem;
}

.mat-tbox input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    /* Add desired border styles */
    border-radius: 4px;
    /* Add desired border radius */
}

.mat-tbox span {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    /* Adjust background color */
    padding: 0 4px;
    font-size: 14px;
    /* Adjust font size */
    color: #6c757d;
    /* Adjust font color */
    pointer-events: none;
    transition: top 0.2s ease, font-size 0.2s ease;
}

.mat-tbox input:focus+span,
.mat-tbox input:not(:placeholder-shown)+span {
    top: 4px;

    color: #007bff;
    /* Adjust color for focused state */
}

.address {
    width: 100%;
}

.font-10 {
    font-size: 10px;
}

/* Media query for devices smaller than 768px (e.g., mobile devices) */
@media (max-width: 767.98px) {
    .address {
        /* Adjust the width for smaller devices */
        width: 100%;
        /* Set width to 100% for full width on smaller devices */
        /* max-width: 370px; */
        /* Set maximum width to maintain consistency */
    }
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #000000;
    text-align: center;
    padding: 8px;
}

.sub-table td,
.sub-table th {
    border: 0px solid #000000;
    text-align: left;
    padding: 8px;
}

th {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.pt-3 {
    padding-top: 10px;
}

.p-0 {
    padding: 0;
}

.print-btn {}

.header-date {
    display: flex;
    justify-content: space-around;
}

.rtono {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sqtybox {
    display: flex;
    align-items: center;
    max-width: 55px;
    margin: auto;
}

.sqty-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color 0.3s ease;
    /* Smooth transition for background color */
}

.sqty-btn-minus {
    background-color: lightpink;
    /* Red color for the minus button */
}

.sqty-btn-plus {
    background-color: lightgreen;
    /* Green color for the plus button */
}

.sqty-input {
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin: 0 5px;
}

/* Media query for mobile view */
@media (max-width: 600px) {
    .sqty-btn {
        width: 10px;
        height: 10px;
        font-size: 12px;
        line-height: 5px;
        margin: 0 1px;
    }

    .sqty-input {
        width: 25px;
        padding: 3px;
        margin: 0 3px;
    }
}


#quick-shop>.headdiv {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    background: #e4903c9d;
    padding: 15rem 10rem;
    margin-left: 0px;
    margin-right: 0px;
}

#quick-shop>.headdiv>h1 {
    margin-top: 8rem;
}

#quick-shop .btrow {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #666;
    font-size: 12px;
}

#quick-shop .pop {
    border-right: 5px solid #fff;
    position: relative;
    border-radius: 20px;
    width: 26.9%;
    padding: 3px 5px;
    float: left;
}

.pop h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 13px;
    text-align: center;
    padding-left: 9px;
    font-size: 12px !important;
}

#quick-shop .pop span {
    background: #ffffff30;
    border-radius: 20px;
    padding: 5px 15px;
    margin-left: 10px;
    float: right;
    margin-right: 10%;
    margin-top: -6px;
}

#quick-shop .pop {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    position: relative;
    border-radius: 20px;
    width: 26.9%;
    padding: 3px 5px;
    float: left;
    border-radius: 30px;
}

#quick-shop .nop {
    background: linear-gradient(to bottom, #0099ff 0%, #003366 100%)!important;
    margin-left: -28px;
    z-index: 0;
}


#quick-shop .noi {
    background: linear-gradient(to bottom, #ff6699 0%, #cc0033 100%);
    margin-left: -28px;
    z-index: 0;
}

#quick-shop .ta {
    background: linear-gradient(to bottom, #66cc66 0%, #004d00 100%);
    margin-left: -28px;
    z-index: 0;
}

#quick-shop .dis {
    background: linear-gradient(to bottom, #cc66ff 0%, #6600cc 100%)!important;
    margin-left: -28px;
    z-index: 0;
}


#quick-shop .ys {
    background: #000000;
    margin-left: -28px;
    z-index: 0;
}

#quick_shop_product td {
    padding: 10px 10px;
    border-right: 1px solid rgba(169, 169, 169, 0.3);
    color: #000000;
    font-size: 14px;
    background: #Ffffc5;
}

#content_qs {
    margin-top: -53px;
    box-shadow: 1px -2px 24px -9px #00000033;
    background: #fff;
    padding: 40px;

}

#quick-shop .tdhead {
    padding: 6px 20px;
    width: 100%;
    width: max-content !important;
    background: #ff9203;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

@media (max-width: 768px) {
    #quick-shop .pop {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    #content_qs {
        padding: 10px;
    }

    #quick-shop>div>h1 {
        font-size: 22px;
    }
}

/* added by ambiga */

/* Quickshop Ui */

.otherThemeQS#quick-shop>.headdiv {
    display: none;
}

.otherThemeQS#quick-shop #container_quickshop .innerTbl-Qs {
    background: #fff;
    box-shadow: 5px 0 3px -3px #ededed, -5px 0 3px -3px #ededed;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.otherThemeQS#quick-shop table .scountQuick-gif {
    display: none;
}

.otherThemeQS#quick-shop #content_qs {
    margin-top: 0;
    box-shadow: none;
    padding: 0;
}

.otherThemeQS#quick-shop .grouped_total .total-box {
    /*width: 25%;*/
    width: 25%;
    margin-left: 0px;
    float: left;
    min-height: 75px;
    padding: 10px 0;
}

.otherThemeQS#quick-shop .grouped_total {
    overflow: hidden;
    text-transform: uppercase;
    margin: 25px 0 0px;
    box-shadow: 0px 2px 2px #ccc;
    position: relative;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.otherThemeQS#quick-shop .grouped_total .total-box .nop-bor {
    display: block;
    width: 90px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin: 7px auto 0;
}

.otherThemeQS#quick-shop .grouped_total .total-box .nop-bor-bot {
    display: block;
    width: 90px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 auto 7px;
}

.otherThemeQS#quick-shop .grouped_total .total-box p {
    font-size: 18px;
    margin: 5px 0;
}

.otherThemeQS#quick-shop .grouped_total.fixed {
    position: fixed;
    top: 0px;
    width: 1140px;
    z-index: 99;
}

.otherThemeQS#quick-shop #quick_shop_product tbody tr.tabhead th {
    border: none;
    border-right: 1px solid rgba(169, 169, 169, 0.3) !important;
    background: linear-gradient(to bottom, #ffff99 0%, #ccccff 100%);
    color: blueviolet;
    font-size: 12px;
    width: 50px;
    height: 50px;
}

.otherThemeQS#quick-shop table tr th {
    font-size: 13px;
    font-weight: 500;
}

.otherThemeQS#quick-shop #quick_shop_product tr.odd {
    background: #f5f5f5;
    border-right: 2px solid #6333bc5f !important;
}

.otherThemeQS#quick-shop .quick-cat-name {
    background: #6333bc5f;
    text-align: left !important;
    text-transform: uppercase;
    padding: 0 !important;
    box-shadow: 0px 2px 2px #ccc;
    /* Change the color here */
    background: #6333bc5f;
}


.otherThemeQS#quick-shop #quick_shop_product .quick-cat-name span {
    display: block;
    /* position: relative; */
    float: inherit;

    /* Increased width */
    background-color: #6333bc5f;
    color: #FFF !important;
    padding: 9px 20px;
    font-size: 13px !important;
    font-weight: 700;
    /* width: 800px; */
    line-height: 17px;
    word-break: break-word;
    margin: 0 auto;
    /* Centering the element */
}


.otherThemeQS#quick-shop #quick_shop_product .quick-cat-name span:after {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 0;

    border-top: 18px solid transparent;
    font-family: Arial, sans-serif;
    border-bottom: 17px solid transparent;
}

.otherThemeQS#quick-shop #quick_shop_product .quick-cat-name span.catLines2:after {
    border-top: 26.5px solid transparent;
    border-bottom: 26.5px solid transparent;
}

.otherThemeQS#quick-shop #quick_shop_product .quick-cat-name span.catLines3:after {
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
}

.otherThemeQS#quick-shop #quick_shop_product .quick-cat-name span.catLines4:after {
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
}

.otherThemeQS#quick-shop #quick_shop_product .quick-cat-name span.catLines5:after {
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
}

.otherThemeQS#quick-shop #quick_shop_product tbody tr {
    line-height: 17px;
}

.otherThemeQS#quick-shop #quick_shop_product {
    border: 1px solid #6333bc5f;
    width: 100%;
    margin-top: 75px;
}

.otherThemeQS#quick-shop #quick_shop_product tbody td {
    border-bottom: 1px solid #6333bc5f;
    border-right: 1px solid #6333bc5f;
    vertical-align: middle;
    padding: 5px 2px;
}

.otherThemeQS#quick-shop #quick_shop_product tbody td input.qty {
    background: #c40c0c;
    border: 1px solid #ddd;
    text-align: right;
    font-size: 13px;
    width: 100px;
    font-weight: 600;
    line-height: normal;
}

.otherThemeQS#quick-shop #quick_shop_product tbody td .price .price-new {
    display: block;
}

.otherThemeQS#quick-shop #quick_shop_product tbody td .price .oldprice {
    color: #999;
    font-size: 13px;
    font-weight: 600;
}

.otherThemeQS#quick-shop .sqtybox {

    justify-content: center;
    align-items: center;

}

.otherThemeQS#quick-shop .sqtybox .qty-minus {
    background: #fff;
    padding: 0;
    width: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.otherThemeQS#quick-shop #quick_shop_product tbody td input.qty.count {
    border-left: 0px;
    border-right: 0px;
    width: 20px !important;
    border: none;
    text-align: center;
}

.layout-29 .otherThemeQS#quick-shop #quick_shop_product tbody td input.qty.count {
    border-left: 0px !important;
    border-right: 0px !important;
    border: none !important;
}

.otherThemeQS#quick-shop .sqtybox .qty-plus {
    background: #fff;
    padding: 0;
    width: 20px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.otherThemeQS#quick-shop .chk {
    background: #65c178;
    padding-top: 26px !important;
}

.otherThemeQS#quick-shop .cls1 {
    background: #f0941f !important;
    border: none;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: Bold;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    color: #fff;
    text-transform: capitalize;
    opacity: 0.5;
    cursor: not-allowed;
}

.otherThemeQS#quick-shop .btnGreen {
    opacity: 1 !important;
    cursor: pointer;
}

.otherThemeQS#quick-shop .mob-new-bottom {
    display: none;
}

.otherThemeQS#quick-shop .quick-pimg {
    position: relative;
}

.otherThemeQS#quick-shop table .scountQuick-gif {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

.otherThemeQS#quick-shop table .dontClick .scountQuick-gif {
    display: block;
}

.otherThemeQS#quick-shop .pricelist-btn {
    padding: 8px 20px;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0.45rem;
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
}

.otherThemeQS#quick-shop .pricelist-btn.pdf {
    background-color: #00988d;
}

.otherThemeQS#quick-shop .pricelist-btn.excel {
    background-color: #65c178;
    margin-left: 10px;
}

.common-quickshop_theme35 .fancybox-show-infobar .fancybox-infobar,
.common-quickshop_theme35 .fancybox-show-nav .fancybox-navigation .fancybox-button,
.common-quickshop_theme35 .fancybox-show-toolbar .fancybox-toolbar {
    visibility: visible !important;
    opacity: 1 !important;
    transition: none !important;
}

.common-quickshop_theme35 .fancybox-caption,
.common-quickshop_theme35 .fancybox-infobar,
.common-quickshop_theme35 .fancybox-navigation .fancybox-button,
.common-quickshop_theme35 .fancybox-toolbar {
    visibility: visible !important;
    opacity: 1 !important;
    transition: none !important;
}

.common-quickshop_theme35 .fancybox-is-open .fancybox-navigation {
    display: block;
}

.common-quickshop_theme35 .fancybox-is-open .fancybox-inner {
    width: auto !important;
}

.common-quickshop_theme35.layout-39 #header.typeheader-39,
.common-quickshop_theme35.layout-9 #header.typeheader-9 {
    float: unset;
}

@media (max-width: 1200px) and (min-width: 991px) {
    .otherThemeQS#quick-shop .grouped_total.fixed {
        width: 910px;
    }
}

@media (max-width: 991px) {
    .otherThemeQS#quick-shop .grouped_total.fixed {
        width: 690px;
    }
}

@media (max-width: 768px) and (min-width:768px) {
    .otherThemeQS#quick-shop .grouped_total .total-box {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .otherThemeQS#quick-shop .grouped_total.fixed {
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
    }

    .otherThemeQS#quick-shop .grouped_total .total-box {
        width: 25%;
    }

    .otherThemeQS#quick-shop #container_quickshop {
        padding: 0 !important;
        padding-bottom: 20px !important;
    }

    .otherThemeQS#quick-shop .grouped_total .total-box .nop-name {
        font-size: 7px;
        display: block;
    }

    .otherThemeQS#quick-shop .grouped_total .total-box .nop-value {
        font-size: 11px;
    }

    .otherThemeQS#quick-shop #quick_shop_product tbody td:nth-of-type(2) {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }

    .otherThemeQS#quick-shop .pricelist-btn {
        min-width: 250px;
    }

    .otherThemeQS#quick-shop .pricelist-btn.excel {
        margin-left: 0;
    }

    #quick-shop .innerTbl-Qs .col-sm-12.mob-padd-0 {
        padding: 0;
    }

    #quick-shop .innerTbl-Qs .table-responsive {
        margin-bottom: 0;
    }

    .common-quickshop_theme35 header.fixed-scroll {
        position: relative;
    }

    .otherThemeQS#quick-shop #quick_shop_product tbody td .price-box .price .price-new {
        display: inline-block;
    }

    .otherThemeQS#quick-shop #quick_shop_product tbody td .price-box .price {
        line-height: normal;
        margin-top: 5px;
        margin-bottom: 0;
    }
}

@media (max-width: 487px) {
    .otherThemeQS#quick-shop .total-box .cls1 {
        padding: 5px 15px;
        font-size: 15px;
    }

    .otherThemeQS#quick-shop #quick_shop_product tbody td .price .oldprice,
    .otherThemeQS#quick-shop #quick_shop_product tbody td .price .price-new,
    .theme35Shop.otherThemeQS#quick-shop table tr td {
        font-size: 13px;
    }

    .otherThemeQS#quick-shop #quick_shop_product tbody td input.qty.count {
        width: 30px !important;
        padding: 9px 2px;
    }

    .otherThemeQS#quick-shop #quick_shop_product tbody td input.qty {
        width: 85px;
        padding: 9px 5px;
    }
}

@media (max-width: 400px) {
    .otherThemeQS#quick-shop .tbl-product-name {
        min-width: 100px;
    }

    .otherThemeQS#quick-shop #quick_shop_product tbody td {
        padding: 5px 5px;
    }
}

@media (max-width: 350px) {
    .otherThemeQS#quick-shop .tbl-product-name {
        min-width: 75px;
        max-width: 75px;
    }
}

.input-container {
    margin-bottom: 10px;
}

.input-container label {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
}

.input-container input {
    width: calc(100% - 20px);
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 22px;
}

.form-input-container {
    margin-bottom: 20px;
}

.form-input-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-input-container input[type="text"],
.form-input-container input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-input-container input[type="text"]:focus,
.form-input-container input[type="email"]:focus {
    border-color: #007bff;
    outline: none;
}

.form-input-container input[type="text"],
.form-input-container input[type="email"] {
    width: calc(100% - 22px);
    /* Adjusted for padding and border */
}

.customer-form-container {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.customer-form-container .form-input-container {
    margin-bottom: 20px;
    text-align: left;
}

.customer-form-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.customer-form-container input[type="text"],
.customer-form-container input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.customer-form-container input[type="text"]:focus,
.customer-form-container input[type="email"]:focus {
    border-color: #007bff;
    outline: none;
}

.mat-tbox input[type="text"],
.mat-tbox input[type="number"],
.mat-tbox input[type="email"],
.mat-tbox input[type="password"],
.mat-tbox select {}

.disable-cursor {
    cursor: none;
}

.fixed-element {
    position: fixed;
    padding-left: 11px;
    z-index: 10;
}

@media (max-width: 768px) {

    /* Tablet and smaller devices */
    .fixed-element {
        padding-left: 8px;
        /* Adjust padding for tablets */
    }
}

@media (max-width: 480px) {

    /* Mobile devices */
    .fixed-element {
        padding-left: 25px;
        width: 110%;
        padding-top: 0px;
        /* Adjust padding for mobile devices */
    }
}

.strike {
    position: relative;
    /* Positioning context for the pseudo-element */
    color: #999;
    /* Gray text color */
    font-size: 0.9em;
    /* Optional: Adjust font size if needed */
}

.strike::after {
    content: '';
    /* No content, just a decorative line */
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    /* Position the line through the middle */
    border-top: 1px solid red;
    /* Red strike-through line */
    transform: translateY(-50%);
    /* Adjust for exact middle alignment */
}

.btn-custom {
    background-color: #ccccff;
    /* Change the background color */
    font-size: 14px;
    /* Reduce the font size */
    padding: 5px 10px;
    /* Reduce the padding */
    border-color: #5e8193;
    color: black;
    /* Change the border color to match background */
}

.tabhead th {
    padding: 0px 10px;
 
}

/* #popupButton {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
} */

#popupButton {
    position: fixed;
    z-index: 10;
    bottom: 0px; /* Adjust this value based on how far from the bottom you want the button */
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px; /* Additional space between the button and footer */
}

.cart-table {
    width: 100%;
    font-size: 12px;
}

.toggle-arrow .fas {
    text-align: end !important;
    transition: transform 0.3s ease;
}

.toggle-arrow.collapsed .fas {
    transform: rotate(180deg);
}