/* bump */
@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: 40;
    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%;
}

.sticky-product-info {
    display: none;
}

@media (min-width: 811px) {
    .sticky-addtocart {
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        box-shadow: 0 -2px 10px rgba(0,0,0,.15);
        padding: 10px 30px;
    }

    .sticky-addtocart-inner {
        display: flex;
        align-items: center;
        gap: 20px;
        max-width: 1280px;
        margin: 0 auto;
    }

    .sticky-product-info {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 1;
        min-width: 0;
    }

    .sticky-product-image {
        width: 50px;
        height: 50px;
        object-fit: cover;
        flex-shrink: 0;
        border-radius: 2px;
    }

    .sticky-product-name {
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sticky-addtocart .box-tocart {
        flex-shrink: 0;
    }

    .sticky-addtocart .actions {
        flex: 0 0 auto;
    }

    .sticky-addtocart .actions .action.tocart {
        width: auto;
        white-space: nowrap;
    }

    body.catalog-product-view .page-wrapper {
        padding-bottom: 70px;
    }
}

.breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
}
.catalog-category-view .breadcrumbs{
    min-height: 54px !important;
}

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

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

.header.header4 {
    position: relative !important;
    height: auto !important;
}

.header.header4 .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

.header.header4 .logo img {
    max-height: 100%;
    width: auto;
    height: auto;
    max-width: 220px;
    display: block;
}

@media (min-width: 768px) {
    .header.header4 .logo {
        height: 70px;
    }
}

@media (min-width: 992px) {
    .header.header4 .logo {
        height: 93px;
    }
}
