.block-title {
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    font-size: 2rem;
    letter-spacing: 1.05px;
    /* padding: 3% 0% 0% 0%; */
}

.block-title-seemore {
    font-weight: normal;
    color: #D71920 !important;
    font-size: 1.5rem;
    padding: 3% 0% 1% 0%;
    display: inline-flex;
    align-items: center;
}

a.block-title-seemore:link {
    text-decoration: none;
}

a.block-title-seemore:hover {
    text-decoration: none;
}

.lblCartCount {
    font-size: 12px;
    background: #5C5F6A;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    margin-left: -8px;
    margin-top: -4px;
    border-radius: 50%;
}

.main-slab {
    color: #D7181F;
    /* margin-right: 2%; */
}

.slick-back-arrow:hover {
    background-color: #D7181F !important;
    background-image: url("/vendor/image/lots-prev-white.svg") !important;
    opacity: 1 !important;

}

.slick-next-arrow:hover {
    background-color: #D7181F !important;
    background-image: url("/vendor/image/lots-prev-white.svg") !important;
    opacity: 1 !important;
}

/* .main-body-container{
    margin-top: calc( 100vh - 85vh  )
} */

/*
.lots-sticky-header {
    
}

.main-body-container{
    margin-top: calc( 100vh - 85vh  )
}
 .a-cart-p{
    font-size: 1.563rem;
} */

/* .containercatCheckbox input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 11px;
    margin: 0;
    position: relative;
    cursor: pointer;
    visibility: hidden;
}

.containercatCheckbox input[type='checkbox']+label::before {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 13px;
    position: absolute;
    cursor: pointer;
    height: 11px;
    width: 13px;
    left: 0;
    margin-top: 7px;
    font-size: 10px;
    -webkit-box-shadow: inset 0 1px 1px #ffffff, 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 1px #ffffff, 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 1px #ffffff, 0 1px 0 #ffffff;
    background: #ffffff;
    border: 1px solid #bebdbd;
}

.containercatCheckbox input[type='checkbox']:checked+label::before {
    background: #D71920;
    content: '\2714';
    color: #fff;
}

.containercatCheckbox input[type=checkbox]:checked+label::before {
    background: #D71920 !important;
    color: #ffffff !important;
}

.containercatCheckbox input[type='checkbox']+label::before {
    box-shadow: none !important;
}

.catCheckbox:checked+.form-check-label {
    color: #D71920;
} */

.prange-clear {
    text-decoration: underline;
    cursor: pointer;
}

button.owl-prev {
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
}

button.owl-next {
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px;
}

.category-home::after {
    vertical-align: unset;
}

.pd-mrp {
    display: flex;
}

/* .pd-tax-info {
    line-height: 42px;
} */

.pd-tab-desc {
    padding-left: 3% !important;
}

.form-check-label {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.slick-dots li.slick-active button:before {
    color: #fff !important;
    content: '\25CF' !important;
    opacity: 1 !important;
}

.slick-dots li button:before {
    color: #fff !important;
    content: '\25CB' !important;
    font-size: 14px !important;
    opacity: 1 !important;
    vertical-align: middle;
}

.slick-track {
    margin-left: 0 !important;

}


/* Root uses full viewport with backdrop image behind */
.sc-root {
    position: relative;
    min-height: 90vh;
    width: 100%;
    display: grid;
    place-items: center;
    background: #2C3E50;
  }
  
  /* Blurred/low-opacity background image layer */
  .sc-backdrop {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: blur(1px);
    opacity: 0.35;
    z-index: 0;
  }


/* Card */
.sc-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 540px;
    background: #F9F9F9;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 16px;
    max-height: 760px;
    overflow: scroll;
}

/* .sc-card-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
  } */

/* Thin divider at top like screenshot */
.sc-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e8e8e8, transparent);
}

/* Titles */
.sc-subtitle {
    font-size: 15px;
    letter-spacing: 0.12em;
    text-align: center;
    color: #8a8f97;
}

.sc-title {
    margin: 2px 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #101828;
}

.sc-desc {
    margin: 0;
    text-align: center;
    color: #5a5f66;
    font-size: 16px;
}

/* Options blocks */
.sc-option {
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.sc-option.dragging {
    background: #eef6ff;
    border-color: #cfe2ff;
}

.sc-option-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sc-icon {
    width: 32px;
    height: 32px;
    /* object-fit: contain; */
}

.sc-option-text {
    flex: 1;
}

.sc-option-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.sc-option-sub {
    font-size: 15px;
    color: #7d8289;
}

.sc-textarea {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #e6e7e8;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 15px;
    resize: vertical;
    outline: none;
}

.sc-textarea:focus {
    border-color: #d71920;
    box-shadow: 0 0 0 3px rgba(11, 116, 255, 0.15);
}

.sc-option-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

/* Buttons */
.sc-action-btn {
    background: #d71920;
    color: #fff;
    border: none;
    padding: 5px 14px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
}

/* OR separator */
.sc-or {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
}

.sc-or-line {
    height: 1px;
    background: #eee;
}

.sc-or-text {
    font-weight: 500;
    font-size: 15px;
    color: #707070;
}

/* Footer links */
.sc-links {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.sc-link {
    background: none;
    border: none;
    color: #d71920;
    cursor: pointer;
    padding: 0;
}

.sc-link:hover {
    text-decoration: underline;
}

/* Modal */
.sc-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: grid;
    place-items: center;
    z-index: 20;
}

.sc-modal {
    width: 92%;
    max-width: 520px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    padding: 14px;
}

.sc-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.sc-modal-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #666;
}

.sc-modal-body {
    margin-top: 8px;
    color: #444;
    font-size: 14px;
}

.sc-modal-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}


.sc-loading-modal {
    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
    text-align: center;
    max-width: 380px;
}

.sc-loading-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.sc-loading-icon {
    width: 80px;
    height: 80px;

    /* Optional gentle animation */
    animation: bounce 1.6s infinite ease-in-out;
}

.sc-result-title {
    font-size: 22px;
    color: #353635;
    text-align: center;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-6px);
        opacity: 0.9;
    }
}


