h1,
h2,
h3,
h4,
h5,
h6,
p,
html,
body {
    font-family: "Poppins", sans-serif !important;
}

*::-webkit-scrollbar {
    width: 3px;
}

*::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border: 0px solid #cacaca;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #363636;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    cursor: pointer;
}

.btn,
.upload_div_1 {
    padding: 10px 12px;
}

.upload_div_1,
.btn-primary,
.btn-success {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
}

.upload_div_1,
.btn-primary {
    border: 2px solid #f00;
    background: #f00;
}

.btn-success {
    border: 2px solid #17822c;
    background: #17822c;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible,
.upload_div_1:hover {
    color: #f00 !important;
    background: #fff !important;
    border: 2px solid #f00 !important;
    transition: 0.3s;
    box-shadow: none;
}


.btn-secondary {
    color: #f00;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    border: 2px solid #f00;
    background: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background: #f00;
    border: 2px solid #f00;
    transition: 0.3s;
}

.btn-secondary:hover svg path {
    fill: #fff;
}

/* header section css start */
.hyphen-header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1020;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px rgba(106, 116, 133, 0.15);
    border-radius: 0px;
}

.hyphen-header::before {
    position: absolute;
    content: '';
    background-color: #000;
    height: 40px;
    width: 25%;
    z-index: 0;
    top: 0;
    right: 0;
}

.hyphen-header .main_logo {
    width: 178px;
}

.hyphen-header .navbar {
    /* border-radius: 15px; */
    background: #fff;
    padding: 18px;
    position: relative;
}

.hyphen-header .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px !important;
    line-height: normal;
    position: relative;
}

.topnav li.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1549.98px) {

    .dashboard-nav,
    .custom-container {
        max-width: 1600px;
    }
}

@media (min-width: 1200px) {
    .hyphen-header .navbar .navbar-brand {
        position: absolute;
        top: 10px;
        left: 28px;
        max-width: 120px;
    }
}

.hyphen-header .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    top: auto;
    bottom: -10px;
    left: 22px;
    background-color: #f00;
}

.hyphen-header .navbar-nav .nav-link:hover::after {
    width: 40%;
    transition: 0.3s;
}

.hyphen-header .navbar-nav .nav-link.active,
.hyphen-header .navbar-nav .nav-link.active:hover {
    color: #f00;
    font-weight: 600;
}

.hyphen-header .navbar-nav .nav-link.active::after {
    width: 40%;
}

.hyphen-header .navbar-nav .nav-link:hover {
    color: #000000a6;
}

.hyphen-header .navbar .header-info {
    border-radius: 0px 0 0 10px;
    background: #000;
    padding: 8px 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
}

.hyphen-header .navbar .header-info .opening-det {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.hyphen-header .navbar .header-info .social-list {
    list-style: none;
    display: flex;
    gap: 20px;
}

.hyphen-header .navbar .header-info .social-list li a {
    color: #fff;
}

.hyphen-header.fixedHeader {
    position: fixed;
    top: 0;
    animation: slideDown 0.35s ease-out;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* .hyphen-header.fixedHeader > .container {
    padding: 0 !important;
    max-width: 100% !important;
} */

.hyphen-header.fixedHeader .navbar {
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.hyphen-header.fixedHeader .navbar .header-info {
    border-radius: 0 0 0 10px;
}

.hyphen-header .navbar-toggler {
    border: 0;
}

.hyphen-header .navbar-toggler:focus {
    box-shadow: none;
}

.hyphen-header .free-submit span.freeBadge {
    position: absolute;
    top: -10px;
    left: -15px;
    padding: 0px 5px;
    background-color: #f00;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    animation: freeAnimate 1.5s ease infinite;
    border: 2px solid #fff;
}

@keyframes freeAnimate {
    30% {
        transform: scale(1.2);
    }

    40%,
    60% {
        transform: rotate(-10deg) scale(1.2);
    }

    50% {
        transform: rotate(10deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* header section css end */

/* map banner css starts here */

.hero_banner_section .gmap_iframe {
    height: 900px !important;
}


.hero_banner_section .hero-banner-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 570px;
    left: 8%;
    z-index: 9;
}

.hero_banner_section .hero-banner-div .hero-details {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.79);
    backdrop-filter: blur(5px);
    padding: 20px 25px;
}

.hero_banner_section .hero-banner-div .hero-details h1 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
}

.counter-box .counter-number {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.counter-box .counter-label {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}

.counter-box .divider {
    border-right: 1px solid #c8c8c8;
}

/* map banner css ends here */

/* onestop solution section css starts here */

.onestop-solution .single-solution-card {
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    background-color: transparent;
    transition: all .2s ease;
}

.onestop-solution .single-solution-card:hover {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px);
    transition: all .2s ease;
}

.onestop-solution .single-solution-card .solution-heading {
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

/* onestop solution section css ends here */

/* related warehouse css start here  */

.related-warehouse-section .related-warehouse-tab .nav-tabs::-webkit-scrollbar {
    width: 2px !important;
    height: 4px;
}

.related-warehouse-section .related-warehouse-tab .nav-tabs::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border: 0;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
}

.related-warehouse-section .related-warehouse-tab .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #363636;
}

.related-warehouse-section .related-warehouse-tab .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 12px 24px;
    white-space: nowrap;
}

.related-warehouse-section .related-warehouse-tab .nav-tabs .nav-link.active {
    background: #FF0000;
    border-radius: 8px 8px 0px 0px;
    border-color: #FF0000;
}

.related-warehouse-section .cityDiv.hidden,
.related-warehouse-section .stateShow.hidden {
    width: 0px;
    height: 0px;
    overflow: hidden;
    flex: none;
    padding: 0;
    opacity: 0;
}

.related-warehouse-section .city-name p::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0px;
    top: auto;
    bottom: -10px;
    left: 0px;
    background-color: #f00;
    transition: all .3s ease;
}

