.header-top .d-flex, .header-bottom .d-flex {
    align-items: center;
    justify-content: space-between;
}

.header-bottom {
    padding: 10px 0;
    border-bottom: 1px solid var(--theme-color-grey-bg);
}

.header-bottom .right, .header-bottom .manager {
    justify-content: flex-end;
}

.header-bottom .left {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-left: 37px;
    align-items: center;
    display: flex
}

.header-bottom .left:before {
    font-family: "themify", serif;
    content: "\e71b";
    font-size: 27px;
    position: absolute;
    left: 0;
}

.header-bottom .left a {
    font-weight: 700;
    margin: 0 5px;
    text-transform: uppercase;
}

.language-selector-wrapper {
    margin-left: 10px;
    margin-top: -2px;
}

#_desktop_logo {
    margin-right: 30px;
}

.left-nav {
    display: flex;
    align-items: center;
}

.right-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right-nav > div, .header-top .right > div {
    margin-left: 18px;
}

.right-nav > div:first-of-type, .header-top .mobile .right > div:first-of-type {
    margin-left: 0;
}

.right-nav > div:nth-of-type(2), .header-top .mobile .right > div:nth-of-type(2) {
    margin-left: 13px;
}

.top-menu {
    margin: 0;
}

.top-menu .title_block {
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--theme-text-color);
    font-weight: 700;
    position: relative;
    padding: 0 0 7px;
    transition: 350ms ease-out;
}

.top-menu .wrap-menu .title_block {
    font-weight: 400;
    padding: 5px 3px;
    display: block;
    line-height: 120%;
}

.top-menu .wrap-menu #category-5737 > a {
    color: var(--theme-color-red);
}

.top-menu .wrap-menu li[data-depth="2"] .title_block {
    padding: 7px 19px;
}

.top-menu .remove, .top-menu .add {
    position: absolute;
    font-size: 22px;
}

#top-menu li[data-depth="0"] {
    margin-right: 10px;
    position: relative;
}

#top-menu li.vertical-menu[data-depth="0"] {
    margin-right: 20px;
}

#header .top-menu > .category.vertical-menu {
    border-radius: 5px;
}

@media (min-width: 998px) {
    #header #_desktop_top_menu {
        width: 540px;
    }

    #header .img.logo {
        width: 241px;
        max-width: 241px;
    }

    #_desktop_wishlist {
        width: 25px;
    }

    #_desktop_cart {
        margin-left: 20px;
        width: 25px;
    }

    #_desktop_user_info {
        white-space: nowrap;
        width: 95px;
    }
}

#header .top-menu > .category.vertical-menu > a {
    background: var(--theme-color);
    color: var(--theme-text-color);
    border-radius: 5px;
    padding: 0 27px 0 15px;
    margin-right: 5px;
}

#header .top-menu > li.category.vertical-menu:hover > a,
#header .top-menu > li.category.vertical-menu:focus-within > a {
    background: var(--theme-text-color);
    color: var(--theme-color-white);
}

#header .top-menu > .category.vertical-menu:hover > a {
    color: var(--theme-color-white);
}

.vertical-menu .wrap-menu {
    background: var(--theme-color-white);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 10px 27px;
    z-index: 99;
    -webkit-box-shadow: 0 0 50px 0 var(--theme--black-opacity-10);
    box-shadow: 0 0 50px 0 var(--theme--black-opacity-10);
    transition: all 1s ease-in-out;
    width: 350px;
    top: 27px;
}

.vertical-menu:hover .wrap-menu {
    visibility: visible;
    opacity: 1;
    display: block;
}

.vertical-menu ul li {
    position: relative;
}

.vertical-menu h2:hover {
    color: var(--theme-text-color);
}

#header .header-top {
    width: 100%;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    overflow: visible;
    padding: 25px 0;
}

#header .header-top.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px var(--theme--black-opacity-10);
    background-color: var(--theme-color-white);
    padding: 10px 0;
}

