/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    /*--fs-color-border: #FAFAFA;*/
    --fs-color-border: rgb(0 0 0 / 7%);
    --fs-color-border-2: #E0E0E0;
}
.mfp-ready .mfp-close {
    opacity: 1;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #fff;
}
html, body {
  height: 100%;
  margin: 0;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#header {
  flex: 0 0 auto;
}

#main {
  flex: 1 0 auto;
}

#footer {
  flex: 0 0 auto;
}
b, strong {
    font-weight: 500;
    letter-spacing: -0.04em;
}
body {
    font-family: 'e-Ukraine', sans-serif;
    font-size: .93rem;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.top-bar-nav {
    font-size: .875em;
}
/* text-size */
.text-size-64 {
    font-size: 3.875rem; /* 62px */
    letter-spacing: -0.03em;
    font-weight: 500;
    line-height: normal;
}
.text-size-48 {
    font-size: 3rem; /* 48px */
    letter-spacing: -0.03em;
    font-weight: 500;
    line-height: normal;
}
.text-size-32 {
    font-size: 2rem; /* 32px */
    line-height: normal;
}
.text-size-28 {
    font-size: 1.75rem; /* 28px */
    line-height: normal;
}
.text-size-24 {
    font-size: 1.5rem; /* 24px */
    line-height: normal;
}
.text-size-20 {
    font-size: 1.25rem; /* 20px */
    line-height: normal;
}
.text-size-18 {
    font-size: 1.125rem; /* 18px */
    line-height: normal;
}

/* gap */
.gap-8 {
    padding-top: 10rem !important; /* 160px */
}
.gap-7 {
    padding-top: 7rem !important; /* 112px */
}
.gap-6 {
    padding-top: 6rem !important; /* 96px */
}
.gap-5 {
    padding-top: 5rem !important; /* 80px */
}
.gap-4 {
    padding-top: 4rem !important; /* 64px */
}
.gap-3 {
    padding-top: 3rem !important; /* 48px */
}
.gap-2 {
    padding-top: 2rem !important; /* 32px */
}

@media(max-width: 1450px) { 
    body {
       font-size: calc(12px + 3 * ((100vw - 375px) / 1045));
    }
    
    /*text-size*/
    .text-size-64 {
        font-size: calc(30px + 34 * ((100vw - 375px) / 1045));
        letter-spacing: -0.03em;
        font-weight: 500;
    }
    .text-size-48 {
        font-size: calc(20px + 28 * ((100vw - 375px) / 1045));
        letter-spacing: -0.03em;
        font-weight: 500;
    }
    .text-size-32 {
        font-size: calc(20px + 12 * ((100vw - 375px) / 1045));
    }
    .text-size-28 {
        font-size: calc(18px + 10 * ((100vw - 375px) / 1045));
    }
    .text-size-24 {
        font-size: calc(16px + 8 * ((100vw - 375px) / 1045));
    }
    .text-size-20 {
        font-size: calc(14px + 6 * ((100vw - 375px) / 1045));
    }
    .text-size-18 {
        font-size: calc(13px + 5 * ((100vw - 375px) / 1045));
    }  
    
    /*gap*/
    .gap-8{
        padding-top: calc(48px + 112 * ((100vw - 375px) / 1045)) !important;
    }
    .gap-7{
        padding-top: calc(48px + 64 * ((100vw - 375px) / 1045)) !important;
    }
    .gap-6{
        padding-top: calc(36px + 60 * ((100vw - 375px) / 1045)) !important;
    }
    .gap-5{
        padding-top: calc(33px + 47 * ((100vw - 375px) / 1045)) !important;
    }
    .gap-4{
        padding-top: calc(30px + 34 * ((100vw - 375px) / 1045)) !important;
    }
    .gap-3{
        padding-top: calc(24px + 24 * ((100vw - 375px) / 1045)) !important;
    }
    .gap-2{
        padding-top: calc(17px + 15 * ((100vw - 375px) / 1045)) !important;
    }

    .button, button, input[type=button], input[type=reset], input[type=submit] {
        font-size: calc(12px + 3 * ((100vw - 375px) / 1045));
    }    
    
}

.alt-font, .is-alt-font {
    font-family: 'GrtskTera', sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-weight: 500;
}
.is-divider {
    background-color: var(--fs-color-border);
}
#masthead {
    border-bottom: 1px solid var(--fs-color-border);
}
.nav>li>a {
    font-size: 1em;
}
.nav-uppercase>li>a {
    font-weight: 500;
    letter-spacing: -.02em;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: -0.02em;
}
label, legend {
    font-weight: 400;
}
del {
    font-size: 80%;
}
span.amount {
    color: #17192b;
    font-weight: 400;
}
.row-col-p-b-0 > .col {
    padding-bottom: 0;
}
.margin-p-0 p{
    margin-bottom: 0;
}
.absolute-footer {
    display:none;    
}
.height-100 {
    height: 100%;
}
.l-h-0 {
    line-height: 0;
}
.is-form, button.is-form, button[type=submit].is-form, input[type=button].is-form, input[type=reset].is-form, input[type=submit].is-form {
    color: #17192b;
}
.woocommerce-pagination {
    margin: 3em 0;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border-width: 1px;
    height: 3.25em;
    line-height: 3.2em;
    min-width: 3.25em;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    background-color: #17192b;
    border-color: #17192b;
    color: #fff;
}
.wc-layered-nav-term a {
    position: relative;
    padding: 0 0 0 24px !important;
    color: #17192b;
    font-size: .9em;
}
.widget .wc-layered-nav-term a:before {
    content: '' !important;
    width: 13px;
    height: 13px;
    border: 1px solid #e1e1e1;
    -webkit-transition: inherit;
    transition: inherit;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
}
.wc-layered-nav-term.chosen a:after {
    content: '';
    position: absolute;
    left: 2px;
    z-index: 1;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
    background: var(--fs-color-primary);
}
.widget .wc-layered-nav-term.chosen a:before, .widget .wc-layered-nav-term:hover a:before {
    border-color: #cdcdcd;
    opacity: 1 !important;
    margin-right: 0 !important;
    -webkit-transition: inherit;
    transition: inherit;
    position: absolute !important;
    left: 0 !important;
    top: calc(50% - 6px) !important;
    border-radius: 0px;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: none;
}
.widget>ul>li .count {
    font-size: .6em;
}
.widget .is-divider {
    max-width: 100%;
    height: 1px;
}
span.widget-title {
    font-size: .875em;
    font-weight: 600;
}

