:root {
    --bs-body-bg: #F6F8FC;
    --bs-body-font-family: 'Urbanist', sans-serif;
    --bs-link-color-rgb: 13, 165, 171;
    --bs-link-hover-color-rgb: 13, 165, 171;
    --bs-link-decoration: none;

    --bs-form-control-bg: #EFF2F8;

    --ltu-theme-black: #0E202A;
    --ltu-theme-green: #0095AD;
    --ltu-theme-green-ligth: #1ECAD3;
    --ltu-theme-orange: #F27F22;
    --ltu-theme-blue: #0075CA;
    --ltu-theme-blue-light: #C5E3FB;
    --ltu-theme-gray: #646464;
    --ltu-theme-gray-light: #E7E7E9;

    --ltu-header-mobile-height: 72px;
    --ltu-content-x-padding: 20px;
    --ltu-wrapper-padding: 100px;
    --ltu-theme-default-font-size: 1.125rem;
    --ltu-theme-default-font-size-responsive: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
    --ltu-header-width: auto;
}

body {
    position: relative;
    min-height: 100vh;
    color: var(--ltu-theme-black);
    z-index: 0;

    --wp--preset--font-size--medium: clamp(1.125rem, 0.9049rem + 0.9390vw, 1.75rem) !important;
}

body.open-search-results {
    overflow-y: hidden;
}

@media (max-width: 1199px) {
    body.open-main-menu {
        overflow-y: hidden;
    }
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /*max-width: 1860px;*/
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
}

h1, .h1, .header-blue h2,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.single-content a {
    font-weight: 700;
}

h1, .h1, .header-blue h2 {
    font-size: 60px;
    line-height: 0.9722;
}

h2, .h2 {
    font-size: 52px;
    font-size: clamp(1.75rem, 1.2470rem + 2.1463vw, 3.125rem);
}

h3, .h3 {
    font-size: 32px;
    font-size: clamp(1.75rem, 1.7rem + 0.25vw, 2rem);
}

h4, .h4 {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
    line-height: 1.28;
}

h5, .h5 {
    font-size: 24px;
    font-weight: 700;
}

h6, .h6 {
    font-size: 20px;
    font-weight: 700;
}

.color-gray {
    color: var(--ltu-theme-gray);
}

.default-font-size {
    font-size: var(--ltu-theme-default-font-size);
    font-size: var(--ltu-theme-default-font-size-responsive);
}

.responsive-font-size-24 {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}

a.link-inherit {
    color: inherit;
    text-decoration: inherit;
}

@media (min-width: 992px) {
    :root {
        --ltu-content-x-padding: 60px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }
}

@media (min-width: 1200px) {
    :root {
        --ltu-content-x-padding: 80px;
        --ltu-wrapper-padding: 166px;
    }
}

@media (min-width: 1400px) {
    h1, .h1, .header-blue h2 {
        font-size: 72px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 1.25);
        padding-left: calc(var(--bs-gutter-x) * 1.25);
    }
}

.site-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 88px;
}

.home .site-wrapper {
    padding-top: 76px;
}

.page-template-page-clear .site-wrapper {
    padding: 0 !important;
}

.site-content {
    flex: 1;
}

h2.block-title,
.h2.block-title {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.45rem + 1.5vw, 3.25rem);
}

/* btns */
.btn,
.wp-block-button__link {
    --bs-btn-border-radius: 2.5rem;
    --bs-btn-border-width: 2px;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-padding-y: 1rem;
    --bs-btn-line-height: 1.1875;
    --bs-btn-font-weight: 700;
    --bs-btn-font-size: 0.875rem;
    text-transform: uppercase;
    transition: all 400ms;
    white-space: nowrap;
}

.btn:hover {
    text-decoration: none !important;
}

.wp-block-button__link {
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn * {
    display: inline-block;
    transition: all 400ms;
}

.btn-warning,
.wp-block-button__link {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--ltu-theme-orange);
    --bs-btn-border-color: var(--ltu-theme-orange);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--ltu-theme-orange);
    --bs-btn-hover-border-color: var(--ltu-theme-orange);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--ltu-theme-orange);
    --bs-btn-active-border-color: var(--ltu-theme-orange);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--ltu-theme-orange);
    --bs-btn-disabled-border-color: var(--ltu-theme-orange);
}

.btn-outline-light {
    --bs-btn-color: #ffffff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--ltu-theme-orange);
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-border-color: var(--ltu-theme-orange);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--ltu-theme-orange);
    --bs-btn-active-border-color: var(--ltu-theme-orange);
}

.btn-outline-secondary {
    --bs-btn-border-color: var(--ltu-theme-black);
    --bs-btn-color: var(--ltu-theme-black);
}

.btn-outline-warning {
    --bs-btn-color: var(--ltu-theme-orange);
    --bs-btn-border-color: var(--ltu-theme-orange);
    --bs-btn-hover-bg: var(--ltu-theme-orange);
    --bs-btn-hover-border-color: var(--ltu-theme-orange);
    --bs-btn-active-bg: var(--ltu-theme-orange);
    --bs-btn-active-border-color: var(--ltu-theme-orange);
    --bs-btn-disabled-color: var(--ltu-theme-orange);
    --bs-btn-disabled-border-color: var(--ltu-theme-orange);
    --bs-btn-active-color: #fff;
    --bs-btn-hover-color: #fff;
}

.btn-light {
    --bs-btn-border-color: var(--ltu-theme-orange);
    --bs-btn-hover-border-color: var(--ltu-theme-orange);
    --bs-btn-hover-bg: var(--ltu-theme-orange);
    --bs-btn-color: var(--ltu-theme-orange);
    --bs-btn-hover-color: #fff;
}

.btn-link {
    padding: 0;
    text-decoration: none;
}

.btn-link-warning {
    color: var(--ltu-theme-orange);
}

.btn-link-warning:hover {
    color: var(--ltu-theme-orange);
}

