/* Media Queries */
@media (max-width: 768px) {
    .tp-slider-spicial .box-text-info {
        justify-content: center;
        padding: 20% 15% 0 15%;
    }
}

@media (max-width: 450px) {
    .offcanvas.offcanvas-end {
        width: 75%;
    }
}

/* Slider & Boxes */
.tp-slider-spicial .box-text-info h3,
.tp-about-us .about-box .about-text h3,
.box-text-info h3 {
    font-size: 29px;
}

body:has(.bg-header-transparent) .tp-slider-spicial img,
body:has(.bg-header-transparent) .tp-slider-spicial video {
    height: 56vh;
}

/* Header */
.header-box .middle-box a img {
    height: 64px;
}

.header-nav.sticky .bg-header {
    animation: none;
}

/* Footer */
.tp-footer-area.center-footer-content .tp-footer-logo img {
    display: none;
}


.tp-footer-bottom {
    border-radius: 22px;
    background: none;
}

.tp-footer-bottom .tp-footer-payment {
    background-color: white;
    padding: 4px;
    border-radius: 5px;
}

footer::after {
    display: none !important;
}

/* Products & Images */
.tp-about-us .about-box .about-media img,
.product-images-carousel .image-link img,
.product-images-carousel .video-slide video,
.products-details .product-images-carousel-thumbs {
    border-radius: 20px;
}

.video-products video {
    border-radius: 12px;
}

.product-box .tp-image-product img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.product-box .footer-btns .product-card-add-to-cart,
.product-box .footer-btns a {
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 7px;
}

.tp-products-container {
    border: none;
}

.tp-products-container .tp-product-image img {
    border-radius: 10px;
}

/* Titles */
.tp-title-section h3 {
    font-size: 27px !important;
    padding: 10px;
}

/* Layout / Grid */
div.col-xl-2.col-lg-3.col-md-3.col-sm-6.col-6,
.col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
}

/* Menus */
.slide-menu {
    width: 280px;
}