@media (max-width: 767px) {
    .ltn__breadcrumb-area-2 {
        padding-top: 60px !important;
        padding-bottom: 80px !important;
        margin-bottom: 40px !important;
    }
}

.mini-cart-qty-control {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    user-select: none;
}

.mini-cart-qty-btn {
    width: 24px;
    height: 24px;
    line-height: 1;
    padding: 0;
    border: 1px solid #ddd;
    background: #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mini-cart-qty-btn:hover:not(:disabled) {
    background: #eee;
}

.mini-cart-qty-btn:disabled {
    opacity: 0.5;
    cursor: default;
}

.mini-cart-qty-value {
    min-width: 18px;
    text-align: center;
    font-weight: 600;
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .ltn__header-top-area {
        padding: 5px 0 !important;
        /* text-align: center; */
    }
}

.ltn__product-tab-area.pt-115 {
    padding-top: 170px !important;
}

.ltn__banner-area.mb-90 {
    margin-bottom: 0 !important;
}

.ltn__banner-area.mt-120 {
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    .ltn__checkout-area .offset-lg-7 {
        margin-left: 0 !important;
    }
}

.heading_s1 {
    padding: 25px;
}
a.add-to-cart-items.btn,
a.add-to-cart-items.btn:focus {
    background-color: #fff !important;
    border: 2px solid #e7483a !important;
    color: #e7483a !important;
    box-shadow: none !important;
}

a.add-to-cart-items.btn:hover {
    background-color: #e7483a !important;
    color: #fff !important;
}

@media (min-width: 1200px) {
    .shop-page .container {
        max-width: 1500px !important;
    }
}

/* ----------------------------------------------------
   Mobile / touch fix for "Add to Cart" double-tap
   ----------------------------------------------------
   On touch devices the first tap fires :hover (revealing
   the action buttons via .ltn__product-item:hover) and
   only the second tap actually clicks the button.
   Force the hover-revealed actions to stay visible on
   any device that doesn't truly support hover.
*/
@media (hover: none), (pointer: coarse) {
    .product-hover-action,
    .ltn__product-item-3 .product-hover-action,
    .ltn__product-list-view .product-hover-action {
        position: static !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        margin-top: 10px;
    }

    /* The container reserves space via top: 60% / translateY hack;
       since we've made it static, it now flows in normal layout.   */
    .ltn__product-item .product-img,
    .ltn__product-item-3 .product-img {
        position: relative;
    }
}
