/* Base - Start */
:root {
    --cur-prod-height: 440px;
}
body > .body .ba-section {
    max-width: 1920px;
    margin: 0 auto;
}
@media (pointer: fine) {
    ::-webkit-scrollbar {
        width: 6px;
    }
    ::-webkit-scrollbar-track {
        background-color: #f9f9f9;
    }
    ::-webkit-scrollbar-thumb {
        background: #a1a08c;
        border-radius: 20px;
        border: 0px;
        transition: scrollbar-color 0.5s ease-out;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #8d8c70;
    }
}
.zero-h,
.zero-h * {
    min-height: 0 !important;
}
.m-w-280 > * {
    max-width: 280px;
    margin: 0 auto;
}
.m-w-340 > * {
    max-width: 340px;
    margin: 0 auto;
}
.m-w-400 > * {
    max-width: 400px;
    margin: 0 auto;
}
.m-w-520 > * {
    max-width: 520px;
    margin: 0 auto;
}
.m-w-700 > * {
    max-width: 700px;
}
.no-auto-margin > * {
    margin: initial;
}
@media (max-width: 768px) {
    .no-br-mob br {
        display: none;
    }
}
/* Base - End */

/* TOP Bar - Start */
.top-bar-row {
    z-index: 10;
}
.top-bar-row #item-1701178572812 {
    justify-content: center !important;
}
.top-right-bar .custom-html {
    display: flex;
    align-items: center;
    gap: 15px;
}
.top-right-bar .custom-html > div {
    display: flex;
    padding: 10.5px 0;
}
.top-right-bar p {
    font-family: "MazzardM";
    font-size: 14px;
    line-height: 18px;
    color: var(--text-invers);
    transition: all 0.3s ease-in-out;
}
.top-right-bar a:hover p {
    color: #fff;
}
.top-bar-text p {
    position: relative;
}
.top-bar-text p > span {
    position: absolute;
    top: -1px;
    left: -22px;
}
.location-menu {
    display: flex;
    gap: 8px;
}
.top-right-bar .loc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-right-bar .phone-drop {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    height: 19px;
}
.phone-drop p {
    font-size: 12px;
    line-height: 16px;
}
.phone-info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background: var(--primary);
    border-radius: 100%;
}
.phone-drop-icon {
    display: flex;
    transform-origin: 50% 50%;
    transition: all 0.7s ease-in-out;
}
.drop-phone-block {
    position: absolute;
    top: 35px;
    left: 0px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: max-content;
    padding: 10px;
    border-radius: 5px;
    background: #f9f9f9;
    align-items: center;
    opacity: 0;
    transform: translate(0px, 20px);
    transition: all 0.7s ease-in-out;
    pointer-events: none;
    box-shadow: 0px 0px 15px 0px rgba(26, 26, 26, 0.08);
}
.phone-drop:hover .drop-phone-block {
    opacity: 1;
    transform: translate(0px, 0px);
    pointer-events: initial;
}
.phone-drop:hover .phone-drop-icon {
    transform: rotate(180deg);
}
.drop-phone-block * {
    font-family: "MazzardM";
    font-size: 18px;
    line-height: 20px;
    color: #424242;
    transition: all 0.5s ease-in-out;
}
.drop-phone-block *:hover {
    color: #a1a08c !important;
}
.sub-name.second {
    margin-top: 10px;
}
@media (min-width: 481px) {
    .top-bar-row #item-1701178572812 br {
        display: none;
    }
}
@media (max-width: 1024px) {
    #item-1703362332319 .ba-button-wrapper a i {
        background: #a1a08c;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 100%;
    }
}
@media (max-width: 480px) {
    #item-1703362332319 .ba-button-wrapper a i {
        margin: 0 0px 0 0 !important;
    }
}
/* TOP Bar - End */

