.container-fluid,
.container {
    @media (min-width: 992px) {
        max-width: 1040px !important;
    }

    @media (min-width: 1200px) {
        max-width: 1240px !important;
    }

    @media (min-width: 1400px) {
        max-width: 1440px !important;
    }

    @media (min-width: 1600px) {
        max-width: 1600px;
    }

    @media (min-width: 1920px) {
        max-width: 1720px;
    }
}

a:not(.btn):not(.nav-link):not(.badge):not(.dropdown-item):hover,
a:not(.btn):not(.nav-link):not(.badge):not(.dropdown-item):focus {
    color: var(--bs-danger)
}

a.link:hover {
    text-decoration: underline !important;
    color: var(--bs-danger) !important
}

.main-navbar a {
    text-decoration: none !important
}

.main-navbar {
    background: linear-gradient(180deg, rgb(247 247 247) 0%, rgb(255 255 255) 10%);
    border-bottom: 1px solid rgb(0 0 0 / .03);
    padding: 0
}

.main-navbar .navbar-collapse {
    flex-grow: 1;
    align-items: stretch
}

.main-navbar ul.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 0
}

.main-navbar ul.navbar-nav li.nav-item {
    display: flex;
    align-items: center;
    text-align: center
}

.main-navbar .dropdown-item {
    text-transform: uppercase
}

