.hidden {
    display: none !important;
}

.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid h3 {
    white-space: normal !important;
}

.ta-header,
.ta-header *,
.ta-products-sidebar,
.ta-products-sidebar *,
.ta-sidebar-overlay {
    box-sizing: border-box;
}

.ta-header a,
.ta-products-sidebar a {
    text-decoration: none;
}

.ta-header {
    background: #ffffff;
    color: #101827;
    padding: 18px 4vw 20px;
    /*box-shadow: 0 2px 14px rgba(15, 23, 42, .05);*/
}

.ta-header.top {
    padding-bottom: 18px;
    border-top: 6px solid #302c92;
}

.ta-header.bottom {
    padding-top: 0;
    border-bottom: 1px solid rgba(15, 23, 42, .12);
}

.ta-header.sticky {
    position: sticky;
    z-index: 9999;
    top: 0;
}

.dropdown-menu .sub-menu, #searchform-dropdown, .current-shop-items-dropdown {
    border-color: #302c92 !important;
}

.current-shop-items-dropdown {
    right: 0 !important;
}

/* Top row */

.ta-header-top {
    display: grid;
    grid-template-columns: minmax(300px, 300px) minmax(300px, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.custom-logo-link {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
}

.ta-logo {
    display: inline-flex;
    align-items: center;
    max-width: 300px;
    min-width: 0;
}

.ta-logo img,
.ta-logo .custom-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 285px;
    max-height: 70px;
}

.ta-search {
    width: 100%;
    /*max-width: 520px;*/
    justify-self: end;
    height: 56px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    border: 0;
    box-shadow: 0 1px 5px rgba(15, 23, 42, .08);
}

.ta-search:focus-within {
    border-color: #302c92;
    box-shadow: 0 0 0 4px rgba(48, 44, 146, .12);
}

.ta-search input {
    order: 1;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 22px;
    color: #101827;
    font-size: 16px;
}

.ta-search input::placeholder {
    color: #64748b;
}

.ta-search-btn {
    order: 2;
    width: 72px;
    height: 100%;
    flex: 0 0 72px;
    border: 0;
    background: #302c92;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
}

.ta-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    white-space: nowrap;
    min-width: max-content;
}

.ta-account {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #101827;
    max-width: 220px;
}

.ta-account-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.ta-account i {
    font-size: 24px;
    font-weight: 800;
}

.ta-account strong,
.ta-account small {
    display: block;
    line-height: 1.1;
}

.ta-account strong {
    color: #101827;
    font-size: 15px;
    font-weight: 800;
}