@media (min-width: 1024px) {
    .category-left-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {

    .category-left-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: #EEEEEE !important;
    border: none !important;
    width: 52px;
    height: 104px;
    opacity: 0.70;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    outline: none;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #D7181F !important;
    opacity: 1;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #ffffff !important;
    color: #d71920 !important;
}

.dropdown-item {
    color: #555 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #ffffff !important;
    color: #d71920 !important;
}

.nav-menu li:hover {
    background-color: #ffffff !important;
    color: #d71920 !important;
}

/*
.nav-menu li:hover li a:hover, .nav-menu li:hover li a:focus, .nav-menu li:hover li:hover a {
    background-color: #e9e7e7 !important;
}
*/
.nav-menu li:hover li a:hover {
    background-color: #e9e7e7 !important;
}

.nav-menu li {
    background-color: #ffffff !important;
}

.currentMenuDiv:hover,
.dropdown-item:hover {
    background-color: #e7e7e9 !important;
    color: #d71920 !important;
}

.currentMenuDiv {
    background-color: #ffffff !important;
    color: #656060 !important;
}

.currentMenuDiv>span {
    width: 400%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.dropdown-toggle[aria-expanded="true"] {
    color: #d71920;
}

a.dropdown-toggle[aria-expanded="true"]::after {
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

/*
.nav-menu li:hover li a:hover, .nav-menu li:hover li a:focus, .nav-menu li:hover li:hover a {
    background-color: #ffffff !important;
    color: #212529 !important;
}
*/

.dropdown-menu {
    padding: 0 !important;
}

.nav-menu li:focus {
    background-color: #e9e7e7 !important;
}


/*
a:not([href]):hover {
    color: red !important;
}
*/




.dropdown-subitem-toggle {
    width: 0;
    height: 0;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid black;
}

.dropdown-subitem-toggle {
    width: 0;
    height: 0;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid black;
}

.currentMenuDiv:hover .dropdown-subitem-toggle {
    border-left: .3em solid rgb(241, 11, 11);
}

.bulkodtable {
    font-size: 1.063rem;
    font-weight: 400;
    table-layout: auto;
    overflow: hidden;
}

.sortByDropDown {
    height: 40px;
    font-weight: 600;
    font-size: 1rem;
}

/* .bulkodtable tr td:first-child{ width:25%;}
.bulkodtable tr td { width: 30%; }
.bulkodtable tr td:last-child { width: 44%; } */
.bulkline {
    position: relative;
}

.bulkline:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    bottom: 14px;
    right: 0px;
}

.bulkhold {
    width: auto;
    background: #fff;
    z-index: 1;
    display: flex;
}

.bulkodtable-container {
    height: 65px;
}

.slick-slide>div {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.suggestProduct .slick-slide>div {
    margin: 0 4px;
}

.suggestProduct .slick-list {
    margin: 0 -4px;
}

.table-bulk-order-price {
    height: 17px;
}

/* .no-bulk-discount{
    height: 42px;
} */
.productCardSize sub {
    font-size: 50%;
}

.category-page .productCardSize {
    width: 100% !important;
}

.category-page .TextSlabDetail-margin {
    padding: 0px 1px !important;
}

.pagination {
    width: 46px;
    height: 46px;
    border-radius: 3rem !important;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.50;
    align-items: center;
    justify-content: center;
}

.category-page-category-filter-label {
    font-size: 14px;
}

.category-menu .slick-slide>div {
    margin: 0px 0px !important;
}

.category-menu .slick-list {
    margin: 0px 0px !important;
}

.best-sellers-slider .slick-slide>div {
    margin: 0px 5px !important;
}

.best-sellers-slider .slick-list {
    margin: 0px -3px !important;
}

.best-sellers-slider .table-bulk-order-price>div {
    padding: 0px 0px !important;
}

.p-card-listview {
    justify-content: center;
    width: 75%;
}

.p-card-gridview {
    justify-content: center;
}

.p-card-listview .productImage {
    padding: 0px 0px !important;
    min-width: auto !important;
    max-width: unset;
    min-height: auto !important;
    max-height: 125px !important;
}


.qty-text:disabled {
    background-color: #ddd !important;
}


@media (min-width: 1024px) and (max-width: 1366px) {
    /* .category-breadcrumb {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    } */
}

@media (min-width: 1367px) {
    /* .category-breadcrumb {
        margin: 0px;
        width: 100%;
        max-width: 1634px !important;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        display: flex;
    } */

    .hOFqfG {
        font-size: 26px !important;
    }
}

.filtermenu-label {
    font-size: 1.25rem;
    font-weight: 600;
    color: #8e8e8e;
}

.close-menu {
    top: 0%;
    position: absolute;
    right: 3%;
    font-size: 1.75rem;
}

.filter-container {
    background-color: #ffffff;
}

.popular-category-arrow {
    right: -10px !important;
}

.cart-button-text {
    font-size: 1.125rem;
    font-weight: 600;
}

.cart-button-img {
    width: auto !important;
}

.hm-lotsmailer {
    display: flex;
    justify-content: space-between;
}

.hm-pcat-menu .dropdown-toggle::after {
    float: right;
    margin-top: 1.8%;
}

.hm-pcat-sub .dropdown-toggle::after {
    float: right;
    margin-top: 3%;
}

.searchBoxInput {
    outline: none !important;
    padding-left: 35px !important;
}

.header-search-input {
    width: 800px
}

.pop-cat-home p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.buyingListIcon {
    width: 30px;
    height: 30px;
}

.SubCatCardSlider .hoverEffectRightNav {
    height: 30% !important;
}

.suggestProduct .hoverEffectRightNav {
    height: 17% !important;
}

.SubCatCardSlider .hoverEffectLeftNav {
    height: 30% !important;
}

.suggestProduct .hoverEffectLeftNav {
    height: 17% !important;
}

.hoverEffectRightNav:hover {
    background-color: #D7181F !important;
    background-image: url("/vendor/image/Icons/right_white.png");
    opacity: 1 !important;
    background-size: 14px !important;
}

.hoverEffectLeftNav:hover {
    background-color: #D7181F !important;
    background-image: url("/vendor/image/Icons/left_white.png");
    opacity: 1 !important;
    background-size: 14px !important;
}

.hoverEffectRightNav {
    background-image: url("/vendor/image/Icons/right_arrow.png");
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-position-y: 50%;
    background-size: 14px !important;
}

.hoverEffectLeftNav {
    background-image: url("/vendor/image/Icons/left_arrow.png");
    background-repeat: no-repeat;
    background-position-x: 30%;
    background-position-y: 50%;
    background-size: 14px !important;
}

.modern-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 8px;
}

.modern-checkbox input {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    margin-right: 10px;
    transition: all 0.2s ease;
}

.modern-checkbox input:checked+.checkmark {
    background-color: #D71920;
    border-color: #D71920;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modern-checkbox input:checked+.checkmark::after {
    display: block;
}

.label-text {
    color: #333;
}


.owl-prev span {
    display: none !important;
}

.owl-next span {
    display: none !important;
}

.suggestProductArrow {
    height: 18% !important;
}


.owl-nav.disabled {
    display: block !important;
}

.owl-prev {
    background-image: url("/vendor/image/Icons/left_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position-x: 30% !important;
    background-position-y: 50% !important;
    background-size: 14px !important;
}

.owl-next {
    background-image: url("/vendor/image/Icons/right_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position-x: 70% !important;
    background-position-y: 50% !important;
    background-size: 14px !important;
}

.owl-prev:hover {
    background-image: url("/vendor/image/Icons/left_white.png") !important;
    background-size: 14px !important;
}

.owl-next:hover {
    background-image: url("/vendor/image/Icons/right_white.png") !important;
    background-size: 14px !important;
}

.product-details-table {
    font-size: 1.125rem
}

.product-details-table .feature-label {
    /* background-color: rgba(0,0,0,.05); */
    border-top: none;
    color: #5C5F6A;
    font-size: 16px;
}

.product-details-table .feature-value {
    padding-left: 5%;
    border-top: none;
    color: #979797;
    font-size: 16px;
}

.product-details-table tbody {
    padding: 0;
    margin: 0;
    overflow-y: auto;
    position: absolute;
    height: 129px;
    width: 100%;
}

.prod-desc {
    margin-left: 50px !important;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ffffff;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #ffffff;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #979797;
}

.descSec {
    padding-top: 4rem !important;
}

.productKeywordTabButton {
    font-size: 1.25rem;
}

.prod-details-buying-list-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}


.product-prize {
    width: 35% !important;
}

.slick-slide {
    outline: none;
}

.slick-slide:focus {
    outline: none;
}

.header-search {
    margin-left: 3%;
    justify-content: center;
}

.category-home>a::after {
    vertical-align: .055em;
}

.modal {
    z-index: 1100 !important;
}

.cms-popup {
    background: none !important;
    border: none !important;
}

.icon-close-button {
    width: 24px !important;
    height: 24px !important;
    background: #5C5F6A !important;
}

.close-cms-popup {
    top: 5px !important;
    box-shadow: 0px 0px 6px 0px black !important;
}

.top-0 {
    top: 0px !important;
}

.parsley-errors-list {
    margin: 8px 12px 0px;
    color: rgb(215, 25, 32)
}

.horeca-noti-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.horeca-container {
    position: relative;
    text-align: center;
}

.text-bottom-right {
    position: absolute;
    bottom: 2px;
    right: 88px;
    font-weight: bold;
    cursor: 'pointer';
    color: #000;
}

.text-bottom-right:hover {
    color: #000;
}

.iiz__hint {
    display: none !important;
}

.slick-track {
    height: auto !important;
}

.r-tag-main {
    border: solid 1px #e1e1e1;
    border-radius: 4px;
    align-items: center;
    padding: 0px 8px 0px 8px;
    height: auto;
}

.r-tag-value-container {
    text-align: center;
}

.r-tag-value {
    color: #887a7b;
    font-size: 0.875rem;
    font-weight: 500;
    /* padding-top: 3px; */
    text-decoration: none;
    text-transform: lowercase;
}

.pd-slider-border .slick-list {
    margin: 0px !important;
}

.pd-slider-nav {
    width: 50% !important;

}

.pd-slider-border .slick-slide.slick-active.slick-current .pd-slider-nav img {
    border: 1px solid #00B207;
}

.r-tag-main:hover {
    background-color: #D71920;
}

.r-tag-main:hover .r-tag-value {
    color: white !important;
}

/*
.pd-slider-border .borderAll {
    outline: none;
}
.slick-slider.pd-slider-border.slick-vertical{
    outline: none;
}
*/
.product-detail-display .productImage {
    min-width: 100% !important;
    min-height: 100% !important;
}

.product-detail-display .stock-item-container {
    top: 15%;
    margin-left: 0px;
}

.product-detail-display .p-card-listview {
    width: 100%;
    padding: 0% 10%;
}

.product-detail-display .slick-list {
    margin: 0px;
}

.offerZoneSlider .slick-slide>div {
    /* padding: 2px; */
}

.invalidCoupon {
    color: #d71920;
    font-weight: 600;
}

.cardTopContainer:hover {
    transform: scale(1.08);
    transform-origin: center center;
    transition: all 0.1s ease-in;
}

.productImage:hover {
    transform: scale(1.08);
    transform-origin: center center;
    transition: all 0.1s ease-in;
}

.name-container {
    max-width: 200px;
    /* Adjust as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    margin-right: 15px;
}

.prod-d-stock {
    color: #2C742F;
    background-color: #D2F0D4;
    font-size: 12px;
    font-weight: normal;
    align-items: center;
    display: flex;
    margin-left: 10px;
    height: 29px;
    width: 70px;
    justify-content: center;
    border-radius: 5px;
}

.qty-text {
    outline: none;
}

.main-content {
    padding-top: 115px;
}

.main-content.home-hero-mode {
    padding-top: 0 !important;
}

.home-hero-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    background: transparent !important;
}

.home-hero-navbar.home-hero-navbar-scrolled {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
}

.footer-link {
    font-size: 16px;
}

.user-count-text {
    font-size: 42px;
}

.common-text {
    font-size: 16px;
}

.category-breadcrumb {
    height: 95px;
}

.login-wrapper {
    padding: 2rem;
    justify-content: end;
}

.login-container {
    margin-bottom: 75px;
}

.login-width {
    width: 350px;
}

.register-container {
    padding: 10px;
}

.number-btn {
    height: 45px;
}

.login-input[type="password"]::-ms-reveal {
    display: none;
}

.login-input[type="password"]::-ms-clear {
    display: none;
}

.password-login[type="password"]::-ms-reveal {
    display: none;
}

.password-login[type="password"]::-ms-clear {
    display: none;
}

.celebrate-image {
    width: 35px;
    height: 35px;
}


/* Extra small devices (phones, portrait) */
@media (max-width: 575px) {

    /* Styles for small phones */
    .bulkodtable.table-grid-view {
        font-size: 0.9rem;
    }

    .header-search-input {
        width: auto;
        margin: 0 5px auto;
    }

    .subscribe-container {
        flex-direction: column;
    }

    .subscribe-title {
        font-size: 18px !important;
    }

    .subscribe-title-section {
        margin-bottom: 10px;
    }

    .common-text {
        font-size: 14px;
    }

    .footer-link {
        font-size: 14px;
    }

    .login-wrapper {
        justify-content: center;
    }

    .login-width {
        width: 280px;
    }

    .number-btn {
        font-size: 11px !important;
    }

}

/* Small devices (phones, landscape) */
@media (min-width: 576px) and (max-width: 767px) {

    /* Styles for larger phones */
    .header-search-input {
        width: auto;
        margin: 0 5px auto;
    }
}


/* Landscape orientation */
@media (orientation: landscape) {

    /* Styles for landscape mode */
    .main-content {
        padding-top: 80px;
    }

    .footer-link {
        font-size: 14px;
    }

    .user-count-text {
        font-size: 30px;
    }

    .common-text {
        font-size: 14px;
    }

    .header-search-input {
        width: 650px;
        margin: 0 auto;
    }

    .category-breadcrumb {
        height: 70px;
    }

    .login-wrapper {
        padding: 0rem;
    }

    .login-container {
        margin-bottom: 50px;
    }

    .register-container {
        padding: 8px;
    }

    .number-btn {
        height: 37px;
    }

    .login-container {
        padding-right: 80px;
    }

}

/* Portrait orientation */
@media (orientation: portrait) {
    /* Styles for portrait mode */
}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Styles for tablets */
}

/* Large devices (desktops, laptops) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Styles for small desktops */
}

/* Extra large devices (large desktops, Mac screens) */
@media (min-width: 1200px) {

    /* Styles for large desktops and Mac */
    .header-search-input {
        width: 650px;
        margin: 0 20px;
    }
}

/* Ultra-wide screens (4K monitors) */
@media (min-width: 1600px) {
    /* Styles for ultra-wide displays */
}




/*Media Query*/
@media screen and (max-width:280px) {}

@media screen and (max-width:320px) {}

@media screen and (max-width:360px) {
    .slick-dots li {
        width: 15px;
        height: 15px;
    }

    .slick-dots li button:before {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width:375px) {}

@media screen and (max-width: 425px) {}



@media screen and (max-width: 500px) {
    .owl-stage {
        left: 0px !important;
    }

    .lblCartCount {
        padding: 2px 5px;
        margin-left: -8px;
        margin-top: -4px;
    }

    .a-cart-p {
        font-size: 0.60rem;
    }
}


@media screen and (max-width: 768px) {

    .slick-next-arrow {
        top: 49% !important;
    }

    .slick-back-arrow {
        top: 37% !important;
    }

    .banner-arrow {
        width: 24px !important;
        height: 24px !important;
        background-size: 16px !important;

    }

    .slick-back-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;

    }

    .slick-next-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;
    }

    /* .containercatCheckbox input[type='checkbox']+label::before {
        margin-top: 4px;
    } */

    /* .containercatCheckbox input[type='checkbox']+.wish-check::before {
        top: 0;
    } */

    .rmv-circle {
        width: 1.25rem !important;
        margin-top: -14px;
    }

    /* .bulkodtable-container {
        min-height: 40px;
    } */
    .main-slab {
        font-size: 14px !important;
    }

    .product-btn button {
        height: 36px !important;
    }

    .taghead {
        font-size: 16px !important;
    }

    #textButtonNotHideTextSM {
        font-size: 14px !important;
    }

    /* .bulkodtable tr td:first-child{
        width:20%;
    }  */
    .block-title {
        font-size: 0.938rem;
        /* margin: auto; */
    }

    .bulkodtable tr td:last-child {
        /* width: 39%; */
        font-size: 0.625rem;
    }

    /* .bulkodtable tr td { width: 28%; }
    .product-detail-slab .bulkodtable tr td:first-child { width: 8%!important;padding: 0!important; } */
    .product-detail-slab .bulkodtable tr td:first-child div {
        padding: 4px 4px 4px 8px !important;
    }

    .product-detail-slab .bulkodtable tr td {
        padding: 3px 7px 3px 10px !important;
    }

    .owl-nav {
        display: none;
    }

    .bulkline:after {
        bottom: 6px
    }

    .product-prize {
        width: 25% !important;
    }

    .block-title {
        padding: 12px 0px 12px 0px;
    }

    .slick-slide>div {
        margin: 0 5px;
    }

    .slick-list {
        margin: 0 -5px;
    }

    .mobile-half-slider .slick-list {
        overflow: hidden;
    }

    .table-bulk-order-price {
        height: 18px;
    }

    .no-bulk-discount {
        font-size: 0.563rem !important;
        /* height: 35px; */
    }

    .pagination {
        width: 36px;
        height: 36px;
        font-size: 1.125rem;
        font-weight: 500;
    }

    .bulkodtable-container {
        min-height: 40px;
    }

    .p-card-listview .productImage {
        min-width: 110px !important;
        min-height: 136px !important;
        max-height: 136px !important;
        padding: 0px 15px !important;
    }

    .list-card-view {
        height: auto !important;
    }

    .sortByDropDown {
        height: 31px;
        font-weight: 600;
        font-size: 0.875rem;
    }

    .mrp-list {
        margin-left: 5%;
        margin-top: 5px !important;
    }

    .bulkodtable.table-list-view {
        font-size: 0.625rem;
    }

    /* .bulkodtable.table-grid-view {
        font-size: 1.063rem;
    } */

    .p-card-listview {
        /*position: unset !important;*/
        justify-content: unset;
        width: 100%;
    }

    .product-detail-display .positonBottomLeft {
        left: 3%;
    }

    /* .category-breadcrumb {
        border-top: 1px solid #f2f1f2;
        padding: 0% 5%;
        width: 100%;
        background-color: #ffffff;
    } */

    .breadcrumb-item.active a {
        font-size: 0.875rem;
        font-weight: 500;
    }

    .breadcrumb>li>a {
        font-size: 0.875rem;
    }

    .breadcrumb {
        background-color: #ffffff !important;
    }

    .cart-button-text {
        font-size: 0.813rem;
        font-weight: 600;
    }

    .cart-button-img {
        width: 30% !important;
    }

    .bulkline.bulkline-list {
        padding: 1% 0%;
        margin-top: 3px;
    }

    /* .list-price-container{
        margin-left: 4%;
    } */
    .cat-s-mobile-filter img {
        margin-top: -5px;
        margin-left: 4.5px;
    }

    .cart-product-name-list {
        line-height: 16px;
    }

    .welcome-user {
        font-weight: bold;
    }

    .buyingListIcon {
        width: 20px;
        height: 20px;
    }

    .productTag p {
        font-size: 0.875rem !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 280px;
    }

    .productTag .ButtonBorderOverride {
        height: 36px !important;
    }

    .product-details-table {
        font-size: 0.875rem;
    }

    .productKeywordTabButton {
        font-size: 0.875rem;
    }

    .prod-details-buying-list-icon {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

    .product-detail-slab .bulkodtable {
        font-size: 0.875rem;
    }

    .product-detail-slab .bulkodtable tr td:last-child {
        font-size: 0.875rem;
        /* width: 28%!important; */
        /* padding: 3px 0!important; */
    }

    .product-detail-display .productImage {
        min-width: 100% !important;
        min-height: 100% !important;
    }

    .product-detail-display .stock-item-container {
        top: 0%;
        margin-left: 0px;
        width: 80%;
    }

    .pd-slider-border .slick-slide.slick-active.slick-current .pd-slider-nav img {
        border-bottom: 1px solid #00B207;
    }

    .product-detail-display .p-card-listview {
        width: 100%;
        padding: 0% 10%;
    }

    .owl-nav.disabled {
        display: none !important;
    }

    /* .product-detail-image-resize{
        max-height:260px !important;
    } */


    .pd-mrp {
        margin: 0 11px !important;
        display: flex;
    }

    .product-details-table td:first-child {
        width: 60% !important;
    }

    /* .click {
        height: 26px!important;
    } */
    /* .category-page .bulkodtable .table-bulk-order-price,.category-page .bulkodtable .TextSlabDetail-margin,.category-page .bulkodtable .table-bulk-order-price div{
        font-size: 0.5rem!important;
    } */

    .prod-desc {
        margin-left: 0px !important;
    }

    .product-details-table tbody {
        width: 96%;
    }
}

@media (min-width:769px) and (max-width:990px) {



    .banner-arrow {
        width: 30px !important;
        height: 30px !important;
        background-size: 20px !important;

    }

    .slick-back-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;

    }

    .slick-next-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;
    }
}