.btn-link-icon,
.wp-block-button__link {
    position: relative;
    padding-right: 54px;
}

.wp-block-button__link::after,
.btn-link-icon::after {
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4043 2.6543L15.7499 8.99995L9.4043 15.3456' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7499 9L2.25 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    right: 28px;
    transition: all 400ms;
}

.btn-link-warning.btn-link-icon::after,
.btn-outline-warning.btn-link-icon:not(:hover)::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M9.4043 3.1543L15.7499 9.49995L9.4043 15.8456' stroke='%23F27F22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7499 9.5L2.25 9.5' stroke='%23F27F22' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn-link-icon:hover span {
    transform: translateX(-5px);
}
.btn:hover .btn-link-icon::after,
.btn-link-icon:hover::after,
.wp-block-button__link:hover::after {
    transform: translate(5px, -50%);
}

.btn .spinner-border {
    display: none;
}

.btn.loading .spinner-border {
    display: inline-block;
}

.btn-long {
    width: 100%;
    max-width: 522px;
}

.tab-panel .btn-long {
    width: fit-content;
    max-width: fit-content;
    white-space: pre-wrap;
}

.rounded-default {
    border-radius: 12px;
}

.mb-100 {
    margin-bottom: 50px;
}

.min-width-200 {
    min-width: 200px;
}

@media (min-width: 992px) {
    .mb-100 {
        margin-bottom: 100px;
    }
}

@media (min-width: 1400px) {
    .btn,
    .wp-block-button__link {
        --bs-btn-font-size: 1rem;
        --bs-btn-padding-y: 1.25rem;
        --bs-btn-padding-x: 2.5rem;
    }

    .btn-link-icon {
        padding-right: 66px;
    }

    .btn-link-icon::after {
        padding-right: 12px;
    }
}

/* forms */
.form-select,
.form-control {
    font-size: clamp(1.125rem, 1.0810rem + 0.1878vw, 1.25rem);
    line-height: 2;
/*    padding: 0.75em 1.2em;*/
    border-color: var(--bs-form-control-bg);
    border-radius: 0.5em;
}

.form-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--bs-form-control-bg);
}

.wpcf7-textarea {
    max-height: 120px;
}

.form-label {
    line-height: 1.5 !important;
    color: var(--ltu-theme-gray);
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 16px;
}

.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=checkbox] {
    display: none;
}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 46px;
    cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #0075CA;
    border-radius: 50%;
    background: #ffffff;
}

.wpcf7-radio .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item-label::after {
    position: absolute;
    left: 10px;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    background: #0075CA;
}

/* category block */
.category-block {
    height: 100%;
}
.category-block a {
    color: var(--ltu-theme-black);
    text-decoration: none;
    height: 100%;
}
.category-block__title {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.7rem + 0.25vw, 2rem);
    font-weight: 700;
    line-height: 1.1;
}

.category-block__image {
    overflow: hidden;
    width: 100%;
}

.category-block__image .img-responsive {
    padding-bottom: 71.9794%;
}

.category-block__image .img-responsive img {
    object-fit: contain;
}

.form-check-input[type=checkbox] {
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

.form-check-input:checked {
    background-color: #0095AD;
    border-color: #0095AD;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3638 3.78838C11.5087 3.9333 11.5087 4.16826 11.3638 4.31318L5.6737 10.0033C5.60309 10.0739 5.50702 10.1131 5.40717 10.112C5.30733 10.1108 5.21215 10.0695 5.14313 9.99739L2.42177 7.15234C2.28011 7.00424 2.28533 6.76933 2.43343 6.62767C2.58154 6.486 2.81644 6.49122 2.95811 6.63932L5.41719 9.21018L10.839 3.78838C10.9839 3.64346 11.2189 3.64346 11.3638 3.78838Z' fill='white'/%3E%3C/svg%3E");
}

/* icons */
.default-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--ltu-theme-blue);
    border-radius: 50%;
}

.default-icon:hover {
    background: var(--ltu-theme-orange);
    animation: all 400ms;
}

/* header */
.site-header {
    position: fixed;
    top: 16px;
    left: 0;
    width: 100%;
    z-index: 31;
    transition: all 400ms;
}

.sticky-header .site-header {
    top: 0;
}

.site-logo {
    order: 1;
}

.site-logo img {
    max-height: 48px;
}

.top-header-wrap > .header-search {
    flex: 1;
    order: 2;
    display: none;
}

.main-menu-wrap .header-search {
    display: block;
}

.top-header-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.header-actions {
    order: 4;
}

.burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.burger svg:nth-last-of-type(1){
    display: none;
}

.open-main-menu .burger svg:nth-of-type(1){
    display: none;
}

.open-main-menu .burger svg:nth-last-of-type(1){
    display: inline-block;
}

.mobile-actions {
    display: flex;
    gap: 1rem;
}

.icon-cart-count {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--ltu-theme-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    color: var(--ltu-theme-blue);
    background: #ffffff;
}

.default-icon:hover .icon-cart-count {
    color: var(--ltu-theme-orange);
    border-color: var(--ltu-theme-orange);
}