/* Header - Start */
.svg-21 .ba-button-wrapper a,
.svg-21 .ba-icon-wrapper {
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.svg-21 .ba-button-wrapper a i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.social-icons .ba-icon-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.social-icons .ba-icon-wrapper a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.social-icons .ba-icon-wrapper a i {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.social-icons.in-contacts .ba-icon-wrapper {
    gap: 10px;
}
.social-icons .ba-icon-wrapper a {
    width: 44px !important;
    height: 44px !important;
}
.social-icons .ba-icon-wrapper a i {
    width: 44px !important;
    height: 44px !important;
}
header .ba-item-wishlist .ba-btn-transition i:not([data-products-count="0"]):after,
header .ba-item-cart .ba-btn-transition i:not([data-products-count="0"]):after {
    background: #a1a08c;
    color: #fff;
    right: -4px;
    top: initial;
    bottom: -5px;
    width: 12px;
    height: 14px;
    font-family: "MazzardM";
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    padding-right: 2px;
}

/* Catalog Menu - Start */
@media (max-width: 480px) {
    .catalog-menu .ba-button-wrapper a > span {
        display: none !important;
    }
}
/* Catalog Menu - End */

/* Live Search - Start */
.ba-overlay-section-backdrop[data-id="item-1701206640980"] {
    width: 28vw;
    height: 60px;
    top: 48px;
    left: initial;
    right: 265px !important;
    min-height: 0;
    background-color: transparent !important;
    overflow: hidden !important;
    z-index: 999;
}
.header-search .zmdi-search {
    display: none !important;
}
#item-1703659791405 .ba-search-wrapper input::placeholder {
    opacity: 1 !important;
    color: #424242 !important;
}
.ba-live-search-results {
    position: fixed !important;
    top: 100px !important;
    width: 28vw !important;
    min-width: 360px !important;
}
.ba-live-search-results .ba-live-search-body {
    height: 475px !important;
    padding: 30px !important;
    background: #f9f9f9 !important;
}
.ba-live-search-product-row {
    padding: 7.5px 0;
    border-bottom: 0px solid var(--border) !important;
}
.ba-live-search-product-title-cell {
    padding-left: 0;
}
.ba-live-search-product-title {
    margin-bottom: 8px;
}
.ba-live-search-show-all-btn {
    font-family: "MazzardM";
    font-size: 16px;
    font-weight: 400;
}
.ba-empty-live-search {
    font-family: "MazzardM";
    font-size: 18px;
}
@media (max-width: 1680px) {
    .ba-overlay-section-backdrop[data-id="item-1701206640980"] {
        width: 22vw;
    }
    .ba-live-search-results {
        width: 22vw !important;
    }
    .ba-overlay-section-backdrop[data-id="item-1701206640980"] .close-overlay-section {
        right: 0 !important;
    }
}
@media (max-width: 1280px) {
    .ba-overlay-section-backdrop[data-id="item-1701206640980"] {
        width: 18vw;
    }
    body .ba-live-search-results {
        width: 18vw !important;
        left: initial !important;
        right: 265px !important;
    }
    .ba-live-search-results .ba-live-search-body {
        height: 350px !important;
    }
    .ba-live-search-results .ba-live-search-product-image-cell {
        min-height: 0 !important;
        min-width: 0 !important;
    }
    .ba-live-search-product-title-cell {
        width: fit-content !important;
        padding-left: 10px !important;
    }
}
@media (max-width: 1024px) {
    .ba-overlay-section-backdrop[data-id="item-1701206640980"] {
        height: 60px;
        top: 45px;
        right: 165px !important;
    }
    body .ba-live-search-results {
        top: 95px !important;
        right: 165px !important;
    }
}
@media (max-width: 768px) {
    .ba-overlay-section-backdrop[data-id="item-1701206640980"] {
        height: 55px;
        top: 65px;
        right: 0 !important;
        width: 100vw !important;
    }
    body .ba-live-search-results {
        top: 120px !important;
        right: 15px !important;
        min-width: 330px !important;
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
    }
    .ba-overlay-section-backdrop[data-id="item-1701206640980"] .close-overlay-section {
        right: 15px !important;
    }
}

/* Live Search - End */

/* Header - End */

/* Form- Start */
.ba-alert.ba-forms-authorize-field-wrapper input[type="text"],
.ba-alert.calendar-field-wrapper input[type="text"],
.ba-alert .upload-file-input,
.ba-alert .ba-field-container select,
.ba-alert .ba-field-container textarea,
.ba-form-calendar-field:not(.ba-form-calendar-field) .ba-alert .ba-field-container input[type="text"],
.ba-alert .ba-field-container input[type="text"],
.ba-alert .ba-field-container input[type="number"],
.ba-alert .ba-field-container input[type="password"],
.ba-alert .ba-field-container input[type="email"] {
    box-shadow: none !important;
    border-color: red !important;
}
.characters-wrapper {
    display: none !important;
}
.order-1-click .ba-form-submit-btn-wrapper {
    margin-top: 20px;
}
/* Form- End */

/* Mega Menu - Start */
.ba-overlay-section-backdrop[data-id=item-1703362332320] {
    z-index: 10;
    top: 109px!important;
}
#item-1703362332320 {
    min-height: auto;
}
.mega-menu-top-bar .custom-html {
    display: flex;
    gap: 30px;
}
.mega-menu-top-bar .custom-html a {
    display: flex;
    align-items: center;
    gap: 7px;
}
.mega-menu-top-bar .custom-html a > p {
    color: #424242;
    transition: all 0.3s ease-in-out;
}
.mega-menu-top-bar .custom-html a:hover > p {
    color: #a2a08c;
}
.mega-menu-top-bar .custom-html a > i {
    color: #424242;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.mega-menu-top-bar .custom-html a:hover > i {
    color: #a2a08c;
}
#item-1708064094786 {
    height: 390px;
    overflow-y: auto;
}
.mega-menu-items.ba-item-categories .ba-blog-post-title {
    width: fit-content;
}
.mega-menu-items.ba-item-categories .ba-blog-post-title-wrapper + .ba-blog-post-info-wrapper {
    margin-left: 10px;
}
.mega-menu-items.ba-item-categories .ba-blog-post .ba-app-sub-category {
    margin-left: calc(10px * var(--sub-category-level))!important;
}
.mega-menu-items.ba-item-categories .ba-app-sub-category {
    width: fit-content;
}
@media (max-width: 1440px) {
    #item-1708064094786 {
        height: 312px;
    }
}
@media (max-width: 1280px) {
    #item-1708064094786 {
        height: 215px;
    }
}
@media (max-width: 1024px) {
    #item-1703362332320 {
        max-height: calc(100dvh - 109px);
        overflow-y: auto;
    }
    #item-1708064094786 {
        height: auto;
    }
}
@media (max-width: 480px) {
    .ba-overlay-section-backdrop[data-id=item-1703362332320] {
        top: 129px!important;
    }
    #item-1703362332320 {
        max-height: calc(100dvh - 129px);
    }
    .mega-menu-top-bar .custom-html {
        gap: 10px;
        flex-direction: column;
    }
    .mega-menu-top-bar .custom-html a > p {
        background-image: none;
        font-family: 'MazzardM';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 22px;
    }
    .mega-menu-top-bar .custom-html a > i {
        margin-top: 1px;
    }
    .mega-menu-items .ba-icon-chevron-right:before {
        content: '\f2fb'!important;
        font-family: Material-Design-Iconic-Font!important;
        margin-top: 2px;
    }
    .mega-menu-items .ba-collapsible-categories .ba-blog-post-title i {
        padding: 0 7px;
    }
    .ba-app-sub-category {
        gap: 7px;
    }
}


