@import url(https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap);
#headerInfo a,
.text-decoration-none {
    text-decoration: none;
}
#appDownloadBtn:hover,
.form-check-input:checked {
    background-color: var(--gen-cart-blue);
}
#appDownloadContainer,
#customerDropdownContainer {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.cart-table-responsive .product-price,
.custom-form-label,
.font-bold,
.font-light,
.font-regular,
.font-semibold,
.product-card .product-price,
.site-heading,
b,
body,
strong {
    font-family: var(--site-font, sans-serif);
}
#customerDropdownMenu li a,
.checkout-custom-label > span,
.custom-form-label,
.font-semibold,
.footer-links li a {
    transform: scaleY(var(--gen-semibold-transform));
}
:root {
    --site-font: "Roboto Flex", serif;
    --remixicon: "remixicon", serif;
    --gen-cart-light-blue: #82ccfa;
    --gen-cart-blue: #0495f1;
    --gen-cart-blue-rgba: rgba(4, 149, 241, 0.1);
    --gen-cart-blue-rgba: rgba(4, 149, 241, 0.16);
    --gen-cart-dark-blue: #023960;
    --gen-cart-black: #151f27;
    --gen-cart-gray: #2e3a44;
    --gen-cart-light-gray: #a3a3a3;
    --gen-cart-light-gray-v2: #e4e4e4;
    --gen-cart-light-gray-v3: #f0f0f0;
    --gen-cart-light-gray-v4: #f7f7f7;
    --gen-cart-light-gray-v5: #fcfcfc;
    --gen-cart-red: #e45a60;
    --gen-cart-dark-red: #dc3545;
    --gen-cart-green: #3aa76d;
    --gen-cart-green-light-rgba: rgba(58, 167, 109, 0.1);
    --gen-cart-dark-green: #198754;
    --gen-cart-yellow: #f4a261;
    --gen-cart-menu-height: 132px;
    --gen-semibold-transform: 1;
    --gen-bold-transform: 1.02;
}
body {
    font-optical-sizing: auto;
    font-weight: 300;
    color: var(--gen-cart-black);
    height: 100vh;
    overflow-x: hidden;
    font-size: 0.95rem;
    background-color: #f8f8f8;
    position: relative;
}
body.scroll-off {
    overflow: hidden;
}
:focus {
    box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-style: normal;
}
.font-light {
    font-family: var(--site-font, sans-serif);
    font-weight: 200 !important;
}

.font-regular {
    font-family: var(--site-font, sans-serif);
    font-weight: 300 !important;
}