@media (max-width: 991px) {
    .site-header {
        top: 0;
    }

    .site-header .container {
        padding: 0;
    }

    .site-header .site-logo img {
        max-height: 36px;
    }

    .header-actions .icon-account,
    .header-actions .icon-phone,
    .header-actions .icon-email {
        display: none;
    }

    .mobile-actions {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .site-wrapper,
    .home .site-wrapper {
        padding-top: var(--ltu-wrapper-padding);
    }

    .header-content {
        border-radius: 12px;
    }

    .sticky-header .header-content {
        box-shadow: 0 3px 3px rgba(0,0,0,0.04);
        border-radius: 0;
    }

    .top-header-wrap {
        padding: 7px 40px;
    }

    .mobile-actions .icon-account,
    .mobile-actions .icon-phone,
    .mobile-actions .icon-email {
        display: none;
    }
}

@media (min-width: 1200px) {
    .burger {
        display: none;
    }
    .site-wrapper {
        padding-top: 174px;
    }
    body:not(.sticky-header) .top-header-wrap {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .top-header-wrap > .header-search {
        display: block;
    }

    .main-menu-wrap .header-search {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .sticky-header .burger {
        display: inline-flex;
        order: -1;
    }
}

/* main menu */
.main-menu-wrap {
    display: none;
}

.main-menu-container {
    z-index: 110;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu > li {
    position: relative;
    z-index: 2;
    flex: 1 0;
}

.main-menu > li > a {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 0.7083333333333333rem + 0.5555555555555556vw, 1.375rem);
    font-weight: 700;
    line-height: 2.2727;
    text-decoration: none;
    color: var(--ltu-theme-black);
    display: block;
    background: transparent;
}

.main-menu .sub-menu {
    overflow: hidden;
    height: auto;
    max-height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 400ms;
}

.main-menu > li.open .sub-menu {
    max-height: 500px;
}

.main-menu .sub-menu li a {
    color: var(--ltu-theme-gray);
    text-decoration: none;
    line-height: 30px;
}

.main-menu .sub-menu > li:nth-last-of-type(1) {
    margin-bottom: 15px;
}


body:not(.main-menu-mobile) .main-menu > li.current-menu-parent > a,
body:not(.main-menu-mobile) .main-menu > li > a:hover {
    color: #fff;
    background: var(--ltu-theme-green-ligth);
}



.main-menu-mobile .main-menu-wrap {
    position: absolute;
    left: 0;
    top: var(--ltu-header-mobile-height);
    z-index: 10;
    display: block;
    width: 100%;
    height: calc(100vh - var(--ltu-header-mobile-height));
    background: #ffffff;
    padding: 20px;
    transform: translateX(-100%);
    opacity: 0;
    overflow-y: auto;
}

.main-menu-mobile.open-main-menu .main-menu-wrap {
    transform: translateX(0);
    opacity: 1;
}

.main-menu-mobile .main-menu > li + li {
    border-top: 1px solid var(--ltu-theme-gray);
}

.main-menu-mobile .main-menu > li > a {
    display: inline-block;
    line-height: 66px;
}

.main-menu-mobile .main-menu > li.menu-item-has-children::after,
.main-menu-mobile .main-menu > li.products-large-menu::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%230E202A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: 24px;
    right: 0;
    width: 16px;
    height: 16px;
    transition: transform 200ms;
}

.main-menu-mobile .main-menu > li.menu-item-has-children.open::after,
.main-menu-mobile .main-menu > li.products-large-menu.open::after {
    transform: scale(1,-1);
}

@media (max-width: 991px) {
    .open-search-results .main-menu-wrap::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: calc(100% + 1px);
        background: rgba(14, 32, 42, 0.75);
        z-index: 1;
    }

    .open-search-results .top-header-wrap::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background: rgba(14, 32, 42, 0.75);
        z-index: 1;
    }
}

@media (max-width: 1199px) {
    .main-menu-mobile .main-menu-wrap {
        transition: transform 400ms, opacity 600ms;
    }
}

/*@media (min-width: 991px) {
    .main-menu-mobile .main-menu-wrap {
        width: calc(var(--ltu-header-width) - 50px);
    }
}*/