.breadcrumb-wrap {
    margin-bottom: 30px;
}

.breadcrumb {
    list-style: none;
    padding: 12px 0;
    background: var(--theme-color-grey-bg)
}

.breadcrumb li {
    display: inline;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.breadcrumb li a {
    color: var(--theme-color-grey);
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: var(--theme-color);
}

.breadcrumb li::after {
    margin: .3125rem;
    content: "›";
    color: var(--theme-color-grey);
}

.breadcrumb li:last-child {
    margin: 0;
    color: var(--theme-text-color);
    content: "/"
}

.breadcrumb li:last-child::after {
    content: ""
}

.breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: var(--theme-color-grey-bg);
    content: "\f105";
    font-family: "FontAwesome", sans-serif;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: var(--theme-color-grey-bg)
}

#header .manager, #header .manager a {
    color: var(--theme-color-grey);
}

.header-bottom .right .manager:first-of-type {
    margin-bottom: 3px;
}

.manager > div {
    display: flex;
    align-items: center;
    color: var(--theme-text-color);
}

.manager span::before {
    font-family: "themify", serif;
    font-size: 15px;
    color: var(--theme-color-grey);
    margin-right: 3px;
}

.manager span {
    display: flex;
    align-items: center;
}

.manager-gg span::before {
    content: "";
    background-image: url(../icons/gg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.manager-gg, .manager-skype {
    margin-left: 15px;
}

.manager-phone, .manager-gg, .manager-skype {
    font-size: 14px;
}

.manager-account span::before {
    content: "\e75a";
    margin-right: 5px;
}

.manager-phone span::before {
    content: "\e621";
}

.manager-skype span::before {
    content: "\e72d";
}

.manager-title {
    font-size: 10px;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.manager-account strong {
    font-weight: 500;
    transition: 350ms ease-out;
    color: var(--theme-text-color);
    margin-top: -2px;
}

.manager-account a:hover strong {
    color: var(--theme-color);
}

.manager-account a {
    display: flex;
    justify-content: center;
}

.user-info .logout {
    font-size: 13px;
    margin-top: -4px;
    margin-left: 5px
}

.user-info {
    display: flex;
    align-items: center;
}

.import-cart {
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
    color: var(--theme-color-white);
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 15px 8px 43px;
    position: relative;
    border-radius: 4px;
    transition: 350ms ease-out;
    margin-top: -30px;
    min-height: 44px;
}

.import-cart:hover {
    color: var(--theme-color);
    background: var(--theme-color-white);
}

.import-cart:before {
    font-family: "themify", serif;
    content: "\e60e";
    margin-right: 10px;
    font-weight: normal;
    font-size: 21px;
    position: absolute;
    left: 14px;
    top: 12px;
}

.blockcart.cart-preview {
    position: relative;
}

.cart-products-count {
    position: absolute;
    bottom: 0;
    right: -6px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--theme-text-color);
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-weight: 500;
    color: var(--theme-color-white);
}

.ti-search {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    cursor: pointer;
}

.ti-search:before {
    content: "\e610";
}

.ti-search:hover {
    color: var(--theme-color);
}

.ti.account-icon {
    cursor: pointer;
    font-size: 25px;
}

.ti.account-icon:hover {
    color: var(--theme-color);
}

.ti.account-icon:before {
    font-family: "themify", serif;
    content: "\e602";
}

.header-info {
    background: var(--theme-color);
    text-align: center;
    color: var(--theme-color-white);
    padding: 15px 0;
    font-weight: 600;
}

.header-info p {
    font-size: 14px;
}

.header-info p:last-of-type {
    margin-bottom: 0;
}

#header-info-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#_desktop_language_selector {
    margin-top: 2px;
    margin-left: 10px;
    border-left: 1px solid var(--theme--black-opacity-10);
    padding-left: 10px;
    height: 16px;
}

#_desktop_language_selector .language-selector-wrapper {
    margin-top: -5px;
}