@media only screen and (device-width: 768px) {

    /* For general iPad layouts */
    .cart-button-img {
        width: 22% !important;
    }

    .cart-button-text {
        font-size: 0.625rem;
        font-weight: 600;
    }

    .bulkodtable {
        font-size: 0.75rem;
    }

    .mtg-bold {
        font-size: 0.75rem;
    }

    .table-bulk-order-price {
        font-size: 0.75rem;
    }

    .product-details-table tbody {
        width: 98%;
    }

}

@media screen and (max-width: 992px) {
    .bulkodtable td {
        font-size: 9px !important;
    }

    .qty_head {
        font-size: 16px !important;
    }

    .header-search {
        margin-left: 0 !important;
    }

    .searchBoxInput {
        height: 32px;
    }

    .category-page .click {
        height: 30px !important;
    }

    sub {
        bottom: 0 !important;
    }


}

@media (min-width:992px) and (max-width:1200px) {

    /* .product-detail-image-resize{
        max-height:350px !important;
    } */
    /* . {
        font-size: 0.7rem !important;
    } */

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 60px;
    }

    .product-details-table {
        font-size: 0.875rem;
    }

    .productKeywordTabButton {
        font-size: 1.125rem;
    }

    .block-title {
        font-size: 1.2rem;
        padding: 16px 0px;
    }

    /* .header-search-input {
        width: 270px;
    } */
    .category-page-category-filter-label,
    /* .containercatCheckbox label,
    .prange-clear {
        font-size: 12px !important;
    } */

    .category-page .cart-button-text {
        font-size: 0.500rem;
        font-weight: 600;
    }

    .category-page .cart-product-name-grid {
        font-size: 0.85rem !important;
    }

    .category-page .price {
        font-size: 0.95rem !important;
    }

    .category-page .click {
        height: 30px !important;
    }

    .category-page .bulkodtable tr td:last-child {
        width: 50% !important;
    }

    .category-page-category-filter-title,
    .sub_cat_name {
        font-size: 1.25rem !important;
        font-weight: 800;
    }

    .product-details-table td {
        width: 50% !important;
    }

    .category-page .cart-button-img {
        width: 36% !important;
    }

    .cardTopContainer p {
        font-size: 12px !important;
    }

    .a-cart-p {
        font-size: 0.8rem;
        line-height: 20px;
    }

    .nav-menu a {
        font-size: 14px;
    }


}

