h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase !important;
}

.overlay-secondary {
    background: rgba(17, 17, 17, 0.92) !important;
}

.block-megaHeaderSideMenu .menu .level-1.list .sub-menu-wrapper .dropdown-container{
    border-radius: 0rem !important;
}

.main-slider .atf-slider-navi {
    position: absolute;
    z-index: 10;
    bottom: 5px;
}

.main-slider .atf-slider-navi .nav-item.icon.active::before {
    width: 15px !important;
    height: 15px !important;
    background-color: #f19f22 !important;
}

.main-slider .atf-slider-navi .nav-item.icon::before {
    width: 15px !important;
    height: 15px !important;
    background-color: #d3d3d3 !important;
}

.atf-slider-navi li.active>.nav-boxer:before,
.atf-slider-navi-slider .atf-slider-elem.active:before {
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.28) !important;
    -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.28) !important;
    -moz-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.28) !important;
}

.big-image-and-text-block .text-content {
    background-color: #151515 !important;
}

.bg-item {
    background-position: center !important;
    background-size: cover !important;
}


.btn-primary,
.btn-light {
    background-color: #e23323 !important;
    border-color: #e23323 !important;
    text-transform: uppercase !important;
}

.btn-primary:hover,
.btn-light:hover {
    background-color: #222222 !important;
    border-color: #222222 !important;
}

.btn-light {
    color: #ffffff !important;
}

.btn-outline-primary {
    text-transform: uppercase !important;
}

h2.custom-font {
    text-transform: uppercase !important;
}

.highlightbox-bg-image-block .subtext {
    font-size: 19.2px !important;
}

.block-megaHeaderSideMenu .menu {
    background-color: #e6e6e6 !important;
}

.block-megaHeaderSideMenu .menu.menu-bar .level-1>a,
.block-megaHeaderSideMenu .menu.menu-bar .list-item.level-1 .menu-dropdown-toggle::after {
    color: #222222 !important;
}

.block-megaHeaderSideMenu .menu .level-1:hover,
.block-megaHeaderSideMenu .menu .level-1.active {
    background-color: #e23323 !important;
}

.main-overlay {
    position: relative !important;
    overflow: hidden !important;
}

.main-overlay::before {
    overflow: hidden !important;
    content: "" !important;
    position: absolute !important;
    top: -25% !important;
    left: -25% !important;
    width: 150% !important;
    height: 150% !important;
    background-color: rgba(5, 5, 5, 0.94) !important;
}

.content-info-slider h1 {
    font-weight: 700 !important;
}

.nav-boxer {
    height: 100px;
    margin: 10px !important;
}

.nav-boxer img {
    height: 100px;
    object-fit: cover;
    display: block;
    padding: 5px;
}

.item-footer.multiple-buttons {
    display: flex;
}

.product-list .item-footer.multiple-buttons .item-button {
    width: 45% !important;
}

.block-megaHeaderSideMenu .menu-mobile-depth-wrapper:hover{
    background-color: #e23323 !important;
}


@media (max-width: 768px) {
    .item-footer.multiple-buttons {
        display: block;
    }

    .product-list .item-footer.multiple-buttons .item-button {
        width: 90% !important;
    }

    .block-megaHeaderSideMenu .header-logo-wrapper {
        justify-content: center !important;
        padding-bottom: 20px;
    }

    body>div.content.main-content>div:nth-child(1)>div:nth-child(2)>div>div>div.mega-header-block>nav.header.d-flex.justify-content-between.align-items-center.unAttachHeader.unAttachMobileHeader>div>div {
        display: flex !important;
        justify-content: center !important;
    }

    .main-footer-block .footer-content-column {
        text-align: center !important;
    }
}

.product-list .item-footer.multiple-buttons .item-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Ensure consistent height for ATF slider elements */
.atf-slider-elem {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 100%;
}

.atf-slider-elem .item-column {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100%;
}

.atf-slider-elem .item-wrapper {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100%;
}

.atf-slider-elem .item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100%;
}

.atf-slider-elem .item-body {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    justify-content: space-between !important;
}

.atf-slider-elem .item-footer {
    margin-top: auto !important;
}

/* Ensure consistent height for ATF slider elements */