.custom-form-label,
.font-semibold {
    font-family: var(--site-font, sans-serif);
    font-weight: 500 !important;
    transform: scaleY(var(--gen-semibold-transform));
}
.font-bold,
.site-heading,
b,
strong {
    font-family: var(--site-font, sans-serif);
    font-weight: 700 !important;
    transform: scaleY(var(--gen-bold-transform));
}
.site-heading-icon-text {
    position: relative;
    display: inline-block;
}
.site-heading-icon-text::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url(../../images/assets/top-icon.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    line-height: 0;
    position: absolute;
    top: 0;
    opacity: 0.2;
}
.font-ex-sm {
    font-size: 0.65em;
}
.font-sm {
    font-size: 0.8em;
}
.custom-form-label {
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
.breadcrumb-custom li a,
.font-rg {
    font-size: 1em;
}
.font-md {
    font-size: 1.6em;
}
.font-md-2 {
    font-size: 1.8em;
}
.font-lg {
    font-size: 2.4em;
}
.font-xl {
    font-size: 2.8em;
}
.font-lg,
.font-md,
.font-md-2,
.font-rg,
.font-xl {
    line-height: 1.3;
}
.lead {
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 400;
}
.lh-0 {
    line-height: 0 !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-2 {
    line-height: 1.2 !important;
}
.lh-3 {
    line-height: 1.3 !important;
}
.lh-4 {
    line-height: 1.4 !important;
}
.lh-5 {
    line-height: 1.5 !important;
}
.c-padding {
    padding: 2.4em;
}
.cy-padding,
.cyt-padding {
    padding-top: 4.8em;
}
.cy-padding,
.cyb-padding {
    padding-bottom: 4.8em;
}
.site-light-blue {
    color: var(--gen-cart-light-blue) !important;
}
.site-blue {
    color: var(--gen-cart-blue) !important;
}
.site-dark-blue {
    color: var(--gen-cart-dark-blue) !important;
}
.site-black {
    color: var(--gen-cart-black) !important;
}
.site-gray {
    color: var(--gen-cart-gray) !important;
}
.site-light-gray {
    color: var(--gen-cart-light-gray) !important;
}
.site-light-gray-v2 {
    color: var(--gen-cart-light-gray-v2) !important;
}
.site-light-gray-v3 {
    color: var(--gen-cart-light-gray-v3) !important;
}
.site-light-gray-v4 {
    color: var(--gen-cart-light-gray-v4) !important;
}
.site-light-gray-v5 {
    color: var(--gen-cart-light-gray-v5) !important;
}
.site-red {
    color: var(--gen-cart-red) !important;
}
.site-green {
    color: var(--gen-cart-green) !important;
}
.site-yellow {
    color: var(--gen-cart-yellow) !important;
}
.bg-site-light-blue {
    background-color: var(--gen-cart-light-blue) !important;
}
.bg-site-blue {
    background-color: var(--gen-cart-blue) !important;
}
.bg-site-dark-blue {
    background-color: var(--gen-cart-dark-blue) !important;
}
.bg-site-black {
    background-color: var(--gen-cart-black) !important;
}
.bg-site-gray {
    background-color: var(--gen-cart-gray) !important;
}
.bg-site-light-gray {
    background-color: var(--gen-cart-light-gray) !important;
}
.bg-site-light-gray-v2 {
    background-color: var(--gen-cart-light-gray-v2) !important;
}
.bg-site-light-gray-v3 {
    background-color: var(--gen-cart-light-gray-v3) !important;
}
.bg-site-light-gray-v4 {
    background-color: var(--gen-cart-light-gray-v4) !important;
}
.bg-site-light-gray-v5 {
    background-color: var(--gen-cart-light-gray-v5) !important;
}
.bg-site-red {
    background-color: var(--gen-cart-red) !important;
}
.bg-site-green,
.site-btn.btn-outline-danger:active,
.site-btn.btn-outline-danger:hover {
    background-color: var(--gen-cart-green) !important;
}
.bg-site-yellow {
    background-color: var(--gen-cart-yellow) !important;
}
.bg-blue-gradient {
    background-image: linear-gradient(to left bottom, #abdcff, #89ccff, #67baff, #42a9ff, #0396ff);
}
.bg-orange-gradient {
    background-image: linear-gradient(to left bottom, #feb692, #faa07e, #f5896d, #f0705f, #ea5455);
}
.bg-purple-gradient {
    background-image: linear-gradient(to left bottom, #e2b0ff, #d296f4, #c17ce9, #b061de, #9f44d3);
}
.bg-green-gradient {
    background-image: linear-gradient(to left bottom, #90f7ec, #7cece0, #67e1d4, #4fd7c8, #32ccbc);
}
.bg-pink-gradient {
    background-image: linear-gradient(to left bottom, #f6ceec, #f2ade4, #ec8bdc, #e367d4, #d939cd);
}
.bg-red-gradient {
    background-image: linear-gradient(to left bottom, #ff9a9e, #ff8b94, #ff758f, #ff5e8a, #ff4485);
}
.bg-teal-gradient {
    background-image: linear-gradient(to left bottom, #a0f1ea, #7ee4df, #5dd7d3, #3ccac7, #1bbebc);
}
.bg-yellow-gradient {
    background-image: linear-gradient(to left bottom, #fdfb92, #fce470, #fccc4f, #fcb42d, #fca903);
}
.bg-indigo-gradient {
    background-image: linear-gradient(to left bottom, #c3cfe2, #aab8e1, #8fa0e0, #7287de, #5365dc);
}
.bg-dark-gradient {
    background-image: linear-gradient(to left bottom, #3e3e3e, #2e2e2e, #1e1e1e, #101010, #000);
}
.bg-sunset-gradient {
    background-image: linear-gradient(to left bottom, #ff9a8b, #ff6a88, #ff99ac, #fcb69f, #f6d365);
}
.bg-forest-gradient {
    background-image: linear-gradient(to left bottom, #dce35b, #45b649, #3ca55c, #2b8740, #1e6f2d);
}
.bg-sky-gradient {
    background-image: linear-gradient(to left bottom, #a1c4fd, #c2e9fb, #d3f4ff, #e6faff, #f7fcff);
}
.bg-fire-gradient {
    background-image: linear-gradient(to left bottom, #f12711, #f56021, #fc8a3f, #fdbb59, #ffe259);
}
.bg-ice-gradient {
    background-image: linear-gradient(to left bottom, #83a4d4, #b6fbff, #c6fced, #d9fff8, #eefbfb);
}
.bg-mint-gradient {
    background-image: linear-gradient(to left bottom, #a8edea, #fed6e3, #e0c3fc, #8ec5fc, #89f7fe);
}
.bg-rose-gradient {
    background-image: linear-gradient(to left bottom, #ffdde1, #ee9ca7, #ffb6b9, #fcd5ce, #fae1dd);
}
.bg-night-gradient {
    background-image: linear-gradient(to left bottom, #434343, #2c3e50, #1f1f1f, #0f2027, #000);
}
.bg-coral-gradient {
    background-image: linear-gradient(to left bottom, #ff7e5f, #feb47b, #fca67e, #f8756c, #f953c6);
}
.bg-ocean-gradient {
    background-image: linear-gradient(to left bottom, #00c9ff, #92fe9d, #6efacc, #48c6ef, #00b3ff);
}
.bg-peach-gradient {
    background-image: linear-gradient(to left bottom, #ffe0c3, #fac8b0, #f9a799, #f98866, #ff6f61);
}
.bg-violet-gradient {
    background-image: linear-gradient(to left bottom, #d4fc79, #96e6a1, #a18cd1, #fbc2eb, #fad0c4);
}
.bg-ruby-gradient {
    background-image: linear-gradient(to left bottom, #dd5e89, #f7bb97, #ff9a8b, #e96443, #904e95);
}
.bg-aqua-gradient {
    background-image: linear-gradient(to left bottom, #00d2ff, #3a7bd5, #5edfff, #6bc1ff, #89f7fe);
}
.bg-brown-gradient {
    background-image: linear-gradient(to left bottom, #d7ccc8, #bcaaa4, #a1887f, #8d6e63, #795548);
}
.img-full-width {
    width: 100%;
    height: auto;
}
.img-180px {
    height: 180px;
    width: auto;
    border-radius: 180px;
}
.text-decoration-none { text-decoration: none; }
.text-decoration-underline {
    display: inline-block;
    text-decoration: none !important;
    margin-right: 0.4rem;
}
.text-decoration-underline:hover {
    text-decoration: underline !important;
}
.custom-container,
.custom-container-x {
    padding-right: 1.5em;
    padding-left: 1.5em;
}
.custom-container,
.custom-container-y {
    padding-top: 1.6em;
    padding-bottom: 3em;
}
.static-container {
    background-color: #fff;
    padding: 1.5em;
}
.custom-container-panel {
    padding: 1.6em 0.8em 3em;
}
td.td-custom-padding {
    padding: 10px 8px 6px;
}
.truncate-container {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.card-shadow {
    box-shadow: 0 30px 70px #010f1c1a;
}
.custom-alert {
    display: inline-block;
    font-size: 0.75em;
    line-height: 1;
    border-radius: 2px !important;
    padding: 4px 6px;
    margin: 0 4px 4px 0;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
#appDownloadBtn,
#header #navLogo,
#headerShortMenu li,
.site-btn {
    display: inline-block;
}
.row-flex .content {
    height: 100%;
}
.form-control {
    border-radius: 2px;
    min-height: 40px;
    padding: 0.4em 0.75em 0.3em !important;
    font-size: 0.95em;
}
.form-control:not(textarea) {
    min-width: 140px;
}
.form-control-file {
    padding-top: 0.4rem !important;
}
#addMultiAddressModal .modal-content,
#productEnquiryModal .modal-content,
.form-check-input[type="checkbox"],
.success-alert {
    border-radius: 0;
}
.alert-grid,
.site-btn {
    border-radius: 2px;
    min-height: 40px;
}
.form-check-input {
    margin-top: 1px;
    transition: 0.2s;
}
.form-check-input:checked {
    background-color: var(--gen-cart-blue);
    border-color: var(--gen-cart-blue);
}
.filter-checkbox-label {
    cursor: pointer;
    line-height: 1.3;
    margin-bottom: 0.24em;
    font-size: 0.9em;
}
.filter-checkbox-label input:checked ~ span {
    color: var(--gen-cart-blue);
    cursor: pointer;
}
.form-control::placeholder {
    color: var(--gen-cart-light-gray);
}
.success-alert img {
    mix-blend-mode: multiply;
}
.custom-container {
    padding: 1.6em 1.5em 3em;
}
.site-btn {
    padding: 8px 12px 6px;
    font-size: 1em;
    line-height: 1.3;
    cursor: pointer;
    white-space: normal;
    position: relative;
    transition: 0.3s ease-in-out;
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
    word-break: break-word;
    font-weight: 500;
}
a.site-btn {
    padding: 10px 12px 6px;
}
.alert-grid.icn-bf,
.site-btn.icn-bf {
    padding-left: 36px;
    text-align: left;
}
.site-btn.icn-bf.no-text {
    padding-left: 26px;
}
.alert-grid.icn-af,
.site-btn.icn-af {
    padding-right: 36px;
    text-align: right;
}
.site-btn.icn-af.no-text {
    padding-right: 26px;
}
.alert-grid.icn-af i,
.alert-grid.icn-bf i,
.site-btn.icn-af i,
.site-btn.icn-bf i {
    position: absolute;
}
.alert-grid.icn-bf i,
.site-btn.icn-bf i {
    left: 9px;
    top: 12px;
}
.site-btn.icn-bf.no-text i {
    left: 8.5px;
    top: 12px;
}
.alert-grid.icn-af i,
.site-btn.icn-af i {
    right: 9px;
    top: 12px;
}
.site-btn.icn-af.no-text i {
    right: 8.5px;
    top: 12px;
}
.alert-grid {
    padding: 0.5em 0.75rem 0.4em 0.75em;
}
.site-blue-btn,
.site-blue-btn:active,
.site-blue-btn:focus,
.site-blue-btn:visited {
    background-color: var(--gen-cart-blue) !important;
    border-color: var(--gen-cart-blue) !important;
    color: #fff !important;
    box-shadow: none !important;
}
.site-blue-btn:active,
.site-blue-btn:hover {
    background-color: var(--gen-cart-dark-blue) !important;
    border-color: var(--gen-cart-dark-blue) !important;
    color: #fff !important;
}
.site-btn.btn-danger {
    background-color: var(--gen-cart-red) !important;
    border-color: var(--gen-cart-red) !important;
    color: #fff;
}
.site-btn.btn-danger:active,
.site-btn.btn-danger:hover {
    background-color: var(--gen-cart-dark-red) !important;
    border-color: var(--gen-cart-dark-red) !important;
}
.site-btn.btn-success {
    background-color: var(--gen-cart-green) !important;
    border-color: var(--gen-cart-green) !important;
    color: #fff;
}
.site-btn.btn-success:active,
.site-btn.btn-success:hover {
    background-color: var(--gen-cart-dark-green) !important;
    border-color: var(--gen-cart-dark-green) !important;
}
#header,
#searchContainer {
    width: 100%;
    border-bottom: 1px solid var(--gen-cart-light-gray-v3);
}
.site-blue-outline-btn {
    background-color: transparent !important;
    border: 1px solid var(--gen-cart-blue) !important;
    color: var(--gen-cart-blue) !important;
}
.site-btn.site-blue-outline-btn:active,
.site-btn.site-blue-outline-btn:hover {
    background-color: var(--gen-cart-blue) !important;
    color: #fff !important;
}
.site-blue-outline-btn:active,
.site-blue-outline-btn:hover,
.site-btn.btn-outline-danger:active,
.site-btn.btn-outline-danger:hover {
    background-color: var(--gen-cart-red) !important;
    color: #fff !important;
}
.site-blue-outline-btn:active,
.site-blue-outline-btn:hover {
    background-color: var(--gen-cart-green) !important;
    color: #fff !important;
}
.custom-check-list-ul,
.custom-list-ul {
    margin: 0;
    padding: 0 0 0 18px;
}
.custom-list-ul li {
    margin-bottom: 0.4em;
}
.custom-check-list-ul li {
    list-style: none;
    position: relative;
    padding-left: 0.8rem;
    margin-bottom: 0.4rem;
}
.custom-check-list-ul li:before {
    content: "\eb82";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -1rem;
    top: 0.5px;
    font-family: var(--remixicon);
    font-size: 1.5em;
    color: var(--gen-cart-blue);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-custom-label {
    display: flex;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.8em;
}
.checkout-custom-label input {
    position: absolute;
    left: -9999px;
}
.checkout-custom-label input:checked + span {
    background-color: var(--gen-cart-blue);
    color: #fff;
}
.checkout-custom-label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #005d86;
}
.checkout-custom-label > span {
    position: relative;
    padding: 0.9em 1em 0.9em 3.5em;
    transition: 0.25s;
    width: 100%;
    display: block;
    border: 1px solid var(--gen-cart-light-gray-v4);
    min-height: 48px;
    font-weight: 400;
}
#productEnquiryTable tbody > tr:last-child > td:first-child,
#productEnquiryTable tbody > tr:last-child > td:nth-child(2),
#productEnquiryTable tbody > tr:last-child > td:nth-child(6),
#productEnquiryTable tbody > tr:last-child > td:nth-child(7),
.checkout-custom-label > span:hover {
    background-color: var(--gen-cart-light-gray-v4);
}
.checkout-custom-label > span:before {
    display: block;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: 0.25s;
    box-shadow: inset 0 0 0 0.125em #005d86;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.checkout-custom-label.checkout-custom-v2 > span:before {
    top: 14px;
    transform: none;
}
.checkout-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    margin: 0;
}
.checkout-amount span,
.gmpl-product-view .thumbs {
    white-space: nowrap;
}
#headerInfo {
    height: 36px;
    background-color: var(--gen-cart-black);
    padding-top: 6px;
}
#headerInfo .container,
#homeSlider,
#passwordContainer,
.image-col-grid {
    position: relative;
}
#headerInfo a {
    color: #fff;
    font-size: 0.9rem;
    position: relative;
}
#headerInfo a:nth-child(2) {
    position: absolute;
    right: 0.75em;
    padding: 1px 0 0 26px;
}
#headerInfo a:nth-child(2) span,
.breadcrumb-custom li a:hover,
.footer-links li a:hover {
    text-decoration: underline;
}
#headerInfo a:nth-child(2) i {
    font-size: 1.4em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#header {
    background-color: #fff;
    height: 86px;
}
#header #navLogo {
    width: 180px;
    height: 86px;
    background-image: url(../../images/logo.svg);
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-position: 0 12px;
}
#header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 100;
    animation: 0.3s ease-in-out fadeInDown;
}
#headerShortMenu {
    padding: 0;
    margin: 22px 0 0;
    float: right;
}
#headerShortMenu li {
    list-style: none;
    margin-right: 6px;
    background-color: var(--gen-cart-light-gray-v5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
#headerShortMenu li:last-child,
.gmpl-product-view .thumb:nth-child(5n),
.product-filter li:last-child {
    margin-right: 0;
}
#headerShortMenu li a,
#headerShortMenu li:first-child span,
#headerShortMenu li:nth-child(2) span {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--gen-cart-black);
    position: relative;
    cursor: pointer;
    float: left;
}
#headerShortMenu li:nth-child(2):has(span) {
    background-color: var(--gen-cart-green);
}
#headerShortMenu li:nth-child(2) span i {
    color: #fff;
}
#headerShortMenu li i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 1.6em;
}
#headerShortMenu li:nth-child(3) a span {
    display: block;
    width: 18px;
    padding: 2px 0 0;
    border-radius: 14px;
    font-size: 0.6em;
    line-height: 1.2;
    background-color: #ee4380;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    overflow: hidden;
    outline: #fff solid 2px;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
#appDownloadDropdownContainer {
    position: relative;
    float: right;
    margin-right: 20px;
}
#appDownloadBtn {
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin-top: 22px;
    background-color: var(--gen-cart-green);
    padding: 0 2.4em 0 1.2em;
    color: #fff;
    position: relative;
    cursor: pointer;
    z-index: 10;
    font-weight: 700;
    transition: 0.2s ease-in;
}
#appDownloadBtn i {
    position: absolute;
    right: 12px;
    top: 2px;
    font-size: 1.1em;
}
#appDownloadContainer {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transform: translateY(24px);
    z-index: 9;
    border-radius: 4px;
    overflow: hidden;
    width: 160px;
    border: 1px solid var(--gen-cart-light-gray);
}
#appDownloadContainer.active {
    opacity: 1;
    transform: translateY(66px);
    visibility: visible;
}
#appDownloadContainer li {
    list-style: none;
    display: block;
    height: 44px;
    border-bottom: 1px solid var(--gen-cart-light-gray);
}
#appDownloadContainer li a {
    display: block;
    height: 100%;
    width: 162px;
    background-color: #000;
    background-image: url(../../images/assets/google-playstore.svg);
    background-repeat: no-repeat;
    background-size: auto 28px;
    background-position: center center;
}
#appDownloadContainer li:nth-child(2),
#custom_search_container_result li:last-child,
#custom_search_container_result_index li:last-child,
.custom_autocomplete_container_result li:last-child {
    border-bottom: 0;
}
#appDownloadContainer li:nth-child(2) a {
    background-image: url(../../images/assets/app-store.svg);
    background-size: auto 29px;
}
#customerDropdownContainer {
    width: 240px;
    background-color: #fff;
    position: absolute;
    top: 86px;
    right: 0.5rem;
    padding: 12px;
    z-index: 10;
    border: 1px solid var(--gen-cart-light-gray-v3);
    border-top: 0;
    transform: translateY(-12px);
}
#customerDropdownContainer.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
#custom_search_container_result li a,
#custom_search_container_result_index li a,
#customerDropdownContainer .profile-update-link {
    display: block;
    text-decoration: none;
    color: var(--gen-cart-black);
}
#customerDropdownContainer .profile-update-link span,
.customer-menu-container,
.drop-list-submit-action,
.owl-btn-wrap {
    display: block;
}
#customerDropdownMenu {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid var(--gen-cart-light-gray-v3);
}
#customerDropdownMenu li {
    list-style: none;
    display: block;
}
#customerDropdownMenu li a {
    display: block;
    text-decoration: none;
    padding: 8px 8px 8px 34px;
    color: var(--gen-cart-black);
    font-weight: 500;
    position: relative;
    transition: 0.2s;
}
#customerDropdownMenu li a i {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: var(--gen-cart-light-gray-v3);
    color: var(--gen-cart-black);
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 1rem;
    font-weight: initial;
    text-align: center;
    line-height: 1.5;
}
#customerDropdownMenu li a:hover,
.cart-table-responsive .product-title:hover,
.categories-grid:hover,
.product-card .product-title:hover,
.product-filter li:hover {
    color: var(--gen-cart-blue);
}
#searchContainer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 3em 1em;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.05);
}
#customerPanelCloseSidebar,
#searchContainerClose,
.product-filter-panel #closeFilterPanel {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 24px;
    color: var(--gen-cart-red);
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    font-size: 1.6em;
    line-height: 24px;
    z-index: 1;
}
#scrolltotop.show,
#searchContainer.active,
.drag-over-effect div.col:last-child,
.image-col-grid .img-container:hover .overlay {
    opacity: 1;
    visibility: visible;
}
#custom_search_container {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
}
#custom_search_container input,
#custom_search_container_index input {
    display: block;
    width: 100%;
    height: 48px;
    outline: 0;
    border: none;
    padding: 8px 12px 8px 48px;
    border-radius: 3px;
    border: 1px solid var(--gen-cart-light-gray-v2);
    font-weight: 400;
    position: relative;
    background: transparent;
    z-index: 2;
}
#custom_search_container .search-icon,
#custom_search_container_index .search-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 12px;
    top: 12px;
    color: var(--gen-cart-blue);
    font-size: 24px;
    line-height: 1.1;
}