.main-navbar .dropdown-menu {
    border-radius: .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.main-navbar .nav-link {
    color: #000;
    text-transform: uppercase;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    padding-top: var(--bs-navbar-padding-y);
    padding-bottom: var(--bs-navbar-padding-y)
}

.main-navbar .nav-link.active,
.main-navbar .nav-link:focus,
.main-navbar .nav-link:hover {
    color: var(--bs-danger)
}

.btn-distribuidor {
    color: #fff !important;
    border-radius: 0;
    background-color: rgba(var(--bs-danger-rgb), 1) !important;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: .5rem 1rem
}

.btn-distribuidor.active {
    background-color: #b02a37 !important;
    color: #fff !important
}

.btn-distribuidor:hover,
.btn-distribuidor:focus {
    background-color: #bb2d3b !important;
    color: #fff !important
}

.btn-username {
    display: flex;
    align-items: center;
    gap: 5px
}

.btn-username .span-username {
    max-width: 10ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
    text-transform: capitalize
}

.sticky-header .navbar .navbar-buttons {
    display: flex;
    align-items: center;
    order: 2
}

.sticky-header .navbar .advance_search_form {
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    order: 3
}

.sidebar-right ul.menu,
.features-list,
.intable,
.jcarousel ul,
.light-list,
.light-menu,
.list-colors,
.product-gallery ul.thumbs,
.s-square ul,
.s-triangle {
    list-style: none
}

.sidebar-right {
    background: #FFF;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.sidebar-right .widget {
    margin-bottom: 20px
}

.sidebar-right .title {
    color: #050505 !important;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
    font-size: 18px
}

.sidebar-right .title:after,
.sidebar-right .title:before {
    bottom: 2px;
    content: '';
    position: absolute;
    height: 0;
    left: 0
}

.sidebar-right .title:after {
    border-bottom: 1px solid #CBCBCB;
    width: 25px
}

.sidebar-right .title:before {
    border-bottom: 1px solid #f9f9f9;
    width: 100%
}

.sidebar-right ul.menu {
    margin: 0;
    padding: 0
}

.sidebar-right ul.menu li {
    margin-bottom: 0;
    text-align: left
}

.sidebar-right ul.menu li a {
    border-radius: 2px;
    color: #595959 !important;
    display: block;
    padding: 4px 0 4px 20px;
    position: relative
}

.sidebar-right ul.menu li a:after {
    color: #ddd !important;
    content: '\203A';
    font-family: Arial;
    font-size: 16px;
    height: 4px;
    left: 7px;
    line-height: 1;
    position: absolute;
    top: 6px;
    width: 4px
}

.sidebar-right ul.menu li a:hover:after,
.sidebar-right ul.menu li.active a:after {
    color: #fff !important;
    left: 8px;
    text-decoration: none
}

.sidebar-right ul.menu li a:hover,
.sidebar-right ul.menu li.active a {
    background: #CD2122 !important;
    color: #fff !important;
    text-decoration: none
}

.page-title {
    color: #050505;
    margin-top: 0;
    font-size: 1.625rem
}

.page-title,
.subtitle {
    border-bottom: 1px solid #CBCBCB;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}

.small-desc {
    font-size: .75rem;
    font-weight: 400
}

.dropdown-mega-menu {
    --bs-dropdown-link-active-bg: rgb(3, 3, 3, 0.05);
    position: absolute;
    min-width: 100%;
    transition: transform .2s;
    top: 100%;
    left: 2rem !important;
    padding: 0;
    border-radius: .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 5px solid var(--bs-danger) !important;
    box-shadow: 0 8px 20px rgb(0 0 0 / 15%)
}

.dropdown-mega-menu .p-3 {
    padding: 1rem !important
}

.dropdown-mega-menu .row {
    margin: 0;
    flex-wrap: nowrap
}

.dropdown-mega-menu .col {
    padding: 1rem
}

.menu-tab-content {
    padding: 0;
    border-left: none;
    display: none
}

.dropdown-mega-menu .dropdown-item {
    font-weight: 500;
    color: #333 !important;
    text-transform: capitalize;
    border-left: .3125rem solid #fff0;
    position: relative;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important
}

.menu-tab-content[data-visible="true"] .dropdown-item:first-of-type {
    font-weight: 500 !important;
    color: #c0392b !important;
    text-decoration: underline !important
}

.menu-tab-content[data-visible="true"] .dropdown-item:first-of-type:not(:hover) {
    background-color: #fff3f3
}

.menu-tab-content .menu-image-container {
    --image-background: '';
    background-image: var(--image-background);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .3)
}

.dropdown-mega-menu .dropdown-item:active,
.dropdown-mega-menu .dropdown-item:hover,
.dropdown-mega-menu .dropdown-item:focus {
    border-color: var(--bs-danger)
}

.dropdown-mega-menu .tab-link .fa.fa-chevron-right {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.dropdown-mega-menu .tab-link.active {
    background-color: #f3f3f3 !important;
    border-color: var(--bs-danger) !important;
    color: rgba(var(--bs-danger-rgb), 1) !important
}

.menu-list-button:hover {
    text-decoration: none;
    opacity: none
}

.menu-list-button.item-menu-selected {
    text-shadow: none
}

.menu-list-button>.submenu-indicator>.submenu-indicator-chevron {
    transform: rotate(-45deg)
}

.btn-toggle:hover>.dropdown-megamenu.megamenu {
    display: block
}

.main-navbar .nav-link.show .fa.fa-chevron-down {
    transform: rotate(-180deg)
}

.main-navbar .dropdown-toggle::after {
    content: none !important
}

.navbar-logo {
    max-height: 40px
}

.offcanvas-body {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.offcanvas-body::-webkit-scrollbar {
    display: none
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

.whatsappme {
    position: fixed;
    z-index: 400;
    left: 20px;
    bottom: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #262626;
    transform: scale3d(0, 0, 0);
    transition: transform .3s ease-in-out;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.whatsapp-two {
    bottom: 110px
}

.whatsappme--show {
    transform: scale3d(1, 1, 1);
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
}

.whatsappme__button {
    position: absolute;
    z-index: 2;
    bottom: -1.1rem;
    left: .95rem;
    height: 48px;
    width: 48px;
    max-width: 95vw;
    background-color: #25d366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / .24);
    cursor: pointer;
    transition: background-color .2s linear;
    -webkit-tap-highlight-color: #fff0
}

.whatsappme--dialog .whatsappme__button__send,
.whatsappme__button__open {
    display: block;
    width: 100%
}

.whatsappme__button svg {
    width: 36px;
    height: 36px;
    margin: 12px 12px
}

.mobile-impressline-valories img {
    width: 64px
}

.desktop-impressline-valories a:hover,
.mobile-impressline-valories a:hover,
.product-list-card:hover,
.product-list-card:focus {
    box-shadow: rgb(149 157 165 / .8) 0 .5rem 1.5rem !important;
    transition: box-shadow 0.3s ease
}

.desktop-impressline-valories a {
    text-decoration: none
}

.desktop-impressline-valories .icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    transition: filter 0.3s ease
}

.desktop-impressline-valories .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1);
    display: flex;
    flex-direction: column
}

.desktop-impressline-valories .card h6 {
    font-size: 16px;
    font-weight: 600
}

.desktop-impressline-valories .card p {
    font-size: 14px;
    margin-bottom: 0;
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)
}

.desktop-impressline-valories a:hover,
.desktop-impressline-valories a:focus,
.desktop-impressline-valories a:hover p,
.desktop-impressline-valories a:focus p,
.mobile-impressline-valories a:hover,
.mobile-impressline-valories a:focus {
    color: var(--bs-danger) !important
}

.desktop-impressline-valories a:hover .icon,
.mobile-impressline-valories a:focus .icon {
    filter: invert(25%) sepia(92%) saturate(1400%) hue-rotate(340deg) brightness(95%) contrast(90%)
}

.swiper-button-next,
.swiper-button-prev {
    background: 0 0;
    font-size: 3rem;
    color: var(--bs-danger);
    margin-top: -100px;
    height: 100px;
    line-height: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s ease
}

.form-login-index input {
    margin-top: .7rem;
    margin-bottom: .7rem;
    padding: .7rem 1.25rem;
    background-color: #EDEDED;
    color: #555;
    height: 2.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: .875rem
}

.form-login-index input:focus {
    background-color: #EDEDED
}

.breadcrumb {
    --bs-breadcrumb-divider: url(https://www.impressline.com.mx/public/frontend/images/icons/breadcrumbs-arr.png);
    --bs-breadcrumb-bg: var(--bs-black);
    --bs-breadcrumb-font-size: 0.875rem;
    --bs-breadcrumb-padding-x: 0.625rem;
    color: var(--bs-white) !important;
    width: fit-content
}

.breadcrumbs {
    text-transform: uppercase;
    float: left
}

.breadcrumbs a {
    text-decoration: none !important;
    color: var(--bs-white) !important
}

.breadcrumb .hidden {
    display: none
}

.btn-bbb {
    background-color: #bbb !important
}

.color-selector-container {
    display: flex;
    gap: .25rem;
    flex-wrap: wrap;
    justify-content: center
}

.color-selector {
    width: 1.25rem;
    height: 1.25rem;
    background: var(--bs-btn-bg) !important
}

.show-more {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    cursor: pointer
}

.product-card-image {
    max-height: 250px !important
}

.product-list-card .card-product-title {
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem !important
}

.product-list-image {
    padding: 1rem !important;
    text-align: center !important
}

.product-list-info {
    padding: 1rem !important
}

#show-filters-container-button .box-shadow {
    width: 3.125rem;
    height: 3.125rem
}

.title-sc h1,
.title-sc h2,
.title-sc h3 {
    font-weight: 700;
    text-transform: capitalize
}

h1 {
    font-size: 1.25rem !important
}

h2 {
    font-size: 1.09rem !important
}

h3,
h4,
h5 {
    font-size: 1rem !important
}

.cs-checkbox label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem;
    border-radius: 50%;
    border: 1px solid var(--bs-border-color);
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 .5rem;
    width: 1.8rem;
    height: 1.8rem
}