.related-warehouse-section .city-name:hover p::after {
    width: 40px;
    transition: all .3s ease;
}

/* related warehouse css ends here  */

/* testimonials-slider-section css starts here  */

.testimonials-slider-section .testimonial-slider-container .signle-testimonial-card {
    border-radius: 18px;
    padding: 20px 25px;
    background: #FFFFFF;
    border: 1.5px solid rgba(255, 132, 132, 0.12);
    box-shadow: 1px 3px 54px 3px rgba(123, 123, 123, 0.14);
    border-radius: 18px;
    margin: 12px;
}

.testimonials-slider-section .testimonial-slider-container .message-text {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.testimonials-slider-section .testimonial-slider-container .position,
.testimonials-slider-section .username {
    color: #000;
    line-height: 150%;
    font-weight: 400;
    font-size: 16px;
}

.testimonials-slider-section .testimonial-slider-container .username {
    font-weight: 600;
    font-size: 18px;

}

.testimonial-slider-container:after {
    background: linear-gradient(0deg, #ffffff 20%, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    height: 230px;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 3;
}

.testimonial-slider-container:before {
    background: linear-gradient(180deg, #ffffff 20%, hsla(0, 0%, 100%, 0));
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

/* testimonials-slider-section css ends here  */

.user_img1 img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: fill;
}

.btn.action_btn {
    background: #fff;
    box-shadow: none !important;
    width: 37px;
    height: 37px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px !important;
    border: 1.5px solid #e1e4eb;
    border-radius: 12px;
}

.mega-menu {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
}

.scrollControllers {
    top: 32px;
}

.mega-menu .parent-menu-wrapper {
    overflow-x: auto;
}

.mega-menu .parent-menu-wrapper::-webkit-scrollbar {
    width: 2px !important;
    height: 4px;
}

.mega-menu .parent-menu-wrapper::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border: 0;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
}

.mega-menu .parent-menu-wrapper::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #363636;
}

.mega-menu .single-menu-link {
    transition: all .2s ease;
    cursor: pointer;
}

.mega-menu .single-menu-link:hover {
    background-color: #f1f1f1;
    transition: all .2s ease;
}

.mega-menu .single-menu-link .link-icon {
    height: 30px;
    width: 30px;
}

.mega-menu .single-menu-link .link-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    white-space: nowrap;
}

.hero-video-wrapper {
    min-height: calc(100vh - 110px);
    max-height: calc(100vh - 110px);
    margin-top: 110px;
}

.hero-video-wrapper .background-video {
    min-height: calc(100vh - 110px);
    max-height: calc(100vh - 110px);
    object-fit: cover;
}