#custom_search_container_index #homeSearchBtn {
    position: absolute;
    top: 4px;
    right: 0;
}

#custom_search_container_index input {
    padding-right: 90px;
}

.csc-word-container {
    display: inline-block;
    overflow: hidden;
    height: 16px;
    position: relative;
    left: 2px;
    top: 3.2px;
}
.csc-animated-placeholder {
    position: absolute;
    top: 12.5px;
    left: 48px;
    color: #919191;
    z-index: 1;
    align-items: center;
    white-space: nowrap;
    width: calc(100% - 140px);
    overflow: hidden;
}
.csc-word-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.csc-word-list li {
    height: 16px;
    line-height: 15px;
    font-weight: 600;
}
.csc-word-container-static-text,
.csc-word-list li {
    font-size: 16px;
}
#custom_search_container_result,
#custom_search_container_result_index,
.custom_autocomplete_container_result {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid var(--gen-cart-light-gray-v2);
    position: absolute;
    left: 0;
    top: 47px;
    background-color: #fff;
    width: 100%;
    z-index: 1;
}
.custom_autocomplete_container_result {
    top: 40px;
}
#custom_search_container_result.active,
#custom_search_container_result_index.active,
.custom_autocomplete_container_result.active {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}
#custom_search_container_result ul,
#custom_search_container_result_index ul,
.custom_autocomplete_container_result ul {
    padding-left: 0;
    margin-bottom: 0;
}
#custom_search_container_result li,
#custom_search_container_result_index li,
.custom_autocomplete_container_result li {
    list-style: none;
    padding: 12px 12px 10px 12px;
    display: none;
    width: 100%;
    cursor: default;
    cursor: pointer;
    font-weight: 400;
    transition: all .2s ease;
}

#custom_search_container_result li a, 
#custom_search_container_result_index li a { 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    color: var(--gen-cart-black);
    /* width: 100%; */
    /* font-size: 0; */
}

#custom_search_container_result li.product-wrapper,
#custom_search_container_result_index li.product-wrapper {
    padding: 8px 12px 6px 12px; 
    position: relative;
}

#custom_search_container_result li, 
#custom_search_container_result_index li, 
.custom_autocomplete_container_result li { 
    display: block; 
    border-bottom: 1px solid var(--gen-cart-light-gray-v3); 
}

#custom_search_container_result li:last-child, 
#custom_search_container_result_index li:last-child,
.custom_autocomplete_container_result li:last-child { border-bottom: 0 none; }
#custom_search_container_result li:hover,
#custom_search_container_result_index li:hover,
.custom_autocomplete_container_result li:hover {
    background: var(--gen-cart-blue-rgba);
}
#custom_search_container_result li p,
#custom_search_container_result_index li p { margin: 0px 0 0px 0; font-size: 0.75em; }

.cscr-auto-complete-col {
    box-sizing: border-box;
    /* border: 1px solid #000; */
    min-width: 0;
}