/* Глобальний контейнер для повідомлень */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    position: fixed !important;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 320px;
    max-width: 90%;
    margin-bottom: 10px !important;
    padding: 15px 40px 15px 15px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: fadeInSlide 0.4s ease;
    pointer-events: auto;
}
.woocommerce-message + .woocommerce-message,
.woocommerce-error + .woocommerce-error,
.woocommerce-info + .woocommerce-info {
    margin-top: 10px;
}
.woocommerce-message {
    background-color: #e6f7e6;
    color: #2d662d;
    border-left: 5px solid #49c149;
}
.woocommerce-error {
    background-color: #fde8e8;
    color: #842029;
    border-left: 5px solid #e03131;
}
.woocommerce-info {
    background-color: #e7f3fe;
    color: #084298;
    border-left: 5px solid #0d6efd;
}
.close-message {
    content: "×";
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    font-size: 18px;
}
@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/*padding*/
.padding-text-0 > *{
    margin-bottom: 0;
}
.padding-text-s > *{
    margin-bottom: .5em;
}
.padding-text-m > *{
    margin-bottom: 1em;
}
.padding-text-l > *{
    margin-bottom: 1.5em;
}


/*main menu*/
#top-bar {
    border-bottom: 1px solid var(--fs-color-border);
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: var(--fs-color-secondary);
}
.nav-small .nav>li>a, .nav.nav-small>li>a {
    font-weight: 300;
}
.nav>li {
    margin: 0 .95em;
}
.header-main input[type=search] {
    height: 4.763em;
}

.header-main .container, .header-top .container{
    max-width: 1700px;
}

.header-top {
    min-height: 35px;
    min-height: 2.2875em !important;
}
.header-main {
    height: 90px;
    height: 7.5em !important;
}

.header-main .center-menu {
    padding: 0 3em;
}
.header-main  .header-search-form {
    flex: 1;
}
[data-icon-label]:after {
    background-color: var(--fs-color-primary);
    box-shadow: none;
}
.nav-small.nav>li.html {
    font-size: .8em;
}
.logo-left .logo {
    margin-left: 0;
    margin-right: 0;
}

.header-main .nav-left.nav > li {
    margin: 0 1.1em;
}
.header-main .nav-right.nav > li {
    margin: 0 1.1em;
}
.header-main .nav > li > a {
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #17192b;
}
.header-main .nav > li.active > a, .header-main .nav > li > a:hover {
    color: var(--fs-color-primary);
}
.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    color: #fff;
}
/*menu mobile*/
#main-menu .sidebar-menu .nav > li > a{
    color: #17192b;
    font-weight: 400;
    font-size: 1.7em;
}
#main-menu .nav-sidebar.nav-vertical>li+li {
    border-top: none;
}
.off-canvas .sidebar-menu {
    padding: 0;
}
.off-canvas .sidebar-menu .header-search-form {
    /*background: #f3f3f3;*/
}
.off-canvas .sidebar-menu .header-search-form {
    /* background: #f8f6f4; */
    border: 1px solid var(--fs-color-border);
    border-right: none;
    border-left: none;
    margin-bottom: 15px;
    padding: 5px 20px !important;
}
.off-canvas .sidebar-menu .header-search-form input {
    border: none;
}

/*buttons*/
.white.is-outline:hover {
    background-color: rgb(0 0 0) !important;
    border-color: rgb(0 0 0);
    color: rgb(255 255 255) !important;
    opacity: 1 !important;
}
.button svg {
    width: 1.2em;
    line-height: 3.4em;
    height: auto; 
}
.button svg+* {
    margin-left: .4em;
}
.button.svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: max-content;
    margin: 0 auto !important;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
    letter-spacing: -0.03em;
    line-height: 3.9em;
    min-height: 4em;
    padding: 0 2.2em;
    font-size: .93em;
    font-weight: 400;    
}
.button.is-outline {
    line-height: 4.34em;
}
.button.icon {
    min-width: 4.5em;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    height: 3.907em;
}
.button.checkout, .checkout-button, .button[name="woocommerce_checkout_place_order"], .button[name="add-to-cart"], .button.single_add_to_cart_button {
    background-color: var(--fs-color-primary) !important;
}
.woocommerce-mini-cart__buttons > .button:first-child {
    background-color: var(--fs-color-secondary);
    border-color: #e8e8e8;
    background-color: #e8e8e8;
    color: #17192b;
}
.add-to-cart-button .added_to_cart.wc-forward {
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    vertical-align: middle;
    letter-spacing: -0.03em;
    line-height: 3.4em;
    min-height: 3.5em;
    padding: 0 2.2em;
    font-size: .93em;
    font-weight: 300;
    text-transform: none;
    width: 100%;
    border-color: #e8e8e8;
    background-color: #e8e8e8;
    color: #17192b;
    margin-top: 1.5em;
    border-radius: 8px;
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    border: 1px solid;
}

/*product-small*/
.row .products.row-large:not(.row-collapse) {
    margin-left: -9.8px;
    margin-right: -9.8px;
}
.product-small.col.has-hover {
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 14px 9.8px 18px;
    transition: .2s all;
}
.product-small.col.has-hover .box-text {
    font-size: 1em;
    padding-top: .2em;
    padding-bottom: 0em;
    padding-left: .5em;
    padding-right: .5em;
}
.product-small.col.has-hover .box-image img {
    border-radius: 25px;
}
.product-small.col.has-hover:hover {
    border: 1px solid rgb(23 25 43 / 15%);
}
.product-small .bg-pattern {
    width: 100%;
    background: #fff;
    background-color: #65656500;
    /*background-image: url(/wp-content/uploads/2025/06/grain-pattern.png);*/
    background-size: auto;
    background-repeat: repeat;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff1c;
    backdrop-filter: blur(10px);
    padding: 0 !important;
}
.product-small .cat-rating {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.product-small .star-rating {
    margin: 0;
    font-size: .875em;
}
.product-small  .star-rating--inline {
    height: 1em;
}
.star-rating:before, .woocommerce-page .star-rating:before {
    color: #ffeb36;
}
.product-small .star-rating:before, .woocommerce-page .product-small .star-rating:before {
    color: #ffffff;
}
.star-rating span:before {
    color: #ffeb36;
}
.product-small .category{
    margin-top: .6em;
    margin-bottom: .3em;
}

.product-small .product-title{
    font-size: 1.05em;
    font-weight: normal;
    margin-bottom: .3em;
    /*margin-top: .3em;*/
}
.product-small .product-title a{
    color: #17192b;
    margin-bottom: .2em;
    margin-top: .3em;
}
.product-small .price-wrapper{
    font-size: 1.65em;
}
.box-text {
    font-size: 1em;
    padding-bottom: 1.4em;
    padding-top: .5em;
}
.product-small .box-text .button {
    margin: 0;
    background: transparent;
    color: var(--fs-color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4em;
    padding: 1.1em 1.9em !important;
    border-radius: 15px !important;
    font-size: .9em;
}
.product-small .box-text .button:hover {
    background: var(--fs-color-secondary);
    color: #fff;
}
.product-small .box-image {
    border-radius: 4px;
    overflow: hidden;
}
.price-wrapper .bef {
    font-size: 70%;
    opacity: .7;
}
ins span.amount {
    color: var(--fs-color-alert);
}
del span.amount {
    opacity: .3;
}

/*mini-cart*/
.cart-popup-title>span {
    display: block;
    font-size: 1.125em;
    margin-bottom: 1.75em;
}
.cart-popup-inner--sticky {
    background: #fff;
}
.widget_shopping_cart ul.product_list_widget li {
    padding: 16px 16px 16px 95px;
    border-radius: 8px;
    border: 1px solid var(--fs-color-border);
    display: block;
    position: relative;
    margin-bottom: 1rem;
}
.woocommerce-mini-cart-item .ux-mini-cart-qty {
    margin-right: 0;
    margin-top: 0;
}
ul.product_list_widget li .quantity {
    opacity: .9;
}
.ux-mini-cart-qty {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.ux-mini-cart-qty input[type=number]{
    height: 1.907em;
    width: 1em;
}
.ux-mini-cart-qty input[type=button]{
    font-size: .97em;
    line-height: 1.8em;
    min-height: 1.9em;
}
ul.product_list_widget li a.remove {
    position: absolute;
    right: 4px;
    top: 2px;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    color: #17192b;
    font-weight: 400;
    font-size: .875em;
}
ul.product_list_widget li img {
    height: auto;
    left: 0;
    margin-bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
}
a.icon-remove, a.remove {
    border: none;
    border-radius: 100%;
    color: #ccc;
    display: block;
    font-size: 1.7em !important;
    font-weight: 400;
    height: auto;
    line-height: 1;
    text-align: center;
    width: auto;
}
.cart-popup-inner .widget_shopping_cart_content .price-wrapper {
    font-size: 1em;
    opacity: 1;
}
.ux-mini-cart-qty input[type=button] {
    /*color: var(--fs-color-primary);*/
    font-weight: 500;
}

.ux-mini-cart-footer .ux-free-shipping {
    margin-bottom: 20px;
    margin-top: 5px;
    border: 1px solid var(--fs-color-border);
    padding: 15px 16px;
    border-radius: 8px;
}
.ux-free-shipping__bar-progress {
    background: #17192b;
}
.ux-free-shipping__notice {
    font-size: .93em;
}
.ux-free-shipping__notice svg {
    height: auto;
    width: 1.4em;
    margin-bottom: -6px;
    margin-right: 5px;
}
.widget_shopping_cart p.total {
    border-bottom: none;
    border-top: none;
    margin-bottom: .5em;
    padding: 0 0 5px 0;
    font-size: 1.3em;
}

/*wishlist*/
.image-tools {
    margin-left: 1.3em;
    margin-right: 1.3em;
    margin-top: 1.05em;
    padding: 0;
}
.image-tools.bg-pattern {
    margin:0 !important;
}
.wishlist-icon svg {
    width: 2.2em;
    height: auto;
}
.image-tools .wishlist-button:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--fs-color-primary);
}
.image-tools .wishlist-button:hover svg path {
    transition: .3s all;
}
.image-tools .wishlist-button:hover svg path, .wishlist-button.wishlist-added svg path{
    fill: var(--fs-color-primary);
}
.product-small .wishlist-popup {
    display:none !important;
}
.wishlist_table.mobile .product-remove{
    position: absolute;
    right: 4px;
    left: auto;
    top: 2px;
    border: none;
    border-radius: 100%;
    color: #ccc;
    display: block;
    font-size: 1.2em !important;
    font-weight: 400;
    height: auto;
    line-height: 1;
    text-align: center;
    width: auto;   
}
.wishlist_table.mobile .product-remove a:after {
    display: none;
}


/*icon box delivery*/
.icon-box-text h5 {
    font-size: .95em;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}
.icon-box-text h6 {
    font-size: .85em;
    font-weight: 300;
    text-transform: none;
    white-space: nowrap;
    flex: 1;
    opacity: .5;
}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5em;
}