.ta-account small {
    margin-top: 3px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.wcmenucart-cart-icon .wcmenucart-count {
    border: 0 !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}

.wcmenucart-cart-icon .wcmenucart-count:after {
    display: none !important;
}

.wcmenucart-cart-icon .wcmenucart-count::before {
    content: "\e04f";
    font-family: "simple-line-icons";
    font-size: 24px;
    line-height: 1;
    margin-top: 10px;
}

.bag-style:hover .wcmenucart-cart-icon .wcmenucart-count,
.ta-account:hover {
    color: #f89800 !important;
}

.wcmenucart-count {
    display: flex !important;
    align-items: flex-end !important;
    line-height: 1;
    gap: 5px;
}

.wcmenucart-count .count-item {
    margin-bottom: 2px;
    line-height: 1;
}



/*.ta-circle,*/
/*.ta-cart-icon {*/
/*    width: 46px;*/
/*    height: 46px;*/
/*    display: grid;*/
/*    place-items: center;*/
/*    border-radius: 999px;*/
/*    background: #f8fafc;*/
/*    border: 1px solid #dbe3ef;*/
/*    color: #302c92;*/
/*    font-size: 21px;*/
/*    line-height: 1;*/
/*}*/

/*.ta-cart {*/
/*    position: relative;*/
/*    display: grid;*/
/*    justify-items: center;*/
/*    color: #101827;*/
/*}*/

/*.ta-cart-icon {*/
/*    position: relative;*/
/*}*/

/*.ta-cart-icon em {*/
/*    position: absolute;*/
/*    top: -8px;*/
/*    right: -8px;*/
/*    min-width: 22px;*/
/*    height: 22px;*/
/*    padding: 0 6px;*/
/*    display: grid;*/
/*    place-items: center;*/
/*    border-radius: 999px;*/
/*    background: #f59e0b;*/
/*    color: #ffffff;*/
/*    font-style: normal;*/
/*    font-size: 12px;*/
/*    font-weight: 800;*/
/*}*/

/*.ta-cart strong {*/
/*    display: none;*/
/*}*/

/* Language */

.ta-lang {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 10060;
    visibility: hidden;
}

.ta-lang.is-ready {
    visibility: visible;
}

.ta-lang .gtranslate_wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ta-lang-trigger {
    width: auto;
    height: 46px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dbe3ef;
    /*border-radius: 999px;*/
    background: #f8fafc;
    color: #101827;
    cursor: pointer;
    font-weight: 800;
}

.ta-lang-trigger img {
    width: 23px;
    height: auto;
    object-fit: cover;
}

.ta-lang-arrow {
    margin-top: -3px;
    color: #101827;
    font-size: 22px;
    line-height: 1;
    transform: translateY(-2px);
}

.ta-lang-dropdown-native {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 220px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
    z-index: 10070;
    gap: 14px;
}

.ta-lang.is-open .ta-lang-dropdown-native {
    display: flex;
    align-items: center;
}

.ta-lang-dropdown-native .glink {
    width: 34px;
    height: 34px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.ta-lang-dropdown-native .glink:hover {
    background: #f1f5f9;
}

.ta-lang-dropdown-native .glink img {
    width: 23px;
    height: auto;
    object-fit: cover;
}

.ta-lang #google_translate_element2,
.ta-lang .goog-te-gadget {
    display: none !important;
}

/* Bottom row */

.ta-header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding-top: 4px;
}

.menu-and-search {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ta-products-btn {
    height: 54px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    /*border-radius: 999px;*/
    background: #302c92;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(48, 44, 146, .20);
}

.ta-products-btn.mini {
    padding: 0 18px;
    gap: 0;
}

.ta-products-btn.mini strong {
    display: none;
}

.ta-products-btn.mobile {
    display: none;
    height: 40px;
}

.ta-burger {
    color: #fff;
}

.ta-products-btn:hover {
    background: #26227c;
}

.ta-products-btn strong {
    font-weight: 800;
}

.ta-main-nav {
    min-width: 0;
}

.ta-main-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ta-main-menu li {
    list-style: none;
}

.ta-main-menu > li > a {
    color: #101827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

.ta-main-menu > li > a:hover {
    color: #f89800;
}

.ta-main-menu li {
    position: relative;
    list-style: none;
}

.ta-main-menu .ta-menu-link,
.ta-main-menu .ta-menu-link-disabled {
    display: inline-flex;
    align-items: center;
    color: #101827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

.ta-main-menu .ta-menu-link:hover,
.ta-main-menu .ta-menu-link-disabled:hover {
    color: #f89800;
}

.ta-main-menu .ta-menu-link-disabled {
    cursor: default;
}

.ta-main-menu .menu-item-has-children > .ta-menu-link::after,
.ta-main-menu .menu-item-has-children > .ta-menu-link-disabled::after {
    content: "⌄";
    margin-top: -3px;
    margin-left: 7px;
    font-size: 15px;
    transform: translateY(-1px);
}

.ta-main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    /*min-width: 230px;*/
    margin: 0;
    padding: 12px;
    list-style: none;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
    z-index: 10050;
}

.ta-main-menu li:hover > .sub-menu,
.ta-main-menu li:focus-within > .sub-menu {
    display: block;
}

.ta-main-menu .sub-menu li {
    margin: 0;
}

.ta-main-menu .sub-menu .ta-menu-link,
.ta-main-menu .sub-menu .ta-menu-link-disabled {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    color: #101827;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.ta-main-menu .sub-menu .ta-menu-link:hover,
.ta-main-menu .sub-menu .ta-menu-link-disabled:hover {
    background: #f1f5f9;
    color: #f89800;
}

.ta-main-menu .sub-menu .sub-menu {
    top: 0;
    left: calc(100% + 10px);
}

.ta-main-menu .search-toggle-li,
.ta-main-menu .woo-menu-icon,
.ta-main-menu .wcmenucart,
.ta-main-menu .lang-item,
.ta-main-menu .trp-language-switcher-container,
.ta-main-menu .wpml-ls-item,
.ta-main-nav > ul > li.menu-item-gtranslate {
    display: none !important;
}

/* Sidebar overlay */

.ta-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .62);
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
    transition: opacity .22s ease, visibility .22s ease;
}

body.ta-sidebar-open .ta-sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

/* Sidebar */

.ta-products-sidebar {
    position: fixed;
    top: 0;
    left: -440px;
    width: 440px;
    height: 100vh;
    background: #ffffff;
    color: #101827;
    z-index: 9999;
    border-radius: 0 22px 22px 0;
    box-shadow: 18px 0 42px rgba(15, 23, 42, .24);
    transition: left .28s ease;
    overflow: visible;
}

body.ta-sidebar-open .ta-products-sidebar {
    left: 0;
}

.ta-sidebar-head {
    height: 104px;
    padding: 18px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    /*border-radius: 0 22px 0 0;*/
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.ta-sidebar-logo {
    display: inline-flex;
    align-items: center;
    color: #302c92;
}

.ta-sidebar-logo img,
.ta-sidebar-logo .custom-logo {
    display: block;
    max-width: 220px;
    max-height: 60px;
    width: auto;
    height: auto;
}

.ta-sidebar-close {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 38px;
    height: 38px;

    border: 0;
    background: transparent;
    color: #334155;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
}

.ta-sidebar-close:hover {
    color: #f89800;
    background-color: transparent;
}

.ta-sidebar-layout {
    height: calc(100vh - 104px);
    padding: 0 20px 20px;
    background: #ffffff;
    border-radius: 0 0 22px 0;
}

.ta-products-level-1 {
    width: 100%;
    height: 100%;
    padding: 30px 0 20px;
    background: #ffffff;
    /*border-top: 1px solid #e2e8f0;*/
    overflow-y: auto;
    overflow-x: visible;
}

.ta-products-level-1 h3 {
    margin: 0 0 22px;
    padding: 0 8px;
    color: #101827;
    font-size: 28px;
    font-weight: 800;
    font-style: normal;
}

.ta-category-item {
    position: static;
}

.ta-category-link {
    min-height: 58px;
    margin: 0 0 8px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-radius: 14px;
    color: #334155;
    font-size: 18px;
    font-weight: 700;
}

.ta-category-link b {
    color: #64748b;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

.ta-category-item:hover > .ta-category-link,
.ta-category-item.is-active > .ta-category-link {
    background: #f1f5f9;
    color: #f89800;
}

/* Subcategory panel */

.ta-category-submenu {
    display: none;
    position: fixed;
    top: 0;
    left: 440px;
    width: calc(100vw - 480px);
    max-width: 1280px;
    height: calc(100vh - 48px);
    margin: 24px 0;
    padding: 46px 56px;
    background: #ffffff;
    color: #101827;
    border-radius: 0 18px 18px 0;
    box-shadow: 16px 0 35px rgba(15, 23, 42, .13);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
}

.ta-category-item.is-active > .ta-category-submenu {
    display: block;
}

.ta-category-submenu::before {
    content: "";
    position: fixed;
    top: 0;
    left: 420px;
    width: 80px;
    height: 100vh;
    background: transparent;
}

.ta-category-submenu h3 {
    padding: 0;
    margin: 0 0 34px;
    color: #101827;
    font-size: 24px;
    font-weight: 900;
}

.ta-subcategory-grid {
    column-count: 3;
    column-gap: 72px;
}

.ta-subcategory-column {
    break-inside: avoid;
    margin-bottom: 30px;
}

.ta-submenu-title.mobile {
    display: none;
}

.ta-subcategory-title {
    display: block;
    margin-bottom: 14px;
    color: #334155;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.ta-grandchildren {
    display: grid;
    gap: 11px;
    padding-left: 26px;
}

.ta-grandchildren a {
    color: #475569;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.ta-subcategory-title:hover,
.ta-grandchildren a:hover {
    color: #f89800;
}

/* Scrollbars */

.ta-products-level-1::-webkit-scrollbar,
.ta-category-submenu::-webkit-scrollbar {
    width: 10px;
}

.ta-products-level-1::-webkit-scrollbar-track,
.ta-category-submenu::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.ta-products-level-1::-webkit-scrollbar-thumb,
.ta-category-submenu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

/* Trustpilot */

.ta-trustpilot {
    display: flex;
    align-items: center;
}

.ta-trustpilot-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #101827;
    text-decoration: none;
    transition: opacity .2s ease;
}

.ta-trustpilot-link:hover {
    opacity: .82;
}

.ta-trustpilot-top {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

.ta-trustpilot-score {
    font-size: 38px;
    font-weight: 900;
    color: #101827;
    letter-spacing: -1px;
}

.ta-trustpilot-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.ta-trustpilot-meta strong {
    font-size: 16px;
    font-weight: 800;
    color: #101827;
    line-height: 1;
}

.ta-trustpilot-meta img {
    width: 108px;
    height: auto;
    display: block;
}

.ta-trustpilot-brand {
    margin-left: 2px;
    font-size: 13px;
    font-weight: 700;
    color: #00b67a;
    line-height: 1;
}

/* Tablet */

@media (max-width: 1180px) {
    .ta-header {
        padding-left: 24px;
        padding-right: 24px;
    }

    .ta-header-top {
        grid-template-columns: 300px minmax(260px, 1fr) auto;
        gap: 20px;
    }

    .ta-logo img,
    .ta-logo .custom-logo {
        max-width: 210px;
        max-height: 56px;
    }

    .ta-search {
        max-width: none;
    }

    .ta-account span:not(.ta-circle) {
        display: none;
    }

    .ta-main-menu {
        gap: 22px;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .custom-logo-link {
        min-width: unset;
        margin-right: 20px;
    }

    .ta-header {
        padding: 14px 16px 18px;
    }

    .ta-header-top {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 14px;
    }

    .ta-logo {
        max-width: 220px;
    }

    .ta-logo img,
    .ta-logo .custom-logo {
        max-width: 220px;
        max-height: 58px;
    }

    .ta-actions {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-end;
        gap: 8px;
    }

    .ta-account span:not(.ta-circle) {
        display: none;
    }

    .ta-circle,
    .ta-cart-icon,
    .ta-lang-trigger {
        width: 42px;
        height: 42px;
    }

    .ta-lang-trigger {
        padding: 0 10px;
    }

    .ta-lang-arrow {
        display: none;
    }

    .menu-and-search {
        grid-column: 1 / 3;
    }

    .ta-search {
        /*grid-column: 1 / -1;*/
        grid-row: 2;
        max-width: none;
        width: 100%;
        height: 40px;
    }

    .ta-search-btn {
        width: 60px;
        flex-basis: 60px;
        font-size: 20px;
    }

    .ta-search-btn svg {
        margin-top: -3px;
    }

    .ta-search input {
        padding: 0 16px;
        font-size: 15px;
    }

    .ta-header-bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        padding-top: 0;
    }

    .ta-products-btn i {
        line-height: 1;
    }

    .ta-products-btn.standart {
        display: none;
    }

    .ta-products-btn.mobile {
        display: block;
        line-height: 0;
    }

    .ta-trustpilot {
        display: none;
    }

    .ta-main-menu {
        display: flex;
        /*flex-wrap: nowrap;*/
        gap: 10px;
        /*overflow-x: auto;*/
        padding-bottom: 4px;
        /*-webkit-overflow-scrolling: touch;*/
    }

    .ta-main-menu > li {
        flex: 0 0 auto;
    }

    .ta-main-menu > li > a {
        font-size: 16px;
    }

    .ta-lang-dropdown-native {
        right: 0;
        min-width: 190px;
        padding: 12px;
        gap: 10px;
    }

    .ta-products-sidebar {
        width: 88vw;
        /*left: -88vw;*/
        left: -100%;
        border-radius: 0 18px 18px 0;
    }

    .ta-sidebar-head {
        height: 86px;
        padding: 18px 20px;
    }

    .ta-sidebar-logo img,
    .ta-sidebar-logo .custom-logo {
        max-width: 180px;
        max-height: 50px;
    }

    .ta-sidebar-layout {
        height: calc(100vh - 86px);
        padding: 0 16px 16px;
    }

    .ta-products-level-1 {
        padding-top: 22px;
    }

    .ta-products-level-1 h3 {
        font-size: 24px;
    }

    .ta-category-link {
        min-height: 52px;
        font-size: 16px;
    }

    .ta-category-submenu {
        position: static;
        width: auto;
        max-width: none;
        height: auto;
        margin: 0;
        padding: 16px 0px 24px 28px;
        border-radius: 0;
        box-shadow: none;
    }

    .ta-category-submenu::before {
        display: none;
    }

    .ta-submenu-title.standart {
        display: none;
    }

    .ta-submenu-title.mobile {
        display: block;
        margin-bottom: 10px;
    }

    .ta-submenu-title.mobile * {
        color: #f89800;
    }

    .ta-category-item:hover > .ta-category-submenu {
        display: none;
    }

    .ta-category-item.is-active > .ta-category-submenu {
        display: block;
    }

    .ta-subcategory-grid {
        column-count: 1;
    }
}

/* Small mobile */

@media (max-width: 420px) {
    .ta-logo {
        max-width: 170px;
    }

    .ta-logo img,
    .ta-logo .custom-logo {
        max-width: 170px;
    }

    .ta-actions {
        gap: 6px;
    }

    .ta-circle,
    .ta-cart-icon,
    .ta-lang-trigger {
        width: 38px;
        height: 38px;
    }

    .ta-lang-trigger img {
        width: 21px;
    }

    .ta-cart-icon em {
        top: -7px;
        right: -7px;
        min-width: 20px;
        height: 20px;
        font-size: 11px;
    }
}