.cscr-auto-complete-col:nth-child(1) { 
    flex: 1 1 0%;;
    min-width: 0;
    font-size: 0.85rem; 
    padding-right: 12px;
    word-break: break-word;
}
.cscr-auto-complete-col:nth-child(2) { 
    flex: 0 1 200px;
    padding: 0 12px; 
    word-break: break-word;
}

.cscr-auto-complete-col:nth-child(3) { flex: 0 0 120px; text-align: center; }

.cscr-badge {
    font-size: 0.6rem;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    line-height: 0.8;
    border-radius: 2px;
    margin-bottom: 0;
    float: left;
}

.cscr-badge span {
    padding: 5px 4px 4px 4px;
    display: inline-block;
}
/*#custom_search_container_result .other-price,
#custom_search_container_result .our-price,
#custom_search_container_result_index .other-price,
#custom_search_container_result_index .our-price {
    display: inline-block;
    padding: 2px 4px 1px;
    border-radius: 2px;
}
#custom_search_container_result .our-price,
#custom_search_container_result_index .our-price {
    background-color: var(--gen-cart-green);
    color: #fff;
}*/

#custom_search_container_result .our-price,
#custom_search_container_result_index .our-price {
    /* background-color: var(--gen-cart-green); */
    /* color: #fff; */
    /* font-size: 1.4em; */
    color: var(--gen-cart-blue);
    vertical-align: -1px;
    display: block;
    margin-top: 3px;
}

#custom_search_container_result .other-price, 
#custom_search_container_result_index .other-price {
    font-size: 0.7em;
    display: block;
    margin-bottom: 0px;
    color: var(--gen-cart-black);
    line-height: 1.3;
}

#custom_search_container_result .other-price strike, 
#custom_search_container_result_index .other-price strike {
    color: var(--gen-cart-light-gray);
    /* display: block; */
}

/* #custom_search_container_result_index .other-price {
    margin: 0 2px 4px 0;
    background-color: var(--gen-cart-light-gray-v3);
    color: var(--gen-cart-gray);
} */

#custom_search_container_result .pw-btn-block,
#custom_search_container_result_index .pw-btn-block {
    display: inline-block;
    width: auto;
}

#custom_search_container_result .search-product-enquiry, 
#custom_search_container_result .search-product-add-to-cart,
#custom_search_container_result_index .search-product-enquiry, 
#custom_search_container_result_index .search-product-add-to-cart {
    display: block;
    height: 24px;
    width: 100%;
    font-size: 0.8em;
    line-height: 1;
    text-align: center;
    border-radius: 2px;
    background-color: var(--gen-cart-green);
    color: #fff;
    padding: 6px 10px 6px 10px;
    font-weight: 500;
    /* background-color: var(--gen-cart-light-gray); */
}

#custom_search_container_result .search-product-enquiry, 
#custom_search_container_result_index .search-product-enquiry {
    background-color: var(--gen-cart-light-gray-v2);
    margin-bottom: 4px;
    color: var(--gen-cart-black);
}

/*#custom_search_container_result .search-product-add-to-cart, 
#custom_search_container_result_index .search-product-add-to-cart {
    color: var(--gen-cart-green);
} */

#footer {
    border-top: 4px solid var(--gen-cart-light-blue);
    background-image: url(../../images/assets/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.customer-menu-container ul,
.footer-links,
.product-filter,
.product-social-media-container,
.rating-container,
.social-media-container {
    margin: 0;
    padding: 0;
}
.footer-links li {
    list-style: none;
    display: block;
    margin-bottom: 0.6rem;
}
.footer-links li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    padding-left: 14px;
    position: relative;
    transition: 0.2s;
}

.footer-links li a:hover { text-decoration: underline; }

.footer-links li a::after {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    left: 0;
    position: absolute;
    top: 8px;
}
.product-social-media-container li,
.social-media-container li {
    list-style: none;
    display: inline-block;
}
.product-social-media-container li a,
.social-media-container li a {
    display: block;
    height: 40px;
    width: 40px;
    background-color: #fff;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    transition: 0.2s;
}
.social-media-container li a {
    background-image: url(../../images/assets/social-media-icons.svg);
    background-repeat: no-repeat;
    background-size: auto 48px;
    background-position: -4.2px -4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.product-social-media-container li a {
    color: var(--gen-cart-light-gray);
    border: 1px solid var(--gen-cart-light-gray-v3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-social-media-container li a i {
    font-size: 1.3em;
}
.product-social-media-container li a:hover,
.social-media-container li a:hover {
    box-shadow: none;
    background-color: var(--gen-cart-light-gray-v4);
    color: var(--gen-cart-blue);
}
.social-media-container li:nth-child(2) a {
    background-position: -48.5px -4px;
}
.social-media-container li:nth-child(3) a {
    background-position: -92.8px -4px;
}
.social-media-container li:nth-child(4) a {
    background-position: -137.4px -4px;
}
.social-media-container li:nth-child(5) a {
    background-position: -181.2px -4px;
}
#footerPaymentGateway {
    margin: 0;
    padding: 0;
    float: right;
}
#footerPaymentGateway li {
    display: inline-block;
    float: left;
    margin: 0 4px 4px 0;
    width: 56px;
    height: 30px;
    background-image: url(../../images/payment-gateway.jpg);
    background-repeat: no-repeat;
    border-radius: 2px;
    background-size: auto 40px;
    background-position: 0 -5.6px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
#footerPaymentGateway li:nth-child(2) {
    background-position: -56px -5.6px;
}
#footerPaymentGateway li:nth-child(3) {
    background-position: -109px -5.6px;
}
#footerPaymentGateway li:nth-child(4) {
    background-position: -161px -5.6px;
    width: 60px;
}
#footerPaymentGateway li:nth-child(5) {
    background-position: -224.5px -5.6px;
}
#footerPaymentGateway li:nth-child(6) {
    background-position: -285px -5.6px;
    width: 60px;
}
#footerPaymentGateway li:nth-child(7) {
    background-position: -345px -5.6px;
}
#homeShortCategory .short-category-container {
    text-decoration: none;
    color: var(--gen-cart-black-v2);
}
#homeShortCategory .content {
    text-align: center;
    padding: 1.6rem;
    position: relative;
    border-radius: 8px;
}
#homeShortCategory .content img {
    height: 140px;
    width: auto;
    border-radius: 140px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.02);
}
.categories-grid {
    padding: 1em;
    text-decoration: none;
    color: var(--gen-cart-black);
    transition: 0.2s ease-in;
}
.categories-grid:hover .category-img {
    margin-bottom: 4px;
}
.categories-grid .category-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: 0.2s ease-in;
    outline: rgba(60, 148, 209, 0.1) solid 4px;
}
.categories-grid .category-title {
    text-align: center;
    margin-top: 1rem;
}

#searchByConcernGrid .owl-stage-outer { padding: 18px 0; }
#searchByConcernGrid .item { height: 100%; }
#searchByConcernGrid .item { width: 100%; height: 100%; }

#searchByConcernGrid .search-by-concern-grid {
    display: block;
    border-radius: 12px;
    text-align: center;
    padding: 20px 12px 12px 12px;
    width: 100%;
    /* height: 180px; */
    box-sizing: border-box;
    text-decoration: none;
}

#searchByConcernGrid .search-by-concern-wrapper { display: block; }

#searchByConcernGrid .category-img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: block;
    margin: 0 auto 10px auto;
    background-color: var(--gen-cart-light-gray-v4);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
    /* object-fit: contain;
    object-position: center; */
}

#searchByConcernGrid .category-title {
    font-size: 13px;
    line-height: 1.3;
    color: var(--gen-cart-black);
    margin: 0 0 6px 0;
    max-height: 34px;
    overflow: hidden;
}

/* home slider */
#homeSlider { position: relative; }

#homeSlider .item {
    display: block;
    text-decoration: none;
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid var(--gen-cart-light-gray-v2);
}


#homeSlider .owl-dots {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
}

#homeSlider .owl-dots span {
    display: inline-block;
    width: 12px;
    height: 4px;
    border-radius: 50px;
    margin: 3px;
    background-color: var(--gen-cart-light-gray-v2);
    transition: all 0.3s ease;
}

#homeSlider .owl-dot.active span {
    width: 18px;
    background-color: var(--gen-cart-blue);
}

#homeSlider .owl-dots span:hover {
    background-color: var(--gen-cart-light-blue);
}

#homeSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    width: 40px;
    height: 40px;
    border-radius: 50%;
    
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(1px);
    border: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0;

    /* box-shadow: 0 2px 6px rgba(0,0,0,0.2); */
    transition: all 0.3s ease;
}

/* Left */
#homeSlider .owl-nav .owl-prev {
    left: 10px;
}

/* Right */
#homeSlider .owl-nav .owl-next {
    right: 10px;
}

/* Icons replace */
#homeSlider .owl-nav .owl-prev span {
    display: none;
}

#homeSlider .owl-nav .owl-next span {
    display: none;
}

#homeSlider .owl-nav .owl-prev::after,
#homeSlider .owl-nav .owl-next::after {
    font-family: 'remixicon';
    font-size: 20px;
    line-height: 0;
    color: rgba(0,0,0,0.4);
}