.hero-img-wrapper {
    min-height: calc(80vh - 110px);
    max-height: calc(80vh - 110px);
    margin-top: 110px;
}

.hero-img-wrapper .banner-bg-img {
    min-height: calc(80vh - 110px);
    max-height: calc(80vh - 110px);
}

.hero-img-wrapper .hero-benner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.search-section {
    position: absolute;
    width: 100%;
    height: 135px;
    left: 0px;
    top: auto;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
}

.searchbar.form-control {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #8C8C8C;
    padding: 10px 15px;
}

/* ============= popular product css starts here ============== */

.contact-cta .conatct-card { 
    border-radius: 20px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: solid 1px rgba(255,255,255,.23);
    background-color: rgba(255,255,255,.1);
    position: relative;
}

.contact-cta .conatct-card .form-control,
.contact-cta .conatct-card .form-select { 
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: solid 1px rgba(255,255,255,.23);
    background-color: rgba(255,255,255,.1);
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #fff;
    padding: 14px 16px;
    box-shadow: none !important;
}

.contact-cta .conatct-card .form-control::placeholder,
.contact-cta .conatct-card .form-select::placeholder {
    color: #fff;
}
.contact-cta .location-tabs .nav-link {
    display: flex;
    position: relative;
    transition: all .3s;
    padding: 10px;
    border: none;
    box-shadow: none;
}

.contact-cta .location-tabs .nav-link:hover{ 
    border-radius: 35px;
    background: rgba(255,255,255,.21);
    border: transparent;
}

.contact-cta .location-tabs .nav-link.active {
    padding-right: 110px;
    border-radius: 35px;
    background: rgba(255,255,255,.21);
    border: transparent;
}

.contact-cta .location-tabs .nav-link svg {
    border-radius: 50%;
}

.contact-cta .location-tabs .nav-link .loca-name {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.contact-cta .location-tabs .nav-link.active .loca-name  {
    transform: translate(40px,-50%);
    opacity: 1;
    visibility: visible;
}

.common-section-space {
    padding: 100px 0;
}

.common-heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
}

.text-red {
    color: #f00;
}

.common-subheading {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #434343;
}


.popular-products .slider-controls button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
}


.popular-products .products-row {
    margin-top: 40px;
}


.popular-products .product-card {
    border-radius: 12px;
    padding: 8px;
    background: #F5F5F5;
    border-radius: 12px;

}

.popular-products .product-card .date-listing-badge {
    position: absolute;
    left: auto;
    right: 16px;
    top: 16px;
    background: #FF0000;
    border-radius: 20px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
}

.popular-products .product-card .readMore-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FF0000;
}

.popular-products .product-card .image-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}


.popular-products .product-card .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}


.popular-products .product-card .image-wrap img:hover {
    transform: scale(1.04);
}


.popular-products .product-card .wishlist-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #d90429;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


.popular-products .product-card .sku {
    font-size: 14px;
    color: #878787;
}

.popular-products .product-card .btn-quote {
    margin-top: 12px;
    width: 100%;
    background: var(--btn-red);
    border: none;
    padding: 8px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}

.popular-products .product-card .btn-quote:hover {
    background: var(--btn-red-hover);
    transform: translateY(-2px);
}

.product-card .product-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #434343;
}

.brand-list-wrapper {
    background: #F5F5F5;
    border-radius: 12px;
}

.single-brand .brand-img-outer {
    background-color: #fff;
    aspect-ratio: 1/1;
    width: 100%;
}

.popular-products.fixed-height-desc .product-card {
    min-height: 560px;
    height: 560px;
}

.popular-products.fixed-height-desc-non-heading .product-card {
    min-height: 522px;
    height: 522px;
}

.popular-products .swiper-button-next:after,
.popular-products .swiper-button-prev:after {
    display: none;
}

/* ============= popular product css ends here ============== */

/* Faq css starts here */

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    padding: 24px 0;
    background: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 185%;
    color: #626262;
    padding: 0 0 24px 0;
}

/* Faq css ends here */

/* warehouse details css starts here */

.warehouse-details-section .property-details-card {
    background: #F5F5F5;
    border-radius: 12px;
}

.warehouse-details-section .property-details-card .property-tabs {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.warehouse-details-section .property-details-card .property-tabs::-webkit-scrollbar {
    width: 2px !important;
    height: 4px;
}

.warehouse-details-section .property-details-card .property-tabs::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border: 0;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
}