@media (min-width:991px) {
    .login-btn {
        text-transform: uppercase;
    }

    .feature-block {
        /* min-height: 180px; */
    }

}

@media (min-width:1280px) {
    .header-search-container {
        padding-left: 1.5rem !important;
    }

}

@media (min-width:1281px) and (max-width:1400px) {
    .cardTopContainer p {
        font-size: 14px !important;
    }
}

@media (min-width:1280px) and (max-width:1400px) {

    /* .bulkodtable td:nth-child(2){
        width: 60px!important;
        padding: 3px 10px 3px 15px!important;
     } */
    .mrp-list {
        margin-top: 6px !important;
    }
}

/*@media (min-width:1999px) and (max-width:992px){
    .jTSlBp{
        margin-right: 9px;
    }
    .jkAoWN{
        margin-top: 10px;
    }
}*/
@media (min-width:990px) and (max-width:1200px) {

    .OjYEZ {
        margin-top: 10px;
    }

    .jTSlBp {
        margin-right: 9px !important;
    }

    .searchBoxInput {
        font-size: 14px !important;
    }

    #login-header-form button {
        height: 36px !important;
    }

    .dropdown-menu2 {
        transform: translate3d(0px, 29px, 0px) !important;
    }

    .nav-menu a {
        font-size: 14px;
    }

}