@media (min-width: 1200px) {

    body:not(.main-menu-mobile) .main-menu > li > a {
        text-align: center;
        border-radius: 12px;
        padding: 0 6px;
        white-space: nowrap;
        transition: all 400ms;
    }
    body:not(.main-menu-mobile).sticky-header .main-menu > li > a {
        font-size: 18px;
    }

    body:not(.main-menu-mobile) .main-menu {
        display: flex;
        justify-content: space-between;
    }

    body:not(.main-menu-mobile) .main-menu .sub-menu {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 9;
        border-radius: 12px;
        box-shadow: 0 4px 111px 0 rgba(25, 25, 27, 0.12);
        background: #ffffff;
        width: 100%;
        min-width: 300px;
    }
    body:not(.main-menu-mobile).sticky-header .main-menu .sub-menu {
        top: 55px;
    }

    body:not(.main-menu-mobile) .main-menu .sub-menu li {
        padding: 0 20px;
    }

    body:not(.main-menu-mobile) .main-menu .sub-menu li:nth-of-type(1) {
        margin-top: 20px;
    }

    body:not(.main-menu-mobile) .main-menu .sub-menu li:nth-last-of-type(1) {
        margin-bottom: 20px;
    }

    body:not(.main-menu-mobile) .main-menu .sub-menu li > a {
        display: inline-block;
        font-size: 18px;
        transition: all 400ms;
        padding: 10px 0;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .main-menu-mobile.open-main-menu .main-menu-wrap {
        transition: transform 400ms, opacity 600ms;
    }
}

@media (hover: hover) {
    .main-menu .sub-menu li > a:hover {
        color: var(--ltu-theme-orange);
    }
}


@media (min-width: 1440px) {
    .top-header-wrap {
        padding: 7px 20px 0;
    }

    .sticky-header .top-header-wrap {
        padding-bottom: 7px;
    }
    .sticky-header:not(.main-menu-mobile) .top-header-wrap {
        flex-wrap: nowrap;
    }

   /* .site-logo img {
        max-height: 60px;
    }*/

    .default-icon {
        width: 44px;
        height: 44px;
    }
}

@media (min-width: 1825px) {
    .top-header-wrap {
        padding-left: var(--ltu-content-x-padding);
        padding-right: var(--ltu-content-x-padding);
    }

    .sticky-header .main-menu > li > a {
        font-size: 20px;
    }
}

/* global */
.custom-block-container {
    padding-left: var(--ltu-content-x-padding);
    padding-right: var(--ltu-content-x-padding);
}

.img-responsive {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.img-responsive.pb-100 {
    padding-bottom: 100%;
}

.img-responsive .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-responsive img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.img-responsive.object-contain img {
    object-fit: contain;
}

.wp-block-image,
.wp-block-image img {
/*    border-radius: 30px;*/
    overflow: hidden;
}
.wp-block-image.no-rounded, .wp-block-image.no-rounded img {
    border-radius: unset;
}
/* search */

.main-search-form {
    display: flex;
    justify-content: space-between;
}

.main-search-input {
    flex: 1;
}

.main-search-form {
    background: #F5F5F5;
    border-radius: 33px;
    padding: 10px 24px 11px;
    width: 100%;
}

.main-search-input {
    background: #f5f5f5;
    border: none;
    outline: none;
    box-shadow: none;
}

.main-search-button {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    cursor: default !important;
}

@media (min-width: 1200px) {
    .main-search {
        margin: 0 40px;
    }

    .sticky-header .main-search {
        margin: 0 5px 0 40px;
    }

    .main-search-form {
        transition: width 400ms;
        width: 83.7%;
        min-width: 400px;
    }
}

@media (min-width: 1600px) {
    .main-search-form {
        padding: 15px 24px 16px;
    }
    .site-logo img {
        max-height: 60px;
    }
    .top-header-wrap {
        padding: 7px 40px 0;
    }
}

@media (min-width: 1440px) {
    .sticky-header .main-search-form {
        width: 13.6%;
        min-width: 245px;
    }

    .sticky-header .main-search-input {
        width: 170px;
    }
    .mobile-actions {display: none;}

}

/* custom modal */
.custom-modal {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 111px 0 rgba(25, 25, 27, 0.12);
    width: 100%;
    height: 0;
}

.custom-modal.open {
    height: auto;
}

body:not(.main-menu-mobile) .main-menu-wrap .custom-modal {
    top: 100%;
    width: calc(100vw  - var(--ltu-content-x-padding) * 2);
    max-width: calc(1800px  - var(--ltu-content-x-padding) * 2);;
}

.custom-modal-wrap {
    display: flex;
    justify-content: space-between;
}

.custom-modal-content {
    flex: 1;
    max-height: 100%;
    /*overflow-y: auto;*/
}

.custom-modal-header {
    padding: 20px 40px;
    border-bottom: 2px solid #646464;
}

.custom-modal-title {
    position: relative;
    display: inline-block;
}

.custom-modal-title::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    height: 4px;
    width: 100%;
    background: var(--ltu-theme-black);
}

.search-query {
    font-weight: 600;
    color: var(--ltu-theme-green);
}

.custom-modal-body {
    padding: 40px;
    overflow-y: auto;
    max-height: 100%;
}

.custom-modal-body::-webkit-scrollbar {
    width: 0;
}

.custom-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ltu-theme-green);
    padding: 18px;
    cursor: pointer;
    color: white;
}

.modal-menu .custom-modal-body {
    padding: 20px;
}

.modal-menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.modal-menu .menu li {
    padding: 3px 0;
}

.modal-menu .menu li a {
    color: var(--ltu-theme-gray);
    font-size: 16px;
    line-height: 1.33;
    text-decoration: none;
}

.modal-menu .menu li a:hover {
    text-decoration: underline;
}

.modal-menu-category-wrap {
    background: var(--bs-body-bg);
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    color: inherit;
    text-decoration: none;
    transition: all 400ms;
}

.modal-menu-category-wrap:hover {
    background: var(--ltu-theme-blue-light);
}

.modal-menu-category-wrap .data {
    flex: 1;
}

.modal-menu-category-wrap .image {
    width: 50%;
}

.modal-menu-category-wrap .image img {
    width: 100%;
    height: auto;
}

.theme-overlay {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    width: 0;
    height: 0;
    background: rgba(14, 32, 42, 0.75);
    transition: opacity 800ms;
}

.show-overlay .theme-overlay {
    z-index: 11;
    width: 100%;
    height: 100vh;
    opacity: 1;
}

.modal-video .modal-content {
    background: var(--ltu-theme-green);
    border: none;
    color: #ffffff;
}

.modal-video .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.modal-video .modal-body iframe {
    border-radius: 8px;
    overflow: hidden;
}

.modal-backdrop.show {
    background: var(--ltu-theme-green);
    opacity: 1;
}


.main-menu-mobile .main-menu .custom-modal {
    box-shadow: none;
}
.main-menu-mobile .main-menu .modal-menu .custom-modal-body {
    padding: 0;
}
.main-menu-mobile .main-menu .custom-modal-close {
    display: none;
}
.main-menu-mobile .modal-menu-left .modal-subtitle {
    font-size: 18px !important;
}
.main-menu-mobile .modal-menu .menu {
    margin-bottom: 1rem;
}

.main-menu-mobile .modal-menu-category-wrap {
    padding: 30px 40px;
}
.main-menu-mobile .modal-menu-category .short_description {
   display: none;
}

@media (max-width: 1199px) {
    .main-menu > li .custom-modal {
        height: auto;
        max-height: 0;
        transition: all 600ms;
    }

    .main-menu > li.open .custom-modal {
        max-height: 2000px;
    }
}

@media (min-width: 1200px) {
    .custom-modal {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 120;
    }

    .main-menu-mobile .custom-modal.modal-menu {
        position: relative;
        left: auto;
        top: auto;
    }

    body:not(.main-menu-mobile) .modal-menu .custom-modal-body {
        padding: 40px 80px;
    }

    body:not(.main-menu-mobile) .modal-menu-top {
        display: flex;
        width: 100%;
    }

    body:not(.main-menu-mobile) .modal-menu-left {
        padding-right: 80px;
    }

    body:not(.main-menu-mobile) .modal-menu-right {
        padding-left: 80px;
        border-left: 1px solid var(--ltu-theme-gray);
        flex: 1;
    }

    body:not(.main-menu-mobile) #menu-by-product-type {
        max-height: 500px;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    body:not(.main-menu-mobile) .main-menu-wrap {
        display: block;
        width: 100%;
        margin-top: 14px;
        order: 5;
    }

    body:not(.main-menu-mobile) .sticky-header .main-menu-wrap .custom-modal {
        position: fixed;
        top: 88px;
        left: 50%;
        transform: translateX(-50%);
    }

    body:not(.main-menu-mobile) .modal-menu .menu li {
        padding: 4px 0;
    }
}