#homeSlider .owl-nav .owl-prev::after {
    content: "\ea64";
    padding-right: 2px;
}

#homeSlider .owl-nav .owl-next::after {
    content: "\ea6e";
    padding-left: 2px;
}

#homeSlider .owl-nav button:hover {
    background: rgba(255,255,255,0.95) !important;
}

.home-action-btn {
    text-decoration: none;
}

.home-action-btn:focus { box-shadow: none; outline: none; }

.home-action-btn div {
    position: relative;
    min-height: 72px;
    width: 100%;
    background-color: #fff;
    padding: 8px 16px 8px 80px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--gen-cart-gray);
    font-size: 1.1rem;
}

.home-action-btn img {
    width: 60px;
    height: auto;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-overlay {
    position: relative;
    overflow: hidden;
}
.product-card > div:last-child {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-price-container {
    margin-top: auto;
    width: 100%;
}
.product-img-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: var(--gen-cart-light-gray-v4);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid var(--gen-cart-light-gray-v3);
}
.cart-table-responsive .image-container,
.product-card .image-container {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.product-card .product-add-cart-container {
    display: inline-block;
    float: left;
}
.product-card div .product-add-cart-container:first-of-type {
    margin-right: 0.8em;
}

.product-card .bestseller {
    color: #0af;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #fff;
    display: inline-block;
    padding: 6px;
    line-height: 1;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
    pointer-events: none;
}

.product-card .bestseller::before,
.product-card .product-badge.shine::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -10px;
    animation: 2s linear infinite bestseller-shine;
}
@keyframes bestseller-shine {
    0% {
        left: -40px;
    }
    20% {
        left: 40%;
    }
    100% {
        left: 100%;
    }
}

.product-card .product-badge,
.product-card .product-rx-badge,
.product-details-td .product-rx-badge {
    position: absolute;
    display: inline-block;
    height: 24px;
    border-radius: 4px;
    top: 10px;
    left: 10px;
    background-color: var(--gen-cart-dark-red);
    color: #fff;
    padding: 6px;
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
}
.product-card .product-badge.top-padding {
    top: 44px;
}
.product-card .product-rx-badge,
.product-details-td .product-rx-badge {
    border-radius: 3px;
    top: auto;
    bottom: 20px;
    width: 20px;
    background-color: var(--gen-cart-green);
    background-image: url(../../images/assets/prescription-rx.svg);
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: center center;
}
.product-details-td .product-rx-badge {
    height: 16px;
    width: 14px !important;
    border-radius: 2px;
    background-size: auto 12px;
    bottom: 6px;
    left: 6px;
}
.product-card .product-gmp-code {
    position: absolute;
    bottom: 19px;
    right: 10px;
    background-color: #fff;
    font-size: 0.8em;
    padding: 5px 4px 3px;
    border-radius: 4px;
    color: var(--gen-cart-blue);
    font-weight: 500;
    text-align: center;
}
.product-card .product-gmp-code span {
    display: block;
    font-size: 0.6em;
    line-height: 1;
    font-weight: 400 !important;
    color: var(--gen-cart-gray);
}
.product-card .favorite-product {
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
    text-align: center;
    cursor: pointer;
    padding-top: 2px;
}
.product-card .favorite-product.active,
.product-card .favorite-product:hover i {
    color: var(--gen-cart-dark-red);
}
.product-card .favorite-product i {
    color: var(--gen-cart-light-gray-v2);
    transition: 0.2s ease-in;
    font-size: 1.4em;
    line-height: 1;
}
.cart-table-responsive,
.gmpl-product-view {
    width: 100%;
}
.cart-table-responsive .product-details-td .cart-item-remove {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    color: var(--gen-cart-red);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 9;
    cursor: pointer;
    line-height: 1;
    font-size: 18px;
}
#whatsAppFix,
.owl-btn-wrap .next-btn:hover,
.owl-btn-wrap .prev-btn:hover {
    background-color: var(--gen-cart-green);
    color: #fff;
}
.cart-table-responsive tr .product-details-td {
    border-bottom: 0;
    padding: 16px 10px;
}
.cart-table-responsive tr .product-details-td:first-child {
    width: 100px;
    height: 100px;
    position: relative;
    vertical-align: top;
    padding-top: 1.3em;
}
.cart-table-responsive .image-container {
    background: var(--gen-cart-light-gray-v4);
    display: block;
    width: 100px;
    height: 100px;
}
.cart-table-responsive tr .product-details-td:nth-child(2) {
    max-width: 240px;
}
.cart-table-responsive tr:not(:last-child) {
    border-bottom: 1px solid var(--gen-cart-light-gray-v2);
}
.cart-table-responsive .product-category,
.product-card .product-category {
    display: block;
    margin-top: 0.2em;
    font-size: 0.75em;
    color: var(--gen-cart-gray);
}
.cart-table-responsive .product-title,
.product-card .product-title {
    display: block;
    text-decoration: none;
    color: var(--gen-cart-black);
    font-family: var(--site-font, sans-serif);
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0.3em;
    transition: 0.2s;
    font-size: 0.9em;
}
.cart-table-responsive .product-price,
.product-card .product-price {
    font-weight: 700;
    color: var(--gen-cart-blue);
    font-size: 1.1em;
    margin-bottom: 0.8em;
}
.cart-table-responsive .product-price {
    margin-bottom: 0;
    font-size: 0.96em;
}
.cart-table-responsive .product-strike,
.product-card .product-strike {
    display: inline-block;
    color: var(--gen-cart-dark-red);
    font-size: 0.75em;
    font-weight: 500;
    transform: scaleY(var(--gen-semibold-transform));
    margin-left: 0.5em;
}
.cart-table-responsive .image-container img,
.product-card .image-container img {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
    mix-blend-mode: multiply;
    -webkit-transition: transform 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cart-table-responsive .image-container:hover img,
.product-card .image-container:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}
.cart-table-responsive tr .product-details-td:nth-child(3) {
    max-width: 120px;
}
.cart-table-qty {
    display: inline-block;
    background-color: var(--gen-cart-light-gray-v4);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--gen-cart-light-gray-v3);
}
.cart-table-qty button,
.cart-table-qty input {
    display: inline-block;
    float: left;
    position: relative;
    background-color: #fff;
}
.cart-table-qty button {
    width: 32px;
    height: 40px;
    border: 0;
    outline: 0;
    position: relative;
    background-color: transparent;
}
.cart-table-qty button:first-child:before,
.cart-table-qty button:nth-child(3):before {
    content: "-";
    display: inline-block;
    width: 20px;
    height: 24px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: var(--gen-cart-gray);
    float: left;
    text-align: center;
    transition: 0.2s;
}
.cart-table-qty button:first-child {
    border-right: 1px solid var(--gen-cart-light-gray-v3);
}
.cart-table-qty button:nth-child(3) {
    border-left: 1px solid var(--gen-cart-light-gray-v3);
}
.cart-table-qty button:nth-child(3):before {
    content: "+";
}
.cart-table-qty button:first-child:hover::before,
.cart-table-qty button:nth-child(3):hover::before {
    color: var(--gen-cart-black);
}
.cart-table-qty input {
    text-align: center;
    border-radius: 0;
    border: 0;
    width: 40px;
    max-width: 80px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
}
.res-table-class {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.res-table-class tr {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0.35em;
}
.res-table-class td,
.res-table-class th {
    padding: 0.625em;
}
.res-table-class th {
    font-size: 0.9em;
    font-weight: 600;
}
.rating-container li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background-image: url(../../images/icons/star.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position: -14px 0;
    float: left;
}
.rating-container li.active {
    background-position: 0 0;
}
.rating-container li i {
    line-height: 0;
}
.rating-container li.text-class,
.rating-container li:not(.text-class):nth-child(6) {
    width: 36px;
    margin: 0 0 0 4px;
    background-image: none;
    font-size: 0.75em;
    line-height: 1.4;
    color: var(--gen-cart-gray);
}
.rating-container li.text-class {
    width: auto;
    margin-left: 4px;
    color: var(--gen-cart-blue);
    cursor: pointer;
}
.product-padding-right {
    padding-right: 68px;
}
.product-filter li {
    display: inline-block;
    font-weight: 600;
    margin: 0 0.8em 0.4em 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    position: relative;
    color: var(--gen-cart-gray);
}
.product-filter li::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--gen-cart-blue);
    position: absolute;
    left: 50%;
    bottom: -2px;
    transition: 0.1s ease-in;
}
.product-filter li:hover::before {
    width: 100%;
    left: 0;
}
.owl-btn-wrap .next-btn,
.owl-btn-wrap .prev-btn {
    display: inline-block;
    background-color: var(--gen-cart-light-gray-v2);
    font-size: 0.8em;
    padding: 4px 6px;
    border-radius: 2px;
    outline: 0;
    border: 0;
    line-height: 1;
    transition: 0.1s ease-in;
    color: var(--gen-cart-gray);
}
.owl-btn-wrap .next-btn.disabled,
.owl-btn-wrap .prev-btn.disabled {
    opacity: 0.6;
}
#downloadAppContainer .scan {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 25px 0 -5px;
    float: left;
}
#downloadAppContainer .or-box {
    display: inline-block;
    float: left;
    text-align: center;
    margin: 10px 10px 0 0;
    height: 80px;
    width: 2px;
    background-color: var(--gen-cart-light-gray-v2);
    position: relative;
}
#downloadAppContainer .or-box::after,
#downloadAppContainer .or-box::before {
    content: "";
    display: inline-block;
    height: 32px;
    width: 24px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#downloadAppContainer .or-box::after {
    content: "OR";
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 2.6;
}
#downloadAppContainer .app-box {
    display: inline-block;
    margin: 5px 0 0 22px;
}
#downloadAppContainer .app-box a {
    border-radius: 4px;
    background-color: #161819;
    padding: 10px 14px 7px;
    cursor: pointer;
    margin: 0 0 6px;
    display: block;
    height: 40px;
}
#scrolltotop,
#whatsAppFix {
    bottom: 1.5em;
    position: fixed;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