@media (min-width:991px) and (max-width:1024px) {

    /* .bulkodtable tr td:last-child { width: 48%; } */
    .banner-arrow {
        width: 40px !important;
        height: 40px !important;
        background-size: 20px !important;
    }

    .slick-back-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;
    }

    .slick-next-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;

    }

    /* .containercatCheckbox input[type='checkbox']+label::before {
        margin-top: 3px;
    } */

    .main-header {
        height: 400px !important;
    }

    .qty_head {
        font-size: 14px !important;
    }

    .bulkodtable-container {
        min-height: 42px;
    }

    .mrp-list {
        margin-top: 4px !important;
    }

    .hoverEffectRightNav {
        width: 4% !important;
        height: 40% !important;
    }

    .hoverEffectLeftNav {
        width: 4% !important;
        height: 40% !important;
    }

    #login-header-form button {
        height: 36px !important;
    }

    .cart-button-img {
        width: 30% !important;
    }

    .cart-button-text {
        font-size: 0.95rem !important;
        font-weight: 600;
    }

    #textButtonNotHideTextSM {
        font-size: 14px !important;
    }

    .productKeywordTabButton {
        font-size: 0.9rem;
    }

    .price-range input {
        font-size: 11px !important;
        padding: 5px !important;
    }

    .cardTopContainer p {
        font-size: 11px !important;
        padding: 5px 5px 0 5px !important;
    }

    .bulkodtable-container td div {
        font-size: 0.48rem !important;
    }

    .category-page .bulkodtable .table-bulk-order-price,
    .category-page .bulkodtable .TextSlabDetail-margin,
    .category-page .bulkodtable .table-bulk-order-price div {
        font-size: 0.7rem !important;
    }

    .category-page .mtg-bold {
        font-size: 0.8rem !important;
    }

    .bulkodtable td {
        font-size: 12px !important;
    }

    .qty-text {
        font-size: 14px !important;
    }

    .click {
        height: 32px !important;
    }

    .price-middle-box {
        min-width: 35px !important;
    }

    .nav-menu a {
        font-size: 14px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {

    .banner-arrow {
        width: 50px !important;
        height: 50px !important;
        background-size: 22px !important;
    }

    .slick-back-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;

    }

    .slick-next-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;
    }

    /* .containercatCheckbox input[type='checkbox']+label::before {
        margin-top: 5px;
    } */

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 80px;
    }

    .hoverEffectRightNav {
        width: 4% !important;
        height: 40% !important;
    }

    .hoverEffectLeftNav {
        width: 4% !important;
        height: 40% !important;
    }


    .product-detail-image-resize {
        max-height: 350px !important;
    }

    .product-details-table {
        font-size: 0.875rem;
    }

    .productKeywordTabButton {
        font-size: 1.125rem;
    }

    .bulkodtable {
        font-size: 0.850rem;
    }

    .cart-button-text {
        font-size: 0.69rem;
        font-weight: 600;
    }

    .block-title {
        font-size: 1.2rem;
        padding: 0px 0px;
    }

    /* .bulkline:after { bottom: 13px;} */
    .category-page .cart-button-text {
        font-size: 0.600rem;
        font-weight: 600;
    }

    #textButtonNotHideTextSM {
        font-size: 18px !important;
    }

    .category-page-category-filter-title,
    .sub_cat_name {
        font-size: 1.625rem !important;
        font-weight: 800;
    }

    .bulkodtable td {
        font-size: 14px !important;
    }

    .productKeywordTabButton {
        font-size: 1em;
    }

    .jTSlBp {
        margin-right: 20px !important;
    }

    .iISELW {
        font-size: 0.75rem !important;
    }

    .category-page-category-filter-label,
    /* .containercatCheckbox label {
        font-size: 16px !important;
    } */

    .category-page .mtg-bold {
        font-size: 0.71rem !important;
    }

    .category-page-category-filter-title,
    .sub_cat_name {
        font-size: 1.5rem !important;
        font-weight: 800;
    }

    #login-header-form button {
        height: 40px !important;
    }

    .dropdown-menu2 {
        transform: translate3d(0px, 29px, 0px) !important;
    }

    .a-cart-p {
        font-size: 0.9rem;
    }

    .nav-menu a {
        font-size: 14px;
    }


}

