.product-box .tp-image-product img {
    aspect-ratio: 125 / 85;
}

.header-box .middle-box a img {
    transform: scale(2);
}

.tp-feature-area .tp-feature-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
}

@media (max-width: 992px) {
    .tp-feature-area .tp-feature-items{
        grid-template-columns: repeat(1, 1fr);
    }
}

:root {
    --primary-color: #222443 !important;

}

.footer-btns {
    display: none !important;
}

.tp-footer-area {
    border: 0;
}

img.footer-logo.lazy-img {
    transform: scale(1.5);
}

.header-sm {
    display: none;
}

.sticky-cart.active .checkout-btns , .sticky-cart.active .price-product , .sticky-cart.active .product-name-price {
    display: none;
}

.sticky-cart.d-flex.active {
    display: grid !important;
    grid-template-columns: 50% 50% !important;
}

.sticky-cart.d-flex.active .select-quantity-div {
    margin: 0 !important;
    min-width: 100%;
}

.sticky-cart.d-flex.active {
    display: grid !important;
    grid-template-columns: 30% 65% !important;
    justify-content: space-around;
}

.product-buttons .btn-add-to-cart {
    background-color: #212443;
    color: white;
}

.product-buttons .checkout-btn {
    background-color: white;
    color: black;
    border: 1px solid;
}

@media (max-width: 768px) {
.col-xl-2.col-lg-3.col-md-3.col-sm-6.col-6 {
    min-width: 100%;
}
}

.logo-lodaer-box {
    width: 150px !important;
    height: 150px !important;
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) { 

.tp-footer-top .row {
    justify-content: center;
}

}

section.tp-video.s-block {
    margin: 0;
}