.fa-bag-shopping:before, .fa-shopping-bag:before {
    content: "\f290";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #007ab7;
    border-radius: 16px;
    color: white;
    font-size: 28px;
    border: 6px solid rgb(1 180 214);
    /* box-shadow: 0 0 8px rgb(2 179 215); */
}
.header-search__input {
    padding: 0 12px;
    color: #0077b6;
    background: var(--header-search-input-bg);
    border: solid 1px #0277b4;
    border-radius: 8px;
}
.top-menu .container {
    display: none;
    /* align-items: center; */
    /* height: 34px; */
}
.header-search__btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 1px;
    height: calc(100% - 2px);
    width: 40px;
    color: #fff;
    background: #007ab7;
    border: none;
    transform: translate(0, -50%);
    transition: all ease-in-out .15s;
    border-radius: 0px 6px 6px 0px;
}
.header-search__btn:hover {
    background: rgb(1 180 214);
    border-color: rgb(1 180 214);
    border-radius: var(--border-radius-0-1-1-0);
}
.header-cart__icon-empty {
    display: flex !important
;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 4em;
    color: #fff;
    background: #01b2d452;
    border-radius: 25%;
    text-shadow: 0 0 30px rgba(0 0 0 / .2);
}
.modal-header {
    display: flex;
    align-items: center;
    position: relative;
    background: #ade6f1;
    border-bottom: none;
    border-radius: var(--border-radius-1-1-0-0);
}
 .menu2 .menu__level-1-li:last-child {
     border-right: solid 1px rgba(0 0 0 / .08);
     border-radius: 10px;
     background-color: #01b4d6;
}
.main-menu.set-before:before {
        position: absolute;
        top: 0;
        left: 50%;
        width: 97vw;
        height: 46px;
        background: var(--menu-main-before);
        transform: translateX(-50%);
        border-radius: 8px;
        box-shadow: 0 0 8px rgb(2 179 215);
    }
.menu2 .menu__level-1-li {
        flex: 1 1 auto;
        position: static;
        border: none;
        box-shadow: inset 0px 0 0 rgba(0 0 0 / .08);
    }
.uni-slideshow_v2 {
    display: block;
    margin: 0 0 20px;
    border-radius: var(--border-radius-1);
    overflow: hidden;
    background: #fff;
    border: solid 0px rgba(0, 0, 0, .07);
    background-clip: padding-box;
}
.home-banner__item {
    display: flex
;
    align-items: center;
    flex: 1 1 100%;
    margin: 0 0 10px;
    padding: 10px;
    background: #f2f8fd;
    border-radius: 16px;
}
.uni-item {
    width: 100%;
    background: #f2f8fd;
    padding: 15px;
    border: solid 0px rgba(0 0 0 / .06);
    background-clip: padding-box;
    border-radius: 18px;
    transition: box-shadow linear .1s;
}
.home-page .html-module {
    padding: 20px 20px 10px;
    background: rgb(242 248 253 / 24%);
    border-radius: 15px;
}
.product-thumb__price {
    font-size: 1.9em;
}
.ocf-theme-light-block.ocf-vertical .ocf-filter {
        background-color: #f2f8fd !important;
 }
h1 {
    font-size: 1.8em;
    margin: 0 0 5px;
    color: var(--h1-c);
}
.breadcrumb {
    scrollbar-width: thin;
    display: none;
}
.product-thumb__cart {
    display: flex
;
    margin: 5px 0 0;
}
.product-thumb__rating {
    margin: 0px 0 3px;
    color: var(--a-c);
}
.product-thumb__model {
    margin: 0px 0 3px;
    font-size: 0.85em;
}
.custom-menu-v2__ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: var(--border-radius-1);
    background: #f2f8fd;
}
.product-banner__item {
    display: flex
;
    height: calc(100% - 15px);
    align-items: center;
    margin: 0px 0 5px;
    padding: 12px;
    background: #01b4d624;
    border-radius: var(--border-radius-1);
}
.product-page__image-main {
    position: relative;
    z-index: 1;
    margin: 20px 0 20px;
    border: solid 0px rgba(0 0 0 / .06);
    background-clip: padding-box;
    border-radius: var(--border-radius-1);
}
.product-data__item-div:first-child:after {
    flex: 1 1 auto;
    content: '';
    min-width: 10px;
    margin: 0 10px 5px;
    border-bottom: inset 1px #007ab773;
}
.product-page__add-to-cart {
    margin: 0px 5px 0px 0;
}
.product-page__price {
    margin: 2px 0 2px;
    font-size: 2.4em;
}
.product-page__textblock {
    display: block;
    margin: 10px 0 20px;
}
.product-page__textblock-inner {
    padding: 15px 20px;
    font-size: .95em;
    border-radius: 15px;
    background: rgb(244 248 250);
}
.ocf-btn-mobile-fixed {
        position: absolute !important;
        left: 100% !important;
        top: 96% !important;
        transform: none !important;
        transform-origin: left center !important;
        transition: transform 200ms ease-in-out 400ms !important;
        z-index: 1 !important;
    }
    .ocf-btn-mobile-fixed .ocf-btn {
        background-color: #007ab7 !important;
        color: #fff !important;
        display: flex !important;
        align-items: center !important;
    }
.ocf-mobile-left .ocf-btn-mobile-fixed .ocf-btn {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }