.block-categoryfilters {
    float: none !important;
    width: auto !important;
}

.product-item-delivery-time-block1,
.product-item-brand-block1 {
    font-weight: 600
}

.catalog-category-view .product-item-inner .product-item-description + ul {
    padding: 0
}

.catalog-category-view .product-item-inner .customer-welcome .header.links {
    position: relative;
}

.catalog-product-view .product.detailed .item.title {
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.catalog-product-view .product.detailed .item.title a {
    color: #000
}

.catalog-product-view .product.detailed .item.content {
    margin-bottom: 15px
}

footer.page-footer {
    background: #4e92a4;
    color: #fff
}

.page-footer .footer.content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.page-footer .footer.content .links strong,
.page-footer .footer.content .links a,
.page-footer .block-footer .contact-info a {
    color: #fff
}

.page-footer .social-media {
    width: 100%;
    text-align: center
}

.page-footer .social-media .social {
    width: auto;
    display: inline
}

.page-footer .social-media .social .link {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px;
}

.page-footer .social-media .social img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.O6185fadb {
    padding: 10px;
    background-color: #4e92a4;
}

.NORMAL {
    font-family: 'Montserrat', Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 125%;
    color: #4e92a4;
}

.O656ceaac {
    height: 10px;
}

.NORMALWHITE {
    font-family: 'Montserrat', Open Sans, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 125%;
    color: #fff;
}


@media only screen and (max-width: 767px) {
    body.filter-active .page-header, body.filter-active .page-wrapper {
        visibility: hidden !important;
        display: block;
        margin-top: 10px;
    }

    .page-footer .block-footer,
    .page-footer .footer.links {
        padding-right: 0;
        box-sizing: border-box;
        width: 100%;
    }

    .page-footer .footer.content .links > li {
        background: none;
        border: none;
    }

    .page-footer .social-media {
        margin-bottom: 10px;
    }

    /*.page-with-filter .columns .sidebar-main{display:none;}*/
}

@media only screen and (min-width: 768px) {
    .page-footer .block-footer,
    .page-footer .footer.content .footer.links {
        width: calc(100% / 3);
        float: left;
        padding-right: 10px;
        box-sizing: border-box;
        padding-top: 7px;
        padding-left: 65px;
    }

    .page-footer .block-footer.social-media {
        width: 100%;
    }

    .page-footer .block-footer .block-title {
        margin: 0 0 5px;
        font-size: 20px;
    }
}

@media (min-width: 768px), print {
    .home-side-menu {
        border: none !important;
    }

    .product-info-main .page-title-wrapper h1 {
        font-size: 28px;
    }

    div.sections.nav-sections {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 20px;
    }

    .product-item-delivery-time-block1,
    .product-item-delivery-time-block2 {
        display: inline;
    }

    .product-item-brand-block1,
    .product-item-brand-block2 {
        display: inline;
    }

    .footer.content .links {
        display: inline-flex;
    }
}

