@media (max-width: 810px) {
    .top-header-content {
        display: none;
    }

    .sticky-addtocart {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 15px;
        background: #ffffff;
        box-shadow: 0 -2px 10px rgba(0,0,0,.15);
        z-index: 999;
        display: none;
    }

    .sticky-addtocart.is-visible {
        display: block;
    }

    .sticky-addtocart .box-tocart {
        margin: 0;
    }

    .sticky-addtocart .fieldset {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        margin: 0;
    }

    .sticky-addtocart .field.qty {
        margin: 0;
        display: flex;
        align-items: center;
        
    }

    .sticky-addtocart .field.qty .label {
        display: none;
    }

    .sticky-addtocart .field.qty .control {
        display: flex !important;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 40px;
        overflow: hidden;
        padding: 0;
        height: 40px;
    }

    .sticky-addtocart .field.qty .edit-qty {
        position: static !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 40px;
        line-height: 40px;
        background: #f5f5f5;
        cursor: pointer;
        border: 0;
    }

    .sticky-addtocart .field.qty .qty {
        width: 65px;
        border: 0;
        height: 40px;
        background: none;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
        color: #222;
        text-align: center;
    }

    .sticky-addtocart .actions {
        margin: 0;
        flex: 1;
    }

    .sticky-addtocart .actions .action.tocart {
        font-size: 13px;
        padding: 0 34px;
        background-color: #56cfe1;
        border: 1px solid #56cfe1;
        color: #fff;
        border-radius: 40px;
        line-height: 40px;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
}
.sticky-addtocart{
    display: none;
}

.breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumbs .items {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
}

.breadcrumbs .items > li {
    display: inline-flex;
    white-space: nowrap;
}