@media (min-width:1025px) and (max-width:1280px) {

    .banner-arrow {
        width: 50px !important;
        height: 50px !important;
        background-size: 22px !important;
    }

    .slick-back-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;

    }

    .slick-next-arrow:hover {
        background-color: #D7181F !important;
        background-image: url("/vendor/image/lots-prev-white.svg") !important;
        opacity: 1 !important;

    }

    .main-header {
        height: 400px !important;
    }

    .qty_head {
        font-size: 16px !important;
    }

    .cardTopContainer p {
        font-size: 12px !important;
    }

    .bulkodtable-container {
        min-height: 50px;
    }

    .mrp-list {
        margin-top: 3px !important;
    }

    .iISELW {
        font-size: 00.68rem !important;
    }

    .cart-button-img {
        width: 25% !important;
    }

    .cart-button-text {
        font-size: 0.7rem !important;
        font-weight: 600;
    }

    .click {
        height: 32px !important;
    }

    #login-header-form button {
        height: 38px !important;
    }

    #textButtonNotHideTextSM {
        font-size: 16px !important;
    }

    .productKeywordTabButton {
        font-size: 1rem;
    }

    .category-page .bulkodtable .table-bulk-order-price,
    .category-page .bulkodtable .TextSlabDetail-margin,
    .category-page .bulkodtable .table-bulk-order-price div {
        font-size: 0.75rem !important;
    }

    .category-page .mtg-bold {
        font-size: 0.7rem !important;
    }

    .bulkodtable td {
        font-size: 14px !important;
    }

    /* .bulkodtable td:nth-child(2){
       width: 60px!important;
       padding: 3px 10px 3px 15px!important;
    } */
    .a-cart-p {
        font-size: 0.8rem;
    }

    .nav-menu a {
        font-size: 14px;
    }

}

@media (min-width:1400px) and (max-width:1600px) {
    .product-detail-image-resize {
        max-height: 500px !important;
    }

    .bulkodtable {
        font-size: 0.850rem;
    }

    .cart-button-text {
        font-size: 0.740rem;
        font-weight: 600;
    }

    .block-title {
        font-size: 1.8rem;
    }

    /* .header-search-input {
        width: 310px;
    } */
    #textButtonNotHideTextSM {
        font-size: 16px !important;
    }

    .jULmsq {
        font-size: 20px !important;
    }

    .category-page .mtg-bold {
        font-size: 0.9rem;
    }

    .dropdown-menu2 {
        transform: translate3d(0px, 30px, 0px) !important;
    }
}

@media (min-width:1600px) and (max-width:1900px) {
    .product-detail-image-resize {
        max-height: 500px !important;
    }

    .block-title {
        font-size: 1.8rem;
    }

    /* .header-search-input {
        width: 350px;
    } */
    .cart-button-text {
        font-size: 0.85rem;
        font-weight: 600;
    }

    .category-page .mtg-bold {
        font-size: 0.97rem;
    }

    .dropdown-menu2 {
        transform: translate3d(0px, 30px, 0px) !important;
    }

}

@media screen and (min-width:1700px) {
    .sub-menu-head {
        padding-top: 0.28rem;
    }
}

@media screen and (min-width:1900px) {
    .product-detail-image-resize {
        max-height: 500px !important;
    }

    .bulkodtable .table-grid-view {
        font-size: 1.20rem;
    }

    .block-title {
        font-size: 38px;
        /* font-weight: 900; */
    }

    .bulkodtable .table-list-view {
        font-size: 1.0625rem;
    }

    .cart-button-text {
        font-size: 1.125rem;
        font-weight: 600;
    }

    .dropdown-menu2 {
        transform: translate3d(0px, 40px, 0px) !important;
    }

    .bdamargin-sticky-header {
        top: 145px !important;
    }

    .bdamargin-sticky-header-container {
        margin-bottom: 215px !important;
    }

    /* .product-detail-display td:nth-child(2){
        width: ;
    } */
}

@media (min-width: 992px) {

    .scol-xl-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .scol-lg-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* For screens with a width of 1440px */
@media (min-width: 1440px) {
    .featured-banner-card {
        height: 499px;
    }
}

@media (min-width: 1440px) and (max-width: 1899px) {
    .bdamargin-sticky-header {
        top: 90px !important;
    }

    .bdamargin-sticky-header-container {
        margin-bottom: 155px !important;
    }
}

/* @media (max-width: 1440px) {
    .featured-banner-card {
        height: 399px;
    }
}

@media (max-width: 1435px) {
    .featured-banner-card {
        height: 399px;
    }
}

@media (max-width: 1430px) {
    .featured-banner-card {
        height: 399px;
    }
}

@media (max-width: 1420px) {
    .featured-banner-card {
        height: 399px;
    }
} */

@media (max-width: 1400px) {
    .featured-banner-card {
        height: 423px;
    }
}

@media (max-width: 1360px) {
    .featured-banner-card {
        height: 399px;
    }
}

/* @media (max-width: 1300px) {
    .featured-banner-card {
        height: 399px;
    }
} */

/* For screens with a width of 1440px and specific device characteristics */
/* @media (max-width: 1440px) and (-webkit-device-pixel-ratio: 1.5), (max-width: 1440px) and (resolution: 144dpi) {
    .featured-banner-card {
    height: 399px;
    }
} */

@media screen and (max-width: 1200px) {
    .featured-banner-card {
        height: 394px;
    }
}

@media screen and (max-width: 992px) {
    .featured-banner-card {
        height: 343px;
    }
}

/* 
@media screen and (max-width: 768px) {
    .featured-banner-card {
        height: 344px;
    }
} */

@media screen and (max-width: 576px) {
    .featured-banner-card {
        height: 263px;
    }
}

@media screen and (max-width: 425px) {
    .featured-banner-card {
        height: 257px;
    }
}

/* Contact Us page */
.contactus-page {
    background: #ffffff;
    color: #1f1f1f;
}

.contactus-placeholder {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.contactus-hero {
    padding: 40px 0 20px;
}

.contactus-hero-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
}


.contactus-hero-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    gap: 50px;
}