.header-top .wishlist span.ti {
    font-size: 25px;
}

.header-top .wishlist {
    position: relative;
}

.header-top .wishlist span.ti:before {
    font-family: "themify", serif;
    content: "\e634";
}

.header-top .wishlist-count {
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--theme-text-color);
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-weight: 500;
    color: var(--theme-color-white);
}

.login-register {
    display: flex;
    align-items: center;
}

.login-register span.br {
    display: block;
    background: var(--theme-color-grey-lighter);
    margin: 0 10px;
    height: 11px;
    width: 1px;
}

.login-register a {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.login-register a .ti {
    margin-right: 5px;
}

.shopping-cart.ti {
    font-size: 25px;
}

.shopping-cart.ti:before {
    content: "\e655";
    font-family: "themify", serif;
}

#_desktop_search_widget {
    position: relative;
}

.search-widgets {

}

.search-widgets .search-popup .btn {
    height: auto;
    display: block;
    white-space: normal;
    margin-bottom: 20px;
    color: var(--theme-color-white) !important;
}

.search-widgets .search-popup .btn:hover {
    background: var(--theme-text-color);
}

.search-widgets form {
    display: flex;
    align-items: center;
    position: relative;
}

.search-widgets input[type="text"] {
    width: 350px;
    height: 40px;
    padding: 10px 40px 10px 10px;
    border: 0;
    background: var(--theme-color-grey-bg);
}

.search-widgets .search-close {
    display: none;
    cursor: pointer;
    margin-left: 15px;
    position: absolute;
    right: 14px;
    top: 7px;
    background: var(--theme-color-grey-bg);
}

.search-widgets button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
}

.import-cart-wrap .mdi-close {
    position: absolute;
    background: var(--theme-color-white);
    right: 0;
    top: -25px;
    font-size: 30px;
}

.import-cart-wrap .import-result p {
    margin-top: 15px;
}

.import-cart-wrap .preloader {
    position: static;
    height: 60px;
}

.import-cart-wrap .preloader .circular {
    height: 4rem;
    top: 110px;
}

.import-cart .icon {
    margin-right: 5px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
}

.import-cart-form {
    position: fixed;
    background: var(--theme--black-opacity-30);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow-y: auto;
    display: none;
    z-index: 999;
}

.import-cart-form:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.import-cart-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.import-cart-wrap input[type="file"] {
    border: 1px solid var(--theme-color-grey-lighter);
    padding: 10px;
    margin-top: 10px;
}

.import-cart-wrap a {
    margin-top: 20px;
    display: block;
    border-top: 1px solid var(--theme-color-grey-lighter);
    padding-top: 15px;
}

.import-cart-wrap {
    background-color: var(--theme-color-white);
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.import-cart-wrap .filename, .import-cart-wrap .action {
    display: none !important;
}

.import-cart-wrap div.uploader input {
    opacity: 1;
    background: var(--theme-color);
    padding: 3px 0 0 5px;
    margin: 10px 0;
}

.import-cart-wrap div.uploader {
    overflow: visible;
    height: 28px;
    display: block;
    margin-bottom: 20px;
}

#ajax_search_results {
    position: absolute;
    top: 40px;
    right: 0;
}

.ajax-search-results {
    display: flex;
    height: 50vh;
    background: var(--theme-color-white);
    padding: 20px;
    box-shadow: 0 12px 10px var(--theme--black-opacity-10)
}

.ajax-search-results img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.ajax-search-results .ajax-products {
    width: 400px;
    padding-right: 30px;
}

.ajax-products-result {
    overflow-x: auto;
    height: calc(50vh - 50px);
}

.ajax-search-results .ajax-products a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--theme--black-opacity-10);
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
}