@media (min-width: 1200px) and (max-height: 850px) {
    .main-menu-wrap .custom-modal-wrap {
        max-height: calc(100vh - var(--ltu-wrapper-padding) - 20px);
    }
}

@media (min-width: 1440px) {

    body.sticky-header .header-actions {
        order: 5;
    }

    body.sticky-header .main-menu-wrap {
        order: 4;
        margin-top: 0;
        margin-right: 15px;
    }

    body.sticky-header:not(.main-menu-mobile) .main-menu-wrap .custom-modal {
        position: fixed;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1825px) {
    .modal-menu .menu li {
        padding: 6px 0;
    }

    .modal-menu .menu li a {
        font-size: 18px;
    }
}

.breadcrumbs {
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
    line-height: 1.2;
    color: var(--ltu-theme-black);
}

.breadcrumbs span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs a {
    color: var(--ltu-theme-gray);
    text-decoration: none;
}

.breadcrumbs span a,
.breadcrumbs span span {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.breadcrumbs > span span + span{
    margin-left: 7px;
}

.breadcrumbs > span span + span::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6' fill='none'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23646464'/%3E%3C/svg%3E");
    margin-right: 8px;
    position: relative;
    top: -2px;
}


/* blue page header */
.header-blue {
    margin: 0 0 32px;
}

.header-blue a {
    color: var(--ltu-theme-gray);
    text-decoration: none;
}

.header-blue-wrap {
    background: var(--ltu-theme-blue-light);
    padding: 18px 18px 80px;
    border-radius: 12px;
}

.has-counter .header-blue-title {
    display: flex;
}

.header-blue h1,
.header-blue h2,
.header-blue .h1 {
    margin-top: 22px;
    font-size: clamp(2rem, 1.3932rem + 2.5890vw, 4.5rem);
}

.header-blue-data {
    flex: 1;
}

.header-blue-icon {
    position: relative;
    width: 150px;
}

.header-blue-icon div {
    position: absolute;
    right: 0;
    bottom: -80px;
    height: calc(100% + 40px);
    width: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-blue-menu {
    margin-top: 20px;
}

.header-blue-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 40px;
    border: 2px solid #ffffff;
    width: fit-content;
    height: 56px;
}

.header-blue-menu ul li {
    height: 100%;
    flex: 1;
}

.header-blue-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9375rem;
    font-size: clamp(0.9375rem, 0.603rem + 0.539vw, 1.25rem);
    line-height: 1.2;
    padding: 0 clamp(0.15rem, 0.448rem + 1.293vw, 2rem);
    height: 100%;
    text-align: center;
}

.header-blue-menu a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header-blue-menu a.active {
    background: #ffffff;
    border-radius: 40px;
}

@media (max-width: 767px)  {
    .header-blue-icon {
        width: 100%;
        height: 80px;
    }

    .header-blue-wrap {
        padding-bottom: 18px;
    }

    .header-blue-icon div {
        bottom: -18px;
        height: 100%;
    }
    .header-blue-menu ul {width: 100%;}

    .woocommerce-shop .header-blue-data {
        margin-bottom: -24px;
    }
    .woocommerce-shop .header-blue-icon {
        height: 90px;
    }
}

@media (min-width: 768px)  {
    .header-blue-wrap {
        padding: 50px var(--ltu-content-x-padding);
        display: flex;
    }

    .header-blue-icon div {
        bottom: -50px;
    }

    .header-blue-menu ul {
        height: 40px;
    }

    .header-blue-menu a {
        white-space: nowrap;
        line-height: 2;
    }
}

@media (min-width: 992px) {
    .header-blue {
        margin: 0 0 45px;
    }
}

@media (min-width: 1200px) {
    .header-blue-icon {
        margin-right: 0;
        width: 180px;
    }
}

@media (min-width: 1400px) {
    .header-blue-wrap {
        padding: 60px var(--ltu-content-x-padding);
        display: flex;
    }

    .header-blue-icon {
        margin-right: 100px;
        width: 300px;
    }

    .header-blue-icon div {
        height: calc(100% + 80px);
        bottom: -60px;
    }
}

/* page */
.page-content {
    margin-bottom: 100px;
}

.article-content,.term-description{
    font-size: clamp(1.125rem, 1.0793rem + 0.1951vw, 1.25rem);
}

.page-content .container .wp-block .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.article-content .h1,
.article-content .h2,
.article-content .h3,
.article-content .h4,
.article-content .h5,
.article-content .h6,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.term-description .h1,
.term-description .h2,
.term-description .h3,
.term-description .h4,
.term-description .h5,
.term-description .h6,
.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6 {
    margin-bottom: 1rem;
}

.article-content p a,
.article-content ul li a,
.term-description p a,
.term-description ul li a {
    text-decoration: none;
}

.article-content p a:hover,
.article-content ul li a:hover,
.term-description p a:hover,
.term-description ul li a:hover {
    text-decoration: underline;
}
.term-description .alignright,
.term-description .alignleft {
    margin: 10px auto;
}
.content-block-white, .term-description {
    background: #ffffff;
    padding: 37px 20px;
    border-radius: 12px;
}
.page-header__news {
    border-bottom: 1px solid rgba(144,118,153,0.35);
}

.page-header__news h1,
.page-header__news h2 {
    margin-bottom: 10px;
    line-height: 1.45;
    font-size: 28px;
}