.warehouse-details-section .property-details-card .property-tabs::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #363636;
}

.warehouse-details-section .property-tabs .nav-link {
    font-weight: 600;
    color: #333;
    border: none;
    padding: 12px 20px;
    white-space: nowrap;
}

.warehouse-details-section .property-tabs .nav-link.active {
    background: #ff0000;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.warehouse-details-section .info-row {
    margin: 24px 0;
}

/* .warehouse-details-section .info-item {
    margin-bottom: 20px;
} */

.warehouse-details-section .info-label {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 4px;
}

.warehouse-details-section .info-value {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.listed-by-user .user-image {
    max-width: 45px;
    min-width: 45px;
    max-height: 45px;
    min-height: 45px;
}

.listed-by-user .usrename {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #4C4C4C;
}

.listed-by-user .dateadded {
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: #4C4C4C;
}

/* warehouse details css ends here */



/* Fixed icon (75x75) bottom-right */
.compare-toggle {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    z-index: 10;
    border: 2.77778px solid #FF0000;
    opacity: .35;
    transition: all .2s ease;
}

.compare-toggle:hover {
    opacity: 1;
    width: 75px;
    height: 75px;
    transition: all .2s ease;
}

/* small white icon square inside (arrows) */
.compare-toggle .inner-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.compare-close-mini {
    position: absolute;
    right: -6px;
    bottom: 55px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 1110;
    border: 1px solid #f00;
    cursor: pointer;
    opacity: 0;
}

.compare-toggle:hover .compare-close-mini {
    opacity: 1;
}

.compare-popup {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 250px;
    background: rgba(207, 207, 207, 0.65);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 22px;
    box-shadow: var(--shadow);
    z-index: 1090;
    display: none;
}

.compare-popup::after {
    content: "";
    position: absolute;
    right: 38px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid var(--popup-bg);
}

.compare-popup h5 {
    text-align: center;
    color: #f00;
    margin: 0 0 14px;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 700;
}

/* pill items */
.compare-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.compare-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.65);
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    font-weight: 600;
    color: #222;
    position: relative;
}

.compare-item .label {
    font-size: 15px;
}

.compare-item .close-btn {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: none;
    color: #666;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.coming-soon-cta {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-brand-ticker .blurder-red-bg,
.popular-category-section .blurder-red-bg {
    position: absolute;
    width: 917.04px;
    height: 75.84px;
    left: 50%;
    top: 50%;
    content: '';
    background: rgba(255, 0, 0, 0.7);
    filter: blur(250px);
    border-radius: 150px;
    transform: rotate(11.23deg) translate(-50%, 20%);
}

.top-brand-ticker .singlebrand {
    height: 175px;
    width: 175px;
    background-color: #fff;
    border-radius: 12px;
    margin: 0 10px;
}

.top-brand-ticker .singlebrand img {
    width: 100%;
    object-fit: contain;
}

.top-brand-ticker::before,
.top-brand-ticker::after {
    content: "";
    position: absolute;
    width: 160px;
    top: 0;
    height: 100%;
    z-index: 99;
}

.top-brand-ticker::before {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}

.top-brand-ticker::after {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}

.hyphen-footer {
    padding: 20px 0 0;
    background-color: #F5F5F5;
}


.hyphen-footer .quick-link-footer .quick-links li {
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
}

.hyphen-footer .quick-link-footer .quick-links li::before {
    content: url("../img/icons/broken-arrow.svg");
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-40%);
}

.hyphen-footer a {
    text-decoration: none;
}

.hyphen-footer .quick-link-footer .quick-links li a {
    color: #000;
}

.hyphen-footer .quick-link-footer .quick-links li a:hover {
    color: #f00;
}