/* Mega Menu - End */

/* BreadCrumbs- Start */
.am-bread i.ba-breadcrumbs-separator:before {
    content: "/";
    font-family: "MazzardM";
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    margin: 0 7px;
}
/* BreadCrumbs - End */

/* Product Slider - Start */
.slider-arrows .custom-html {
    display: flex;
    align-items: center;
    gap: 14px;
}
.cur-numb {
    display: inline-flex;
    justify-content: flex-end;
    min-width: 9px;
}
.slider-arrows .s-arrow i {
    display: flex;
    width: 28px;
    height: 28px;
    font-size: 28px;
    color: #424242;
    transition: all 0.3s ease-in-out;
}
.slider-arrows .s-arrow i:hover {
    color: #949494;
}
.slider-arrows .to-left i {
    transform: rotate(180deg);
}
.ba-store-app-product .ba-blog-post-badge-wrapper {
    left: 15px;
    top: 15px;
}
.ba-blog-post-badge-wrapper .ba-blog-post-badge {
    font-family: "MazzardM";
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 100px;
}
.ba-store-app-product .ba-blog-post-wishlist-wrapper {
    right: 15px;
    top: 15px;
}
.ba-store-app-product .ba-blog-post-wishlist-wrapper i {
    background: transparent;
    border-radius: 100%;
    color: #a1a08c;
    width: 22px;
    font-size: 22px;
    padding: 0;
}
.ba-item-recent-posts-slider .carousel-type .ba-slideshow-caption > * {
    padding: 0 15px !important;
}
ul.carousel-type li {
    width: calc((100% - 80px) / 5) !important;
}
.ba-store-app-product .ba-slideshow-img {
    height: var(--cur-prod-height) !important;
}
.sliders-numb {
    color: #424242;
    font-family: "MazzardM";
    font-size: 14px;
    line-height: 14px;
}
.product-slider .ba-slideset {
    overflow: visible !important;
}
.product-slider .slideshow-content {
    padding-top: 20px;
    overflow: visible !important;
}
.product-slider .slideshow-content .ba-slideshow-img {
    box-shadow: 0px 0px 24px 0px rgba(26, 26, 26, 0.08);
    border-radius: 5px;
}
.product-slider .ba-slideset-nav {
    display: none !important;
}
@media (max-width: 1440px) {
    .ba-item-recent-posts-slider .carousel-type .ba-slideshow-caption > * {
        padding: 0 10px !important;
    }
}
@media (max-width: 1280px) {
    ul.carousel-type li {
        width: calc((100% - 60px) / 4) !important;
    }
}
@media (max-width: 1024px) {
    ul.carousel-type li {
        width: calc((100% - 40px) / 3) !important;
    }
    .ba-store-app-product .ba-blog-post-badge-wrapper {
        left: 10px;
        top: 10px;
    }
    .ba-store-app-product .ba-blog-post-wishlist-wrapper {
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 768px) {
    ul.carousel-type li {
        width: calc((100% - 10px) / 2) !important;
    }
    .product-slider .slideshow-content .ba-slideshow-img {
        box-shadow: 0px 0px 10px 0px rgba(26, 26, 26, 0.08);
    }
    .ba-blog-post-badge-wrapper .ba-blog-post-badge {
        font-size: 14px;
        line-height: 14px;
        padding: 5px 10px;
    }
    .slider-arrows {
        position: absolute;
        top: 0;
        right: 0;
    }
}
/* Product Slider - End */

/* Footer - Start */
.menu-footer li.nav-item {
    width: 100%;
}

.social-icons-footer .ba-icon-wrapper {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.social-icons-footer .ba-icon-wrapper a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 33px !important;
    height: 33px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.social-icons-footer .ba-icon-wrapper a i {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 33px !important;
    height: 33px !important;
    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 480px) {
    .bank-col {
        justify-content: flex-start !important;
    }
}
/* Footer - End */

/**------Корзина-Начало------*/
.ba-store-cart-backdrop > .ba-store-cart-close {
    background-color: rgba(242, 242, 242, 0.1) !important;
    backdrop-filter: blur(10px);
    width: calc(100% - 0px) !important;
    right: -130vw;
    left: initial !important;
    transition: all 0.7s ease-in-out;
}
.ba-store-cart-backdrop.ba-visible-store-cart > .ba-store-cart-close {
    right: 0;
}
.ba-empty-cart-products i {
    margin-bottom: 10px !important;
}
.ba-empty-cart-products-message {
    font-weight: 300 !important;
}
.ba-checkout-order-product-row,
.ba-wishlist-product-row,
.ba-cart-product-row {
    padding: 0 0 30px 0 !important;
    border-bottom: 0px !important;
}
.ba-wishlist-products-list,
.ba-cart-products-list {
    padding: 0 30px !important;
}
.ba-checkout-order-product-row:first-child,
.ba-wishlist-product-row:first-child,
.ba-cart-product-row:first-child {
    padding-top: 15px !important;
}
.ba-cart-checkout-row.ba-cart-checkout-total span,
.ba-cart-product-price-cell span {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}
.ba-wishlist-headline-wrapper,
.ba-cart-headline-wrapper {
    padding: 25px 30px 30px 30px !important;
    margin-bottom: 0 !important;
}
.ba-wishlist-headline,
.ba-cart-headline {
    font-weight: 500 !important;
}
.ba-store-wishlist-close-wrapper i,
.ba-store-cart-close-wrapper i {
    margin-top: 22px !important;
    margin-right: 10px;
}
.ba-cart-product-content-inner-cell,
.ba-wishlist-product-content-cell,
.wm-cart-product-title-block {
    position: relative;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start !important;
}
.ba-wishlist-product-title,
.ba-store-cart .ba-cart-product-title {
    margin-bottom: 20px !important;
}
.ba-wishlist-product-title a,
.ba-store-cart .ba-cart-product-title a {
    font-size: 18px !important;
    font-weight: 500 !important;
}
.ba-cart-product-title-cell,
.ba-wishlist-product-title-cell {
    width: 400px !important;
}
.ba-cart-product-quantity-cell input[type="text"] {
    border-bottom: 1px solid #949494 !important;
    height: fit-content !important;
    line-height: 22px;
    padding: 4px 6px !important;
    width: 53px !important;
}
.ba-cart-product-quantity-cell {
    background: transparent !important;
    gap: 10px;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    width: fit-content !important;
}
.ba-cart-product-quantity-cell .ba-icon-minus,
.ba-cart-product-quantity-cell .ba-icon-plus {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 34px !important;
    height: 34px !important;
    border: 1px solid #949494;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.ba-cart-product-quantity-cell .ba-icon-minus:before {
    color: #424242;
    transition: all 0.3s ease-in-out;
}
.ba-cart-product-quantity-cell .ba-icon-plus:before {
    color: #424242;
    transition: all 0.3s ease-in-out;
}
.ba-cart-product-quantity-cell i:hover {
    opacity: 1 !important;
    background: #a2a08c !important;
}
.ba-cart-product-quantity-cell i:hover:before {
    color: #fff;
}
.ba-wishlist-product-remove-cell,
.ba-cart-product-remove-cell {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ba-wishlist-product-remove-cell > .ba-icon-trash:before,
.ba-cart-product-remove-cell > .ba-icon-trash:before {
    content: "\e916";
    font-family: amonte-1 !important;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #ff0000;
}
.ba-cart-product-remove-cell:after,
.ba-wishlist-product-remove-cell:after {
    content: "Видалити";
    color: #424242;
    font-family: "Montserrat";
    font-size: 14px;
    cursor: pointer;
}

.ba-wishlist-checkout-row:not(.ba-wishlist-btn-wrapper) span,
.ba-cart-checkout-row.ba-cart-checkout-total span {
    font-weight: 300;
    gap: 10px;
}

.ba-wishlist-product-image-cell,
.ba-cart-product-image-cell {
    margin-right: 15px !important;
    max-width: 180px !important;
    min-width: 180px !important;
}
.ba-wishlist-product-image-cell img,
.ba-cart-product-image-cell img {
    max-width: 180px !important;
    min-width: 180px !important;
    max-height: max-content !important;
}
.ba-wishlist-checkout,
.ba-cart-checkout {
    padding: 30px 30px !important;
    box-shadow: 0px -8px 14px 0px rgba(26, 26, 26, 0.08);
}
.ba-cart-checkout-row.ba-cart-checkout-total {
    padding: 0 0 25px 0 !important;
}
.ba-cart-checkout .ba-cart-price-value:before {
    content: "Сума: ";
}
.ba-cart-checkout-row.ba-cart-checkout-btn-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
}
.ba-store-cart-backdrop .ba-cart-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a2a08c;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 20px 0px 20px 0px;
    width: 50%;
    border-radius: 100px;
    margin-top: 0;
    margin-bottom: 0;
    gap: 10px;
}
.ba-store-cart-backdrop .ba-cart-checkout-btn:after {
    color: #fff !important;
    content: "\e905";
    font-family: amonte-1;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    margin-top: -2px;
}
.ba-store-cart-backdrop .am-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    color: #424242;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0px 20px 0px;
    width: 50%;
    border-radius: 100px;
    margin-top: 0;
    margin-bottom: 0px;
    border: 1px solid #424242;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    gap: 10px;
}
.ba-store-cart-backdrop .am-cont:hover {
    background-color: var(--hover) !important;
    color: #fff !important;
    border: 1px solid var(--hover) !important;
}
.ba-store-cart-backdrop .am-cont:hover:after {
    color: #474747 !important;
}
.ba-cart-product-row[data-extra-count="0"] {
    align-items: start;
}
.ba-cart-checkout-row.ba-cart-checkout-discount {
    display: none !important;
}
/**------Корзина-Конец------*/

