/* 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%;
}

@media (min-width: 811px) {
    .sticky-addtocart {
        left: 35px;
        right: auto;
        bottom: 25px;
        border-radius: 3px;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
        background-color: #fff;
        padding: 8px 12px;
        width: auto;
    }

    .sticky-addtocart .field.qty .control {
        border-radius: 3px;
    }

    .sticky-addtocart .actions .action.tocart {
        border-radius: 3px;
        width: auto;
    }
}

.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;
    }
}