/*icon-pay*/
.stack.stack-pay-icon {
    
}
.stack-pay-icon .ux-logo-link {
    padding: 0 !important;
}
.stack-pay-icon img {
    width: auto;
    height: 20px !important;
}
.stack-pay-icon .visa img {
    width: auto;
    height: 17px !important;
}
/*chastyny box*/
.text.chastyny p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}
.text.chastyny p img {
    margin: 0;
}
.text.chastyny p span {
    opacity: .5;
    font-size: .75em;
}

/*product single gallery*/
.product-gallery-stacked .slide:not(:last-child) {
    margin-bottom: 0;
}
.col-50vw{
    padding-bottom: 0 !important;
}
/*.col-50vw > .col-inner{
    width: 50vw !important;
    float: right;
}*/
.col-50vw .product-images {
    margin-bottom: 0 !important;
}
.meta-new {
    display: flex;
    gap: 2em;
    font-size: .85em;
    align-items: center;
    color: #17192bb3;
}
.meta-new .stock-status:before {
    content: '';
    width: .75em;
    height: .75em;
    display: inline-block;
    background-color: var(--fs-color-primary);
    border-radius: 99px;
    margin-right: .4em;
}
.meta-new .yes .stock-status:before {
    background-color: var(--fs-color-success);
}
.meta-new .no .stock-status:before {
    background-color: var(--fs-color-alert);
}
.product_meta {
    font-size: 100%;
    margin-bottom: 0;
}
.product_meta>span {
    border-top: none;
    display: block;
    padding: 0 0;
}

/*promo baner*/
.promo-banner {
    position: relative;
    display: block;
    overflow: hidden;
}
.promo-banner .banner-image {
    display: block; /* тепер це блочний елемент */
    width: 100%;
}
.promo-banner .banner-image img {
    width: 100%;
    height: auto; /* зберігає пропорції */
    display: block;
}

