@media (min-width: 768px) {
    .main-slider {
        border-radius:5px;
        margin-top: 15px
    }

    .search-header .image-logo {
        padding: 20px 0px
    }
}

.section-title {
    text-align: center
}

.product-item img {
    min-width: 100%;
    object-fit: cover;
    border-radius: 5px
}

.prod-col {
    border-radius: 5px;
    padding: 15px;
    text-align: center
}

.btn-primary {
    min-width: 90%
}

.footer-theme-text-for-primary-bg {
    text-align: center
}

.store-section .social-icons {
    justify-content: center
}

.section-padding-space {
    padding-top: 0px;
    padding-bottom: 30px
}

.search-header {
    padding: 5px 0px
}

@media (min-width: 768px) {
    .main-slider, .main-slider .slider-item {
        box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px
    }
}

.btn-primary {
    background-color: #742925;
    color: white;
}

.product-item .product-price {
    color: #742925 !important;
}

:root {
    --primary-color: #742925 ;
    --text-color-primary-bg: #fff ;
}

.div-product-sku , .review-details , [data-template="shipping_payment"] .main , [href="/shipping-and-payment"] {
    display: none !important
}