#whatsAppFix {
    left: 1.5em;
    z-index: 998;
    overflow: hidden;
}
#whatsAppFix i {
    font-size: 1.5em;
    line-height: 1.8;
}
#scrolltotop i {
    color: var(--gen-cart-gray);
    font-size: 1.3em;
    line-height: 2.1;
}
.pulse,
.timeline li .status.timeline-pulse:before {
    animation: 2s infinite pulse-animation;
}
#scrolltotop {
    display: inline-block;
    background-color: var(--gen-cart-light-gray-v3);
    bottom: 1.5em;
    right: 1.5em;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s,
        visibility 0.5s;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}
.breadcrumb-custom {
    margin: 0 0 0 2px;
    padding: 0;
}
.product-filter-panel,
.product-grid {
    padding: 1.4em;
    background-color: #fff;
}
.breadcrumb-custom li {
    margin: 0 0.2em 0 1.2em;
    position: relative;
}
.breadcrumb-custom li:first-child {
    margin-left: 0;
}
.breadcrumb-custom li::after {
    content: "/";
    color: var(--gen-cart-light-gray);
    font-size: 0.9em;
    position: absolute;
    top: 2px;
    left: -10px;
}
.breadcrumb-custom li:first-child::after,
.drop-upload-container input,
.gmpl-accordion .accordion-button::after,
.product-filter-panel #closeFilterPanel {
    display: none;
}
.breadcrumb-custom li,
.breadcrumb-custom li a {
    display: inline-block;
    font-size: 0.85em;
    margin-bottom: -1em;
    text-decoration: none;
    color: var(--gen-cart-light-gray);
}
.product-filter-panel {
    width: 300px;
    transition: 0.3s;
    position: relative;
    flex-shrink: 0;
    align-self: flex-start;
}
.product-grid {
    margin-left: 1.4em;
}
.filter-content-wrapper {
    margin-bottom: 1.2em;
}
.filter-content {
    max-height: 300px;
    overflow-y: auto;
}
.filter-content::-webkit-scrollbar {
    width: 4px;
}
.filter-content::-webkit-scrollbar-thumb {
    background-color: var(--gen-cart-light-gray);
}
.filter-content::-webkit-scrollbar-track {
    background-color: var(--gen-cart-light-gray-v3);
}
.filter-title {
    font-size: 1em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid var(--gen-cart-light-gray-v3);
    margin-bottom: 1em;
    color: var(--gen-cart-green);
}
.toastify.toastify-icn {
    padding: 10px 12px 10px 36px;
}
.toastify.toastify-icn::before {
    content: "\eb81";
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 10px;
    top: 12px;
    font-family: var(--remixicon);
    font-size: 1.25em;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toastify.icn-remove::before {
    content: "\ec1e";
}
.toastify.icn-edit::before {
    content: "\ec82";
}
.toastify.icn-error::before {
    content: "\eca1";
}
.drop-upload-container .drop-section {
    min-height: 240px;
    border: 1px dashed #a8b3e3;
    background-image: linear-gradient(180deg, #fff, #f1f6ff);
    margin: 24px 0 36px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 1.4rem 1.4rem 2rem;
}
.drop-upload-container .drop-section .cloud-icon {
    margin-bottom: 0.6rem;
}
.drop-upload-container .drop-section .cloud-icon img {
    height: 140px;
    width: auto;
}
.drop-section div.col:last-child {
    font-size: 30px;
    font-weight: 700;
    color: #c0cae1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
}
.drag-over-effect div.col:first-child {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.drop-list-section,
.drop-list-submit-action {
    display: none;
    text-align: left;
    padding-bottom: 20px;
}
.drop-list-submit-action {
    display: block;
}
.drop-upload-container .drop-list {
    padding: 1em 3.5em 0.9em 4em;
    position: relative;
    border-radius: 4px;
    margin-bottom: 1em;
    border: 1px solid var(--gen-cart-light-gray-v2);
    transition: 0.2s;
    cursor: pointer;
    min-height: 72px;
}
.drop-upload-container .drop-list:hover {
    box-shadow:
        #e3eaf9 0 0 4px 0,
        #e3eaf9 0 12px 16px 0;
}
.drop-upload-container .drop-list .file-icon {
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
}
.drop-upload-container .drop-list p {
    margin-bottom: 0;
}
.drop-upload-container .drop-list .file-name {
    margin-bottom: 0.1rem;
}
.drop-upload-container .drop-list .file-abort,
.drop-upload-container .drop-list .file-remove {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.drop-upload-container .drop-list .file-abort i,
.drop-upload-container .drop-list .file-remove i {
    font-size: 1.5em;
    line-height: 0;
    color: var(--gen-cart-red);
}
.drop-upload-container .drop-list .file-progress {
    width: 100%;
    height: 4px;
    margin: 8px 0;
    border-radius: 4px;
    background-color: #dee6fd;
}
.drop-upload-container .drop-list .file-progress span {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(120deg, #6b99fd, #9385ff);
    transition-duration: 0.4s;
}
#productEnquiryModal .modal-body {
    padding: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#addMultiAddressModal .btn-close,
#productEnquiryModal .btn-close {
    position: absolute;
    right: 12px;
    top: 16px;
    background: 0 0;
    border-radius: 100%;
    opacity: 1;
    display: inline-block;
    height: 20px;
    width: 20px;
}
#addMultiAddressModal .btn-close i,
#productEnquiryModal .btn-close i {
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 2px;
    top: 14px;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 0;
    z-index: 1;
}
#addMultiAddressModal .btn-close i {
    color: var(--gen-cart-red);
}
#productEnquiryTable tbody > tr > td,
#productEnquiryTable thead > tr > th {
    padding: 10px;
    vertical-align: middle;
}
#productEnquiryTable thead > tr > th {
    height: 80px;
    background-color: var(--gen-cart-light-gray-v4);
    color: var(--gen-cart-gray);
}
#productEnquiryTable thead > tr > th:first-child {
    width: 60px;
    text-align: center;
}
#productEnquiryTable tbody > tr > td:nth-child(2),
#productEnquiryTable thead > tr > th:nth-child(2) {
    width: 160px;
    text-align: right;
}
#productEnquiryTable tbody > tr > td:nth-child(3),
#productEnquiryTable thead > tr > th:nth-child(3) {
    width: 100px;
    text-align: center;
    background: rgba(220, 53, 69, 0.02);
}
#productEnquiryTable tbody > tr > td:nth-child(4),
#productEnquiryTable thead > tr > th:nth-child(4) {
    width: 160px;
    text-align: center;
    background-color: var(--gen-cart-blue);
    color: #fff;
}
#productEnquiryTable tbody > tr > td:nth-child(5),
#productEnquiryTable thead > tr > th:nth-child(5) {
    width: 100px;
    text-align: center;
    background: rgba(25, 135, 84, 0.02);
}
#productEnquiryTable thead > tr > th:nth-child(6) {
    width: 160px;
}
#productEnquiryTable tbody > tr > td:nth-child(7),
#productEnquiryTable thead > tr > th:nth-child(7) {
    width: 80px;
    text-align: center;
}
#productEnquiryTable .remove-product-enquiry-medicine {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#productEnquiryTable .remove-product-enquiry-medicine i {
    font-size: 1.4em;
    line-height: 1;
    color: var(--gen-cart-red);
}
.customer-panel-main-wrapper {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
}
.customer-panel-sidebar {
    width: 300px;
    background: #fff;
    padding: 2em 1.2em 1.2em;
    transition: 0.3s;
    z-index: 10;
    flex-shrink: 0;
    align-self: flex-start;
}
.customer-panel-content {
    flex: 1;
    padding: 1em;
    min-height: 400px;
}
.customer-panel-wrapper .menu-headline {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.customer-menu-container ul li {
    display: block;
    list-style: none;
    border-bottom: 1px solid var(--gen-cart-light-gray-v4);
}
.customer-menu-container ul li a {
    display: block;
    padding: 0.6em 0 0.5em 2.6em;
    text-decoration: none;
    color: var(--gen-cart-gray);
    font-weight: 500;
    transition: 0.2s;
    position: relative;
}
.customer-menu-container ul li a .cust-menu-icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 9px;
    top: 12px;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-menu-container ul li a.active,
.customer-menu-container ul li a:hover {
    background-color: var(--gen-cart-blue-rgba);
    color: var(--gen-cart-black-v2);
}
.customer-menu-container ul li:first-child {
    border-top: 1px solid var(--gen-cart-light-gray-v4);
}
.customer-menu-container ul li:first-child a .cust-menu-icon {
    top: 11px;
}
.customer-panel-content.bg-color-content {
    background-color: #fff;
    border: 1px solid var(--gen-cart-gray-v2);
}
.customer-panel-content.ecom-card-container {
    padding: 0;
}
.customer-panel-content.ecom-card-container .ecom-card {
    border: 0 !important;
    border-radius: 0 !important;
}
.customer-panel-content.ecom-card-container .ecom-card .card-header {
    text-transform: uppercase;
    background-color: var(--gen-cart-blue);
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    padding: 12px 12px 10px;
    border-bottom: 0;
}
#cutomerPanelProfile img {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 4px solid var(--gen-cart-light-gray-v4);
}
.dashboard-card {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.dashboard-card::after {
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 200px;
    top: 0;
    right: -150px;
    opacity: 0.05;
    background-color: #fff;
}
.dashboard-card .link-container {
    display: block;
    padding: 1em;
    text-decoration: none;
}
.dashboard-card .link-container .count {
    color: #fff;
    margin-bottom: 2px;
}
.dashboard-card .link-container .desc {
    margin-bottom: 0;
    color: #fff;
}
.dashboard-card .link-container .view-link {
    color: #fff;
    display: block;
}
.timeline-container {
    display: block;
    overflow-x: auto;
    padding: 2em 0 1em;
    margin-bottom: 1.4em;
}
.timeline {
    margin: 0 auto;
    padding: 0;
    display: flex;
    width: max-content;
}
.timeline li {
    width: 180px;
    padding: 30px 0 0;
    display: inline-block;
    position: relative;
    transition: 0.2s ease-in;
}
.timeline li:before {
    content: "";
    display: block;
    border-top: 2px solid var(--gen-cart-light-gray-v3);
    position: relative;
    top: -18px;
}
.timeline li .status {
    padding: 0 8px;
}
.timeline li .status:after,
.timeline li .status:before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid var(--gen-cart-light-gray-v3);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s ease-in;
}
.timeline li .timestamp {
    font-size: 0.65em;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 124px;
    text-align: center;
    color: var(--gen-cart-gray);
}
.timeline li .status:after {
    width: 12px;
    height: 12px;
    background-color: var(--gen-cart-light-gray-v3);
    border-radius: 12px;
    top: 6px;
    border: 0;
}
.timeline li.timeline-completed .status:after {
    background-color: #fff;
}
.timeline li .status-title {
    margin: 0;
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    color: var(--gen-cart-gray);
}
.timeline li.timeline-completed:before {
    border-top: 2px solid var(--gen-cart-green);
    animation: 1s ease-in forwards fillBorder;
}
.timeline li.timeline-completed .status:before {
    background-color: var(--gen-cart-green);
    border: none;
    transition: 0.2s ease-in;
    animation: 1s ease-in forwards fillDot;
}
#passwordContainer #password {
    padding-right: 40px !important;
}
#passwordContainer .hide-pass-text,
#passwordContainer .show-pass-text {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    color: #a3a3a3;
    cursor: pointer;
    transition: 0.2s ease-in;
    visibility: hidden;
    opacity: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