.promo-banner .promo-banner-content {
    position: absolute;
    bottom: 80px;
    left: 80px;
    right: 650px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.promo-banner .promo-banner-content .subtitle {
    font-weight: 300;
    font-size: 1.5em;
    letter-spacing: -0.03em;
    line-height: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.promo-banner .promo-banner-content .title {
    font-weight: 500;
    font-size: 7.5em;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.promo-banner .arrow-buttons {
    position: absolute;
    right: 130px;
    bottom: 80px;
    width: 210px;
    height: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
    z-index: 2;
    display: none;
}

.promo-banner .arrow-buttons:hover {
    transform: scale(1.2) rotate(20deg);
    opacity: 0.8;
}

/*single prod*/
.product-tags-categories {
    font-weight: 400;
    font-size: .85em;
    padding: 0 2em;
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: center;
}
.product-tags-categories span.labels {
    opacity: .7;
    font-weight: 300;
}
.product-tags-categories a {
    color: var(--fs-color-primary);
    text-decoration: underline;
}
.single-yth-new-button .wishlist-button svg {
    width: 1.5em;
    height: auto;
}
.single-yth-new-button .wishlist-button.wishlist-added svg path {
    fill: #17192b;
}
.single-yth-new-button {
    flex: 0 0 auto !important;
}
.single-yth-new-button {
    flex: 0 0 auto !important;
}
.single-yth-new-button .button {
    margin: 0;
    padding: 0;
    min-width: 4.2em;
    min-height: 4.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #e8e8e8;
    background-color: #e8e8e8;
    color: #17192b;
}
.woocommerce-variation-add-to-cart, form.cart {
    gap: .5em;
}
.button[name="add-to-cart"], .button.single_add_to_cart_button {
    min-width: auto;
    flex: 1;
    border-color: var(--fs-color-primary);
}
h1.product-title.entry-title {
    letter-spacing: -.03em;
    font-size: 1.8em;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
}
.single-product .avtor{
    margin-top: 0.3em;
    margin-bottom: -0.2em; 
    font-size: .95em;
}
.single-product .avtor span{
    opacity: .5;
}
.product-price-container .price-wrapper .price {
    margin-bottom: .75em;
}
.variations_form .ux-swatch--label {
    background: #f3f3f3;
    box-shadow: 0 0 0 1px #f3f3f3;    
    color: #17192b;
    font-size: .875em;
    padding: 8px 14px;
}
.variations_form .ux-swatch.selected {
    box-shadow: 0 0 0 1px #17192b !important;
    background-color: #17192b !important;
    color: #fff !important;
}
.variations .reset_variations {
    display: none !important;
}
.woocommerce-review-link {
    font-size: 85%;
    margin-left: 2px;
    color: #17192b;
    opacity: .5;
}
.accordion .plus-button {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 1.25em;
    position: relative;
    transform: rotate(0deg);
    transition: .3s;
    width: 1.25em;
}
.accordion .active .plus-button {
    transform: rotate(90deg);
}
.accordion .plus-button:before, .plus-button:after {
    background: #17192b;
    content: "";
    display: block;
    position: absolute;
    transition: .3s;
}
.accordion .plus-button:before {
    height: 1px;
    left: 0;
    top: 0.625em;
    width: 1.25em;;
}
.accordion .plus-button:after {
    height: 1.25em;;
    left: 0.625em;
    top: 0;
    width: 1px; 
}
.accordion .active .plus-button:before {
    left: .5208333333vw;
    width: 0;
}
.product-page-accordian .accordion .toggle {
    left: auto;
    margin: 0;
    top: auto;
    transform-origin: center;
    line-height: normal;
    opacity: 1;
    min-height: auto;
}
.product-page-accordian .accordion-title {
    border-top: 1px solid var(--fs-color-border);
    font-size: 100%;
    padding: 1.5rem 0;
    position: relative;
    transition: border .2s ease-out, background-color .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4em;
    
}
.product-page-accordian .accordion>div:last-child .accordion-title {
    border-bottom: 1px solid var(--fs-color-border);
}
.product-page-accordian .accordion > div:last-child .accordion-title.active {
    border-bottom: none;
}
.product-page-accordian .accordion-title.active {
    background-color: transparent;
    border-color: var(--fs-color-border);
    color: #17192b;
    font-weight: 400;
}
.product-page-accordian .accordion-inner {
    padding: 1rem 0 2rem 0;
}
.product-page-accordian table {
    border-color: #f6f6f6;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%;
    max-width: 700px;
    background: #f6f6f6;
    padding: 10px 25px;
    border-radius: 6px;
}
.product-page-accordian table th {
    font-weight: 500;
    font-size: 80%;
}
.product-page-accordian td, .product-page-accordian th {
    border-bottom: none;
}

h3.product-section-title {
    font-size: 2.2em;
    padding-bottom: .4em;
    font-family: 'GrtskTera';
}
.badge-container {
    margin-right: 20px;
    margin-top: 20px;
}
.badge {
    height: 3.8em;
    width: 3.8em;
}
.bg-review {
    padding: 30px;
    background-color: #f6f6f6;
    border-radius: 6px;
}
.stars>span[role=group] {
    gap: 15px;
}
.stars a:not(:first-child) {
    padding-left: 7.5px;
}

/*bread*/
.breadcrumbs {
    color: #17192b;
    font-weight: 400;
    font-size: .9em;
}
.breadcrumbs a {
    /*color: #b6b6b6;*/
    color: #17192b;
    opacity: .5;
    font-weight: 300;
    font-size: 100%;
}
.breadcrumbs a.current{
    color: #17192b;
    font-weight: 500;
    opacity: 1;
}
.breadcrumbs a:hover {
    color: #17192b;
    opacity: 1;
}

/*table*/
table:not(.variations) td {
    color: #17192b;
    opacity: .7;
}

/*select*/
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    box-shadow: none;
    border-radius: 12px;
    border: 1px solid var(--fs-color-border);    
}
input[name="submit"] {
    text-transform: none;
    background-color: #17192b;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    box-shadow: none;
    border-color: #0000003d !important;
    color: #17192b !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--fs-color-border) !important;
    border-radius: 6px !important;
    height: 3.507em !important;
    line-height: 3.4em !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #17192b !important;
    line-height: 3.4em !important;
}
/*title-shortcode*/
.title-button-wrapper {
    
}
/*
.title-button-wrapper .title{
    font-size: 3em;
    font-weight: 500;
}
*/
.title-button-wrapper a.button{
    margin: 0 !important;
}
.title-button-wrapper a.button.is-link{
    color: #17192b;
}
.title-button-wrapper a svg {
    width: .7em;
    height: auto;
    margin-left: .3em;
    transition: .5s all;
    transform: rotate(0deg);
}
.title-button-wrapper a:hover svg {
    transform: rotate(-45deg);
}
.title-button-wrapper.text-betwen .col-inner{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: .5em;
}


/*blog*/
.badge.post-date {
    top: 0;
    margin-top: 1em;
}
.box-blog-post .is-divider {
    margin-top: 1em;
    height: 0px;
}
.box-blog-post .post-title.is-large {
    font-size: 1.2em;
    margin-bottom: .3em;
}
.box-blog-post .post-meta {
    font-size: .85em;
    opacity: .4;
}

/*wh*/
.wh-new ul.product_list_widget li a.remove {
   font-size: .6em !important; 
}
.wishlist-item-details {
    display: flex;
    justify-content: space-between;
}
.wishlist-stock-status {
    font-weight: 300;
    font-size: .85em;
}
.wishlist-in-stock {
    color: var(--fs-color-success);
}

/*seactrh form*/
.searchform .flex-col:not(.flex-grow) {
    position: absolute;
    right: 0;
}
.searchform .flex-col:not(.flex-grow) > .button.icon {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #17192b;
}
.search-name {
    font-size: .85em;
}
.autocomplete-suggestion {
    border-bottom: none;
    padding: 0.65em 0.75em;
    margin-top: .4em;
    background: #fafafa;
    border-radius: 6px;
}
.searchform-wrapper .autocomplete-suggestions {
    max-height: none;
}
.widget_search input[type=search]{
    height: 3.07em !important;
}

/*category*/
.product-category.col {
    padding: 8px !important;
}
.product-category.col .col-inner {
    border-radius: 20px;
    overflow: hidden;
}
.product-category.col .shade {
    background: linear-gradient(to top, rgba(63, 11, 64, 1) 0%, rgba(63, 11, 64, 0.6) 40%, rgba(63, 11, 64, 0.2) 75%, rgba(63, 11, 64, 0) 100%);
    height: 60%;
    top: auto;
    bottom: 0;
    opacity: .7;
}
.product-category.col .box:hover .shade {
    opacity: 1;
}
.product-category.col .box-shade.dark .box-text {
    text-shadow: none;
}

.product-category.col .box-text {
    text-align: left;
    padding: 1em 1em;
    background: #f5f8f7;
}
.product-category.col .box-text-inner .h5 {
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
    margin-top: .1em;
}
.product-category.col a:hover{
    color: var(--fs-color-secondary);
}
/*
.product-category.col:hover img {
    transform: scale(1.1);
}
.product-category.col:hover .col-inner {
    transition: .3s all;
}
.product-category.col:hover .col-inner {
    transform: translateY(-5px);
    box-shadow: 0px 3px 3px 1px #00000012;
}
*/
.product-category.col .box-text-inner h5 {
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
    margin-top: .1em;
}
.product-category.col .box-text-inner p {
    font-size: .875em;
    padding: 0;
    color: #17192b;
    background-color: transparent;
    text-transform: lowercase;
    text-shadow: none;
    margin: 0;
    opacity: .5;
}
.flickity-prev-next-button {
    bottom: 50%;
    top: 50%;
}
.shop-page-title.is-xlarge {
    letter-spacing: -.03em;
    font-size: 2.2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
.category-page-title .page-title-inner {
    padding-top: 3.5em;
    align-items: flex-start;
}
.category-page-row {
    padding-top: 0px;
}
.filter-button {
    color: #fff;
    background-color: #17192b;
    border-radius: 99px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .3em;
    font-size: 1em;
    width: max-content;
    padding: .5em .8em;
    margin-right: 0;
    margin-left: auto;
    margin-top: .8em;
    transition: .3s all;
}
.filter-button:hover {
    color: #fff;
    background: #424242 !important;
}
.icon-filter {
    line-height: 1;
}
.icon-filter svg{
    width: 1.2em;
    height: auto;
}
.woocommerce-result-count {
    display: inline-block;
    margin: 0;
    font-size: .875em;
    opacity: .5;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #17192b;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #17192b;
    opacity: .2;
}

/*account*/
.wishlist-account-element  {
    display:none !important;
}
.woocommerce-orders-table__row .button {
    margin: 0;
    padding: 4px 1.4em;
    margin-left: 5px;
}
.woocommerce-orders-table__row .button.pay {
    background: #28a745;
}
.woocommerce-orders-table__row .button.cancel {
    background: transparent;
    color: #17192b;
}
.table-all-order .woocommerce-orders-table__row td, .table-all-order .woocommerce-orders-table__row th {
    padding: 1.1em .5em;
    opacity: 1 !important;
}
.table-all-order .woocommerce-orders-table__header-order-actions {
    font-size: 0 !important;
}

.table-all-order.shop_table thead th.woocommerce-orders-table__header{
    border-width: 1px;
    text-transform: lowercase;
    font-size: .95em;
    padding-bottom:  1em;
    border-right: none;
}

.table-all-order td:first-child, .table-all-order th:first-child {
    padding-left: 1em !important;
    border-left: 1px solid #ececec;
}
.table-all-order td:last-child, .table-all-order th:last-child {
    padding-right: 1em !important;
    border-right: 1px solid #ececec;
}
.table-all-order .shop_table thead th:last-child {
    border-right: 0;
    padding-right: 0 !important;
}
.table-all-order.shop_table thead th:first-child {
    border-left: 0;
    padding-left: 0 !important;
}
.order-status {
    color: #17192b;
    font-weight: 500;
}
.table-all-order.shop_table td:not(:first-child), .table-all-order.shop_table th:not(:first-child){
   text-align: center;  
}  
.table-all-order img {
    max-width: 60px;
    border-radius: 6px;
    margin-right: .5em;
}
.table-all-order .woocommerce-orders-table__cell-order-total span.img-total{
    position: absolute;
    background: var(--fs-color-primary);
    color: #fff;
    border-radius: 99px;
    font-size: .75em;
    line-height: 2;
    font-weight: 600;
    width: 1.9em;
    height: 1.9em;
}
.table-all-order .is-link, .table-all-order .is-underline {
    color: #17192b;
}
.order-status.status-completed, .wishlist-in-stock {
    color: #28a745;
}
.order-status.status-cancelled,
.order-status.status-failed {
    color: #dc3545;
}
.order-status.status-processing {
    color: #ffc107;
}
.order-status.status-on-hold,
.order-status.status-pending {
      color: #fd7e14;
}
.order-status.status-refunded {
     color: #6c757d;
}
ul#my-account-nav > li > a {
    display: flex;
    align-items: center;
    gap: .5em;
}
ul#my-account-nav.nav-vertical>li+li {
    border-top: none;
}
.my-account .row.vertical-tabs {
    background: #ffffff;
    padding: 2em;
    padding: 40px 40px 0px;
    box-shadow: 0px 0px 14px 2px hsl(0deg 0% 0% / 6%);
    border-radius: 6px;
}
.woocommerce-MyAccount-navigation-link img{
    width: 1.4em;
    height: auto; 
}
.woocommerce-MyAccount-navigation .nav-uppercase>li>a {
    font-weight: 400;
}
.woocommerce-orders-table__cell-mrkv_ua_ship_ttn-column, .woocommerce-orders-table__header-mrkv_ua_ship_ttn-colum {
    display: none;
}

.stuck .header-main .nav > li > a {
    line-height: normal !important;
}

.cat-home h5 {
    background: #17192b;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 14px;
    padding: .7em 1.2em;
    font-size: 1em !important;
    line-height: normal;
    text-shadow: none;
    font-weight: 400;
    backdrop-filter: blur(10px);
}
.blog-scroll .box-image{
    border-radius: 20px !important;
}

.read-more-review {
    margin-left: .5em;
    font-weight: 400;
    text-decoration: underline;
    opacity: .4;
}
.is-link, .is-underline {
    color: #17192b;
}

/*НОВЕ*/
.cat-rating .avtor {
    margin-top: .6em;
    margin-bottom: .3em;
}
.cat-rating .avtor.multi-author {
    margin-top: -1.4em;
	margin-bottom: 1.1em;
}
.category-small {
    font-size: .875em;
    background: #e8e8e8;
    background: #e8e8e88a;
    color: #17192b;
    width: max-content;
    border-radius: 4px;
    padding: .2em .65em;
    backdrop-filter: blur(6px);
}
.filter-section {
    display: flex;
    align-items: flex-end;
    gap: 1em;
}
.woocommerce-ordering select {
    padding: .55em 1em;
    height: auto;
    background-color: #f4f4f4;
    border: none;
    border-radius: 99px;
    padding-right: 1.8em;
    margin: 0;
    cursor: pointer;
}
.woocommerce-result-count {
    display:none;
}
.button-action-new {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: .2em;
    margin-top: .75em;
}
.button-action-new .wishlist-icon a {
    background: #f4f4f4;
    margin: 0;
    padding: 0;
    min-width: 3.531em;
    min-height: 3.531em;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #e8e8e8;
    background-color: #e8e8e8;
    color: #17192b;
    cursor: pointer;
}
.button-action-new .wishlist-icon svg {
    width: 1.5em;
    height: auto;
}
.box-shadow, .box-shadow-2, .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 5%);
}
.no-rating-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 1em;
}
.no-rating-image img {
    max-width: 8em;
    opacity: .2;
    margin-bottom: .6em;
}
.no-rating-image + .woocommerce-review-link {
    display:none;
}
.row .product-thumbnails.row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 1px;
}
.product-thumbnails.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 1px 0;
}
.product-thumbnails a {
    border: none;
}