.cs-checkbox input[type="checkbox"]:checked+label {
    background-color: lightgray;
    font-family: FontAwesome;
    font-size: .875rem
}

.cs-checkbox input[type="checkbox"]:checked+label::before {
    content: "\f00c"
}

.cs-checkbox span {
    color: #000
}

.color-filter-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .5rem calc((100% - 6 * 50px) / 5);
    justify-items: center;
    align-items: center
}

.color-filter-selector {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    border: 1px solid var(--bs-border-color);
    cursor: pointer
}

.float-px {
    border: 1px solid #CD2122;
    border-radius: .3rem;
    padding: .125rem .3rem;
    color: #333;
    font-size: .625rem;
    font-weight: 700;
    position: absolute;
    top: -1.5rem;
    left: -.75rem;
    margin-left: .3rem
}

.header-links a {
    text-decoration: none;
    font-size: 0.7rem !important;
    letter-spacing: 1px
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.4em;
    height: 1.4em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 50%
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.4em;
    margin-left: -.6em
}

.ui-slider-handle.ui-state-active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.advance-filter-box {
    display: inline-block;
    position: relative
}

.color-box {
    width: 40px;
    height: 40px;
    background-color: var(--list-group-bg, #fff)
}

.category-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 64px
}

.category-box {
    display: block;
    width: 48px;
    height: 48px;
    background: var(--list-group-bg, #fff);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 4px
}

.category-box-label-wrapper {
    display: flex;
    gap: .3rem
}

.category-box-label {
    font-size: .8rem;
    line-height: 1.2;
    color: #000;
    text-align: center;
    margin-top: 4px;
    text-decoration: none;
    cursor: pointer
}

.advance-filter-box .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0 !important
}