.hyphen-footer .quick-link-footer h4.quick-heading {
    color: #f00;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

/* 
.hyphen-footer .quick-link-footer h4.quick-heading::after {
    content: "";
    height: 3px;
    width: 40px;
    background-color: #f00;
    position: absolute;
    left: 0;
    bottom: 20px;
} */

.achievement-media img {
    max-height: 75px;
}

.hyphen-footer .newsletter-footer {
    background-color: #000;
}

.hyphen-footer .newsletter-footer .newsletter-form label {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.hyphen-footer .newsletter-footer .newsletter-form .form-control {
    border-radius: 50px;
    border: transparent;
    box-shadow: none !important;
    padding: 10px 105px 10px 20px;
}

.hyphen-footer .newsletter-footer .newsletter-form .btn {
    background-color: #f00;
    color: #fff;
    border-radius: 0 50px 50px 0;
    padding: 9px 30px;
    position: absolute;
    right: 0;
    top: 32px;
}

.hyphen-footer .newsletter-footer .social-list li a {
    height: 35px;
    width: 35px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
}

.hyphen-footer .footer-copyright {
    background: #000;
    border-top: 1px solid #CCCCCC;
}


@media (max-width: 540px) {
    .compare-popup {
        right: 16px;
        left: 16px;
        width: auto;
        bottom: 100px;
    }

    .compare-toggle {
        right: 18px;
        bottom: 18px;
    }

    .compare-close-mini {
        display: none;
    }
}

.mega-dropdown-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 215px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    padding: 30px;
    display: none;
    border-top: 1px solid #e1e1e1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.mega-dropdown-panel .submenu .mega-menu-links-list {
    column-count: 3;
}

.mega-dropdown-panel .submenu {
    display: none;
}

.parent-item {
    cursor: pointer;
}

.parent-item:hover,
.parent-item.active {
    background: #f5f5f5;
}

.submenu ul {
    padding-left: 0;
    list-style: none;
}

.submenu ul li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.submenu ul li a:hover {
    color: #e63946;
}


#compareAnimBg {
    position: fixed;
    right: 30px;
    bottom: 20px;
    width: 75px;
    height: 75px;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
    transition: opacity .35s ease;
}

#compareAnimBg.animate-bg {
    transform: translateY(-100px);
    animation: bgPop 0.8s ease forwards;
}

@keyframes bgPop {
    0% {
        transform: translateY(-100px) scale(0.4);
        opacity: 0;
    }

    30% {
        transform: translateY(-130px) scale(1.15);
        opacity: 1;
    }

    60% {
        transform: translateY(-120px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(12px) scale(0.4);
        opacity: 0;
    }
}



.contact-modal-wrapper .modal-backdrop.show {
    opacity: 0.4 !important;
    backdrop-filter: blur(8px);
}

.contact-modal-wrapper .contact-modal {
    border-radius: 14px;
    position: relative;
    border: none;
    overflow: hidden;
}

.contact-modal-wrapper .modal-close-btn {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    font-size: 20px;
}

.form-control,
.form-select {
    background: #F5F5F5;
    border: 2px solid #DADADA;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #8C8C8C;
    padding: 10px 16px;
    box-shadow: none !important;
}

.contact-modal-wrapper textarea.form-control {
    height: auto;
}

/* Submit Button */
.contact-modal-wrapper .submit-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 26px;
    border-radius: 8px;
    font-weight: 600;
}

.contact-modal-wrapper .submit-btn:hover {
    background: #c10510;
}

.filter-sidebar {
    background: #F5F5F5;
    border: 2px solid #DADADA;
    border-radius: 12px;
}

.filter-sidebar .filter-icon {
    font-size: 20px;
    cursor: pointer;
}

.filter-sidebar .accordion-button {
    background: transparent !important;
    padding-left: 0;
    font-weight: 600;
    font-size: 15px;
}

.filter-sidebar .accordion-button:not(.collapsed) {
    color: #000;
    background: transparent;
    box-shadow: none;
}

.filter-sidebar .accordion-item {
    border: none;
    background: transparent;
}

.filter-sidebar .accordion-body {
    padding-left: 0;
}

.filter-sidebar .filter-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.filter-sidebar .filter-list li {
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #626262;
}

.filter-sidebar .filter-list input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.popular-category-section .popular-category-card {
    background-color: #fff;
    border-radius: 12px;
    aspect-ratio: 1/1;
    padding: 8px;
    box-shadow: rgba(149, 157, 165, 0.082) 0px 8px 24px;
    text-align: center;
}

/* product details page css starts here */

/* search list css starts here */

.filter-sidebar .range-container {
    position: relative;
    height: 30px;
}

.filter-sidebar .range-track {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 4px;
    background: #d9d9d9;
    transform: translateY(-50%);
    border-radius: 4px;
}