/**------Вишлист-Начало------*/
.ba-wishlist-products-list {
    max-height: calc(100vh) !important;
    flex-grow: 1;
    min-height: auto !important;
}
.ba-store-wishlist-backdrop > .ba-store-wishlist-close {
    background-color: rgba(242, 242, 242, 0.1) !important;
    backdrop-filter: blur(10px);
    width: calc(100% - 0px) !important;
    right: -130vw;
    left: initial !important;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}
.ba-store-wishlist-backdrop.ba-visible-store-wishlist > .ba-store-wishlist-close {
    right: 0;
    opacity: 1;
}
.ba-store-wishlist.ba-container {
    border-radius: 0 !important;
    display: flex !important;
    margin-bottom: 0;
    min-height: 100vh !important;
    position: absolute !important;
    right: -130vw;
    border-radius: 6px;
    box-shadow: 0 30px 60px 0 var(--shadow);
    min-height: 550px;
    overflow-y: auto;
    padding: 0;
    margin: auto 0;
    position: relative;
    width: 800px;
    z-index: 10;
    animation: store-cart-in 0.3s linear both;
    transform: translateX(100%);
    transition: all 0.7s ease-in-out;
}
.ba-store-wishlist-backdrop.ba-visible-store-wishlist > .ba-store-wishlist.ba-container {
    right: 0;
}
.ba-wishlist-add-to-cart-cell {
    display: none;
}
.ba-wishlist-product-content-inner-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    position: relative;
}
.ba-wishlist-price-wrapper span {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}
.ba-wishlist-product-extra-options {
    display: none;
}
span.ba-wishlist-add-all-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a2a08c;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 20px 0px 20px 0px;
    width: 100%;
    border-radius: 100px;
    margin-top: 0;
    margin-bottom: 0;
    gap: 10px;
}
span.ba-wishlist-add-all-btn:after {
    color: #fff !important;
    content: "\e905";
    font-family: amonte-1;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    margin-top: -2px;
}
span.ba-clear-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    color: #424242;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0px 20px 0px;
    width: 100%;
    border-radius: 100px;
    margin-top: 0;
    margin-bottom: 0px;
    border: 1px solid #424242;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    gap: 10px;
}
span.ba-clear-wishlist:hover {
    background-color: var(--hover) !important;
    color: #fff !important;
    border: 1px solid var(--hover) !important;
    opacity: 1 !important;
}
span.ba-clear-wishlist:hover:after {
    color: #474747 !important;
}
.ba-wishlist-checkout {
    flex-direction: row-reverse !important;
    flex-wrap: nowrap !important;
    flex-grow: 0 !important;
    gap: 15px;
}
.ba-wishlist-checkout-row {
    width: 50%;
    padding: 0 0px !important;
}
.ba-cart-checkout-row.ba-cart-checkout-btn-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
}
.ba-store-cart-backdrop .ba-cart-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a2a08c;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 20px 0px 20px 0px;
    width: 50%;
    border-radius: 100px;
    margin-top: 0;
    margin-bottom: 0;
    gap: 10px;
}
.ba-store-cart-backdrop .ba-cart-checkout-btn:after {
    color: #fff !important;
    content: "\e905";
    font-family: amonte-1;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
    margin-top: -2px;
}
.ba-store-cart-backdrop .am-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    color: #424242;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0px 20px 0px;
    width: 50%;
    border-radius: 100px;
    margin-top: 0;
    margin-bottom: 0px;
    border: 1px solid #424242;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    gap: 10px;
}
.ba-store-cart-backdrop .am-cont:hover {
    background-color: var(--hover) !important;
    color: #fff !important;
    border: 1px solid var(--hover) !important;
}
.ba-store-cart-backdrop .am-cont:hover:after {
    color: #474747 !important;
}
@media (max-width: 768px) {
    .ba-wishlist-headline-wrapper,
    .ba-cart-headline-wrapper {
        padding: 15px 15px 15px 15px !important;
    }
    .ba-wishlist-products-list,
    .ba-cart-products-list {
        padding: 0 15px !important;
    }
    .ba-wishlist-checkout,
    .ba-cart-checkout {
        padding: 30px 15px !important;
    }
    .ba-store-wishlist-close-wrapper i,
    .ba-store-cart-close-wrapper i {
        margin-top: 13px !important;
        margin-right: -4px;
    }
    .ba-wishlist-product-content-cell,
    .ba-cart-product-content-cell {
        width: calc(100% - 195px);
    }
    .ba-wishlist-product-image-cell,
    .ba-cart-product-image-cell {
        margin-right: 10px !important;
        max-width: 100px !important;
        min-width: 100px !important;
    }
    .ba-wishlist-product-image-cell img,
    .ba-cart-product-image-cell img {
        max-width: 100px !important;
        min-width: 100px !important;
    }
    .ba-cart-product-title-cell,
    .ba-wishlist-product-title-cell {
        width: 300px !important;
    }
    .ba-cart-product-remove-cell:after,
    .ba-wishlist-product-remove-cell:after {
        display: none;
    }
    .ba-wishlist-product-remove-cell,
    .ba-cart-product-remove-cell {
        min-width: fit-content !important;
    }
    .ba-checkout-order-product-row,
    .ba-wishlist-product-row,
    .ba-cart-product-row {
        padding: 0 0 20px 0 !important;
    }
}
@media (max-width: 480px) {
    .ba-wishlist-product-image-cell,
    .ba-cart-product-image-cell {
        max-width: 70px !important;
        min-width: 70px !important;
    }
    .ba-wishlist-product-image-cell img,
    .ba-cart-product-image-cell img {
        max-width: 70px !important;
        min-width: 70px !important;
    }
    .ba-wishlist-product-title a,
    .ba-store-cart .ba-cart-product-title a {
        font-size: 16px !important;
    }
    .ba-cart-product-title-cell,
    .ba-wishlist-product-title-cell {
        width: 235px !important;
    }
    .ba-cart-product-quantity-cell .ba-icon-minus,
    .ba-cart-product-quantity-cell .ba-icon-plus {
        width: 24px !important;
        height: 24px !important;
    }
    .ba-cart-product-quantity-cell input[type="text"] {
        width: 35px !important;
    }
    .ba-cart-product-quantity-cell {
        gap: 7px;
        margin: 0 0 10px 0 !important;
    }
    .ba-store-cart-backdrop .ba-cart-product-price-cell {
        margin: 0 0 0 0px !important;
    }
    .ba-cart-product-price-cell span {
        font-size: 18px;
        line-height: 35px;
        font-weight: 300;
    }
    .ba-wishlist-checkout,
    .ba-cart-checkout {
        padding: 15px 15px !important;
    }
    .ba-cart-checkout-row.ba-cart-checkout-total {
        flex-direction: column !important;
        padding: 0 0 15px 0 !important;
    }
    .ba-cart-checkout-row.ba-cart-checkout-btn-wrapper {
        flex-direction: column;
    }
    .ba-store-cart-backdrop .ba-cart-checkout-btn {
        width: 100%;
    }
    .ba-store-cart-backdrop .am-cont {
        width: 100%;
    }
    .ba-cart-checkout-row.ba-cart-checkout-total span {
        gap: 0;
    }
    .ba-cart-checkout-row.ba-cart-checkout-total span {
        font-size: 18px;
        line-height: 26px;
    }
    /**------Вишлист------*/
    .ba-wishlist-product-title {
        margin-bottom: 10px !important;
    }
    .ba-wishlist-price-wrapper span {
        font-size: 18px;
        line-height: 24px;
    }
    .ba-wishlist-checkout {
        flex-direction: column !important;
    }
    .ba-wishlist-checkout-row {
        width: 100%;
    }
}
/**------Вишлист-Конец------*/
.contact-block .custom-html {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-block .custom-html .contact-line {
    display: flex;
    gap: 15px;
    align-items: center;
}
.contact-block .custom-html .contact-line .phones {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-block .custom-html .contact-line i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #A2A08C;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
    line-height: 18px;
}
.contact-block .custom-html .contact-line:nth-child(2) i {
    font-size: 12px;
    line-height: 18px;
}
.contact-block .custom-html .contact-line a {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    color: #424242;
}