.contactus-hero-left-mascot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-height: 350px;
    background: #fafafa;
    border-radius: 18px;
    padding: 24px;
    position: relative;
    background-image: url("/vendor/image/AboutUs/backgroundexperiance.png");
    background-repeat: cover;
    padding: 70px;
}

.contactus-hero-label {
    font-weight: 600;
    color: #303030;
    margin-bottom: 16px;
}

.contactus-mascot {
    width: 160px;
    height: 200px;
    border-radius: 24px;
    margin: 0 auto;
}

.contactus-hero-right {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contactus-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
}

.contactus-card-title {
    font-weight: 500;
    color: #353635;
}

.contactus-card-subtitle {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #999999;
}

.contactus-card-line {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    color: #1A1A1A;
    font-weight: 500;
}

.contactus-email-link {
    text-decoration: none;
    color: inherit;
    color: #666666;
}

.contactus-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #d71920;
}

.contactus-offices {
    padding: 10px 0 30px;
}

.contactus-offices-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
}

.contactus-office {
    flex: 1 1 320px;
}

.contactus-office-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #353635;
}

.contactus-office-text {
    color: #666666;
    line-height: 1.5;
    margin-bottom: 10px;
}

.contactus-office-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d71920;
    font-weight: 600;
    font-size: 0.9rem;
}