.dashboard-links a {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    margin-right: 10px;
    padding: 20px 0;
    text-align: center;
    transition: all .3s;
	background-color:#f3f3f5d6
}


.max-width-262 img {
    max-width: 262px !important;
}
.max-width-110 img {
    max-width: 110px !important;
}

.flickity-page-dots {
    bottom: 20px;
    left: auto;
    right: 25px;
}
.flickity-page-dots .dot {
    border: 2px solid #111;
    border-radius: 2px;
    height: 4px;
    margin: 0 3px;
    width: 35px;
}
.slider:hover .flickity-prev-next-button {
    opacity: 1;
}
.flickity-prev-next-button {
    width: 3.5em;
    height: 3.5em;
}
.slider-nav-light .flickity-prev-next-button svg {
    fill: #ffffff;
    background: rgb(255 255 255 / 10%);
    border-radius: 99px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid rgba(255, 255, 255, 0.31);
}
.slider-nav-circle .flickity-prev-next-button:hover svg {
    background-color: rgb(141 40 143 / 8%);
    border-color: rgba(255, 255, 255, 0.31);
}
.cat-slider .flickity-prev-next-button {
    bottom: 50%;
    top: auto;
    margin-top: 0 !important;
    margin-bottom: -2% !important;
    transform: translateY(-50%) !important;
    opacity: 1;
}
.cat-slider.slider:hover .flickity-prev-next-button {
    transform: translateY(-50%) !important;
}