#passwordContainer .show-pass-text {
    color: #0d6efd;
}
#passwordContainer .hide-pass-text.active,
#passwordContainer .show-pass-text.active {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.toggle-paragraph {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.toggle-paragraph.expanded {
    overflow: visible;
}
.toggle-paragraph .toggle-text {
    color: var(--gen-cart-green);
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
}

/* product view */
.gmpl-product-view {
    width: 100%;
    position: sticky;
    top: 20px;
}

.gmpl-product-view .main-image-container {
    width: 100%;
    position: relative;
    padding-top: 100%;
    border: 1px solid var(--gen-cart-light-gray-v4);
    overflow: hidden;
}
.gmpl-product-view .main-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gmpl-product-view .thumb-container {
    overflow-x: auto;
    width: 100%;
    margin-top: 16px;
}

.gmpl-product-view .thumbs { white-space: nowrap; }

.gmpl-product-view .thumb {
    display: inline-block;
    width: calc((100% - 3.8px * 6) / 5);
    margin-right: 2px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid var(--gen-cart-light-gray-v4);
    cursor: pointer;
    vertical-align: top;
}
.gmpl-product-view .thumb.active {
    border-color: var(--gen-cart-blue);
}
.gmpl-product-view .loader-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.product-details-review-rating-container {
    width: 400px;
}
.product-details-review-rating-bar,
.product-details-review-rating-count,
.product-details-review-rating-percent {
    display: inline-block;
}
.product-details-review-rating-item > span {
    color: var(--gen-cart-light-gray);
    font-size: 12px;
    margin-right: 10px;
    width: 32px !important;
}
.product-details-review-rating-percent span {
    font-size: 12px;
}
.product-details-review-rating-bar {
    background-color: var(--gen-cart-light-gray-v3);
    height: 10px;
    margin-right: 12px;
    position: relative;
    width: 260px;
}
.product-details-review-rating-bar-inner {
    background-color: var(--gen-cart-yellow);
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
@keyframes fillBorder {
    0% {
        border-color: var(--gen-cart-light-gray-v3);
    }
    100% {
        border-color: var(--gen-cart-green);
    }
}
@keyframes fillDot {
    0% {
        background-color: #fff;
    }
    100% {
        background-color: var(--gen-cart-green);
    }
}
.image-col-grid .img-container {
    width: 100%;
    padding-top: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.image-col-grid .status-flag {
    position: absolute;
    left: 12px;
    bottom: 0;
    z-index: 2;
}
.image-col-grid .img-container .overlay {
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s ease-in;
    visibility: hidden;
    opacity: 0;
    padding: 1em;
    z-index: 10;
}
.image-col-grid .img-container .overlay div {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.otp-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.otp-container input {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin: 0 4px;
    text-align: center;
    font-size: 1.2rem;
}
.gmpl-accordion {
    border: none;
}
.gmpl-accordion .accordion-item {
    border: none;
    margin-bottom: 8px;
    overflow: hidden;
}
.gmpl-accordion .accordion-button,
.gmpl-accordion .accordion-collapse,
.gmpl-accordion .accordion-item {
    border-radius: 0 !important;
}
.gmpl-accordion .accordion-button {
    background: linear-gradient(90deg, #0495f1, #03a9f4);
    color: #fff;
    font-weight: 500;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.2rem;
    transition: 0.3s;
    line-height: 1;
}
.gmpl-accordion .accordion-button.collapsed {
    background: var(--gen-cart-light-gray-v3);
    color: var(--gen-cart-gray);
}
.gmpl-accordion .accordion-button:hover {
    background-color: var(--gen-cart-light-gray-v2);
}
.gmpl-accordion .accordion-button .icon {
    font-size: 1.3rem;
    transition:
        transform 0.4s,
        color 0.3s;
    color: var(--gen-cart-gray);
}
.gmpl-accordion .accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
    color: #fff;
}
.gmpl-accordion .accordion-collapse {
    border: none;
    border-radius: 0;
}
.gmpl-accordion .accordion-body {
    background: #fff;
    padding: 1rem 1.2rem;
    border: none;
}
.chk-light-card {
    position: relative;
    padding: 12px 16px 16px 48px;
    background: #fafafa;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}
.chk-light-icon {
    position: absolute;
    top: 16px;
    left: 14px;
}
.chk-light-content {
    position: relative;
}

#partnerWithUs {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* sunlight */
.sunlight-animate {
    position: relative;
    overflow: hidden;
}
.sunlight-animate::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 35%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0) 65%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: sunlight-move 2.5s ease-in-out infinite;
}
@keyframes sunlight-move {
    from {
        left: -120%;
    }
    to {
        left: 120%;
    }
}
.blink {
    animation: blink-animation 1s steps(2, start) infinite;
    -webkit-animation: blink-animation 1s steps(2, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

#homeSearchSection {
    background-repeat: repeat;
    background-size: cover;
}

#homeSearchContainer { 
    background-repeat: no-repeat;
    background-size: auto 320px;
    background-position: 40px 30px;
    padding: 40px 80px 40px 340px;
    /* border: 1px dashed var(--gen-cart-light-gray-v3); */
    border-radius: 12px;
    /* background-color: var(--gen-cart-blue-rgba); */
}

.testimonial-section {
  background: var(--gen-cart-light-gray-v4);
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}

.testimonial-section.testimonial-section-text {
    background-color: #fff;
}

.testimonial-section .quote-icon {
  font-size: 48px;
  color: #ccc;
}

.testimonial-section .nav-arrows {
    background-color: #00c9ff;
}

.testimonial-section .nav-arrows button {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 0;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gen-cart-light-gray);
}

.testimonial-section .nav-arrows button:first-child { margin-right: 10px; }

.testimonial-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-section.testimonial-section-text .testimonial-card {
    background: var(--gen-cart-light-gray-v4);
}

.testimonial-card p {
  font-size: 14px;
}

.testimonial-card .user {
    padding-left: 56px;
    position: relative;
}

.testimonial-card .avatar {
    width: 40px;
    height: 40px;
    background: var(--gen-cart-green);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 0;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 0px;
}

.testimonial-card .testimonial-user {
    line-height: 1.2;
    margin-bottom: 4px;
}

.testimonial-card .testimonial-info {
    font-size: 0.8em;
    line-height: 1.3;
    margin-bottom: 0.4em;
}

.testimonial-card .video-box {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.testimonial-card .video-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.testimonial-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 60px;
  height: 60px;
  border-radius: 50%;
  
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card .play-btn i {
  color: #fff;
  font-size: 28px;
}

.testimonial-card .video-box:hover .play-btn {
  background: rgba(0,0,0,0.8);
}

#testimonialsVideoModal .custom-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 8px;
}

#testimonialsVideoModal .video-loader {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

#testimonialsVideoModal  #videoFrame {
    opacity: 0;
    width: 100%;
    height: 80vh;
    transition: 0.3s;
}