.filter-sidebar .range-selected {
    position: absolute;
    top: 50%;
    height: 4px;
    background: #000;
    transform: translateY(-50%);
    border-radius: 4px;
}

.filter-sidebar .range-input {
    position: absolute;
    width: 100%;
    pointer-events: none;
    appearance: none;
    top: calc(50% - 7px);
    background: none;
}

.filter-sidebar .range-input::-webkit-slider-thumb {
    pointer-events: auto;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}

.filter-sidebar .range-input::-moz-range-thumb {
    pointer-events: auto;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}


.warehouse-card {
    padding: 8px;
    background: #F5F5F5;
    border-radius: 12px;
}

/* IMAGE */
.warehouse-card .warehouse-image {

    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.warehouse-card .warehouse-image img {
    height: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* USER TAG */
.warehouse-card .user-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.warehouse-card .user-tag img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

/* HEART */
.warehouse-card .wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ff0000;
}

/* DOTS */
.warehouse-card .carousel-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.warehouse-card .carousel-dots span {
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 50%;
}

.warehouse-card .carousel-dots span.active {
    background: #ff0000;
}

/* CONTENT */
.warehouse-card .title {
    font-weight: 600;
    color: #444;
}

.warehouse-card .rent-badge {
    background: #ff0000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
}

.warehouse-card .sub-type {
    color: #888;
    margin-top: 8px;
}

.warehouse-card .location {
    color: #999;
    font-size: 14px;
}

.warehouse-card .info-box {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.warehouse-card .info-box.wide {
    flex: 1;
}

.warehouse-card .info-box i {
    font-size: 26px;
    color: #ff0000;
}

.warehouse-card .info-box small {
    color: #999;
}

.warehouse-card .info-box strong {
    display: block;
    font-weight: 600;
}

/* BOTTOM */
.warehouse-card .bottom-row {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.warehouse-card .icon-btn {
    border: 2px solid #ff0000;
    background: transparent;
    color: #ff0000;
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

.warehouse-card .schedule-btn {
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
}

.warehouse-card .added {
    color: #999;
    font-size: 14px;
}

/* search list css ends here */

/* add warehouse css starts here */

.addwarehouse-section .step-indicator {
    display: flex;
    gap: 12px;
}

.addwarehouse-section .step-indicator span {
    width: 100%;
    height: 4px;
    background: #dcdcdc;
    border-radius: 4px;
}

.addwarehouse-section .step-indicator span.active {
    background: red;
}

.addwarehouse-section .step-content {
    display: none;
}

.addwarehouse-section .step-content.active {
    display: block;
}

.addwarehouse-section .placeholder-box {
    height: 200px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
}

.addwarehouse-section .upload-box {
    border: 2px dashed #cfcfcf;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    background: #fafafa;
}

.addwarehouse-section .upload-content p {
    font-size: 13px;
    color: #777;
    margin: 6px 0 0;
}

.addwarehouse-section .preview {
    position: relative;
}

.addwarehouse-section .preview img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.addwarehouse-section .preview span {
    position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}

.addwarehouse-section .uploaded-img img {
    aspect-ratio: 1/1;
    border-radius: 8px;
    object-fit: cover;
}

/* add warehouse css ends here */

.product-gallery-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: flex-start;
    flex-direction: row-reverse;
}

/* ---- THUMBS ---- */
.product-gallery-thumbs {
    width: 110px;
    flex: 0 0 110px;
}

.product-gallery-thumbs .swiper-slide {
    height: 90px !important;
    border-radius: 10px;
    overflow: hidden;
    opacity: .7;
    cursor: pointer;
    border: 2px solid transparent;
    transition: .2s;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #d0d0d0;
}

.product-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---- MAIN SLIDER ---- */
.product-gallery-main {
    flex: 1;
    min-width: 0;
}

.product-gallery-main .swiper-slide .viewed-img-card {
    width: 100%;
    aspect-ratio: 4/3;
    background-color: #ebebeb;
    border-radius: 12px;
    padding: 8px;
}

.product-gallery-main .swiper-slide .viewed-img-card img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}


/* Product Title */
.product-info .product-title {
    font-size: 26px;
}

/* Qty Selector */
.quantity-selector .qty-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 6px;
    font-size: 20px;
    line-height: 1;
}

.quantity-selector .qty-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 8px;
    border-radius: 6px;
}

/* Accordion */
.accordion-button {
    font-weight: 600;
    padding-left: 0;
}

