
.bs-stepper form .content,
.bs-stepper form .content > div:first-child {
        min-height: 50vh;
}

.bs-stepper form .content > button:last-child {
        margin-right: 1em;
}

footer .nice-select:after {
        display: none;
}

body.enterprise-payment {
        position: relative;
        .page-wrapper {
                min-height: 100vh;
                display: flex;
                align-items: flex-end;
        }

        .payment-section {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                position: fixed;
                
                p {
                        font-size: 20px;
                        font-family: monospace;
                }
        }

        .footer-section {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
        }

        footer {
                width: 100%;
        }
}

ul#myShopTab a.nav-link.active {
        color: #677294 !important;
        background: transparent !important;
}

ul#myShopTab a.nav-link {
        padding: .5rem 1px !important;
}

ul#myShopTab h3 {
        font-size: 1.3em;
        padding: .5rem 1rem;
}

ul#myShopTab h3,
ul#myShopTab h5 {
        padding: .5rem 1rem;
}

.shop-container .tab-pane img {
        max-width: 255px;
        max-height: 242px;
}

.carousel {
        margin-top: 100px;
        height: 90vh;
}

.carousel-container {
        height: 100%;
}

.carousel-container.swiper {
        overflow: visible;
}

.carousel-item {
        background-color: #fff;
}

.carousel-bg-1 {
        background-image: url(/images/hero.webp?08e4f17a05305c10f8ad823ee91e969a);
        background-position: 100% 0%;
        background-size: cover;
        background-repeat: no-repeat;
}

.carousel-bg-2 {
        background-image: url(/images/home-automation.webp?14d16a665c91839f5be8d7b6b3d00336);
        background-position: 46% 0%;
        background-size: cover;
        background-repeat: no-repeat;
}

.carousel-bg-3 {
        background-image: url(/images/Data_Center_Cooling_Systems_fod-1-770x434.webp?2e29824a4aeb4d24922187e8193acb12);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
}

.carousel-container .carousel-caption {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        padding-top: 0px;
        padding-bottom: 0px;
}

.featured-section {
        z-index: 2;
}

@media (max-width: 576px) {
        .carousel-container .carousel-item:nth-child(1) > div,
        .carousel-container .carousel-item:nth-child(2) > div,
        .carousel-container .carousel-item:nth-child(3) > div {
                padding-left: 30px;
                padding-right: 30px;
        }

        .carousel-bg-1 {
                background-position: 80% 0%;
        }

        .carousel-bg-2 {
                background-position: 35% 0%;
        }
}

@media (min-width: 576px) {
        .carousel-container .carousel-item:nth-child(1) > div,
        .carousel-container .carousel-item:nth-child(3) > div {
                padding-left: 50px;
        }
        .carousel-container .carousel-item:nth-child(2) > div {
                padding-right: 50px;
        }
}

@media (min-width: 768px) {
        .carousel-container .carousel-item:nth-child(1) > div,
        .carousel-container .carousel-item:nth-child(3) > div {
                padding-left: 100px;
        }
        .carousel-container .carousel-item:nth-child(2) > div {
                padding-right: 100px;
        }
}

/*@media (min-width: 992px) {
        .carousel-container .carousel-item:nth-child(1) > div,
        .carousel-container .carousel-item:nth-child(3) > div {
                padding-left: 100px;
        }
        .carousel-container .carousel-item:nth-child(2) > div {
                padding-right: 100px;
        }
}

@media (min-width: 1200px) {
        .carousel-container .carousel-item:nth-child(1) > div,
        .carousel-container .carousel-item:nth-child(3) > div {
                padding-left: 100px;
        }
        .carousel-container .carousel-item:nth-child(2) > div {
                padding-right: 100px;
        }
}*/

a.theme-btn {
        width: 200px;
}

.menu-btn {
        justify-content: space-between;
        align-items: center;
}