.page-header__news-links {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.page-header__news-links::-webkit-scrollbar {
    display: none;
}

.page-header__news-links a {
    position: relative;
    display: inline-flex;
    font-size: 14px;
    color: #9B9B9B;
    padding-bottom: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.page-header__news-links a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: var(--ltu-theme-green);
}

.page-header__news-links a.active {
    color: var(--ltu-theme-black);
}

.article-content .wp-block-columns {
    margin-top: 50px;
}

.article-content .wp-block-columns:nth-of-type(1) {
    margin-top: 0 !important;
}
.article-content .wp-block:nth-last-of-type(1) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.white-rounded-block {
    background: #ffffff;
    border-radius: 12px;
    padding: clamp(1.063rem, 0.5570rem + 2.1589vw, 2.5rem);
    height: 100%;
}

.web-seminar-form {
    max-width: 1076px;
    margin: 30px auto 0;
}

@media (max-width: 991px) {
    .content-block-white, .term-description {
        margin: 0 -20px;
    }

    .wp-block-column .content-block-white {
        margin: 0;
    }
}

@media (min-width: 772px) {
    .wp-block-column .content-block-white {
        padding: clamp(2.5rem, -2.8846rem + 6.1538vw, 4.5rem);
        height: 100%;
    }
    .term-description .alignright {
        float: right;
        margin: 0 0 10px 10px;
    }

    .term-description .alignleft {
        float: left;
        margin: 0 10px 10px 0;
    }
}

@media (min-width: 992px) {
    .content-block-white, .term-description {
        padding: 99px var(--ltu-content-x-padding);
        margin: 0 auto;
    }

    .page-header__news {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .page-header__news-links {
        justify-content: flex-end;
        gap: 44px;
    }

    .page-header__news-links a {
        font-size: 20px;
    }

    .page-header__news-links a.active::after {
        bottom: -3px;
    }

    .article-content .wp-block-columns {
        margin-top: 100px;
    }
}

.term-description {margin-bottom: 3rem;}

/* swiper */
.swiper-button-next.navigation-btn-default,
.swiper-button-prev.navigation-btn-default {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--ltu-theme-black);
    transition: all 400ms;
}

.swiper-button-next.navigation-btn-default {
    right: 0;
}

.swiper-button-prev.navigation-btn-default {
    left: 0;
}

.swiper-button-next.navigation-btn-default::after,
.swiper-button-prev.navigation-btn-default::after {
    font-size: 22px;
    color: var(--ltu-theme-black);
}

@media (hover: hover) {
    .swiper-button-next.navigation-btn-default:hover,
    .swiper-button-prev.navigation-btn-default:hover {
        background: var(--ltu-theme-black);
    }

    .swiper-button-next.navigation-btn-default:hover::after,
    .swiper-button-prev.navigation-btn-default:hover::after {
        color: #ffffff;
    }
}

.swiper-button-next.navigation-btn-default:active,
.swiper-button-prev.navigation-btn-default:active {
    background: var(--ltu-theme-black);
}

.swiper-button-next.navigation-btn-default:active::after,
.swiper-button-prev.navigation-btn-default:active::after {
    color: #ffffff;
}

@media (min-width: 992px) {
    .header-blue h1,
    .header-blue h2,
    .header-blue .h1{
        margin-top: 25px;
    }

    .header-blue.small-title h1,
    .header-blue.small-title h2,
    .header-blue.small-title .h1,
    .page-header__news h1,
    .page-header__news h2 {
        margin-top: 40px;
        margin-bottom: 46px;
    }
}

@media (min-width: 1400px) {
    .swiper-button-next.navigation-btn-default,
    .swiper-button-prev.navigation-btn-default {
        width: 60px;
        height: 60px;
    }

    .swiper-button-next.navigation-btn-default::after,
    .swiper-button-prev.navigation-btn-default::after {
        font-size: 27px;
    }
}

/** video */
.video-item-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 24px;
    text-wrap: balance;
}

@media (min-width: 1400px) {
    .video-item-title {
        font-size: 20px;
    }
}
@media (min-width: 1800px) {
    .video-item-title {
        font-size: 24px;
    }
}

/* lists */
.tab-panel ul,
.article-content ul {
    list-style: none;
    padding-left: 22px;
}

.article-content ul.woocommerce-error {
    padding-left: 90px;
}

.article-content .wp-block-column ul:not(:nth-last-of-type(1)) {
    margin-bottom: 40px;
}

.tab-panel ul li,
.article-content ul li {
    margin-bottom: 12px;
    position: relative;
}

.tab-panel ul li::before,
.article-content ul li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='6' fill='%230095AD'/%3E%3C/svg%3E");
    position: absolute;
    left: -22px;
    top: 0;
}

/* paginate */
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: 18px;
    border: none;
    margin-top: 44px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    width: 60px;
    height: 60px;
    border: 1px solid #9B9B9B;
    color: var(--bs-body-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    transition: all 400ms;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--ltu-theme-orange);
    border-color: var(--ltu-theme-orange);
    color: #ffffff;
}

.products-load-more button {
    width: 100%;
    max-width: 522px;
    margin-top: 28px;
}

/* footer */
.site-footer {
    background: var(--ltu-theme-black);
    color: #fff;
}

.footer-content {
    padding: 70px 0 13px;
}

.site-footer .menus {
    gap: 40px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    padding: 2px 0;
}

.footer-menu a {
    color: #ffffff;
    text-decoration: none;
    transition: color 400ms;
    font-size: 1rem;
    font-size: clamp(1rem, 0.25rem + 0.8334vw, 1.25rem);
}

.footer-menu a:hover {
    color: var(--ltu-theme-orange)
}