.back-space {
    margin-bottom: 1.5rem
}

.social-section {
    flex: 1 1 200px;
    text-align: center
}

.social-section {
    flex: 1 1 50px;
    text-align: center
}

.social-icons a {
    margin: 0 5px;
    display: inline-block
}

.social-icons img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s
}

.tooltip-text {
    --bs-tooltip-bg: #555;
    --bs-tooltip-color: #fff
}

.feature_box .title {
    font-size: .875rem;
    font-weight: 700;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
    vertical-align: middle
}

.small-title {
    color: #000;
    text-shadow: 0 1px 0 rgb(255 255 255 / .7);
    font-size: .875rem;
    font-weight: 700;
    border-bottom: 1px solid #bcbcbc;
    margin: 0 0 20px
}

.feature_box .box {
    margin-bottom: 1rem
}

#totop {
    text-align: center;
    text-decoration: none;
    right: 15px;
    opacity: .7;
    top: auto;
    bottom: 70px;
    width: 35px;
    padding: 20px 0;
    background-position: center 5px;
    background-image: url(https://www.impressline.com.mx/public/frontend/images/icons/arrow_totop.png);
    background-repeat: no-repeat;
    background-color: #404040;
    color: #fff;
    display: block;
    font-size: 9px;
    font-weight: 900;
    height: 9px;
    line-height: 1;
    position: fixed;
    z-index: 9999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.small-title-line {
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgb(255 255 255 / .7);
    font-size: .875rem;
    font-weight: 700;
    border-bottom: 1px solid var(--bs-secondary);
    margin: 1.5rem 0
}

.title-line {
    padding-bottom: .625rem;
    display: inline-block;
    border-bottom: 1px solid var(--bs-secondary);
    position: relative
}

.title-line::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
    border: 3px solid #fff0;
    border-bottom-color: var(--bs-secondary)
}

.bootbox.modal .modal-body {
    padding: 0 !important
}

.bootbox.modal .bootbox-body .alert {
    margin-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.bootbox.modal .modal-body .bootbox-close-button.close {
    display: none !important
}

.bootbox.modal .modal-footer {
    padding: 0.5rem !important
}

.bootbox.modal .modal-footer .btn-c-t-a,
.bootbox.modal .modal-footer .btn-highlight {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade.in {
    opacity: 1
}

#quoting-table-body .input-mini {
    max-width: 140px;
    min-width: 120px
}

.popover-text {
    display: none;
    position: absolute;
    background: #555;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    max-width: 400px;
    z-index: 1000;
    box-shadow: 2px 2px 10px rgb(0 0 0 / .3)
}

.popover-text table tr td:first-child {
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    padding-right: .5rem;
    white-space: nowrap
}

.popover-text table tr td:last-child {
    text-align: right;
    padding-left: .5rem;
    white-space: nowrap
}

.popover-text::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 27px;
    border: 10px solid #fff0;
    border-bottom-color: #555
}

.boton-cta {
    text-align: center;
    margin-top: 10px
}

.wa-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease-in-out
}

.wa-button:hover {
    background-color: #25D366;
    color: white !important
}

.wa-button .icon-embed-xsmall {
    width: 20px;
    height: 20px
}

.movil-center .small-desc {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

@media (max-width:576px) {
    .wa-button {
        width: 100%;
        text-align: center
    }
}

.big_image {
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.big_image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain
}

span.product-badge {
    position: absolute;
    top: .5rem;
    left: .5rem;
    display: none;
    visibility: hidden;
    border-radius: var(--bs-border-radius) !important;
    padding: .2rem .6rem
}

.categories-grid-container {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr
}

.categories-grid-container .grid-item {
    display: flex;
    position: relative;
    justify-content: center;
    overflow: hidden
}

.categories-grid-container .item1,
.categories-grid-container .item2 {
    grid-row: span 2
}

.categories-grid-container .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.button-cta {
    font-size: 1rem;
    padding: 0.5rem 0.625rem;
    border-radius: 0;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: '';
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: '';
}

@media (min-width:624px) {
    .sticky-header .navbar .advance_search_form {
        order: 2 !important
    }

    .sticky-header .navbar .advance_search_form+.navbar-buttons {
        order: 3 !important
    }
}

@media (min-width:768px) {
    .product-list-card .product-list-image {
        height: 240px !important
    }

    .product-list-image a img {
        height: 100% !important;
        width: auto !important
    }

    .main-navbar .navbar-nav.ms-auto .nav-item:first-child {
        margin-right: clamp(0.0625rem, -6.2459rem + 7.7049vw, 3rem) !important
    }
}

@media (min-width:940px) {
    .category-box-wrapper {
        width: calc(100% / 8) !important
    }
}

@media (min-width:992px) {
    .desktop-impressline-valories .col:last-child {
        display: none !important
    }
}

@media (min-width:1024px) {

    .main-navbar .nav-link,
    .main-navbar .dropdown-item,
    .tab-links,
    a.dropdown-megamenu-list-link {
        font-size: clamp(12px, calc(11px + (20 - 12) * ((100vw - 400px) / (2500 - 400))), 14px) !important
    }
}

@media (min-width:1201px) {
    .categories-grid-container {
        grid-auto-rows: calc((100% - 0.5rem) / 2)
    }
}

@media (max-width:1324px) {
    .main-navbar .navbar-nav.ms-auto {
        display: none
    }
}

@media (max-width:1200px) {
    .categories-grid-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:1023px) {

    .main-navbar .nav-link,
    .main-navbar .dropdown-item,
    .tab-links,
    a.dropdown-megamenu-list-link {
        font-size: 12px !important
    }
}

@media (max-width:991px) {
    .navbar-logo {
        max-width: 180px;
        max-height: auto
    }
}

@media (max-width:940px) {
    .main-navbar .navbar-nav:first-child {
        flex-wrap: nowrap
    }
}

@media (max-width:768px) {
    .categories-grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto)
    }
}

@media (max-width:767px) {
    .sticky-header {
        position: sticky;
        top: 0;
        z-index: 1052;
        border: 1px solid rgba(var(--bs-light-rgb), 1)
    }

    .whatsappme {
        bottom: 50px;
        left: 0
    }

    .navbar-logo {
        width: 40px !important;
        height: 40px !important
    }

    .scroll-xs {
        overflow-x: auto
    }

    .category-box-wrapper {
        width: calc(100% / 6) !important
    }
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .category-box-wrapper {
        width: calc(100% / 4) !important
    }
}