.ajax-search-results .ajax-products ul li:last-of-type a {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ajax-search-results .ajax-categories {
    width: 230px;
    overflow: hidden;
}

.ajax-search-results .ajax-categories ul {
    padding: 0 0 22px;
}

.ajax-products strong {
    margin-bottom: 10px;
}

.ajax-search-results .ajax-categories strong {
    margin-bottom: 5px;
    display: block;
}

.ajax-search-results .ajax-products strong {
    padding-bottom: 10px;
    display: block;
    margin: 0;
    border-right: .2rem solid var(--theme-text-color);
}

.ajax-categories-result {
    overflow-x: auto;
    height: calc(50vh - 98px);
}

.ajax-categories-result li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

#goog-gt-tt, .goog-te-banner-frame, .goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: inherit !important;
    box-shadow: none !important;
}

html body {
    top: 0 !important;
}

.ze-language-list {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ze-language-list li {
    display: inline-block;
}

.ze-language-list a {
    text-decoration: none;
    color: inherit;
}

.ze-language-list a:hover {
    text-decoration: underline;
}

#google_translate_element {
    visibility: hidden !important;
    height: 0;
    width: 0;
    overflow: hidden;
}

.skiptranslate {
    display: none !important;
}


@media (min-width: 992px) {
    .vertical-menu .child {
        position: absolute;
        left: 240px;
        top: 0;
        width: 300px;
        visibility: hidden;
        opacity: 0;
        transition: transform 0.2s;
        transform: translateX(200px);
        margin-top: -1px;
        padding: 10px 0;
        background: var(--theme-color-white);
        z-index: 1;
        -webkit-box-shadow: 0 0 50px 0 var(--theme--black-opacity-10);
        box-shadow: 0 0 50px 0 var(--theme--black-opacity-10);
    }

    .ajax-see-all a {
        padding-top: 7px;
    }

    .vertical-menu li:hover .child {
        visibility: visible;
        opacity: 1;
        transform: translateX(50px);
    }

    .vertical-menu .child a {
        padding: 5px 20px;
        border: 0;
        position: relative;
        display: block;
        overflow: hidden;
        line-height: 22px;
        word-wrap: break-word;
        color: var(--theme-text-color);
        font-size: 15px;
        font-weight: 500;
    }

    .vertical-menu .child a:hover {
        color: var(--theme-color);
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .header-top .container {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-top .d-flex, .header-bottom .d-flex {
        display: block;
    }

    .right-nav {
        justify-content: center;
        margin-top: 20px;
    }

    .left-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    #_desktop_logo {
        margin-bottom: 30px;
    }
}

@media (max-width: 1289px) {
    .vertical-menu .child a {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .header-bottom .left span {
        display: block;
    }

    .header-bottom .left a {
        margin: 0 10px 0 0;
    }

    .header-bottom .left a:last-of-type {
        margin: 0;
    }

    .top-menu .title_block {
        margin-right: 10px;
    }

    .import-cart {
        padding: 16px 0 5px 43px;
    }

    .import-cart span {
        max-width: 90px;
        line-height: 110%;
        font-size: 12px;
        display: block;
    }

    .import-cart:before {
        top: 18px;
    }
}

@media (max-width: 1199px) {
    .header-bottom .container {
        width: 100%;
        max-width: 100%;
    }

    .header-top .d-flex {
        flex-direction: column;
    }

    .right-nav {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .search-widgets .search-close {
        margin-left: 0;
        z-index: 99999999;
        top: 8px;
        right: 15px;
        background: var(--theme-color-grey-bg);
    }

    .ajax-search-results .ajax-products {
        width: 60%;
    }

    .ajax-search-results .ajax-categories {
        width: 40%;
        text-align: left;
    }

    #ajax_search_results {
        left: 0;
        height: calc(100vh - 80px);
    }

    .ajax-search-results {
        box-shadow: none;
        padding: 0 20px 20px 20px;
        height: calc(100% - 58px);
    }

    .ajax-products-result, .ajax-categories-result {
        height: 100%;
    }
}


@media (max-width: 767px) {
    .header-top .mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-top > .container {
        display: none;
    }

    .header-top .mobile .right {
        display: flex;
    }

    #header .header-top {
        padding: 12px 15px 7px;
    }

    #header .top-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 50px;
        margin-top: -7px;
    }

    #header .top-logo img {
        width: calc(100% - 30px);
        max-height: 2rem;
    }

    #header .top-logo > h1 {
        margin: 0
    }

    #header .header-top.is-fixed {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 4px;
    }

    #menu-icon {
        position: relative;
        padding-left: 23px;
    }

    #menu-icon .material-icons {
        font-size: 32px;
        position: absolute;
        top: -6px;
        right: 0;
    }

    #mobile_top_menu_wrapper {
        padding: 5px 0;
        overflow-y: auto;
        height: calc(100vh - 62px);
        display: flex;
        align-items: flex-start;
    }

    .login-register {
        display: block;
    }

    .login-register span.br {
        display: none;
    }

    .top-menu .title_block {
        margin-right: 0;
        font-weight: 600;
        display: block;
        text-transform: none;
    }

    .top-menu .products {
        border-bottom: 1px solid var(--theme--black-opacity-10);
        margin: 0 0 10px;
        padding-bottom: 10px;
    }

    .manager > div {
        align-items: center;
        margin-left: 0;
    }

    .js-top-menu-bottom {
        border-left: 1px solid var(--theme--black-opacity-10);
        padding-left: 10px;
        padding-right: 10px;
    }

    .js-top-menu-bottom .manager.d-flex {
        display: block;
    }

    .manager-title {
        font-weight: 700;
    }

    .manager-account, .manager-phone, .manager-gg, .manager-skype, .login-register a {
        margin-bottom: 10px;
    }

    .language-selector-wrapper {
        display: flex;
        align-items: center;
    }

    .import-cart {
        padding: 0;
        border-radius: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    #cookie-change-button {
        bottom: 50px !important;
    }

    #s-ttl img {
        height: 38px;
        width: 170px;
    }

    #s-bns {
        align-items: center;
    }

    #s-bns button {
        margin-top: 0 !important;
        padding: 5px 20px;
    }

    .import-cart span {
        max-width: 100%;
        font-size: 15px;
    }

    .import-cart:before {
        top: 11px;
        position: static;
    }

    #_mobile_import_selector {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    .search-widgets form {
        display: block;
    }

    .search-widgets input[type="text"] {
        width: 100%;
    }

    .ajax-search-results .ajax-products {
        padding-right: 10px;
    }

    .ajax-search-results img {
        width: 30px;
    }

    .ajax-search-results .ajax-products a {
        font-size: 14px;
        text-align: left;
    }

    .ajax-see-all {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    body {
        padding-top: 62px;
    }

    #header .header-top {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 2px 10px var(--theme--black-opacity-10);
        background-color: var(--theme-color-white);
        width: 100%;
    }

    .slider-wrap {
        margin-top: 15px;
    }

    .has-compact-filter #amazzing_filter .compact-toggle {
        top: 145px;
        display: block;
        bottom: inherit;
    }

    .search-widgets .search-popup .btn {
        margin-bottom: 0;
        border-radius: 0;
    }

    #ajax_search_results {
        top: 40px;
        z-index: 99999;
        padding-top: 15px;
    }

    .ajax-search-results .ajax-categories ul {
        padding: 0;
    }

    .ajax-products-result {
        height: calc(100% - 30px);
    }

    .ajax-categories-result {
        height: 100%;
    }
}