.discription-section .benefits-card {
    background: #F5F5F5;
    border-radius: 12px;
}

.discription-section .benefits-card p {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #434343;
}

/* product details oage css ends here */


.custom-checkbox {
    display: block;
    margin-bottom: 15px;
}

.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox label {
    position: relative;
    cursor: pointer;
}

.custom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #FF0000;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.custom-checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #FF0000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* compare css starts here */

.compare-products .compare-card {
    background: #F5F5F5;
    border: 2px solid #DADADA;
    border-radius: 12px;
    padding: 20px;
}

.compare-products .compare-product-img {
    width: 140px;
    min-width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.compare-products .compare-product-name {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.compare-products .compare-section-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.compare-products .compare-table td {
    padding: 8px 10px;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f1f1;
    background-color: transparent;
}

.compare-products .compare-table .title-col {
    font-weight: 500;
    width: 200px;
    color: #555;
}

.compare-products .compare-check {
    color: #24b047;
    font-size: 16px;
}

.compare-products .compare-cross {
    color: #e02424;
    font-size: 16px;
}

.compare-products .remove-compared-product {
    top: 4px;
    left: 4px;
    cursor: pointer;
}

.compare-products .carousel-dots {
    transform: none !important;
    left: 20px;
}


/* compare css ends here  */

@media (min-width:1549.98px) {
    .scrollControllers {
        display: none;
    }
}

@media (min-width:991.98px) {
    .filter-sidebar {
        position: sticky;
        top: 120px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }
}

@media (max-width:1399.98px) {
    .popular-category-section .popular-category-card {
        aspect-ratio: auto;
        height: 100%;
    }

}

@media (max-width:1199.98px) {
    .common-heading {
        font-size: 40px;
    }

    .hyphen-header .navbar-nav .nav-link {
        padding: 6px 12px !important;
    }

    .hyphen-header::before {
        display: none;
    }

    /* .hyphen-header {
        background: transparent;
        box-shadow: none;
    } */

    .hero-video-wrapper {
        min-height: calc(100vh - 110px);
        max-height: calc(100vh - 110px);
    }

    .hero-video-wrapper,
    .hero-img-wrapper {
        margin-top: 95px;
    }

    .mega-menu {
        top: 95px;
    }

    .mega-dropdown-panel {
        top: 200px;
    }

    .hero-img-wrapper .hero-benner-text {
        /* transform: translate(-50%, -75%); */
        width: 100%;
    }

    .warehouse-card .warehouse-image img {
        aspect-ratio: 5 / 3;
    }

    .popular-products.fixed-height-desc .product-card,
    .popular-products.fixed-height-desc-non-heading .product-card {
        min-height: 450px;
        height: 450px;
    }
}


@media (max-width:991.98px) {

    .top-brand-ticker .blurder-red-bg,
    .popular-category-section .blurder-red-bg {
        width: 200px;
        height: 165.84px;
    }

    .common-heading {
        font-size: 30px;
    }

    .common-section-space {
        padding: 70px 0;
    }

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

    .discription-section .benefits-card p {
        font-size: 14px;
    }

    .hyphen-header .container.dashboard-nav {
        padding: 0;
    }

    .mega-dropdown-panel .submenu .mega-menu-links-list {
        column-count: 2;
    }

    .search-section.counter-box {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
    }

    .popular-products.fixed-height-desc .product-card {
        min-height: 450px;
        height: 450px;
    }

}


@media(max-width: 767.98px) {
    .compare-products .compare-table .title-col {
        width: auto;
    }

    .product-gallery-wrapper {
        display: block;
    }

    .product-gallery-thumbs {
        width: 100%;
        flex: none;
    }

    .product-gallery-thumbs .swiper-wrapper {
        flex-direction: row;
    }

    .product-gallery-thumbs .swiper-slide {
        width: 100px;
        height: 70px;
    }

    .hero_banner_section .hero-banner-div {
        position: static;
        transform: none;
        width: 100%;
    }

    .counter-box .divider {
        border-right: 0;
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 16px;
    }

    .faq-accordion .accordion-button {
        font-size: 20px;
    }

    .top-brand-ticker::before,
    .top-brand-ticker::after {
        width: 120px;
        top: auto;
        bottom: 0;
        height: 50%;
    }
}