.menus-item-title {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-menu.footer-main-menu {
    margin-top: -12px;
}

.footer-menu.footer-main-menu li {
    padding: 12px 0;
}

.footer-menu.footer-main-menu li a {
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
    line-height: 1.2;
    font-weight: 700;
}

.to-top {
    position: fixed;
    right: 24px;
    bottom: 0;
    z-index: 21;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ltu-theme-black);
    color: var(--ltu-theme-black);
    transform: translateY(100%) rotate(90deg);
    transition: all 400ms;
    cursor: pointer;
    background: rgba(255,255,255,0.8);
}

.to-top.show {
    bottom: 24px;
    transform: translateY(0) rotate(90deg);
}

.to-top:hover {
    background: var(--ltu-theme-black);
    box-shadow: 0 0 2px rgba(255,255,255,1);
    color: #ffffff;
}

@media (min-width: 1200px) {
    .to-top {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1850px) {
    .to-top {
        right: calc((100vw - 1800px) / 2);
    }
}

/* subscribe */
.subscribe-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 420px;
    border: 1px solid #ffffff;
    border-radius: 32px;
}

.subscribe-row .wpcf7-form-control-wrap:nth-of-type(1) {
    width: 255px;
}

.subscribe-row input[type=email] {
    width: 100%;
    color: #ffffff;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0 20px;
    line-height: 40px;
}

.subscribe-row input[type=email]::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

.subscribe-form .subscribe-btn {
    width: 165px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--ltu-theme-orange);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 32px;
    border: none;
    transition: all 200ms linear;
    position: relative;
    outline: 0;
}
.subscribe-form .subscribe-btn::before {
    content: '';
    position: absolute;
    top: -1px; 
    right: -1px; 
    bottom: -1px; 
    left: -1px; 
    border-radius: 33px;
    border: 1px solid #ffffff;
}
.subscribe-form .subscribe-btn:hover {
    background: var(--ltu-theme-orange);
    color: #ffffff;
    outline: 0;
}
.subscribe-form .subscribe-btn:hover::before {
    border: 1px solid var(--ltu-theme-orange);
}
.subscribe-form .subscribe-btn svg {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.subscribe-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 8px;
    margin: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.subscribe-form .wpcf7-not-valid-tip {
    position: absolute;
    left: 18px;
    top: calc(100% + 2px);
    font-size: 14px;
}

.footer-contacts-form .wpcf7 form .wpcf7-response-output {
    border-radius: 32px;
    border-width: 1px;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.2;
}

.footer-contacts-phone a {
    text-decoration: none;
    color: inherit;
    transition: all 400ms;
}

.footer-contacts-phone a:hover {
    color: var(--ltu-theme-orange);
}

.footer-contacts-phone .text {
    font-size: 18px;
}

.copywrite {
    color: #9B9B9B;
    border-top: 2px solid #646464;
}

.copywrite a {
    position: relative;
    color: #9B9B9B;
    text-decoration: none;
    transition: color 400ms;
}

.copywrite a:hover {
    color: #ffffff;
}

.footer-bottom-left a {
    display: block;
}

.privacy-policy-menu {
    list-style: none;
    display: flex;
    padding: 0;
}

.privacy-policy-menu li + li:before {
    content: "|";
    margin: 0 5px;
}

.social-links {
    display: flex;
    gap: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 8px;
    color: var(--ltu-theme-black);
    transition: all 400ms;
}

.social-links a:hover {
    background: var(--ltu-theme-orange);
    color: #ffffff;
}

.social-links a svg {
    max-height: 50%;
    max-width: 55%;
}

@media (max-width: 991px) {
    .site-footer .site-logo img {
        max-height: 41px;
    }

    .footer-contacts-title {
        font-size: 18px !important;
    }

    .footer-contacts-text {
        font-size: 14px;
    }

    .footer-products-menus {
        margin-top: 25px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
        font-size: 14px;
    }

    .menus-item {
        margin-bottom: 15px;
    }

    .hidden-menu-trigger {
        position: relative;
    }

    .hidden-menu-trigger::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 5L8 11L14 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        transition: transform 400ms;
    }

    .open .hidden-menu-trigger::after {
        transform: translateY(-70%) scale(1,-1);
    }

    .hidden-menu {
        height: 0;
        overflow: hidden;
    }

    .footer-menu a {
        font-size: 14px;
    }

    .social-links {
        margin-bottom: 0;
    }
    .modal-dialog {max-width: 90%;}
}

@media (min-width: 992px) {
    .menus-item-title {
        font-weight: 700;
    }

    .footer-content {
        padding: 80px 0 55px;
    }

    .social-links {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .social-links a {
        width: 44px;
        height: 44px;
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-bottom-left a {
        display: inline-block;
    }

}

@media (min-width: 1400px) {
    .footer-wrap {
        padding-bottom: 80px;
    }

    .site-footer .menus {
        gap: 30px;
    }

    .site-footer .menu-type {
        column-count: 2;
        column-gap: 30px;
    }

    .copywrite .footer-bottom-left a {
        display: inline-block;
        margin-left: 6px;
        padding-left: 10px;
    }

    .copywrite .footer-bottom-left a::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 16px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #9B9B9B;
    }

    .privacy-policy-menu li + li:before {
        margin: 0 10px;
    }
}

.b-map-wrap {
    border-radius: 12px;
    overflow: hidden;
    height: 500px;
}

/* search results modal */
.search-results-modal {
    /*height: auto;*/
    top: 100%;
    transition: height 400ms;
}

.open-search-results .search-results-modal/*.open*/ {
    height: auto;
}

.custom-modal-title {
    font-size: 1.375rem;
    font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
}

.search-tax-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search-title {
    font-size: 1.375rem;
    font-size: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
}

.search-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9375em;
    height: 1.9375em;
    background: var(--ltu-theme-green);
    border-radius: 50%;
    color: #fff;
    margin-left: 11px;
    font-size: 11px;
    line-height: 1;
}

.search-tax-content-wrap {
    border-radius: 12px;
    overflow: hidden;
}