.contactus-legal {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #efefef;
    color: #777777;
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contactus-join {
    background: #D71920;
    color: #ffffff;
    padding: 30px 100px;
    background-image: url("/vendor/image/members/GroupcurvIcon.svg");
    background-repeat: no-repeat;
    background-size: calc(10%);
    background-position-y: calc(50px);

}

.contactus-join-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.contactus-join-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.contactus-join-copy {
    font-size: 0.95rem;
    width: 300px;
}

.contactus-join-email {
    background: #ffffff;
    color: #d71920;
    padding: 10px 16px;
    border-radius: 8px;
    min-width: 220px;
    text-align: center;
    font-weight: 600;
}

.contactus-mobile {
    padding: 100px 40px;
    border-bottom: 1px solid #B3B3B3;
}

.contactus-mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contactus-mobile-text {
    display: flex;
    flex-direction: column;
}

.contactus-mobile-label {
    color: #d71920;
    font-weight: 500;
    margin-bottom: 6px;
}

.contactus-mobile-title {
    color: #4E555B;
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: -2;
}

.contactus-mobile-actions {
    flex: 1 1 420px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}

.contactus-qr {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.contactus-store {
    width: 150px;
    height: 44px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .contactus-hero-left {
        min-height: auto;
    }

    .contactus-mascot {
        width: 140px;
        height: 180px;
    }

    .contactus-join-row,
    .contactus-mobile-row {
        align-items: flex-start;
    }
}

/* Membership page */
.membership-page {
    background: #ffffff;
    color: #1f1f1f;
}

.membership-placeholder {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.membership-hero {
    padding: 36px 0 30px;
}

.membership-hero-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
}

.membership-hero-left {
    flex: 1 1 520px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}

.membership-hero-text {
    flex: 1 1 260px;
}

.membership-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.membership-copy {
    color: #666666;
    margin-bottom: 14px;
    line-height: 1.6;
}

.membership-button {
    background: #d71920;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 600;
}

.membership-stats {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 14px;
}

.membership-stat-number {
    font-size: 1.4rem;
    font-weight: 700;
}

.membership-stat-label {
    color: #777777;
    font-size: 0.9rem;
}

.membership-link {
    color: #d71920;
    font-size: 0.85rem;
    margin-top: 6px;
}

.membership-card-placeholder {
    width: 140px;
    height: 90px;
    border-radius: 12px;
    background: #d71920;
    box-shadow: 0 10px 20px rgba(215, 25, 32, 0.2);
}

.membership-hero-right {
    flex: 1 1 320px;
    display: flex;
    justify-content: flex-end;
}

.membership-hero-figure {
    width: 280px;
    height: 360px;
    border-radius: 20px;
    background: linear-gradient(180deg, #e9f4ff 0%, #eaf6ff 100%);
}

.membership-benefits {
    flex: 0 0 calc((100% - 48px) / 3);
    padding: 30px 0 50px;
    text-align: center;
}

.membership-benefits-header {
    background-image: url("/vendor/image/members/Scribble.svg");
    background-size: calc(28%);
    background-repeat: no-repeat;
    background-position-y: calc(0%);
    background-position-x: calc(65%);
    padding: 150px 70px 20px;
    color: #4E555B;
}

.membership-benefits-header h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.membership-benefits-header p {
    color: #7a7a7a;
    font-size: 0.95rem;
}

.membership-benefits-list {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.membership-benefit {
    flex: 0 0 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.membership-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d71920;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-benefit-title {
    font-weight: 600;
}

.membership-benefit-text {
    font-size: 0.85rem;
    color: #6b6b6b;
    line-height: 1.5;
}

.membership-benefits-cta {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.membership-app {
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-app-row {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
}

.membership-app-phones {
    flex: 1 1 340px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
}

.membership-phone {
    width: 120px;
    height: 220px;
    border-radius: 18px;
}

.membership-mascot {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.membership-app-content {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.membership-app-label {
    color: #d71920;
    font-weight: 700;
}

.membership-app-title {
    font-size: 1.2rem;
    font-weight: 700;
}

.membership-app-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.membership-qr {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.membership-store {
    width: 150px;
    height: 44px;
    border-radius: 10px;
}

.membership-subscribe {
    width: 100vw;
    padding: 50px 30px;
    background-color: #F6F6F6;
}

.membership-subscribe-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.membership-subscribe-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #4E555B;
}

.membership-subscribe-copy {
    color: #7a7a7a;
    font-size: 0.9rem;
}

.membership-subscribe-button {
    background: #d71920;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .membership-benefit {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .membership-hero-right {
        justify-content: center;
    }

    .membership-hero-figure {
        width: 240px;
        height: 300px;
    }
}

/* About Us page */
.aboutus-page {
    color: #1c1c1c;
    background-color: #ffffff;
}

.aboutus-section {
    /* padding: 48px 0; */
    margin-top: 48px;
}

.aboutus-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: -2%;
    line-height: 120%;
    margin-bottom: 14px;
    color: #4E555B;
}

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

.aboutus-copy {
    color: #666666;
    font-weight: 400;
    font-size: 0.95rem;
}

.aboutus-placeholder {
    background: #f3f4f6;
    /* border: 1px solid #e5e7eb; */
}

.aboutus-hero {
    padding-top: 24px;
}

.aboutus-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

/* 
.aboutus-hero-text {
    max-width: 680px;
} */

.aboutus-hero-media {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 300px;
}

.aboutus-video-placeholder {
    width: 100%;
    max-width: 520px;
    height: 280px;
    border-radius: 24px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

/* .aboutus-hero-media::before,
.aboutus-hero-media::after {
    content: "";
    position: absolute;
    border: 2px solid #d71920;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 40%;
    opacity: 0.8;
} */

.aboutus-hero-media::before {
    width: 84px;
    height: 84px;
    left: -28px;
    top: 10px;
}

.aboutus-hero-media::after {
    width: 110px;
    height: 110px;
    left: -10px;
    top: 38px;
    opacity: 0.55;
}

.aboutus-hero-media:hover {
    transform: scale(1.1);
}

.aboutus-values {
    background: #ffffff;
}

.aboutus-values-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 0;
    align-items: stretch;
}

.aboutus-values-content {
    max-width: 560px;
    padding: 40px 40px 40px 20px;
    align-self: center;
}

.aboutus-values-media {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    background: #eef2f6;
}

.aboutus-values-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aboutus-values-photo.aboutus-placeholder {
    border: 0;
}

.aboutus-values-media::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
}

.aboutus-values-kicker {
    font-family: Arial, Helvetica, sans-serif;
    color: #4E555B;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 18px;
    max-width: 250px;
    line-height: 1.35;
}

.aboutus-vistory-text {
    display: flex;
    flex-direction: row;
    color: #D71920;
    gap: 5px;
    z-index: 10;
    width: 600px;
    margin-bottom: 50px;
}

.aboutus-victory-letter {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 4rem;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: -5px;
}

.aboutus-victory-descriotion {
    font-size: .7rem;
    letter-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.aboutus-victory {
    font-size: 3.4rem;
    font-weight: 800;
    color: #d71920;
    letter-spacing: 0.35rem;
    margin-bottom: 12px;
}

.aboutus-values-list {
    display: grid;
    gap: 18px;
}

.abutus-victory-media {
    width: 90%;
    margin-bottom: 50px;
}

.aboutus-value-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    padding: 16px 18px;
}

.aboutus-value-item {
    display: grid;
    grid-template-columns: 64px minmax(0, .8fr);
    gap: 16px;
    align-items: start;
}

.aboutus-icon-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #d71920;
    padding: 10px;
    object-fit: contain;
    border: 0;
}

.aboutus-value-title {
    font-weight: 700;
    color: #4E555B;
    margin-bottom: 4px;
}

.aboutus-value-text {
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 0.8rem;
    line-height: 1.5;
}

.aboutus-experience {
    background: #f7f7f7;
    background-image: url("/vendor/image/AboutUs/backgroundexperiance.png");
    background-repeat: cover;
    padding: 70px;
}

.aboutus-experience-grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 24px;
}

.aboutus-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.aboutus-card:hover {
    transform: scale(1.1);
}

.aboutus-card-image {
    height: 300px;
}

.aboutus-card-label {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0px;
    padding: 6px 12px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.37);
    font-size: 0.85rem;
    text-align: center;
    padding-top: 20px;
}

.aboutus-member {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 65%, #e7f2ff 100%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.aboutus-activemember {
    position: relative;
    right: -60px;
}

.aboutus-member-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

.aboutus-cta {
    background: #d71920;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 600;
    margin: 10px 0 18px;
}

.aboutus-stats {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
}

.aboutus-stat-number {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111111;
}

.aboutus-stat-label {
    font-size: 0.85rem;
    color: #7a7a7a;
}

.aboutus-link {
    color: #d71920;
    font-size: 0.85rem;
}

.aboutus-member-media {
    display: grid;
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
    gap: 18px;
    align-items: end;
    justify-items: end;
}

.aboutus-card-placeholder {
    height: 120px;
    border-radius: 12px;
    width: 100%;
}

.aboutus-person-placeholder {
    height: 260px;
    border-radius: 26px;
    width: 100%;
}

.aboutus-appdownload {
    width: 100vw;
    padding: 100px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #B3B3B3;
}

.aboutus-benefits {
    background: #4D4D4F;
    color: #ffffff;
    padding: 14px 0;
}

.aboutus-benefits-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    align-items: center;
}

.aboutus-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
}

.aboutus-benefit-icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #565656;
    border: 1px solid #6b6b6b;
}

.aboutus-mobile {
    background: #ffffff;
    border-bottom: 1px solid rgb(179, 179, 179);
}

.aboutus-mobile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
    align-items: center;
}

.aboutus-mobile-phones {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
}

.aboutus-phone {
    width: 140px;
    height: 250px;
    border-radius: 18px;
}

.aboutus-mascot {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.aboutus-mobile-label {
    color: #d71920;
    font-weight: 700;
    margin-bottom: 6px;
}

.aboutus-mobile-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.aboutus-mobile-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
}

.aboutus-qr {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.aboutus-store-buttons {
    display: grid;
    gap: 10px;
}

.aboutus-store-button {
    width: 150px;
    height: 42px;
    border-radius: 8px;
}

@media (max-width: 991px) {

    .aboutus-hero-grid,
    .aboutus-values-grid,
    .aboutus-member-grid,
    .aboutus-mobile-grid {
        grid-template-columns: 1fr;
    }

    .aboutus-hero-media {
        justify-content: center;
        min-height: 0;
    }

    .aboutus-hero-media::before,
    .aboutus-hero-media::after {
        display: none;
    }

    .aboutus-values-media {
        min-height: 240px;
    }

    .aboutus-values-media::after {
        display: none;
    }

    .aboutus-values-content {
        padding: 24px 16px 8px;
    }

    .aboutus-member-media {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }

    .aboutus-experience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aboutus-benefits-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 8px;
    }
}

@media (max-width: 768px) {
    .aboutus-section {
        padding: 28px 0;
    }

    .aboutus-video-placeholder {
        height: 220px;
    }

    .aboutus-victory {
        font-size: 2.3rem;
        letter-spacing: 0.2rem;
    }

    .aboutus-experience-grid {
        grid-template-columns: 1fr;
    }

    .aboutus-benefits-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}