@media (min-width: 849px) and (max-width: 1500px) {
    .delivery-checkout #customer_details {
            padding-right: 2em;
    }
    .add-to-cart-container.max-content {
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 849px) {
    .scroll-row {
        flex-wrap: nowrap;
        overflow: auto;
        scroll-snap-type: x mandatory;
    }
    .scroll-row > .col {
        flex-grow: 1;
        flex-shrink: 0;
        scroll-snap-align: center;
    }
    #logo img {
        max-height: 30px;
    }
    .header-main {
        height: 85px !important;
    }
    .header-main .mobile-nav svg{
        height: auto;
        width: 26px;
    }
    #menu-popup .inner-padding {
        padding-left: 8px;
        padding-right: 8px;
    }
    [data-icon-label]:after {
        font-size: 10px;
        height: 14px;
        line-height: 14px;
        min-width: 14px;
        position: absolute;
        right: -7px;
        top: -6px;
    }
    #my-account-nav.nav.nav-vertical {
        display: flex;
        flex-direction: row;
        gap: 0.5em;
        text-align: center;
        font-size: 11px;
        overflow: auto;
        width: 100%;
    }
    ul#my-account-nav > li {
        background: #f7f7f7;
        border-radius: 6px;
        overflow: visible;
        white-space: nowrap;
        padding: 0 9px;
    }
    /*ul#my-account-nav > li.is-active {
        background: #f2f2f2;
    }*/
    ul#my-account-nav > li > a {
        display: flex;
        align-items: center;
        gap: .5em;
        justify-content: center;
        flex-direction: column-reverse;
    }
    #my-account-nav.nav-vertical.nav-line>li>a:before {
        height: 2px;
        left: 50%;
        right: auto;
        width: 100%;
        z-index: 1;
        bottom: 0;
        top: auto;
    }
    #my-account-nav.nav-vertical.nav-line>li>a:after {
        content: "";
        height: 15px;
        width: 15px;
        background: #17192b;
        opacity: .1;
        border-radius: 99px;
    }
    .woocommerce-MyAccount-navigation .nav-uppercase>li>a {
        font-weight: 500;
    }
    .touch-scroll-table {
        box-shadow: none;
        margin-left: -15px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 15px;
        position: relative;
        width: calc(100% + 30px);
    } 
    .filter-section {
        align-items: center;
        gap: .5em;
        flex-direction: column-reverse;
    }  
    .woocommerce-ordering {
        margin-bottom: 2em;
    }
    .filter-button {
        margin-top: 0;
    }
    
    .blog-scroll .col {
        flex-basis: 52%;
        max-width: 52%;
    }    
    
    .header-support-inner {
        font-size: 1.4em;
    }
    .ec.ec-support {
        width: 3.5em;
        height: 3.5em;
        background-size: 3.5em;
    }  
 
    .category-page-title .page-title-inner {
        padding-top: 2.5em;
        align-items: flex-start;
        padding-bottom: 2.5em;
    } 
    
    .product-category.col .box-text-inner h5 {
        font-size: 1.1em;
    }    
    .product-category.col .box-text-inner .h5 {
        font-size: 1.1em;
    }    
    
}
@media (min-width: 549px) and (max-width: 849px) { 
   
    
}
@media only screen and (max-width: 549px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .filter-section {
        gap: 1em;
    } 
    .col-50vw {
        padding: 0 !important;
    }
    .product-breadcrumb-container {
        overflow: auto;   
    } 
    .woocommerce-breadcrumb {
        display: inline-flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }    
     .product_meta>span {
        white-space: nowrap;
    }  
    .product-page-accordian .accordion-title {
        padding: 1.2rem 0;
        font-size: 1.3em;
    }
    .product-page-accordian .accordion>div:first-child .accordion-title {
        border-top: none;
    }  
    .product-page-accordian .accordion>div:last-child .accordion-title {
        border-bottom: none;
    }  
    h3.product-section-title {
        font-size: 2em;
    }
    .stack-pay-icon img {
        height: 15px !important;
    }
    .stack-pay-icon .visa img {
        height: 12px !important;
    }

    .add-to-cart-button .added_to_cart.wc-forward  {
        line-height: 1;
        display: flex;
        align-items: center;
        gap: .3em
    }    

    .scroll-row .product-category.col {
        flex-basis: 80%;
        max-width: 80%;
    }
    .category-filter-row {
        padding: 0;
    }
    .filter-button {
        margin-right: auto;
        margin-top: -10px;
    }
    .my-account .row.vertical-tabs {
        padding: 0;
        box-shadow: none;
    }
    .blog-scroll .col {
        flex-basis: 80%;
        max-width: 80%;
    }
    .blog-scroll .box-image{
        border-radius: 15px !important;
    }
    /*mfp*/
    .mfp-container {
        padding: 0px !important;
    }
    .mfp-content.off-canvas-wishlist, .mfp-content.off-canvas-search {
        height: calc(100vh - var(--wp-admin--admin-bar--height, 0px)) !important;
        top: 0 !important;
        transform: none !important;
        border-radius: 0 !important;
        left: 0 !important;
    }
    .off-canvas .mfp-content.off-canvas-cart {
        width: 100% !important;
    }
    .mfp-content.off-canvas-menu { 
        width: 100% !important;
    }    
    
   .product-gallery-stacked-thumbnails .product-thumbnails .col{
        padding: 0 !important;
    }    
   .product-gallery-stacked-thumbnails .product-thumbnails .col img{
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }  
    .product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
        border-color: rgb(255 255 255 / 20%);
    }
    
    
    .add-to-cart-container .button[name=add-to-cart], .add-to-cart-container .button.single_add_to_cart_button {
        min-width: max-content !important;
        flex: 1 !important;
    }    
    .add-to-cart-container .single-yth-new-button .button {
        min-width: 4.6em;
        min-height: 4.6em;
    }
    
}

@media only screen and (max-width: 350px) {

}