.search-tax-content {
    background: #F6F8FC;
    padding: 1.875em 2.5em;
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.6667rem + 0.27778vw, 1rem);
    overflow-y: auto;
}

.search-tax-content a {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 1.75;
}

.search-tax-content a:hover {
    color: var(--ltu-theme-orange);
}

.search-products-title,
.search-related-title {
    margin-bottom: 20px;
}

.search-product-image .img-responsive,
.search-related-image .img-responsive {
    padding-bottom: 74.55%;
    background: #F6F8FC;
    border-radius: 12px;
    overflow: hidden;
}

.search-related-image .img-responsive img {
    object-fit: contain;
}

.search-related-sku {
    color: #9B9B9B;
    line-height: 1.625;
}

.search-related-text {
    margin-top: 11px;
}

.search-product {
    display: flex;
    align-items: center;
    gap: 6%;
    color: inherit;
    text-decoration: none;
}

.search-product + .search-product {
    margin-top: 20px;
}

.search-product-image {
    width: 48%
}

.search-product-data {
    flex: 1;
}

.search-product-data .title {
    line-height: 1.2;
    font-size: 18px;
    text-wrap: balance;
}

.search-product-data .sku {
    color: #9B9B9B;
    line-height: 1.625;
}

.search-spinner {
    display: none;
}

.loading .search-spinner {
    display: block;
}

@media (max-width: 1198.98px) {
    .custom-modal-wrap {
        flex-direction: column-reverse;
    }

    .search-results-modal {
        margin-left: -20px;
        width: 100vw;
    }

    .custom-modal-close {
        background: #ffffff;
        justify-content: flex-end;
        color: #0095DB;
        padding-bottom: 0;
        margin-bottom: -10px;
        z-index: 99;
    }

    .custom-modal-header {
        padding: 0 20px;
        border: none;
    }

    .custom-modal-title {
        font-size: 20px;
    }

    .custom-modal-title::after {
        display: none;
    }

    .custom-modal-body {
        padding: 0 20px 12px;
    }

    .search-tax-title,
    .search-related-title,
    .search-products-title {
        margin: 12px 0;
    }

    .search-tax-content {
        padding: 20px;
    }

    .search-products {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 10px;
        margin-bottom: 25px;
    }

    .search-product {
        flex-direction: column;
        width: calc(50% - 5px);
        margin: 0 !important;
    }

    .search-product-image {
        width: 100%;
    }

}

@media (min-width: 1200px) {
    :root {
        --ltu-search-column-height: calc(100vh - var(--ltu-wrapper-padding) - 220px);
    }

    .search-results-modal.open .custom-modal-content {
        max-height: calc(100vh - var(--ltu-wrapper-padding));
    }

    .search-content {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        max-height: calc(100vh - var(--ltu-wrapper-padding) - 40px);
    }

    .search-content-taxes {
        width: 19.4525%;
        min-width: 280px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 35px;
        height: 100%;
    }

    .search-count-badge {
        font-size: 0.875rem;
        font-size: clamp(0.875rem, 0.6667rem + 0.27778vw, 1rem);
    }

    .search-content-related {
        flex: 1;
        max-width: 507px;
    }

    .search-content-products {
       width: 21.2%;
        min-width: 300px;
    }

    .search-tax-content {
        max-height: 25.25vh;
    }

    .search-products {
        overflow-y: auto;
        max-height: var(--ltu-search-column-height);
    }
}

@media (min-width: 1200px) and (max-height: 950px) {
    .custom-modal-header {
        padding: 10px 40px;
    }

    .custom-modal-title::after {
        bottom: -14px;
    }

    .search-results-modal .custom-modal-body {
        padding: 20px 40px;
    }

    .search-related-title,
    .search-products-title,
    .search-tax-title {
        margin-bottom: 10px;
    }

    .search-title {
        font-size: 20px;
    }

    .search-content-taxes {
        gap: 15px;
    }

    .search-tax-content {
        padding: 1em 2em;
    }

    .search-count-badge {
        font-size: 11px;
    }

    .search-content-related {
        max-width: 400px;
    }

    .search-related-title {
        line-height: 1.2;
    }

    .search-related-text {
        margin-top: 0;
    }

    .search-content-products {
        height: 100%;
    }

    .search-products {
        max-height: calc(100vh - var(--ltu-wrapper-padding) - 156px);
    }

    .search-product-data .title {
        font-size: 16px;
    }
    .search-product-data .sku {
        font-size: 14px;
    }
}

/* defaul scroll bar */
.default-scroll::-webkit-scrollbar {
    width: 3px;
    background: rgba(0,0,0,0.2);
}

.default-scroll::-webkit-scrollbar-thumb {
    background-color: var(--ltu-theme-green);
}

/* quantity */
.item-quantity-row {
    display: flex;
    border-radius: 12px;
    border: 1px solid #9B9B9B;
    background: #FFF;
    height: 46px;
    width: 167px;
}

.item-quantity-row .control-quantity-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    cursor: pointer;
}

.woocommerce .item-quantity-row .quantity .qty {
    height: 100%;
    text-align: center;
    border: none;
    width: 75px;
    padding-left: 10px;
}

.woocommerce .item-quantity-row .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .item-quantity-row .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .item-quantity-row .quantity input.qty[type=number] {
  -moz-appearance: textfield;
}

.woocommerce.single-product .item-quantity-row {
    display: none;
}

/* inquiry request*/
.show-exists-product-name {
    display: none;
    text-wrap: balance;
}

.inquiry-image .img-responsive {
    padding-bottom: 61.62%;
    border: 1px solid #C6C6C6;
    border-radius: 20px;
}

.inquiry-image .img-responsive img {
    object-fit: contain;
}

@media (min-width: 1200px) {
    .show-exists-product-name {
        max-width: 90%;
    }
}

body{
    overflow-wrap: break-word;
}

.grecaptcha-badge {
    display: none;
}