#testimonialsVideoModal .modal-body { padding: 0; background-color: #000 !important; }

.faq_accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
}

.faq_accordion .accordion-button {
    background: var(--gen-cart-light-gray-v4);
    border-radius: 10px !important;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 20px;
    box-shadow: none !important;
    color: var(--gen-cart-black);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.faq_accordion .accordion-button::after {
    display: none;
}

.faq_accordion .accordion-button:not(.collapsed) {
    background: var(--gen-cart-light-gray-v4);
    color: #000;
}

.faq_accordion .accordion-body {
    background: var(--gen-cart-light-gray-v4);
    margin-top: 5px;
    border-radius: 10px;
    font-size: 13px;
    color: #666;
    padding: 15px 20px;
}

.faq_accordion .accordion-collapse {
    border: none;
}

.faq_accordion .faq-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    flex-shrink: 0;
    background: var(--gen-cart-blue);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-left: auto;
}

.faq_accordion .faq-icon i { 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1; 
}

.home-category-wrapper {
  background: #f8f8f8;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.home-category-list {
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.home-category-list::-webkit-scrollbar {
  display: none;
}

.home-category-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home-category-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  min-width: 180px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1.2;
}

.home-category-item:not(:last-child) {
  margin-bottom: 8px !important;
}

.home-category-item img {
  width: 56px;
  border-radius: 8px;
}

.home-category-item:hover {
  background: var(--gen-cart-blue-light-rgba);
}

.home-cat-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--gen-cart-light-gray-v2);
    color: #000;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.home-cat-arrow.left { left: 12px; padding-left: 4px; }
.home-cat-arrow.right { right: 12px; padding-right: 4px; }

.home-product-tab-section {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

.home-product-tab-section.active {
  display: block;
  animation: fadeInUp 0.4s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-category-item.active {
  background: var(--gen-cart-green-light-rgba);
  color: var(--gen-cart-black);
}

#product_quality_section {
    background-color: var(--gen-cart-light-gray-v4);
    border-radius: 8px;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
}

#product_quality_section .pqs-container {
    padding: 8px 18px 8px 80px;
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: 8px center;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.3;
    position: relative;
    color: var(--gen-cart-gray);
    min-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    flex: 1 1 100px;
}

#product_quality_section .pqs-container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    /* background-color: var(--gen-cart-light-gray-v2); */
}

#product_quality_section .pqs-container:last-child::after { display: none; }

@media screen and (max-width: 1199.98px) {
    .container {
        max-width: 96% !important;
    }
}
@media screen and (max-width: 992px) {
    #productEnquiryModal .modal-dialog {
        max-width: 90% !important;
    }
    
    #homeSearchContainer { 
        padding: 60px 40px 240px 40px;
        background-position: center calc(100% + 20px);
        background-size: auto 240px;
    }

    .home-category-list { padding: 0px 40px;}
    .home-category-item:not(:last-child) { margin-bottom: 0 !important; }
}
@media screen and (max-width: 768px) {
    .customer-panel-overlay.show,
    .customer-panel-sidebar.active {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .cy-padding,
    .cyt-padding {
        padding-top: 2.4rem;
    }
    .cy-padding,
    .cyb-padding {
        padding-bottom: 2.4rem;
    }
    .custom-container-panel.rm-mobile-padding {
        padding-top: 0.8em;
    }
    #footerPaymentGateway {
        float: left;
    }
    .product-filter-panel {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        z-index: 1050;
        overflow-y: auto;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    }
    .customer-panel-overlay,
    .customer-panel-sidebar {
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        left: 0;
    }
    .product-filter-panel.active {
        left: 0;
    }
    .product-filter-panel #closeFilterPanel {
        display: inline-block;
    }
    .product-grid {
        margin: 1em 0 0;
    }
    .cart-table-responsive tr .product-details-td {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        clear: both;
    }
    .cart-table-responsive tr .product-details-td:first-child {
        height: 110px;
    }
    .cart-table-responsive tr .product-details-td:nth-child(2) {
        padding-bottom: 10px;
    }
    .cart-table-responsive tr .product-details-td:nth-child(3) {
        padding-top: 0;
        padding-bottom: 6px;
    }
    .cart-table-responsive tr .product-details-td:nth-child(4) {
        padding-top: 0;
    }
    .res-table-class {
        border: 0;
    }
    .res-table-class thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .res-table-class tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 1em;
    }
    .res-table-class td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right !important;
    }
    .res-table-class td.res-table-class-d-none {
        display: none;
    }
    .res-table-class td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
    }
    .res-table-class td:last-child {
        border-bottom: 0;
    }
    .customer-panel-content {
        margin-top: 1em;
    }
    .customer-panel-main-wrapper {
        display: block;
    }
    .customer-panel-sidebar {
        background: #fff;
        padding: 2em 1em;
        transform: translateX(-100%);
        transition:
            transform 0.3s,
            opacity 0.3s,
            visibility 0s linear 0.3s;
        z-index: 1050;
        overflow-y: auto;
    }
    .customer-panel-sidebar.active {
        transform: translateX(0);
    }
    .customer-panel-overlay {
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        transition:
            opacity 0.3s,
            visibility 0s linear 0.3s;
    }
    #mobileAppDownload {
        display: none;
        width: 38px;
        height: 148px;
        position: fixed;
        z-index: 999;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background-image: url(../../images/assets/download-app-strip.svg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        cursor: pointer;
        text-decoration: none;
    }
}
@media screen and (max-width: 620px) {
    #appDownloadDropdownContainer {
        display: none;
    }
    #header {
        height: 72px;
    }
    #header #navLogo {
        width: 148px;
        height: 72px;
        background-size: auto 48px;
        background-position: 0 10px;
    }
    #headerShortMenu {
        margin-top: 15px;
    }
    #headerShortMenu li {
        margin-right: 4px;
    }
    .drop-upload-container .drop-section {
        margin: 24px 16px 16px;
        padding: 1.4rem;
    }
    .drop-upload-container .drop-section .cloud-icon img {
        height: 100px;
        width: auto;
    }
    .drop-list-section,
    .drop-list-submit-action {
        margin: 0 16px;
    }
    #customerDropdownContainer {
        top: 72px;
    }
    
    .cscr-auto-complete-col:nth-child(1) {
        flex: 0 0 100%;
        margin-bottom: 12px;
    }

    .cscr-auto-complete-col:nth-child(2),
    .cscr-auto-complete-col:nth-child(3) {
        flex: 0 0 50%;
    }

    .cscr-auto-complete-col:nth-child(2) {
        padding-left: 0;
        text-align: left;
    }

    .cscr-auto-complete-col:nth-child(3) {
        text-align: right;
    }

    #homeSearchContainer { 
        padding: 60px 20px 240px 20px;
        background-position: center calc(100% + 20px);
        background-size: auto 240px;
    }
}
@media screen and (max-width: 576px) {
    .font-md {
        font-size: 1.4em;
    }
    .font-md-2 {
        font-size: 1.6em;
    }
    .font-lg {
        font-size: 2em;
    }
    .font-xl {
        font-size: 2.4em;
    }
    .lead {
        font-size: 1em;
    }
    .c-padding {
        padding: 2.4em;
    }
    .cy-padding,
    .cyt-padding {
        padding-top: 2.4em;
    }
    .cy-padding,
    .cyb-padding {
        padding-bottom: 2.4em;
    }
    #productEnquiryModal .modal-dialog {
        max-width: none !important;
    }
    #headerInfo {
        height: auto;
        padding: 6px 0 10px;
        text-align: center;
    }
    #headerInfo a:first-child {
        display: block;
        text-align: center;
    }
    #headerInfo a:nth-child(2) {
        position: relative;
        right: 0;
        top: 2px;
    }
    #homeShortCategory .content img {
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #downloadAppContainer .or-box {
        height: 2px;
        width: 100%;
    }
    #downloadAppContainer .scan {
        display: block;
        float: initial;
        text-align: center;
        margin: 0;
        height: auto;
        width: 100%;
    }
    #downloadAppContainer .app-box {
        display: block;
        margin: 40px 0 0;
        text-align: center;
    }
    #downloadAppContainer .app-box a {
        display: block;
        margin: 0 0 4px;
    }
}
@media screen and (max-width: 360px) {
    #headerShortMenu li:first-child {
        display: none;
    }
}