@media (max-width: 688px) {
    .bns-t #s-bns {
        height: 80px !important;
    }

    #s-inr.bns-t {
        padding-bottom: 80px !important;
    }
}

.blockcart .body {
    margin: 0;
    padding: 0;
    background: var(--theme-color-white);
    width: 355px;
    border-bottom: 2px solid var(--theme-color);
    box-shadow: 0 2px 14px 1px var(--theme--black-opacity-10);
    top: 100%;
    left: auto;
    right: 0;
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
    z-index: 99;
    text-align: left;
}

.blockcart.cart-preview.active.is-open .body,
.blockcart.cart-preview.active:hover .body,
.blockcart.cart-preview.active:focus-within .body {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: opacity .2s ease, transform .2s ease, visibility 0s;
}

@media (max-width: 479px) {
    .blockcart .body {
        width: 270px;
    }
}

@media (max-width: 991px) {
    .blockcart .body {
        right: 50%;
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.blockcart .body ul {
    padding: 10px 20px 0;
}

.blockcart .body ul li {
    padding: 10px 0;
    overflow: hidden;
    display: flex;
}

.blockcart .body ul li .img_content {
    margin: 0 20px 0 0;
    position: relative;
}

.blockcart .body ul li .img_content .product-quantity {
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 25px;
    line-height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    background: var(--theme-color);
    color: var(--theme-color-white);
    font-size: 16px;
    display: inline-block;
}

.blockcart .body ul li .right_block {
    overflow: hidden;
    position: relative;
    padding: 0 15px 0 0;
}

.blockcart .body ul li .right_block .product-price {
    font-size: 18px !important;
    padding-bottom: 0 !important;
}

.blockcart .body ul li .right_block .product-name {
    display: block;
    color: var(--theme-text-color);
    font-size: 14px !important;
    line-height: 120%;
    padding-right: 20px;
}

.blockcart .body ul li .right_block .product-price {
    display: block;
    margin: 5px 0 0;
    font-size: 19px;
    font-weight: 700;
    color: var(--theme-color);
}

.blockcart .body ul li .right_block .remove-from-cart {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--theme-text-color);
}

.blockcart .body ul li .right_block .remove-from-cart:hover {
    color: var(--theme-text-color);
}

.blockcart .body ul li .right_block .attributes_content {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: var(--theme-text-color);
    margin: 5px 0 0;
}

.blockcart .body ul li .right_block strong {
    font-weight: 400;
}

.blockcart .body .price_content {
    overflow: hidden;
    padding: 15px 0 0;
    border-top: 1px solid var(--theme--black-opacity-10);
    margin: 0 20px;
}

.blockcart .body .price_content .price_inline {
    overflow: hidden;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
}

.blockcart .body .price_content .price_inline .label {
    font-weight: 700;
    color: var(--theme-text-color);
    font-size: 15px;
}

.blockcart .body .price_content .price_inline .value {
    font-weight: 700;
    color: var(--theme-color);
    font-size: 16px;
}

.blockcart .body .checkout {
    margin: 20px;
}

.blockcart .body .checkout a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: var(--theme-color-white) !important;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 25px;
    border-radius: 7px;
    border: 0;
    background: var(--theme-color);
}

.free-delivery {
    background: var(--theme-color);
    text-align: center;
    color: var(--theme-color-white);
    padding: 5px 10px;
    margin: 4px 0;
    font-weight: 600;
}

.card-block .free-delivery {
    padding: 10px 10px;
    margin: 8px 0;
}

#header .blockcart a:hover {
    color: initial;
}


.blockcart .img_content img {
    width: 70px;
    height: 70px;
}

@media (min-width: 992px) {
    .blockcart .body ul {
        max-height: 360px;
        overflow-y: auto;
    }
}

.blockcart .body ul::-webkit-scrollbar-track {
    background-color: var(--theme-color);
}

.blockcart .body ul::-webkit-scrollbar {
    width: 4px;
    background-color: var(--theme-color);
}

.blockcart .body ul::-webkit-scrollbar-thumb {
    background-color: var(--theme-text-color);
    border-radius: 10px;
}

.blockcart.cart-preview.active:hover .body,
.blockcart.cart-preview.active:focus-within .body {
    display: block;
}
