
@container qc_checkout-totals-column (max-width: 319px) {
    .litecheckout__ab_cart .ty-checkout-summary .ty-checkout-summary__total .ty-checkout-summary__total-sum {
        font-size: var(--font-size-large);
    }
}

@container qc_checkout-totals-column (max-width: 260px) {
    .litecheckout__ab_cart .ty-checkout-summary .ty-checkout-summary__total>div {
        padding-block-start: var(--gap-xs);
        margin-top: var(--gap-xxs);
        flex-wrap: wrap;
    }

    body .litecheckout__submit-btn {
        font-size: var(--font-size-normal);
        padding-inline: var(--gap-xs) !important;
    }

    body .litecheckout__submit-btn [class^="ut2-icon-"] {
        font-size: 14px;
        margin-block-start: 0px;
        margin-inline-end: 2px;
    }
}

/* [[[ END ]]] in checkout totals column adjust elements to fit narrow column width
==============================================================================*/
/*==============================================================================
   [[[ BEGIN ]]] stretch only-child button to full width in search-filter form footer
==============================================================================*/
@container qc_search-filter-form-footer (max-width: 480px) {
    .ty-search-form__buttons-container .ty-btn:only-child {
        flex-grow: 1;
    }
}

/* [[[ END ]]] stretch only-child button to full width in search-filter form footer
==============================================================================*/
/*==============================================================================
   [[[ BEGIN ]]] google captcha shrinkage
==============================================================================*/
@container qc_captcha (max-width: 298px) {

    /*captcha width - 6px*/
    .captcha.ty-control-group iframe[src*="size=normal"] {
        transform: scale(0.7);
        margin-inline-start: -46px;
        margin-block-start: -13px;
        margin-block-end: -13px;
    }
}

@container qc_captcha (max-width: 200px) {
    .captcha.ty-control-group iframe[src*="size=normal"] {
        margin-inline-start: -53px;
    }
}

@container qc_captcha (max-width: 194px) {
    .captcha.ty-control-group iframe[src*="size=normal"] {
        margin-inline-start: -58px;
    }
}

/* [[[ END ]]] google captcha shrinkage
==============================================================================*/
/*target Chromium*/
@supports (contain: paint) and (not (-moz-appearance: none)) {

    /*fix bug of random element twitching when when checkbox state changes*/
    .ui-dialog-content#content_free_products :where(input, select, button, textarea) {
        transition: none !important;
    }
}

/*==============================================================================
   [[[ BEGIN ]]] gift certificate
==============================================================================*/
@container qc_gift-certificate-buttons (max-width: 360px) {
    body .ty-gift-certificate__buttons .ty-btn__add-to-cart {
        margin-inline-start: initial;
    }
}

/* [[[ END ]]] gift certificate
==============================================================================*/
/*==============================================================================
   [[[ BEGIN ]]] Product feature list
==============================================================================*/
@container qc--product-feature (min-width: 700px) {
    .fg-two-col .abt__ut2--product-features__list {
        column-count: 2;
        column-gap: var(--gap-s);
    }
}

@container qc--product-feature (max-width: 340px) {
    body .abt__ut2--product-features__container .ty-product-feature {
        background: unset;
        padding: unset;
        display: block;
    }

    body .abt__ut2--product-features__container .ty-product-feature: not(:last-child),
    body .abt__ut2--product-features__container .ty-product-feature-group:not(:last-child) {
        margin-bottom: var(--gap-xs);
    }

    body .abt__ut2--product-features__container .fg-two-col .ty-product-feature: :after {
        content: none;
    }

    body .abt__ut2--product-features__container .fg-two-col .ty-product-feature,
    body .abt__ut2--product-features__container .fg-two-col .ty-product-feature-group {
        padding-top: unset;
        padding-bottom: unset;
    }

    body .abt__ut2--product-features__container .ty-product-feature__label,
    body .abt__ut2--product-features__container .ty-product-feature__value {
        padding-inline: unset;
        width: unset;
        max-width: unset;
        min-width: unset;
    }

    body .abt__ut2--product-features__container .ty-product-feature__label {
        padding-block: unset;
    }

    body .abt__ut2--product-features__container .ty-product-feature__label.object-container {
        padding-inline-end: 19px;
    }

    body .abt__ut2--product-features__container .fg-two-col .ty-product-feature__label>span {
        background: unset;
    }

    body .abt__ut2--product-features__container .fg-two-col .ty-product-feature__value {
        background: unset;
    }

    body .abt__ut2--product-features__container .cm-ab-similar-filter-container .ty-product-feature__value {
        margin-inline-start: var(--check-radio-size);
    }

    body .abt__ut2--product-features__container .cm-ab-similar-filter-container .ty-product-feature__value: not(:has(input[type=checkbox])) {
        margin-inline-start: initial;
        padding-inline-start: initial;
    }
}

/* [[[ END ]]] Product feature list
==============================================================================*/
/*==============================================================================
   [[[ BEGIN ]]] LEGACY
==============================================================================*/
/* Lite Checkout */
@supports (-webkit-appearance: none) {

    .selector:not(*:root),
    .litecheckout .litecheckout__field--selectbox .litecheckout__input {
        padding-top: 10px !important;
        padding-left: 6px !important;
    }
}

/* End of Lite Checkout */
/* [[[ END ]]] LEGACY
==============================================================================*/
@container intprod (max-width: 640px) {
    .ut2-banner .width-half.internal-products {
        flex-wrap: wrap;
    }

    .ut2-banner .width-half.valign-top.internal-products {
        align-items: flex-start;
        align-content: flex-start;
    }

    .ut2-banner .width-half.valign-center.internal-products {
        align-items: flex-end;
        align-content: center;
    }

    .ut2-banner .width-half.valign-bottom.internal-products {
        align-items: flex-end;
        align-content: flex-end;
    }

    .ut2-banner .ut2-a__content.width-half.internal-products .ut2-a__description {
        height: auto;
        min-width: max(70%, 300px);
    }

    .ut2-banner .width-half.align-center.internal-products .ut2-a__description .box {
        text-align: center;
        width: 100%;
    }

    .ut2-banner .ut2-a__content.width-half .ut2-a__products {
        order: 1;
        height: fit-content;
        flex: 0 0 auto;
    }

    .ut2-banner .mask-full-height .ut2-a__description {
        background-image: unset !important;
        background-color: unset !important;
    }

    .ut2-banner .mask-full-height .ut2-a__content {
        background-image: var(--ab-banner-mask-background-gradient);
        background-color: var(--ab-banner-mask-background-color);
    }
}

@container intcont (max-width: 400px) {
    .ut2-banner .ut2-a__content.width-half.align-left .ut2-a__img:not(.ut2-a__products) {
        max-width: calc(100% - 200px);
        margin-left: auto;

        html[dir="rtl"] & {
            margin-inline: auto 0;
        }
    }

    .ut2-banner .ut2-a__content.width-half.align-right .ut2-a__img:not(.ut2-a__products) {
        max-width: calc(100% - 200px);
        margin-right: auto;

        html[dir="rtl"] & {
            margin-inline: 0 auto;
        }
    }
}

#content_product_reviews_block {
    container: reviews_block / inline-size;
}

.ut2-gl__item {
    container: lv_block / inline-size;
}

@container lv_block (min-width: 261px) {
    .ut2-gl__item .ut2-lv__features-item[data-display="thumbnails"] {
        grid-template-columns: repeat(6, 1fr) !important;
    }
}

@container lv_block (max-width: 260px) {
    .ut2-gl__item .ut2-lv__features-item[data-display="thumbnails"] {
        grid-template-columns: repeat(5, 1fr) !important;
    }

    .ut2-lv__more {
        position: absolute;
        right: 0;

        &:after {
            content: "";
            position: absolute;
            top: 0;
            right: 100%;
            width: 15px;
            height: 100%;
        }
    }
}

@container lv_block (max-width: 210px) {
    .ut2-gl__item .ut2-lv__features-item[data-display="thumbnails"] {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}

@container reviews_block (min-width: 1199px) {
    section.ty-product-reviews-view__main {
        grid-template-columns: 1fr minmax(400px, 500px);
        gap: var(--gap-s) var(--gap-l);
    }

    #content_product_reviews_block .ty-product-reviews-view__main-content {
        display: contents;
    }

    #content_product_reviews.ab-smc-description:not(.ab-smc-opened) .ty-product-reviews-view__main-content-left {
        position: static;
    }

    section.ty-product-review-product-rating {
        flex-direction: column;
    }

    .ty-product-reviews-view__main-content .ty-product-review-write-review {
        padding-top: var(--gap-s);
        padding-inline: initial;
        border-width: 1px 0 0 0;
    }

    .ty-product-reviews-view__main-content-left {
        align-self: start;
        position: sticky;
        top: calc(var(--js_rt_overall-top_-stuck-_height) + var(--gap-s));
        order: 2;
    }

    .ty-product-reviews-view__main-content-right .ty-product-review-reviews-navigation {
        align-self: start;
        position: sticky;
        z-index: 1;
        top: calc(var(--js_rt_overall-top_-stuck-_height) + var(--gap-s));
        background: rgba(255, 255, 255, 0.75);
        box-shadow: inset 0 0 100px var(--fill-gray);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

    .ty-product-reviews-view__main-content-left .ty-tabs {
        order: -1;
    }

    .ty-product-reviews-view__main-content-right {
        display: grid;
        gap: var(--gap-s) 0;
    }
}

@container reviews_block (max-width: 1200px) {

    .ut2-pb .ty-product-reviews-view__main-content-left,
    .ut2-pb .ty-product-reviews-view__main-content-right {
        display: contents;
    }

    .ty-product-reviews-view__main-content-right>.ty-subheader:first-child {
        flex-basis: 100%;
    }
}

@container compact_list__controls (max-width: 300px) {
    .ut2__vendor-info--list-product {
        order: 1;
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: var(--fill-white);
    border: 1px solid var(--color-base5);
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: var(--fill-white);
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container--default .select2-selection--single {
    background-color: var(--fill-white);
    border: 1px solid var(--color-base5);
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-base30);
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--color-font-lighten);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--color-base20) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: var(--color-base);
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--color-base20) transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: var(--fill-white);
    border: 1px solid var(--color-base5);
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: var(--color-font-lighten);
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--color-base);
    border: 1px solid var(--color-base5);
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--color-font-lighten);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--fill-dark);
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: var(--color-base);
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--color-base5);
    background-color: var(--fill-white);
    color: inherit;
    outline: auto 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    border-color: var(--color-base20);
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: var(--color-font-lighten);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--color-base);
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--fill-color);
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: var(--fill-gray);
    border: 1px solid var(--color-base5);
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, var(--fill-white) 50%, var(--color-base) 100%);
    background-image: -o-linear-gradient(top, var(--fill-white) 50%, var(--color-base) 100%);
    background-image: linear-gradient(to bottom, var(--fill-white) 50%, var(--color-base) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--fill-white)', endColorstr='var(--color-base)', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus-visible,
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid var(--color-base10);
    outline: auto 0;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: var(--color-base30);
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: var(--color-font-lighten);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: var(--color-base5);
    border: none;
    border-left: 1px solid var(--color-base10);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, var(--color-base) 50%, var(--color-base30) 100%);
    background-image: -o-linear-gradient(top, var(--color-base) 50%, var(--color-base30) 100%);
    background-image: linear-gradient(to bottom, var(--color-base) 50%, var(--color-base30) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-base)', endColorstr='var(--color-base30)', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: var(--color-font-lighten) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid var(--color-base5);
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid var(--color-main);
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--color-base20) transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, var(--fill-white) 0%, var(--color-base) 50%);
    background-image: -o-linear-gradient(top, var(--fill-white) 0%, var(--color-base) 50%);
    background-image: linear-gradient(to bottom, var(--fill-white) 0%, var(--color-base) 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--fill-white)', endColorstr='var(--color-base)', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, var(--color-base) 50%, var(--fill-white) 100%);
    background-image: -o-linear-gradient(top, var(--color-base) 50%, var(--fill-white) 100%);
    background-image: linear-gradient(to bottom, var(--color-base) 50%, var(--fill-white) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-base)', endColorstr='var(--fill-white)', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: var(--fill-white);
    border: 1px solid var(--color-base5);
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid var(--color-main);
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: var(--color-base);
    border: 1px solid var(--color-base5);
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--color-base20);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: var(--color-base30);
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid var(--color-main);
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--color-base5);
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: var(--fill-white);
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: var(--fill-color);
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: var(--color-main);
}

/*******************************************************************************************
*   ___  _          ______                     _ _                _                        *
*  / _ \| |         | ___ \                   | (_)              | |              © 2026   *
* / /_\ | | _____  _| |_/ /_ __ __ _ _ __   __| |_ _ __   __ _   | |_ ___  __ _ _ __ ___   *
* |  _  | |/ _ \ \/ / ___ \ '__/ _` | '_ \ / _` | | '_ \ / _` |  | __/ _ \/ _` | '_ ` _ \  *
* | | | | |  __/>  <| |_/ / | | (_| | | | | (_| | | | | | (_| |  | ||  __/ (_| | | | | | | *
* \_| |_/_|\___/_/\_\____/|_|  \__,_|_| |_|\__,_|_|_| |_|\__, |  \___\___|\__,_|_| |_| |_| *
*                                                         __/ |                            *
*                                                        |___/                             *
* ---------------------------------------------------------------------------------------- *
* This is commercial software, only users who have purchased a valid license and accept    *
* to the terms of the License Agreement can install and use this program.                  *
* ---------------------------------------------------------------------------------------- *
* website: https://cs-cart.alexbranding.com                                                *
*   email: info@alexbranding.com                                                           *
*******************************************************************************************/
/*==============================================================================
   [[[ BEGIN ]]] promotion main info
==============================================================================*/
/* [[[ END ]]] promotion main info
==============================================================================*/
@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url('../../../../../../../../design/xvent/fonts/xv/inter-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url('../../../../../../../../design/xvent/fonts/xv/inter-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url('../../../../../../../../design/xvent/fonts/xv/inter-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    src: url('../../../../../../../../design/xvent/fonts/xv/inter-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: url('../../../../../../../../design/xvent/fonts/xv/inter-900.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url('../../../../../../../../design/xvent/fonts/xv/inter-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url('../../../../../../../../design/xvent/fonts/xv/inter-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url('../../../../../../../../design/xvent/fonts/xv/inter-600.woff2') format('woff2');
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.clearfix:after {
    clear: both;
}

.input-block-level {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-title-color {
    color: #777;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

i,
em,
dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
    cursor: default;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url('../../../../../../../../design/xvent/fonts/xv/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
    color: #222;
}

.ui-widget-content>a {
    color: #222;
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url('../../../../../../../../design/xvent/fonts/xv/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url('../../../../../../../../design/xvent/fonts/xv/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;
    font-weight: normal;
    color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_glass_75_dadada_1x400.png?1775608344') 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_glass_65_ffffff_1x400.png?1775608344') 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_glass_55_fbf9ee_1x400.png?1775608344') 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_glass_95_fef1ec_1x400.png?1775608344') 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_222222_256x240.png?1775608344');
}

.ui-widget-header .ui-icon {
    background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_222222_256x240.png?1775608344');
}

.ui-state-default .ui-icon {
    background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_888888_256x240.png?1775608344');
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_454545_256x240.png?1775608344');
}

.ui-state-active .ui-icon {
    background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_454545_256x240.png?1775608344');
}

.ui-state-highlight .ui-icon {
    background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_2e83ff_256x240.png?1775608344');
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-icons_cd0a0a_256x240.png?1775608344');
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1775608344') 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url('../../../../../../../../design/themes/responsive/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png?1775608344') 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.row {
    margin-left: -20px;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.span16 {
    width: 940px;
}

.span15 {
    width: 880px;
}

.span14 {
    width: 820px;
}

.span13 {
    width: 760px;
}

.span12 {
    width: 700px;
}

.span11 {
    width: 640px;
}

.span10 {
    width: 580px;
}

.span9 {
    width: 520px;
}

.span8 {
    width: 460px;
}

.span7 {
    width: 400px;
}

.span6 {
    width: 340px;
}

.span5 {
    width: 280px;
}

.span4 {
    width: 220px;
}

.span3 {
    width: 160px;
}

.span2 {
    width: 100px;
}

.span1 {
    width: 40px;
}

.offset16 {
    margin-left: 980px;
}

.offset15 {
    margin-left: 920px;
}

.offset14 {
    margin-left: 860px;
}

.offset13 {
    margin-left: 800px;
}

.offset12 {
    margin-left: 740px;
}

.offset11 {
    margin-left: 680px;
}

.offset10 {
    margin-left: 620px;
}

.offset9 {
    margin-left: 560px;
}

.offset8 {
    margin-left: 500px;
}

.offset7 {
    margin-left: 440px;
}

.offset6 {
    margin-left: 380px;
}

.offset5 {
    margin-left: 320px;
}

.offset4 {
    margin-left: 260px;
}

.offset3 {
    margin-left: 200px;
}

.offset2 {
    margin-left: 140px;
}

.offset1 {
    margin-left: 80px;
}

.row-fluid {
    width: 100%;
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.1276595744681%;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.1276595744681%;
}

.row-fluid .span16 {
    width: 100%;
}

.row-fluid .span15 {
    width: 93.617021276596%;
}

.row-fluid .span14 {
    width: 87.234042553191%;
}

.row-fluid .span13 {
    width: 80.851063829787%;
}

.row-fluid .span12 {
    width: 74.468085106383%;
}

.row-fluid .span11 {
    width: 68.085106382979%;
}

.row-fluid .span10 {
    width: 61.702127659574%;
}

.row-fluid .span9 {
    width: 55.31914893617%;
}

.row-fluid .span8 {
    width: 48.936170212766%;
}

.row-fluid .span7 {
    width: 42.553191489362%;
}

.row-fluid .span6 {
    width: 36.170212765957%;
}

.row-fluid .span5 {
    width: 29.787234042553%;
}

.row-fluid .span4 {
    width: 23.404255319149%;
}

.row-fluid .span3 {
    width: 17.021276595745%;
}

.row-fluid .span2 {
    width: 10.63829787234%;
}

.row-fluid .span1 {
    width: 4.2553191489362%;
}

.row-fluid .offset16 {
    margin-left: 104.25531914894%;
}

.row-fluid .offset16:first-child {
    margin-left: 102.12765957447%;
}

.row-fluid .offset15 {
    margin-left: 97.872340425532%;
}

.row-fluid .offset15:first-child {
    margin-left: 95.744680851064%;
}

.row-fluid .offset14 {
    margin-left: 91.489361702128%;
}

.row-fluid .offset14:first-child {
    margin-left: 89.36170212766%;
}

.row-fluid .offset13 {
    margin-left: 85.106382978723%;
}

.row-fluid .offset13:first-child {
    margin-left: 82.978723404255%;
}

.row-fluid .offset12 {
    margin-left: 78.723404255319%;
}

.row-fluid .offset12:first-child {
    margin-left: 76.595744680851%;
}

.row-fluid .offset11 {
    margin-left: 72.340425531915%;
}

.row-fluid .offset11:first-child {
    margin-left: 70.212765957447%;
}

.row-fluid .offset10 {
    margin-left: 65.957446808511%;
}

.row-fluid .offset10:first-child {
    margin-left: 63.829787234043%;
}

.row-fluid .offset9 {
    margin-left: 59.574468085106%;
}

.row-fluid .offset9:first-child {
    margin-left: 57.446808510638%;
}

.row-fluid .offset8 {
    margin-left: 53.191489361702%;
}

.row-fluid .offset8:first-child {
    margin-left: 51.063829787234%;
}

.row-fluid .offset7 {
    margin-left: 46.808510638298%;
}

.row-fluid .offset7:first-child {
    margin-left: 44.68085106383%;
}

.row-fluid .offset6 {
    margin-left: 40.425531914894%;
}

.row-fluid .offset6:first-child {
    margin-left: 38.297872340426%;
}

.row-fluid .offset5 {
    margin-left: 34.042553191489%;
}

.row-fluid .offset5:first-child {
    margin-left: 31.914893617021%;
}

.row-fluid .offset4 {
    margin-left: 27.659574468085%;
}

.row-fluid .offset4:first-child {
    margin-left: 25.531914893617%;
}

.row-fluid .offset3 {
    margin-left: 21.276595744681%;
}

.row-fluid .offset3:first-child {
    margin-left: 19.148936170213%;
}

.row-fluid .offset2 {
    margin-left: 14.893617021277%;
}

.row-fluid .offset2:first-child {
    margin-left: 12.765957446809%;
}

.row-fluid .offset1 {
    margin-left: 8.5106382978723%;
}

.row-fluid .offset1:first-child {
    margin-left: 6.3829787234043%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.container:after {
    clear: both;
}

.container-fluid {
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.container-fluid:after {
    clear: both;
}

@font-face {
    font-family: glyphs;
    src: url('../../../../../../../../design/xvent/fonts/xv/glyphs.eot');
    src: url('../fonts/xv/glyphs.eot?#iefix') format('embedded-opentype'), url('../../../../../../../../design/xvent/fonts/xv/glyphs.woff') format('woff'), url('../../../../../../../../design/xvent/fonts/xv/glyphs.ttf') format('truetype'), url('../../../../../../../../design/xvent/fonts/xv/glyphs.svg#glyphs') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[data-icon]:before {
    font-family: glyphs;
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="ty-icon-"]:before {
    font-family: inherit;
}

.ty-icon-up-dir,
.ty-icon-right-dir,
.ty-icon-down-dir,
.ty-icon-left-dir,
.ty-icon-star-empty,
.ty-icon-th-list,
.ty-icon-heart,
.ty-icon-flight,
.ty-icon-ok,
.ty-icon-cancel,
.ty-icon-cancel-circle,
.ty-icon-minus-circle,
.ty-icon-right-thin,
.ty-icon-cw,
.ty-icon-left-circle,
.ty-icon-right-circle,
.ty-icon-help-circle,
.ty-icon-back,
.ty-icon-products-multicolumns,
.ty-icon-print,
.ty-icon-chat,
.ty-icon-article-alt,
.ty-icon-docs,
.ty-icon-zoom-in,
.ty-icon-zoom-out,
.ty-icon-down-open,
.ty-icon-left-open,
.ty-icon-right-open,
.ty-icon-up-open,
.ty-icon-down-micro,
.ty-icon-up-micro,
.ty-icon-right-open-thin,
.ty-icon-left-open-thin,
.ty-icon-products-without-options,
.ty-icon-short-list,
.ty-icon-plus-circle,
.ty-icon-user,
.ty-icon-doc-text,
.ty-icon-calendar,
.ty-icon-chart-bar,
.ty-icon-download,
.ty-icon-search,
.ty-icon-lock,
.ty-icon-popup,
.ty-icon-plus,
.ty-icon-folder,
.ty-icon-folder-open,
.ty-icon-mail,
.ty-icon-twitter,
.ty-icon-facebook,
.ty-icon-file,
.ty-icon-trashcan,
.ty-icon-d-arrow,
.ty-icon-bubble,
.ty-icon-upload,
.ty-icon-cog,
.ty-icon-square,
.ty-icon-arrow-up-right,
.ty-icon-arrow-up-left,
.ty-icon-arrow-down-left,
.ty-icon-arrow-down-right,
.ty-icon-arrow-down,
.ty-icon-arrow-up,
.ty-icon-arrow-left,
.ty-icon-arrow-right,
.ty-icon-location-arrow,
.ty-icon-star,
.ty-icon-star-half,
.ty-icon-refresh,
.ty-icon-basket,
.ty-icon-image,
.icon-image,
.ty-icon-edit,
.ty-icon-live-edit,
.ty-icon-gift,
.ty-icon-ban-circle,
.ty-icon-wrench,
.ty-icon-feed,
.ty-icon-eye-open,
.ty-icon-eye-close,
.ty-icon-handler,
.ty-icon-youtube,
.ty-icon-cart,
.ty-icon-target,
.ty-icon-pointer,
.ty-icon-shipping,
.ty-icon-courier,
.ty-icon-instagram {
    font-family: glyphs;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.ty-icon-up-dir:before {
    content: "\e000";
}

.ty-icon-right-dir:before {
    content: "\e001";
}

.ty-icon-down-dir:before {
    content: "\e002";
}

.ty-icon-left-dir:before {
    content: "\e003";
}

.ty-icon-star-empty:before {
    content: "\e004";
}

.ty-icon-th-list:before {
    content: "\e005";
}

.ty-icon-heart:before {
    content: "\e006";
}

.ty-icon-flight:before {
    content: "\e007";
}

.ty-icon-ok:before {
    content: "\e008";
}

.ty-icon-cancel:before {
    content: "\e009";
}

.ty-icon-cancel-circle:before {
    content: "\e00a";
}

.ty-icon-minus-circle:before {
    content: "\e00b";
}

.ty-icon-right-thin:before {
    content: "\e00c";
}

.ty-icon-cw:before {
    content: "\e00d";
}

.ty-icon-left-circle:before {
    content: "\e00e";
}

.ty-icon-right-circle:before {
    content: "\e00f";
}

.ty-icon-help-circle:before {
    content: "\e010";
}

.ty-icon-back:before {
    content: "\e011";
}

.ty-icon-products-multicolumns:before {
    content: "\e012";
}

.ty-icon-print:before {
    content: "\e013";
}

.ty-icon-chat:before {
    content: "\e014";
}

.ty-icon-article-alt:before {
    content: "\e015";
}

.ty-icon-docs:before {
    content: "\e016";
}

.ty-icon-zoom-in:before {
    content: "\e017";
}

.ty-icon-zoom-out:before {
    content: "\e018";
}

.ty-icon-down-open:before {
    content: "\e019";
}

.ty-icon-left-open:before {
    content: "\e01a";
}

.ty-icon-right-open:before {
    content: "\e01b";
}

.ty-icon-up-open:before {
    content: "\e01c";
}

.ty-icon-down-micro:before {
    content: "\e01d";
}

.ty-icon-up-micro:before {
    content: "\e01e";
}

.ty-icon-right-open-thin:before {
    content: "\e01f";
}

.ty-icon-left-open-thin:before {
    content: "\e020";
}

.ty-icon-products-without-options:before {
    content: "\e021";
}

.ty-icon-short-list:before {
    content: "\e022";
}

.ty-icon-plus-circle:before {
    content: "\e023";
}

.ty-icon-user:before {
    content: "\e024";
}

.ty-icon-doc-text:before {
    content: "\e025";
}

.ty-icon-calendar:before {
    content: "\e026";
}

.ty-icon-chart-bar:before {
    content: "\e027";
}

.ty-icon-download:before {
    content: "\e028";
}

.ty-icon-search:before {
    content: "\e029";
}

.ty-icon-lock:before {
    content: "\e02a";
}

.ty-icon-popup:before {
    content: "\e02b";
}

.ty-icon-plus:before {
    content: "\e02c";
}

.ty-icon-folder:before {
    content: "\e02d";
}

.ty-icon-folder-open:before {
    content: "\e02e";
}

.ty-icon-mail:before {
    content: "\e02f";
}

.ty-icon-twitter:before {
    content: "\e600";
}

.ty-icon-facebook:before {
    content: "\e601";
}

.ty-icon-file:before {
    content: "\e032";
}

.ty-icon-trashcan:before {
    content: "\e033";
}

.ty-icon-d-arrow:before {
    content: "\e602";
}

.ty-icon-bubble:before {
    content: "\e035";
}

.ty-icon-upload:before {
    content: "\e036";
}

.ty-icon-cog:before {
    content: "\e037";
}

.ty-icon-square:before {
    content: "\e038";
}

.ty-icon-arrow-up-right:before {
    content: "\e039";
}

.ty-icon-arrow-up-left:before {
    content: "\e03a";
}

.ty-icon-arrow-down-left:before {
    content: "\e03b";
}

.ty-icon-arrow-down-right:before {
    content: "\e03c";
}

.ty-icon-arrow-down:before {
    content: "\e03d";
}

.ty-icon-arrow-up:before {
    content: "\e03e";
}

.ty-icon-arrow-left:before {
    content: "\e03f";
}

.ty-icon-arrow-right:before {
    content: "\e040";
}

.ty-icon-location-arrow:before {
    content: "\e901";
}

.ty-icon-star:before {
    content: "\e041";
}

.ty-icon-star-half:before {
    content: "\e042";
}

.ty-icon-refresh:before {
    content: "\e043";
}

.ty-icon-basket:before {
    content: "\e044";
}

.ty-icon-image:before {
    content: "\e045";
}

.icon-image:before {
    content: "\e045";
}

.ty-icon-edit:before {
    content: "\e046";
}

.ty-icon-live-edit:before {
    content: "\e046";
}

.ty-icon-gift:before {
    content: "\e048";
}

.ty-icon-ban-circle:before {
    content: "\e049";
}

.ty-icon-wrench:before {
    content: "\e04a";
}

.ty-icon-feed:before {
    content: "\e603";
}

.ty-icon-eye-open:before {
    content: "\e604";
}

.ty-icon-eye-close:before {
    content: "\e605";
}

.ty-icon-handler:before {
    content: "\e606";
}

.ty-icon-youtube:before {
    content: "\e607";
}

.ty-icon-cart:before {
    content: "\e900";
}

.ty-icon-target:before {
    content: "\e9b3";
}

.ty-icon-pointer:before {
    content: "\e04b";
}

.ty-icon-shipping:before {
    content: "\e04c";
}

.ty-icon-courier:before {
    content: "\e04d";
}

.ty-icon-instagram:before {
    content: "\e04e";
}

.ty-flag {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    background: url('../../../../../../../../design/themes/responsive/media/images/icons/flags.png?1775608344') no-repeat -25px -25px;
}

.ty-flag.ty-flag-01,
.ty-flag.ty-flag-ap,
.ty-flag.ty-flag-bv,
.ty-flag.ty-flag-cs,
.ty-flag.ty-flag-cw,
.ty-flag.ty-flag-fx,
.ty-flag.ty-flag-gf,
.ty-flag.ty-flag-gp,
.ty-flag.ty-flag-hm,
.ty-flag.ty-flag-io,
.ty-flag.ty-flag-mq,
.ty-flag.ty-flag-pf,
.ty-flag.ty-flag-pm,
.ty-flag.ty-flag-re,
.ty-flag.ty-flag-sj,
.ty-flag.ty-flag-sx,
.ty-flag.ty-flag-tf,
.ty-flag.ty-flag-tk,
.ty-flag.ty-flag-tl,
.ty-flag.ty-flag-wf,
.ty-flag.ty-flag-zr {
    background-position: -750px -450px;
}

.ty-flag.ty-flag-ad {
    background-position: 0px 0px;
}

.ty-flag.ty-flag-ae {
    background-position: -50px 0px;
}

.ty-flag.ty-flag-af {
    background-position: 0px -50px;
}

.ty-flag.ty-flag-ag {
    background-position: -50px -50px;
}

.ty-flag.ty-flag-ai {
    background-position: -100px 0px;
}

.ty-flag.ty-flag-al {
    background-position: -100px -50px;
}

.ty-flag.ty-flag-am {
    background-position: 0px -100px;
}

.ty-flag.ty-flag-an {
    background-position: -50px -100px;
}

.ty-flag.ty-flag-ao {
    background-position: -100px -100px;
}

.ty-flag.ty-flag-aq {
    background-position: -150px 0px;
}

.ty-flag.ty-flag-ar {
    background-position: -150px -50px;
}

.ty-flag.ty-flag-as {
    background-position: -150px -100px;
}

.ty-flag.ty-flag-at {
    background-position: 0px -150px;
}

.ty-flag.ty-flag-au {
    background-position: -50px -150px;
}

.ty-flag.ty-flag-aw {
    background-position: -100px -150px;
}

.ty-flag.ty-flag-ax {
    background-position: -150px -150px;
}

.ty-flag.ty-flag-az {
    background-position: -200px 0px;
}

.ty-flag.ty-flag-ba {
    background-position: -200px -50px;
}

.ty-flag.ty-flag-bb {
    background-position: -200px -100px;
}

.ty-flag.ty-flag-bd {
    background-position: -200px -150px;
}

.ty-flag.ty-flag-be {
    background-position: 0px -200px;
}

.ty-flag.ty-flag-bf {
    background-position: -50px -200px;
}

.ty-flag.ty-flag-bg {
    background-position: -100px -200px;
}

.ty-flag.ty-flag-bh {
    background-position: -150px -200px;
}

.ty-flag.ty-flag-bi {
    background-position: -200px -200px;
}

.ty-flag.ty-flag-bj {
    background-position: -250px 0px;
}

.ty-flag.ty-flag-bl {
    background-position: -250px -50px;
}

.ty-flag.ty-flag-bm {
    background-position: -250px -100px;
}

.ty-flag.ty-flag-bn {
    background-position: -250px -150px;
}

.ty-flag.ty-flag-bo {
    background-position: -250px -200px;
}

.ty-flag.ty-flag-br {
    background-position: 0px -250px;
}

.ty-flag.ty-flag-bs {
    background-position: -50px -250px;
}

.ty-flag.ty-flag-bt {
    background-position: -100px -250px;
}

.ty-flag.ty-flag-bw {
    background-position: -150px -250px;
}

.ty-flag.ty-flag-by {
    background-position: -200px -250px;
}

.ty-flag.ty-flag-bz {
    background-position: -250px -250px;
}

.ty-flag.ty-flag-ca {
    background-position: -300px 0px;
}

.ty-flag.ty-flag-cc {
    background-position: -300px -50px;
}

.ty-flag.ty-flag-cd {
    background-position: -300px -100px;
}

.ty-flag.ty-flag-cf {
    background-position: -300px -150px;
}

.ty-flag.ty-flag-cg {
    background-position: -300px -200px;
}

.ty-flag.ty-flag-ch {
    background-position: -300px -250px;
}

.ty-flag.ty-flag-ci {
    background-position: 0px -300px;
}

.ty-flag.ty-flag-ck {
    background-position: -50px -300px;
}

.ty-flag.ty-flag-cl {
    background-position: -100px -300px;
}

.ty-flag.ty-flag-cm {
    background-position: -150px -300px;
}

.ty-flag.ty-flag-cn {
    background-position: -200px -300px;
}

.ty-flag.ty-flag-co {
    background-position: -250px -300px;
}

.ty-flag.ty-flag-cr {
    background-position: -300px -300px;
}

.ty-flag.ty-flag-cu {
    background-position: -350px 0px;
}

.ty-flag.ty-flag-cv {
    background-position: -350px -50px;
}

.ty-flag.ty-flag-cx {
    background-position: -350px -100px;
}

.ty-flag.ty-flag-cy {
    background-position: -350px -150px;
}

.ty-flag.ty-flag-cz {
    background-position: -350px -200px;
}

.ty-flag.ty-flag-de {
    background-position: -350px -250px;
}

.ty-flag.ty-flag-dj {
    background-position: -350px -300px;
}

.ty-flag.ty-flag-dk,
.ty-flag.ty-flag-da {
    background-position: 0px -350px;
}

.ty-flag.ty-flag-dm {
    background-position: -50px -350px;
}

.ty-flag.ty-flag-do {
    background-position: -100px -350px;
}

.ty-flag.ty-flag-dz {
    background-position: -150px -350px;
}

.ty-flag.ty-flag-ec {
    background-position: -200px -350px;
}

.ty-flag.ty-flag-ee {
    background-position: -250px -350px;
}

.ty-flag.ty-flag-eg {
    background-position: -300px -350px;
}

.ty-flag.ty-flag-eh {
    background-position: -350px -350px;
}

.ty-flag.ty-flag-er {
    background-position: -400px 0px;
}

.ty-flag.ty-flag-es {
    background-position: -400px -50px;
}

.ty-flag.ty-flag-et {
    background-position: -400px -100px;
}

.ty-flag.ty-flag-eu {
    background-position: -400px -150px;
}

.ty-flag.ty-flag-fi {
    background-position: -400px -200px;
}

.ty-flag.ty-flag-fj {
    background-position: -400px -250px;
}

.ty-flag.ty-flag-fk {
    background-position: -400px -300px;
}

.ty-flag.ty-flag-fm {
    background-position: -400px -350px;
}

.ty-flag.ty-flag-fo {
    background-position: 0px -400px;
}

.ty-flag.ty-flag-fr {
    background-position: -50px -400px;
}

.ty-flag.ty-flag-ga {
    background-position: -100px -400px;
}

.ty-flag.ty-flag-gb,
.ty-flag.ty-flag-en {
    background-position: -150px -400px;
}

.ty-flag.ty-flag-gd {
    background-position: -200px -400px;
}

.ty-flag.ty-flag-ge {
    background-position: -250px -400px;
}

.ty-flag.ty-flag-gg {
    background-position: -300px -400px;
}

.ty-flag.ty-flag-gh {
    background-position: -350px -400px;
}

.ty-flag.ty-flag-gi {
    background-position: -400px -400px;
}

.ty-flag.ty-flag-gl {
    background-position: -450px 0px;
}

.ty-flag.ty-flag-gm {
    background-position: -450px -50px;
}

.ty-flag.ty-flag-gn {
    background-position: -450px -100px;
}

.ty-flag.ty-flag-gq {
    background-position: -450px -150px;
}

.ty-flag.ty-flag-gr,
.ty-flag.ty-flag-el {
    background-position: -450px -200px;
}

.ty-flag.ty-flag-gs {
    background-position: -450px -250px;
}

.ty-flag.ty-flag-gt {
    background-position: -450px -300px;
}

.ty-flag.ty-flag-gu {
    background-position: -450px -350px;
}

.ty-flag.ty-flag-gw {
    background-position: -450px -400px;
}

.ty-flag.ty-flag-gy {
    background-position: 0px -450px;
}

.ty-flag.ty-flag-hk {
    background-position: -50px -450px;
}

.ty-flag.ty-flag-hn {
    background-position: -100px -450px;
}

.ty-flag.ty-flag-hr {
    background-position: -150px -450px;
}

.ty-flag.ty-flag-ht {
    background-position: -200px -450px;
}

.ty-flag.ty-flag-hu {
    background-position: -250px -450px;
}

.ty-flag.ty-flag-id {
    background-position: -300px -450px;
}

.ty-flag.ty-flag-ie {
    background-position: -350px -450px;
}

.ty-flag.ty-flag-il {
    background-position: -400px -450px;
}

.ty-flag.ty-flag-im {
    background-position: -450px -450px;
}

.ty-flag.ty-flag-in {
    background-position: -500px 0px;
}

.ty-flag.ty-flag-iq {
    background-position: -500px -50px;
}

.ty-flag.ty-flag-ir {
    background-position: -500px -100px;
}

.ty-flag.ty-flag-is {
    background-position: -500px -150px;
}

.ty-flag.ty-flag-it {
    background-position: -500px -200px;
}

.ty-flag.ty-flag-je {
    background-position: -500px -250px;
}

.ty-flag.ty-flag-jm {
    background-position: -500px -300px;
}

.ty-flag.ty-flag-jo {
    background-position: -500px -350px;
}

.ty-flag.ty-flag-jp {
    background-position: -500px -400px;
}

.ty-flag.ty-flag-ke {
    background-position: -500px -450px;
}

.ty-flag.ty-flag-kg {
    background-position: 0px -500px;
}

.ty-flag.ty-flag-kh {
    background-position: -50px -500px;
}

.ty-flag.ty-flag-ki {
    background-position: -100px -500px;
}

.ty-flag.ty-flag-km {
    background-position: -150px -500px;
}

.ty-flag.ty-flag-kn {
    background-position: -200px -500px;
}

.ty-flag.ty-flag-kp {
    background-position: -250px -500px;
}

.ty-flag.ty-flag-kr {
    background-position: -300px -500px;
}

.ty-flag.ty-flag-kv {
    background-position: -350px -500px;
}

.ty-flag.ty-flag-kw {
    background-position: -400px -500px;
}

.ty-flag.ty-flag-ky {
    background-position: -450px -500px;
}

.ty-flag.ty-flag-kz {
    background-position: -500px -500px;
}

.ty-flag.ty-flag-la {
    background-position: -550px 0px;
}

.ty-flag.ty-flag-lb {
    background-position: -550px -50px;
}

.ty-flag.ty-flag-lc {
    background-position: -550px -100px;
}

.ty-flag.ty-flag-li {
    background-position: -550px -150px;
}

.ty-flag.ty-flag-lk {
    background-position: -550px -200px;
}

.ty-flag.ty-flag-lr {
    background-position: -550px -250px;
}

.ty-flag.ty-flag-ls {
    background-position: -550px -300px;
}

.ty-flag.ty-flag-lt {
    background-position: -550px -350px;
}

.ty-flag.ty-flag-lu {
    background-position: -550px -400px;
}

.ty-flag.ty-flag-lv {
    background-position: -550px -450px;
}

.ty-flag.ty-flag-ly {
    background-position: -550px -500px;
}

.ty-flag.ty-flag-ma {
    background-position: 0px -550px;
}

.ty-flag.ty-flag-mc {
    background-position: -50px -550px;
}

.ty-flag.ty-flag-md {
    background-position: -100px -550px;
}

.ty-flag.ty-flag-me {
    background-position: -150px -550px;
}

.ty-flag.ty-flag-mg {
    background-position: -200px -550px;
}

.ty-flag.ty-flag-mh {
    background-position: -250px -550px;
}

.ty-flag.ty-flag-mk {
    background-position: -300px -550px;
}

.ty-flag.ty-flag-ml {
    background-position: -350px -550px;
}

.ty-flag.ty-flag-mm {
    background-position: -400px -550px;
}

.ty-flag.ty-flag-mn {
    background-position: -450px -550px;
}

.ty-flag.ty-flag-mo {
    background-position: -500px -550px;
}

.ty-flag.ty-flag-mp {
    background-position: -550px -550px;
}

.ty-flag.ty-flag-mr {
    background-position: -600px 0px;
}

.ty-flag.ty-flag-ms {
    background-position: -600px -50px;
}

.ty-flag.ty-flag-mt {
    background-position: -600px -100px;
}

.ty-flag.ty-flag-mu {
    background-position: -600px -150px;
}

.ty-flag.ty-flag-mv {
    background-position: -600px -200px;
}

.ty-flag.ty-flag-mw {
    background-position: -600px -250px;
}

.ty-flag.ty-flag-mx {
    background-position: -600px -300px;
}

.ty-flag.ty-flag-my {
    background-position: -600px -350px;
}

.ty-flag.ty-flag-mz {
    background-position: -600px -400px;
}

.ty-flag.ty-flag-na {
    background-position: -600px -450px;
}

.ty-flag.ty-flag-nc {
    background-position: -600px -500px;
}

.ty-flag.ty-flag-ne {
    background-position: -600px -550px;
}

.ty-flag.ty-flag-nf {
    background-position: 0px -600px;
}

.ty-flag.ty-flag-ng {
    background-position: -50px -600px;
}

.ty-flag.ty-flag-ni {
    background-position: -100px -600px;
}

.ty-flag.ty-flag-nl {
    background-position: -150px -600px;
}

.ty-flag.ty-flag-no {
    background-position: -200px -600px;
}

.ty-flag.ty-flag-np {
    background-position: -250px -600px;
}

.ty-flag.ty-flag-nr {
    background-position: -300px -600px;
}

.ty-flag.ty-flag-nu {
    background-position: -350px -600px;
}

.ty-flag.ty-flag-nz {
    background-position: -400px -600px;
}

.ty-flag.ty-flag-om {
    background-position: -450px -600px;
}

.ty-flag.ty-flag-pa {
    background-position: -500px -600px;
}

.ty-flag.ty-flag-pe {
    background-position: -550px -600px;
}

.ty-flag.ty-flag-pg {
    background-position: -600px -600px;
}

.ty-flag.ty-flag-ph {
    background-position: -650px 0px;
}

.ty-flag.ty-flag-pk {
    background-position: -650px -50px;
}

.ty-flag.ty-flag-pl {
    background-position: -650px -100px;
}

.ty-flag.ty-flag-pn {
    background-position: -650px -150px;
}

.ty-flag.ty-flag-pr {
    background-position: -650px -200px;
}

.ty-flag.ty-flag-ps {
    background-position: -650px -250px;
}

.ty-flag.ty-flag-pt {
    background-position: -650px -300px;
}

.ty-flag.ty-flag-pw {
    background-position: -650px -350px;
}

.ty-flag.ty-flag-py {
    background-position: -650px -400px;
}

.ty-flag.ty-flag-qa {
    background-position: -650px -450px;
}

.ty-flag.ty-flag-ro {
    background-position: -650px -500px;
}

.ty-flag.ty-flag-rs {
    background-position: -650px -550px;
}

.ty-flag.ty-flag-ru {
    background-position: -650px -600px;
}

.ty-flag.ty-flag-rw {
    background-position: 0px -650px;
}

.ty-flag.ty-flag-sa {
    background-position: -50px -650px;
}

.ty-flag.ty-flag-sb {
    background-position: -100px -650px;
}

.ty-flag.ty-flag-sc {
    background-position: -150px -650px;
}

.ty-flag.ty-flag-sd {
    background-position: -200px -650px;
}

.ty-flag.ty-flag-se {
    background-position: -250px -650px;
}

.ty-flag.ty-flag-sg {
    background-position: -300px -650px;
}

.ty-flag.ty-flag-sh {
    background-position: -350px -650px;
}

.ty-flag.ty-flag-si {
    background-position: -400px -650px;
}

.ty-flag.ty-flag-sk {
    background-position: -450px -650px;
}

.ty-flag.ty-flag-sl {
    background-position: -500px -650px;
}

.ty-flag.ty-flag-sm {
    background-position: -550px -650px;
}

.ty-flag.ty-flag-sn {
    background-position: -600px -650px;
}

.ty-flag.ty-flag-so {
    background-position: -650px -650px;
}

.ty-flag.ty-flag-sr {
    background-position: -700px 0px;
}

.ty-flag.ty-flag-ss {
    background-position: -700px -50px;
}

.ty-flag.ty-flag-st {
    background-position: -700px -100px;
}

.ty-flag.ty-flag-sv {
    background-position: -700px -150px;
}

.ty-flag.ty-flag-sy {
    background-position: -700px -200px;
}

.ty-flag.ty-flag-sz {
    background-position: -700px -250px;
}

.ty-flag.ty-flag-tc {
    background-position: -700px -300px;
}

.ty-flag.ty-flag-td {
    background-position: -700px -350px;
}

.ty-flag.ty-flag-tg {
    background-position: -700px -400px;
}

.ty-flag.ty-flag-th {
    background-position: -700px -450px;
}

.ty-flag.ty-flag-tj {
    background-position: -700px -500px;
}

.ty-flag.ty-flag-tm {
    background-position: -700px -550px;
}

.ty-flag.ty-flag-tn {
    background-position: -700px -600px;
}

.ty-flag.ty-flag-to {
    background-position: -700px -650px;
}

.ty-flag.ty-flag-tp {
    background-position: 0px -700px;
}

.ty-flag.ty-flag-tr {
    background-position: -50px -700px;
}

.ty-flag.ty-flag-tt {
    background-position: -100px -700px;
}

.ty-flag.ty-flag-tv {
    background-position: -150px -700px;
}

.ty-flag.ty-flag-tw {
    background-position: -200px -700px;
}

.ty-flag.ty-flag-tz {
    background-position: -250px -700px;
}

.ty-flag.ty-flag-ua {
    background-position: -300px -700px;
}

.ty-flag.ty-flag-ug {
    background-position: -350px -700px;
}

.ty-flag.ty-flag-us {
    background-position: -400px -700px;
}

.ty-flag.ty-flag-uy {
    background-position: -450px -700px;
}

.ty-flag.ty-flag-uz {
    background-position: -500px -700px;
}

.ty-flag.ty-flag-va {
    background-position: -550px -700px;
}

.ty-flag.ty-flag-vc {
    background-position: -600px -700px;
}

.ty-flag.ty-flag-ve {
    background-position: -650px -700px;
}

.ty-flag.ty-flag-vg {
    background-position: -700px -700px;
}

.ty-flag.ty-flag-vi {
    background-position: -750px 0px;
}

.ty-flag.ty-flag-vn {
    background-position: -750px -50px;
}

.ty-flag.ty-flag-vu {
    background-position: -750px -100px;
}

.ty-flag.ty-flag-ws {
    background-position: -750px -150px;
}

.ty-flag.ty-flag-ye {
    background-position: -750px -200px;
}

.ty-flag.ty-flag-yt {
    background-position: -750px -250px;
}

.ty-flag.ty-flag-za {
    background-position: -750px -300px;
}

.ty-flag.ty-flag-zh {
    background-position: -200px -300px;
}

.ty-flag.ty-flag-zm {
    background-position: -750px -350px;
}

.ty-flag.ty-flag-zw {
    background-position: -750px -400px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .ty-flag {
        background-image: url('../../../../../../../../design/themes/responsive/media/images/icons/flags@2x.png?1775608344');
        background-size: 800px 800px;
    }
}

@media print {
    body {
        background: #fff;
        min-width: 0;
    }

    #ci_header,
    #ci_footer {
        display: none;
    }

    .product-main-info h1.ty-mainbox-title,
    .in-stock,
    .ty-mainbox-title span {
        color: #333;
    }

    .ty-footer-menu div,
    .ty-payment-icons,
    .qty,
    .sidebox-wrapper,
    .ty-sort-container {
        display: none;
    }

    .central-column,
    .container-left .central-column {
        margin: 0;
        overflow: visible;
    }

    .ty-helper-container {
        width: 700px;
    }

    .container {
        width: auto;
        border: 0;
    }
}

.cm-dialog-opener {
    -webkit-touch-callout: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background: #fff;
    max-width: 100%;
    padding-top: env(safe-area-inset-top);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
}

body,
p,
div,
li {
    color: #1e1e1e;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;

}

p {
    margin: 0;
    padding: 6px 0;
}

a {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    outline: none;
    color: #007cb9;
    cursor: pointer;
    border-bottom: 0;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

a:hover {
    color: #005a86;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol {
    padding: 0 0 0 15px;
}

li {
    margin: 0;
    padding: 2px 0;
    text-indent: 0;
    list-style: none;
}

hr {
    border: 0;
    border-bottom: 1px solid #e4e4e4;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-size: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    color: #1e1e1e;
}

h1,
h2 {
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
}

.ty-dl {
    margin: 0;
}

.ty-dt {
    margin: 0;
}

.ty-dd {
    margin: 0;
}

.ty-blockquote {
    margin: 0;
}

.ty-address {
    font-style: normal;
}

.ty-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 14px;
    outline: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #bdc3c7;
    background-image: none;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1.428571429;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}

.ty-btn+.ty-btn {
    margin-left: 10px;
}

.ty-btn i,
.ty-btn .ty-icon {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.ty-btn.ty-btn-icon i,
.ty-btn.ty-btn-icon .ty-icon {
    margin-left: 3px;
    margin-right: 3px;
}

.ty-btn:hover {
    color: #fff;
    text-decoration: none;
}

.ty-btn__big {
    padding: 6px 17px;
    text-transform: uppercase;
}

.ty-btn__text,
.ty-btn__text:hover {
    padding: 0;
    background: none !important;
    color: #007cb9;
}

.ty-btn__primary {
    background: #039be5;
    color: #fff;
}

.ty-btn__primary:hover {
    background: #0badfc;
    color: #fff;
}

.ty-btn__primary.ty-btn__text {
    color: #039be5;
}

.ty-btn__secondary {
    background: #4c4c4c;
    color: #fff;
}

.ty-btn__secondary:hover {
    background: #666;
    color: #fff;
}

.ty-btn__tertiary {
    background: #e5e5e5;
    color: #fff;
}

.ty-btn__tertiary:hover {
    background: #fff;
    color: #fff;
}

.buttons-container .buttons-container {
    margin-top: 0;
}

.ty-btn-go {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    min-width: 32px;
    height: 30px;
    border: 0px;
    border-left: 1px solid #cdcdcd;
    color: #1e1e1e;
    background: #e4e4e4;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0px 4px 4px 0px;
}

.ty-btn-go__icon {
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 20px;
    line-height: 20px;
    color: #808080;
}

.ty-btn-reset {
    background: none;
    border: 0;
    padding: 0;
}

.ty-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
}

.ty-float-left {
    float: left;
}

.ty-float-right {
    float: right;
}

.ty-clear-both {
    clear: both;
}

.ty-valign {
    vertical-align: middle;
}

.ty-valign-top {
    vertical-align: top;
}

.ty-valign-bottom {
    vertical-align: bottom;
}

.hidden {
    display: none;
    visibility: visible;
}

.ty-strong {
    font-weight: bold;
}

.ty-italic {
    font-style: italic;
}

.ty-lowercase {
    text-transform: lowercase;
}

.ty-uppercase {
    text-transform: uppercase;
}

.ty-left {
    text-align: left;
}

.ty-right {
    text-align: right;
}

.ty-center {
    text-align: center;
}

.ty-justify {
    text-align: justify;
}

.ty-strike {
    text-decoration: line-through;
}

.ty-center-block {
    margin: 0 auto;
}

.ty-inline {
    display: inline;
}

.ty-block {
    display: block;
}

.ty-inline-block {
    display: inline-block;
}

.ty-scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
    width: 100%;
    height: 100%;
}

.ty-hand {
    cursor: pointer;
}

.ty-nowrap {
    white-space: nowrap;
}

.ty-overflow-hidden {
    overflow: hidden;
}

.ty-width-full {
    width: 100%;
}

.ty-p-none {
    padding: 0 !important;
}

.ty-m-none {
    margin: 0 !important;
}

.ty-mb-l {
    margin-bottom: 30px;
}

.ty-mt-l {
    margin-top: 30px;
}

.ty-mb-m {
    margin-bottom: 20px;
}

.ty-mt-m {
    margin-top: 20px;
}

.ty-mtb-s {
    margin: 10px 0;
}

.ty-mtb-xs {
    margin: 5px 0;
}

.ty-ml-s {
    margin-left: 10px;
}

.ty-mlr-s {
    margin: 0 10px;
}

.ty-mt-s {
    margin-top: 10px;
}

.ty-mt-m {
    margin-top: 20px;
}

.ty-mb-s {
    margin-bottom: 10px;
}

.ty-position-relative {
    position: relative;
}

.ty-muted {
    color: #6c6c6c;
}

.cm-opacity {
    opacity: 0.3;
}

.cm-hint {
    color: #5e5e5e;
}



input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"] {
    height: 32px;
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 4px;
}

.ty-input-height {
    height: 32px;
}

select[multiple="multiple"] {
    min-height: 80px;
}

.radio,
.checkbox,
input[type="radio"],
input[type="checkbox"] {
    margin: -4px 6px 0 0;
    padding: 0;
    vertical-align: middle;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: 0;
    border-color: #007cb9;
    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
}

.radio.ty-checkbox__input,
.checkbox.ty-checkbox__input,
input[type="radio"].ty-checkbox__input,
input[type="checkbox"].ty-checkbox__input {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.ty-checkbox__input+.ty-checkbox__label {
    display: inline-flex;
    position: relative;
    min-height: 19px;
    min-width: 28px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.ty-checkbox__input+.ty-checkbox__label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #bebebe;
    background-color: #fff;
    color: #5e5e5e;
    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
}

.ty-checkbox__input+.ty-checkbox__label:after {
    content: "\e008";
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    opacity: 0;
    font-family: glyphs;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
}

.ty-checkbox__input+.ty-checkbox__label:not(:empty):not(.ty-checkbox__input + .ty-checkbox__label--sr-only) {
    padding-left: 38px;
}

.ty-checkbox__input+.ty-checkbox__label--sr-only {
    height: 19px;
    overflow: hidden;
    position: absolute;
    width: 28px;
    white-space: nowrap;
}

.ty-checkbox__input:focus+label {
    border-color: #007cb9;
    outline: 5px auto #0096ff;
    outline: 5px auto -webkit-focus-ring-color;
}

.ty-checkbox__input:checked+.ty-checkbox__label:after {
    opacity: 1;
}

select {
    padding: 4px 3px 3px;
    min-width: 4em;
    max-width: 100%;
    height: 2.2em;
    line-height: 2.2em;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ty-control-group {
    margin: 0 0 12px 0;
    vertical-align: top;
}

.ty-control-group:before,
.ty-control-group:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-control-group:after {
    clear: both;
}

.ty-control-group__label {
    float: left;
    padding: 6px 0;
    margin-right: 10px;
    width: 110px;
    color: #050505;
}

.ty-control-group__title {
    display: block;
    padding: 6px 0;
    font-weight: bold;
}

.ty-control-group__price {
    width: 115px;
}

.ty-control-group__item {
    display: inline-block;
    padding: 6px 0;
    vertical-align: middle;
    word-break: break-all;
    word-break: break-word;
}

.ty-control-group label.hidden {
    display: none;
}

.ty-input-append {
    position: relative;
    margin: 10px 0 0 0;
}

.ty-input-append .ty-input-text {
    width: 100%;
    padding-right: 35px;
}

.ty-select-field {
    padding: 3px 0;
}

.ty-select-field__label {
    display: block;
    padding: 3px 0;
    margin-right: 10px;
    font-size: 90%;
}

.ty-select-field__checkbox {
    vertical-align: middle;
}

label.cm-failed-label {
    color: #bf4d4d;
}

label.cm-required:after {
    padding-left: 3px;
    color: #ea7162;
    content: "*";
    font-size: 13px;
    line-height: 1px;
}

input[type="text"].cm-failed-field,
input[type="password"].cm-failed-field,
input[type="email"].cm-failed-field,
input[type="tel"].cm-failed-field,
input[type="number"].cm-failed-field,
select.cm-failed-field,
textarea.cm-failed-field,
.cm-field-container.cm-failed-field input[type="text"],
.cm-field-container.cm-failed-field input[type="password"],
.cm-field-container.cm-failed-field input[type="email"],
.cm-field-container.cm-failed-field input[type="tel"],
.cm-field-container.cm-failed-field input[type="number"] {
    border: 1px solid #bf4d4d;
    background: #fff;
}

.ty-error-text {
    color: #b94a48;
}

.disabled,
select.disabled {
    background: #e3e3e3;
}

.ty-input-text {
    width: auto;
}

.ty-input-text-medium {
    width: 300px;
}

.ty-input-text-large {
    width: 550px;
}

.ty-input-text-short {
    width: 50px;
}

.ty-input-text-full {
    width: 100%;
}

.ty-input-textarea {
    resize: vertical;
}

.ty-input-textarea--limit {
    min-height: 7em;
    max-height: 28em;
}

.ty-input-phone-container--default {
    max-width: 266px;
}

.ty-input-phone-container--large {
    max-width: 550px;
}

.ty-table {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e4e4e4;
    border-width: 1px 0px 1px 1px;
    border-bottom: none;
}

.ty-table th {
    padding: 12px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: #eee;
    text-align: left;
    text-transform: none;
    white-space: nowrap;
    font-weight: bold;
    line-height: normal;
}

.ty-table th i,
.ty-table th .ty-icon {
    margin-left: 5px;
    position: relative;
    top: 3px;
    font-size: 16px;
    color: #bdc3c7;
}

.ty-table tr,
.table .table tr {
    background-color: #fff;
}

.ty-table table tr {
    background-color: transparent;
}

.ty-table td,
.ty-table .table td {
    padding: 13px;
    border-right: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
}

.ty-table tbody tr:nth-child(2n) {
    background: #eee;
}

.ty-table th,
.ty-table th a {
    color: #404040;
    font-weight: bold;
}

.ty-table__responsive-header {
    display: none;
}

.help-inline {
    display: block;
}

.help-inline p {
    padding: 4px 0px 0px 0px;
    color: #b94a48 !important;
}

.ty-dir-list {
    display: inline-block;
    width: 7px;
    font-size: 15px;
    margin-right: 5px;
    cursor: pointer;
}

.ty-extra-link {
    border-bottom: 1px dotted #4d4d4d;
    padding: 0;
    text-decoration: none;
    color: #050505;
    cursor: pointer;
}

.ty-dashed-link {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-decoration: none;
}

.ty-login-form__wrong-credentials-container {
    padding: 10px 0;
    text-align: center;
}

.ty-remove {
    position: relative;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    text-decoration: none;
}

.ty-remove:hover {
    text-decoration: none;
}

.ty-remove__icon {
    vertical-align: middle;
}

.ty-remove__txt {
    padding-left: 5px;
    font-size: 12px;
    color: #b1b1b1;
    vertical-align: middle;
}

.ty-remove:hover .ty-remove__txt,
.ty-remove:hover .ty-remove__icon {
    color: #b1b1b1;
}

.ty-delete-big,
.ty-delete-icon {
    vertical-align: middle;
}

.ty-delete-big:hover,
.ty-delete-icon:hover {
    text-decoration: none;
}

.ty-delete-big__icon {
    font-size: 19px;
    color: #b1b1b1;
}

.ty-caret {
    position: absolute;
    top: -16px;
    left: 14px;
    float: left;
    overflow: hidden;
    width: 16px;
    height: 16px;
}

.ty-caret .ty-caret-outer,
.ty-caret .ty-caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}

.ty-caret .ty-caret-outer {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 16px solid #e4e4e4;
}

.ty-caret .ty-caret-inner {
    top: 2px;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
}

.ty-caret-bottom {
    position: absolute;
    bottom: -16px;
    left: 14px;
    float: left;
    overflow: hidden;
    width: 16px;
    height: 16px;
}

.ty-caret-bottom .ty-caret-outer,
.ty-caret-bottom .ty-caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}

.ty-caret-bottom .ty-caret-outer {
    width: 0;
    height: 0;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #e4e4e4;
}

.ty-caret-bottom .ty-caret-inner {
    top: -1px;
    left: 2px;
    width: 0;
    height: 0;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}

.ty-caret-info {
    position: absolute;
    top: -7px;
    left: 12px;
    float: left;
    overflow: hidden;
    width: 12px;
    height: 7px;
}

.ty-caret-info .ty-caret-outer,
.ty-caret-info .ty-caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}

.ty-caret-info .ty-caret-outer {
    border-right: 7px solid transparent;
    border-bottom: 7px solid #bdc3c7;
    border-left: 7px solid transparent;
}

.ty-caret-info .ty-caret-inner {
    top: 1px;
    left: 1px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.ty-dialog-caret {
    position: relative;
    margin-top: var(--space-s);
    padding: var(--space-s);
    border: 1px solid #f44336;
}

.ty-dialog-caret:before,
.ty-dialog-caret:after {
    content: '';
    position: absolute;
    left: var(--space-s);
    bottom: 100%;
    border-top: var(--width-s) solid transparent;
    border-left: var(--width-s) solid #f44336;
}

.ty-dialog-caret:after {
    border-left-color: #fff;
    transform: scale(0.9);
    transform-origin: bottom;
}

.ty-no-items {
    padding: 60px 20px;
    background: #f8f9f9;
    color: #bdc3c7;
    text-align: center;
    font-size: 115%;
    margin-bottom: 20px;
}

.ty-no-items--extended {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ty-icon-cancel-circle {
    font-size: 16px;
    line-height: 16px;
    color: #989898;
}

.ty-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ty-menu:before,
.ty-menu:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-menu:after {
    clear: both;
}

.ty-menu__items {
    background: #fff;
    position: relative;
    border-radius: 6px;
}

.ty-menu__items:before,
.ty-menu__items:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-menu__items:after {
    clear: both;
}

.ty-menu__item {
    padding: 0px;
    display: block;
    float: left;
}

.ty-menu__item:nth-child(2) .ty-menu__item-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ty-menu__submenu-items {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ty-menu__item-active .ty-menu__item-link {
    background: #f2f2f2;
}

.no-touch .ty-menu__item:hover .ty-menu__submenu-items,
.is-hover-menu .ty-menu__submenu-items {
    display: block;
}

.no-touch .ty-menu__item:hover .ty-menu__item-link,
.is-hover-menu .ty-menu__item-link,
.is-hover-menu.ty-menu__item-active .ty-menu__item-link {
    background: #f7f7f7;
    color: white;
    text-shadow: none;
}

.ty-menu__item .ty-menu__item-link {
    color: #1e1e1e;
    position: relative;
    padding: 13px 20px;
    display: block;
    min-height: 46px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-menu__item .ty-menu__item-link .ty-icon-down-micro {
    position: absolute;
    font-size: 20px;
    right: 12px;
    top: 13px;
}

.ty-menu__submenu-items {
    min-width: 200px;
    display: none;
    position: absolute;
    background: white;
    z-index: 200;
    border: 1px solid #f5f5f5;
    border-top: 0;
    padding: 15px 16px;
}

.ty-menu__submenu-items .ty-menu__submenu-item {
    margin-bottom: 10px;
}

.ty-menu__submenu-items .ty-menu__submenu-link {
    color: #007cb9;
}

.ty-menu__submenu-items .ty-top-mine__submenu-col {
    margin: 0px 10px 0px 0px;
    display: inline-block;
    vertical-align: top;
    min-width: 139px;
}

.ty-menu__submenu-items .ty-top-mine__submenu-col:last-child {
    margin-right: 1px;
}

.ty-menu__submenu-item-header {
    min-height: 25px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e5e5e5;
}

.ty-menu__submenu-item-header .ty-menu__submenu-link {
    font-weight: bold;
    color: #007cb9;
}

.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
    color: #fff;
    background: #007cb9;
    padding: 2px 6px;
}

.ty-menu__submenu-dropdown-bottom {
    display: block;
    background: #ecf0f1;
    margin: 0px -16px -15px;
    padding: 10px;
    text-align: right;
}

.ty-menu-vertical .ty-menu__items {
    border-bottom: 1px solid #34495e;
    z-index: 30;
}

.ty-menu-vertical .ty-menu__item {
    float: none;
    position: relative;
}

.ty-menu-vertical .ty-menu__item .ty-menu__submenu {
    display: none;
    right: 0;
    left: auto;
    top: 0;
    position: absolute;
    z-index: 6;
}

.ty-menu-vertical .ty-menu__submenu-items {
    padding: 0;
    border: 1px solid #f5f5f5;
}

.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover>.ty-menu__submenu-item-header .ty-menu__item-link,
.ty-menu-vertical .ty-menu__submenu .is-hover-menu>.ty-menu__submenu-item-header .ty-menu__item-link {
    background: #007cb9;
    color: #1e1e1e;
}

.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover i,
.ty-menu-vertical .ty-menu__submenu .is-hover-menu i,
.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover .ty-icon,
.ty-menu-vertical .ty-menu__submenu .is-hover-menu .ty-icon {
    color: #fff;
}

.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link {
    color: #007cb9;
    background: white;
    padding: 14px 20px;
}

.no-touch .ty-menu-vertical .ty-menu__item:hover>.ty-menu__submenu,
.ty-menu-vertical .is-hover-menu>.ty-menu__submenu {
    display: block;
}

.no-touch .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover>.ty-menu__item-link {
    background: #007cb9;
    color: white;
}

.ty-menu-vertical .ty-menu__item .ty-icon-left-open {
    display: none;
}

.ty-menu__item-arrow i,
.ty-menu__item-arrow .ty-icon {
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 17px;
    color: #a1a6aa;
}

.ty-menu-vertical .ty-menu__submenu-item-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
}

.ty-menu-vertical .ty-menu__items.rtl {
    text-align: right;
}

.ty-menu-vertical .ty-menu__items.rtl .ty-icon-right-open {
    display: none;
}

.ty-menu-vertical .ty-menu__items.rtl .ty-icon-left-open {
    left: 15px;
    right: auto;
    display: block;
}

.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu {
    width: 202px;
    right: 100%;
    left: auto;
}

.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items {
    width: 200px;
}

.ty-menu__submenu {
    left: 0;
}

.ty-menu__submenu-reverse-direction {
    right: 0px;
}

.ty-menu__submenu-reverse-direction .ty-menu__submenu-items {
    right: 0px;
}

.ty-menu__submenu-to-right {
    right: 0px;
}

.ty-menu__submenu-to-right .ty-menu__submenu-items {
    right: 0px;
}

.ty-menu-item__sale .ty-menu__item-link,
.no-touch .ty-menu-item__sale .ty-menu__item-link:hover,
.ty-menu-item__promotions .ty-menu__item-link,
.no-touch .ty-menu-item__promotions .ty-menu__item-link:hover {
    color: yellow;
}

html.dialog-is-open {
    overflow: hidden;
}

html.dialog-is-open body {
    overflow: scroll;
}

.ui-widget,
.ui-widget button {
    font-family: 'Open Sans', 'Helvetica Neue', -apple-system, sans-serif;
}

.object-container {
    padding: 10px 20px 0px 20px;
    background: #fff;
    overflow: auto;
}

@media (max-width: 767px) {
    html.dialog-is-open.dialog--no-scroll .object-container:after {
        --cs-button-height: 32px;
        --cs-buttons-container-padding: 36px;
        content: "";
        display: block;
        padding-bottom: calc(var(--cs-button-height) + var(--cs-buttons-container-padding) + 32px);
    }
}

.notification-container-dialog {
    top: 11px;
    right: 20px;
    min-width: 260px;
    max-width: calc(100% - 40px);
    position: absolute;
    z-index: 1510;
}

.ui-widget select,
.ui-widget textarea {
    font-weight: normal;
}

.ui-dialog-content {
    overflow: visible;
    display: block !important;
}

.ui-widget-content.ui-dialog {
    margin-top: -1px;
    padding: 0;
    border: none;
    max-width: 930px;
}

.object-container .ty-control-group__label {
    float: none;
    width: auto;
    display: inline-block;
    min-width: 120px;
    vertical-align: top;
}

.ui-dialog .ui-dialog-content {
    overflow: visible;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom);
    min-height: 120px !important;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-widget-content.ui-dialog {
    border-radius: 6px;
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 13px 20px 10px;
    border: none;
    border-bottom: 1px solid #cbcbcb;
    background: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-dialog .ui-resizable-se {
    right: 1px;
    bottom: 1px;
}

.ui-widget-overlay {
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url('../../../../../../../../design/themes/responsive/media/images/picker_bg_outside.png?1775608344') repeat-x 0 -100% scroll #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

div.ui-dialog .ui-dialog-title {
    width: auto;
    margin: 0;
    color: #2c3e50;
    font-weight: normal;
    font-size: 18px;
    padding-right: 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 27px;
    right: 13px;
    padding: 0;
}

.ui-dialog .ui-button-icon-only {
    text-indent: -9999px;
    border: none;
    background-color: transparent;
}

.ui-dialog .ui-button-icon-only:focus {
    outline: none;
}

.ui-dialog .ui-button-icon-only:hover {
    opacity: 0.7;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: url('../../../../../../../../design/themes/responsive/media/images/icons/openhand.cur?1775608344'), move;
}

.ui-dialog .buttons-container {
    margin: 0px -20px;
}

@media (max-width: 767px) {
    html.dialog-is-open.dialog--no-scroll .ui-dialog .buttons-container {
        margin-left: 0;
        margin-right: 0;
    }
}

.ui-dialog .buttons-container.picker {
    padding: 13px 0;
    width: 100%;
    border-top: 1px solid #fff;
    background-color: #f9f9f9;
}

.buttons-container-picker {
    padding: 0;
    width: 100%;
}

.buttons-container-picker {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
}

.ui-dialog .buttons-container.picker>div {
    margin: 0 15px;
}

.ui-widget-header .ui-icon-closethick {
    color: #cbcbcb;
    background: none;
    margin: -10px 0 0 -10px;
    text-indent: 0;
    font: 13px/1 'glyphs';
    speak: none;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
}

.ui-widget-header .ui-icon-closethick.ui-state-hover {
    opacity: 1;
}

.ui-widget-header .ui-icon-closethick:before {
    font-family: glyphs;
    content: "\e009";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
    border: none;
    background: none;
}

.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover span:before {
    color: #fff;
}

.ui-widget-header .ui-state-default {
    background: none;
    border: 0;
    outline: none;
}

.ui-dialog-dragging {
    background: #f7f7e7 none;
    opacity: 0.6;
}

.ui-dialog-dragging .ui-resizable-handle {
    display: none;
}

.ui-dialog-dragging .ui-dialog-content {
    visibility: hidden;
}

.ty-wysiwyg-content h1 {
    font-size: 36px;
    font-weight: bold;
}

.ty-wysiwyg-content h2 {
    font-weight: bold;
    font-size: 30px;
}

.ty-wysiwyg-content h3 {
    font-weight: bold;
    font-size: 24px;
}

.ty-wysiwyg-content h4 {
    font-weight: bold;
    font-size: 18px;
}

.ty-wysiwyg-content h5 {
    font-weight: bold;
    font-size: 14px;
}

.ty-wysiwyg-content h6 {
    font-weight: bold;
    font-size: 12px;
}

.ty-wysiwyg-content h1,
.ty-wysiwyg-content h2,
.ty-wysiwyg-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ty-wysiwyg-content h4,
.ty-wysiwyg-content h5,
.ty-wysiwyg-content h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ty-wysiwyg-content td,
.ty-wysiwyg-content th {
    padding: 5px;
}

.ty-wysiwyg-content ul.ty-select-block__list {
    padding: 0;
    margin: 0;
}

.ty-wysiwyg-content ul.ty-select-block__list li {
    list-style-type: none;
}

.ty-wysiwyg-content ul,
.ty-wysiwyg-content ol,
.ty-wysiwyg-content ul ul,
.ty-wysiwyg-content ol ol,
.ty-wysiwyg-content ul ol,
.ty-wysiwyg-content ol ul,
.ty-wysiwyg-list ul,
.ty-wysiwyg-list ol,
.ty-wysiwyg-list ul ul,
.ty-wysiwyg-list ol ol,
.ty-wysiwyg-list ul ol,
.ty-wysiwyg-list ol ul {
    margin: 0 0 0 24px;
}

.ty-wysiwyg-content ul,
.ty-wysiwyg-list ul {
    list-style-type: disc;
}

.ty-wysiwyg-content ul ul,
.ty-wysiwyg-list ul ul {
    list-style-type: circle;
}

.ty-wysiwyg-content ul ul ul li,
.ty-wysiwyg-content ul ol ul li,
.ty-wysiwyg-content ol ol ul li,
.ty-wysiwyg-list ul ul ul li,
.ty-wysiwyg-list ul ol ul li,
.ty-wysiwyg-list ol ol ul li {
    list-style-type: square;
}

.ty-wysiwyg-content ol,
.ty-wysiwyg-list ol {
    list-style-type: decimal;
}

.ty-wysiwyg-content ul li,
.ty-wysiwyg-content ol li,
.ty-wysiwyg-list ul li,
.ty-wysiwyg-list ol li {
    list-style-type: inherit;
}

.ty-wysiwyg-content ol ol li,
.ty-wysiwyg-list ol ol li {
    list-style-type: lower-alpha;
}

.ty-wysiwyg-content ol ol ol li,
.ty-wysiwyg-list ol ol ol li {
    list-style-type: lower-roman;
}

.ty-product-block__description {
    word-wrap: break-word;
}

.ty-product-block__description ul {
    padding: 0 0 0 20px;
    list-style-type: disc;
}

.ty-product-block__description ul>li {
    list-style-type: inherit;
}

.ty-product-block__description ol {
    padding: 0 0 0 20px;
    list-style-type: decimal;
}

.ty-product-block__description ol>li {
    list-style-type: inherit;
}

.ty-product-list__description ul {
    padding: 0 0 0 20px;
    list-style-type: disc;
}

.ty-product-list__description ul>li {
    list-style-type: inherit;
}

.ty-product-list__description ol {
    padding: 0 0 0 20px;
    list-style-type: decimal;
}

.ty-product-list__description ol>li {
    list-style-type: inherit;
}

.ty-wysiwyg-content iframe {
    max-width: 100%;
}

.ty-wysiwyg-content .no-border td {
    border: 0;
}

.redactor-box ol li {
    list-style-type: decimal;
}

.redactor-box ul li {
    list-style-type: disc;
}

.ty-wysiwyg-content [class*="ty-column"] {
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0px 10px;
}

.ty-wysiwyg-content .ty-notice {
    padding: 10px 25px;
    background: #ececec;
    color: #1e1e1e;
    border-radius: 4px;
    display: inline-block;
}

.ty-wysiwyg-content .ty-image {
    padding: 10px;
    border: 4px solid #fff;
    outline: 2px solid #e4e4e4;
    box-sizing: border-box;
}

.ty-wysiwyg-content {
    word-wrap: break-word;
}

.ty-wysiwyg-content h1.ty-main-title {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 155%;
    font-weight: normal;
}

.ty-wysiwyg-content h1.ty-main-title2 {
    margin-top: 45px;
    font-weight: normal;
    font-size: 37px;
}

@media (max-width: 767px) {

    .ty-wysiwyg-content h1.ty-main-title2,
    .ty-wysiwyg-content h1.ty-main-title {
        font-size: 24px;
    }
}

.ty-wysiwyg-content h3.ty-main-title2 {
    margin: 78px 0 32px;
    font-size: 22px;
    font-weight: normal;
}

.ty-list-container,
.ty-items-container {
    margin: 20px 0;
    line-height: 140%;
}

.ty-list-container.ty-decimal .ty-list-text,
.ty-items-container.ty-decimal .ty-list-text {
    padding-left: 40px;
}

.ty-list-container.ty-decimal .ty-list-item,
.ty-items-container.ty-decimal .ty-list-item {
    position: absolute;
    margin-top: 7px;
    margin-left: -40px;
    font-size: 60px;
    color: #0cf;
}

.ty-list-container .ty-column4 .ty-company__item,
.ty-list-container .ty-column4 .ty-gift-certificate__item {
    padding-right: 10%;
}

@media (max-width: 478px) {

    .ty-list-container .ty-column4 .ty-company__item,
    .ty-list-container .ty-column4 .ty-gift-certificate__item {
        padding-right: 0;
    }
}

.ty-list-container .ty-company__item {
    padding-right: 10%;
}

.ty-list-container .ty-list-image {
    margin: 17px 0;
    text-align: center;
}

.ty-list-container .ty-list-image.ty-left {
    text-align: left;
}

.ty-list-container .ty-list-image.ty-right {
    text-align: right;
}

.ty-list-container .ty-list-text {
    padding-top: 8px;
    font-family: Arial;
    font-size: 12px;
    line-height: 150%;
}

.ty-list-container .ty-list-text.big {
    font-size: 16px;
}

.ty-list-container .ty-list-text .ty-header {
    display: block;
    font-size: 21px;
}

.ty-list-container .ty-list-text .ty-header .ty-big {
    font-size: 218%;
    font-weight: bold;
    line-height: normal;
}

.ty-list-container.with-shadow .ty-list-image {
    padding: 10px;
    margin-bottom: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.ty-list-container.with-shadow .ty-list-text {
    padding-top: 0;
    margin-bottom: 27px;
}

.ty-list-container .ty-list-header {
    display: block;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: normal;
}

.ty-items-container .item {
    padding-right: 4%;
}

@media screen and (max-width: 480px) {
    .ty-items-container {
        text-align: center;
    }

    .ty-items-container .item {
        padding-right: 0;
    }
}

.ty-column1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column3 {
    display: inline-block;
    width: 33.333333333333%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column4 {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column5 {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column6 {
    display: inline-block;
    width: 16.666666666667%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column7 {
    display: inline-block;
    width: 14.285714285714%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column8 {
    display: inline-block;
    width: 12.5%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column9 {
    display: inline-block;
    width: 11.111111111111%;
    vertical-align: top;
    margin-right: -0.25em;
}

.ty-column10 {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    margin-right: -0.25em;
}

@media (max-width: 979px) {
    .ty-column1 {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-right: -0.25em;
    }

    .ty-column2 {
        width: 100%;
    }

    .ty-column3 {
        width: 50%;
    }

    .ty-column4 {
        width: 33.333333333333%;
    }

    .ty-column5 {
        width: 25%;
    }

    .ty-column6 {
        width: 20%;
    }

    .ty-column7 {
        width: 16.666666666667%;
    }

    .ty-column8 {
        width: 14.285714285714%;
    }

    .ty-column9 {
        width: 12.5%;
    }

    .ty-column10 {
        width: 11.111111111111%;
    }
}

@media (max-width: 767px) {
    .ty-column1 {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-right: -0.25em;
    }

    .ty-column2 {
        width: 50%;
    }

    .ty-column3 {
        width: 50%;
    }

    .ty-column4 {
        width: 50%;
    }

    .ty-column5 {
        width: 50%;
    }

    .ty-column6 {
        width: 50%;
    }

    .ty-column7 {
        width: 50%;
    }

    .ty-column8 {
        width: 50%;
    }

    .ty-column9 {
        width: 50%;
    }

    .ty-column10 {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .ty-column1 {
        width: 100%;
    }

    .ty-column2 {
        width: 100%;
    }

    .ty-column3 {
        width: 100%;
    }

    .ty-column4 {
        width: 100%;
    }

    .ty-column5 {
        width: 100%;
    }

    .ty-column6 {
        width: 100%;
    }

    .ty-column7 {
        width: 100%;
    }

    .ty-column8 {
        width: 100%;
    }

    .ty-column9 {
        width: 100%;
    }

    .ty-column10 {
        width: 100%;
    }
}

.tygh-top-panel>div {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}

@media (max-width: 1024px) {
    .tygh-top-panel .ty-text-links-wrapper {
        border: none;
    }
}

.top-links-grid .ty-float-left,
.top-links-grid .ty-float-right {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .top-links-grid {
        float: none !important;
        width: auto !important;
    }

    .top-links-grid>.ty-geo-maps__geolocation {
        float: right;
    }

    .top-links-grid .ty-geo-maps__geolocation .ty-geo-maps__geolocation__opener {
        padding: 10px 11px 11px 8px;
        color: #7e7e7e;
    }

    .top-links-grid .ty-geo-maps__geolocation .ty-geo-maps__geolocation__opener:hover {
        background: #dadada;
    }

    .top-links-grid .ty-geo-maps__geolocation .ty-geo-maps__geolocation__location {
        display: none;
    }

    .top-links-grid .ty-text-links-btn.visible-phone {
        display: inherit !important;
    }
}

.top-menu-grid {
    padding-top: 38px;
}

.ty-text-links_show_inline>.ty-text-links__item {
    display: inline-block;
}

.top-quick-links {
    max-width: 100%;
}

.top-quick-links a {
    color: #848484;
}

.ty-text-links__a--submenu {
    display: block;
}

.ty-text-links__item--inline {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline>.ty-text-links__item.ty-text-links__item--inline {
        display: block;
    }
}

.top-links-grid .ty-text-links {
    margin-bottom: 0;
}

.top-links-grid .ty-text-links__item--submenu {
    margin: 0;
    padding: 0;
}

.top-links-grid .ty-text-links .ty-text-links__item--submenu {
    margin-left: 0;
}

.top-links-grid .ty-text-links__a--submenu {
    padding: 8px;
}

.top-links-grid .ty-text-links__a--submenu.ty-text-links__a--level-1 {
    padding-left: 14px;
}

.top-links-grid .ty-text-links__a--submenu.ty-text-links__a--level-2 {
    padding-left: 28px;
}

.top-links-grid .ty-text-links__a--submenu.ty-text-links__a--level-3 {
    padding-left: 42px;
}

.top-links-grid .ty-text-links__a--submenu.ty-text-links__a--level-4 {
    padding-left: 56px;
}

.no-touch .top-links-grid .ty-text-links__a--submenu:hover {
    background: #007cb9;
    color: #fff;
}

.top-links-grid .ty-text-links__item--inline {
    margin-right: 0;
}

.top-links-grid .ty-text-links_show_inline .ty-level-0>.ty-text-links {
    padding: 2px 0;
}

@media (max-width: 1024px) {
    .top-links-grid .ty-text-links_show_inline .ty-text-links__a--inline {
        padding: 8px;
    }
}

@media (min-width: 1025px) {
    .top-links-grid .ty-text-links__a--inline {
        display: inline-block;
        padding: 8px;
    }

    .top-links-grid .ty-text-links__a--inline.ty-text-links__a--active,
    .no-touch .top-links-grid .ty-text-links__a--inline:hover,
    .no-touch .top-links-grid .ty-text-links__subitems:hover .ty-text-links__a--subitems {
        background: #dadada;
    }
}

.our-brands-grid {
    margin-bottom: 80px;
}

.ty-order-summary {
    margin-top: 66px;
}

.tygh-header>div {
    padding-top: 39px;
}

.header-widget-grid .top-menu-grid {
    padding-top: 15px;
}

.search-widget-block-grid {
    padding: 15px 0;
}

.tygh-header>div {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}

.tygh-content>div {
    padding-bottom: 40px;
}

.tygh-content>div {
    background-color: #fff;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    background-color: transparent;
    background-image: none;
}

.side-grid .ty-account-info__user-arrow {
    display: none;
}

.side-grid .ty-dropdown-box__content {
    right: auto;
    left: 0;
}

.main-content-grid {
    width: 100%;
}

.footer-content-grid {
    margin: 30px 0px;
}

.ty-holiday-gift-banner {
    margin-top: -20px;
    width: 100%;
}

.top-my-account {
    margin-left: 22px;
}

.buttons-container {
    padding: 17px 20px;
    background: #ececec;
    border-radius: 6px;
}

.buttons-container:before,
.buttons-container:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.buttons-container:after {
    clear: both;
}

.ty-mainbox-body .buttons-container {
    margin: 25px 0px;
}

.ty-mainbox-body .buttons-container .ui-dialog .buttons-container {
    margin: 0px -20px;
}

.ty-mainbox-title {
    margin-bottom: 10px;
}

.ty-mainbox-title:before,
.ty-mainbox-title:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-mainbox-title:after {
    clear: both;
}

.ty-mainbox-title__left {
    float: left;
}

.ty-mainbox-title__right {
    display: block;
    float: right;
    margin-top: 7px;
    font-weight: normal;
    font-size: 70%;
}

.ty-mainbox-title .ty-status {
    float: right;
    padding-top: 10px;
    color: #404040;
    font-style: normal;
    font-size: 14px;
}

.ty-mainbox-title .ty-date {
    font-style: normal;
    font-size: 70%;
}

.ty-mainbox-container.ty-float-right,
.ty-mainbox-container.ty-float-left {
    width: inherit;
}

.ty-subheaders-group {
    margin: 0 15px 21px 15px;
}

.ty-subheader {
    margin: 0;
    padding: 7px 0 10px 0;
    font-size: 18px;
    color: #34495e;
}

.ty-subheader__tooltip {
    font-size: inherit;
}

.ty-mainbox-simple-title {
    margin-bottom: 10px;
}

.ty-mainbox-simple-title:before,
.ty-mainbox-simple-title:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-mainbox-simple-title:after {
    clear: both;
}

.ty-sidebox-important {
    margin-bottom: 15px;
}

.ty-sidebox-important__title {
    width: 100%;
}

.ty-sidebox-important__title-wrapper {
    font-size: 13px;
    font-weight: normal;
    color: #909598;
    padding: 4px 14px 8px;
    background: #ecf0f1;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.ty-sidebox-important__body {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.ty-text-links {
    margin: 0 0 6px 0;
}

.ty-text-links:first-child {
    padding-top: 0;
}

.ty-text-links .ty-level-0 {
    margin-left: 0px;
}

.ty-text-links .ty-level-1 {
    margin-left: 10px;
}

.ty-text-links .ty-level-2 {
    margin-left: 20px;
}

.ty-text-links .ty-level-3 {
    margin-left: 30px;
}

.ty-text-links .ty-level-4 {
    margin-left: 40px;
}

.ty-text-links__active>.ty-text-links__li,
.no-touch .ty-text-links__li {
    color: #1e1e1e;
}

.ty-text-links__active>.ty-text-links__a,
.no-touch .ty-text-links__a:hover {
    color: #005a86;
}

.ty-text-links__item {
    position: relative;
    display: block;
    margin-right: 15px;
}

@media (max-width: 1024px) {
    .ty-text-links-wrapper {
        border-bottom: 1px solid #e4e4e4;
    }
}

@media (max-width: 1024px) {
    .ty-text-links-btn {
        display: inline-block;
        padding: 9px 10px 7px 10px;
        color: #7e7e7e;
        cursor: pointer;
    }
}

@media (max-width: 1024px) {
    .ty-text-links-btn.open {
        z-index: 650;
        background: #7e7e7e;
        color: #fff;
    }
}

@media (max-width: 1024px) {
    .ty-text-links-btn__arrow {
        font-size: 20px;
        line-height: 0;
        position: relative;
        top: 5px;
        width: 7px;
        vertical-align: super;
    }
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline {
        position: absolute;
        min-width: 170px;
        left: 15px;
        right: 15px;
        display: none;
        background: #fff;
        border: 1px solid #8d8d8d;
        padding: 7px 14px;
        z-index: 5;
        margin: 0;
    }
}

.ty-text-links_show_inline .ty-level-0>.ty-text-links {
    display: none;
    position: absolute;
    min-width: 200px;
    background: #fff;
    border: 1px solid #8d8d8d;
    z-index: 10;
    padding: 5px;
    margin: 0;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline .ty-level-0>.ty-text-links {
        display: block;
        background: none;
        border: 0 none;
        padding: 0;
        position: relative;
    }
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline .ty-text-links__item {
        margin-right: 0;
    }
}

.ty-text-links_show_inline .ty-text-links__item:before {
    content: none;
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline .ty-text-links__item .ty-text-links__a {
        display: block;
    }
}

@media (max-width: 1024px) {
    .ty-text-links_show_inline .ty-text-links {
        margin: 0;
    }
}

.ty-text-links_show_inline>.ty-text-links__item {
    display: inline-block;
}

.no-touch .ty-text-links_show_inline .ty-level-0:hover .ty-text-links {
    display: block;
}

.ty-text-links_show_inline .ty-level-0.is-hover-link>.ty-text-links {
    display: block;
}

.ty-dropdown-box .ty-text-links__item {
    margin: 0;
    padding: 7px 14px;
}

.ui-datepicker {
    width: unset !important;
    min-width: 17em !important;
}

.ty-accordion {
    margin-top: 20px;
}

.ty-accordion .ui-accordion-header-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    text-indent: 0;
    overflow: visible;
}

.ty-accordion .ui-accordion-header-icon:before {
    font-family: glyphs;
    font-size: 25px;
    content: "\e019";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ty-accordion .ui-accordion-header {
    position: relative;
    color: #7c7e80;
    margin-top: 5px;
    padding: 8px 12px;
    border: 0px;
    border-radius: 0px;
    background: #e5ebec;
    background-image: none;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ty-accordion .ui-accordion-header.ui-state-active {
    background: #bdc3c7;
    color: white;
}

.ty-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
    content: "\e01c";
}

.ty-accordion .ui-accordion-content {
    border: 0;
}

.ty-logo-container {
    position: relative;
    margin-top: 2px;
}

.ty-logo-container__image {
    display: inline-block;
    text-decoration: none;
}

.ty-logo-container__image.vertical-middle {
    visibility: hidden;
}

.ty-grid-list__item {
    padding: 10px 10px 25px 10px;
    position: relative;
    border: 1px solid transparent;
}

.ty-grid-list__item:before,
.ty-grid-list__item:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-grid-list__item:after {
    clear: both;
}

.ty-grid-list__item--overlay:hover {
    border-color: #acbdcd;
}

.ty-grid-list__item:hover .ty-grid-list__control {
    display: block;
    position: absolute;
    z-index: 110;
    background: #fff;
    border: 1px solid #acbdcd;
    border-top: 0;
    margin-left: -11px;
    padding: 0px 10px 25px 10px;
}

.ty-grid-list__item:hover .ty-icon-left-circle,
.ty-grid-list__item:hover .ty-icon-right-circle {
    visibility: visible;
}

.ty-grid-list__image {
    position: relative;
    padding: 18px 0;
    border: 1px solid #ebebeb;
    background: #fff;
    text-align: center;
    min-height: 50px;
}

.ty-grid-list__image .ty-no-image {
    border: 0px;
}

.ty-grid-list__price {
    display: block;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    word-break: break-all;
}

.ty-grid-list__no-price {
    text-align: left;
    width: auto;
}

.ty-grid-list__item-name {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.ty-grid-list__item-name .product-title {
    display: block;
    color: #777;
    word-wrap: break-word;
}

.ty-grid-list__control {
    display: none;
    width: 100%;
    width: calc(100% - 20px);
    padding-top: 5px;
}

.ty-grid-list__control .ty-btn {
    margin-bottom: 10px;
    margin-right: 10px;
}

.ty-product-empty {
    background: #f8f9f9;
    margin: 28px 10px 0 10px;
    height: 190px;
    text-align: center;
}

.ty-product-empty__text {
    color: #cdcdcd;
    font-size: 115%;
    line-height: 190px;
}

.ty-product-list {
    padding: 35px 0;
}

.ty-product-list__image {
    position: relative;
    float: left;
    margin: 0 25px 20px 0;
    border: 1px solid #ebebeb;
}

.ty-product-list__content {
    overflow: hidden;
}

.ty-product-list__info {
    overflow-x: auto;
    overflow-y: hidden;
}

.ty-product-list__control .ty-btn {
    margin-bottom: 10px;
    margin-right: 10px;
}

.ty-product-list__control .ty-btn.ty-btn-icon {
    margin-right: 10px;
}

.ty-product-list__control .ty-btn.ty-btn-icon~.ty-btn.ty-btn-icon {
    margin-left: 5px;
}

.ty-product-list__control .ty-product-coming-soon {
    margin: 10px 0px;
}

.ty-product-list__item-name .product-title {
    font-size: 130%;
    word-wrap: break-word;
}

.ty-product-list__price .ty-price-num {
    font-size: 120%;
}

.ty-product-list__price {
    padding: 10px 0px;
}

.ty-product-list__description {
    line-height: 170%;
}

.ty-product-list .ty-qty-out-of-stock {
    margin-right: 20px;
    padding: 2px 0px 0px 0px;
    vertical-align: top;
}

.ty-compact-list__item {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.ty-compact-list__item:before,
.ty-compact-list__item:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-compact-list__item:after {
    clear: both;
}

.ty-compact-list__content:before,
.ty-compact-list__content:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-compact-list__content:after {
    clear: both;
}

.ty-compact-list__item .ty-discount-label {
    top: auto;
    right: auto;
    bottom: 5px;
}

.ty-compact-list__item .ty-qty {
    margin: 0;
}

.ty-compact-list__check {
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ty-compact-list__image {
    float: left;
    width: 13%;
    padding: 0px 25px;
    text-align: center;
}

.ty-compact-list__image .ty-discount-label {
    position: static;
    float: none;
    display: inline-block;
    margin-top: 5px;
}

.ty-compact-list__title {
    float: left;
    width: 30%;
    margin: 0 10px 0 0;
    word-wrap: break-word;
}

.ty-compact-list__controls {
    float: right;
    position: relative;
    padding-bottom: 30px;
    width: 40%;
    text-align: right;
}

.ty-compact-list__controls .ty-btn__add-to-cart {
    margin: 0 0 0 10px;
}

.ty-compact-list__controls .ty-qty-out-of-stock {
    margin-right: 0;
}

.ty-compact-list__controls .ty-product-coming-soon {
    width: 100%;
    right: 0px;
    padding-top: 12px;
    text-align: right;
    position: absolute;
}

.ty-product-coming-soon {
    color: #767676;
}

.ty-compact-list__controls>div {
    display: inline-block;
    vertical-align: middle;
}

.ty-compact-list__controls .qty {
    padding-top: 0;
}

.ty-compact-list__price {
    margin-right: 10px;
}

.ty-compact-list__price .ty-list-price {
    margin-right: 4px;
}

.ty-compact-list__item .ty-control-group__label {
    width: auto;
}

.ty-thumbnail-list__item {
    margin-bottom: 20px;
    text-align: center;
}

.ty-thumbnail-list__img-block {
    display: inline-block;
}

.ty-thumbnail-list__name {
    padding: 6px 0;
}

.ty-thumbnail-list__butons {
    padding: 10px 0;
}

.ty-template-small__item {
    padding: 10px 0;
    border-bottom: 1px dotted #ebebeb;
}

.ty-template-small__item:last-child {
    border: 0;
}

.ty-template-small__item-img {
    float: left;
    margin-right: 10px;
    vertical-align: top;
}

.ty-template-small__item-price {
    margin-top: 5px;
}

.ty-template-small__item-description {
    overflow: hidden;
}

.ty-scroller-list__item {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.ty-scroller-list__item .ty-grid-list__item {
    padding-bottom: 0;
}

.ty-scroller-list__item .ty-grid-list__item .ty-grid-list__control {
    display: block;
    position: static;
    padding-top: 5px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: 0;
}

.ty-scroller-list__description .product-title {
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.ty-scroller-list__item:hover .ty-quick-view-button {
    visibility: visible;
    text-align: center;
}

.ty-simple-list__buttons {
    padding: 17px 20px;
}

.ty-simple-list .ty-discount-label {
    top: 1px;
    right: 1px;
}

.ty-simple-list .ty-discount-label:before,
.ty-simple-list .ty-discount-label:after {
    content: "";
    position: absolute;
}

.ty-simple-list .ty-discount-label:before {
    top: -1px;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 150px;
    background-image: -webkit-linear-gradient(bottom, transparent, #e4e4e4);
    background-image: -moz-linear-gradient(bottom, transparent, #e4e4e4);
    background-image: -o-linear-gradient(bottom, transparent, #e4e4e4);
}

.ty-simple-list .ty-discount-label:after {
    top: 0;
    right: 1px;
    width: 150px;
    height: 1px;
    background-image: -webkit-linear-gradient(right, #e4e4e4, transparent);
    background-image: -moz-linear-gradient(right, #e4e4e4, transparent);
    background-image: -o-linear-gradient(right, #e4e4e4, transparent);
}

ol.text-link-list .text-link-list__item {
    list-style: decimal;
}

.ty-profile-field {
    margin-top: 30px;
}

.ty-profile-field .ty-input-text {
    width: 100%;
}

.ty-profile-field__switch {
    margin: 25px 0px;
    padding: 15px 20px;
    border: 2px solid #b6b6b6;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-profile-field__switch-label {
    float: left;
}

.ty-profile-field__switch-actions {
    float: right;
}

.ty-profile-field__switch-actions label {
    padding-right: 15px;
}

.ty-profile-field__select-country,
.ty-profile-field__select-state,
.ty-profile-field__select {
    width: 100%;
}

.ty-billing-zip-code,
.ty-shipping-zip-code {
    clear: both;
    width: 120px;
}

.company .buttons-container {
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    margin: 30px 0px 28px -21px;
    padding: 17px 20px 17px 20px;
    width: 100%;
}

.ty-billing-first-name,
.ty-billing-last-name,
.ty-shipping-first-name,
.ty-shipping-last-name,
.ty-billing-country,
.ty-billing-state,
.ty-shipping-country,
.ty-shipping-state,
.ty-first-name,
.ty-last-name {
    display: inline-block;
    width: 47%;
}

.ty-billing-first-name+.ty-billing-last-name,
.ty-billing-country+.ty-billing-state,
.ty-shipping-first-name+.ty-shipping-last-name,
.ty-shipping-country+.ty-shipping-state,
.ty-first-name+.ty-last-name {
    margin-left: 4.8%;
}

.billing-last-name,
.shipping-last-name {
    margin-right: 0;
}

.ty-company-description textarea {
    width: 100%;
}

.ty-account {
    margin-top: 30px;
}

.ty-account--nopadding {
    margin: 0;
}

.ty-account .ty-input-text {
    width: 100%;
}

.ty-account-detail {
    margin: 45px 0 0 58px;
    color: #bdc3c7;
}

.ty-account-detail__image {
    text-align: center;
    margin-top: 60px;
}

.ty-account-detail h4 {
    font-size: 19px;
    padding-bottom: 10px;
}

.ty-account-detail ul li {
    list-style-type: disc;
    margin: 15px 0 0 17px;
}

.ty-account-benefits {
    margin: 47px 0 0 60px;
    color: #bdc3c7;
}

.ty-account-benefits h4 {
    padding-bottom: 22px;
    font-size: 19px;
}

.ty-account-benefits ul li {
    list-style-type: disc;
    margin-bottom: 11px;
    margin-left: 17px;
}

.ty-languages {
    margin: 0 15px 0 0;
}

.ty-languages__item {
    float: left;
    display: inline-block;
    padding: 8px 6px;
}

.ty-languages__icon-link .ty-flag {
    margin-right: 0;
}

.ty-languages__active {
    background: #dfe4e4;
    color: black;
}

.ty-currencies__txt {
    float: left;
    padding: 8px 5px 8px 0;
}

.ty-currencies__item {
    float: left;
    padding: 8px 13px;
    border-radius: 4px;
    color: #848484;
}

.ty-currencies__item:hover {
    background: #dadada;
    color: #6b6b6b;
}

.ty-currencies__active {
    background: #dadada;
    color: #6b6b6b;
}

.ty-sidebox {
    margin-bottom: 44px;
    word-wrap: break-word;
    background: #fff;
}

.ty-sidebox__title {
    position: relative;
    padding: 0px 30px 9px 0px;
    border-bottom: 1px solid #e4e4e4;
}

.touch .ty-sidebox__title {
    cursor: pointer;
}

.ty-sidebox__title-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    float: left;
    width: 35px;
    color: #b1b1b1;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}

.ty-sidebox__icon-hide {
    display: none;
}

.ty-sidebox__title.open .ty-sidebox__icon-open {
    display: none;
}

.ty-sidebox__title.open .ty-sidebox__icon-hide {
    display: block;
}

.ty-sidebox__title-wrapper,
.ty-sidebox__title span,
.ty-sidebox__title a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #a1a6aa;
    padding: 0;
}

.ty-sidebox .buttons-container {
    background: none;
    padding: 20px 0px;
}

.ty-compare {
    position: relative;
}

.ty-compare__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}

.ty-compare-menu {
    width: 150px;
}

.ty-compare-menu__a {
    padding: 8px 16px 7px;
    display: block;
}

.ty-compare-menu__a:hover {
    background: #eff0f2;
    color: #34495e;
    text-decoration: none;
}

.ty-compare-menu__elem {
    display: block;
    padding: 8px 16px 7px;
    color: #fff;
    background: #1abc9c;
    word-break: break-all;
    word-break: break-word;
}

.ty-compare-products {
    width: 100%;
    table-layout: fixed;
}

.ty-compare-products__product {
    padding: 0 10px;
    width: 215px;
    vertical-align: top;
    text-align: center;
}

.ty-compare-products__item {
    padding: 5px 0;
}

.ty-compare-products__menu {
    vertical-align: top;
    padding: 0 10px;
    width: 150px;
}

.ty-compare-products__product .buttons-container {
    margin: 0;
}

.no-touch .ty-compare-products__product .ty-qty .ty-control-group__label {
    display: inline-block;
    float: none;
    width: 90px;
}

.touch .ty-compare-products__product .ty-qty .ty-control-group__label {
    display: block;
    width: 100%;
}

.ty-compare-products__delete {
    position: relative;
    visibility: hidden;
    padding-bottom: 2px;
}

.touch .ty-compare-products__delete,
.ty-compare-products__product:hover .ty-compare-products__delete {
    visibility: visible;
}

.ty-compare-feature {
    position: relative;
    z-index: 20;
    margin-bottom: 10px;
}

.ty-compare-feature__table {
    width: 100%;
    table-layout: fixed;
}

.ty-compare-feature__row:nth-child(odd) {
    background-color: #fff;
}

.ty-compare-feature__item {
    padding: 10px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
    text-align: left;
}

.ty-compare-feature_item_size {
    padding: 0 10px;
    width: 215px;
}

.ty-compare-sort {
    width: 150px;
    text-align: left;
}

.ty-compare-sort__a {
    visibility: hidden;
    margin-left: 3px;
    vertical-align: middle;
}

.touch .ty-compare-sort__a,
.ty-compare-sort:hover .ty-compare-sort__a {
    visibility: visible;
}

.ty-compare-list__item {
    text-align: left;
}

.ty-compare-checkbox {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid #4d4d4d;
    background-color: #fff;
    color: #5e5e5e;
    text-align: left;
}

.ty-compare-checkbox__icon {
    position: relative;
    top: -2px;
    left: 1px;
    font-size: 11px;
}

.ty-price-num {
    font-size: 15px;
    font-weight: bold;
}

.ty-sku {
    padding: 0;
    font-size: 90%;
}

.ty-price,
.ty-sub-price,
.ty-list-price {
    font-size: 100%;
}

.ty-price {
    margin: 6px 0;
    color: #1e1e1e;
}

.ty-sub-price {
    color: #050505;
}

.ty-list-price {
    color: #050505;
    line-height: 100%;
    font-size: 13px;
}

.ty-tax-include {
    display: block;
    padding-bottom: 5px;
}

.ty-price-update {
    display: inline-block;
    font-size: 13px;
}

.ty-qty {
    margin-bottom: 15px;
}

.ty-qty-in-stock,
.ty-qty-out-of-stock {
    font-weight: bold;
}

.ty-qty-in-stock {
    color: #1e905d;
}

.ty-qty-out-of-stock {
    color: #e74c3c;
}

.ty-min-qty-description {
    font-size: 12px;
    padding-top: 0;
    color: #a4a4a4;
}

.ty-price-curency {
    display: inline-block;
}

.ty-price-curency__title {
    display: inline-block;
    float: left;
    margin: 5px 0;
}

input.ty-price-curency__input {
    margin-left: 5px;
    width: 80px;
    height: 35px;
    font-size: 140%;
}

.ty-no-price {
    display: block;
    padding: 0px;
    color: #e74c3c;
}

.ty-product-notify-email {
    width: 200px;
    margin-bottom: 15px;
}

.ty-product-notify-email__input {
    width: 100%;
}

.ty-product-labels {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-bottom: -3px;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.ty-product-labels__item {
    display: flex;
    background-color: #f44336;
    padding: 5px 10px;
    margin-left: 3px;
    margin-bottom: 3px;
    overflow: hidden;
}

.ty-product-labels__item--link:hover {
    opacity: 0.7;
}

.ty-product-labels__item--discount {
    background-color: #f44336;
}

.ty-product-labels__item--shipping {
    background-color: #039be5;
}

@media (min-width: 481px) {
    .ty-product-labels__item--mini {
        margin-bottom: 1px;
        margin-left: 1px;
        padding: 2px 7px;
        font-size: 0.9em;
    }
}

.ty-product-labels__item--rounded {
    border-radius: 3px;
}

.ty-product-labels__content {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ty-product-labels__icon {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
}

.ty-product-labels--top-right {
    top: 0;
    right: 0;
    justify-content: flex-end;
}

.ty-product-labels--top-left {
    top: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.ty-product-labels--bottom-right {
    bottom: 0;
    right: 0;
    justify-content: flex-end;
}

.ty-product-labels--bottom-left {
    bottom: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

@media (min-width: 481px) {
    .ty-product-labels--mini {
        margin-bottom: -1px;
        margin-left: -1px;
    }
}

.ty-product-labels--static {
    position: static;
}

.ty-discount-label {
    position: absolute;
    right: 0;
    top: 0;
    background: #f44336;
    color: white;
    list-style: none;
}

.ty-discount-label__item {
    float: left;
    height: 28px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 28px;
    padding: 0 10px 0 12px;
    color: #fff;
}

.ty-value-changer {
    display: inline-block;
    vertical-align: top;
    width: 63px;
}

input.ty-value-changer__input {
    float: left;
    width: 46px;
    height: 33px;
    text-align: center;
}

.touch input.ty-value-changer__input {
    height: 34px;
}

.ty-value-changer__increase,
.ty-value-changer__decrease {
    position: relative;
    float: right;
    width: 14px;
    height: 14px;
    border: 1px solid #bebebe;
    color: #bebebe;
    font-size: 16px;
    line-height: 13px;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ty-value-changer__increase {
    margin-bottom: 1px;
}

.ty-value-changer__increase:hover,
.ty-value-changer__decrease:hover {
    color: #bebebe;
    text-decoration: none;
}

.no-touch .ty-value-changer__increase:hover,
.no-touch .ty-value-changer__decrease:hover {
    background: #bebebe;
    color: #fff;
    text-decoration: none;
}

.touch .ty-value-changer {
    width: 120px;
}

.touch .ty-value-changer__input {
    float: right;
}

.touch .ty-value-changer__increase,
.touch .ty-value-changer__decrease {
    float: left;
    width: 36px;
    height: 32px;
    font-size: 22px;
    line-height: 27px;
    background: #bebebe;
    color: #fff;
}

.touch .ty-value-changer__increase {
    border-right: 0;
    float: right;
}

.touch .ty-value-changer__decrease {
    border-left: 0;
}

.ty-period {
    clear: both;
}

.ty-period__wrapper {
    float: left;
    padding-right: 20px;
}

.ty-period__select {
    width: 180px;
}

.ty-period__dash {
    padding: 0 3px;
}

.ty-calendar__block {
    width: 115px;
    display: inline-block;
    position: relative;
}

.ty-calendar__button {
    position: absolute;
    top: 15px;
    right: 2px;
    margin-top: -10px;
    margin-right: 8px;
    color: #a4a4a4;
    vertical-align: middle;
    font-size: 155%;
}

.ty-calendar__input {
    width: 100%;
}

.ty-calendar-link:hover {
    text-decoration: none;
}

.ty-qty-discount {
    overflow-x: auto;
    margin-bottom: 15px;
}

.ty-qty-discount__table {
    margin-top: 10px;
    min-width: 200px;
    padding: 0;
    border: 1px solid #e4e4e4;
}

.ty-qty-discount__table .ty-qty-discount__td {
    border: 0 none;
    border-right: 1px solid #e4e4e4;
    padding: 8px 12px;
}

.tooltip {
    display: none;
    max-width: 200px;
    z-index: 10000;
    padding: 9px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
    font-weight: normal;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-tooltip--mobile {
    position: fixed !important;
    top: auto !important;
    bottom: 25px;
    left: 20px !important;
    width: calc(100% - 40px);
    max-width: none;
}

.ty-tooltip--mobile .tooltip-arrow {
    display: none;
}

.ty-tooltip--link {
    border: 0;
}

.ty-tooltip--filter:not(.ty-tooltip--mobile) {
    margin-left: 20px;
}

.ty-tooltip--filter.arrow-left:not(.ty-tooltip--mobile) {
    margin-left: -20px;
}

[dir='rtl'] .ty-tooltip--filter.arrow-left:not(.ty-tooltip--mobile) {
    margin-right: 20px;
}

.ty-tooltip--link:hover,
.ty-tooltip--link:focus {
    color: #fff;
    outline: none;
}

.tooltip p {
    color: #fff;
    padding: 0px;
}

.tooltip li {
    color: #fff;
}

.tooltip-arrow {
    position: absolute;
    top: -10px;
    right: 3px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.tooltip.arrow-top .tooltip-arrow {
    top: auto;
    left: auto;
    bottom: -10px;
    right: 3px;
    border-width: 0 10px 10px 0;
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}

.tooltip.right {
    padding: 9px;
    text-align: left !important;
}

.ty-tooltip--mobile.right {
    text-align: center !important;
}

.arrow-top.right .tooltip-arrow {
    left: 3px;
    right: auto;
    border-width: 10px 10px 0 0;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.arrow-down.right .tooltip-arrow {
    right: auto;
    top: -10px;
    left: 3px;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
}

.arrow-down.top .tooltip-arrow {
    top: auto;
    bottom: -10px;
    border-width: 10px 0 0 10px;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.arrow-down.right.top .tooltip-arrow {
    right: auto;
    top: auto;
    bottom: -10px;
    left: 3px;
    border-width: 10px 10px 0 0;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.arrow-right .tooltip-arrow {
    top: 50%;
    margin-top: -5px;
    right: 100%;
    border-width: 5px 5px 5px 0;
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}

.arrow-left .tooltip-arrow {
    top: 50%;
    margin-top: -5px;
    left: 100%;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
}

.tooltip img {
    max-width: 100%;
}

.touchevents body {
    cursor: pointer;
}

.touchevents.mouseevents body {
    cursor: initial;
}

.ty-tooltip-block {
    vertical-align: middle;
    cursor: pointer;
}

.ty-no-image {
    position: relative;
    display: block;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    color: #c8c8c8;
    cursor: default;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-no-image__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
}

.ty-spinner {
    background: url('../../../../../../../../design/themes/responsive/media/images/spinner.gif?1775608344') no-repeat center center;
}

.ty-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
}

.ty-grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.ty-status-info label {
    display: block;
    margin: 0 20px 10px 0;
}

.ty-select-block {
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 1022;
    min-width: 50px;
    border: 1px solid #8d8d8d;
    background-color: #fff;
}

.ty-dropleft .ty-select-block {
    right: 0px;
    left: auto;
}

.ty-select-block {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ty-select-wrapper {
    position: relative;
}

.ty-select-block__a {
    cursor: pointer;
    display: block;
    padding: 7px 13px 4px;
    color: #717171;
    border: 1px solid transparent;
}

.ty-select-block__a:hover {
    background: #dadada;
    color: #717171;
    text-decoration: none;
}

.ty-select-block__a.open,
.ty-select-block__a.open:hover {
    background: #8d8d8d;
    color: white;
}

.ty-select-block__a.open .ty-select-block__arrow {
    color: white;
}

.ty-select-block__a-item {
    display: inline-block;
    vertical-align: top;
}

.ty-select-block__arrow {
    margin-left: 3px;
    font-size: 140%;
    color: #7e7e7e;
}

input.ty-select-block__input {
    margin: 5px 10px;
    width: 220px;
}

.ty-select-block__list-item .ty-select-block__list-a {
    text-decoration: none;
}

.ty-select-block__list-a:hover {
    background: #007cb9;
    color: white;
}

.ty-select-block__list-a {
    display: block;
    padding: 7px 14px 7px 14px;
    white-space: nowrap;
    cursor: pointer;
}

.ty-select-block__list-a:before,
.ty-select-block__list-a:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-select-block__list-a:after {
    clear: both;
}

.ty-select-block__txt {
    float: left;
    padding: 8px 5px 8px 0;
}

.ty-dropdown-box {
    display: inline-block;
    position: relative;
    color: #34495e;
}

.ty-dropdown-box .ty-icon-down-micro {
    position: relative;
    top: 5px;
    width: 7px;
    color: #7e7e7e;
    font-size: 20px;
    line-height: 0;
}

.ty-dropdown-box__title {
    position: relative;
    display: inline-block;
    padding: 7px 11px 7px 8px;
    border: 1px solid transparent;
}

.ty-dropdown-box__title a {
    color: #7e7e7e;
}

.ty-dropdown-box__title a:hover {
    text-decoration: none;
}

.ty-dropdown-box__title:hover {
    background: #dadada;
}

.ty-dropdown-box__title .ty-account-info__title {
    text-decoration: none;
    white-space: nowrap;
}

.ty-dropdown-box__title.open {
    z-index: 650;
    background: #7e7e7e;
}

.ty-dropdown-box__title.open a,
.ty-dropdown-box__title.open i,
.ty-dropdown-box__title.open .ty-icon,
.ty-dropdown-box__title.open .ty-minicart-title {
    color: white;
}

.ty-dropdown-box__content {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 600;
    margin-top: -1px;
    min-width: 220px;
    border: 1px solid #8d8d8d;
    background: #fff;
    text-align: left;
}

.ty-dropdown-box__content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ty-account-info__buttons {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.top-cart-content .ty-dropdown-box__content {
    border-top-left-radius: 6px;
}

.top-cart-content .ty-dropdown-box__title {
    border-radius: 6px;
}

.top-cart-content .ty-dropdown-box__title.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ty-dropdown-box__content .buttons-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ty-dropdown-box__content .ty-dropdown-box__item {
    display: block;
    margin-bottom: 0px;
    padding: 7px 14px;
}

.ty-dropdown-box__content .ty-dropdown-box__item:hover {
    background: #007cb9;
    color: white;
}

.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
    display: block;
    color: white;
}

.ty-dropdown-box__content .ty-account-info__orders {
    padding: 14px 14px 7px 14px;
    margin-top: 20px;
    background: #ececec;
}

.ty-dropdown-box__content .ty-account-info__buttons {
    padding: 15px 14px 16px 14px;
    margin-top: -6px;
    background: #ececec;
}

.ty-dropdown-box__content .ty-account-info__name:hover {
    background: none;
    color: #34495e;
}

.ty-minicart__icon {
    color: #717171;
    top: 7px;
    font-size: 14px;
    position: absolute;
}

.ty-minicart__icon.ty-icon-cart {
    font-size: 16px;
    top: 8px;
}

.ty-account-info {
    padding-top: 2px;
}

.ty-account-info__title {
    padding: 0 5px;
}

.ty-account-info__user-arrow {
    position: relative;
    top: 5px;
    width: 7px;
    color: #34495e;
    font-size: 20px;
    line-height: 0;
}

.logged.ty-sidebox__title .ty-account-info__user-arrow {
    display: none;
}

.logged .ty-account-info__title,
.logged .ty-account-info__user-arrow {
    color: #717171;
}

.ty-account-info__item {
    padding: 0;
    margin-bottom: 12px;
}

.ty-account-info__item .ty-account-info__a {
    text-decoration: none;
}

.ty-account-info__name {
    padding-bottom: 10px;
}

.ty-account-info__orders {
    padding: 15px 0 4px;
}

.ty-account-info__orders-txt {
    color: #6c6c6c;
}

.ty-account-info__orders-input {
    margin: 5px 0 0;
}

.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-dropdown-box__content .ty-account-info__buttons .ty-btn+.ty-btn {
    margin: 10px 0 0;
}

.ty-login {
    margin-top: 30px;
    min-height: 200px;
}

.ty-login__input {
    margin: 0;
    width: 100%;
}

.ty-login__remember-me {
    padding: 6px 0;
}

.ty-login__filed-label {
    width: auto;
    color: #050505;
}

.ty-password-forgot__label {
    float: left;
}

a.ty-password-forgot__a {
    float: right;
    padding: 6px 0;
}

.ty-recover-password {
    margin-top: 30px;
}

.ty-login-reglink__a {
    display: inline-block;
    padding: 0 0 10px;
}

.ty-login-popup {
    min-width: 295px;
    max-width: 310px;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
}

.ty-login-popup .ty-login__input {
    margin: 0;
    padding: 8px 5px 7px;
    height: 36px;
    font-size: 115%;
}

.ty-login-popup__description {
    margin: 0 0 15px 0;
    color: #2e3a47;
    font-size: 1.17em;
}

.ty-login-popup__description--bold {
    font-weight: bold;
}

.ty-captcha__img {
    border: 1px solid #c7c7c7;
    cursor: pointer;
}

.ty-captcha__label {
    display: inline-block;
    margin-bottom: 5px;
}

.ty-captcha__code {
    display: inline-block;
    min-width: 130px;
    vertical-align: top;
}

.ty-captcha__refresh {
    position: relative;
    vertical-align: middle;
    margin-left: 7px;
    color: #8d8d8d;
    font-size: 14px;
    cursor: pointer;
}

.ty-captcha__input {
    margin: 0;
    margin-right: 10px;
    padding: 3px 3px;
    width: 120px;
    vertical-align: top;
}

.ty-checkout__login .ty-captcha__input {
    width: 110px;
    margin-bottom: 5px;
}

.ty-checkout__login .buttons-container {
    background: none;
    margin: 0px;
}

.ty-login-popup .ty-captcha__input {
    width: 140px;
    margin-bottom: 6px;
}

.ty-captcha__txt {
    clear: both;
    padding-top: 3px;
    color: #1e1e1e;
}

.ty-login-info {
    margin: 46px 0 0 59px;
}

.ty-login-info__title,
.ty-login-info h4 {
    padding-bottom: 10px;
    margin: 0;
    font-size: 19px;
    color: #bdc3c7;
}

.ty-login-info__txt {
    color: #bdc3c7;
}

.ty-success-registration__text {
    display: block;
    padding: 7px 0 40px;
    line-height: 170%;
}

.ty-success-registration__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding-left: 17px;
    min-height: 60px;
    width: 48%;
    border-left: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-registration__a {
    font-weight: bold;
}

.ty-success-registration__info {
    display: block;
    margin-top: 10px;
    color: #a4a4a4;
}

.ty-breadcrumbs {
    position: relative;
    margin-bottom: 14px;
    padding: 20px 105px 10px 0px;
    color: #fefefe;
}

.ty-breadcrumbs__arrow,
.ty-breadcrumbs__a,
.ty-breadcrumbs__current {
    display: inline-block;
    padding: 2px;
}

.ty-breadcrumbs__current {
    color: #007cb9;
}

.ty-breadcrumbs__a {
    display: inline-block;
    color: #a4a4a4;
}

.ty-breadcrumbs__slash {
    display: inline-block;
    margin: 0px 6px;
    padding: 2px 0;
    color: #a4a4a4;
}

.ty-breadcrumbs__a:hover {
    color: #a4a4a4;
}

@media (max-width: 767px) {

    .ty-breadcrumbs__slash--hide-mobile,
    .ty-breadcrumbs__a--hide-mobile,
    .ty-breadcrumbs__current--hide-mobile {
        display: none;
    }
}

.breadcrumbs__back-button {
    box-sizing: border-box;
    min-width: 34px;
    min-height: 34px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .breadcrumbs__back-button--hide-desktop {
        display: none;
    }
}

.ty-product-switcher {
    position: absolute;
    top: 25px;
    right: 0;
    padding: 0 24px;
}

.ty-product-switcher__a {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: -2px;
    padding: 0;
    font-size: 18px;
}

.ty-product-switcher__a:hover {
    text-decoration: none;
}

.ty-product-switcher__a-left {
    float: left;
    left: 0;
}

.ty-product-switcher__a-right {
    float: right;
    right: 0;
}

.ty-product-switcher__icon {
    color: #989898;
}

.ty-product-switcher__a:hover .ty-product-switcher__icon {
    color: #b1b1b1;
}

.ty-product-switcher__a.disabled,
.ty-product-switcher__a.disabled .ty-product-switcher__icon,
.ty-product-switcher__a.disabled:hover .ty-product-switcher__icon {
    background: none;
    color: #cbcbcb;
    cursor: default;
}

.ty-product-switcher span {
    float: left;
    font-size: 85%;
    padding: 2px;
    color: #cbcbcb;
}

.ty-section {
    margin: 20px 0 15px 0;
}

.ty-section__title {
    padding: 13px 15px 11px 15px;
    cursor: pointer;
    background: #ecf0f1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ty-section__switch {
    float: right;
}

.ty-section__arrow {
    padding-left: 6px;
}

.open .ty-section_switch_off,
.ty-section_switch_on {
    display: block;
}

.open .ty-section_switch_on,
.ty-section_switch_off {
    display: none;
}

.ty-section__body {
    overflow: hidden;
    padding: 20px 20px 0 20px;
    border: 1px solid #ecf0f1;
    border-top: none;
}

.ty-section__body .buttons-container {
    margin: 30px 0 0 -20px;
    padding: 15px 20px 15px 20px;
    width: 100%;
    background: #e4e4e4;
}

.ty-search-result {
    padding: 12px 7px;
}

.ty-search-form__inline-input {
    width: 190px;
}

.ty-search-result:hover {
    background: #e4e4e4;
}

.ty-search-form__input {
    width: 170px;
}

.ty-search-form__input-large {
    width: 200px;
}

.ty-subcategories-field {
    float: left;
    margin-left: 10px;
}

.ty-search-form .ty-search-form__buttons-container {
    margin-bottom: 0;
}

.ty-search-block {
    position: relative;
}

.ty-search-magnifier {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    width: 20px;
    height: 26px;
    border: none;
    background: none;
    color: #bebebe;
    font-size: 145%;
    cursor: pointer;
}

input.ty-search-block__input {
    display: block;
    padding: 7px 30px 7px 10px;
    width: 100%;
    height: 33px;
    border: 1px solid #bebebe;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ty-search-block__input:focus {
    outline: 0;
    border: 1px solid #007cb9;
    background-color: #fff;
}

.vendor-stores-block-grid h2 {
    margin: 0px;
    font-size: 25px;
    text-align: center;
}

.ty-sort-container {
    padding-left: 10px;
    background: #e4e4e4;
    margin: 28px 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
}

.ty-sort-container__views-icons {
    display: inline-block;
    float: right;
}

.ty-sort-container__views-a {
    display: block;
    color: #a4a4a4;
    float: left;
    padding: 10px 11px;
    width: 15px;
    height: 17px;
    font-size: 125%;
}

.ty-sort-container__views-a:hover {
    text-decoration: none;
}

.ty-sort-container__views-a.active {
    background: #d7d7d7;
}

.ty-sort-dropdown {
    display: inline-block;
    position: relative;
}

.ty-sort-dropdown .ty-sort-dropdown__wrapper {
    text-decoration: none;
}

.ty-sort-dropdown__wrapper {
    padding: 5px 7px 9px 7px;
    display: inline-block;
    color: #34495e;
    cursor: pointer;
}

.ty-sort-dropdown__icon {
    font-size: 20px;
    position: relative;
    padding-left: 10px;
    top: 5px;
}

.ty-sort-dropdown__wrapper:hover {
    background: #dcdcdc;
}

.ty-sort-dropdown__wrapper.open {
    background: #717171;
    color: white;
}

.ty-sort-dropdown__content {
    position: absolute;
    z-index: 100;
    border: 1px solid #97a0a5;
    background: #fff;
    min-width: 200px;
}

.ty-wysiwyg-content .ty-sort-dropdown__content {
    padding: 0;
    list-style-type: none;
}

.ty-sort-dropdown__content .ty-sort-dropdown__content-item-a {
    text-decoration: none;
}

.ty-sort-dropdown__content-item-a {
    padding: 7px 14px;
    color: #007cb9;
    display: block;
}

.ty-sort-dropdown__content-item-a:hover {
    background: #007cb9;
    color: #fff;
}

.ty-subcategories__item {
    display: inline-block;
    margin: 5px 20px 5px 0px;
}

.ty-subcategories-img {
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

.ty-subcategories-block {
    margin: 10px 0;
    display: inline-block;
    min-width: 350px;
    vertical-align: top;
    width: 100%;
}

.ty-subcategories-block__item {
    padding-bottom: 10px;
    text-align: center;
}

.ty-subcategories-block__a {
    font-weight: bold;
}

.ty-feature {
    margin: 30px 0px;
}

.ty-feature:before,
.ty-feature:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-feature:after {
    clear: both;
}

.ty-feature__image {
    float: left;
    margin: 0 25px 10px 0;
}

.ty-feature__description {
    line-height: 1.4;
    overflow: hidden;
}

.ty-product-feature {
    padding: 10px;
}

.ty-product-feature:nth-child(2n) {
    background: #eee;
}

.ty-product-feature__label {
    display: inline-block;
    width: 280px;
    vertical-align: top;
}

.ty-help-info {
    display: inline;
}

.ty-product-feature__value {
    display: inline-block;
    margin-left: 5px;
}

.ty-product-feature .ty-product-feature__multiple {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.ty-product-feature .ty-product-feature__multiple-item {
    list-style: none;
    margin-bottom: 5px;
}

.ty-product-feature-group {
    margin-bottom: 10px;
}

.ty-product-feature-group .ty-subheader {
    padding: 15px 0 6px 0;
    margin: 0;
    font-size: 120%;
}

.ty-features-all__group {
    margin-bottom: 50px;
}

.ty-features-all__list-item {
    padding-bottom: 8px;
}

.ty-features-all__list-a {
    font-size: 110%;
}

.ty-features-list {
    padding: 3px 0;
}

.ty-features-list__item-prefix {
    margin-right: 5px;
}

.ty-features-list__item-suffix {
    margin-left: 5px;
}

.ty-tygh {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-helper-container {
    position: relative;
}

.ty-helper-container {
    background: #fff repeat scroll;
}

.container {
    min-height: 0;
    min-width: 0;
}

.container-fluid {
    max-width: 1600px;
    min-width: 280px;
    margin: 0 auto;
}

.tygh-footer {
    min-height: 36px;
}

.bottom-copyright {
    margin-top: 15px;
    color: #1e1e1e;
    font-size: 13px;
}

.ty-payment-icons {
    margin: 10px 0px;
}

.footer-no-wysiwyg ul {
    margin: 10px 0 0 0px;
    padding-left: 0px;
}

.footer-no-wysiwyg ul li {
    list-style-type: none;
}

.ty-social-link-block {
    margin-top: 13px;
    margin-right: 30px;
    margin-bottom: 25px;
    font-size: 0;
}

.ty-social-link {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    vertical-align: bottom;
    top: 7px;
}

@media (min-width: 980px) {
    .ty-social-link {
        margin-right: 3px;
    }
}

.ty-social-link a {
    color: white;
    display: block;
}

.ty-social-link i,
.ty-social-link .ty-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    font-size: 38px;
    color: #fff;
}

.ty-social-link span {
    display: inline-block;
    vertical-align: middle;
}

h3.ty-social-link__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: normal;
    margin: 0px 15px 5px 0px;
    color: #fff;
}

.ty-social-link__text {
    color: #fff;
}

.ty-social-link:last-child {
    margin-right: 0px;
}

.ty-footer-menu__icon-open,
.ty-footer-menu__icon-hide {
    display: none;
    color: #1e1e1e;
}

.footer-stay-connected {
    background: #007cb9;
    color: #fff;
    min-height: 84px !important;
}

.ty-footer-menu {
    color: #9ba1a7;
}

.ty-footer-menu>.row {
    padding: 30px 0px 15px 0px;
}

.tygh-footer>div {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}

.footer-copyright {
    background-color: #fff;
}

.footer-stay-connected,
.footer-copyright {
    margin-left: -20px !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    padding: 0 20px !important;
}

.tygh-footer .footer-stay-connected,
.tygh-footer .footer-copyright {
    margin-left: auto !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.ty-footer-menu__header,
.ty-footer-general__header {
    position: relative;
    color: #1e1e1e;
    font-weight: bold;
    font-size: 19px;
    padding-top: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.ty-footer-menu__items,
.ty-footer-general__body {
    margin: 10px 0 20px;
}

.ty-footer-menu__item {
    margin-bottom: 8px;
}

.ty-footer-menu__item a {
    color: #1e1e1e;
}

.ty-footer-menu__item a:hover {
    color: #007cb9;
}

.ty-product-block {
    margin: 5px 0 30px 0;
    margin-top: 5px;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ty-product-block-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #1e1e1e;
    word-wrap: break-word;
}

.ty-brand {
    margin: 5px 0;
}

.ty-product-block__img-wrapper {
    position: relative;
    float: left;
    margin-right: 20px;
    padding: 0 0 10px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .ty-product-block__img-wrapper {
        max-width: 100%;
    }
}

.ty-product-block__img-wrapper img {
    display: block;
    margin: 0 auto;
}

.ty-product-block__left {
    overflow: hidden;
}

.ty-product-block__note-wrapper {
    position: relative;
}

.ty-product-block__note {
    position: absolute;
    right: 0;
    padding: 21px 0 0;
    width: 200px;
    line-height: 140%;
    color: #798d8e;
    word-wrap: break-word;
}

.ty-product-block__note ul,
.ty-product-block__note ol,
.ty-product-block__note ul ul,
.ty-product-block__note ol ol,
.ty-product-block__note ul ol,
.ty-product-block__note ol ul {
    margin: 0 0 0 24px;
}

.ty-product-block__note ul {
    list-style-type: disc;
}

.ty-product-block__note ul ul {
    list-style-type: circle;
}

.ty-product-block__note ul ul ul li,
.ty-product-block__note ul ol ul li,
.ty-product-block__note ol ol ul li {
    list-style-type: square;
}

.ty-product-block__note ol {
    list-style-type: decimal;
}

.ty-product-block__note ul li,
.ty-product-block__note ol li {
    list-style-type: inherit;
}

.ty-product-block__note ol ol li {
    list-style-type: lower-alpha;
}

.ty-product-block__note ol ol ol li {
    list-style-type: lower-roman;
}

.ty-product-block__note-inner {
    right: -200px;
}

.ty-product-prices {
    margin: 20px 0px;
}

.ty-product-block__note .product-promo-header {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.ty-product-block__price-actual {
    margin: 10px 0px;
}

.ty-product-block__price-actual .ty-price-num {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.ty-product-block__option .help-inline {
    margin-left: 120px;
    display: block;
    text-align: left;
}

.ty-product-block__option,
.ty-product-block__advanced-option,
.ty-product-block__field-group {
    margin-bottom: 10px;
}

.ty-product-block__field-group .ty-control-group {
    margin-bottom: 0;
}

.ty-product-block__sku .ty-control-group {
    margin: 0px;
}

.ty-product-block__description-title {
    margin: 20px 0 5px 0;
    font-size: 130%;
    font-weight: normal;
}

.ty-product-block__button {
    margin-top: 20px;
}

.ty-product-block__button .ty-btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.ty-product-block__button .ty-btn~.ty-btn {
    margin-left: 10px;
}

.ty-product-block__button .ty-btn.ty-btn-icon {
    margin-right: 10px;
}

.ty-product-block__button .ty-btn.ty-btn-icon~.ty-btn.ty-btn-icon {
    margin-left: 5px;
}

.ty-product-block__button .button-container {
    display: inline-block;
}

.content-description {
    line-height: 1.4;
    word-wrap: break-word;
}

.ty-product-block .ty-discount-label {
    z-index: 1;
}

.ty-product-bigpicture__img {
    position: relative;
    padding-top: 20px;
}

.ty-product-bigpicture__img:before,
.ty-product-bigpicture__img:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-product-bigpicture__img:after {
    clear: both;
}

.ty-product-bigpicture__img .ty-pict {
    max-height: 420px;
    width: auto;
    margin: 0 auto;
}

.ty-product-bigpicture__as-thumbs .ty-product-thumbnails {
    float: left;
    margin: 0 -60px 0 0;
    width: 55px !important;
    position: relative;
    z-index: 5;
}

.ty-product-bigpicture .ty-product-img {
    border: 0;
    float: right;
    width: 100%;
}

.ty-product-bigpicture .ty-previewer:not(.ty-previewer-only) {
    text-align: center;
}

.ty-product-bigpicture__no-thumbs .ty-previewer:not(.ty-previewer-only) {
    margin-left: 0px;
}

.ty-product-bigpicture .ty-product-thumbnails__item {
    margin: 0 10px 10px 0;
}

.ty-product-bigpicture__left {
    width: 100%;
    float: left;
    text-align: center;
}

.ty-product-bigpicture__left-wrapper {
    margin: 20px 350px 0 0;
}

.ty-product-bigpicture .ty-product-block-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.ty-product-bigpicture__right {
    float: left;
    margin-left: -320px;
    width: 318px;
    margin-top: 15px;
    padding-bottom: 15px;
    background: #ececec;
    border: 1px solid #ebebeb;
    text-align: center;
    box-sizing: border-box;
}

.ty-product-bigpicture .ty-product-block__note {
    position: static;
    width: auto;
}

.ty-product-bigpicture__brand .ty-features-list {
    padding: 16px 0;
    border-bottom: 1px solid #dddfdf;
    box-shadow: 0 1px 0 #fff;
    background: #fff;
}

.ty-product-bigpicture__prices {
    padding: 20px 0;
    margin: 0 10px 20px;
    border-bottom: 1px solid #dddfdf;
    box-shadow: 0 1px 0 #fff;
}

.ty-product-bigpicture__prices .ty-list-price {
    font-size: 14px;
}

.ty-product-bigpicture__prices .ty-product-block__price-actual .ty-price-num {
    font-size: 30px;
}

.ty-product-bigpicture__prices .ty-product-block__price-old {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ty-product-bigpicture__prices .ty-product-block__price-old>span>.ty-list-price {
    margin-right: 5px;
}

.ty-product-bigpicture__prices .ty-save-price {
    color: #f32c1e;
}

.ty-product-bigpicture__prices .ty-save-price__percent {
    display: none;
}

.ty-product-bigpicture__sidebar-bottom {
    width: 230px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
}

.ty-product-bigpicture .ty-control-group__label {
    display: inline-block;
    float: none;
    width: 95px;
    text-align: left;
    vertical-align: middle;
}

.ty-product-bigpicture .ty-product-block__note,
.ty-product-bigpicture .ty-product-block__button {
    text-align: center;
}

.ty-product-bigpicture .ty-product-block__note {
    padding-top: 8px;
}

.ty-product-bigpicture .ty-product-block__button .ty-btn {
    margin-right: 0;
}

.ty-product-bigpicture .ty-product-options__description,
.ty-product-bigpicture .ty-product-variant-image {
    margin-left: 0;
}

.ty-product-bigpicture .ty-product-options .ty-input-text {
    width: auto;
    max-width: 105px;
}

.ty-product-bigpicture .ty-product-options {
    margin-bottom: 10px;
}

.ty-product-bigpicture .ty-product-block__option .help-inline {
    margin: 0 0 12px;
}

.ty-product-options__title {
    padding-right: 5px;
    font-weight: bold;
}

.ty-product-options .ty-table {
    margin-top: 10px;
}

.ty-product-options .ty-input-text {
    width: 240px;
}

.ty-product-options__item-label {
    font-weight: bold;
}

.ty-product-options__description {
    margin: 5px 0 0 120px;
    padding: 0;
    color: #b1b1b1;
    font-size: 85%;
}

.ty-product-options__image {
    display: inline-block;
    margin: 2px 0;
    border: 2px solid #fff;
    cursor: pointer;
}

.ty-product-options__image--wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0;
    border: 2px solid #fff;
}

.ty-product-options__image--wrapper--active {
    border-color: #b1b1b1;
}

.ty-product-options__image--wrapper .ty-product-options__image {
    margin: 0;
    border: 0;
}

.ty-product-options__image--wrapper .ty-no-image {
    cursor: unset;
}

.ty-product-options__radio {
    display: none;
}

.ty-product-options__radio--label {
    display: inline-block;
    margin: 2px 8px 2px 0;
    border: 2px solid #e4e4e4;
    cursor: pointer;
    padding: 6px 10px;
}

.ty-product-options__radio:checked+.ty-product-options__radio--label,
.ty-product-options__radio--label:not(.ty-product-options__radio--label--disabled):hover,
.ty-product-options__radio--label:not(.ty-product-options__radio--label--disabled):active {
    border-color: #b1b1b1;
}

.ty-product-options__radio--label--disabled {
    opacity: 0.3;
    cursor: default;
}

.product-variant-image-selected {
    border-color: #b1b1b1;
}

.ty-product-options__elem {
    display: inline-block;
}

.ty-product-options__fileuploader .help-inline {
    margin-left: 0;
}

.ty-product-options__box {
    display: inline-block;
    padding: 6px 0;
}

.ty-product-options__box .help-inline {
    margin-left: 0;
}

.ty-product-variant-image {
    margin-left: 120px;
    padding: 10px 0;
}

.ui-dialog .ty-product-variant-image {
    margin-left: 134px;
}

.ty-product-options__textarea {
    min-width: 240px;
    min-height: 60px;
    resize: vertical;
}

.ty-product-options__no-combinations {
    padding-top: 0;
    color: #b94a48;
}

@media (max-width: 979px) {
    .ty-tooltip-block--options-desktop {
        display: none;
    }

    .ty-tooltip-block--options-mobile:after {
        content: '\a';
        white-space: pre;
    }
}

@media (min-width: 980px) {
    .ty-tooltip-block--options-mobile {
        display: none;
    }
}

.ty-product-img {
    border: 1px solid #e4e4e4;
    position: relative;
}

.ty-product-img .ty-no-image {
    border: 0px;
}

.ty-product-thumbnails {
    margin-top: 10px;
    max-width: 100%;
    text-align: left;
}

.ty-product-option-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.ty-product-option-container--feature-style-images {
    padding: 6px 0;
}

.ty-product-option-child {
    display: inline-block;
    margin: auto 2px;
    max-width: 100%;
}

.ty-product-option-checkbox {
    margin: auto 2px;
}

.ty-product-thumbnails__item {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #e4e4e4;
}

.ty-product-thumbnails__item.active {
    border-color: #888;
}

.ty-previewer {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ty-previewer:hover .previewer__icon {
    visibility: visible;
}

.ty-previewer__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    visibility: hidden;
    margin: -18px 0 0 -18px;
    padding: 0;
    width: 37px;
    height: 39px;
    background: url('../../../../../../../../design/themes/responsive/media/images/icons/zoom_icon.png?1775608344') no-repeat;
    opacity: 0.7;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .ty-previewer__icon {
        background-image: url('../../../../../../../../design/themes/responsive/media/images/icons/zoom_icon@2x.png?1775608344');
        background-size: 37px, 39px;
    }
}

.ty-previewer__icon:hover {
    opacity: 1;
}

.ty-thumbs-wrapper {
    position: relative;
}

.ty-thumbs-wrapper .ty-icon-left-circle,
.ty-thumbs-wrapper .ty-icon-right-circle {
    position: absolute;
    top: 50%;
    visibility: hidden;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.touch .ty-grid-list__item .ty-icon-left-circle,
.touch .ty-grid-list__item .ty-icon-right-circle {
    visibility: visible;
}

.ty-thumbs-wrapper .ty-icon-left-circle {
    left: 3px;
}

.ty-thumbs-wrapper .ty-icon-right-circle {
    right: 3px;
}

.ty-popup-tabs {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px dotted #dedede;
}

.ty-popup-tabs__item {
    display: inline-block;
    padding: 2px 15px 2px 0;
    text-transform: uppercase;
    font-size: 85%;
    cursor: pointer;
}

.ty-popup-tabs__icon {
    margin-right: 3px;
    font-size: 14px;
}

.ty-fileuploader {
    padding: 6px 0 0;
}

.ty-fileuploader__file-section {
    overflow: hidden;
}

.ty-fileuploader__file-local {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ty-fileuploader__file-input {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

span.ty-fileuploader__filename {
    padding: 0 0 0 5px;
    position: relative;
    top: -2px;
}

.ty-fileuploader__icon {
    position: relative;
    top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

.ty-fileuploader.cm-failed-field .ty-fileuploader__a {
    color: #b94a48;
    font-weight: bold;
}

.ty-quick-view__wrapper {
    width: 700px;
}

.ty-quick-view__wrapper .ty-product-block__left {
    max-width: 450px;
    padding-left: 20px;
}

a.ty-quick-view__title {
    font-size: 24px;
    font-weight: bold;
    color: #1e1e1e;
}

.ty-quick-view__title .ty-product-block-title {
    margin-bottom: 0;
}

.ty-quick-view-tools {
    position: relative;
    height: 20px;
}

.ty-quick-view-tools .ty-product-switcher {
    top: 0;
}

.ty-quick-view__wrapper .ty-product-block__img {
    margin-right: 20px;
    position: relative;
}

.ty-quick-view__wrapper .ty-product-img {
    margin-bottom: 15px;
}

.ty-quick-view__wrapper .ty-product-block__description {
    word-wrap: break-word;
}

.ty-quick-view__wrapper .ty-product-block__note {
    position: static;
    padding-top: 10px;
    width: 100%;
}

.ty-quick-view-button {
    padding-top: 5px;
    text-align: center;
}

.ty-quick-view-button__wrapper {
    text-align: center;
}

.touchevents .ty-mainbox-container .ty-grid-list__control,
.touchevents .ty-grid-list__item:hover .ty-quick-view-button,
.touchevents .ty-grid-list__item .ty-quick-view-button {
    display: none;
}

.touchevents .ty-grid-list__item--overlay:hover {
    border-color: transparent;
}

.touchevents .ty-grid-list__item--overlay .ty-grid-list__control {
    display: none;
}

.ty-product-notification__body {
    padding: 15px 20px;
    min-height: 72px;
}

.ty-product-notification__body .ty-product-options {
    display: block;
    padding: 0;
}

.ty-product-notification__body .ty-control-group__label {
    display: none;
}

.ty-product-notification__body .ty-product-options__info {
    margin-top: 30px;
    padding-left: 0;
    max-height: 420px;
    overflow-y: auto;
    width: 100%;
}

.ty-product-notification__body .ty-product-options-name {
    width: 110px;
    padding: 6px 0;
    float: left;
}

.ty-product-notification__body .ty-product-options-content {
    width: 378px;
    padding: 6px 0;
    float: left;
}

.ty-product-notification__item {
    margin-bottom: 20px;
}

.ty-product-notification__content {
    overflow: hidden;
}

.ty-product-notification__product-name {
    float: left;
    display: block;
    margin-bottom: 7px;
}

.ty-product-notification__price {
    float: right;
    margin-left: 25px;
}

.ty-product-notification__image,
.ty-product-notification__body .ty-no-image {
    float: left;
    margin-right: 20px;
    padding: 10px;
    min-width: 0px;
}

.ty-product-notification__divider {
    margin: 0 0 10px 0;
}

.ty-product-notification__amount {
    width: 46%;
}

.ty-product-notification__subtotal {
    font-weight: bold;
    width: 46%;
    text-align: right;
}

.ty-product-notification__body ul ul {
    border-left: 1px solid #e4e4e4;
    margin-left: 70px;
}

.ty-product-notification__buttons {
    padding: 15px 20px;
    background: #ecf0f1;
}

.ty-product-filters__wrapper {
    background: #e4e4e4;
    border-radius: 6px;
}

.ty-product-filters {
    padding-top: 5px;
    line-height: 140%;
    margin-left: 7px;
    margin-bottom: 15px;
}

.ty-product-filters__variants {
    position: relative;
    overflow-y: auto;
    line-height: 1.4em;
    margin-bottom: 7px;
}

.ty-product-filters__group {
    padding: 2px 0;
    margin: 5px 3px;
}

.ty-product-filters__group label {
    font-weight: initial;
}

.ty-product-filters__group label,
.ty-product-filters__group label>input {
    cursor: pointer;
}

.ty-product-filters__group label.disabled,
.ty-product-filters__group label.disabled>input {
    background-color: transparent;
    color: #aaa;
    cursor: default;
}

.ty-product-filters__tooltip {
    float: right;
}

.ty-product-filters__tooltip--right {
    float: left;
}

.ty-product-filters__item-more {
    margin-bottom: -9px;
}

.ty-product-filters__tools {
    padding: 10px 12px;
}

.ty-product-filters__extra-block {
    margin-top: -3px;
}

.ty-product-filters__extra-link {
    border-color: #b1b1b1;
    cursor: pointer;
}

.ty-product-filters__color-list-item {
    display: inline-block;
    padding: 0;
    margin: 3px;
}

.ty-product-filters__color-filter {
    position: relative;
}

.ty-product-filters__color-filter .ty-product-filters__tooltip {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
}

.ty-product-filters__color-filter-item {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ty-product-filters__color-filter-item:hover {
    cursor: pointer;
}

.ty-product-filters__color-filter-item--disabled {
    opacity: 0.3;
}

.ty-product-filters__color-filter-item--disabled:hover {
    cursor: auto;
}

.ty-product-filters__color-filter-item--selected {
    opacity: 0.3;
}

.ty-product-filters__color-filter-item:hover .ty-product-filters__color-filter-check,
.ty-product-filters__color-filter-item:focus .ty-product-filters__color-filter-check {
    opacity: 1;
}

.ty-product-filters__color-filter-item--disabled:hover .ty-product-filters__color-filter-check {
    opacity: 0;
}

.ty-product-filters__color-filter-check {
    position: absolute;
    color: #fff;
    opacity: 0;
}

.ty-product-filters__color-filter-check--invert {
    color: #555;
}

.ty-product-filters__color-filter-check--selected {
    opacity: 1;
}

.ty-product-filters__color-filter-checkbox {
    position: absolute;
    opacity: 0;
}

.ty-product-filters__color-filter-swatch {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.ty-product-filters__color-filter-swatch--selected {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.ty-product-filters__color-filter-checkbox:focus+.ty-product-filters__color-filter-item .ty-product-filters__color-filter-swatch {
    box-shadow: inset 0 0 0 1px #039be5, inset 0 0 0 3px #fff;
}

.ty-product-filters__empty-result span {
    opacity: 0.5;
}

.ty-filter-icon {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 70%;
    background: #fff;
}

.ty-filter-icon__check,
.ty-filter-icon__delete {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    width: 8px;
    height: 8px;
    font-size: 8px;
}

.ty-filter-icon__check,
.ty-filter-icon__delete {
    display: none;
}

.ty-product-filters__title {
    color: #565656;
    font-weight: bold;
}

.ty-product-filters__title .ty-icon-cancel-circle {
    position: relative;
    font-size: 16px;
    top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

.ty-product-filters__title .ty-icon-cancel-circle:hover {
    color: #007cb9;
}

.ty-product-filters__switch {
    display: flex;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #bfbfbf;
}

.ty-product-filters__switch-right,
.ty-product-filters__switch-down {
    margin-left: auto;
    margin-right: 5px;
    color: #b1b1b1;
    float: right;
    font-size: 115%;
}

.ty-product-filters__switch-down {
    margin-right: 4px;
}

.open.ty-product-filters__switch .ty-product-filters__switch-down,
.ty-product-filters__switch-right {
    display: none;
}

.open.ty-product-filters__switch .ty-product-filters__switch-right,
.ty-product-filters__switch-down {
    position: relative;
    display: inline-block;
    top: 2px;
}

.ty-product-filters__advanced-button,
.ty-product-filters__reset-button {
    position: relative;
    color: #515151;
    font-size: 85%;
}

.ty-product-filters__reset-button {
    float: right;
}

.ty-product-filters__reset-icon {
    position: absolute;
    left: -14px;
    font-size: 130%;
}

.ty-product-filters__search {
    position: relative;
    padding: 10px 10px 0 3px;
}

.ty-product-filters__search .ty-input-text-medium {
    padding-right: 28px;
    width: 100%;
}

.ty-product-filters__search-icon {
    position: absolute;
    right: 18px;
    top: 18px;
}

.ty-product-filters__no-items-found {
    margin-bottom: 20px;
    margin-right: 10px;
}

.ty-horizontal-product-filters {
    padding-left: 10px;
    background: #e4e4e4;
    margin: 0 0 30px;
}

.ty-horizontal-product-filters-dropdown {
    display: inline-block;
    position: relative;
}

.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper {
    text-decoration: none;
}

.ty-horizontal-product-filters-dropdown__wrapper {
    padding: 5px 7px 9px 7px;
    display: inline-block;
    color: #34495e;
    cursor: pointer;
}

.ty-horizontal-product-filters-dropdown__wrapper.active {
    background: #dcdcdc;
}

.ty-horizontal-product-filters-dropdown__icon {
    font-size: 20px;
    position: relative;
    padding-left: 10px;
    top: 5px;
}

.ty-horizontal-product-filters-dropdown__wrapper:hover {
    background: #dcdcdc;
}

.ty-horizontal-product-filters-dropdown__wrapper.open {
    background: #717171;
    color: white;
}

.ty-horizontal-product-filters-dropdown__content {
    position: absolute;
    z-index: 101;
    border: 1px solid #97a0a5;
    background: #fff;
    min-width: 255px;
}

.ty-horizontal-filters-content-to-right {
    left: 0;
}

.ty-horizontal-product-filters-dropdown__content .ty-horizontal-product-filters-dropdown__content-item-a {
    text-decoration: none;
}

.ty-horizontal-product-filters-dropdown__content-item-a {
    padding: 7px 14px;
    color: #007cb9;
    display: block;
}

.ty-horizontal-product-filters-dropdown__content-item-a:hover {
    background: #007cb9;
    color: #fff;
}

.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle {
    position: relative;
    font-size: 16px;
    top: 3px;
    padding-left: 5px;
}

.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle:hover {
    color: #007cb9;
}

.ty-horizontal-product-filters .ty-range-slider,
.ty-horizontal-product-filters .ty-range-slider .ui-slider-range,
.ty-horizontal-product-filters .ty-range-slider .ui-slider-handle {
    z-index: 101;
}

.ty-horizontal-product-filters-dropdown__content .ty-product-filters__tools {
    background-color: #e4e4e4;
}

.ty-horizontal-product-filters.ty-selected-product-filters {
    margin-bottom: 25px;
}

.cm-date-range {
    display: inline-block;
    padding: 15px 10px 15px;
    margin-bottom: 10px;
}

.cm-date-range a {
    color: #1e1e1e;
}

.ty-date-range .ty-icon-calendar {
    position: relative;
    color: #1e1e1e;
    font-size: 16px;
    margin-right: 3px;
    top: 2px;
}

.daterangepicker.opensright,
.daterangepicker.opensleft {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #97a0a5;
    padding: 10px 8px;
}

.daterangepicker.opensright:before,
.daterangepicker.opensleft:before,
.daterangepicker.opensright:after,
.daterangepicker.opensleft:after {
    display: none;
}

.daterangepicker>.ranges>ul>li {
    color: #007cb9;
}

.daterangepicker>.ranges>ul>li.active,
.daterangepicker>.ranges>ul>li:hover {
    background: #007cb9;
    border: 1px solid #007cb9;
    color: #fff;
}

.daterangepicker button.btn.btn-primary {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 14px;
    outline: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #bdc3c7;
    background-image: none;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1.428571429;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-width: var(--height-button);
    height: var(--height-button);
    padding: 0 var(--gap-sm);
    white-space: normal;
    line-height: 1;
    border: none;
    background: var(--color-tertiary);
    background-clip: border-box;
    transition: background 150ms, border-color 150ms, box-shadow 150ms, opacity 150ms;
    gap: var(--gap-xxs);
    color: #1e1e1e;
    font-size: var(--button-font-size);
    letter-spacing: normal;
    border-radius: var(--height-button);
    background: #4c4c4c;
    background-color: var(--color-secondary);
    background-image: initial;
    margin-right: 5px;
}

.daterangepicker button.btn.btn-primary>span:not(.ty-icon) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xxs);
}

.daterangepicker button.btn.btn-primary bdi {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

.daterangepicker button.btn.btn-primary i,
.daterangepicker button.btn.btn-primary span.ty-icon {
    display: flex;
    align-items: center;
    top: inherit;
    font-size: 22px;
    line-height: var(--height-button);
    height: var(--height-button);
    margin-right: 0;
}

.daterangepicker button.btn.btn-primary i+span:not(:has(bdi)),
.daterangepicker button.btn.btn-primary span.ty-icon+span:not(:has(bdi)) {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

.daterangepicker button.btn.btn-primary:hover {
    padding-inline: 15px;
    background: var(--color-tertiary-active);
    color: #fff;
}

.daterangepicker button.btn.btn-primary__outline {
    background-color: initial !important;
    background-image: initial !important;
    color: var(--color-font);
    box-shadow: inset 0 0 0 2px var(--color-primary);
}

.daterangepicker button.btn.btn-primary__outline:hover {
    color: var(--color-font);
    box-shadow: inset 0 0 0 2px var(--color-primary-active);
}

.daterangepicker button.btn.btn-primary__outline.ty-btn__secondary {
    box-shadow: inset 0 0 0 2px var(--color-secondary);
    color: var(--color-font);
}

.daterangepicker button.btn.btn-primary__outline.ty-btn__secondary:hover {
    box-shadow: inset 0 0 0 2px var(--color-secondary-active);
}

.daterangepicker button.btn.btn-primary__outline.ty-btn__tertiary {
    box-shadow: inset 0 0 0 2px var(--color-tertiary);
    color: var(--color-font);
}

.daterangepicker button.btn.btn-primary__outline.ty-btn__tertiary:hover {
    box-shadow: inset 0 0 0 2px var(--color-tertiary-active);
}

.daterangepicker button.btn.btn-primary__text {
    padding: 0;
    color: var(--color-links);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.daterangepicker button.btn.btn-primary__text:hover {
    padding: 0;
    color: var(--color-links-active);
    text-decoration-color: #07587f;
}

.daterangepicker button.btn.btn-primary__text:hover span {
    text-decoration-color: #07587f;
}

.daterangepicker button.btn.btn-primary__primary span.ty-icon-ok {
    top: 0;
    left: -4px;
    width: 17px;
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
}

.daterangepicker button.btn.btn-primary__primary span.ty-icon-ok:before {
    content: "\e916";
}

.daterangepicker button.btn.btn-primary .ty-product-filters__reset-icon {
    left: initial;
}

.daterangepicker button.btn.btn-primary:hover {
    background-color: #666;
    background-image: initial;
    color: #fff;
}

.daterangepicker button.btn.btn-default {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 14px;
    outline: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #bdc3c7;
    background-image: none;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1.428571429;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-width: var(--height-button);
    height: var(--height-button);
    padding: 0 var(--gap-sm);
    white-space: normal;
    line-height: 1;
    border: none;
    background: var(--color-tertiary);
    background-clip: border-box;
    transition: background 150ms, border-color 150ms, box-shadow 150ms, opacity 150ms;
    gap: var(--gap-xxs);
    color: #1e1e1e;
    font-size: var(--button-font-size);
    letter-spacing: normal;
    border-radius: var(--height-button);
}

.daterangepicker button.btn.btn-default>span:not(.ty-icon) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xxs);
}

.daterangepicker button.btn.btn-default bdi {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

.daterangepicker button.btn.btn-default i,
.daterangepicker button.btn.btn-default span.ty-icon {
    display: flex;
    align-items: center;
    top: inherit;
    font-size: 22px;
    line-height: var(--height-button);
    height: var(--height-button);
    margin-right: 0;
}

.daterangepicker button.btn.btn-default i+span:not(:has(bdi)),
.daterangepicker button.btn.btn-default span.ty-icon+span:not(:has(bdi)) {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

.daterangepicker button.btn.btn-default:hover {
    padding-inline: 15px;
    background: var(--color-tertiary-active);
    color: #fff;
}

.daterangepicker button.btn.btn-default__outline {
    background-color: initial !important;
    background-image: initial !important;
    color: var(--color-font);
    box-shadow: inset 0 0 0 2px var(--color-primary);
}

.daterangepicker button.btn.btn-default__outline:hover {
    color: var(--color-font);
    box-shadow: inset 0 0 0 2px var(--color-primary-active);
}

.daterangepicker button.btn.btn-default__outline.ty-btn__secondary {
    box-shadow: inset 0 0 0 2px var(--color-secondary);
    color: var(--color-font);
}

.daterangepicker button.btn.btn-default__outline.ty-btn__secondary:hover {
    box-shadow: inset 0 0 0 2px var(--color-secondary-active);
}

.daterangepicker button.btn.btn-default__outline.ty-btn__tertiary {
    box-shadow: inset 0 0 0 2px var(--color-tertiary);
    color: var(--color-font);
}

.daterangepicker button.btn.btn-default__outline.ty-btn__tertiary:hover {
    box-shadow: inset 0 0 0 2px var(--color-tertiary-active);
}

.daterangepicker button.btn.btn-default__text {
    padding: 0;
    color: var(--color-links);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.daterangepicker button.btn.btn-default__text:hover {
    padding: 0;
    color: var(--color-links-active);
    text-decoration-color: #07587f;
}

.daterangepicker button.btn.btn-default__text:hover span {
    text-decoration-color: #07587f;
}

.daterangepicker button.btn.btn-default__primary span.ty-icon-ok {
    top: 0;
    left: -4px;
    width: 17px;
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
}

.daterangepicker button.btn.btn-default__primary span.ty-icon-ok:before {
    content: "\e916";
}

.daterangepicker button.btn.btn-default .ty-product-filters__reset-icon {
    left: initial;
}

.daterangepicker .drp-calendar.drp-calendar {
    max-width: none;
}

.daterangepicker .drp-calendar td.active,
.daterangepicker .drp-calendar td.active:hover {
    background-color: #007cb9;
    background-image: -moz-linear-gradient(top, #007cb9, #007cb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007cb9), to(#007cb9));
    background-image: -webkit-linear-gradient(top, #007cb9, #007cb9);
    background-image: -o-linear-gradient(top, #007cb9, #007cb9);
    background-image: linear-gradient(to bottom, #007cb9, #007cb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007cb9', endColorstr='#ff007cb9', GradientType=0);
}

.daterangepicker .drp-buttons.drp-buttons {
    padding-top: 18px;
}

@media (max-width: 729px) {

    .daterangepicker.show-ranges.ltr .drp-calendar.drp-calendar.left,
    .daterangepicker.show-ranges.ltr .drp-calendar.drp-calendar.right {
        margin-top: 10px;
        border-left: 0;
        border-top: 1px solid #ddd;
    }
}

@media (max-width: 563px) {

    .daterangepicker .drp-buttons .drp-selected.drp-selected,
    .daterangepicker .drp-buttons .btn.btn {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
}

.ty-price-slider {
    padding: 10px;
    margin-bottom: 20px;
    color: #909598;
}

.ty-price-slider__inputs {
    padding: 0;
    color: #909598;
}

.ty-price-slider__input-text {
    width: 74px;
}

.ty-range-slider__wrapper {
    color: #cbcbcb;
}

.ty-range-slider__item {
    position: absolute;
    top: -5px;
    width: 1px;
    height: 10px;
    background: #cbcbcb;
}

.ty-range-slider__num {
    --ty-force-range-slider-num-start: -6px;
    --ty-force-range-slider-num-end: auto;
    --ty-force-ltr: ltr;
    left: var(--ty-force-range-slider-num-start);
    right: var(--ty-force-range-slider-num-end);
    direction: var(--ty-force-ltr);
    position: absolute;
    top: 21px;
    display: block;
    max-width: 74px;
    font-size: 75%;
    cursor: pointer;
    color: #909598;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

html[dir="rtl"] .ty-range-slider__num {
    --ty-force-range-slider-num-start: auto;
    --ty-force-range-slider-num-end: -6px;
}

.ty-range-slider__item:last-child .ty-range-slider__num {
    left: var(--ty-force-range-slider-num-end);
    right: var(--ty-force-range-slider-num-start);
}

.ty-range-slider {
    position: relative;
    margin: 20px 12px 15px 12px;
    height: 5px;
    border: 1px solid #cbcbcb;
    background: #ecf0f1;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ty-range-slider .ui-slider-range {
    background: #cbcbcb;
    border: 0px;
    margin-top: -1px;
    height: 7px;
}

.ty-range-slider .ui-slider-handle {
    --ty-force-translate-x: translateX(-50%);
    transform: var(--ty-force-translate-x);
    top: -9px;
    margin-left: 0;
    width: 12px;
    height: 20px;
    background: #fff;
    border-radius: 0px;
    border: 0px;
    cursor: col-resize;
}

.ty-range-slider .ui-slider-handle {
    outline: 0 none;
    -ms-touch-action: none;
    touch-action: none;
}

.ty-range-slider.ui-state-disabled .ui-slider-handle {
    cursor: not-allowed;
}

.ty-cart-content {
    margin-top: 30px;
    border: 1px solid #fff;
}

.ty-cart-content__title {
    padding: 12px;
    border: 1px solid #fff;
    border-right: 0 none;
    border-left: 0 none;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    background: #edeff1;
}

.ty-cart-content__title.ty-left {
    text-align: left;
}

.ty-cart-content__title.ty-center {
    text-align: center;
}

.ty-cart-content__title.ty-right {
    text-align: right;
}

.ty-cart-content__product-elem {
    padding: 17px 10px;
    border: none;
    border-top: 1px solid #fff;
    vertical-align: top;
}

.ty-cart-content__image {
    float: left;
}

.ty-cart-content__image-block {
    padding-left: 20px;
}

td.ty-cart-content__image-block {
    padding-top: 7px;
    padding-bottom: 7px;
}

.ty-cart-content__product-title {
    font-size: 115%;
    word-wrap: break-word;
}

.ty-cart-content__qty {
    padding: 12px 30px 0;
    text-align: center;
}

.ty-cart-content__sku {
    padding: 5px 0;
    word-break: break-all;
    word-break: break-word;
}

td.ty-cart-content__description {
    padding-bottom: 10px;
}

.ty-cart-content__price {
    padding-right: 20px;
    text-align: right;
}

.ty-cart-content__detailed-link {
    display: inline-block;
    margin: 10px 0 10px;
    border-bottom: 1px dotted transparent;
    text-decoration: none;
    cursor: pointer;
}

.ty-cart-content__detailed-link.open,
.ty-cart-content__detailed-link:hover {
    border-color: #007cb9;
    text-decoration: none;
}

.ty-cart-content__product-delete {
    margin: 0 0 0 6px;
    vertical-align: middle;
}

.ty-cart-content__product-delete:hover {
    text-decoration: none;
}

.ty-cart-content__options {
    margin-top: 5px;
}

.ty-cart-content .ty-product-options {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ty-cart-content .ty-control-group {
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
    .ty-cart-content .ty-control-group__label {
        width: 200px;
    }
}

.ty-cart-content .ty-product-options .ty-group-block__arrow .ty-caret-info {
    top: -13px;
}

.ty-cart-content__more-info {
    margin-top: 0;
}

.ty-cart-content__more-info-title {
    padding: 12px;
}

.ty-cart-content__clear-button {
    margin-left: 10px;
}

.ty-cart-content__payment-methods {
    float: right;
    margin: 30px 0 0;
    border-top: 1px solid #f44336;
    -webkit-box-shadow: inset 0 70px 70px -30px #f6675d;
    -moz-box-shadow: inset 0 70px 70px -30px #f6675d;
    box-shadow: inset 0 70px 70px -30px #f6675d;
    text-align: center;
}

.ty-cart-content__payment-methods-item {
    padding: 20px 10px 0;
}

.ty-cart-content__payment-methods-title {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: -30px;
    padding: 10px;
    color: #737373;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 85%;
}

.ty-cart-content__buttons {
    padding: 18px 22px;
    background: #ececec;
}

.ty-cart-content__top-buttons,
.ty-cart-content__bottom-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ty-cart-content__bottom-buttons {
    border-top: 2px solid #fff;
}

@media (min-width: 1200px) {
    .ty-cart-content__bottom-buttons {
        position: sticky;
        bottom: 0;
    }
}

.ty-cart-content__left-buttons {
    float: left;
}

.ty-cart-content__right-buttons {
    float: right;
}

.ty-cart-items {
    overflow: auto;
    padding: 10px 22px;
    max-height: 400px;
    width: 256px;
}

@media (min-width: 375px) {
    .ty-cart-items {
        width: 311px;
    }
}

@media (min-width: 481px) {
    .ty-cart-items {
        width: 320px;
    }
}

.ty-cart-items__list-item {
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid #ecf0f1;
}

.ty-cart-items__list-item .ty-icon-cancel-circle {
    color: #989898;
}

.ty-cart-items__list-item:last-child {
    border-bottom: 0px;
}

.ty-cart-items__list-item:hover .ty-cart-items__list-item-tools {
    display: block;
}

.ty-cart-items__list-item-tools a:hover {
    text-decoration: none;
}

.ty-cart-items__list-item-image {
    float: left;
    margin-right: 25px;
}

.ty-cart-items__list-item-desc {
    --ty-cart-items-list-item-desc-width: 187px;
    overflow: hidden;
    width: var(--ty-cart-items-list-item-desc-width);
}

@media (min-width: 375px) {
    .ty-cart-items__list-item-desc {
        --ty-cart-items-list-item-desc-width: 240px;
    }
}

.ty-cart-items__list-item-desc--text {
    --ty-cart-items-list-item-desc-width: 252px;
}

@media (min-width: 375px) {
    .ty-cart-items__list-item-desc--text {
        --ty-cart-items-list-item-desc-width: 305px;
    }
}

.ty-cart-items__list-item-tools {
    position: absolute;
    top: 10px;
    right: 0px;
    display: none;
}

.ty-cart-items__empty {
    margin: 15px 0;
    color: #b1b1b1;
}

.ty-minicart-title {
    padding-left: 20px;
    display: inline-block;
    text-decoration: none;
}

.ty-cart-total {
    background: #edeff1;
    border-radius: 6px;
}

.ty-cart-total__wrapper {
    padding: 17px 20px;
    border: 1px solid #fff;
    border-top: none;
}

.ty-cart-statistic {
    float: right;
    padding-top: 10px;
}

.ty-cart-statistic__item {
    clear: both;
    overflow: hidden;
    padding: 0 0 15px 0;
    color: #989898;
}

.ty-cart-statistic__title {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 220px;
    text-align: right;
    white-space: normal;
    word-break: break-all;
    word-break: break-word;
}

.ty-cart-statistic_title_main {
    font-weight: bold;
}

.ty-statistic-list-subtotal-discount,
.ty-statistic-list-discount {
    color: #e74c3c;
}

.ty-cart-statistic__value {
    position: relative;
    display: inline-block;
    width: 140px;
    text-align: right;
}

.ty-cart-statistic__total-title {
    margin-right: 10px;
}

.ty-cart-statistic__total-value {
    display: inline-block;
    width: 140px;
}

.ty-cart-statistic__group {
    padding-bottom: 5px;
}

.ty-cart-statistic__total-list {
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
}

.ty-cart-statistic__total {
    padding: 9px 0 0 0;
    text-align: right;
    font-weight: bold;
    font-size: 138%;
}

.ty-cart-total__a-estimation {
    display: inline-block;
    margin: 0 2px 0 3px;
    text-transform: uppercase;
    font-size: 85%;
    line-height: 130%;
    border-bottom: 1px solid transparent;
}

.ty-cart-total__a-estimation:hover {
    border-bottom: 1px dotted #007cb9;
    text-decoration: none;
}

.ty-cart-total__icon-estimation {
    padding: 0 2px;
}

.ty-cart-content__estimation {
    display: inline-block;
    width: 100%;
    max-width: 440px;
    height: 100%;
    box-sizing: content-box;
}

.ty-cart-content__estimation .ty-estimation-buttons {
    max-width: inherit;
    min-width: 100%;
}

.ty-sidebox .ty-input-text-medium {
    width: 100%;
}

.ty-estimation__title {
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #989898;
}

.ty-estimation-buttons__rate {
    float: none;
}

.ty-estimation-buttons .ty-btn+.ty-btn {
    margin-left: 0;
}

.ty-estimation-buttons .ty-btn {
    vertical-align: top;
}

.ty-cart-content-products {
    margin-bottom: 6px;
    position: relative;
    padding: 0 10px;
    border: 1px solid #bdc3c7;
    background: #fff;
}

.ty-cart-content-products__item {
    padding-top: 15px;
    border-bottom: 1px solid #bdc3c7;
}

.ty-cart-content-products__item:last-child {
    border: 0;
}

.ty-discount-info {
    position: relative;
    margin-top: 7px;
    padding: 10px;
    border: 1px solid #bdc3c7;
    background: #fff;
    font-size: 90%;
}

.ty-discount-coupon__ty-control-group {
    margin: 5px 0;
}

.ty-coupons__container {
    float: left;
    padding-right: 25px;
    width: 260px;
}

.ty-coupons__item {
    padding: 0 0 5px;
}

.ty-coupons__item:last-child {
    padding-bottom: 0;
}

.ty-coupons__item-delete,
.ty-coupons__item-delete:hover {
    text-decoration: none;
}

.ty-group-block {
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.ty-group-block__arrow {
    position: relative;
}

.ty-group-block__arrow .ty-caret-info {
    top: -17px;
}

.ty-group-block .ty-caret-outer {
    border-bottom: 7px solid #e4e4e4;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.ty-group-block .ty-caret-inner {
    border-bottom-color: #f1f1f1;
}

.ty-checkout__title {
    display: inline-block;
    margin: 30px 0 0;
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
}

.ty-checkout__title-icon {
    color: #b6b6b6;
    vertical-align: middle;
    font-size: 27px;
}

.checkout__block {
    padding: 0 20px;
}

.ty-checkout-buttons {
    margin-top: 15px;
    padding: 17px 25px 0px 25px;
    border-top: 1px solid #cbcbcb;
    background: #e4e4e4;
}

.ty-checkout__terms {
    margin: 25px 20px;
    padding: 15px 20px;
    border: 2px solid #bdc3c7;
    border-radius: 3px;
    background: #fff;
    font-weight: bold;
}

.ty-checkout__shipping-tips {
    color: #7f7f7f;
    margin-bottom: 40px;
}

.ty-step__container {
    margin: 0 0 5px 0;
    position: relative;
}

.ty-step__container .ty-icon-down-micro {
    display: none;
}

.ty-step__container-active {
    margin: 0 0 45px 0;
    background: #e4e4e4;
}

.ty-step__container-active .ty-tabs {
    margin-top: 5px;
    padding: 0px 10px;
}

.ty-step__container-active .ty-tabs__content {
    padding: 0;
}

.ty-step__body-active .ty-address-switch {
    margin: 25px 20px;
}

.ty-step__container-active .ty-step__title-txt {
    margin-left: 32px;
}

.ty-step__container-active .ty-step__title-left {
    background: #fff;
    color: #b6b6b6;
    margin-top: -1px;
}

.ty-step__container {
    background: #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ty-step__title,
.ty-step__title-active,
.ty-step__title-complete {
    position: relative;
    padding: 10px 14px 9px 14px;
}

.ty-step__title-complete {
    padding-right: 110px;
}

.ty-step__title-complete .ty-step__title-left {
    position: static;
    padding: 0px;
    background: none;
    color: #a4a4a4;
    display: inline;
}

.ty-step__title-complete .ty-step__title-txt {
    margin-left: 30px;
    color: #a4a4a4;
}

.ty-step__title-complete .ty-step__title-right .ty-btn {
    position: absolute;
    right: 8px;
    top: 8px;
}

.ty-step__title-active {
    background: #b6b6b6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ty-step__title-arrow {
    display: block;
    width: 35px;
    height: 18px;
    position: absolute;
    font-size: 80px;
    line-height: 0;
    bottom: -30px;
    color: #b6b6b6;
    left: 35px;
}

.ty-step__title-txt {
    color: white;
    font-size: 20px;
    font-weight: normal;
}

.ty-step__title .ty-step__title-txt {
    font-weight: normal;
    color: #a4a4a4;
    margin-left: 36px;
}

.ty-step__title-icon {
    position: absolute;
    top: 14px;
    left: 16px;
}

.ty-step-one .ty-checkout-buttons {
    border: 0;
    margin-top: 6px;
}

.ty-step-one .buttons-container {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.ty-step__title-left {
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    color: #fff;
    padding: 2px 9px;
    background: #b6b6b6;
    border-radius: 50px;
}

.ty-step__title-right {
    float: right;
    padding: 4px 0 0 0;
}

.ty-step__body-active {
    padding: 20px 0;
}

.ty-step__body-active .select-profile label {
    display: none;
}

.ty-step__body-active .ty-control-group .ty-input-text {
    width: 100%;
}

.ty-checkout__relogin {
    display: inline-block;
    padding: 10px 10px 20px;
}

.ty-checkout__login {
    float: left;
    padding-right: 3%;
    padding-left: 3%;
    width: 46%;
}

.ty-checkout__login .ty-login {
    margin-top: 0;
}

.ty-checkout__register {
    position: relative;
    float: left;
    margin: 0 0 0 3%;
    width: 45%;
}

.ty-checkout__register #anonymous_checkout .ty-control-group {
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.ty-anonymous_checkout {
    padding: 0 25px;
    margin-top: 20px;
}

.ty-anonymous_checkout__field {
    padding: 0 25px;
    margin-top: 20px;
}

.ty-checkout__register-content {
    padding-left: 20px;
}

.ty-checkout__register-cancel {
    margin-left: 15px;
}

.ty-checkout__register-methods {
    margin: 0;
    padding: 0;
}

.ty-checkout__register-methods-item {
    margin: 0px;
    padding: 15px 0 0;
}

input.ty-checkout__register-methods-radio {
    float: left;
    margin-top: 2px;
}

.ty-checkout__register-methods-title {
    display: block;
    padding-bottom: 5px;
    overflow: hidden;
}

.ty-checkout__register-methods-hint {
    display: inline-block;
    padding-left: 20px;
    color: #7f7f7f;
    font-size: 95%;
}

.ty-shipping-options__vendor-name {
    display: inline-block;
    padding: 15px 0 10px;
    font-weight: bold;
}

.ty-shipping-options__products {
    margin-left: 15px;
}

.ty-shipping-options__total {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}

.ty-shipping-options__image {
    max-width: 120px;
}

input.ty-shipping-options__checkbox {
    margin: 2px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    width: 10%;
    max-width: 13px;
}

.ty-shipping-options__group {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 90%;
}

.ty-shipping-options__method {
    margin: 20px 0 5px;
    font-size: 0;
}

.ty-customer-notes {
    padding: 15px 20px;
}

.ty-customer-notes__title {
    font-weight: bold;
}

.ty-customer-notes__text {
    width: 100%;
    height: 100px;
    resize: vertical;
}

.ty-checkout__billing-options {
    padding: 20px 20px 0;
}

.ty-checkout__billing-options .ty-customer-notes,
.ty-checkout__billing-options .ty-license-agreement__checkbox,
.ty-checkout__billing-options .ty-company__termsf {
    padding-left: 0;
    padding-right: 0;
}

.ty-checkout__billing-options .ty-checkout__terms {
    margin-left: 0;
    margin-right: 0;
}

.ty-checkout__billing-options.ty-notab {
    padding: 0px 20px 0;
}

.ty-checkout__billing-tabs .ty-tabs {
    padding-left: 20px;
}

.ty-credit-card {
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 22px;
    max-width: 363px;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white;
}

@media (max-width: 480px) {
    .ty-credit-card {
        max-width: 100%;
    }
}

.ty-credit-card__control-group {
    position: relative;
}

input.ty-credit-card__input {
    padding: 8px;
    padding-right: 54px;
    width: 100%;
    height: 40px;
    font-size: 18px;
}

input.ty-credit-card__input-short {
    margin: 0;
    width: 50px;
}

.ty-credit-card__ty-control-group {
    position: relative;
}

.ty-credit-card .help-inline {
    display: none;
}

.ty-credit-card__cvv-field {
    display: inline-block;
    margin: 17px 15px;
    max-width: 190px;
}

.ty-credit-card__cvv-field-input {
    width: 65px;
    font-size: 18px;
    height: 38px !important;
}

.ty-cc-icons {
    position: absolute;
    right: 57px;
    bottom: 25px;
    display: inline-block;
    margin: 0 0 15px;
}

.ty-cc-icons__item {
    position: absolute;
    z-index: 10;
    display: inline-block;
    visibility: hidden;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ty-cc-icons__icon {
    display: inline-block;
    margin: 0;
    width: 51px;
    height: 32px;
    background: url('../../../../../../../../design/xvent/fonts/xv/payments.png') no-repeat;
}

.ty-cc-icons__item.cc-default,
.ty-cc-icons__item.active {
    visibility: visible;
}

.ty-cc-icons__item .default {
    background-position: -300px 0px;
}

.ty-cc-icons__item .visa-electron {
    background-position: -200px -100px;
}

.ty-cc-icons__item .maestro {
    background-position: 0 -200px;
}

.ty-cc-icons__item .american-express {
    background-position: -100px -200px;
}

.ty-cc-icons__item .discover {
    background-position: -200px -200px;
}

.ty-cc-icons__item .mastercard {
    background-position: 0px -100px;
}

.ty-cc-icons__item .visa {
    background-position: -200px 0px;
}

.ty-cvv2-about {
    display: inline-block;
    margin-left: 10px;
}

.touch .ty-cvv2-about {
    display: none;
}

.ty-cvv2-about:hover {
    position: relative;
    text-decoration: none;
}

.ty-cvv2-about__title {
    cursor: pointer;
    color: #007cb9;
}

.ty-cvv2-about__note {
    display: none;
    padding: 15px 5px;
    width: 340px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ty-cvv2-about:hover .ty-cvv2-about__note {
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 100;
    display: block;
}

.ty-cvv2-about__image {
    float: left;
    padding: 0 15px;
}

.ty-cvv2-about__description {
    float: left;
    width: 240px;
}

.ty-cvv2-about__description-title {
    margin: 0;
}

.ty-payment-icons {
    margin: 5px 0;
}

.ty-payment-icons__item {
    display: inline-block;
    margin: 5px;
    width: 51px;
    height: 32px;
    background: url('../../../../../../../../design/xvent/fonts/xv/payments.png') no-repeat;
}

.ty-payment-icons__item:first-child {
    margin-left: 0;
}

.ty-payment-icons__item:last-child {
    margin-right: 0;
}

.ty-payment-icons__item.twocheckout {
    background-position: 0 0;
}

.ty-payment-icons__item.mastercard {
    background-position: 0px -100px;
}

.ty-payment-icons__item.paypal {
    background-position: -100px -100px;
}

.ty-payment-icons__item.visa {
    background-position: -200px 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .ty-payment-icons__item {
        background-image: url('../../../../../../../../design/themes/responsive/media/images/icons/payments@2x.png?1775608344');
        background-size: 400px, 400px;
    }
}

.ty-checkout-summary__block {
    margin-top: 20px;
    width: 100%;
}

.ty-checkout-summary__item {
    padding-bottom: 15px;
}

.ty-checkout-summary__total {
    text-align: left;
}

.ty-checkout-summary__total-sum {
    display: inline-block;
    float: right;
}

.ty-checkout-summary__taxes {
    padding-bottom: 2px;
    font-weight: bold;
}

.ty-checkout-summary__taxes-name {
    word-break: break-all;
    word-break: break-word;
}

.ty-checkout-summary__order_discount {
    color: #e74c3c;
}

.ty-order-products__list {
    padding: 0px 0px;
}

.ty-order-products__list .ty-product-options {
    display: block;
    padding: 6px 0 0;
    color: #5e5e5e;
    margin-bottom: 0;
}

.ty-order-products__item {
    padding: 14px 0;
    border-bottom: 1px solid #ecf0f1;
}

.ty-order-products__item:last-child {
    padding-bottom: 5px;
    border: none;
}

.ty-order-products__item:first-child {
    padding-top: 0;
}

.ty-order-products__item-delete {
    visibility: hidden;
    float: right;
    margin: 2px 0 0 0;
}

.ty-order-products__item-delete:hover {
    text-decoration: none;
}

.ty-order-products__item:hover .ty-order-products__item-delete {
    visibility: visible;
}

.ty-order-products__price {
    color: #050505;
}

.ty-order-products__a {
    display: inline-block;
    margin: 2px 0 5px;
    max-width: 235px;
}

.ty-order-products__buttons {
    padding: 14px 0px;
}

.ty-order-products__buttons .text-button {
    color: #e74c3c;
}

.ty-order-info {
    color: #050505;
}

.ty-order-info__title {
    font-weight: bold;
}

.shipping-adress__delim {
    margin-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #ecf0f1;
}

.ty-order-info__profile-field {
    padding: 10px;
    background: #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-order-info__profile-field-item {
    float: none;
    clear: left;
    word-break: break-all;
    word-break: break-word;
}

.ty-order-info__profile-field .b-firstname,
.ty-order-info__profile-field .b-lastname,
.ty-order-info__profile-field .b-address,
.ty-order-info__profile-field .b-city,
.ty-order-info__profile-field .b-country,
.ty-order-info__profile-field .b-state,
.ty-order-info__profile-field .b-zipcode,
.ty-order-info__profile-field .s-firstname,
.ty-order-info__profile-field .s-lastname,
.ty-order-info__profile-field .s-address,
.ty-order-info__profile-field .s-city,
.ty-order-info__profile-field .s-country,
.ty-order-info__profile-field .s-state,
.ty-order-info__profile-field .s-zipcode {
    float: left;
    clear: none;
    padding-right: 5px;
}

.ty-order-info__profile-field .b-address,
.ty-order-info__profile-field .s-address {
    clear: left;
}

.ty-checkout-complete__create-account {
    width: 49%;
    display: inline-block;
}

.ty-checkout-complete__buttons:before,
.ty-checkout-complete__buttons:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-checkout-complete__buttons:after {
    clear: both;
}

.ty-checkout-complete__buttons-left {
    float: left;
}

.ty-checkout-complete__buttons-right {
    float: right;
}

.ty-checkout-complete__login-info {
    width: 45%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
}

.ty-checkout-complete_width_full {
    width: 100%;
    margin: 0 0 45px 0;
}

.ty-checkout-complete__order-success {
    margin-bottom: 20px;
}

.ty-checkout-complete__button-vmid {
    display: inline-block;
    margin-top: 8px;
}

.ty-other-pay {
    margin-top: 20px;
}

.ty-payments-list {
    float: left;
    margin: 0;
    padding-right: 60px;
}

.ty-payments-list__item {
    padding: 0px 0px 20px 0;
    font-size: 0;
}

input.ty-payments-list__checkbox {
    margin: 2px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    max-width: 13px;
}

.ty-payments-list__checkbox:checked+.ty-payments-list__item-group {
    font-weight: bold;
}

.ty-payments-list__item-group {
    padding-left: 20px;
    color: #989898;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 90%;
}

.ty-payments-list__description {
    padding-top: 5px;
    margin-bottom: 10px;
    font-weight: normal;
}

.ty-payments-list__instruction {
    display: inline-block;
    width: 255px;
    margin-bottom: 10px;
    color: #1e1e1e;
}

.ty-payments-list__instruction h2 {
    font-weight: bold;
    font-size: 135%;
    line-height: 130%;
}

.ty-payments-list__instruction p {
    padding-top: 10px;
    line-height: 150%;
}

.ty-payments-list__image {
    max-width: 120px;
}

.ty-payment-method-iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 700px;
    background: #c0c0c0;
    opacity: 0.9;
}

.ty-payment-method-iframe__label {
    position: relative;
    top: 350px;
    padding: 10px;
    height: 50px;
}

.ty-payment-method-iframe__text {
    position: relative;
    top: 20px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.ty-payment-method-iframe__box {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 700px;
    width: 100%;
}

.ty-repay .ty-tabs {
    margin-top: 5px;
}

.ty-repay-button {
    padding-bottom: 20px;
}

.ty-orders-detail {
    position: relative;
}

.ty-orders-detail .tabs {
    margin-top: 20px;
}

.ty-orders-detail .ty-subheaders-group {
    margin: 0;
}

.ty-orders__actions {
    margin: 25px 0;
}

.ty-orders__actions .ty-btn+.ty-btn {
    margin-left: 30px;
}

.ty-orders__actions-right {
    float: right;
}

.ty-orders__actions-right-item {
    float: left;
    margin-left: 25px;
}

.ty-profiles-info {
    margin-top: 20px;
    vertical-align: top;
}

.ty-profiles-info:before,
.ty-profiles-info:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-profiles-info:after {
    clear: both;
}

.ty-profiles-info__item {
    float: left;
    margin-right: 3%;
    width: 30%;
}

.ty-profiles-info__title {
    margin-bottom: 5px;
    font-size: 15px;
}

.ty-profiles-info__field {
    padding-top: 12px;
}

.ty-profiles-info__field .ty-info-field {
    margin-bottom: 5px;
    word-break: break-all;
    word-break: break-word;
}

.ty-profiles-info__field .ty-info-field:before,
.ty-profiles-info__field .ty-info-field:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-profiles-info__field .ty-info-field:after {
    clear: both;
}

.ty-orders-detail__products {
    margin-top: 25px;
}

.ty-orders-detail__table {
    width: 100%;
    margin-top: 10px;
}

.ty-orders-detail__table-description {
    margin-left: 20px;
}

.ty-orders-detail__table-product {
    width: 65%;
}

.ty-orders-detail__table-price {
    width: 15%;
    text-align: right;
}

.ty-orders-detail__table-quantity {
    width: 10%;
}

.ty-orders-detail__table-subtotal {
    text-align: right;
}

.ty-orders-detail__table-code {
    word-break: break-all;
    word-break: break-word;
}

.ty-orders-notes {
    margin-top: 28px;
}

.ty-orders-notes__body {
    position: relative;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    line-height: 150%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ty-orders-summary {
    margin-top: 28px;
}

.ty-orders-summary__wrapper {
    float: left;
    margin-top: 10px;
    padding: 4px 20px;
    min-width: 52%;
    background: #eee;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ty-orders-summary__table {
    width: 100%;
}

.ty-orders-summary__row {
    border-bottom: 1px solid #e3e9ec;
}

.ty-orders-summary__row:last-child {
    border-bottom: 0px;
}

.ty-orders-summary__total {
    font-weight: bold;
}

.ty-orders-summary__wrapper td {
    padding: 13px 10px 11px 0;
    vertical-align: top;
}

.ty-orders-summary__taxes-description {
    padding-top: 5px;
}

.ty-orders-summary__right {
    float: right;
}

.ty-orders-shipment .ty-subheader {
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
}

.ty-orders-shipment .ty-subheader:first-child {
    margin-top: 0px;
}

.ty-orders-shipment__info p {
    padding-top: 0px;
}

.ty-orders-shipment__table {
    width: 100%;
    margin-top: 10px;
}

.ty-orders-shipment-notes__header {
    font-size: 14px;
    float: left;
    padding-right: 10px;
    display: table-cell;
}

.ty-orders-shipment-notes__body {
    display: table-cell;
}

.ty-orders-shipment-notes__info {
    padding-top: 20px;
}

.ty-orders-shipment-notes_body {
    float: left;
    display: table-cell;
}

.ty-orders-search {
    position: relative;
    width: 100%;
}

.ty-orders-search__item {
    vertical-align: top;
}

.ty-orders-search__header--actions {
    width: 25%;
}

@media (min-width: 1024px) {
    .ty-orders-search__header--actions {
        width: 18%;
    }
}

.ty-orders-search__item.ty-orders-search__item--actions .ty-table__responsive-header {
    padding-top: 7px;
    padding-right: 5px;
}

.ty-orders-search__item.ty-orders-search__item--actions .ty-btn-icon {
    background: none;
    color: #465f73;
}

@media (min-width: 768px) {
    .ty-orders-search__item.ty-orders-search__item--actions {
        padding-top: 5px;
    }
}

.ty-orders-search-options .ty-period {
    clear: none;
    margin-left: 2.1276595744681%;
    float: left;
}

.ty-orders-search-options .ty-period__wrapper {
    padding-right: 10px;
    margin-bottom: 12px;
}

.ty-orders-search-options .ty-period__select-date {
    margin-bottom: 12px;
    float: left;
}

.ty-orders-search-options .ty-period__select-date .ty-control-group__title {
    visibility: hidden;
}

.ty-orders-search-options .ty-period__dash {
    padding: 0;
}

.ty-orders-search-options .ty-status-info {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ty-orders-search-options .ty-status-info label {
    display: inline-block;
    margin-right: 0;
    font-size: 0.875rem;
    width: 25%;
    word-break: break-word;
}

.ty-orders-search-options .ty-status-info input[type='checkbox'] {
    margin-left: 0px;
}

.ty-orders-search-options .ty-orders-search__options-status {
    margin-left: 25px;
}

.ty-orders-search__user-info {
    margin: 0;
    padding: 0;
}

.ty-orders-repay {
    margin-top: 30px;
}

.ty-orders-repay .tabs-content {
    padding-left: 20px;
    padding-top: 20px;
}

.ty-orders-repay .ty-customer-notes {
    padding-right: 0px;
    padding-left: 0px;
}

.ty-orders-repay .ty-other-pay {
    margin-top: 0px;
}

.ty-order-status {
    margin: 5% auto;
    padding: 15px 15px 15px 40px;
    width: 920px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7 url('../../../../../../../../design/themes/responsive/media/images/icons/ajax.gif?1775608344') no-repeat 15px center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ty-checkout-block-terms {
    padding: 0;
}

.ty-license-agreement__checkbox {
    padding: 0 20px;
}

.ty-license-agreement__checkbox__checkbox {
    display: block;
    font-weight: bold;
}

.ty-orders-promotion {
    margin-top: 30px;
}

.ty-orders-promotion__title {
    font-size: 16px;
}

.ty-orders-promotion__description {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 10px;
    padding: 10px;
}

.ty-exception {
    position: relative;
    margin: 50px 0px 30px 0px;
    padding: 40px 0px 70px 0px;
}

.ty-exception__code {
    top: 92px;
    left: 63px;
    display: inline-block;
    width: 300px;
    color: #e74c3c;
    text-align: center;
    font-weight: bold;
    font-size: 86px;
    line-height: 70px;
}

.ty-exception__code-txt {
    display: block;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
}

.ty-exception__title-info {
    display: inline-block;
    padding-left: 30px;
}

.ty-exception__title {
    padding: 0px 0px 25px 0px;
    font-size: 25px;
    font-weight: normal;
    color: #34495e;
}

.ty-exception__info {
    padding: 0px 0px 30px 0px;
    color: #bdc3c7;
    font-size: 110%;
}

.ty-exception__links {
    margin: 0px 20px 0px 0px;
}

.ty-exception__links-item {
    float: left;
    list-style-type: none;
    margin-right: 20px;
}

.ty-exception__links-a {
    text-decoration: underline;
    cursor: pointer;
}

.ty-sitemap {
    margin-bottom: 10px;
}

.ty-sitemap__section-title {
    display: block;
    padding: 10px 0 7px 0;
    border-color: #fff;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
}

.ty-sitemap__section-wrapper {
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 33%;
}

.ty-sitemap__tree {
    margin: 20px 0 15px 0;
}

.ty-sitemap__tree-section-list {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    min-height: 165px;
    width: 33%;
    font-size: 12px;
}

.ty-sitemap__section-sub-title {
    font-weight: bold;
    font-size: 120%;
}

.ty-sitemap__tree-list-item {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 0;
}

.ty-sitemap__tree-list-item {
    padding: 5px 0;
}

.ty-company-fields {
    margin-bottom: 50px;
}

.ty-company-fields .ty-input-text,
.ty-company-fields .ty-input-textarea-long {
    width: 100%;
}

.ty-company-fields select {
    width: 100%;
}

.ty-companies {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.ty-companies:before,
.ty-companies:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-companies:after {
    clear: both;
}

.ty-companies__info {
    overflow: hidden;
    padding-left: 25px;
}

.ty-companies__img {
    float: left;
    text-align: center;
}

.ty-company-title {
    display: inline-block;
    padding: 5px 0;
}

.ty-company-detail__top-links {
    line-height: 20px;
}

.ty-company-detail__view-products {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    cursor: pointer;
}

.ty-company-detail__categories {
    margin-top: 10px;
}

.ty-company-detail__table {
    width: 100%;
    margin-top: 10px;
}

.ty-company-detail__info-title {
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #404040;
    font-weight: bold;
    font-size: 115%;
}

.ty-company-detail__logo {
    float: left;
    overflow: hidden;
    margin: 0 100px 20px 0;
    width: 160px;
    height: 100px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 100px;
}

.ty-company-detail__logo:before,
.ty-company-detail__logo:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-company-detail__logo:after {
    clear: both;
}

.ty-company-detail__logo .ty-no-image {
    width: 160px !important;
    height: 100px !important;
}

.ty-company-detail__info {
    overflow: hidden;
    margin-top: 25px;
}

.ty-company-detail__info:before,
.ty-company-detail__info:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.ty-company-detail__info:after {
    clear: both;
}

.ty-company-image {
    vertical-align: middle;
}

.ty-company-detail__info-list {
    float: left;
    margin-bottom: 20px;
    max-width: 320px;
    word-break: break-all;
}

.ty-company-detail_info-first {
    margin-right: 10%;
}

.ty-company-detail__ty-control-group {
    padding-top: 3px;
}

.ty-company-detail__control-label {
    display: inline-block;
    width: 95px;
    word-break: break-word;
    vertical-align: top;
}

.ty-company__terms {
    margin: 25px 20px;
    padding: 15px 20px;
    border: 2px solid #bdc3c7;
    border-radius: 3px;
    background: #fff;
    font-weight: bold;
}

.ty-company-info {
    margin: 45px 0 0 58px;
    padding-bottom: 280px;
    background: url('../../../../../../../../design/themes/responsive/media/images/company_vendor.png?1775608344') no-repeat bottom center;
}

.ty-company-info h4 {
    padding-bottom: 10px;
    font-size: 19px;
}

.ty-company-info ul li {
    margin-bottom: 11px;
    margin-left: 17px;
    padding: 2px 0;
    list-style-type: disc;
}

.ty-grid-vendors .ty-grid-list__company-logo .ty-company-image-wrapper {
    display: block;
    text-align: center;
    line-height: 100px;
}

.ty-grid-vendors .ty-grid-list__item-location .company-location {
    display: block;
    text-align: center;
    color: #777;
    word-wrap: break-word;
}

.ty-grid-vendors .ty-grid-list__total-products .ty-company-total-products {
    display: block;
    text-align: center;
    color: #777;
    word-wrap: break-word;
    text-transform: lowercase;
}

.vendor-info-grid {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin: 30px 0 3px;
    padding: 35px 0;
}

.ty-entry-page__item {
    margin: 3px 0;
    padding: 8px;
}

.ty-entry-page__a {
    display: block;
}

#entry_page {
    overflow: auto;
}

.ty-grid-promotions {
    margin-left: -10px;
    margin-right: -10px;
}

.ty-grid-promotions__item {
    border: 1px solid #ebebeb;
    margin: 10px 10px 25px 10px;
    padding: 0;
}

.ty-grid-promotions__content {
    padding: 20px 20px 25px 20px;
}

.ty-grid-promotions__subtitle {
    margin-left: 10px;
    margin-right: 10px;
}

.ty-grid-list__available {
    margin-bottom: 7px;
    color: #adadad;
    font-size: 13px;
}

.ty-grid-promotions__company {
    margin-bottom: 7px;
}

.ty-grid-promotions__header {
    margin-bottom: 7px;
    line-height: 1.2;
}

.ty-grid-promotions__description table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
}

.ty-categories-picker {
    margin-top: -1px;
    width: 100%;
}

.ty-categories-picker__title,
.ty-categories-picker__item {
    padding: 12px;
    border: 1px solid #ecf0f1;
    text-align: left;
}

.ty-categories-picker .ty-dir-list {
    color: #b3b3b3;
}

.ty-tree-space {
    display: inline-block;
    width: 10px;
}

.download {
    margin-top: 20px;
}

.ty-download__table {
    width: 100%;
    margin: 11px 0 35px 0;
}

.ty-download-icon {
    margin-right: 5px;
    color: #bdc3c7;
}

.ty-download__empty {
    color: #e4e4e4;
}

.ty-download__icon {
    margin-left: 5px;
    font-size: 120%;
}

.ty-download__size-col {
    width: 20%;
}

.ty-download__nostyle {
    padding: 0 !important;
    border: 0 !important;
}

.ty-download__table-nomargin {
    width: 100%;
}

.te-mode {
    margin-left: 300px;
}

.te-mode .ty-ajax-loading-box {
    margin-left: 156px;
}

html #jquery-overlay {
    z-index: 1160;
}

html #jquery-lightbox {
    z-index: 1170;
}

.homepage-banners {
    margin-top: 25px;
}

.ty-homepage-vendors {
    margin-top: 35px;
}

.ty-homepage-vendors ul {
    margin: 15px 15px 0 0;
}

.ty-homepage-vendors ul li {
    padding: 5px 0;
}

.ty-homepage-vendors__devider {
    border-top: 1px solid #e4e4e4;
    padding: 10px 0;
    margin-top: 15px;
}

.ty-pagination {
    margin: 10px 0 10px;
    padding: 10px 0 10px 0;
}

.ty-pagination__items {
    display: inline-block;
    color: #8b8b8b;
}

.ty-pagination__bottom {
    border-top: 1px solid #dedede;
}

.ty-pagination__item,
.ty-pagination__selected {
    color: white;
    display: inline-block;
    padding: 3px 7px;
    min-width: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.ty-pagination__item {
    color: #8b8b8b;
}

.ty-pagination__item:hover {
    background: #e4e4e4;
    color: #8b8b8b;
    padding: 4px 7px;
}

.ty-pagination__selected {
    color: #fff;
    font-size: 14px;
    background: #007cb9;
}

.ty-pagination__range,
.ty-pagination__btn {
    margin: 0 4px;
    padding: 5px 7px;
    width: auto;
    color: #8b8b8b;
}

.ty-pagination__btn:hover {
    color: #8b8b8b;
}

.ty-pagination__prev,
.ty-pagination__next {
    color: #8b8b8b;
}

.ty-pagination__prev:hover,
.ty-pagination__next:hover {
    color: #8b8b8b;
    background: #e4e4e4;
    cursor: pointer;
}

.ty-pagination__text {
    text-transform: uppercase;
}

.ty-pagination__text-arrow {
    font-size: 16px;
    line-height: 10px;
    font-style: normal;
}

.ty-pagination__text-arrow:before {
    content: "←";
}

.ty-pagination__right-arrow .ty-pagination__text-arrow:before {
    content: "→";
}

.ty-tabs {
    margin-top: 30px;
    vertical-align: bottom;
    border-bottom: 1px solid #d2d2d2;
}

.ty-tabs__list {
    vertical-align: bottom;
}

.ty-tabs__item,
.ty-tabs .subtab {
    float: left;
    vertical-align: bottom;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    margin: 2px 2px 0 0;
    padding: 0 0 0 3px;
    position: relative;
    background: #d7d7d7;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.ty-tabs__item:hover,
.ty-tabs .subtab:hover {
    background: #dfdfdf;
}

.ty-tabs__item.active,
.ty-tabs .subtab.active {
    background: #b1b1b1;
}

.ty-tabs__a,
.ty-tabs .subtab a {
    display: block;
    padding: 8px 21px 2px 18px;
    height: 23px;
    color: #7c7e80;
    text-decoration: none;
}

.ty-tabs__item.active .ty-tabs__a {
    color: #fff;
}

.ty-tabs .subtab .ty-tabs__item.active .ty-tabs__a {
    color: #7c7e80;
}

.ty-tabs__a:hover,
.ty-tabs .subtab a:hover {
    text-decoration: none;
    color: #7c7e80;
}

.ty-tabs__content {
    padding: 15px 5px;
}

.tab-list-title {
    margin: 50px 0 15px 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 22px;
}

.ty-tabs .open .dropdown-menu {
    display: block;
}

.ty-tabs .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.ty-tabs .dropdown-menu li.active {
    float: none;
    border: 0;
    margin: 0;
}

.ty-tabs .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    border: 0px;
}

.ty-tabs .subtab {
    float: right !important;
}

.ty-tabs .ty-icon-down-dir {
    position: relative;
    float: none;
    top: 0;
    left: 0;
    margin: 0 2px;
}

.ty-tabs__item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ty-ajax-loading-box__inner {
    display: none;
    margin: 0 10px 0 5px;
    padding: 6px 0 6px 27px;
    color: #fff;
    font-weight: bold;
}

.ty-ajax-loading-box {
    display: none;
    position: fixed;
    background: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
    overflow: visible;
    opacity: 0.8;
    border-radius: 5px;
    width: 52px;
    min-height: 52px;
}

.ty-ajax-loading-box::before {
    box-sizing: content-box;
    position: absolute;
    content: '';
    opacity: 0.6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #4a4a4a;
    border-top: 3px solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
}

.ty-ajax-loading-box::before {
    top: calc(24px / 2);
}

.ty-ajax-loading-box::before {
    left: calc(50% - (24px + 3px * 2) / 2);
}

.ty-ajax-loading-box_text_block {
    min-width: 120px;
    min-height: 76px;
    background-position: 44px 10px;
}

.ty-ajax-loading-box-with__text-wrapper {
    color: #fff;
    margin-top: 50px;
    display: block;
    margin-left: 0px;
    width: 100%;
    padding: 0px 5px 5px 5px;
    text-align: center;
    box-sizing: border-box;
}

.ty-ajax-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
    display: none;
}

.notification-content-extended {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1101;
    margin: -40px 0 0 -320px;
    min-height: 140px;
    width: 640px;
    color: #000;
    background-color: #fff;
    border: 1px solid gray;
}

.notification-content-extended {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.notification-content-extended h1 {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ty-product-notification__buttons {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.notification-content-extended .ty-product-notification__body {
    overflow: auto;
}

.notification-body-extended {
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}

.notification-container {
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 1022;
    min-width: 300px;
    width: 40%;
}

.notification-container-top {
    top: 10px;
}

.notification-content {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px 10px 18px;
    line-height: 150%;
    border-radius: 2px;
    border-radius: 4px;
}

.notification-content strong {
    margin-right: 7px;
}

.notification-content-extended h1 {
    position: relative;
    padding: 13px 30px 10px 20px;
    border: none;
    border-bottom: 1px solid #bdc3c7;
    background: #f8f9f9;
    font-weight: normal;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.notification-content-extended h1 span {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 16px;
    height: 16px;
    color: #acacac;
    text-shadow: none;
    font: 13px/1 'glyphs';
    opacity: 1;
    cursor: pointer;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.notification-content-extended h1 span:before {
    font-family: glyphs;
    content: "\e009";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.notification-content-extended h1 span:hover {
    color: #dfdfdf;
    opacity: 1;
}

.close {
    position: absolute;
    top: 5px;
    right: 7px;
    float: right;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 15px;
    cursor: pointer;
    -webkit-appearance: none;
}

.close:hover {
    text-decoration: none;
    cursor: pointer;
}

.alert-success,
.alert-warning,
.alert-error {
    position: relative;
    margin: 7px 0 7px 0;
    border: 1px solid;
    font-size: 100%;
    opacity: 0.96;
}

.alert-success {
    border-color: #8bc045;
    background: #d0eaae;
    color: #496e16;
}

.alert-success .close {
    color: #8bc045;
}

.alert-warning {
    border-color: #f39c12;
    background: #f5e08c;
    color: #ac6e0b;
}

.alert-warning .close {
    color: #f39c12;
}

.alert-error {
    border-color: #c0392b;
    background: #eb7064;
    color: white;
}

.alert-error .close {
    color: #c0392b;
}

.alert-error a {
    color: #fff;
    text-decoration: underline;
}

.owl-item {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    display: flex !important;
    align-content: center;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoheight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
    min-height: 32px;
}

.owl-buttons {
    color: #585858;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeout .7s both ease;
    -moz-animation: fadeout .7s both ease;
    animation: fadeout .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadein .7s both ease;
    -moz-animation: fadein .7s both ease;
    animation: fadein .7s both ease;
}

.owl-backslide-out {
    -webkit-animation: backslideout 1s both ease;
    -moz-animation: backslideout 1s both ease;
    animation: backslideout 1s both ease;
}

.owl-backslide-in {
    -webkit-animation: backslidein 1s both ease;
    -moz-animation: backslidein 1s both ease;
    animation: backslidein 1s both ease;
}

.owl-godown-out {
    -webkit-animation: scaletofade .7s ease both;
    -moz-animation: scaletofade .7s ease both;
    animation: scaletofade .7s ease both;
}

.owl-godown-in {
    -webkit-animation: godown .6s ease both;
    -moz-animation: godown .6s ease both;
    animation: godown .6s ease both;
}

.owl-fadeup-in {
    -webkit-animation: scaleupfrom .5s ease both;
    -moz-animation: scaleupfrom .5s ease both;
    animation: scaleupfrom .5s ease both;
}

.owl-fadeup-out {
    -webkit-animation: scaleupto .5s ease both;
    -moz-animation: scaleupto .5s ease both;
    animation: scaleupto .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backslideout {
    25% {
        opacity: .5;
        -webkit-transform: translatez(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translatez(-500px) translatex(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translatez(-500px) translatex(-200%);
    }
}

@-moz-keyframes backslideout {
    25% {
        opacity: .5;
        -moz-transform: translatez(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translatez(-500px) translatex(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translatez(-500px) translatex(-200%);
    }
}

@keyframes backslideout {
    25% {
        opacity: .5;
        transform: translatez(-500px);
    }

    75% {
        opacity: .5;
        transform: translatez(-500px) translatex(-200%);
    }

    100% {
        opacity: .5;
        transform: translatez(-500px) translatex(-200%);
    }
}

@-webkit-keyframes backslidein {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translatez(-500px) translatex(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translatez(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatez(0) translatex(0);
    }
}

@-moz-keyframes backslidein {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translatez(-500px) translatex(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translatez(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translatez(0) translatex(0);
    }
}

@keyframes backslidein {

    0%,
    25% {
        opacity: .5;
        transform: translatez(-500px) translatex(200%);
    }

    75% {
        opacity: .5;
        transform: translatez(-500px);
    }

    100% {
        opacity: 1;
        transform: translatez(0) translatex(0);
    }
}

@-webkit-keyframes scaletofade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaletofade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaletofade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes godown {
    from {
        -webkit-transform: translatey(-100%);
    }
}

@-moz-keyframes godown {
    from {
        -moz-transform: translatey(-100%);
    }
}

@keyframes godown {
    from {
        transform: translatey(-100%);
    }
}

@-webkit-keyframes scaleupfrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleupfrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleupfrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleupto {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleupto {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleupto {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.owl-theme {
    margin: 0;
}

.ty-owl-controls {
    padding-bottom: 10px;
    float: right;
    position: relative;
    z-index: 100;
}

.ty-sidebox .ty-owl-controls {
    margin: -50px 0 0 0;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls-outside {
    margin-top: 0;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    height: 28px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ty-owl-previewer__container .ty-owl-previewer__prev-icon,
.ty-owl-previewer__container .ty-owl-previewer__next-icon {
    display: inline-block;
    width: 15px;
    line-height: 28px;
}

.ty-owl-previewer__container .ty-owl-previewer__prev-icon {
    margin-left: 7px;
}

.ty-owl-previewer__container .ty-owl-previewer__next-icon {
    margin-right: 7px;
}

.owl-theme .owl-controls-outside .owl-buttons div {
    float: left;
    font-size: 15px;
    padding: 2px 9px;
    height: 20px;
    width: 6px;
    margin-top: 3px;
    margin-bottom: 0;
}

.owl-theme .owl-controls-outside .owl-buttons div:last-child {
    margin-right: 0;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #a9b0b4;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading::before {
    box-sizing: content-box;
    position: absolute;
    content: '';
    opacity: 0.6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #4a4a4a;
    border-top: 3px solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
}

.owl-item.loading::before {
    top: calc(50% - (24px + 3px * 2) / 2);
}

.owl-item.loading::before {
    left: calc(50% - (24px + 3px * 2) / 2);
}

.owl-more-theme .owl-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.owl-more-theme .owl-prev,
.owl-more-theme .owl-next {
    position: absolute;
    padding: 3px 8px 0 8px;
}

.owl-more-theme .owl-prev i,
.owl-more-theme .owl-next i,
.owl-more-theme .owl-prev .ty-icon,
.owl-more-theme .owl-next .ty-icon {
    font-size: 30px;
}

.owl-more-theme .owl-prev {
    left: -35px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.owl-more-theme .owl-next {
    right: -35px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

#lightbox-container-image-box {
    height: 100% !important;
}

#lightbox-container-image,
#lightbox-container-image-data-box,
#lightbox-container-image-box,
#lightbox-image,
#lightbox-nav {
    max-width: 100vw;
}

#lightbox-image {
    max-height: 80vh;
}

@media (max-width: 767px) {
    #jquery-lightbox {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .pp_pic_holder.pp_default {
        max-width: 100vw;
        overflow: hidden;
        position: fixed;
        top: 0% !important;
    }

    #pp_full_res,
    .pp_content,
    .ppt {
        max-width: 100vw;
    }

    .pp_details {
        max-width: 100%;
    }

    #pp_full_res img,
    .pp_hoverContainer,
    .pp_content {
        max-width: 100%;
        height: auto !important;
    }

    a.pp_close {
        top: -35px !important;
    }
}

.ty-owl-previewer .object-container,
.ty-owl-previewer .ty-owl-previewer__container,
.ty-owl-previewer .owl-wrapper-outer,
.ty-owl-previewer .owl-wrapper,
.ty-owl-previewer__image-container {
    height: 100vh !important;
    max-height: 100%;
}

.ty-owl-previewer .object-container {
    overflow-x: hidden;
}

.ty-owl-previewer__image--flex-fix-wrapper {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: calc(100% - 30px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ty-owl-previewer .owl-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ty-owl-previewer .owl-buttons {
    position: absolute;
    left: 0;
    right: 0;
    height: 0px;
    bottom: calc(50% + 60px);
    display: flex;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .ty-owl-previewer .owl-buttons {
        display: none;
    }
}

.ty-owl-previewer .owl-next {
    transform: scale(3);
}

.ty-owl-previewer .owl-next:before {
    border: 0 !important;
}

.ty-owl-previewer .owl-prev {
    transform: scale(3);
}

.ty-owl-previewer .owl-prev:after {
    border: 0 !important;
}

.ty-owl-previewer__image-container {
    display: flex;
    align-items: start;
    justify-content: center;
}

.ty-owl-previewer__image {
    display: inline;
    max-width: 100%;
    width: auto;
    max-height: 100%;
}

.ty-owl-previewer__dialog {
    height: 80vh !important;
    width: 80vw !important;
    top: 10vh !important;
    left: 10vw !important;
    max-height: none;
    max-width: 80vw !important;
    position: fixed;
}

@media (max-width: 767px) {
    .ty-owl-previewer__dialog {
        height: 100vh !important;
        width: 100vw !important;
        top: 0vh !important;
        left: 0vw !important;
        max-width: 100vw !important;
    }
}

.ty-owl-previewer__dialog .ui-dialog-titlebar {
    background: white;
    border: none;
}

.ty-owl-previewer.ui-dialog-content {
    height: calc(100% - 48px) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ty-owl-previewer.ui-dialog-content .object-container {
    padding: 4px;
    display: block;
    width: 100%;
}

.ty-scroller {
    display: flex;
}

.ty-scroller>.ty-scroller__item {
    width: 100%;
}

@media (min-width: 980px) {

    .ty-scroller[data-ca-scroller-item-desktop="1"]>.ty-scroller__item:nth-child(n + 2),
    .ty-scroller[data-ca-scroller-item-desktop="2"]>.ty-scroller__item:nth-child(n + 3),
    .ty-scroller[data-ca-scroller-item-desktop="3"]>.ty-scroller__item:nth-child(n + 4),
    .ty-scroller[data-ca-scroller-item-desktop="4"]>.ty-scroller__item:nth-child(n + 5),
    .ty-scroller[data-ca-scroller-item-desktop="5"]>.ty-scroller__item:nth-child(n + 6),
    .ty-scroller[data-ca-scroller-item-desktop="6"]>.ty-scroller__item:nth-child(n + 7),
    .ty-scroller[data-ca-scroller-item-desktop="7"]>.ty-scroller__item:nth-child(n + 8),
    .ty-scroller[data-ca-scroller-item-desktop="8"]>.ty-scroller__item:nth-child(n + 9),
    .ty-scroller[data-ca-scroller-item-desktop="9"]>.ty-scroller__item:nth-child(n + 10),
    .ty-scroller[data-ca-scroller-item-desktop="10"]>.ty-scroller__item:nth-child(n + 11) {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 979px) {

    .ty-scroller[data-ca-scroller-item-desktop-small="1"]>.ty-scroller__item:nth-child(n + 2),
    .ty-scroller[data-ca-scroller-item-desktop-small="2"]>.ty-scroller__item:nth-child(n + 3),
    .ty-scroller[data-ca-scroller-item-desktop-small="3"]>.ty-scroller__item:nth-child(n + 4),
    .ty-scroller[data-ca-scroller-item-desktop-small="4"]>.ty-scroller__item:nth-child(n + 5),
    .ty-scroller[data-ca-scroller-item-desktop-small="5"]>.ty-scroller__item:nth-child(n + 6),
    .ty-scroller[data-ca-scroller-item-desktop-small="6"]>.ty-scroller__item:nth-child(n + 7),
    .ty-scroller[data-ca-scroller-item-desktop-small="7"]>.ty-scroller__item:nth-child(n + 8),
    .ty-scroller[data-ca-scroller-item-desktop-small="8"]>.ty-scroller__item:nth-child(n + 9),
    .ty-scroller[data-ca-scroller-item-desktop-small="9"]>.ty-scroller__item:nth-child(n + 10),
    .ty-scroller[data-ca-scroller-item-desktop-small="10"]>.ty-scroller__item:nth-child(n + 11) {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 768px) {

    .ty-scroller[data-ca-scroller-item-tablet="1"]>.ty-scroller__item:nth-child(n + 2),
    .ty-scroller[data-ca-scroller-item-tablet="2"]>.ty-scroller__item:nth-child(n + 3),
    .ty-scroller[data-ca-scroller-item-tablet="3"]>.ty-scroller__item:nth-child(n + 4),
    .ty-scroller[data-ca-scroller-item-tablet="4"]>.ty-scroller__item:nth-child(n + 5),
    .ty-scroller[data-ca-scroller-item-tablet="5"]>.ty-scroller__item:nth-child(n + 6),
    .ty-scroller[data-ca-scroller-item-tablet="6"]>.ty-scroller__item:nth-child(n + 7),
    .ty-scroller[data-ca-scroller-item-tablet="7"]>.ty-scroller__item:nth-child(n + 8),
    .ty-scroller[data-ca-scroller-item-tablet="8"]>.ty-scroller__item:nth-child(n + 9),
    .ty-scroller[data-ca-scroller-item-tablet="9"]>.ty-scroller__item:nth-child(n + 10),
    .ty-scroller[data-ca-scroller-item-tablet="10"]>.ty-scroller__item:nth-child(n + 11) {
        display: none;
    }
}

@media (max-width: 479px) {

    .ty-scroller[data-ca-scroller-item-mobile="1"]>.ty-scroller__item:nth-child(n + 2),
    .ty-scroller[data-ca-scroller-item-mobile="2"]>.ty-scroller__item:nth-child(n + 3),
    .ty-scroller[data-ca-scroller-item-mobile="3"]>.ty-scroller__item:nth-child(n + 4),
    .ty-scroller[data-ca-scroller-item-mobile="4"]>.ty-scroller__item:nth-child(n + 5),
    .ty-scroller[data-ca-scroller-item-mobile="5"]>.ty-scroller__item:nth-child(n + 6),
    .ty-scroller[data-ca-scroller-item-mobile="6"]>.ty-scroller__item:nth-child(n + 7),
    .ty-scroller[data-ca-scroller-item-mobile="7"]>.ty-scroller__item:nth-child(n + 8),
    .ty-scroller[data-ca-scroller-item-mobile="8"]>.ty-scroller__item:nth-child(n + 9),
    .ty-scroller[data-ca-scroller-item-mobile="9"]>.ty-scroller__item:nth-child(n + 10),
    .ty-scroller[data-ca-scroller-item-mobile="10"]>.ty-scroller__item:nth-child(n + 11) {
        display: none;
    }
}

.ty-footer-form-block {
    margin: 27px 0px 0px 0px;
    color: white;
}

.ty-footer-form-block__title {
    display: inline-block;
    padding-right: 30px;
    font-size: 22px;
    color: white;
    font-weight: normal;
}

.ty-footer-form-block__form {
    display: inline-block;
    margin: 0 0 10px 0 !important;
    width: 300px;
}

.ty-footer-form-block__form .cm-hint {
    color: #c9c9c9;
}

.dropdown-menu {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.ty-visually-hidden,
.ty-visually-hidden-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.radio.ty-visually-hidden,
.radio.ty-visually-hidden-focusable:not(:focus),
.checkbox.ty-visually-hidden,
.checkbox.ty-visually-hidden-focusable:not(:focus),
input[type="radio"].ty-visually-hidden,
input[type="radio"].ty-visually-hidden-focusable:not(:focus),
input[type="checkbox"].ty-visually-hidden,
input[type="checkbox"].ty-visually-hidden-focusable:not(:focus) {
    margin: -1px;
}

.litecheckout .cm-sdek-select-store {
    position: static;
    display: none;
}

.litecheckout .pickup--map-list,
.litecheckout .pickup--list,
.litecheckout .ty-checkout-select-store,
.litecheckout .ty-checkout-select-store__list,
.litecheckout .ty-checkout-select-store__map-full-div {
    padding-left: 0;
}

.litecheckout .pickup--show-all-btn-wrapper {
    width: 100%;
    padding: 6.5px;
    text-align: center;
}

.litecheckout .pickup__open-pickupups-btn {
    display: flex;
    margin-top: 15px;
    flex-basis: 100%;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}

.litecheckout .pickup__offices {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    overflow-y: auto;
    height: 500px;
    max-height: 500px;
    padding: 4px;
}

.litecheckout .pickup__offices.litecheckout__fields-row--wrapped .ty-one-store {
    flex-basis: 100%;
    width: 100%;
}

.litecheckout .pickup__offices-wrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    overflow-y: hidden;
    height: 502px;
    max-height: 502px;
    border: 1px solid #e4e4e4;
    margin: 0;
    border-radius: 6px;
}

.litecheckout .pickup__offices-wrapper--near-map {
    flex-basis: 100% !important;
    width: auto;
}

.litecheckout .pickup__offices--list {
    padding: 0px;
}

@media (max-width: 767px) {
    .litecheckout .pickup__offices--list {
        max-height: calc(100vh - 140px) !important;
        min-height: calc(100vh - 140px) !important;
        overflow: auto;
    }

    .litecheckout .pickup__offices--list-no-height.pickup__offices {
        max-height: unset !important;
        min-height: unset !important;
        padding: 0;
        padding-top: 15px;
    }

    .litecheckout .pickup__offices--list-no-height.pickup__offices .ty-one-store {
        border-top: 1px solid #dce3ea;
        border-right: 1px solid #dce3ea;
    }
}

.litecheckout .pickup__offices--list .ty-one-store {
    padding: 0 !important;
    min-height: auto !important;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.litecheckout .pickup__offices--list .ty-one-store .ty-sdek-store__label.ty-one-store__label {
    border: 0 !important;
    border-radius: 0 !important;
}

.litecheckout .pickup__offices--list .ty-sdek-office__selected {
    border-radius: 0 !important;
    border-left-color: #4c4c4c !important;
    background-color: #fff !important;
}

.litecheckout .pickup__offices--list .ty-sdek-office__selected .ty-one-store__name {
    color: #4c4c4c;
}

.litecheckout .pickup__offices--list .ty-sdek-office__selected .ty-sdek-store__label.ty-one-store__label {
    box-shadow: none !important;
}

.litecheckout .pickup__offices--list:not(.pickup__offices--list--no-sorting) .ty-sdek-office__selected {
    order: -1;
}

.litecheckout .pickup__search {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.02);
}

.litecheckout .pickup__search-field {
    max-width: 100%;
    margin: 0;
}

.litecheckout .pickup--list .pickup__offices-wrapper {
    flex-basis: 100%;
    overflow: initial;
    height: auto;
}

.litecheckout .pickup--list .pickup__offices {
    padding: 0;
    height: auto;
}

.litecheckout .pickup--list .pickup__offices.litecheckout__fields-row--wrapped .ty-one-store {
    flex-basis: 100%;
}

.litecheckout .pickup--map-list .pickup__offices-wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.litecheckout .pickup--map-list,
.litecheckout .pickup--list {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.litecheckout .pickup__map-wrapper {
    display: flex;
    flex-basis: 70%;
    height: 500px;
    margin: 0;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .litecheckout .pickup__map-wrapper {
        border-radius: 0;
    }
}

.litecheckout .pickup__map-container {
    flex-basis: 100%;
}

.litecheckout .pickup--map-list .ty-checkout-select-store__item-view,
.litecheckout .pickup--map-list .ty-checkout-select-store__list__item-view,
.litecheckout .pickup--list .ty-checkout-select-store__item-view,
.litecheckout .pickup--list .ty-checkout-select-store__list__item-view {
    padding: 0 6px;
    padding-bottom: 20px;
}

.litecheckout .pickup--map-list .ty-checkout-select-store__item-view .ty-btn.ty-btn__tertiary.text-button,
.litecheckout .pickup--map-list .ty-checkout-select-store__list__item-view .ty-btn.ty-btn__tertiary.text-button,
.litecheckout .pickup--list .ty-checkout-select-store__item-view .ty-btn.ty-btn__tertiary.text-button,
.litecheckout .pickup--list .ty-checkout-select-store__list__item-view .ty-btn.ty-btn__tertiary.text-button {
    padding: 10px 25px;
}

.litecheckout .pickup--map-list .ty-checkout-select-store__list .ty-one-store__label,
.litecheckout .pickup--list .ty-checkout-select-store__list .ty-one-store__label {
    min-height: 105px;
    display: flex;
    align-items: center;
}

.litecheckout .pickup--map-list .ty-checkout-select-store__list .ty-one-store__label .ty-one-store__name,
.litecheckout .pickup--list .ty-checkout-select-store__list .ty-one-store__label .ty-one-store__name {
    padding-top: 0px;
}

.litecheckout .pickup--map-list .ty-checkout-select-store__list .ty-one-store__label label,
.litecheckout .pickup--list .ty-checkout-select-store__list .ty-one-store__label label {
    width: 100%;
}

.litecheckout .pickup--map-list .ty-one-store,
.litecheckout .pickup--list .ty-one-store {
    display: flex;
    width: 33.3%;
    flex-basis: 33.3%;
    padding: 6.5px;
    margin: 0px;
    min-height: 145px;
    background-color: rgba(0, 0, 0, 0.02);
    border-left: 3px solid transparent;
    box-sizing: border-box;
}

.litecheckout .pickup--map-list .ty-one-store.hidden,
.litecheckout .pickup--list .ty-one-store.hidden {
    display: none;
}

.litecheckout .pickup--map-list .ty-one-store__name,
.litecheckout .pickup--list .ty-one-store__name {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
}

.litecheckout .pickup--map-list .ty-one-store__description .ty-one-office__address,
.litecheckout .pickup--list .ty-one-store__description .ty-one-office__address {
    font-size: 12px;
    color: #6c6c6c;
}

.litecheckout .pickup--map-list .ty-one-store__description .ty-one-office__worktime,
.litecheckout .pickup--list .ty-one-store__description .ty-one-office__worktime {
    font-size: 12px;
    color: #6c6c6c;
}

.litecheckout .pickup--map-list .ty-one-store__label,
.litecheckout .pickup--list .ty-one-store__label {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
    justify-content: center;
    border-radius: 5px;
    border: solid 1px #acbdcd;
}

.litecheckout .pickup--map-list .ty-one-store__label *,
.litecheckout .pickup--list .ty-one-store__label * {
    cursor: pointer;
}

.litecheckout .pickup--map-list .ty-one-store__radio,
.litecheckout .pickup--list .ty-one-store__radio {
    display: none;
}

.litecheckout .pickup--map-list .ty-one-store:hover,
.litecheckout .pickup--list .ty-one-store:hover {
    background: rgba(0, 0, 0, 0.05);
}

.litecheckout .pickup--map-list .ty-one-store *,
.litecheckout .pickup--list .ty-one-store * {
    box-sizing: border-box;
}

.ty-pickup__toolbar {
    padding: 10px;
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.02);
}

.ty-pickup__toolbar:empty {
    display: none;
}

.ty-one-store__name-text,
.ty-one-store__description {
    word-break: break-all;
    word-break: break-word;
}

@media (max-width: 1180px) {

    .litecheckout .pickup--map-list .ty-checkout-select-store,
    .litecheckout .pickup--map-list .ty-checkout-select-store__list,
    .litecheckout .pickup--list .ty-checkout-select-store,
    .litecheckout .pickup--list .ty-checkout-select-store__list {
        width: calc(100% - 2px);
    }

    .litecheckout .pickup--map-list .ty-one-store,
    .litecheckout .pickup--list .ty-one-store {
        flex-basis: 100%;
    }
}

@media (max-width: 767px) {

    .litecheckout .pickup--map-list .ty-one-store,
    .litecheckout .pickup--list .ty-one-store {
        flex-basis: 100%;
    }

    .litecheckout .pickup--map-list,
    .litecheckout .pickup--list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .litecheckout .pickup__offices-wrapper {
        flex-basis: 100%;
        height: auto;
        max-height: unset;
        border: 0;
    }

    .litecheckout .pickup__offices {
        padding: 4px;
        height: auto;
        max-height: unset;
        overflow-y: auto;
    }

    .litecheckout .pickup__search {
        border: 0;
    }

    .litecheckout .pickup__map-wrapper {
        flex-direction: column;
        flex-basis: 100%;
        height: auto;
        border: 0;
    }

    .litecheckout .pickup__map-container {
        flex-basis: 70vh;
        height: 70vh;
        border: 1px solid #acbdcd;
    }

    .litecheckout .pickup__map-container--mobile-hint {
        display: flex;
        visibility: visible;
        min-height: 25px;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: #acbdcd;
        border-top: 2px solid white;
        padding: 5px;
        text-align: center;
        font-size: 0.9em;
    }
}

@media (min-width: 767px) {

    .litecheckout .accordeon-label,
    .litecheckout .accordeon-checkbox {
        visibility: hidden;
        display: none;
    }

    .litecheckout .pickup__map-container--mobile-hint {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    .litecheckout .accordeon-labels {
        display: flex;
        width: 100%;
        padding: 0 10px;
    }

    .litecheckout .accordeon-label {
        display: inline-flex;
        border: 1px solid rgba(0, 0, 0, 0.14);
        background-color: rgba(151, 151, 151, 0.178);
        color: rgba(0, 0, 0, 0.65);
        text-align: center;
        cursor: pointer;
        flex-basis: 100%;
        height: 25px;
        justify-content: center;
        align-items: center;
    }

    .litecheckout .accordeon-label--checked {
        background-color: #4fbe31;
        font-weight: bold;
        color: white;
    }

    .litecheckout .accordeon-label:first-child {
        border-right: 0;
    }

    .litecheckout .accordeon-label:checked {
        color: white;
    }

    .litecheckout .accordeon-checkbox {
        display: none;
    }

    .litecheckout .accordeon-content {
        display: none;
    }

    .litecheckout .accordeon-checkbox:checked~.accordeon-content {
        display: block;
    }
}

.ui-dialog .ui-dialog-content.ty-checkout-select-store__map-full-div-in-popup {
    min-width: 740px;
}

@media (max-width: 768px) {
    .ui-dialog .ui-dialog-content.ty-checkout-select-store__map-full-div-in-popup {
        min-width: unset;
        width: 100%;
    }
}

.pickup__map-container .gm-style-pbt {
    margin-left: 60px;
}

@media (max-width: 767px) {
    .litecheckout-ya-baloon {
        overflow-x: hidden;
    }
}

.litecheckout__link {
    color: #007cb9;
}

.litecheckout__shippings {
    transition: .256s padding;
}

.litecheckout__shippings:after {
    display: block;
    content: "";
    transition: .256s all;
    background-color: transparent;
    color: white;
}

.litecheckout__overlay--active {
    position: relative;
    z-index: inherit;
    padding: 0px 5px;
    min-height: 300px;
}

.litecheckout__overlay--active:after {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    content: attr(data-ca-lite-checkout-overlay-message);
    color: white;
    font-size: 38px;
}

.litecheckout__select {
    width: 100%;
    height: 41px;
    border: 1px solid #acbdcd;
    border-radius: 5px;
    font-size: 14px;
    color: #1e1e1e;
}

.litecheckout__select:hover {
    border-color: #465f73;
}

.litecheckout__select:focus,
.litecheckout__select:focus-within {
    border-color: #039be5;
    box-shadow: 0 0 0 4px rgba(3, 155, 229, 0.2), 0 0 0 1px #039be5;
    outline: 0;
}

.litecheckout__select-label {
    display: block;
    padding: 6px 0;
    font-weight: bold;
}

.litecheckout .ty-footer-form-block-policy__input--autoclicked .ty-lable-subscribe-policy__wrapper {
    max-width: unset;
}

.litecheckout__payment-method .ty-payments-list__item {
    display: none;
}

.litecheckout__payment-instructions {
    flex-direction: column;
}

.litecheckout__terms {
    width: 100%;
}

.litecheckout__terms .ty-checkout__terms {
    margin: 0;
    border: 1px solid #dce3ea;
    background-color: rgba(255, 243, 243, 0.5);
}

.litecheckout__terms .ty-checkout__terms:not(:last-child) {
    margin-bottom: 16px;
}

.litecheckout__terms .ty-gdpr-agreement {
    margin-bottom: 0;
}

.litecheckout__address-switch {
    width: 100%;
    margin: 0;
}

.litecheckout__submit-btn {
    width: 100%;
    border-radius: 5px;
    background-color: #039be5;
    height: 54px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;
    transition: background 200ms;
}

.litecheckout__submit-btn--auto-width {
    max-width: 100%;
    width: auto;
    padding: 0 30px;
}

.litecheckout__submit-btn:hover,
.litecheckout__submit-btn:focus,
.litecheckout__submit-btn:focus-within {
    background: #0badfc;
}

.litecheckout__form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.litecheckout__page-title {
    margin: 40px 0 15px;
    padding: 0 8px;
    font-size: 28px;
}

.tygh-footer>div.litecheckout__footer {
    background: transparent;
}

.litecheckout__footer {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .litecheckout__footer .ty-logo-container {
        margin-bottom: 10px;
    }
}

.litecheckout__footer .footer-copyright {
    background: transparent;
}

.litecheckout__footer .bottom-copyright {
    margin-top: 0;
}

.litecheckout__container {
    flex-basis: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    max-width: 100%;
}

.litecheckout__section {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.litecheckout__group {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}

.litecheckout__group.hidden {
    display: none;
}

.litecheckout__group--center {
    align-items: center;
}

.litecheckout__group .captcha {
    padding: 0px 8px;
}

.litecheckout__item {
    display: flex;
    margin: 0.5rem;
}

.litecheckout__item--fill {
    flex-grow: 1;
    flex-shrink: 1;
}

.litecheckout__item--full {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

.litecheckout__item--center {
    align-items: center;
}

.litecheckout__item:empty {
    display: none;
}

.litecheckout__item .ty-credit-card__input,
.litecheckout__item .ty-credit-card__input-short,
.litecheckout__item .ty-credit-card__cvv-field-input {
    color: #1e1e1e;
}

.litecheckout__item .ty-credit-card .ty-control-group__title,
.litecheckout__item .ty-credit-card__cvv-field .ty-control-group__title {
    color: #848484;
}

.litecheckout__field {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    min-width: 12rem;
    margin: 0.5rem;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .litecheckout__field {
        min-width: 5rem;
    }
}

@media (min-width: 768px) {
    .litecheckout__field--auto {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    .litecheckout__field--fill {
        flex-basis: auto;
    }
}

.litecheckout__field--xsmall {
    flex-basis: calc(25% - 1rem);
}

.litecheckout__field--small {
    flex-basis: calc(33.33333% - 1rem);
}

.litecheckout__field--medium {
    flex-basis: calc(50% - 1rem);
}

.litecheckout__field--large {
    flex-basis: calc(66.66667% - 1rem);
}

.litecheckout__field--xlarge {
    flex-basis: calc(75% - 1rem);
}

.litecheckout__field .ty-tiles__wrapper {
    border: 1px solid;
    border-color: #e3e3e3;
    background-color: #fff;
}

.litecheckout__field .ty-tiles__wrapper:hover {
    border-color: #cacaca;
}

.litecheckout__field .ty-tiles__title {
    color: #039be5;
}

.litecheckout__field .ty-tiles__text {
    color: #848484;
}

.litecheckout__field .ty-tiles__link {
    color: #007cb9;
}

.litecheckout__field .ty-tiles__radio:checked+.ty-tiles__wrapper {
    border: 1px solid;
    border-color: #039be5;
    box-shadow: 0 0 0 4px rgba(3, 155, 229, 0.2), 0 0 0 1px #039be5;
    background-color: #e9f4fd;
}

.litecheckout__label,
.litecheckout__input {
    display: block;
    padding: 0;
    width: 100%;
    font-weight: normal;
}

.litecheckout__label.hidden,
.litecheckout__input.hidden {
    display: none;
}

.litecheckout .litecheckout__input {
    --ty-litecheckout-input-padding: 8px 4px;
    padding: var(--ty-litecheckout-input-padding);
    border: 1px solid;
    border-color: #d7d7d7;
    border-radius: 3px;
    box-sizing: border-box;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    color: #1e1e1e;
}

.litecheckout .litecheckout__input--textarea {
    resize: vertical;
    min-height: 120px;
    width: 100%;
}

.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
    padding-top: 14px;
    padding-bottom: 2px;
}

.litecheckout .litecheckout__input:hover {
    border-color: #bebebe;
}

.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within {
    border: 1px solid;
    border-color: #039be5;
    box-shadow: 0 0 0 4px rgba(3, 155, 229, 0.2), 0 0 0 1px #039be5;
    outline: 0;
}

.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within)+.litecheckout__label {
    top: 10px;
    font-size: 14px;
    user-select: none;
    cursor: text;
}

.litecheckout .litecheckout__input[type=hidden]+.litecheckout__label,
.litecheckout .litecheckout__input[disabled]+.litecheckout__label,
.litecheckout .litecheckout__input.disabled+.litecheckout__label {
    display: none;
}

.litecheckout .litecheckout__input--selectable {
    padding: initial;
    padding-left: 9px;
    height: 40px;
    font-size: 16px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #acbdcd;
}

.litecheckout .litecheckout__input--selectable:not(:placeholder-shown),
.litecheckout .litecheckout__input--selectable:focus,
.litecheckout .litecheckout__input--selectable:focus-within {
    padding: initial;
    padding-left: 9px;
}

.litecheckout .litecheckout__input--selectable+.litecheckout__label {
    display: none;
}

.litecheckout .litecheckout__input--selectable--select {
    padding-left: 4px;
    border: 1px solid;
    border-color: #d7d7d7;
}

.litecheckout .litecheckout__input--selectable--select:not(:placeholder-shown),
.litecheckout .litecheckout__input--selectable--select:focus,
.litecheckout .litecheckout__input--selectable--select:focus-within {
    --ty-litecheckout-input-selectable--select-not-placeholder-shown: initial;
    padding: var(--ty-litecheckout-input-selectable--select-not-placeholder-shown);
    color: #1e1e1e;
}

.litecheckout .litecheckout__input--selectable--select:hover {
    border: solid 1px;
    border-color: #bebebe;
}

.litecheckout .litecheckout__input--selectable--like-field {
    background-color: transparent;
    border: solid 1px;
    border-color: #d7d7d7;
    color: #1e1e1e;
    font-family: 'Open Sans', 'Helvetica Neue', -apple-system, sans-serif;
}

.litecheckout .litecheckout__input--selectable--like-field:not(:placeholder-shown) {
    cursor: pointer;
}

.litecheckout .litecheckout__input--selectable--like-field:hover {
    border-color: #bebebe;
}

.litecheckout .litecheckout__input--selectable--like-field:focus,
.litecheckout .litecheckout__input--selectable--like-field:focus-within {
    border-color: #039be5;
}

@media (max-width: 767px) {
    .litecheckout .litecheckout__input--selectable--like-field {
        font-size: 14px;
        padding-left: 7px;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .3s padding !important;
    }

    .litecheckout .litecheckout__input--selectable--like-field::-webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
        background-size: 10px 10px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNDM4LjUzMyA0MzguNTMzJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGZpbGw9JyNjOGM4YzgnIGQ9J200MDkuMTMzIDEwOS4yMDNjLTE5LjYwOC0zMy41OTItNDYuMjA1LTYwLjE4OS03OS43OTgtNzkuNzk2LTMzLjU5OS0xOS42MDYtNzAuMjc3LTI5LjQwNy0xMTAuMDYyLTI5LjQwNy0zOS43ODEgMC03Ni40NyA5LjgwMS0xMTAuMDYzIDI5LjQwNy0zMy41OTUgMTkuNjA0LTYwLjE5MiA0Ni4yMDEtNzkuOCA3OS43OTYtMTkuNjA5IDMzLjU5Ny0yOS40MSA3MC4yODYtMjkuNDEgMTEwLjA2NCAwIDM5Ljc4IDkuODA0IDc2LjQ2MyAyOS40MDcgMTEwLjA2MiAxOS42MDcgMzMuNTkyIDQ2LjIwNCA2MC4xODkgNzkuNzk5IDc5Ljc5OCAzMy41OTcgMTkuNjA1IDcwLjI4MyAyOS40MDcgMTEwLjA2MyAyOS40MDdzNzYuNDctOS44MDIgMTEwLjA2NS0yOS40MDdjMzMuNTkzLTE5LjYwMiA2MC4xODktNDYuMjA2IDc5Ljc5NS03OS43OTggMTkuNjAzLTMzLjU5NiAyOS40MDMtNzAuMjg0IDI5LjQwMy0xMTAuMDYyLjAwMS0zOS43ODItOS44LTc2LjQ3Mi0yOS4zOTktMTEwLjA2NHptLTg2LjUxMiAxNjEuNzM2YzMuNjE3IDMuNjEzIDUuNDI4IDcuOTA1IDUuNDI4IDEyLjg1NCAwIDUuMTMzLTEuODExIDkuNTE0LTUuNDI4IDEzLjEyN2wtMjUuNjkzIDI1LjcwMWMtMy42MTQgMy42MTMtNy45OTQgNS40Mi0xMy4xMzUgNS40Mi00Ljk0OCAwLTkuMjM2LTEuODA3LTEyLjg0Ny01LjQybC01MS42NzYtNTEuNjgyLTUxLjY3OCA1MS42ODJjLTMuNjE2IDMuNjEzLTcuODk4IDUuNDItMTIuODQ3IDUuNDItNS4xNCAwLTkuNTE3LTEuODA3LTEzLjEzNC01LjQybC0yNS42OTctMjUuNzAxYy0zLjYxNi0zLjYxMy01LjQyNC03Ljk5NC01LjQyNC0xMy4xMjcgMC00Ljk0OCAxLjgwOS05LjI0IDUuNDI0LTEyLjg1NGw1MS42NzgtNTEuNjczLTUxLjY3OC01MS42NzhjLTMuNjE2LTMuNjEyLTUuNDI0LTcuODk4LTUuNDI0LTEyLjg0NyAwLTUuMTQgMS44MDktOS41MTcgNS40MjQtMTMuMTM0bDI1LjY5Ny0yNS42OTNjMy42MTctMy42MTYgNy45OTQtNS40MjQgMTMuMTM0LTUuNDI0IDQuOTQ5IDAgOS4yMzEgMS44MDkgMTIuODQ3IDUuNDI0bDUxLjY3OCA1MS42NzQgNTEuNjc2LTUxLjY3NGMzLjYxLTMuNjE2IDcuODk4LTUuNDI0IDEyLjg0Ny01LjQyNCA1LjE0MSAwIDkuNTIxIDEuODA5IDEzLjEzNSA1LjQyNGwyNS42OTMgMjUuNjkzYzMuNjE3IDMuNjE3IDUuNDI4IDcuOTk0IDUuNDI4IDEzLjEzNCAwIDQuOTQ4LTEuODExIDkuMjM1LTUuNDI4IDEyLjg0N2wtNTEuNjc1IDUxLjY3OHonLz48L3N2Zz4=);
        height: 67%;
        width: 20px;
        transform: scale(1.5);
        padding-right: 10px;
        margin-right: 7px;
    }

    .litecheckout .litecheckout__input--selectable--select {
        max-width: unset;
        font-size: 14px;
    }
}

.litecheckout__label {
    transition: .3s all;
    font-size: 12px;
    color: #848484;
    position: absolute;
    top: 2px;
    left: 6px;
    width: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}

.litecheckout__step-title {
    align-self: center;
    font-size: 22px;
    color: #1e1e1e;
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.litecheckout__shipping-method {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    height: 130px;
}

.litecheckout__shipping-method__logo-image {
    max-height: 60px;
    width: auto;
}

.litecheckout__shipping-method__wrapper {
    border-radius: 5px;
    border: solid 1px;
    border-color: #e3e3e3;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 2px);
    height: 130px;
    overflow: hidden;
    cursor: pointer;
}

.litecheckout__shipping-method__wrapper:hover {
    border-color: #cacaca;
}

.litecheckout__shipping-method__wrapper .ty-error-text {
    padding: 0 6px;
}

.litecheckout__shipping-method__wrapper--disabled .litecheckout__shipping-method__title,
.litecheckout__shipping-method__wrapper--disabled .litecheckout__shipping-method__delivery-time {
    color: #1e1e1e;
}

.litecheckout__shipping-method__radio:checked+.litecheckout__shipping-method__wrapper {
    border: solid 1px;
    border-color: #039be5;
    box-shadow: 0 0 0 4px rgba(3, 155, 229, 0.2), 0 0 0 1px #039be5;
    background-color: #e9f4fd;
}

.litecheckout__shipping-method__radio:checked+.litecheckout__shipping-method__wrapper--disabled {
    border-color: #b94a48;
    box-shadow: 0 0 0 4px rgba(185, 74, 72, 0.2), 0 0 0 1px #b94a48;
}

.litecheckout__shipping-method__radio:not(:checked)+.litecheckout__shipping-method__wrapper--disabled {
    border-color: rgba(172, 189, 205, 0.4);
}

.litecheckout__shipping-method__radio+.litecheckout__shipping-method__wrapper--highlight {
    animation: highlight 500ms ease-out 2 alternate;
}

.litecheckout__shipping-method__radio:not(:checked)+.litecheckout__shipping-method__wrapper--disabled .litecheckout__shipping-method__title,
.litecheckout__shipping-method__radio:not(:checked)+.litecheckout__shipping-method__wrapper--disabled .litecheckout__shipping-method__delivery-time {
    opacity: 0.5;
}

.litecheckout__shipping-method__title,
.litecheckout__shipping-method__status,
.litecheckout__shipping-method__delivery-time {
    margin: 0;
    padding: 0;
    text-align: center;
    max-width: calc(100% - 1rem);
}

.litecheckout__shipping-method__title {
    color: #039be5;
    font-size: 16px;
}

.litecheckout__shipping-method__status {
    font-size: 13px;
}

.litecheckout__shipping-method__status--error {
    color: #b94a48;
}

.litecheckout__shipping-method__delivery-time {
    color: #848484;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.litecheckout__autocomplete-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.litecheckout__autocomplete-dropdown .ui-widget-content {
    border-radius: 3px;
}

.litecheckout__autocomplete-dropdown .ui-menu {
    padding: 0;
    height: auto;
    max-height: 30em;
    overflow-y: auto;
}

.litecheckout__autocomplete-dropdown .ui-menu .ui-menu-item {
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid transparent;
}

.litecheckout__autocomplete-dropdown .ui-state-hover,
.litecheckout__autocomplete-dropdown .ui-widget-content .ui-state-hover,
.litecheckout__autocomplete-dropdown .ui-widget-header .ui-state-hover,
.litecheckout__autocomplete-dropdown .ui-state-focus,
.litecheckout__autocomplete-dropdown .ui-widget-content .ui-state-focus,
.litecheckout__autocomplete-dropdown .ui-widget-header .ui-state-focus {
    color: #fff;
    background: #4fbe31;
}

.litecheckout__cart {
    margin-top: 66px;
    padding: 20px 15px;
    border-radius: 5px;
    background: #ececec;
}

.litecheckout__cart .ty-order-products__price:not(:last-child) {
    margin-bottom: 3px;
}

.litecheckout__cart .ty-product-options {
    padding-top: 0;
    color: #5e5e5e;
}

.litecheckout__cart .ty-order-products__item {
    border-color: #d2d2d2;
}

.litecheckout__order-products-p {
    display: inline-block;
    max-width: 238px;
}

.litecheckout__field--checkbox {
    justify-content: flex-end;
    flex-direction: column-reverse;
}

.litecheckout__field--checkbox .litecheckout__label {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    width: auto;
    font-size: 14px;
}

.litecheckout__field--checkbox .litecheckout__input {
    width: auto;
    margin-top: 5px;
}

.litecheckout__field--date .ty-calendar__block {
    width: 100%;
}

.litecheckout__field--date .litecheckout__label {
    font-size: 14px;
    top: 0;
}

.litecheckout__field--selectbox {
    position: relative;
}

.litecheckout__field--selectbox:after {
    position: absolute;
    top: 10px;
    right: 2px;
    left: auto;
    bottom: auto;
    width: 15px;
    height: 20px;
    content: '';
    display: block;
    -webkit-appearance: menulist;
    -moz-appearance: none;
}

.litecheckout__field--selectbox .litecheckout__input {
    width: 100%;
    height: 40px;
    padding: 0 !important;
    padding-top: 14px !important;
    padding-left: 2px !important;
    -webkit-appearance: none;
    -moz-appearance: menulist;
    z-index: 1;
    background-color: transparent;
}

.litecheckout__field--selectbox .litecheckout__label {
    font-size: 14px;
}

.litecheckout__field--radio {
    padding-top: 22px;
}

.litecheckout__field--radio .litecheckout__label {
    top: 0;
    left: 0;
    font-size: 14px;
}

.litecheckout__field--radio .litecheckout__input {
    display: inline;
    padding: 0;
    margin: 0;
    width: unset;
    height: unset;
    margin-bottom: 2px;
    margin-right: 5px;
}

.litecheckout__field--radio .litecheckout__input:focus,
.litecheckout__field--radio .litecheckout__input:focus-within {
    box-shadow: 0 0 0 4px rgba(3, 155, 229, 0.2), 0 0 0 1px #039be5;
}

.litecheckout__field--textarea .litecheckout__input {
    resize: vertical;
    min-height: 120px;
    width: 100%;
}

.litecheckout .litecheckout__shipping-method__description ul,
.litecheckout .litecheckout__shipping-method__description ol,
.litecheckout .litecheckout__shipping-method__description ul ul,
.litecheckout .litecheckout__shipping-method__description ol ol,
.litecheckout .litecheckout__shipping-method__description ul ol,
.litecheckout .litecheckout__shipping-method__description ol ul {
    margin: 0 0 0 24px;
}

.litecheckout .litecheckout__shipping-method__description ul {
    list-style-type: disc;
}

.litecheckout .litecheckout__shipping-method__description ul ul {
    list-style-type: circle;
}

.litecheckout .litecheckout__shipping-method__description ul ul ul li,
.litecheckout .litecheckout__shipping-method__description ul ol ul li,
.litecheckout .litecheckout__shipping-method__description ol ol ul li {
    list-style-type: square;
}

.litecheckout .litecheckout__shipping-method__description ol {
    list-style-type: decimal;
}

.litecheckout .litecheckout__shipping-method__description ul li,
.litecheckout .litecheckout__shipping-method__description ol li {
    list-style-type: inherit;
}

.litecheckout .litecheckout__shipping-method__description ol ol li {
    list-style-type: lower-alpha;
}

.litecheckout .litecheckout__shipping-method__description ol ol ol li {
    list-style-type: lower-roman;
}

.litecheckout .litecheckout__payment-instructions ul,
.litecheckout .litecheckout__payment-instructions ol,
.litecheckout .litecheckout__payment-instructions ul ul,
.litecheckout .litecheckout__payment-instructions ol ol,
.litecheckout .litecheckout__payment-instructions ul ol,
.litecheckout .litecheckout__payment-instructions ol ul {
    margin: 0 0 0 24px;
}

.litecheckout .litecheckout__payment-instructions ul {
    list-style-type: disc;
}

.litecheckout .litecheckout__payment-instructions ul ul {
    list-style-type: circle;
}

.litecheckout .litecheckout__payment-instructions ul ul ul li,
.litecheckout .litecheckout__payment-instructions ul ol ul li,
.litecheckout .litecheckout__payment-instructions ol ol ul li {
    list-style-type: square;
}

.litecheckout .litecheckout__payment-instructions ol {
    list-style-type: decimal;
}

.litecheckout .litecheckout__payment-instructions ul li,
.litecheckout .litecheckout__payment-instructions ol li {
    list-style-type: inherit;
}

.litecheckout .litecheckout__payment-instructions ol ol li {
    list-style-type: lower-alpha;
}

.litecheckout .litecheckout__payment-instructions ol ol ol li {
    list-style-type: lower-roman;
}

.litecheckout__fields-row {
    display: flex;
}

#shipping_rates_list {
    width: 100%;
}

#shipping_rates_list>.ty-shipping-options__total {
    display: none;
    visibility: hidden;
}

.litecheckout__payment-methods>.litecheckout__group> :not(.litecheckout__group):not(.litecheckout__container) {
    margin: 0.5rem;
    width: 100%;
}

@keyframes highlight {
    100% {
        background-color: #fcf8e3;
    }
}

:root {
    --space-xxxs: 1px;
    --space-xxs: 2px;
    --space-xs: 5px;
    --space-s: 10px;
    --space-m: 15px;
    --space-l: 20px;
    --space-xl: 25px;
    --space-xxl: 30px;
    --space-xxxl: 35px;
    --space-xxxxl: 40px;
    --width-xxxs: 1px;
    --width-xxs: 2px;
    --width-xs: 5px;
    --width-s: 10px;
    --width-m: 15px;
    --width-l: 20px;
    --width-xl: 25px;
    --width-xxl: 30px;
    --width-xxxl: 35px;
    --width-xxxxl: 40px;
    --content-offset: 0px;
}

@media screen and (min-width: 768px) {
    :root {
        --space-xxxs: 2px;
        --space-xxs: 5px;
        --space-xs: 10px;
        --space-s: 20px;
        --space-m: 30px;
        --space-l: 40px;
        --space-xl: 50px;
        --space-xxl: 60px;
        --space-xxxl: 70px;
        --space-xxxxl: 80px;
        --width-xxxs: 2px;
        --width-xxs: 5px;
        --width-xs: 10px;
        --width-s: 20px;
        --width-m: 30px;
        --width-l: 40px;
        --width-xl: 50px;
        --width-xxl: 60px;
        --width-xxxl: 70px;
        --width-xxxxl: 80px;
    }
}

.ty-tiles {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
    min-height: 130px;
}

.ty-tiles__title,
.ty-tiles__text,
.ty-tiles__link {
    margin: 0;
    padding: 0;
}

.ty-tiles__title--center,
.ty-tiles__text--center,
.ty-tiles__link--center {
    text-align: center;
}

.ty-tiles__title {
    color: #4fbe32;
    font-size: 16px;
}

.ty-tiles__text {
    color: #6c6c6c;
    font-size: 13px;
}

.ty-tiles__link {
    display: inline-block;
    color: #4fbe32;
    font-size: 13px;
}

.ty-tiles__link:hover {
    color: #ea621f;
}

.ty-tiles__actions {
    margin-top: auto;
    padding-top: 0.5rem;
}

.ty-tiles__wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 130px;
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border: solid 1px #acbdcd;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.ty-tiles__wrapper:hover {
    border-color: #465f73;
}

.ty-tiles__wrapper .ty-error-text {
    padding: 0 6px;
}

.ty-tiles__wrapper--center {
    align-items: center;
}

.ty-tiles__wrapper--vcenter {
    justify-content: center;
}

.ty-tiles__radio:checked+.ty-tiles__wrapper {
    border: solid 1px #4fbe32;
    box-shadow: 0 0 0 4px rgba(79, 190, 50, 0.2), 0 0 0 1px #4fbe32;
}

.ty-table--sorter th {
    position: relative;
}

.ty-table--sorter .header:not(.sorter-false),
.ty-table--sorter .tablesorter-header:not(.sorter-false) {
    cursor: pointer;
}

.ty-table--sorter .header:not(.sorter-false):hover,
.ty-table--sorter .tablesorter-header:not(.sorter-false):hover {
    text-decoration: underline;
}

.ty-table--sorter .header:not(.sorter-false):focus,
.ty-table--sorter .tablesorter-header:not(.sorter-false):focus {
    outline: none;
}

.ty-table--sorter .tablesorter-header-inner {
    font-weight: bold;
}

.ty-table--sorter .headerSortUp,
.ty-table--sorter .tablesorter-headerSortUp,
.ty-table--sorter .tablesorter-headerAsc {
    text-decoration: underline;
}

.ty-table--sorter .headerSortUp:before,
.ty-table--sorter .tablesorter-headerSortUp:before,
.ty-table--sorter .tablesorter-headerAsc:before {
    position: absolute;
    top: 50%;
    right: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 0;
    font-family: glyphs;
    text-transform: none;
    content: "\e000";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 980px) {

    .ty-table--sorter .headerSortUp:before,
    .ty-table--sorter .tablesorter-headerSortUp:before,
    .ty-table--sorter .tablesorter-headerAsc:before {
        right: 5px;
    }
}

.ty-table--sorter .headerSortDown,
.ty-table--sorter .tablesorter-headerSortDown,
.ty-table--sorter .tablesorter-headerDesc {
    text-decoration: underline;
}

.ty-table--sorter .headerSortDown:after,
.ty-table--sorter .tablesorter-headerSortDown:after,
.ty-table--sorter .tablesorter-headerDesc:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 0;
    font-family: glyphs;
    text-transform: none;
    content: "\e002";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 980px) {

    .ty-table--sorter .headerSortDown:after,
    .ty-table--sorter .tablesorter-headerSortDown:after,
    .ty-table--sorter .tablesorter-headerDesc:after {
        right: 5px;
    }
}

:root {
    --bp-bottom-panel-height: 0px;
}

:root.bp-panel-active {
    --bp-bottom-panel-height: 48px;
}

@media (min-width: 768px) {
    :root.bp-panel-active {
        --bp-bottom-panel-height: 56px;
    }
}

.bp__container {
    --bp-font-size: 13px;
    --bp-font: -apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', Ubuntu, 'Helvetica Neue', sans-serif;
    --bp-main-color: #0284d5;
    --bp-cscart-color: #51ccfb;
    --bp-main-color-hover: #0374ae;
    --bp-main-color-animation: #51ccfb;
    --bp-radius: 4px;
    --bp-panel-bg: #333;
    --bp-panel-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.5);
    --bp-bottom-button-bg-hover: #f7f7f7;
    --bp-bottom-button-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 4px 0 rgba(0, 0, 0, 0.14);
    --bp-bottom-button-shadow--hover: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    --bp-preview-color: #29b6f6;
    --bp-build-color: #ffca28;
    --bp-text-color: #66bb6a;
    --bp-theme-color: #ec407a;
    --bp-text-color-inverse: #fff;
    --bp-text-color-gray: #999;
    --bp-dropdown-menu-bg: #333;
    --bp-dropdown-menu-group-divider: 1px solid rgba(255, 255, 255, 0.1);
    --bp-dropdown-menu-item-hover-bg: rgba(255, 255, 255, 0.15);
}

.bp * {
    box-sizing: border-box;
}

.bp-tygh-main-container {
    padding-bottom: var(--bp-bottom-panel-height);
}

.dialog-is-open .bp__container {
    display: none;
}

@media (max-width: 1340px) {
    .admin-content-wrap .sidebar {
        margin-bottom: var(--bp-bottom-panel-height);
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

html.bp-panel-active .theme-editor {
    bottom: var(--bp-bottom-panel-height);
}

.bp-panel {
    display: -ms-grid;
    display: grid;
    z-index: 10100;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: var(--bp-bottom-panel-height);
    background-color: var(--bp-panel-bg);
    -webkit-box-shadow: var(--bp-panel-shadow);
    box-shadow: var(--bp-panel-shadow);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    grid-template-areas: "nav close";
    -ms-grid-columns: auto 40px;
    grid-template-columns: auto 40px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
    .bp-panel {
        grid-template-areas: "logo nav . modes . actions close";
        -ms-grid-columns: 100px auto auto 1fr auto auto 40px;
        grid-template-columns: 100px auto auto 1fr auto auto 40px;
    }
}

html:not(.bp-panel-active) .bp-panel {
    -webkit-transform: translateY(calc(110%));
    -ms-transform: translateY(calc(110%));
    transform: translateY(calc(100% + 10px));
}

.bp-logo {
    display: none;
    grid-area: logo;
    padding: 10px;
}

@media (min-width: 768px) {
    .bp-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0.6;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: inherit;
        box-sizing: border-box;
        color: #fff;
    }
}

.bp-logo:hover,
.bp-logo:focus,
.bp-logo--active {
    opacity: 1;
    color: #fff;
    outline: 0;
}

.bp-logo--color {
    color: var(--bp-cscart-color);
}

.bp-logo-icon {
    pointer-events: none;
}

.bp-logo-img--no-color {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    max-height: 100%;
    width: auto;
}

.bp-nav {
    display: -ms-grid;
    display: grid;
    position: relative;
    grid-area: nav;
    grid-template-columns: repeat(auto-fit, minmax(90px, auto));
    grid-auto-flow: column;
}

.bp-nav__item {
    --bp-nav-item-font-size: 14px;
    --bp-nav-item-padding-x: 6px;
    --bp-nav-item-white-space: nowrap;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    opacity: 0.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-right: var(--bp-nav-item-padding-x);
    padding-left: var(--bp-nav-item-padding-x);
    color: var(--bp-text-color-inverse);
    font-size: var(--bp-nav-item-font-size);
    font-family: var(--bp-font);
    text-align: center;
    white-space: var(--bp-nav-item-white-space);
    cursor: pointer;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.bp-nav__item:hover,
.bp-nav__item:focus,
.bp-nav__item--active {
    opacity: 1;
    color: var(--bp-text-color-inverse);
    text-decoration: none;
    outline: 0;
}

.bp-nav__item--active {
    border-top-color: #fff;
}

.bp-nav__item--sm {
    --bp-nav-item-font-size: 13px;
    --bp-nav-item-padding-x: 2px;
    --bp-nav-item-white-space: normal;
}

.bp-nav__item--xs {
    --bp-nav-item-font-size: 12px;
    --bp-nav-item-padding-x: 2px;
    --bp-nav-item-white-space: normal;
}

@media (min-width: 768px) {
    .bp-nav__item {
        --bp-nav-item-padding-x: 12px;
    }

    .bp-nav__item--sm {
        --bp-nav-item-padding-x: 6px;
    }

    .bp-nav__item--xs {
        --bp-nav-item-padding-x: 4px;
    }
}

@media (min-width: 1280px) {
    .bp-nav__item {
        --bp-nav-item-font-size: 18px;
        --bp-nav-item-white-space: nowrap;
    }

    .bp-nav__item--sm {
        --bp-nav-item-font-size: 16px;
        --bp-nav-item-white-space: nowrap;
    }

    .bp-nav__item--xs {
        --bp-nav-item-font-size: 16px;
        --bp-nav-item-white-space: nowrap;
    }
}

.bp-nav__item-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bp-modes {
    display: none;
    grid-area: modes;
}

.bp-modes__item {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    border: 0;
    color: #fff;
    background: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.bp-modes__item:hover,
.bp-modes__item:focus,
.bp-modes__item--active {
    outline: 0;
    opacity: 1;
    color: #fff;
}

.bp-modes__item--active {
    border-top-color: #fff;
}

.bp-modes__item:hover .bp-modes__item-icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.bp-modes__item--active.bp-modes__item--preview {
    border-top-color: var(--bp-preview-color);
}

.bp-modes__item--active.bp-modes__item--build {
    border-top-color: var(--bp-build-color);
}

.bp-modes__item--active.bp-modes__item--text {
    border-top-color: var(--bp-text-color);
}

.bp-modes__item--active.bp-modes__item--theme {
    border-top-color: var(--bp-theme-color);
}

.bp-modes__item:hover.bp-modes__item--preview,
.bp-modes__item:focus.bp-modes__item--preview,
.bp-modes__item--active.bp-modes__item--preview {
    color: var(--bp-preview-color);
}

.bp-modes__item:hover.bp-modes__item--build,
.bp-modes__item:focus.bp-modes__item--build,
.bp-modes__item--active.bp-modes__item--build {
    color: var(--bp-build-color);
}

.bp-modes__item:hover.bp-modes__item--text,
.bp-modes__item:focus.bp-modes__item--text,
.bp-modes__item--active.bp-modes__item--text {
    color: var(--bp-text-color);
}

.bp-modes__item:hover.bp-modes__item--theme,
.bp-modes__item:focus.bp-modes__item--theme,
.bp-modes__item--active.bp-modes__item--theme {
    color: var(--bp-theme-color);
}

.bp-modes__item--disabled .bp-modes__item-icon {
    opacity: 0.1;
}

.bp-modes__item--disabled.bp-modes__item:hover {
    color: #fff;
    cursor: auto;
}

.bp-modes__item--disabled.bp-modes__item:hover .bp-modes__item-icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bp-modes__item-icon {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 768px) {
    .bp-modes {
        display: -ms-grid;
        display: grid;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
        -ms-grid-columns: minmax(48px, 64px) minmax(48px, 64px) minmax(48px, 64px) minmax(48px, 64px);
        grid-template-columns: minmax(48px, 64px) minmax(48px, 64px) minmax(48px, 64px) minmax(48px, 64px);
    }
}

.bp-actions {
    display: none;
    grid-area: actions;
}

.bp-actions__item {
    height: 100%;
}

.bp-actions__item:hover,
.bp-actions__item:focus {
    outline: 0;
}

.bp-actions__item:hover,
.bp-actions__item--active {
    opacity: 1;
    color: #fff;
}

@media (min-width: 768px) {
    .bp-actions {
        display: -ms-grid;
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: center;
        -ms-grid-columns: 40px 40px;
        grid-template-columns: 40px 40px;
    }
}

@media (min-width: 768px) {

    .bp-panel--personal_demo.bp-panel--admin .bp-actions.bp-actions--one-column,
    .bp-panel--personal_demo.bp-panel--vendor .bp-actions.bp-actions--one-column {
        -ms-grid-columns: 40px;
        grid-template-columns: 40px;
    }
}

.bp-bottom-buttons {
    display: -ms-grid;
    display: grid;
    visibility: hidden;
    z-index: 10100;
    position: fixed;
    bottom: 5px;
    left: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 48px);
    -ms-grid-columns: 80px 12px auto;
    grid-template-columns: 80px auto;
    -ms-grid-rows: 40px;
    grid-template-rows: 40px;
    grid-gap: 12px;
    pointer-events: none;
}

.bp-bottom-buttons--active {
    visibility: visible;
}

.bp-bottom-buttons>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.bp-bottom-buttons>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

@media (min-width: 1340px) {
    .bp-bottom-buttons {
        bottom: 24px;
        -ms-grid-columns: 56px 12px auto;
        grid-template-columns: 56px auto;
        -ms-grid-rows: 56px;
        grid-template-rows: 56px;
    }
}

.bp-bottom-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10100;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    border: 0;
    border-radius: 999px;
    color: var(--bp-main-color);
    font-size: 18px;
    background-color: #fff;
    -webkit-box-shadow: var(--bp-bottom-button-shadow);
    box-shadow: var(--bp-bottom-button-shadow);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    pointer-events: auto;
}

.bp-bottom-button:hover,
.bp-bottom-button:focus {
    color: var(--bp-main-color);
    background-color: var(--bp-bottom-button-bg-hover);
    -webkit-box-shadow: var(--bp-bottom-button-shadow--hover);
    box-shadow: var(--bp-bottom-button-shadow--hover);
    text-decoration: none;
    outline: 0;
}

.bp-bottom-button--disabled {
    opacity: 0;
    visibility: hidden;
}

.bp-bottom-button--disabled-panel {
    -webkit-transform: translatex(-28px) translateY(24px);
    -ms-transform: translatex(-28px) translateY(24px);
    transform: translatex(-28px) translateY(24px);
}

.bp-bottom-button--disabled-action {
    -webkit-transform: translatex(-88px) translateY(24px);
    -ms-transform: translatex(-88px) translateY(24px);
    transform: translatex(-88px) translateY(24px);
}

.bp-bottom-button--primary {
    color: #fff;
    background-color: var(--bp-main-color);
}

.bp-bottom-button--primary:hover,
.bp-bottom-button--primary:focus {
    color: #fff;
    background-color: var(--bp-main-color-hover);
}

.bp-bottom-button--logo {
    color: var(--bp-cscart-color);
}

.bp-bottom-button--logo:hover {
    color: var(--bp-cscart-color);
}

.bp-bottom-button--text {
    padding-right: 20px;
    padding-left: 20px;
}

.bp-bottom-button__icon {
    pointer-events: none;
}

.bp-bottom-button-img {
    height: 36px;
    width: auto;
    max-width: 45px;
    object-fit: contain;
}

.bp-info {
    display: inline;
    -webkit-transform: translate3d(0, 50%, 1px);
    transform: translate3d(0, 50%, 1px);
    margin-top: -1.2em;
    color: var(--bp-text-color-gray);
    font-size: var(--bp-font-size);
    font-family: var(--bp-font);
}

.bp-info--animation {
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(var(--bp-text-color-gray)), color-stop(60%, var(--bp-text-color-gray)), color-stop(80%, var(--bp-text-color-inverse)), to(var(--bp-text-color-gray)));
    background: -webkit-linear-gradient(left, var(--bp-text-color-gray) 0%, var(--bp-text-color-gray) 60%, var(--bp-text-color-inverse) 80%, var(--bp-text-color-gray) 100%);
    background: -o-linear-gradient(left, var(--bp-text-color-gray) 0%, var(--bp-text-color-gray) 60%, var(--bp-text-color-inverse) 80%, var(--bp-text-color-gray) 100%);
    background: linear-gradient(90deg, var(--bp-text-color-gray) 0%, var(--bp-text-color-gray) 60%, var(--bp-text-color-inverse) 80%, var(--bp-text-color-gray) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: 10s bp-info--animation infinite linear;
    animation: 10s bp-info--animation infinite linear;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

@media (min-width: 768px) {
    .bp-info {
        display: none;
    }
}

@media (min-width: 1024px) {
    .bp-info {
        display: inline;
    }
}

@-webkit-keyframes bp-info--animation {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 300px;
    }
}

@keyframes bp-info--animation {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 300px;
    }
}

.bp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--bp-text-color-inverse);
    font-size: var(--bp-font-size);
}

.bp-btn__text {
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--bp-text-color-inverse);
    background-color: var(--bp-main-color);
    transition: all 0.2s;
}

.bp-btn__text--animation {
    -webkit-animation: bp-btn__text--animation 60s ease infinite;
    animation: bp-btn__text--animation 60s ease infinite;
}

.bp-btn:hover {
    text-decoration: none;
}

.bp-btn:hover .bp-btn__text {
    color: var(--bp-text-color-inverse);
    background-color: var(--bp-main-color-hover);
    -webkit-animation: none;
    animation: none;
}

@keyframes bp-btn__text--animation {
    0% {
        background-color: var(--bp-main-color);
    }

    98% {
        background-color: var(--bp-main-color);
    }

    99% {
        background-color: var(--bp-main-color-animation);
    }

    100% {
        background-color: var(--bp-main-color);
    }
}

.bp-dropdown {
    position: relative;
}

.bp-dropdown-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border: 0;
    color: #fff;
    background: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bp-dropdown-button:hover,
.bp-dropdown-button:focus {
    opacity: 1;
    outline: 0;
}

.bp-dropdown-button-icon--settings {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bp-dropdown-button--animation:focus .bp-dropdown-button-icon--settings {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bp-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 2px);
    right: -12px;
    padding-top: 6px;
    padding-bottom: 6px;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    border-radius: var(--bp-radius);
    background-color: var(--bp-dropdown-menu-bg);
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -o-transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    z-index: -1;
}

.bp-dropdown-menu--open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
}

.bp-dropdown-menu__group:not(:last-child) {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: var(--bp-dropdown-menu-group-divider);
}

.bp-dropdown-menu__item {
    display: block;
    padding: 6px 20px;
    color: #fff;
    font-size: var(--bp-font-size);
    font-family: var(--bp-font);
    white-space: nowrap;
}

.bp-dropdown-menu__item:hover,
.bp-dropdown-menu__item:focus {
    color: #fff;
    background-color: var(--bp-dropdown-menu-item-hover-bg);
    text-decoration: none;
}

.bp-dropdown-menu__item-text {
    display: block;
    padding: 6px 20px;
    color: #fff;
    opacity: 0.7;
    font-size: var(--bp-font-size);
    font-family: var(--bp-font);
    white-space: nowrap;
}

.bp-dropdown-menu__item-text--head {
    padding: 6px 10px;
    font-weight: bold;
    opacity: 1;
}

.bp-tooltip {
    display: inline-block;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    margin-bottom: 8px;
    padding: 9px;
    border-radius: var(--bp-radius);
    color: #fff;
    font-size: 14px;
    font-family: var(--bp-font);
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bp-tooltip__secondary {
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
    min-width: 200px;
    margin-top: 4px;
}

.bp-tooltip:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: solid transparent;
    border-width: 10px;
    border-top-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    content: "";
}

.no-touchevents [data-bp-tooltip]:hover .bp-tooltip {
    opacity: 1;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.bp-tooltip--left {
    left: 2px;
}

.bp-tooltip--left:after {
    left: 26px;
}

.bp-tooltip--right {
    right: 2px;
}

.bp-tooltip--right:after {
    left: calc(90%);
}

.bp-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    color: #fff;
    background: none;
    grid-area: close;
}

.bp-close:hover,
.bp-close--focus,
.bp-close--active {
    opacity: 1;
    outline: 0;
    color: #fff;
}

.bp-close__icon {
    pointer-events: none;
}

.bp-panel.bp-panel--personal_demo,
.bp-panel.bp-panel--demo {
    height: 96px;
    grid-template-areas: "demo demo""nav close";
    -ms-grid-rows: 48px 48px;
    grid-template-rows: 48px 48px;
}

@media (min-width: 768px) {

    .bp-panel.bp-panel--personal_demo,
    .bp-panel.bp-panel--demo {
        height: 56px;
        grid-template-areas: "logo nav . modes . demo actions close";
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
}

@media (min-width: 768px) {

    .bp-panel.bp-panel--personal_demo,
    .bp-panel.bp-panel--demo {
        grid-template-areas: "logo nav . modes . demo actions close";
        -ms-grid-columns: 100px auto auto 1fr auto auto auto 40px;
        grid-template-columns: 100px auto auto 1fr auto auto auto 40px;
    }
}

.bp-demo {
    display: none;
    height: 100%;
    grid-area: demo;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
}

.bp-panel.bp-panel--personal_demo .bp-demo,
.bp-panel.bp-panel--demo .bp-demo {
    display: -ms-grid;
    display: grid;
}

.bp-panel.bp-panel--personal_demo .bp-demo {
    -ms-grid-columns: auto 12px auto;
    grid-template-columns: auto auto;
    grid-gap: 12px;
}

.bp-panel.bp-panel--admin .bp-modes {
    display: none;
}

.ty-swiper-previewer {
    height: calc(100% - 48px - 2 * 10px) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ty-swiper-previewer:focus {
    outline: none;
}

.ty-swiper-previewer__object-container {
    padding: 0;
    height: 100% !important;
    background: none;
    width: 100%;
}

.ty-swiper-previewer__container {
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.ty-swiper-previewer__button-prev.swiper-button-prev,
.ty-swiper-previewer__button-next.swiper-button-next {
    color: #fff;
}

.ty-swiper-previewer__button-prev.swiper-button-prev:focus,
.ty-swiper-previewer__button-next.swiper-button-next:focus {
    outline: none;
}

.ty-swiper-previewer__button-prev.swiper-button-prev:hover,
.ty-swiper-previewer__button-next.swiper-button-next:hover {
    opacity: 0.75;
}

.ty-swiper-previewer__button-prev.swiper-button-prev:after,
.ty-swiper-previewer__button-next.swiper-button-next:after {
    font-family: glyphs;
    font-size: 60px;
}

.ty-swiper-previewer__button-prev.swiper-button-prev:after {
    content: '\e020';
}

.ty-swiper-previewer__button-next.swiper-button-next:after {
    content: '\e01f';
}

.ty-swiper-previewer__slide.swiper-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ty-swiper-previewer__img {
    max-width: calc(100% - 2 * 45px - 2 * 10px);
    width: auto;
    max-height: 100%;
}

[dir='rtl'] .ty-swiper-previewer__button-prev {
    right: auto;
    left: 10px;
}

[dir='rtl'] .ty-swiper-previewer__button-prev.swiper-button-prev:after {
    content: '\e01f';
}

[dir='rtl'] .ty-swiper-previewer__button-next {
    left: auto;
    right: 10px;
}

[dir='rtl'] .ty-swiper-previewer__button-next.swiper-button-next:after {
    content: '\e020';
}

.ty-swiper-previewer__dialog {
    position: fixed;
    height: 100vh !important;
    width: 100vw !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 100vw !important;
    margin-bottom: 0 !important;
    background: none;
}

.ty-swiper-previewer__dialog .ui-dialog-titlebar.ui-widget-header {
    background: none;
    border: none;
}

.ty-swiper-previewer__dialog .ui-dialog-titlebar.ui-widget-header .ui-icon-closethick {
    color: #fff;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.ajax-loader-container {
    position: relative;
}

.ajax-loader::before {
    box-sizing: content-box;
    position: absolute;
    content: '';
    opacity: 0.6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #4a4a4a;
    border-top: 3px solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
}

.ajax-loader--vertical-top::before {
    top: calc(24px / 2);
}

.ajax-loader--vertical-center::before {
    top: calc(50% - (24px + 3px * 2) / 2);
}

.ajax-loader--horizontal-center::before {
    left: calc(50% - (24px + 3px * 2) / 2);
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

:root {
    --ty-content-more-visible-comment-lines: 5;
}

.ty-content-more {
    position: relative;
}

.ty-content-more__text:not(.cs-content-more__text--full) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--ty-content-more-visible-comment-lines);
    -webkit-box-orient: vertical;
}

.ty-content-more__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: var(--space-xs);
    padding-right: var(--space-xs);
    color: #007cb9;
    background: #fff;
    border: 0;
    transition: all 150ms;
}

.ty-content-more__btn:hover {
    color: #005a86;
}

.ty-content-more__btn:before {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: var(--width-s);
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}

.ty-input-append--phone-mask {
    display: flex;
    margin-top: 0;
    width: 100%;
}

.ty-input-append--phone-mask .ty-input-phone {
    padding-right: 8px;
    border-radius: 4px 0px 0px 4px;
}

.ty-btn-group--phone-mask {
    flex-shrink: 0;
}

.ty-select-block__a--phone-mask {
    box-sizing: border-box;
    height: 32px;
    border-color: #bebebe;
    border-radius: 0px 4px 4px 0px;
}

.ty-select-block__a--phone-mask .ty-select-block__arrow {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    transform: translateY(2px);
}

.ty-select-block__a--litecheckout .ty-select-block__a-flag,
.ty-select-block__a--litecheckout .ty-select-block__a-item,
.ty-select-block__a--litecheckout .ty-select-block__arrow {
    vertical-align: middle;
}

.ty-input-append--phone-mask .ty-select-block__list {
    --list-items: 7;
    --base-line-height: 19px;
    --ty-phone-mask-width: calc(100vw - 20px - 2 * 1px);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc((18px + var(--base-line-height)) * (var(--list-items) + 0.5));
    max-width: var(--ty-phone-mask-width);
}

@media (min-width: 768px) {
    .ty-input-append--phone-mask .ty-select-block__list {
        --ty-phone-mask-width: calc((100vw - 2 * 20px - 20px - 2 * 1px) / 2);
    }
}

@media (min-width: 1200px) {
    .ty-input-append--phone-mask .ty-select-block__list {
        --ty-phone-mask-width: none;
    }
}

.ty-form-builder .ty-input-append--phone-mask {
    max-width: 500px;
}

@media (max-width: 979px) {
    .ty-form-builder .ty-input-append--phone-mask {
        max-width: 400px;
    }
}

.ty-input-append--litecheckout .litecheckout__input--mask-phone {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ty-select-block__a--litecheckout {
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ty-field-phone-container {
    width: 100%;
}

.ty-product-images-gallery-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ty-product-images-gallery-video__video-container {
    width: 100%;
    height: auto;
}

.ty-product-bigpicture .ty-previewer:not(.ty-previewer-only) .ty-product-images-gallery-video {
    margin-left: 60px;
}

.ty-video-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ty-video {
    position: relative;
    max-height: calc(100vw / 16 * 9);
    max-width: calc(100vh / 9 * 16);
    height: 100%;
    width: 100%;
}

.ty-video--aspect-ratio {
    max-height: none;
    max-width: none;
    height: 0;
    padding-top: calc(100% / 16 * 9);
}

.ty-video__content {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.ty-video--aspect-ratio .ty-video__content {
    position: absolute;
}

.ty-video__iframe {
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-item .ty-video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.owl-carousel .owl-item .ty-video__content {
    width: 100%;
}

@-ms-viewport {
    width: device-width;
}

.hidden {
    display: none;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    body.tablet-screen .visible-tablet {
        display: inherit !important;
    }

    .mouseevents .hidden-desktop {
        display: none !important;
    }

    .touchevents .hidden-desktop {
        display: inherit !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body.desktop-screen .hidden-tablet {
        display: inherit !important;
    }
}

@media (max-width: 1024px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: inherit !important;
    }
}

@media (max-width: 1023px) {
    body.mobile-screen .visible-phone {
        display: inherit !important;
    }

    body.mobile-screen .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}

@media (min-width: 1224px) {
    .row {
        margin-left: -25px;
    }

    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 25px;
    }

    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1175px;
    }

    .span16 {
        width: 1175px;
    }

    .span15 {
        width: 1100px;
    }

    .span14 {
        width: 1025px;
    }

    .span13 {
        width: 950px;
    }

    .span12 {
        width: 875px;
    }

    .span11 {
        width: 800px;
    }

    .span10 {
        width: 725px;
    }

    .span9 {
        width: 650px;
    }

    .span8 {
        width: 575px;
    }

    .span7 {
        width: 500px;
    }

    .span6 {
        width: 425px;
    }

    .span5 {
        width: 350px;
    }

    .span4 {
        width: 275px;
    }

    .span3 {
        width: 200px;
    }

    .span2 {
        width: 125px;
    }

    .span1 {
        width: 50px;
    }

    .offset16 {
        margin-left: 1225px;
    }

    .offset15 {
        margin-left: 1150px;
    }

    .offset14 {
        margin-left: 1075px;
    }

    .offset13 {
        margin-left: 1000px;
    }

    .offset12 {
        margin-left: 925px;
    }

    .offset11 {
        margin-left: 850px;
    }

    .offset10 {
        margin-left: 775px;
    }

    .offset9 {
        margin-left: 700px;
    }

    .offset8 {
        margin-left: 625px;
    }

    .offset7 {
        margin-left: 550px;
    }

    .offset6 {
        margin-left: 475px;
    }

    .offset5 {
        margin-left: 400px;
    }

    .offset4 {
        margin-left: 325px;
    }

    .offset3 {
        margin-left: 250px;
    }

    .offset2 {
        margin-left: 175px;
    }

    .offset1 {
        margin-left: 100px;
    }

    .row-fluid {
        width: 100%;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.1276595744681%;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.1276595744681%;
    }

    .row-fluid .span16 {
        width: 100%;
    }

    .row-fluid .span15 {
        width: 93.617021276596%;
    }

    .row-fluid .span14 {
        width: 87.234042553191%;
    }

    .row-fluid .span13 {
        width: 80.851063829787%;
    }

    .row-fluid .span12 {
        width: 74.468085106383%;
    }

    .row-fluid .span11 {
        width: 68.085106382979%;
    }

    .row-fluid .span10 {
        width: 61.702127659574%;
    }

    .row-fluid .span9 {
        width: 55.31914893617%;
    }

    .row-fluid .span8 {
        width: 48.936170212766%;
    }

    .row-fluid .span7 {
        width: 42.553191489362%;
    }

    .row-fluid .span6 {
        width: 36.170212765957%;
    }

    .row-fluid .span5 {
        width: 29.787234042553%;
    }

    .row-fluid .span4 {
        width: 23.404255319149%;
    }

    .row-fluid .span3 {
        width: 17.021276595745%;
    }

    .row-fluid .span2 {
        width: 10.63829787234%;
    }

    .row-fluid .span1 {
        width: 4.2553191489362%;
    }

    .row-fluid .offset16 {
        margin-left: 104.25531914894%;
    }

    .row-fluid .offset16:first-child {
        margin-left: 102.12765957447%;
    }

    .row-fluid .offset15 {
        margin-left: 97.872340425532%;
    }

    .row-fluid .offset15:first-child {
        margin-left: 95.744680851064%;
    }

    .row-fluid .offset14 {
        margin-left: 91.489361702128%;
    }

    .row-fluid .offset14:first-child {
        margin-left: 89.36170212766%;
    }

    .row-fluid .offset13 {
        margin-left: 85.106382978723%;
    }

    .row-fluid .offset13:first-child {
        margin-left: 82.978723404255%;
    }

    .row-fluid .offset12 {
        margin-left: 78.723404255319%;
    }

    .row-fluid .offset12:first-child {
        margin-left: 76.595744680851%;
    }

    .row-fluid .offset11 {
        margin-left: 72.340425531915%;
    }

    .row-fluid .offset11:first-child {
        margin-left: 70.212765957447%;
    }

    .row-fluid .offset10 {
        margin-left: 65.957446808511%;
    }

    .row-fluid .offset10:first-child {
        margin-left: 63.829787234043%;
    }

    .row-fluid .offset9 {
        margin-left: 59.574468085106%;
    }

    .row-fluid .offset9:first-child {
        margin-left: 57.446808510638%;
    }

    .row-fluid .offset8 {
        margin-left: 53.191489361702%;
    }

    .row-fluid .offset8:first-child {
        margin-left: 51.063829787234%;
    }

    .row-fluid .offset7 {
        margin-left: 46.808510638298%;
    }

    .row-fluid .offset7:first-child {
        margin-left: 44.68085106383%;
    }

    .row-fluid .offset6 {
        margin-left: 40.425531914894%;
    }

    .row-fluid .offset6:first-child {
        margin-left: 38.297872340426%;
    }

    .row-fluid .offset5 {
        margin-left: 34.042553191489%;
    }

    .row-fluid .offset5:first-child {
        margin-left: 31.914893617021%;
    }

    .row-fluid .offset4 {
        margin-left: 27.659574468085%;
    }

    .row-fluid .offset4:first-child {
        margin-left: 25.531914893617%;
    }

    .row-fluid .offset3 {
        margin-left: 21.276595744681%;
    }

    .row-fluid .offset3:first-child {
        margin-left: 19.148936170213%;
    }

    .row-fluid .offset2 {
        margin-left: 14.893617021277%;
    }

    .row-fluid .offset2:first-child {
        margin-left: 12.765957446809%;
    }

    .row-fluid .offset1 {
        margin-left: 8.5106382978723%;
    }

    .row-fluid .offset1:first-child {
        margin-left: 6.3829787234043%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .row {
        margin-left: -10px;
    }

    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 10px;
    }

    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 726px;
    }

    .span16 {
        width: 726px;
    }

    .span15 {
        width: 680px;
    }

    .span14 {
        width: 634px;
    }

    .span13 {
        width: 588px;
    }

    .span12 {
        width: 542px;
    }

    .span11 {
        width: 496px;
    }

    .span10 {
        width: 450px;
    }

    .span9 {
        width: 404px;
    }

    .span8 {
        width: 358px;
    }

    .span7 {
        width: 312px;
    }

    .span6 {
        width: 266px;
    }

    .span5 {
        width: 220px;
    }

    .span4 {
        width: 174px;
    }

    .span3 {
        width: 128px;
    }

    .span2 {
        width: 82px;
    }

    .span1 {
        width: 36px;
    }

    .offset16 {
        margin-left: 746px;
    }

    .offset15 {
        margin-left: 700px;
    }

    .offset14 {
        margin-left: 654px;
    }

    .offset13 {
        margin-left: 608px;
    }

    .offset12 {
        margin-left: 562px;
    }

    .offset11 {
        margin-left: 516px;
    }

    .offset10 {
        margin-left: 470px;
    }

    .offset9 {
        margin-left: 424px;
    }

    .offset8 {
        margin-left: 378px;
    }

    .offset7 {
        margin-left: 332px;
    }

    .offset6 {
        margin-left: 286px;
    }

    .offset5 {
        margin-left: 240px;
    }

    .offset4 {
        margin-left: 194px;
    }

    .offset3 {
        margin-left: 148px;
    }

    .offset2 {
        margin-left: 102px;
    }

    .offset1 {
        margin-left: 56px;
    }

    .row-fluid {
        width: 100%;
    }

    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 1.3774104683196%;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 1.3774104683196%;
    }

    .row-fluid .span16 {
        width: 100%;
    }

    .row-fluid .span15 {
        width: 93.617021276596%;
    }

    .row-fluid .span14 {
        width: 87.234042553191%;
    }

    .row-fluid .span13 {
        width: 80.851063829787%;
    }

    .row-fluid .span12 {
        width: 74.468085106383%;
    }

    .row-fluid .span11 {
        width: 68.085106382979%;
    }

    .row-fluid .span10 {
        width: 61.702127659574%;
    }

    .row-fluid .span9 {
        width: 55.31914893617%;
    }

    .row-fluid .span8 {
        width: 48.936170212766%;
    }

    .row-fluid .span7 {
        width: 42.553191489362%;
    }

    .row-fluid .span6 {
        width: 36.170212765957%;
    }

    .row-fluid .span5 {
        width: 29.787234042553%;
    }

    .row-fluid .span4 {
        width: 23.404255319149%;
    }

    .row-fluid .span3 {
        width: 17.021276595745%;
    }

    .row-fluid .span2 {
        width: 10.63829787234%;
    }

    .row-fluid .span1 {
        width: 4.2553191489362%;
    }

    .row-fluid .offset16 {
        margin-left: 102.75482093664%;
    }

    .row-fluid .offset16:first-child {
        margin-left: 101.37741046832%;
    }

    .row-fluid .offset15 {
        margin-left: 97.872340425532%;
    }

    .row-fluid .offset15:first-child {
        margin-left: 95.744680851064%;
    }

    .row-fluid .offset14 {
        margin-left: 91.489361702128%;
    }

    .row-fluid .offset14:first-child {
        margin-left: 89.36170212766%;
    }

    .row-fluid .offset13 {
        margin-left: 85.106382978723%;
    }

    .row-fluid .offset13:first-child {
        margin-left: 82.978723404255%;
    }

    .row-fluid .offset12 {
        margin-left: 78.723404255319%;
    }

    .row-fluid .offset12:first-child {
        margin-left: 76.595744680851%;
    }

    .row-fluid .offset11 {
        margin-left: 72.340425531915%;
    }

    .row-fluid .offset11:first-child {
        margin-left: 70.212765957447%;
    }

    .row-fluid .offset10 {
        margin-left: 65.957446808511%;
    }

    .row-fluid .offset10:first-child {
        margin-left: 63.829787234043%;
    }

    .row-fluid .offset9 {
        margin-left: 59.574468085106%;
    }

    .row-fluid .offset9:first-child {
        margin-left: 57.446808510638%;
    }

    .row-fluid .offset8 {
        margin-left: 53.191489361702%;
    }

    .row-fluid .offset8:first-child {
        margin-left: 51.063829787234%;
    }

    .row-fluid .offset7 {
        margin-left: 46.808510638298%;
    }

    .row-fluid .offset7:first-child {
        margin-left: 44.68085106383%;
    }

    .row-fluid .offset6 {
        margin-left: 40.425531914894%;
    }

    .row-fluid .offset6:first-child {
        margin-left: 38.297872340426%;
    }

    .row-fluid .offset5 {
        margin-left: 34.042553191489%;
    }

    .row-fluid .offset5:first-child {
        margin-left: 31.914893617021%;
    }

    .row-fluid .offset4 {
        margin-left: 27.659574468085%;
    }

    .row-fluid .offset4:first-child {
        margin-left: 25.531914893617%;
    }

    .row-fluid .offset3 {
        margin-left: 21.276595744681%;
    }

    .row-fluid .offset3:first-child {
        margin-left: 19.148936170213%;
    }

    .row-fluid .offset2 {
        margin-left: 14.893617021277%;
    }

    .row-fluid .offset2:first-child {
        margin-left: 12.765957446809%;
    }

    .row-fluid .offset1 {
        margin-left: 8.5106382978723%;
    }

    .row-fluid .offset1:first-child {
        margin-left: 6.3829787234043%;
    }
}

@media (min-width: 1224px) {
    .ty-product-detail .ty-product-block__left {
        box-sizing: border-box;
        padding-right: 200px;
    }

    .ty-footer-grid__full-width>.row {
        width: 1200px;
        margin: 0 auto;
    }

    .ty-footer-grid__full-width>.row-fluid {
        max-width: 1600px;
        min-width: 280px;
        margin: 0 auto;
    }

    .ty-footer-menu__items,
    .ty-footer-general__body {
        display: block !important;
    }
}

@media (max-width: 1224px) {
    .ty-control-group__price {
        width: 100px;
    }

    .ty-product-detail .ty-product-block__left {
        box-sizing: border-box;
        padding-right: 200px;
    }

    .ty-footer-grid__full-width>.row {
        width: 960px;
        margin: 0 auto;
    }

    .ty-footer-form-block__form {
        width: 220px;
    }

    h3.ty-footer-form-block__title,
    h3.ty-social-link__title {
        font-size: 20px;
    }

    .ty-orders__actions-right {
        float: none;
    }
}

@media (max-width: 979px) {
    .ty-sidebox__body-toggle {
        display: block;
    }

    .tygh-content .container,
    .ty-footer-menu,
    .footer-copyright {
        padding: 0px 10px;
    }

    .ty-select-block__a {
        margin-right: 0;
    }

    .top-currencies {
        margin-left: 2px;
    }

    .ty-product-detail .ty-product-block__left {
        box-sizing: border-box;
        padding-right: 0px;
    }

    .ty-grid-list__item .ty-icon-left-circle,
    .ty-grid-list__item .ty-icon-right-circle {
        visibility: visible;
    }

    .ty-product-empty {
        display: none;
    }

    .ty-wish-list-empty [class*="ty-column"] {
        width: 100%;
    }

    .ty-wish-list-empty [class*="ty-column"]:first-child .ty-product-empty {
        display: block;
    }

    .ty-compact-list__title {
        width: 20%;
    }

    .ty-compact-list__controls {
        width: 50%;
    }

    .ty-exception__code {
        display: block;
        width: 100%;
    }

    .ty-exception__title-info {
        display: block;
        padding-left: 0px;
        text-align: center;
    }

    .ty-exception__links {
        margin: 0px;
    }

    .ty-exception__links-item {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }

    .ty-payment-icons .ty-payment-icons__item {
        margin-left: 2px;
        margin-right: 2px;
    }

    .ty-footer-form-block__title {
        padding-left: 10px;
    }

    .ty-footer-form-block__title,
    .ty-footer-form-block__form-container,
    .ty-footer-form-block__form {
        width: 100%;
    }

    h3.ty-social-link__title {
        display: block;
        margin-top: 21px;
        margin-bottom: 10px;
    }

    .ty-sort-container {
        padding-left: 0px;
    }

    .ty-product-block__note {
        width: 100%;
        position: static;
    }

    .ty-product-options__item-label {
        display: block;
        width: 100%;
        float: none;
    }

    .ty-product-options__item-label--tooltip {
        width: auto;
        display: inline-block;
    }

    .ty-product-options__description,
    .ty-product-block__option .help-inline {
        margin-left: 0;
    }

    .ty-product-variant-image {
        margin-left: 0;
    }

    .ty-product-detail .ty-product-block__left {
        padding-right: 0;
    }

    .ty-multi-checkout__step {
        display: block;
        width: 100%;
        padding-bottom: 20px;
    }

    .ty-multi-checkout__arrow {
        display: none;
    }

    .ty-payments-list {
        padding-right: 20px;
    }

    .ty-payments-list__instruction {
        width: 210px;
    }

    .ty-pagination__text {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ty-footer-grid__full-width>.row {
        width: 736px;
        margin: 0 auto;
    }

    .ty-social-link__title {
        margin-right: 70px;
    }

    .ty-footer-menu__items,
    .ty-footer-general__body {
        display: block !important;
    }

    .ty-footer-form-block__form {
        width: 220px;
    }

    .ty-menu__item .ty-menu__item-link {
        padding: 14px 12px;
    }

    .ty-menu__submenu-items .ty-top-mine__submenu-col {
        min-width: 160px;
        margin-right: 13px;
        margin-bottom: 20px;
    }

    .ty-top-mine__submenu-col:nth-child(4n) {
        margin-right: 0px;
    }

    .ty-account-info__buttons .ty-btn {
        display: block;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .buttons-container.ty-cart-content__top-buttons button.ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons button.ty-btn {
        width: 100%;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons .ty-btn {
        display: block;
        margin-left: 0;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,
    .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons {
        text-align: right;
    }

    .buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,
    .buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn {
        margin-left: auto;
        margin-right: 0;
    }

    .ty-orders-search-options .span4.ty-control-group {
        width: 50%;
        margin-left: 0;
    }

    .ty-orders-search-options .ty-period {
        margin-left: 0;
    }

    .te-mode .ty-orders-detail__table-image {
        float: none;
    }
}

@media (min-width: 768px) {

    .ty-cart-content .ty-cart-content__product-elem,
    .ty-cart-content .ty-cart-content__title {
        border: 0;
    }

    .ty-menu__item {
        display: block !important;
    }

    .ty-menu__menu-btn {
        display: none !important;
    }

    .ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active>.ty-menu__submenu-item-header .ty-menu__item-link {
        background: #007cb9;
        color: #1e1e1e;
    }

    .ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active i,
    .ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active .ty-icon {
        color: #fff;
    }

    .ty-sidebox__body {
        display: block !important;
    }
}

@media (max-width: 767px) {
    html.dialog-is-open {
        overflow: scroll;
    }

    html.dialog-is-open.dialog--no-scroll {
        overflow: hidden;
    }

    .ty-menu__items .ty-menu__items-show {
        display: block !important;
        border-bottom: 0;
    }

    .ty-menu__item {
        display: none;
        float: none;
        margin-right: 0px;
        border-bottom: 1px solid #f0f0f0;
        padding: 0px;
        position: relative;
    }

    .no-touch .ty-menu__item:hover .ty-menu__submenu-items,
    .ty-menu__item:hover .ty-menu__submenu-items {
        display: none;
    }

    .ty-menu__item:last-child {
        box-shadow: none;
        border-bottom: 0;
    }

    .ty-menu__item .ty-menu__item-toggle-active {
        background: #f2f2f2;
    }

    .ty-menu__item .ty-menu__item-link {
        position: static;
    }

    .ty-menu__submenu .ty-menu__submenu-items {
        padding: 0;
    }

    .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item {
        border-bottom: 1px solid #d8d8d8;
        margin: 0;
    }

    .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link {
        display: block;
        padding: 12px 30px 12px 40px;
    }

    .no-touch .ty-menu__submenu-items .ty-menu__submenu-link:hover {
        color: #005a86;
    }

    .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a {
        color: black;
        background: none;
    }

    .ty-menu__submenu .ty-top-mine__submenu-col {
        display: block;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

    .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item {
        position: relative;
        padding: 0px;
        padding-left: 35px;
    }

    .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-list {
        display: none;
    }

    .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle-active {
        background: #e0e0e0;
    }

    .ty-menu__items .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle {
        color: #bfbfbf;
    }

    .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__submenu-link {
        padding: 13px 40px;
        display: block;
    }

    .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header {
        min-height: 45px;
        margin: 0px;
        padding-bottom: 0px;
        border-bottom: 1px solid #d8d8d8;
        text-transform: uppercase;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header-active {
        background: #e0e0e0;
    }

    .ty-menu__menu-btn {
        border-bottom: 0px;
        box-shadow: none;
    }

    .ty-menu__submenu-items {
        background: #ededed;
        position: static;
    }

    .ty-icon-short-list {
        padding-right: 4px;
    }

    .ty-menu__item-toggle {
        width: 50px;
        height: 44px;
        position: absolute;
        text-align: center;
        font-size: 35px;
        right: 0px;
        z-index: 100;
        color: #fff;
        top: 0px;
        cursor: pointer;
    }

    .ty-menu__item-toggle:hover {
        color: #fff;
    }

    .ty-menu__icon-hide,
    .ty-menu__icon-open {
        display: inline-block;
        line-height: 46px;
    }

    .ty-menu__submenu-dropdown-bottom {
        margin: auto;
    }

    .ty-menu__icon-hide {
        display: none;
    }

    .ty-menu__item-toggle-active .ty-menu__icon-hide {
        display: inline-block;
    }

    .ty-menu__item-toggle-active .ty-menu__icon-open {
        display: none;
    }

    .ty-menu-vertical {
        margin-bottom: 40px;
    }

    .ty-dropdown-box__content .ty-menu-vertical {
        margin-bottom: 0px;
    }

    .ty-menu-vertical .ty-menu__item {
        display: block;
    }

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu {
        position: static;
        display: block;
    }

    .ty-menu-vertical .ty-menu__item.menu-level-2 {
        padding-left: 35px;
    }

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link {
        background: none;
        color: #007cb9;
        padding-left: 40px;
    }

    .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
        color: #007cb9;
    }

    .ty-menu-vertical .ty-menu__submenu .dropdown-vertical__dir .ty-menu__submenu-item-header .ty-menu__item-link {
        text-transform: uppercase;
        font-weight: bold;
    }

    .ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link {
        background: #e0e0e0;
    }

    .ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link {
        color: #000;
    }

    .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
        padding-left: 40px;
        text-transform: none;
        font-weight: normal;
        background: none;
    }

    .ty-menu-vertical .ty-menu__item-toggle i,
    .ty-menu-vertical .ty-menu__item-toggle .ty-icon {
        top: 3px;
    }

    .ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link {
        padding-left: 40px;
    }

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu-items .ty-menu__submenu-items {
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }

    .ty-menu-vertical .ty-menu__submenu-items .dropdown-vertical__dir .ty-menu__item-toggle {
        background: none;
        color: #bfbfbf;
    }

    .ty-menu-vertical .ty-menu__submenu-item-header {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .ty-menu-vertical .ty-menu__submenu-item-header .ty-menu__submenu-item-header .ty-menu__item-link {
        color: #1abc9c;
        text-transform: none;
    }

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover i,
    .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover .ty-icon {
        color: #a1a6aa !important;
    }

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items {
        border: 1px solid #2b3e51;
        border-top: 0px;
        border-bottom: 0px;
    }

    .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-items {
        border: 0px;
    }

    .ty-menu-vertical .ty-menu__submenu-items .ty-menu__item {
        border-top: 1px solid #d8d8d8;
        border-bottom: 0;
    }

    .no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover>.ty-menu__submenu-item-header .ty-menu__item-link {
        background: none;
        color: #005a86;
    }

    .ty-menu-vertical .menu-level-1.ty-menu__item-active>.ty-menu__submenu-item-header {
        background: #e0e0e0;
    }

    .ty-menu-vertical__dropdown .ty-menu__item {
        display: none;
    }

    .ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu {
        width: auto;
    }

    .ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items {
        width: auto;
    }

    .ty-menu-vertical .ty-menu__items.rtl .ty-menu__item-toggle {
        left: 0px;
    }

    .ui-dialog input[type="text"],
    .ui-dialog input[type="password"],
    .ui-dialog textarea,
    .ui-dialog select {
        width: 100%;
    }

    .ui-dialog .ty-product-list__bulk {
        margin-top: -20px;
    }

    body.dialog-is-open {
        overflow: visible;
    }

    div.ui-dialog .ui-dialog-title {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ty-estimation-buttons__rate {
        margin-bottom: 0px;
    }

    .top-menu-grid {
        padding-top: 0;
    }

    .top-logo-grid {
        padding-top: 15px;
    }

    .top-logo-grid:before,
    .top-logo-grid:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .top-logo-grid:after {
        clear: both;
    }

    .ty-logo-container {
        text-align: center;
        margin: 10px 0px 30px;
    }

    .tygh-header>div,
    .tygh-top-panel>div {
        padding: 0px 10px;
    }

    .ty-mainbox-title .ty-status {
        display: block;
        float: none;
    }

    .ty-mainbox-title .ty-date {
        display: block;
    }

    .notification-content-extended {
        width: 96%;
        left: 2%;
        right: 10px;
        margin: 0px;
    }

    .ty-product-notification__body .ty-product-options-name {
        width: 50%;
    }

    .ty-product-notification__body .ty-product-options-content {
        width: 50%;
        text-align: right;
    }

    .notification-container {
        top: 0;
        right: 0px;
        min-width: 100%;
        width: 100%;
    }

    .notification-content {
        margin: 0px;
        border: none;
    }

    .notification-content .close {
        top: 8px;
        right: 20px;
    }

    .ty-product-notification__image {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .ty-product-notification__product-name {
        max-width: 200px;
    }

    .ty-table table,
    .ty-table thead,
    .ty-table tbody,
    .ty-table th,
    .ty-table td,
    .ty-table tr {
        display: block;
    }

    .ty-table {
        margin: 5px 0px 20px;
    }

    .ty-table {
        border: none;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .ty-table tr {
        border: 1px solid #ccc;
        border-bottom: none;
    }

    .ty-table tr:last-child {
        border-bottom: 1px solid #ccc;
    }

    .ty-table td {
        border: none;
        border-bottom: 1px solid #eee;
        white-space: normal;
        text-align: left;
        min-height: 18px;
        width: auto !important;
    }

    .ty-table td:before,
    .ty-table td:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-table td:after {
        clear: both;
    }

    .ty-table tr td:last-child {
        border-bottom: 0px;
    }

    .ty-table__no-items td {
        padding: 0px;
    }

    .ty-table__no-items .ty-no-items {
        margin-bottom: 0px;
    }

    .ty-table__responsive-header {
        float: left;
        width: 35%;
        padding-right: 5%;
        font-weight: bold;
        word-break: normal;
        display: block;
    }

    .ty-table__responsive-content {
        float: left;
        width: 50%;
    }

    .ty-table.hidden,
    .ty-table .hidden {
        display: none;
    }

    .ty-cart-content .ty-cart-content__image-block {
        border-bottom: 0;
    }

    .ty-cart-content .ty-table__responsive-header,
    .ty-table__responsive-content {
        float: none;
        width: 100%;
        padding: 0;
    }

    .ty-cart-content__image {
        float: none;
        text-align: center;
    }

    .ty-cart-content__left-buttons,
    .ty-cart-content__right-buttons {
        float: none;
    }

    .ty-cart-content__right-buttons {
        margin-top: 10px;
    }

    .ty-cart-content__top-buttons .ty-btn,
    .ty-cart-content__bottom-buttons .ty-btn {
        display: block;
        width: 100%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-cart-content__top-buttons .ty-btn+.ty-btn,
    .ty-cart-content__bottom-buttons .ty-btn+.ty-btn {
        margin: 10px 0 0;
    }

    .ty-cart-total .ty-coupons__container {
        float: none;
        padding: 0;
        width: 100%;
    }

    .ty-cart-content__estimation {
        max-width: inherit;
    }

    .ty-cart-statistic {
        float: none;
        margin-top: 10px;
    }

    .ty-cart-statistic__title,
    .ty-cart-statistic__total-title {
        width: 50%;
        margin-right: 0;
        float: left;
    }

    .ty-cart-statistic__value,
    .ty-cart-statistic__total-value {
        width: 50%;
        float: left;
    }

    .top-links-grid .ty-dropdown-box {
        background: none;
    }

    .ty-dropdown-box .ty-account-info__title-txt {
        display: none;
    }

    .account-benefits {
        margin: 0px 0px 30px 0px;
    }

    .top-cart-content {
        margin: 13px 0px;
    }

    .header-widget-grid .top-cart-content {
        margin: 0px;
    }

    .header-widget-grid {
        padding: 0px 10px;
    }

    .ty-grid-list__item:hover {
        border-radius: 0px;
        background: transparent;
    }

    .ty-quick-view-button {
        display: none;
        margin-bottom: 30px;
    }

    .product-list__control {
        float: none;
        margin-bottom: 10px;
    }

    .product-list__image {
        float: none;
        margin: 0px 0px 20px 0px;
        width: 100%;
        text-align: center;
    }

    .ty-compact-list__controls {
        width: 60%;
    }

    .ty-compact-list__image .ty-discount-label {
        display: inline-block;
        height: 30px;
        position: static;
        float: none;
    }

    .ty-compact-list__image {
        padding: 0px 10px 0px 0px;
    }

    .ty-sidebox {
        margin-bottom: 10px;
    }

    .ty-sidebox:last-child {
        margin-bottom: 30px;
    }

    .ty-product-block__left {
        display: block;
        overflow: visible;
        min-width: 0;
    }

    .ty-product-block {
        position: initial;
    }

    .ty-product-block__img-wrapper {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
        min-height: 0;
    }

    .ty-product-block__img-wrapper:before,
    .ty-product-block__img-wrapper:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .ty-product-block__img-wrapper:after {
        clear: both;
    }

    .ty-product-block__img-wrapper .ty-no-image {
        width: 100% !important;
    }

    .ui-dialog .ty-product-variant-image {
        margin-left: 0;
    }

    .ty-product-bigpicture__left,
    .ty-product-bigpicture__left-wrapper {
        width: 100%;
        margin: 0;
    }

    .ty-product-bigpicture__right {
        width: 100%;
        margin-left: 0;
    }

    .ty-product-thumbnails {
        width: 100% !important;
    }

    .ty-account-detail {
        margin-left: 0;
        background: none;
        padding-bottom: 0;
    }

    .ty-profile-field__switch-label {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .ty-profile-field__switch-actions {
        float: none;
        text-align: center;
    }

    .ty-billing-first-name,
    .ty-billing-last-name,
    .ty-shipping-first-name,
    .ty-shipping-last-name,
    .ty-billing-country,
    .ty-billing-state,
    .ty-shipping-country,
    .ty-shipping-state,
    .ty-first-name,
    .ty-last-name {
        width: 100%;
    }

    .ty-billing-first-name+.ty-billing-last-name,
    .ty-billing-country+.ty-billing-state,
    .ty-shipping-first-name+.ty-shipping-last-name,
    .ty-shipping-country+.ty-shipping-state,
    .ty-first-name+.ty-last-name {
        margin-left: 0;
    }

    .ty-buttons-container__add-or-close .ty-btn {
        display: block;
        margin: 0px;
    }

    .ty-buttons-container__add-or-close .ty-close-text {
        padding-top: 10px;
        display: inline-block;
    }

    .ty-login-info {
        margin: 30px 0 0;
    }

    .ty-success-registration__item {
        display: block;
        width: 100%;
    }

    .ty-account-benefits {
        margin: 30px 0 0;
    }

    .ty-company-fields {
        margin-bottom: 20px;
    }

    .ty-company-info {
        margin: 0;
        padding: 0;
        background: none;
    }

    .ty-features-all {
        text-align: center;
    }

    .ty-feature__image {
        float: none;
    }

    .ty-product-feature__label {
        width: 180px;
    }

    .ty-help-info {
        display: inline;
    }

    .ty-sitemap__tree-section-list,
    .ty-sitemap__section-wrapper {
        width: 50%;
    }

    .ty-breadcrumbs {
        padding-right: 0;
    }

    .ty-product-switcher {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 0;
        top: 10px;
        text-align: center;
    }

    .ty-product-switcher__a {
        position: relative;
        top: 0;
        vertical-align: middle;
        font-size: 20px;
    }

    .ty-product-switcher__a-left,
    .ty-product-switcher__a-right {
        float: none;
    }

    .ty-product-switcher__a-left {
        margin-right: 10px;
    }

    .ty-product-switcher__a-right {
        margin-left: 10px;
    }

    .ty-product-switcher span {
        display: inline-block;
        float: none;
        font-size: 100%;
    }

    .ty-checkout__login {
        float: none;
        padding: 0 15px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-checkout__register {
        float: none;
        padding: 0 15px;
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-checkout__register-content {
        padding-left: 0;
    }

    .ty-checkout-buttons__submit-order {
        padding-bottom: 20px;
    }

    .ty-payments-list__instruction {
        width: 255px;
    }

    .ty-compare-products__menu,
    .ty-compare-sort {
        width: 130px;
    }

    .ty-compare-products__product,
    .ty-compare-feature_item_size {
        width: 180px;
    }

    .ty-compare__buttons .ty-btn {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-compare__buttons .ty-btn+.ty-btn {
        margin: 15px 0 0;
    }

    .search-block-grid {
        margin-top: 0px !important;
    }

    .footer-no-wysiwyg ul {
        margin: 0;
    }

    .ty-social-link-block {
        margin: 10px 0px 20px;
        text-align: center;
    }

    .ty-footer-grid__full-width .ty-float-right,
    .ty-footer-grid__full-width .ty-float-left {
        float: none;
    }

    .ty-footer-grid__full-width>.row {
        width: auto;
        margin: 0 auto;
    }

    .ty-footer-menu__items,
    .ty-footer-general__body {
        margin: 0;
        display: none;
    }

    .ty-footer-menu__items .ty-text-links__item,
    .ty-footer-general__body .ty-text-links__item {
        padding: 15px 0px 15px 0px;
        border-bottom: 1px solid #e4e4e4;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .ty-footer-menu__item {
        padding: 15px 0px 15px 0px;
        border-bottom: 1px solid #dfdfdf;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .ty-footer-menu__header,
    .ty-footer-general__header {
        padding: 15px 30px 15px 0;
        border-bottom: 1px solid #515151;
    }

    .ty-footer-menu__icon-open,
    .ty-footer-menu__icon-hide {
        position: absolute;
        top: 12px;
        right: 0;
        font-size: 40px;
        color: #bfbfbf;
        cursor: pointer;
    }

    .ty-footer-menu__icon-open {
        display: block;
    }

    .ty-footer-menu__header.open .ty-footer-menu__icon-hide,
    .ty-footer-general__header.open .ty-footer-menu__icon-hide {
        display: block;
    }

    .ty-footer-menu__header.open .ty-footer-menu__icon-open,
    .ty-footer-general__header.open .ty-footer-menu__icon-open {
        display: none;
    }

    .ty-footer-form-block__title {
        display: block;
        padding-right: 0;
    }

    .ty-footer-form-block {
        text-align: center;
        margin: 20px 0px 0px 0px;
    }

    .order-summary {
        margin-top: 0;
    }

    .ty-step__container-active {
        margin-bottom: 20px;
    }

    .ty-checkout-complete__buttons .ty-btn {
        margin: 0 0 15px 0;
    }

    .ty-checkout-complete__buttons-left,
    .ty-checkout-complete__buttons-right {
        float: none;
    }

    .ty-period__wrapper {
        float: none;
    }

    .ty-login-popup {
        min-width: 100px;
        max-width: none;
    }

    .ty-orders__actions .ty-btn {
        text-align: left;
        display: block;
    }

    .ty-orders__actions .ty-btn+.ty-btn {
        margin-left: 0;
        margin-top: 3px;
    }

    .ty-profiles-info__item {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .ty-profiles-info__item:last-child {
        margin-bottom: 0;
    }

    .ty-orders-detail__table-image {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .ty-orders-detail__table-description {
        margin-left: 0;
    }

    .ty-orders-summary__right {
        float: none;
    }

    .ty-orders-summary__wrapper {
        float: none;
        min-width: 0;
    }

    .ty-orders-search-options .ty-period {
        float: none;
        margin-left: 0;
    }

    .ty-orders-search-options .ty-period__wrapper {
        padding-right: 0;
    }

    .ty-orders-search-options .ty-period__select {
        width: 100%;
    }

    .ty-orders-search-options .ty-period__select-date .ty-control-group__title {
        display: none;
    }

    .ty-orders-search-options .ty-status-info {
        margin-left: 0;
    }

    .ty-orders-search-options .ty-status-info label {
        width: 50%;
    }

    .ty-orders-search-options .ty-orders-search__options-status {
        margin-left: 0;
    }

    .container {
        width: auto;
    }

    .row-fluid {
        width: 100%;
    }

    .row {
        margin-left: 0;
    }

    [class*="span"],
    .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="offset"]:first-child {
        margin-left: 0;
    }

    .ty-cart-items__list-item-tools {
        right: -10px;
        display: block;
    }

    .vendor-info-grid {
        margin-top: 10px;
    }

    .vendor-stores-block-grid {
        float: left !important;
        width: auto !important;
        padding: 10px 0;
    }

    .vendor-logo-grid .ty-logo-container-vendor {
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }

    .vendor-search-grid {
        margin-bottom: 20px;
    }

    .ty-filter-tooltip {
        float: right;
        left: 0 !important;
        margin-right: 20px;
    }

    .ty-sidebox__body {
        display: none;
    }

    .ty-horizontal-product-filters {
        padding-left: 0;
    }

    .ty-horizontal-product-filters-dropdown {
        width: 100%;
        border-bottom: 1px solid #bfbfbf;
    }

    .ty-horizontal-product-filters-dropdown:last-child {
        border-bottom: none;
    }

    .ty-horizontal-product-filters-dropdown__content {
        min-width: 100%;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper {
        display: block;
        padding: 10px;
    }

    .ty-horizontal-product-filters-dropdown__content {
        position: relative;
        margin-bottom: 10px;
    }

    .ty-horizontal-product-filters-dropdown__icon {
        float: right;
        margin-right: 4px;
        top: 0px;
    }

    .ty-subcategories {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .ty-mainbox-title__right {
        float: none;
        display: block;
        margin-top: 0;
    }

    .ty-mainbox-title__left {
        float: none;
        display: block;
    }

    .ty-cart-content__buttons {
        padding: 16px 12px;
    }

    .header-widget-grid .top-logo-grid {
        padding-top: 0px;
    }

    .header-widget-grid .top-logo-grid {
        width: 50%;
        float: left;
    }

    .header-widget-grid .cart-content-grid {
        width: 50%;
        float: right;
        white-space: nowrap;
    }

    .ty-estimation-buttons__rate {
        margin-bottom: 10px;
    }

    .ty-search-form__input {
        margin: 4px 0px;
        width: 100%;
    }

    .ty-features-all .ty-column6 {
        width: 50%;
    }

    .ty-product-list__image {
        float: none;
        margin-bottom: 25px;
        margin-right: 0px;
        text-align: center;
    }

    .ty-sitemap__tree-section-list,
    .ty-sitemap__section-wrapper {
        width: 100%;
        min-height: 0;
    }

    .ty-compact-list__controls .ty-product-coming-soon {
        position: absolute;
        right: 0px;
        text-align: left;
        padding-top: 0px;
    }

    .ty-product-feature__label {
        width: 120px;
    }

    .ty-product-feature__value {
        max-width: 160px;
    }

    .ty-sort-container__views-a {
        padding: 7px;
    }

    .ty-compact-list__image,
    .ty-compact-list__title {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
    }

    .ty-compact-list__image {
        margin-bottom: 10px;
    }

    .ty-btn__add-to-cart {
        margin-right: 10px;
    }

    .ty-product-block__button .ty-btn+.ty-btn,
    .ty-product-block__button .ty-btn~.ty-btn {
        margin-left: 0px;
    }

    .ty-pagination {
        text-align: center;
    }

    .ty-pagination__btn {
        width: 94%;
    }

    .ty-pagination__items {
        margin: 15px 0;
    }

    .ty-pagination__item {
        padding: 5px 6px;
    }

    .ty-pagination__text {
        display: inline-block;
    }

    .ty-compact-list__controls {
        width: 100%;
        text-align: left;
    }

    .ty-compact-list__price {
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
    }

    .ty-compact-list__price .ty-price-update {
        display: inline-block;
    }

    .ty-step__title-txt {
        font-size: 18px;
    }

    .ty-checkout__billing-tabs .ty-tabs {
        padding: 0px;
    }

    .ty-checkout__billing-tabs .ty-tabs__item {
        float: none;
    }

    .ty-checkout-complete__login-info,
    .ty-checkout-complete__create-account {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .ty-payments-list {
        padding-right: 0;
    }

    .ty-payments-list__instruction {
        width: auto;
    }

    .ty-companies__img {
        float: none;
    }

    .ty-companies__info {
        padding: 0;
    }

    .ty-filters-search__item {
        padding-right: 0;
    }

    .ty-subcategories-block {
        min-width: 100%;
    }

    .ty-product-notification__buttons {
        display: block;
        text-align: right;
    }

    .ty-product-notification__buttons>div {
        float: none;
        display: inline-block;
        margin: 3px auto;
    }
}

.ty-tag-cloud {
    margin: 10px 0;
}

.ty-tag-cloud__item {
    margin-right: 10px;
}

.ty-tag-level-0,
.ty-tag-level-0:active {
    font-size: 100%;
}

.ty-tag-level-1,
.ty-tag-level-1:active {
    font-size: 150%;
}

.ty-tag-level-2,
.ty-tag-level-2:active {
    font-size: 200%;
}

.ty-tag-level-3,
.ty-tag-level-3:active {
    font-size: 250%;
}

.ty-tag-level-4,
.ty-tag-level-4:active {
    font-size: 300%;
}

.ty-tag-level-5,
.ty-tag-level-5:active {
    font-size: 350%;
}

.ty-tag-level-6,
.ty-tag-level-6:active {
    font-size: 400%;
}

ul.ty-tags-list {
    padding-left: 0;
}

.ty-tags-list__item {
    display: inline-block;
}

.ty-tags-list__a {
    position: relative;
    display: block;
    float: left;
    margin: 3px 5px 3px 15px;
    padding: 0 27px 0 10px;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    border: 0 none;
    background: #e6e6e6;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.ty-tags-list__a:before {
    position: absolute;
    top: 50%;
    left: -14px;
    float: left;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-width: 12px 14px 12px 0;
    border-style: solid;
    border-color: transparent #e6e6e6 transparent transparent;
    content: "";
}

.ty-tags-list__a:after {
    position: absolute;
    top: 50%;
    left: 0;
    float: left;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #fff;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ty-tags-list__a {
    background: #e6e6e6;
    color: #676767;
    transition: none;
    padding-right: 10px;
}

.ty-tags-list__a:hover {
    background: #16a085;
    color: #fff;
    text-shadow: none;
}

.ty-tags-list__a:hover:before {
    border-right-color: #16a085;
}

.ty-newsletters {
    margin-bottom: 30px;
}

.ty-newsletters__item {
    margin-bottom: 5px;
}

.checkout-steps .ty-newsletters {
    padding: 0 20px;
}

.ty-checkout__billing-options .ty-newsletters {
    padding: 0;
}

.ty-footer-form-block--responsive>form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ty-footer-form-block--responsive .ty-footer-form-block__title {
    padding: 0;
}

.ty-footer-form-block--responsive .ty-footer-form-block__form-container {
    padding-left: 10px;
}

.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block-policy__input {
    width: 100%;
    padding-bottom: 10px;
}

.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-lable-subscribe-policy {
    margin-bottom: 10px;
}

.ty-footer-form-block--responsive .ty-lable-subscribe-policy>a {
    color: inherit;
    text-decoration: underline;
}

.ty-geo-maps__geolocation {
    display: inline-block;
    max-width: 100%;
}

.ty-geo-maps__geolocation__opener {
    display: flex;
    align-items: center;
    padding: 8px 2px;
}

.ty-geo-maps__geolocation__opener-text {
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ty-geo-maps__geolocation__map {
    height: 405px;
    margin: 0 auto 10px auto;
}

@media (min-width: 768px) {
    .ty-geo-maps__geolocation__map {
        width: 690px;
    }
}

@media (max-width: 768px) {
    .ty-geo-maps__geolocation__map {
        height: calc(100vh - 270px);
    }
}

.geo-map-google-search-bar {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: normal;
    margin-top: 12px;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    max-width: 400px;
}

.geo-map-google-search-bar.geo-map-google-search-bar.geo-map-google-search-bar {
    width: calc(100% - 24px);
}

.geo-map-google-search-bar:focus {
    border-color: #4d90fe;
}

.ty-geo-maps-shipping__wrapper {
    margin-top: 20px;
    border-top: 1px solid #d2d2d2;
}

.ty-geo-maps-shipping__title {
    font-weight: bold;
    margin-top: 10px;
}

.ty-geo-maps-shipping__item {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ty-geo-maps-shipping__label {
    display: inline-block;
}

.ty-geo-maps-shipping__value {
    display: inline-block;
}

.ty-geo-maps-shipping__link-icon {
    margin-right: 5px;
}

.ty-geo-maps-shipping__link-text {
    border-bottom: 1px dotted currentColor;
}

.ty-geo-maps-shipping__price {
    font-weight: bold;
}

.ty-geo-maps-shipping__popup {
    margin-bottom: 20px;
    text-align: left;
}

.ty-geo-maps-shipping__list {
    border: 0;
    margin-top: 0;
    margin-top: 10px;
}

.ty-geo-maps-shipping__list-city {
    text-align: right;
    font-weight: bold;
}

.ty-table tr.ty-geo-maps-shipping__list-item:nth-child(2n) {
    background: none;
}

.ty-geo-maps-shipping__list-item:last-child .ty-geo-maps-shipping__list-col {
    border-bottom: 0;
}

th.ty-geo-maps-shipping__list-head {
    background: none;
    border-right: 0;
}

th.ty-geo-maps-shipping__list-head--price {
    text-align: right;
}

.ty-geo-maps-shipping__list-col--price {
    font-weight: bold;
    text-align: right;
}

td.ty-geo-maps-shipping__list-col {
    border-right: 0;
}

.ty-product-bigpicture .ty-geo-maps-shipping__wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.ty-product-bigpicture .ty-geo-maps-shipping__item {
    text-align: left;
    margin-left: 40px;
    margin-right: 20px;
}

.ty-product-bigpicture .ty-geo-maps-shipping__label {
    text-indent: -20px;
}

.ty-geo-maps-shipping__loader {
    width: 50px;
    height: 50px;
}

.ty-geo-maps-shipping__loader::before {
    box-sizing: content-box;
    position: absolute;
    content: '';
    opacity: 0.6;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #4a4a4a;
    border-top: 3px solid transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
}

.ty-product-list .ty-geo-maps-shipping__title,
.ty-product-list .ty-geo-maps-shipping__value-separator,
.ty-product-list .ty-geo-maps-shipping__value {
    display: none;
}

.ty-product-list .ty-geo-maps-shipping__wrapper {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.ty-product-list .ty-geo-maps-shipping__item {
    padding-right: 30px;
}

.ty-sellers-list__shipping-estimation {
    flex-basis: 320px;
    word-break: break-word;
}

.ty-sellers-list__shipping-estimation .ty-geo-maps-shipping__wrapper {
    margin-top: 0;
    border-top: 0;
}

.ty-geo-maps-shipping__wrapper {
    margin: 0;
    border: 0;
}

.ty-geo-maps-shipping__wrapper a:not(.ty-btn) {
    position: relative;
    white-space: nowrap;
    padding: 0;
}

.ty-geo-maps-shipping__wrapper a:not(.ty-btn)>span:not(.ty-icon),
.ty-geo-maps-shipping__wrapper a:not(.ty-btn) bdi {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 124, 185, 0.5);
    color: #007cb9;
    position: relative;
}

.ty-geo-maps-shipping__wrapper a:not(.ty-btn)>span:not(.ty-icon):hover,
.ty-geo-maps-shipping__wrapper a:not(.ty-btn) bdi:hover {
    text-decoration-color: #07587f;
}

.ty-geo-maps-shipping__wrapper a:not(.ty-btn)>span.ty-icon {
    font-size: 18px;
    vertical-align: middle;
    color: var(--color-links);
}

.ty-geo-maps-shipping__title {
    margin-top: 0;
}

.ty-geo-maps-shipping__item {
    padding: var(--gap-xs) 0;
}

.ty-geo-maps-shipping__label {
    display: inline;
    line-height: 145%;
    color: var(--color-font-lighten);
    margin-right: 3px;
}

.ty-geo-maps-shipping__value {
    display: inline;
    line-height: 145%;
}

.ty-geo-maps-shipping__list.ty-table {
    margin: var(--gap-xs) 0 0 0;
    border-top: 1px solid var(--color-base);
}

.ty-geo-maps-shipping__list.ty-table tr {
    border: none;
}

.ty-geo-maps-shipping__link-text {
    border-bottom: 0;
}

.ty-geo-maps-shipping__loader {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.mobile-screen .ty-geo-maps-shipping__wrapper {
    border: 1px solid var(--color-base);
    padding: var(--gap-s);
    border-radius: var(--border-radius-box);
}

.ty-geo-maps__geolocation {
    padding: 0;
}

.ty-geo-maps__geolocation .ty-icon-location-arrow {
    color: var(--color-main);
}

.ty-geo-maps__geolocation__map {
    margin: 0;
    width: min(900px, 80vw);
    height: 433px;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ty-geo-maps__geolocation__map {
        width: 100%;
    }
}

.ty-btn.ty-geo-maps__geolocation__set-location {
    min-width: 100px;
}

.ab__mb_item-description .ty-geo-maps-shipping__wrapper {
    margin-top: 0;
}

.ab__mb_item-description .ty-geo-maps-shipping__link * {
    color: var(--color-links);
}

.ab__mb_item-description .ty-geo-maps-shipping__title {
    font-weight: normal;
}

.ab__mb_item-description .ty-geo-maps__geolocation a * {
    color: var(--color-links);
}

.geo-map-google-search-bar {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.ty-geo-maps-shipping__popup {
    margin-bottom: initial;
}

@media (max-width: 767px) {
    .ty-geo-maps-shipping__popup {
        margin-block-end: var(--gap-xs);
    }
}

.ty-geo-maps-shipping__list-city {
    line-height: 1.3;
    text-align: end;
}

@media (max-width: 767px) {
    .ty-geo-maps-shipping__list-city {
        text-align: start;
    }
}

.ty-geo-maps-shipping__list-city .ty-geo-maps__geolocation {
    margin-inline-start: var(--gap-xxs);
}

.ty-geo-maps-shipping__list-city a.ty-geo-maps__geolocation__opener {
    height: initial;
    padding: initial;
}

.ty-geo-maps-shipping__list.ty-table {
    margin-top: var(--gap-xs);
    border: 0 none;
}

@media (max-width: 767px) {
    .ty-geo-maps-shipping__list.ty-table {
        margin-top: 25px;
    }
}

.ty-geo-maps-shipping__list.ty-table tbody tr {
    border-top: 1px solid var(--color-base);
}

@media (max-width: 767px) {
    .ty-geo-maps-shipping__list.ty-table tbody tr:first-child {
        border-top: 0 none;
    }
}

.ty-geo-maps-shipping__list.ty-table tbody tr:last-child {
    border-top: 1px solid var(--color-base5);
}

.ty-geo-maps-shipping__list.ty-table tbody tr:last-child td {
    padding-block-start: var(--gap-s);
}

@media (max-width: 767px) {
    .ty-geo-maps-shipping__list.ty-table tbody tr:last-child td {
        padding-block-start: initial;
        margin-block-start: var(--gap-sm);
    }
}

.ty-geo-maps-shipping__list.ty-table tbody tr+tr {
    margin-block-start: var(--gap-xs);
}

.ty-geo-maps-shipping__list.ty-table th,
.ty-geo-maps-shipping__list.ty-table td {
    border: 0 none;
    padding: initial;
    padding-block: var(--gap-sm);
}

@media (max-width: 767px) {

    .ty-geo-maps-shipping__list.ty-table th,
    .ty-geo-maps-shipping__list.ty-table td {
        padding-block: initial;
    }
}

.ty-geo-maps-shipping__list.ty-table th+th,
.ty-geo-maps-shipping__list.ty-table td+td {
    padding-inline-start: var(--gap-xs);
}

@media (max-width: 767px) {

    .ty-geo-maps-shipping__list.ty-table th+th,
    .ty-geo-maps-shipping__list.ty-table td+td {
        padding-inline-start: initial;
    }
}

.ty-geo-maps-shipping__list.ty-table th.ty-geo-maps-shipping__list-head {
    color: var(--color-font-lighten);
    font-weight: normal;
}

@media (max-width: 767px) {
    .ty-geo-maps-shipping__list.ty-table td.ty-geo-maps-shipping__list-col {
        margin-block-start: var(--gap-xs);
    }
}

@media (max-width: 767px) {
    .ty-geo-maps-shipping__list.ty-table td.ty-geo-maps-shipping__list-col:has(.ty-table__responsive-content:empty) {
        display: none;
    }
}

@media (max-width: 767px) {
    .ty-geo-maps-shipping__list.ty-table .ty-table__responsive-header {
        color: var(--color-font-lighten);
        font-weight: normal;
    }
}

.ty-gift-certificate {
    margin-top: 25px;
}

.ty-gift-certificate__amount-alert {
    color: #a6a6a6;
    padding-top: 2px;
}

.error .ty-gift-certificate__amount-alert {
    color: #b94a48;
}

.ty-gift-certificate__amount-input {
    width: 115px;
}

.ty-gift-certificate__switch {
    margin: 25px 0px;
    padding: 15px 20px;
    border: 2px solid #bdc3c7;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ty-gift-certificate__switch-label {
    float: left;
}

.ty-gift-certificate__switch-mail {
    float: right;
}

.ty-gift-certificate__send {
    float: left;
    padding-right: 15px;
}

.ty-gift-certificate__products .ty-no-items {
    display: none;
}

.ty-gift-certificate__products .product-picker-icon {
    float: left;
    margin: 2px 5px 0 0;
}

.ty-gift-certificate__select {
    width: 100%;
}

.ty-gift-certificate__country {
    display: inline-block;
    width: 47%;
}

.ty-gift-certificate__state {
    display: inline-block;
    margin-left: 5%;
    width: 47%;
}

.ty-gift-certificate-validate {
    margin-top: 42px;
}

.ty-gift-certificate-validate .ty-input-append {
    width: 88%;
    float: right;
}

.ty-gift-certificate-validate__title {
    font-weight: normal;
    text-align: right;
}

.ty-gift-certificate__icon {
    position: absolute;
    top: 3px;
    left: -35px;
    font-size: 27px;
    line-height: 27px;
    color: #ddd;
}

.ty-gift-certificate-verify {
    min-width: 600px;
    max-width: 600px;
}

table.ty-gift-certificate-verify__table {
    margin: 10px 0 20px 0;
    width: 100%;
}

table.ty-gift-certificate-verify__table {
    margin-top: 0;
    width: 100%;
}

.ty-gift-certificate-verify__row {
    padding: 7px 13px;
}

.ty-gift-certificate-verify__error {
    max-width: 250px;
    text-align: center;
    font-weight: bold;
}

.ty-gift-certificate-history {
    width: 100%;
}

.ty-gift-image {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    color: #c8c8c8;
    cursor: default;
}

.ty-gift-image__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
}

.ty-product-notification__item .ty-gift-image {
    margin-right: 20px;
}

.ty-gift-certificate-order {
    margin-top: 10px;
}

.ty-gift-certificate-order__group-label {
    display: inline-block;
    padding: 6px 0;
    width: 100px;
}

.ty-gift-certificate-order__group-item {
    display: inline-block;
    padding: 6px 0;
}

.ty-gift-certificate-history .ty-no-items {
    margin-bottom: 0;
}

@media (max-width: 979px) {
    .ty-gift-certificate__preview-btn {
        float: none;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .ty-gift-certificate-verify {
        min-width: inherit;
    }

    .ty-gift-certificate-verify__row {
        display: block;
    }

    .ty-gift-certificate-validate {
        margin-top: 20px;
    }

    .certificates-verify-grid {
        margin-bottom: 30px;
    }

    .certificates-verify-grid:before,
    .certificates-verify-grid:after {
        display: table;
        content: "";
        line-height: 0;
        width: 100%;
    }

    .certificates-verify-grid:after {
        clear: both;
    }
}

.store-locator .pickup__offices {
    align-items: flex-start;
    align-content: flex-start;
}

.store-locator .pickup__offices-wrapper {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex-basis: 30%;
    overflow-y: hidden;
    height: 500px;
    max-height: 500px;
    border: 1px solid #e4e4e4;
    border-right: 0;
    border-radius: 6px 0 0 6px;
}

.store-locator .pickup__offices--list .ty-one-store {
    padding: 0 !important;
    min-height: auto;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.store-locator .pickup__offices--list .ty-one-store .ty-sdek-store__label.ty-one-store__label {
    border: 0 !important;
    border-radius: 0 !important;
}

.store-locator .pickup__offices--list .ty-one-store:last-child {
    border-bottom: 0;
}

.store-locator .pickup__offices--list .ty-sdek-office__selected {
    border-radius: 0 !important;
    border-left-color: #4c4c4c !important;
    background-color: #fff !important;
}

.store-locator .pickup__offices--list .ty-sdek-office__selected .ty-one-store__name {
    color: #4c4c4c;
}

@media (min-width: 768px) {
    .store-locator .pickup__offices {
        overflow-y: auto;
    }
}

.store-locator .pickup__search {
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex-shrink: 0;
}

.store-locator .pickup__search-field {
    margin: 0 0 8px 0;
}

.store-locator .pickup__search-field:last-child {
    margin-bottom: 0;
}

.store-locator .pickup--list .pickup__offices-wrapper {
    flex-basis: 100%;
    border: 0;
    overflow: initial;
    height: auto;
    max-height: none;
}

@media (min-width: 768px) {
    .store-locator .pickup--list .pickup__offices.store-locator__fields-row--wrapped .ty-one-store {
        flex-basis: 33.3%;
    }
}

.store-locator .pickup--map-list,
.store-locator .pickup--list {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.store-locator .pickup__map-wrapper {
    display: flex;
    flex-basis: 70%;
    height: 500px;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .store-locator .pickup__map-wrapper {
        border-radius: 0;
    }
}

.store-locator .pickup__map-container {
    flex-basis: 100%;
}

.store-locator .pickup--map-list .ty-one-city,
.store-locator .pickup--list .ty-one-city {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}

.store-locator .pickup--map-list .ty-one-city__name,
.store-locator .pickup--list .ty-one-city__name {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 1px 20px;
    margin: -1px 0 0 0;
    width: 100%;
    background-color: #fff;
    border-left: 3px solid transparent;
    border-top: 1px solid #dce3ea;
    border-bottom: 1px solid #dce3ea;
    font-size: 16px;
    font-weight: bold;
}

.store-locator .pickup--map-list .ty-one-city__hidden,
.store-locator .pickup--list .ty-one-city__hidden {
    display: none;
}

.store-locator .pickup--map-list .ty-one-store,
.store-locator .pickup--list .ty-one-store {
    width: 100%;
    margin: 0px;
    border-left: 3px solid transparent;
    box-sizing: border-box;
}

.store-locator .pickup--map-list .ty-one-store.hidden,
.store-locator .pickup--list .ty-one-store.hidden {
    display: none;
}

.store-locator .pickup--map-list .ty-one-store__name,
.store-locator .pickup--list .ty-one-store__name {
    font-size: 16px;
    padding: 0;
}

.store-locator .pickup--map-list .ty-one-store__description .ty-one-office__address,
.store-locator .pickup--list .ty-one-store__description .ty-one-office__address {
    font-size: 12px;
    color: #6c6c6c;
}

.store-locator .pickup--map-list .ty-one-store__description .ty-one-office__worktime,
.store-locator .pickup--list .ty-one-store__description .ty-one-office__worktime {
    font-size: 12px;
    color: #6c6c6c;
}

.store-locator .pickup--map-list .ty-one-store__label,
.store-locator .pickup--list .ty-one-store__label {
    padding: 0 20px;
}

.store-locator .pickup--map-list .ty-one-store__radio-0,
.store-locator .pickup--list .ty-one-store__radio-0 {
    display: none;
}

.store-locator .pickup--map-list .ty-one-store *,
.store-locator .pickup--list .ty-one-store * {
    box-sizing: border-box;
}

.store-locator .pickup--map-list .pickup__search {
    background-color: rgba(0, 0, 0, 0.02);
}

.store-locator .pickup--map-list .ty-one-store {
    background-color: rgba(0, 0, 0, 0.02);
}

.store-locator .pickup--map-list .ty-one-store__label {
    cursor: pointer;
}

.store-locator .pickup--map-list .ty-one-store__label * {
    cursor: pointer;
}

.store-locator .pickup--map-list .ty-one-store:hover {
    background: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .store-locator .pickup--list .ty-one-store {
        min-height: 145px;
    }
}

@media (max-width: 767px) {

    .store-locator .pickup--map-list,
    .store-locator .pickup--list {
        flex-wrap: wrap;
        position: relative;
    }

    .store-locator .pickup__offices-wrapper {
        flex-basis: 100%;
        height: auto;
        max-height: unset;
        border: 0;
    }

    .store-locator .pickup__map-wrapper {
        flex-direction: column;
        flex-basis: 100%;
        height: auto;
        border: 0;
    }

    .store-locator .pickup__map-container {
        flex-basis: 70vh;
        height: 70vh;
        border: 1px solid #acbdcd;
    }

    .store-locator .pickup__map-container--mobile-hint {
        display: flex;
        min-height: 30px;
        z-index: 999;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: #acbdcd;
        border-top: 2px solid white;
        padding: 5px;
        font-size: 0.9em;
    }
}

@media (min-width: 767px) {
    .store-locator .pickup__map-container--mobile-hint {
        display: none;
    }
}

.ty-store-locator__not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 140px;
    color: #bdc3c7;
    font-size: 115%;
    text-align: center;
    background: #f8f9f9;
}

.ty-store-locator__not-found__hidden {
    display: none;
}

.ty-checkout-select-store {
    padding-left: 30px;
    float: left;
    width: 38%;
    margin-right: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-checkout-select-store__list {
    padding-left: 30px;
    float: left;
    width: 100%;
}

.ty-checkout-select-store__estimation {
    padding-left: 30px;
    float: left;
    width: 90%;
    margin-right: 2px;
}

.ty-checkout-select-store__item-view {
    margin: 10px 0 10px 0;
}

.ty-checkout-select-store__map-full-div {
    padding-left: 20px;
}

.ty-checkout-select-store__map-full {
    float: right;
    width: 100%;
    height: 400px;
    border: 1px solid #979797;
    margin: 0 0 20px 0;
}

.ty-checkout-select-store__map {
    float: right;
    width: 56%;
    height: 400px;
    border: 1px solid #e4e4e4;
    margin: 0 0 20px 0;
}

.ty-checkout-select-store__map-details {
    float: left;
    width: 100%;
    height: 300px;
    border: 1px solid #979797;
    margin: 0 0 20px 0;
}

.ty-checkout-select-store__map-full-div .ty-one-store {
    padding: 10px 0 15px 0;
}

.ty-checkout-select-store__map-full-div .ty-one-store__radio {
    float: left;
}

.ty-checkout-select-store__map-full-div .ty-one-store__label {
    margin: -13px 0 0 30px;
}

.ty-checkout-select-store__map-full-div .ty-one-store__name {
    font-weight: bold;
}

.ty-checkout-select-store__map-full-div .ty-one-store__description p {
    color: #5e5e5e;
}

.ty-checkout-select-store__map-full-div .ty-one-store__select-store {
    padding: 20px 0;
}

@media (max-width: 767px) {
    .ty-checkout-select-store__map {
        float: none;
        width: 100%;
    }

    .ty-checkout-select-store {
        float: none;
        width: 100%;
    }
}

.store-locator__select {
    width: 100%;
    height: 41px;
    border: 1px solid #acbdcd;
    border-radius: 5px;
    font-size: 16px;
    color: #2e3a47;
}

.store-locator__select:hover {
    border-color: #465f73;
}

.store-locator__select:focus {
    border-color: #4fbe31;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(79, 190, 49, 0.2), 0 0 0 1px #4fbe31;
}

@media (min-width: 768px) {
    .store-locator__select {
        font-size: 14px;
    }
}

.store-locator__select-label {
    padding: 6px 16px 6px 0;
    font-weight: bold;
}

.store-locator__location {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 8px;
}

@media (min-width: 768px) {

    .store-locator__location--city,
    .store-locator__location--vendor {
        max-width: 33.33%;
    }
}

.store-locator__location--city .object-picker--cities,
.store-locator__location--vendor .object-picker--companies {
    width: 100%;
}

.store-locator__location--wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .store-locator__location--wrapper {
        flex-direction: column;
    }

    .store-locator__location--wrapper .store-locator__step-title {
        align-items: initial;
        justify-content: center;
        margin-bottom: 10px;
    }
}

.store-locator__fields-row {
    display: flex;
}

.store-locator__fields-row--wrapped {
    flex-wrap: wrap;
}

.store-locator__fields-row.hidden {
    display: none;
}

.store-locator__field {
    display: inline-block;
    width: 100%;
    position: relative;
}

.store-locator__label,
.store-locator__input {
    display: block;
    padding: 0;
    width: 100%;
    font-weight: normal;
}

.store-locator__label.hidden,
.store-locator__input.hidden {
    display: none;
}

.store-locator .store-locator__input {
    padding: 10px 4px;
    border: 1px solid #acbdcd;
    border-radius: 3px;
    box-sizing: border-box;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    color: #2e3a47;
}

.store-locator .store-locator__input:not(:placeholder-shown),
.store-locator .store-locator__input:focus {
    padding-top: 16px;
    padding-bottom: 4px;
}

.store-locator .store-locator__input:hover {
    border-color: #465f73;
}

.store-locator .store-locator__input:focus {
    border: solid 1px #4fbe31;
    box-shadow: 0 0 0 4px rgba(79, 190, 49, 0.2), 0 0 0 1px #4fbe31;
    outline: 0;
}

.store-locator .store-locator__input:placeholder-shown:not(:focus)+.store-locator__label {
    top: 10px;
    font-size: 14px;
    pointer-events: none;
}

.store-locator .store-locator__input[type=hidden]+.store-locator__label {
    display: none;
}

.store-locator__label {
    transition: .3s all;
    font-size: 12px;
    color: #a1a6aa;
    position: absolute;
    top: 2px;
    left: 6px;
}

.store-locator__step-title {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .store-locator__step-title {
        flex-direction: column;
    }
}

.store-locator__all-stores-btn {
    color: #4c4c4c;
    background: none;
    border: 0;
    width: 100%;
    text-align: right;
}

.store-locator__all-stores-btn:first-letter {
    text-transform: uppercase;
}

.store-locator__all-stores--hidden {
    display: none;
}

.store-locator__scroll-top-btn {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    height: 40px;
    margin-top: -40px;
    color: #4c4c4c;
    text-align: center;
    width: 100%;
    background: #fff;
}

@media (min-width: 768px) {
    .store-locator__scroll-top-btn {
        display: none;
    }
}

.pickup--list .store-locator__fields-row {
    display: flex;
    box-shadow: inset 0px -1px 0 #dce3ea;
}

.ty-store-locator__geolocation__location {
    border-bottom: 1px dotted;
}

.ty-store-locator__geolocation__location__states,
.ty-store-locator__geolocation__location__cities {
    padding-left: 10px;
}

.ty-store-locator__geolocation__location__state,
.ty-store-locator__geolocation__location__country {
    padding-bottom: 20px;
}

.ty-store-locator__geolocation__locations {
    min-width: 400px;
}

@media (max-width: 767px) {
    .store-locator-ya-baloon {
        overflow-x: hidden;
    }
}

.ty-variations-list__wrapper {
    width: 100%;
    overflow-x: auto;
}

.ty-variations-list__title {
    font-weight: bold;
}

th.ty-variations-list__title--right {
    text-align: right;
}

.ty-variations-list__product-elem .ty-control-group {
    margin-bottom: 0;
}

.ty-variations-list__product-elem .ty-control-group__item {
    padding: 0;
}

.ty-variations-list__product-elem .ty-btn {
    margin-right: 10px;
    margin-bottom: 13px;
}

@media (min-width: 768px) {
    .ty-variations-list__product-elem .ty-btn {
        margin-left: 10px;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.ty-variations-list__product-elem .ty-qty-out-of-stock {
    margin-right: 10px;
    margin-bottom: 13px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .ty-variations-list__product-elem .ty-qty-out-of-stock {
        margin-right: 0;
        margin-bottom: 0;
        vertical-align: baseline;
    }
}

.ty-variations-list__image img {
    max-width: none;
}

.ty-variations-list__sku {
    min-width: 100px;
}

.ty-variations-list__sku .ty-sku-item {
    font-size: 13px;
    color: #465f73;
}

.ty-variations-list__controls {
    white-space: nowrap;
    text-align: right;
}

.ty-variations-list__controls .ty-add-to-wish.ty-btn i,
.ty-variations-list__controls .ty-add-to-wish.ty-btn .ty-icon {
    margin-left: 3px;
    margin-right: 3px;
}

.ty-variations-list__controls form>div {
    display: inline-block;
}

.ty-variations-list__controls .ty-table__responsive-header {
    display: none;
}

.ty-variations-list__price {
    margin-bottom: 13px;
    vertical-align: middle;
    text-align: right;
}

@media (min-width: 768px) {
    .ty-variations-list__price {
        margin-bottom: 0;
    }
}

.ty-variations-list__controls form>.ty-variations-list__price {
    display: block;
}

@media (min-width: 768px) {
    .ty-variations-list__controls form>.ty-variations-list__price {
        display: inline-block;
    }
}

.ty-variations-list.ty-table {
    border: none;
    margin-bottom: 40px;
}

.ty-variations-list.ty-table th {
    background: none;
    border-right: none;
    padding-left: 5px;
    padding-right: 7px;
}

@media (min-width: 980px) {
    .ty-variations-list.ty-table th {
        padding-left: 12px;
        padding-right: 18px;
    }
}

.ty-variations-list.ty-table tbody tr:nth-child(2n) {
    background: none;
}

.ty-variations-list.ty-table td,
.ty-variations-list.ty-table .table td {
    border-right: none;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 980px) {

    .ty-variations-list.ty-table td,
    .ty-variations-list.ty-table .table td {
        padding-left: 13px;
        padding-right: 19px;
    }
}

.ty-variations-list .ty-table__responsive-content {
    display: inline-block;
    width: auto;
}

.ty-grid-list__item-features {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ty-grid-list__item-features-description {
    color: #777;
}

.ty-grid-list__item-features-item {
    color: #777;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ty-grid-list__item-features-variant {
    color: #777;
    margin-left: 0.5rem;
}

.ty-product-variations__variation-features--secondary {
    color: #5e5e5e;
}

.ty-product-variations__variation-features--inline {
    display: inline-block;
}

.ty-product-variations__variation-features--mini {
    font-size: 12.6px;
}

.ty-product-variations__variation-features--clearfix {
    clear: both;
}

.ty-product-variations-image-disabled {
    display: inline-block;
    margin: 2px 0;
    border: 2px solid #fff;
    opacity: 0.5;
}

.native-captcha {
    margin-bottom: 10px;
    min-width: 200px;
}

.native-captcha__image-container {
    background: #f5f5f5;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #c4c4c4;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.native-captcha__answer {
    width: 100%;
    margin-bottom: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

@media (min-width: 480px) {
    .native-captcha--short {
        max-width: 310px;
    }
}

.ab__product_bundles {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap);
}

.ab__product_bundles:after,
.ab__product_bundles:before {
    content: none;
}

@media (max-width: 899px) {
    .ab__product_bundles {
        justify-content: center;
    }
}

.ab__pb--item {
    display: flex;
    flex-flow: column;
    width: 100%;
    background: var(--color-general);
    border: 1px solid var(--color-base5);
    border-radius: var(--border-radius-box);
    overflow: hidden;
    order: 1;
}

@media (min-width: 900px) {
    .ab__pb--item {
        max-height: 310px;
    }
}

.ab__pb--item:not(.active) {
    opacity: .6;
    filter: grayscale(100%);
    filter: gray;
    order: 1000;
}

.ab__pb--image {
    max-height: 210px;
    position: relative;
    flex: 1 100%;
    background: var(--fill-gray);
}

.ab__pb--image img {
    width: 100% !important;
    height: auto;
}

.ab__pb--image .ty-no-image {
    cursor: pointer;
    padding-top: 60.7% !important;
    width: 400px !important;
    height: 0 !important;
}

.ab__pb--image a {
    cursor: pointer;
    text-align: center;
}

.ab__pb--label.m-label {
    position: absolute;
    top: var(--gap-xs);
    left: var(--gap-xs);
    background: #f44336;
    border-color: #f44336;
    font-size: 10px;
    letter-spacing: normal;
    font-weight: 500;
}

.ab__pb--content {
    display: inline-flex;
    flex-direction: column;
    min-height: 109px;
    border-top: 1px solid var(--color-base);
    padding: var(--gap-sm);
    z-index: 1;
}

.ab__pb--content a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    max-height: 34px;
    color: var(--color-font);
    font-size: var(--font-size-normal);
    line-height: 1.2;
    font-weight: bold;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

@media (min-width: 577px) and (max-width: 1279px) {
    .ab__pb--content {
        min-height: 146.5px;
    }

    .ab__pb--content a {
        max-height: 64px;
        -webkit-line-clamp: 4;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 576px) {
    .ab__pb--content {
        min-height: auto;
    }
}

.ab__pb--description {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    color: var(--color-font-lighten);
    line-height: 1.2;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ab__pb--available {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 11px;
    text-align: center;
    padding: var(--gap-xxs) 7px;
    margin-top: var(--gap-xs);
    margin-right: 0;
    margin-bottom: var(--gap-xs);
    margin-left: var(--gap-xs);
    max-width: 70px;
    min-width: 50px;
    height: 75px;
    background: var(--fill-gray);
    color: var(--color-font-lighten);
    border-bottom: 1px solid var(--color-base5);
    border-radius: 2px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ab__pb--available span {
    display: block;
    padding-top: 2px;
    font-size: 32px;
    line-height: 90%;
    font-weight: bold;
    color: var(--color-font);
}

.ab__pb--available:before {
    content: "";
    border-top: 4px dotted #fff;
    width: 100%;
    height: 0;
    position: absolute;
    top: -2px;
}

@media (min-width: 480px) and (max-width: 899px) {
    .ab__pb--available {
        margin-block: var(--gap-xs);
        margin-inline: 0 var(--gap-xs);
    }
}

.ab__pb--company {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: var(--gap-xxs);
}

.ab__pb--company:before {
    content: "\e958";
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    font-size: var(--font-size-normal);
    line-height: 15px;
    margin-right: 3px;
    color: #f44336;
}

.ab__pb--company a {
    font-weight: normal;
    color: var(--color-links);
    line-height: 15px;
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid transparent;
}

.ab__pb--company a:hover {
    border-color: rgba(0, 124, 185, 0.3);
}

.ty-product-bundles-product-bundles--padding {
    padding-bottom: var(--gap-s);
    max-width: 100%;
    overflow: hidden;
}

.ty-product-bundles-product-bundles__body {
    display: flex;
    flex-direction: column;
}

.ty-product-bundles-bundle-form {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

.ty-product-bundles-bundle-form__header {
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    margin-bottom: var(--gap-xs);
    font-size: var(--font-size-big);
}

.ty-product-bundles-bundle-form__description {
    width: 100%;
    padding-bottom: var(--gap-sm);
}

.ty-product-bundles-bundle-form__description * {
    color: var(--color-font-lighten);
}

.ty-product-bundles-bundle-form__form-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding: var(--gap-xs);
    border-radius: var(--border-radius-box);
    border: 1px solid var(--color-base);
    background: var(--color-general);
}

@media (max-width: 899px) {
    .ty-product-bundles-bundle-form__form-inner {
        flex-direction: column;
    }
}

.ty-product-bundles-bundle-form__products {
    display: flex;
    position: relative;
    width: auto;
    max-width: 100%;
}

@media (max-width: 899px) {
    .ty-product-bundles-bundle-form__products {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 900px) {
    .ty-product-bundles-bundle-form__products.ty-scroll-x {
        border-right: 1px solid var(--color-base);
    }
}

@media (max-width: 899px) {
    .ty-product-bundles-bundle-form__products.ty-scroll-x {
        overflow: hidden;
    }
}

.ty-product-bundles-bundle-form__products.ty-scroll-x::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.ty-product-bundles-bundle-form__products.ty-scroll-x::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.ty-product-bundles-bundle-form__products.ty-scroll-x::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--color-base5);
}

.ty-product-bundles-bundle-form__products.ty-scroll-x:hover::-webkit-scrollbar {
    height: 8px;
}

.ty-product-bundles-bundle-form__products.ty-scroll-x:hover::-webkit-scrollbar-thumb {
    background: var(--color-base20);
}

.ty-product-bundles-bundle-form__products>span:last-of-type {
    display: none;
}

.ty-product-bundles-bundle-form__total {
    position: relative;
}

@media (min-width: 900px) {
    .ty-product-bundles-bundle-form__total {
        padding-left: var(--gap-s);
        padding-right: var(--gap-s);
    }
}

.ty-product-bundles-bundle-form__total-inner {
    display: flex;
    flex-direction: column;
}

.ty-product-bundles-bundle-form__total-title {
    display: block;
    font-size: 16px;
    margin-bottom: var(--gap-xs);
    padding: 0;
}

@media (max-width: 899px) {
    .ty-product-bundles-bundle-form__total {
        width: 100%;
        padding: var(--gap-xs) 0 var(--gap-xs);
    }

    .ty-product-bundles-bundle-form__total-inner {
        width: inherit;
        text-align: center;
    }
}

.ty-product-bundles-bundle-form__price {
    display: flex;
    flex-flow: column;
}

.ty-product-bundles-bundle-form__price-discount {
    padding-bottom: var(--gap-xs);
    color: #f44336;
}

.ty-product-bundles-bundle-form__price-old.ty-strike {
    color: var(--color-font-lighten);
}

.ty-product-bundles-bundle-form__price-new {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: var(--price-font-size);
}

.ty-product-bundles-bundle-form__submit {
    padding-top: var(--gap-s);
}

.ty-product-bundles-bundle-form__submit button.ty-btn__primary {
    box-shadow: inset 0 0 0 2px #f44336;
}

.ty-product-bundles-bundle-form__submit button.ty-btn__primary:hover {
    box-shadow: inset 0 0 0 2px #f44336;
}

.ty-product-bundles-bundle-form .chain-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 12px);
    color: var(--color-font-lighten);
}

@media (max-width: 899px) {
    .ty-product-bundles-bundle-form .chain-plus {
        width: min-content;
        height: 0;
        margin-top: -1px;
        margin-left: calc(50% - 12px);
        background: var(--color-general);
        z-index: 1;
    }
}

.ty-product-bundles-bundle-form .chain-equally {
    display: none;
}

.ty-product-bundles-product-item {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 100%;
    margin: 0 var(--gap-xxs);
}

.ty-product-bundles-product-item__image {
    border-radius: var(--border-radius-decreased);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ty-product-bundles-product-item__image img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

@media (max-width: 899px) {
    .ty-product-bundles-product-item {
        padding: var(--gap-s) 0;
        border-bottom: 1px solid var(--color-base);
    }

    .ty-product-bundles-product-item:last-child {
        border-color: var(--color-base5);
    }

    .ty-product-bundles-product-item__image {
        margin-right: var(--gap-sm);
        align-self: start;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .ty-product-bundles-product-item__image img {
        width: 80px;
        max-height: 80px;
    }
}

.ty-product-bundles-product-item:last-child .chain-plus {
    display: none;
}

.ty-product-bundles-product-item.btn-view {
    padding-bottom: 40px;
}

@media (min-width: 900px) {
    .ty-product-bundles-product-item__content {
        width: 194px;
        padding: var(--gap-xs);
        text-align: center;
    }
}

@media (max-width: 899px) {
    .ty-product-bundles-product-item__content {
        display: flex;
        align-items: center;
        min-width: 100%;
    }
}

.ty-product-bundles-product-item__info {
    display: flex;
    flex-direction: column;
}

@media (min-width: 900px) {
    .ty-product-bundles-product-item__info {
        align-items: center;
    }
}

.ty-product-bundles-product-item__name {
    padding: var(--gap-xs) 0 var(--gap-xxs);
}

@media (min-width: 900px) {
    .ty-product-bundles-product-item__name {
        text-align: center;
        max-width: 300px;
    }
}

@media (max-width: 899px) {
    .ty-product-bundles-product-item__name {
        padding-top: initial;
    }
}

.ty-product-bundles-product-item__name a {
    color: var(--color-font);
    font-size: var(--font-size-normal);
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.4em;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    color: #1e1e1e;
}

.ty-product-bundles-product-item__price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: var(--gap-xxs);
}

@media (min-width: 900px) {
    .ty-product-bundles-product-item__price {
        justify-content: center;
    }
}

@media (max-width: 899px) {
    .ty-product-bundles-product-item__price {
        justify-content: flex-start;
    }
}

.ty-product-bundles-product-item__price>bdi {
    padding: 0;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
}

.ty-product-bundles-product-item__price .ty-price {
    margin: 0;
}

.ty-product-bundles-product-item__price .ty-strike {
    color: var(--color-font-lighten);
}

.ty-product-bundles-product-item__price .ty-strike .ty-list-price {
    color: inherit;
}

.ty-product-bundles-product-item__price .amount-count {
    display: inline-block;
    min-width: 18px;
    padding: 2px;
    font-size: 10px;
    text-align: center;
    color: var(--color-font-lighten);
    background: var(--color-base);
    border-radius: 10px;
    position: relative;
    top: -1px;
    left: 5px;
}

.ty-product-bundles-product-item__control {
    padding: 5px 0;
}

.ty-product-bundles-product-item__control a {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 124, 185, 0.5);
    color: #007cb9;
}

.ty-product-bundles-product-item__control a:hover {
    text-decoration-color: #07587f;
}

.ty-product-bundles-variation-options {
    padding-bottom: 5px;
}

.ty-product-bundles-variation-options__content {
    color: var(--color-font-lighten);
}

.ui-dialog .ty-product-bundles-bundle-form {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

@media (min-width: 900px) {
    .ut2-big-image-flat .ty-product-bundles-product-item__content {
        width: 158px;
    }
}

.ut2-blog__recent-posts.extra-view {
    margin-block: var(--gap-s);
}

.ut2-blog__recent-posts--img,
.ut2-blog__recent-posts-scroller--img {
    background: var(--fill-gray);
    transform: translateZ(0);
    backface-visibility: hidden;
}

.ut2-blog__recent-posts--img img,
.ut2-blog__recent-posts-scroller--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ut2-blog__recent-posts--img .ut2-blog__date,
.ut2-blog__recent-posts-scroller--img .ut2-blog__date {
    position: absolute;
    padding: 3px 5px;
    font-size: calc(var(--font-size-small) - 2px);
    color: white;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    bottom: 0;
    z-index: 1;
    margin: var(--gap-xs);
    border-radius: 12px;
}

.ut2-blog__recent-posts-scroller--img,
.ut2-blog__recent-posts--item .ut2-blog__recent-posts--img,
.ut2-blog__img-block img {
    overflow: hidden;
    border-radius: var(--border-radius-box);
}

.ut2-blog {
    display: flex;
    flex-flow: column;
    max-width: 1100px;
}

.ut2-blog #pagination_contents,
.ut2-blog #pages_view_pagination_contents {
    display: contents;
}

.ut2-blog__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: var(--gap-l);
    column-gap: var(--gap-m);
}

.ut2-blog__title-block {
    display: block;
}

.ut2-blog__img-block {
    flex-shrink: 1;
    height: fit-content;
    aspect-ratio: 1.3333333333333;
}

@media (min-width: 460px) {
    .ut2-blog__img-block {
        flex-basis: 300px;
    }
}

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

.ut2-blog__description {
    flex: 1;
}

.ut2-blog__description .ty-wysiwyg-content * {
    font-size: var(--font-size-medium);
}

.ut2-blog__description .ty-wysiwyg-content *:not(a) {
    color: var(--color-font-lighten);
}

.ut2-blog__read-more a {
    font-size: var(--font-size-medium);
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .ut2-blog__img-block {
        width: 100%;
        margin-right: 0;
        margin-bottom: var(--gap-s);
    }

    .ut2-blog__description {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .ut2-blog__img-block img {
        width: 100%;
    }
}

.ty-blog-grid+[class*="span"] {
    position: sticky;
    top: var(--gap, 20px);
}

@media (max-width: 768px) {
    .ty-blog-grid+[class*="span"] {
        position: initial;
        top: initial;
    }
}

.fixed-header .ty-blog-grid+[class*="span"] {
    top: 100px;
}

.tygh-header+.tygh-content .ty-blog-grid+.ab__sfb-aside {
    top: calc(20px - var(--content-top, 0) * 1px);
}

.light-header+.tygh-content .ty-blog-grid+.ab__sfb-aside,
.default-header+.tygh-content .ty-blog-grid+.ab__sfb-aside {
    top: calc(var(--header-height, 0px) - var(--menu-height, 0px) - var(--content-top, 0) * 1px + 20px);
}

.advanced-header+.tygh-content .ty-blog-grid+.ab__sfb-aside {
    top: calc(var(--menu-height, 0px) - var(--content-top, 0) * 1px + 20px);
}

.ty-blog-grid .ty-mainbox-title {
    font-size: var(--font-size-extra-bigest);
    margin-bottom: var(--gap-xs);
}

.ty-blog-grid .ty-mainbox-container {
    max-width: 1000px;
    margin-inline: auto;
    margin-block-end: var(--gap-l);
}

.ty-blog-grid: has(.ut2-blog) .ty-mainbox-title {
    margin-block: var(--gap-s);
}

.ty-blog-grid:has(.ut2-blog) .ut2-blog__post-title {
    font-size: var(--font-size-large);
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content :where(p, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content a, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content div, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content ul, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content li):not(:where(.ut2-gl__item, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content .ut2-template-small__item, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content .ty-scroller-list, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content .cm-block-loader)) {
    font-size: var(--font-size-medium);
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content h1 {
    font-size: var(--font-size-extra-big);
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content h2 {
    font-size: var(--font-size-big);
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content h3,
.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content h4 {
    font-size: var(--font-size-large);
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content h5,
.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content h6 {
    font-size: var(--font-size-medium);
    font-weight: bold;
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content .cm-block-loader {
    margin: var(--gap-xs) 0;
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content .cm-block-loader :where(p, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content .cm-block-loader a, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content .cm-block-loader div:not([class*="reviews-stars"]):not([class*="icon"]), .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content .cm-block-loader ul, .ty-blog-grid .ty-mainbox-body > .ty-wysiwyg-content .cm-block-loader li) {
    font-size: unset;
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content .cm-block-loader ul {
    margin: 0;
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content .ut2-blog__img-block {
    display: block;
    float: none;
    margin: var(--gap-m) 0;
}

.ty-blog-grid .ty-mainbox-body>.ty-wysiwyg-content .ut2-blog__date {
    font-size: var(--font-size-normal);
}

.ty-blog-grid .ut2-blog__date {
    display: inline-flex;
    align-items: center;
    padding-inline: var(--gap-xs);
    height: 24px;
    margin-block-end: var(--gap-xs);
    background: var(--fill-gray);
    color: var(--color-font-lighten);
    font-size: var(--font-size-small);
    border-radius: 12px;
}

.ty-blog-grid .ut2-blog__date i {
    font-size: 16px;
    margin-right: 5px;
}

.ty-blog-grid .discussion-block {
    padding-top: var(--gap-sm);
    margin-top: var(--gap-m);
    border-top: 1px solid var(--color-base);
}

.ut2-blog__recent-posts {
    position: relative;
}

.ut2-blog__recent-posts~div {
    margin-top: var(--gap-s);
}

@media (max-width: 992px) {
    .ut2-blog__recent-posts {
        flex-direction: row;
        height: auto;
    }
}

.ut2-blog__recent-posts:not(.extra-view) {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + var(--gap));
    margin-inline: calc(var(--gap-half) * -1);
}

.ut2-blog__recent-posts: not(.extra-view) .ut2-blog__recent-posts--item {
    margin: 0 var(--gap-half) var(--gap);
    width: calc(25% - var(--gap));
}

@media (max-width: 946px) {
    .ut2-blog__recent-posts:not(.extra-view) .ut2-blog__recent-posts--item {
        width: calc(33.333333% - var(--gap));
    }
}

@media (max-width: 704px) {
    .ut2-blog__recent-posts:not(.extra-view) .ut2-blog__recent-posts--item {
        width: calc(50% - var(--gap));
    }
}

.ut2-blog__recent-posts:not(.extra-view) .ut2-blog__recent-posts--img {
    aspect-ratio: 1.3333333333333;
}

.ut2-blog__recent-posts.extra-view {
    display: grid;
    grid-template-columns: repeat(2, 20%) repeat(auto-fit, minmax(max(200px, calc(10% - var(--gap))), calc(20% - 1.3333333333333 * var(--gap))));
    width: 100%;
    gap: var(--gap);
}

@media (max-width: 1200px) {
    .ut2-blog__recent-posts.extra-view {
        grid-template-columns: repeat(auto-fit, minmax(max(200px, calc(20% - var(--gap))), 1fr));
    }
}

@media (max-width: 576px) {
    .ut2-blog__recent-posts.extra-view {
        grid-template-columns: repeat(auto-fit, minmax(max(150px, calc(50% - var(--gap))), 1fr));
    }
}

.ut2-blog__recent-posts.extra-view .ut2-blog__recent-posts--img {
    aspect-ratio: 1.3333333333333;
}

@media (max-width: 576px) {
    .ut2-blog__recent-posts.extra-view .ut2-blog__recent-posts--item {
        min-width: 50%;
    }
}

@media (max-width: 320px) {
    .ut2-blog__recent-posts.extra-view .ut2-blog__recent-posts--item {
        min-width: 100%;
    }
}

@media (min-width: 1200px) {
    .ut2-blog__recent-posts.extra-view .ut2-blog__recent-posts--item.first {
        grid-column: span 2;
        grid-row: span 2;
    }

    .ut2-blog__recent-posts.extra-view .ut2-blog__recent-posts--item.first .ut2-blog__recent-posts--img {
        aspect-ratio: 1.30;
    }

    .ut2-blog__recent-posts.extra-view .ut2-blog__recent-posts--item.first .ut2-blog__recent-posts--title {
        font-size: var(--font-size-large);
    }
}

.ut2-blog__recent-posts--img {
    position: relative;
}

.ut2-blog__recent-posts--img.cover {
    background-size: cover;
    background-position: center center;
}

.ut2-blog__recent-posts--img.cover.no-image {
    background: rgba(255, 255, 255, 0.5) url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjA1OCAzMS4wNTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjA1OCAzMS4wNTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzAuMTcxLDMxLjA1OEgwLjg4N0MwLjM5NywzMS4wNTgsMCwzMC42NjEsMCwzMC4xNzFWMC44ODhDMCwwLjM5OCwwLjM5NywwLDAuODg3LDBoMjkuMjg0ICAgIGMwLjQ5LDAsMC44ODcsMC4zOTgsMC44ODcsMC44ODh2MjkuMjgzQzMxLjA1OCwzMC42NjEsMzAuNjYxLDMxLjA1OCwzMC4xNzEsMzEuMDU4eiBNMS43NzUsMjkuMjg1aDI3LjUwOVYxLjc3NUgxLjc3NVYyOS4yODV6IiBmaWxsPSIjOTk5OTk5Ii8+Cgk8L2c+Cgk8Zz4KCQk8cGF0aCBkPSJNMC44ODcsMzEuMDU4Yy0wLjIxMSwwLTAuNDIzLTAuMDc0LTAuNTkzLTAuMjI3Yy0wLjM2NC0wLjMyNy0wLjM5NC0wLjg4OS0wLjA2Ny0xLjI1M2w4Ljg3NC05Ljg4ICAgIGMwLjE2LTAuMTc4LDAuMzg0LTAuMjgzLDAuNjIzLTAuMjkzYzAuMjMzLTAuMDEyLDAuNDcxLDAuMDc2LDAuNjQ1LDAuMjM4bDIuMzA4LDIuMTY2bDYuOTkxLTYuOTEyICAgIGMwLjMzNS0wLjMzLDAuODctMC4zNDIsMS4yMTgtMC4wMjdsOS44OCw4LjkwM2MwLjE4NywwLjE2OCwwLjI5MywwLjQwNywwLjI5MywwLjY1OXY1LjczOGMwLDAuNDktMC4zOTcsMC44ODctMC44ODcsMC44ODdoLTkuODggICAgYy0wLjIyNiwwLTAuNDQyLTAuMDg2LTAuNjA3LTAuMjRMOS44MTUsMjEuNTZsLTguMjY4LDkuMjA0QzEuMzcyLDMwLjk1OSwxLjEzLDMxLjA1OCwwLjg4NywzMS4wNTh6IE0yMC42NDIsMjkuMjg1aDguNjQydi00LjQ1NyAgICBsLTguOTY0LTguMDc4bC02LjM0OCw2LjI3NUwyMC42NDIsMjkuMjg1eiIgZmlsbD0iIzk5OTk5OSIvPgoJPC9nPgoJPGc+CgkJPHBhdGggZD0iTTEwLjAyOCwxNS43OTZjLTIuMzQ5LDAtNC4yNi0xLjkxMi00LjI2LTQuMjZjMC0yLjM0OSwxLjkxMS00LjI2LDQuMjYtNC4yNiAgICBzNC4yNTksMS45MTEsNC4yNTksNC4yNkMxNC4yODcsMTMuODg0LDEyLjM3NiwxNS43OTYsMTAuMDI4LDE1Ljc5NnogTTEwLjAyOCw5LjA1MmMtMS4zNywwLTIuNDg1LDEuMTE0LTIuNDg1LDIuNDg0ICAgIGMwLDEuMzY5LDEuMTE1LDIuNDg0LDIuNDg1LDIuNDg0YzEuMzcsMCwyLjQ4NC0xLjExNSwyLjQ4NC0yLjQ4NEMxMi41MTIsMTAuMTY2LDExLjM5Nyw5LjA1MiwxMC4wMjgsOS4wNTJ6IiBmaWxsPSIjOTk5OTk5Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
    background-size: inherit !important;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.ut2-blog__recent-posts--img.empty {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3');
}

.ut2-blog__recent-posts--title {
    color: var(--color-font);
    margin-block-start: var(--gap-xs);
    margin-inline-end: var(--gap-s);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
}

.ut2-blog__recent-posts--title:hover {
    text-decoration: underline;
}

.ut2-blog__button.ty-btn {
    flex-direction: row-reverse;
}

.ut2-blog__button.ty-btn span+span:not(.ty-icon) {
    margin-left: 0;
    margin-right: 5px;
}

@media (max-width: 576px) {
    .ut2-blog__button.ty-btn {
        display: flex;
        margin: 0 auto;
    }
}

.ut2-blog__recent-posts-scroller {
    min-width: 100%;
}

.ut2-blog__recent-posts-scroller--item a,
.ut2-blog__recent-posts-scroller--item a:hover {
    color: var(--color-font);
    font-size: var(--font-size-normal);
    font-weight: 600;
}

.ut2-blog__recent-posts-scroller--img {
    max-height: min-content;
    aspect-ratio: 1.5;
    position: relative;
}

.ut2-blog__recent-posts-scroller .ut2-blog__recent-posts--title {
    margin-block-end: var(--gap-xs);
}

.ut2-blog__recent-posts-scroller[style*="1"] .ut2-blog__recent-posts--title,
.ut2-blog__recent-posts-scroller[style*="2"] .ut2-blog__recent-posts--title,
.ut2-blog__recent-posts-scroller[style*="3"] .ut2-blog__recent-posts--title {
    font-size: var(--font-size-medium);
}

.ut2-blog__recent-posts-scroller[style*="5"] .ut2-blog__recent-posts--title,
.ut2-blog__recent-posts-scroller[style*="6"] .ut2-blog__recent-posts--title,
.ut2-blog__recent-posts-scroller[style*="7"] .ut2-blog__recent-posts--title {
    font-weight: normal;
}

.ut2-blog__recent-posts-scroller .no-image {
    aspect-ratio: 1.5;
}

.container-fluid-row:not([class*="fill"]) .no-image {
    background-color: var(--fill-gray);
}

.ty-blog-sidebox__item {
    margin-bottom: var(--gap-xs);
}

.category-banner {
    text-align: center;
    overflow: hidden;
}

.category-banner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

.category-banner img.lazyOwl {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.grid-list .category-banner {
    max-height: calc(var(--gl-item-height) * 1px);
}

.grid-list .category-banner img {
    margin-block-start: var(--gap-half);
    max-width: calc(100% - (var(--gap-half) * 2));
    max-height: calc(100% - (var(--gap-half) * 2));
    border-radius: var(--border-radius-decreased);
    overflow: hidden;
}

.grid-list .category-banner[style*="--gl-item-height"] .category-banner-block:not(.full-width)>div {
    overflow-x: auto;
}

.category-banner.ty-product-list,
.category-banner.ty-product-list:hover,
.category-banner.ty-compact-list__item {
    box-shadow: none;
    border: 0;
}

div[class*="category-banner"] {
    padding: 0;
}

div[class*="category-banner"]>* {
    position: relative;
    z-index: 1;
}

div[class*="category-banner"]>*.ut2-scroll-container.multiple {
    max-width: 100%;
    width: 100%;
    margin-inline: unset;
    padding-inline: unset !important;
    border-radius: var(--border-radius-box);
    overflow: hidden;
}

div[class*="category-banner"]:not(:has(*)) {
    display: none;
}

div[class*="category-banner"]:not([class*="column"]) {
    margin-inline: 0;
    width: 100%;
    padding: 0;
}

div[class*="category-banner"]:not([class*="column"]).ty-compact-list__item {
    margin-block: var(--gap-sm);
}

div[class*="category-banner"]: not([class*="column"]).ty-product-list {
    margin-block: var(--gap-s);
}

div[class*="category-banner"]:not([class*="column"]).ty-compact-list__item img.img-banner,
div[class*="category-banner"]:not([class*="column"]).ty-product-list img.img-banner {
    width: 100%;
    border-radius: var(--border-radius-box);
    overflow: hidden;
}

div[class*="category-banner"][class*="column"] {
    z-index: 1;
}

div[class*="category-banner"][class*="column"].full-width {
    grid-column: 1 / -1;
    margin: var(--gap-half);
    padding: 0;
}

@media (min-width: 577px) {
    div[class*="category-banner"][class*="column"].full-width {
        width: calc(100% - var(--gap-xs) * 2) !important;
    }
}

@media (max-width: 576px) {
    div[class*="category-banner"][class*="column"].full-width {
        width: calc(100% - var(--gap)) !important;
        margin: var(--gap-xs) calc(var(--gap) / 2) var(--gap-xxs);
    }
}

div[class*="category-banner"][class*="column"]:not(.full-width) {
    overflow: hidden;
}

@media (min-width: 577px) {
    div[class*="category-banner"][class*="column"]:not(.full-width):not(.category-banner) {
        padding: var(--gap-xs) var(--gap-xs) var(--gap-xs);
    }
}

@media (max-width: 576px) {
    div[class*="category-banner"][class*="column"]:not(.full-width) .banners.owl-carousel:not(.native-scroller) .owl-wrapper-outer {
        border-radius: unset;
    }
}

div[class*="category-banner"][class*="column"]:not(.full-width) .ab__vg-videos.ab-vg-videos-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: auto;
    margin-bottom: 0;
}

div[class*="category-banner"][class*="column"]:not(.full-width) .ab__vg-videos.ab-vg-videos-wrapper div[class*="ty-column"] {
    min-width: 95%;
}

@media (min-width: 481px) {
    .no-buttons .category-banner {
        margin-bottom: 0 !important;
    }
}

.category-banner-block .ut2-banner {
    border-radius: var(--border-radius-decreased);
    clip-path: inset(0 round var(--border-radius-decreased));
}

.category-banner-block>div:not(.ty-owl-controls),
.category-banner-block .owl-carousel,
.category-banner-block .owl-wrapper-outer,
.category-banner-block .owl-wrapper {
    height: 100% !important;
}

.category-banner-block .grid-list.owl-carousel:not(.owl-theme) {
    display: none;
}

.category-banner-block.ty-product-list,
.category-banner-block.ty-product-list:hover,
.category-banner-block.ty-compact-list__item {
    border: 0;
    box-shadow: none;
}

.category-banner-block .cb-border-box,
.category-banner-block .cb-color-box,
.category-banner-block .cb-gray-box,
.category-banner-block .cb-dark-box {
    padding: var(--gap);
    border-radius: var(--border-radius-decreased);
}

.category-banner-block .cb-border-box>[class*="cb-"],
.category-banner-block .cb-color-box>[class*="cb-"],
.category-banner-block .cb-gray-box>[class*="cb-"],
.category-banner-block .cb-dark-box>[class*="cb-"] {
    padding: 0;
    border: unset;
    background: unset;
    border-radius: unset;
}

.category-banner-block .cb-border-box:not(.full-width) .category-banner-block .cb-border-box,
.category-banner-block .cb-color-box:not(.full-width) .category-banner-block .cb-color-box,
.category-banner-block .cb-gray-box:not(.full-width) .category-banner-block .cb-gray-box,
.category-banner-block .cb-dark-box:not(.full-width) .category-banner-block .cb-dark-box {
    max-height: calc(var(--gl-item-height) * 1px);
}

.category-banner-block .cb-border-box .outside-controls~div .ty-owl-controls,
.category-banner-block .cb-color-box .outside-controls~div .ty-owl-controls,
.category-banner-block .cb-gray-box .outside-controls~div .ty-owl-controls,
.category-banner-block .cb-dark-box .outside-controls~div .ty-owl-controls {
    right: var(--gap);
    top: var(--gap);
}

.category-banner-block .cb-border-box .ab__dotd_promotions-item,
.category-banner-block .cb-color-box .ab__dotd_promotions-item,
.category-banner-block .cb-gray-box .ab__dotd_promotions-item,
.category-banner-block .cb-dark-box .ab__dotd_promotions-item {
    border-radius: calc(var(--border-radius-box)/1.2);
}

.category-banner-block .cb-border-box .ut2-blog__recent-posts-scroller--img,
.category-banner-block .cb-border-box .ut2-blog__recent-posts--item .ut2-blog__recent-posts--img,
.category-banner-block .cb-border-box .ut2-blog__img-block img,
.category-banner-block .cb-color-box .ut2-blog__recent-posts-scroller--img,
.category-banner-block .cb-color-box .ut2-blog__recent-posts--item .ut2-blog__recent-posts--img,
.category-banner-block .cb-color-box .ut2-blog__img-block img,
.category-banner-block .cb-gray-box .ut2-blog__recent-posts-scroller--img,
.category-banner-block .cb-gray-box .ut2-blog__recent-posts--item .ut2-blog__recent-posts--img,
.category-banner-block .cb-gray-box .ut2-blog__img-block img,
.category-banner-block .cb-dark-box .ut2-blog__recent-posts-scroller--img,
.category-banner-block .cb-dark-box .ut2-blog__recent-posts--item .ut2-blog__recent-posts--img,
.category-banner-block .cb-dark-box .ut2-blog__img-block img {
    border-radius: calc(var(--border-radius-box)/1.2);
}

.category-banner-block .cb-gray-box {
    background-color: var(--fill-gray);
}

.category-banner-block .cb-border-box {
    border: 1px solid #e4e4e4;
}

.category-banner-block .cb-color-box {
    background: rgba(244, 67, 54, 0.15);
}

.category-banner-block .cb-dark-box {
    background: var(--fill-dark);
}

.category-banner-block .cb-dark-box *:not(span) {
    color: var(--fill-color-inverse);
}

.category-banner-block .ut2-sidebox__title {
    border-bottom: 1px solid #e4e4e4;
}

.category-banner-block .ut2-blog__recent-posts.extra-view {
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-col-min-width, 25%), calc(100% / var(--gl-cols, 4) - var(--gap))), 1fr));
    grid-auto-rows: min-content;
    gap: var(--gap);
}

.category-banner-block .ut2-blog__recent-posts.extra-view .ut2-blog__recent-posts--item.first {
    grid-column: unset;
    grid-row: unset;
}

.category-banner-block .ut2-blog__recent-posts.extra-view .ut2-blog__recent-posts--item.first .ut2-blog__recent-posts--img {
    min-height: unset;
    aspect-ratio: 1.35555;
}

.category-banner-block .ut2-blog__recent-posts.extra-view .ut2-blog__recent-posts--item.first .ut2-blog__recent-posts--title {
    font-size: unset;
}

.category-banner-block .ut2-blog__recent-posts.extra-view~.ty-left {
    display: none;
}

.category-banner-block .ut2-blog__recent-posts-scroller .ty-scroller-list {
    display: grid;
    grid-template-columns: repeat(var(--blog-recent-posts), 1fr);
}

.category-banner-block .all-promotions__button {
    display: none;
}

.category-banner-block .ab__dotd_promotions-item_image {
    flex: auto;
}

.category-banner-block .ab-fn-first-level.one_level .ab-fn-first-level-item {
    background: unset;
}

.category-banner-block .ab-fn-first-level.one_level {
    border: unset;
}

.category-banner-block .ab-fn-first-level.one_level [class*="ty-column"] {
    flex: unset;
    min-width: auto;
}

div#categories_view_pagination_contents:has(.category-banner-block) {
    grid-auto-rows: initial;
}

.ab_dotd_product_label {
    color: var(--color-discount);
    font-size: var(--font-size-medium);
}

.cat-content-grid .main-content-grid .ty-mainbox-title {
    margin-block: var(--gap-s);
}

.ab__deal_of_the_day: not(.pd-dp) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: var(--gap-s) var(--gap-xs);
    gap: var(--gap-s);
    background: #ffecec;
    padding-block: var(--gap-s);
}

@media (min-width: 768px) {
    .ab__deal_of_the_day:not(.pd-dp) {
        width: 100%;
        border-radius: calc(var(--border-radius-box) + var(--border-radius-decreased));
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .ab__deal_of_the_day:not(.pd-dp) {
        width: calc(100% + (var(--gap-s) * 2));
        margin-inline: calc(var(--gap-s) * -1);
        padding-block: calc(var(--gap-s) * 2);
        padding-inline: var(--gap-s);
        border-radius: 0;
    }
}

.ab__deal_of_the_day:not(.pd-dp).pd-fullwidth .pd-block {
    width: 100%;
}

.ab__deal_of_the_day:not(.pd-dp).pd-fullwidth .pd-content-block {
    width: 100%;
}

.ab__deal_of_the_day:not(.pd-dp) .pd-block {
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .ab__deal_of_the_day:not(.pd-dp) .pd-block {
        flex-basis: min(258px, 50%);
        max-width: 258px;
    }
}

.ab__deal_of_the_day:not(.pd-dp) .pd-block .time-left {
    color: rgba(30, 30, 30, 0.65);
}

@media (min-width: 1024px) {
    .ab__deal_of_the_day:not(.pd-dp) .pd-content-block {
        flex: 1 calc(100% - 258px);
        max-width: calc(100% - 258px - var(--gap-s));
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ab__deal_of_the_day:not(.pd-dp) .pd-content-block {
        flex: 1 calc(100% - min(258px, 50%) - var(--gap-s));
        max-width: calc(100% - min(258px, 50%) - var(--gap-s));
    }
}

@media (max-width: 767px) {
    .ab__deal_of_the_day:not(.pd-dp) .pd-content-block {
        width: calc(100% + (var(--gap-s) * 2));
        padding-inline: var(--gap-xs);
        margin-inline: calc(var(--gap-xs) * -1);
    }
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd:not(.owl-theme) {
    visibility: hidden;
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .owl-wrapper-outer {
    border-radius: var(--border-radius-box);
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .ut2-gl__body {
    background: var(--color-general);
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .ut2-gl__item {
    padding-inline: var(--gap-xxs);
}

.ab__deal_of_the_day: not(.pd-dp) .ab-scroller-pd.grid-list.owl-carousel.ty-scroller-list {
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd.grid-list.owl-carousel.ty-scroller-list .owl-controls:not(.owl-controls-outside) .owl-buttons>div.owl-prev {
    left: calc(var(--gap-xs) * -1);
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd.grid-list.owl-carousel.ty-scroller-list .owl-controls:not(.owl-controls-outside) .owl-buttons>div.owl-next {
    right: calc(var(--gap-xs) * -1);
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .owl-item.active {
    border: 0;
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .owl-item.active+.owl-item:not(.active) {
    position: relative;
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .owl-item.active+.owl-item:not(.active)::before {
    content: '';
    inline-size: 10px;
    block-size: 100%;
    position: absolute;
    z-index: 1;
    inset-block: 0;
    inset-inline-start: 0;
    background-color: #ffecec;
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .grabbing .owl-item::before {
    content: initial !important;
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .owl-wrapper-outer {
    border-radius: var(--border-radius-box);
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .ut2-gl__body {
    background: var(--color-general);
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd .ut2-gl__item {
    padding-inline: var(--gap-xxs);
}

.ab__deal_of_the_day: not(.pd-dp) .ab-scroller-pd.grid-list.owl-carousel.ty-scroller-list {
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd.grid-list.owl-carousel.ty-scroller-list .owl-controls:not(.owl-controls-outside) .owl-buttons>div.owl-prev {
    left: calc(var(--gap-xs) * -1);
}

.ab__deal_of_the_day:not(.pd-dp) .ab-scroller-pd.grid-list.owl-carousel.ty-scroller-list .owl-controls:not(.owl-controls-outside) .owl-buttons>div.owl-next {
    right: calc(var(--gap-xs) * -1);
}

.ab__deal_of_the_day:not(.pd-dp) .ab_dotd_product_label {
    display: none;
}

.ab__deal_of_the_day:not(.pd-dp) .pd-promotion__title {
    font-size: var(--font-size-big);
    line-height: 1.1;
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    font-weight: 900;
    color: #f44336;
}

.ab__deal_of_the_day:not(.pd-dp) .pd-promotion-descr {
    margin-bottom: var(--gap-xs);
    color: rgba(30, 30, 30, 0.9);
}

.ab__deal_of_the_day:not(.pd-dp) .pd-promotion-descr *:not(a) {
    color: rgba(30, 30, 30, 0.9);
}

.ab__deal_of_the_day:not(.pd-dp) .pd-promotion__buttons {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    gap: var(--gap-xs);
}

@media (max-width: 460px) {
    .ab__deal_of_the_day:not(.pd-dp) .pd-promotion__buttons {
        justify-content: space-between;
    }
}

.ab__deal_of_the_day:not(.pd-dp) .pd-promotion__buttons .ty-btn {
    margin: unset;
    flex: 1 130px;
}

.ab__deal_of_the_day:not(.pd-dp) .pd-promotion__buttons .ty-btn__outline {
    color: #1e1e1e;
    box-shadow: inset 0 0 0 1px rgba(30, 30, 30, 0.8);
}

.ab__deal_of_the_day:not(.pd-dp) .js-counter {
    height: 57px;
    background: var(--color-general);
    border-radius: var(--border-radius);
}

@media (min-width: 768px) {
    .ab__deal_of_the_day:not(.pd-dp) .js-counter {
        max-width: 100%;
    }
}

.ab__deal_of_the_day:not(.pd-dp) .ty-cr-product-button {
    display: none !important;
}

@media (min-width: 577px) and (max-width: 1023px) {
    html.touchevents .ab__deal_of_the_day:not(.pd-dp) {
        flex-wrap: wrap;
    }

    html.touchevents .ab__deal_of_the_day:not(.pd-dp) .pd-promotion__buttons {
        order: 3;
    }
}

@media (max-width: 460px) {
    html.touchevents .ab__deal_of_the_day:not(.pd-dp) {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    html.mouseevents .ab__deal_of_the_day:not(.pd-dp) {
        flex-direction: column;
    }
}

.ab__dotd_promotions-item {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: start;
    align-items: start;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    border-radius: var(--border-radius-box);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px var(--color-base5);
    background: var(--color-general);
}

.ab__dotd_promotions-item.ab__dotd_promotion_expired {
    filter: grayscale(100%);
}

.ab__dotd_promotions .ab__pb--item {
    max-height: initial;
}

.ab__dotd_promotions-item,
.ab__dotd_promotions .ab__pb--item {
    max-inline-size: 420px;
    margin-inline: auto;
}

.fill--color .ab__dotd_promotions-item,
.fill--color .ab__dotd_promotions .ab__pb--item {
    box-shadow: initial;
    border: 0 none;
}

.ab__dotd_promotions-item_image,
.ab__dotd_promotions .ab__pb--image {
    box-sizing: content-box;
    overflow: clip;
    aspect-ratio: 1.3333333333333;
    inline-size: 100%;
}

.fill--color .ab__dotd_promotions-item_image,
.fill--color .ab__dotd_promotions .ab__pb--image {
    background: var(--color-primary);
}

.ab__dotd_promotions-item_image a,
.ab__dotd_promotions .ab__pb--image a {
    display: flex;
    align-items: center;
    justify-content: center;
    inline-size: 100%;
    block-size: 100%;
    min-height: 0;
    position: relative;
}

.ab__dotd_promotions-item_image img,
.ab__dotd_promotions .ab__pb--image img {
    display: block;
    border-start-start-radius: var(--border-radius-box);
    border-start-end-radius: var(--border-radius-box);
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
}

.ab__dotd_promotions-item_image:has(.ty-no-image),
.ab__dotd_promotions .ab__pb--image:has(.ty-no-image) {
    mix-blend-mode: multiply;
}

.ab__dotd_promotions-item_image .ty-no-image,
.ab__dotd_promotions .ab__pb--image .ty-no-image {
    border: 0 none;
    border-radius: initial;
    background: initial;
}

.ab__dotd_promotions .ab__pb--content {
    border-top: 0 none;
    min-height: initial;
}

.ab__dotd_promotions-item_image {
    background: var(--fill-gray);
}

.ab__dotd_promotions-item_days_left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: var(--font-size-small);
    text-align: center;
    padding: var(--gap-xxs);
    margin-block: var(--gap-sm) var(--gap-s);
    margin-inline: var(--gap-sm) 0;
    max-width: 80px;
    min-width: 50px;
    height: 60px;
    background: var(--fill-gray);
    color: var(--color-font-lighten);
    border-bottom: 1px solid var(--base5);
    box-shadow: 0 1px 1px var(--fill-gray), 0 2px 1px #cbcbcb, 0 3px 1px #f1f1f1, 0 4px 1px #cbcbcb;
    border-radius: var(--border-radius);
    position: relative;
}

.ab__dotd_promotions-item_days_left:before {
    content: "";
    border-top: 4px dotted var(--color-general);
    width: 100%;
    height: 0;
    position: absolute;
    top: -1px;
}

.ab__dotd_promotions-item_days_left>div {
    font-size: var(--font-size-small);
    color: var(--color-font-lighten);
}

.ab__dotd_promotions-item_days_left span {
    display: block;
    padding-top: 2px;
    font-size: var(--font-size-big);
    line-height: 90%;
    font-weight: bold;
    color: var(--color-font);
}

.ab__dotd_promotions-item_days_left.ab__dotd_highlight {
    background: rgba(244, 67, 54, 0.07);
    color: #f44336;
    border-color: rgba(243, 44, 30, 0.07);
    box-shadow: none;
    font-weight: bold;
}

.ab__dotd_promotions-item_days_left.ab__dotd_highlight span {
    color: #f44336;
}

@media (max-width: 1279px) {
    .ab__dotd_promotions-item_days_left {
        margin: var(--gap-sm) var(--gap-sm) calc(var(--gap-xxs) * -1) var(--gap-sm);
        max-width: none;
        min-width: auto;
        height: auto;
        border: none;
        box-shadow: none;
        flex-direction: row;
    }

    .ab__dotd_promotions-item_days_left:before {
        content: none;
    }

    .ab__dotd_promotions-item_days_left span {
        padding: 0 var(--gap-xxs);
        font-size: var(--font-size-normal);
    }
}

.ab__dotd_promotions-item_title {
    display: inline-flex;
    flex-direction: column;
    flex: 1;
    padding: var(--gap-sm);
}

.ab__dotd_promotions-item_title a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    color: var(--color-font);
    font-size: var(--font-size-normal);
    font-weight: bold;
    line-height: 1.2;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ab__dotd_promotions-item_title a:hover {
    text-decoration: underline;
}

@media (max-width: 1400px) and (min-width: 1280px) {
    .ab__dotd_promotions-item_title a {
        max-height: 70px;
        -webkit-line-clamp: 3;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}

@media (max-width: 1279px) {
    .ab__dotd_promotions-item_title {
        min-width: 100%;
    }
}

.ab__dotd_promotions-item_date {
    display: block;
    margin-top: var(--gap-xxs);
    font-size: var(--font-size-small);
    color: var(--color-font-lighten);
}

.ab__dotd_promotions-filter {
    display: block;
    padding-bottom: 5px;
}

.ab__dotd_promotions-filter_item {
    color: #515151;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin: 0 2px var(--gap-xs) 0;
    padding: 5px 14px 6px 14px;
    border: 1px solid var(--color-base);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-radius: var(--height-button);
}

.ab__dotd_promotions-filter_item:hover {
    color: var(--color-font);
    border: 1px solid #cbcbcb;
}

.ab__dotd_promotions-filter_item.active {
    color: var(--color-links);
    border: 1px solid var(--color-links);
}

.ty-pagination-container>.ab__dotd_promotions {
    --max-section-columns: 20%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(280px, calc(var(--max-section-columns) - var(--gap-sm))), 1fr));
    width: 100%;
    gap: var(--gap-sm);
}

.ty-pagination-container>.ab__dotd_promotions>p:first-child {
    font-size: var(--font-size-large);
    margin-block-end: var(--gap-sm);
    grid-column: 1 / -1;
}

.ty-pagination-container>.ab__dotd_promotions:after,
.ty-pagination-container>.ab__dotd_promotions:before {
    content: none;
}

.ty-pagination-container>.ab__dotd_promotions [class*="ty-column"] {
    width: 100%;
}

.all-promotions__button {
    text-align: center;
    margin: var(--gap-m) 0 0;
}

.ab__dotd_chains_title.ty-subheader {
    font-size: var(--font-size-extra-large);
    padding-block: var(--gap-xs);
    margin: unset;
}

.ab__dotd_chains_content>div {
    margin: var(--gap-xxs) 0 var(--gap-sm);
}

.ab__dotd_chains_content>form {
    border: 1px solid var(--color-base);
    margin-bottom: var(--gap-xs);
}

.ab__dotd_chains_content>form .ty-subheader {
    padding: var(--gap-s);
}

.ab__dotd_chains_content>form .ty-buy-together__products {
    padding: 0 var(--gap-s);
    box-sizing: border-box;
}

.ab__dotd_chains_content>form .ty-buy-together-price {
    margin: var(--gap-s) 0;
}

.ab__dotd_chains_content>form .buttons-container {
    margin: var(--gap-s) 0 0;
}

.ab__dotd-text_showed {
    display: block;
    color: var(--color-font-lighten);
    font-size: var(--font-size-normal);
    font-weight: normal;
    line-height: normal;
}

.ty-tabs__content .ab__dotd_promotions {
    padding: var(--gap-sm) 0 0;
}

.ab__dotd_promotions-products {
    padding-top: var(--gap-xs);
    border-top: 1px solid var(--color-base);
}

@media (max-width: 576px) {
    .ab__dotd_promotions-products {
        border-top: 2px solid var(--color-primary);
    }
}

.ab__dotd_promotions-products .ty-sort-container {
    margin: 0 0 var(--gap-xs) 0;
}

.ab__dotd_promotion-image img {
    border-radius: var(--border-radius-box);
    object-fit: contain;
    overflow: clip;
    object-position: top right;
    block-size: 100%;
    width: auto;
}

.ab__dotd_promotion-content {
    padding-bottom: var(--gap-s);
}

.ab__dotd_promotion-content .js-counter {
    background: var(--fill-gray);
    border-radius: var(--border-radius-decreased);
}

.ab__dotd_promotion-description {
    display: inline-block;
    width: 100%;
}

.ab__dotd_promotion-timer {
    padding-top: var(--gap-xs);
}

.ab__dotd_promotion_title {
    font-weight: 600;
}

.ab__dotd_promotion .ab__dotd_promotion_date p {
    color: var(--color-decorative);
}

.ab__dotd_promotion.action-is-over .ab__dotd_promotion-image {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ab__dotd_promotion.action-is-over .ab__dotd_promotion-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ab__dotd_promotion.action-is-over h1 span {
    color: var(--color-discount);
    font-family: Arial, sans-serif;
    font-weight: normal;
}

.ab__dotd_promotion.action-is-over .ab__dotd_promotion-description * {
    color: var(--color-font-lighten);
}

.ab__dotd_promotion~.ty-mainbox-container h2 {
    margin-top: var(--gap-m);
}

.ab__dotd_promotions .pd-promotion__buttons {
    margin: 16px 0 0 4px;
}

.ab__deal_of_the_day.pd-dp {
    display: flex;
    flex-wrap: wrap;
    margin: var(--gap-xs) 0;
    padding: var(--gap-xxs);
    border-radius: var(--border-radius-box);
    background: #ffecec;
    gap: var(--gap-xxs) var(--gap-xs);
}

.ab__deal_of_the_day.pd-dp>a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ab__deal_of_the_day.pd-dp>div:not(.col1) {
    display: flex;
}

.ab__deal_of_the_day.pd-dp+div {
    margin-top: 0;
}

.ab__deal_of_the_day.pd-dp .pd-promotion__title {
    display: inline-block;
    font-size: var(--font-size-medium);
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    text-transform: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f44336;
}

.ab__deal_of_the_day.pd-dp .pd-promotion__title:hover {
    text-decoration: underline;
}

.ab__deal_of_the_day.pd-dp .pd-promotion__img {
    align-self: start;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid transparent;
    background: var(--color-general);
}

.ab__deal_of_the_day.pd-dp .pd-promotion__img img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: fit-content;
}

.ab__deal_of_the_day.pd-dp .pd-promotion__img i {
    font-size: 28px;
    color: var(--color-decorative);
}

.ab__deal_of_the_day.pd-dp .pd-promotion__img~.pd-promotion__content {
    min-inline-size: 0;
    flex: 1;
    gap: var(--gap-xxs);
}

.ab__deal_of_the_day.pd-dp .pd-promotion__content {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 40px - var(--gap-xs));
}

.ab__deal_of_the_day.pd-dp .pd-promotion__content .ab__dotd_promotion_date small {
    font-size: var(--font-size-normal);
    color: rgba(30, 30, 30, 0.5);
    margin-top: 4px;
    display: block;
}

.ab__deal_of_the_day.pd-dp .col1,
.ab__deal_of_the_day.pd-dp .col2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.ab__deal_of_the_day.pd-dp .col1 {
    min-width: 48%;
    flex-wrap: nowrap;
    padding: var(--gap-xxs);
    column-gap: var(--gap-xs);
}

.ab__deal_of_the_day.pd-dp .col2 {
    align-content: center;
    justify-content: center;
    max-width: 100%;
    background: var(--color-general);
    padding-block: var(--gap-xxs);
    row-gap: var(--gap-xxs);
    border-radius: var(--border-radius-decreased);
}

.ab__deal_of_the_day.pd-dp .col2>div {
    flex: 1 0 auto;
    min-width: 220px;
    max-width: calc(100% - 120px);
}

.ab__deal_of_the_day.pd-dp .col2>div.flipclock {
    flex-basis: 220px;
}

.ab__deal_of_the_day.pd-dp .col2 .flip-clock-wrapper {
    padding: var(--gap-xxs) var(--gap-xs) calc(var(--gap-xs) + 12px) var(--gap-xs);
    justify-content: center;
}

.ab__deal_of_the_day.pd-dp .col2 .ab-flip-clock-item {
    border-color: var(--color-base5);
}

.ab__deal_of_the_day.pd-dp .pd-details-promo-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: none;
    width: 100%;
    column-gap: var(--gap-sm);
    padding: initial;
    overflow: hidden;
}

.ab__deal_of_the_day.pd-dp .pd-details-promo-link.object-container {
    overflow: initial;
}

.ab__deal_of_the_day.pd-dp .pd-details-promo-link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    color: rgba(30, 30, 30, 0.8);
}

.ab__deal_of_the_day.pd-dp .pd-details-promo-link a:hover {
    color: #1e1e1e;
}

.ab__deal_of_the_day.pd-dp .pd-details-promo-link a>span {
    font-size: var(--link-font-size);
}

.ab__deal_of_the_day.pd-dp a.also-in-promos-link {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(30, 30, 30, 0.5);
}

.ab__deal_of_the_day.pd-dp .time-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: var(--gap-xs);
    font-size: var(--font-size-small);
    color: var(--color-font-lighten);
    flex: 1 0 120px;
}

.ab__deal_of_the_day.pd-dp .js-counter {
    height: 0;
    min-height: 35px;
    padding: 0;
    margin-top: 0;
    font-size: x-small;
    background: transparent;
}

.ab__deal_of_the_day.pd-dp .js-counter>div {
    margin: 3px 0;
    border: 0;
    color: var(--color-font-lighten);
}

.ab__deal_of_the_day.pd-dp .js-counter>div:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ab__deal_of_the_day.pd-dp .js-counter>div>span {
    font-size: var(--font-size-large);
    padding-bottom: 0;
    color: var(--color-font);
}

.ab__deal_of_the_day.pd-dp .js-counter>div:last-child>span {
    color: var(--color-font-lighten);
}

.flipclock {
    min-block-size: 58px;
}

.ab__dotd_promotion-description[style]:not(.inverse):after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    height: 20px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 1;
}

.ab__dotd_more {
    cursor: pointer;
    color: var(--color-links);
    border-bottom: 1px dotted #3abeff;
    line-height: 17px;
    font-size: 16px;
    display: inline-block;
    margin-right: var(--gap-s);
    margin: 0 var(--gap-s) var(--gap-xs) 0;
    position: relative;
    z-index: 1;
}

.ab__dotd_more:after {
    content: "\e01d";
    font-family: glyphs;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: var(--color-links);
    font-size: 20px;
    position: absolute;
    right: -14px;
    top: 1px;
    cursor: default;
}

.ab__dotd_more i {
    font-size: 18px;
}

.ab__dotd_more.inverse:after {
    content: "\e01e";
}

.ab__dotd_more:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ab__dotd_description {
    position: relative;
}

.ab__dotd_description:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    background: linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%);
}

.ab__dotd_description.inverse:before {
    height: 20px;
    background: none;
}

.ab-dotd-promos>div {
    margin-bottom: 5px;
    line-height: 120%;
}

.ab-dotd-promos>div:not(:empty):first-child {
    margin-bottom: var(--gap-xs);
}

.ab-dotd-promos>div a {
    display: inline-block;
    position: relative;
    font-size: var(--font-size-small);
    color: var(--color-font);
    line-height: 1.2;
    margin-top: var(--gap-xxs);
    padding: var(--gap-xs);
    border: 1px solid #f2bbb7;
    border-radius: var(--border-radius);
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

.ab-dotd-promos>div a:hover {
    border-color: #f44336;
}

.ab-dotd-promos>div a img {
    overflow: hidden;
    border-radius: var(--border-radius-box);
}

.ab-dotd-promos>div a img,
.ab-dotd-promos>div a i.ty-no-image__icon {
    width: 50px;
    height: fit-content;
    margin-right: 7px;
    color: var(--color-base);
    text-align: center;
}

.ab-dotd-promos>div a .ab-dotd-promo-category-wrapper {
    float: right;
    width: 100%;
    font-weight: normal;
}

.ab-dotd-promos>div a .ab-dotd-promo-header {
    padding: 0 3px;
    color: #f44336;
    background: white;
    position: absolute;
    font-weight: bold;
    top: -9px;
    left: 7px;
}

.ab-dotd-promos>div:last-child {
    margin-bottom: 0;
}

.ab-dotd-promos+.ut2-lv__item-features {
    margin-top: 0 !important;
}

.ty-product-list .ab-dotd-promos {
    margin: 0 0 7px;
}

.ut2-gl__item:hover .ab-dotd-promos,
.ty-product-list .ab-dotd-promos {
    display: block;
}

.ab-dotd-promotion-page-breadcrumbs {
    border: 0;
}

.ab-dotd-promotion-page-breadcrumbs .ty-breadcrumbs {
    margin-bottom: var(--gap-s);
}

.ab-dotd-category-promo {
    display: inline-block;
    width: 100%;
}

.ab-dotd-more-products .ut2-gl__item:hover .ut2-gl__body {
    position: initial !important;
}

.ab-dotd-more-products .ut2-gl__body .ab-dotd-more-icon {
    background-color: rgba(3, 155, 229, 0.1);
}

.ab-dotd-more-products .ut2-gl__image {
    background: none;
}

.ab-dotd-more-products .ut2-gl__image>a,
.ab-dotd-more-products .ut2-gl__image .cm-item-gallery>a {
    justify-content: flex-end;
}

.ab-dotd-more-products a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc((var(--gl-item-height) * 1px) - var(--gap-s));
}

.ab-dotd-more-products .ab-dotd-more-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 15px;
    margin-bottom: 10px;
    background-color: rgba(3, 155, 229, 0.2);
    font-size: 30px;
    color: var(--color-primary);
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ab-dotd-more-products:hover .ab-dotd-more-icon {
    background-color: rgba(3, 155, 229, 0.2);
}

.ab-dotd-more-products~[class*="column"] {
    visibility: hidden;
    height: 0;
    display: none;
}

.ab__dotd_chains {
    padding-top: var(--gap-s);
}

.ab__dotd_chains .ab__dotd_chains_content>div {
    margin: var(--gap-sm) auto;
}

.ab__dotd_chains .ab__dotd_chains_content>form {
    border: 1px solid var(--color-base);
    margin-bottom: 10px;
}

.ab__dotd_chains .ab__dotd_chains_content>form .ty-subheader {
    padding: var(--gap-s);
}

.ab__dotd_chains .ab__dotd_chains_content>form .ty-buy-together__products {
    padding: 0 var(--gap-s);
}

.ab__dotd_chains .ab__dotd_chains_content>form .ty-buy-together-price {
    margin: var(--gap-s) 0;
}

.ab__dotd_chains .ab__dotd_chains_content>form .buttons-container {
    margin: var(--gap-s) 0 0;
}

.ab__dotd_chains .ut2__buy-together {
    margin-bottom: 0;
}

.ty-product-bundles-promotion-list {
    min-width: 100%;
    margin-top: var(--gap-s);
}

#tygh_main_container .flip-clock-wrapper div.inn {
    color: black;
}

.ab__dotd_promotion-main_info {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: var(--gap-s) var(--gap-m);
}

.ab__dotd_promotion-main_info>div {
    flex: 1;
    min-width: 280px;
}

.object-container .ab__dotd_promotion-main_info {
    max-width: max(800px, 100%);
    gap: var(--gap-s);
}

.ab__dotd_promotion-main_info .ab__dotd_promotion-content:has(.js-counter) .js-counter {
    min-height: 57px;
}

.ab__dotd_promotion-main_info .ab__dotd_promotion-image {
    max-width: min(100%, 600px);
    padding-bottom: var(--gap-s);
    height: 100%;
    text-align: center;
}

.object-container .ab__dotd_promotion-main_info .ab__dotd_promotion-image {
    max-width: max(300px, 50%);
}

.ab__dotd_promotion-main_info .ab__dotd_promotion-description {
    display: block;
    max-width: initial;
    width: initial;
}

.ab__dotd_promotion-main_info .ab__dotd_promotion-vendor {
    display: flex;
    column-gap: var(--gap-xxs);
    margin-bottom: var(--gap-xs);
}

.ab-dotd_cat-filter .list .list {
    margin-inline-start: var(--gap-xs);
}

.ab-dotd_cat-filter .item {
    padding: initial;
}

.ab-dotd_cat-filter>.list>.item {
    --nesting-level-number: 1;
}

.ab-dotd_cat-filter>.list>.item>.list>.item {
    --nesting-level-number: 2;
}

.ab-dotd_cat-filter>.list>.item>.list>.item>.list>.item {
    --nesting-level-number: 3;
}

.ab-dotd_cat-filter>.list>.item>.list>.item>.list>.item>.list>.item {
    --nesting-level-number: 4;
}

.ab-dotd_cat-filter>.list>.item>.list>.item>.list>.item>.list>.item>.list>.item {
    --nesting-level-number: 5;
}

.ab-dotd_cat-filter>.list>.item>.list>.item>.list>.item>.list>.item>.list>.item>.list>.item {
    --nesting-level-number: 0;
}

.ab-dotd_cat-filter .category {
    font-size: var(--link-font-size);
    line-height: calc(var(--link-font-size) + 4px);
    color: var(--color-font);
    border-radius: var(--border-radius);
    position: relative;
    padding-inline: var(--gap-xs);
    display: flex;
    align-items: center;
    column-gap: var(--gap-xxs);
}

.ab-dotd_cat-filter .category::before {
    content: '';
    border-radius: var(--border-radius);
    background-color: var(--color-decorative);
    position: absolute;
    inline-size: 3px;
    inset-block: 6px;
    inset-inline-start: calc((var(--gap-xxs) + var(--gap-xs) * (var(--nesting-level-number) - 1)) * -1);
    opacity: var(--nesting-level-number, 1);
    pointer-events: none;
    display: none;
}

.ab-dotd_cat-filter .has-pic>.category::before {
    inset-block: 0;
    margin-block: auto;
    block-size: min(calc(var(--pict-width) * 1px), calc(calc(var(--link-font-size) + 4px) + 12px - 2px));
}

.ab-dotd_cat-filter .active>.category {
    font-weight: bold;
}

.ab-dotd_cat-filter .active>.category::before {
    display: block;
}

.ab-dotd_cat-filter .active>.category .category-count {
    color: var(--color-font);
}

@media (hover: hover) and (pointer: fine) {
    .ab-dotd_cat-filter .item:not(.active)>.category:hover {
        color: var(--color-links);
    }

    .side-grid .ab-dotd_cat-filter .item:not(.active)>.category:hover {
        background-color: var(--fill-gray);
    }

    .side-grid .ab-dotd_cat-filter .item:not(.active)>.category:hover em {
        background-color: var(--fill-white);
    }
}

.ab-dotd_cat-filter .category-pict {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    block-size: calc(calc(var(--link-font-size) + 4px) + 12px - 2px);
    inline-size: min(calc(var(--pict-width) * 1px), calc(calc(var(--link-font-size) + 4px) + 12px - 2px));
}

.ab-dotd_cat-filter .category-pict .ty-pict {
    display: block;
    max-block-size: 100%;
    width: auto;
}

.ab-dotd_cat-filter .category-name {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
    padding-block: 6px;
    min-inline-size: 0;
}

.ab-dotd_cat-filter .category-count {
    font-size: var(--font-size-small);
    font-style: initial;
    color: var(--color-font-lighten);
    text-align: center;
    background-color: var(--fill-gray);
    border-radius: calc(max(calc(var(--link-font-size) + 4px), 18px)/2);
    padding-inline: var(--gap-xxs);
    margin-inline-start: auto;
    block-size: max(calc(var(--link-font-size) + 4px), 18px);
    min-inline-size: max(calc(var(--link-font-size) + 4px), 18px);
    flex-shrink: 0;
}

.js-counter {
    display: flex;
    box-sizing: border-box;
    visibility: hidden;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    max-width: 240px;
    line-height: 1;
    border-radius: 0;
    background: #fff;
    border-radius: 8px;
}

.js-counter>div {
    position: relative;
    flex: 1;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 11px;
    padding: 0 5px;
    color: #848484;
}

.js-counter>div>span {
    display: flex;
    justify-content: space-between;
}

.js-counter>div:not(:last-of-type) {
    border-right: 1px solid #e4e4e4;
}

.js-counter>div>span {
    padding-bottom: 2px;
    font-size: x-large;
    font-weight: bold;
    color: #1e1e1e;
}

.js-counter .ab-dotd-js-counter_seconds>span {
    color: #f44336;
    color: #848484;
}

.ty-product-block .js-counter {
    margin: 5px 0 0;
    background: #fff;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .ty-product-bigpicture .js-counter {
        margin-left: 0;
        margin-right: 0;
    }
}

html[dir="rtl"] .js-counter {
    direction: rtl;
}

html[dir="rtl"] .js-counter>div:not(:last-of-type) {
    border-right: 0 !important;
    border-left: 1px solid #e4e4e4;
}

.ab-smc-description {
    position: relative;
    box-sizing: border-box;
}

.ab-smc-description:not(.ab-smc-opened) {
    overflow: hidden;
}

.ab-smc-description:not(.ab-smc-opened)>div:first-child {
    overflow: hidden;
}

.ab-smc-description:not(.ab-smc-opened)>div:first-child .ut2-rp__grid {
    pointer-events: none;
}

.ab-smc-description .ab-smc-more {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-top: var(--gap-xs);
    color: #007cb9;
    background: #fff;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    min-width: max-content;
}

.ab-smc-description .ab-smc-more:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 3em;
    z-index: -1;
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
}

.ab-smc-description .ab-smc-more .ab-smc,
.ab-smc-description .ab-smc-more i {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ab-smc-description .ab-smc-more.ab-smc-opened {
    position: relative;
}

.ab-smc-description .ab-smc-more.ab-smc-opened:after {
    display: none;
}

.ab-smc-description .ab-smc-more.ab-smc-opened i {
    transform: rotate(180deg);
}

.ab-smc-description .ab-smc-more.ab-smc-right-text {
    justify-content: right;
    padding-right: var(--gap-xxs);
}

.ab-smc-description .ab-smc-more.ab-smc-center-text {
    justify-content: center;
}

.ab-smc-description .ab-smc-more.ab-smc-center-text .ab-smc-button {
    flex-grow: 0;
    flex-basis: auto;
    justify-content: center;
}

.ab-smc-description .ab-smc-more:hover {
    color: #0097e2;
}

.ab-smc-description span.ab-smc-text-2 {
    position: static;
    padding: 0 var(--gap-sm);
    background: #fff;
}

.ab-smc-description span.ab-smc-text-2~.ab-smc-arrow {
    display: none;
}

.ab-smc-description span.ab-smc-text-2:before {
    display: none;
}

.ab-smc-description span.ab-smc-text-2:after {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    z-index: -1;
    height: 1px;
    border-bottom: 1px dashed #007cb9;
}

@media (max-width: 1023px) {
    .ut2-pb-mobile .ab-smc-description.ui-accordion-content:not(.ab-smc-opened) {
        overflow: hidden;
    }
}

.ab-smc-description.ab-smc-opened {
    max-height: initial !important;
    margin-bottom: 0 !important;
}

.ab-smc-description .ab-smc-more {
    display: flex;
    align-items: center;
}

.ab-smc-description .ab-smc-more span {
    font-size: var(--font-size-medium);
    gap: var(--gap-xxs);
}

.ab-smc-description .ab-smc-more i {
    font-family: uni2-icons, sans-serif;
    line-height: 1;
    font-size: 20px;
    font-style: normal;
    width: 10px;
    margin: 0;
    justify-content: center;
}

.ab-smc-description .ab-smc-more i:after {
    content: "\e908";
}

.ab__vg-image_gallery_video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: stretch;
    align-content: stretch;
}

.ab__vg-image_gallery_video-wrapper:not(.hidden) {
    display: flex;
}

.ab__vg_autoplay_video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ab__vg-image_gallery_video {
    cursor: pointer;
}

.ab__vg-product_list-video.hover_image.hover .ab__vg-image_gallery_image {
    display: none;
}

.ab__vg-product_list-video.hover_image:not(.hover) .ab__vg-image_gallery_video-wrapper .ab__vg-image_gallery_video {
    visibility: hidden;
}

.ab__vg-product_list-video .ab__vg-image_gallery_image {
    align-content: center;
}

.ab__vg_video_player {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.ab__vg_video_player video,
.ab__vg_video_player iframe {
    width: 100%;
    height: 100%;
}

.ty-product-thumbnails__item.ty-video-thumbnail {
    display: inline-flex !important;
}

.owl-item .ab__vg-image_gallery_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 100%;
}

.ab__vg-image_gallery_video:not(.ab__clear_image):before,
.ab__vg-videos .ab__vg-video_thumb:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: calc(var(--border-radius-box) - 6px);
    overflow: hidden;
    -webkit-transition: background .15s ease-in;
    transition: background .15s ease-in;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

.ab__vg-image_gallery_video:not(.ab__clear_image).ab-video-icon:before,
.ab__vg-videos .ab__vg-video_thumb.ab-video-icon:before {
    background: url('../../../../../../../../design/themes/responsive/media/images/addons/ab__video_gallery/video-icon.png?1775608344') no-repeat center;
    background-size: 50px;
}

.ab__vg-image_gallery_video:not(.ab__clear_image).ab-youtube-icon:before,
.ab__vg-videos .ab__vg-video_thumb.ab-youtube-icon:before {
    background: url('../../../../../../../../design/themes/responsive/media/images/addons/ab__video_gallery/youtube-icon.png?1775608344') no-repeat center;
    background-size: 50px;
}

.ab__vg-image_gallery_video:not(.ab__clear_image):hover:before,
.ab__vg-videos .ab__vg-video_thumb:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.ab__vg-image_gallery_video:not(.ab__clear_image):hover.ab-video-icon:before,
.ab__vg-image_gallery_video:not(.ab__clear_image):hover.ab-youtube-icon:before,
.ab__vg-videos .ab__vg-video_thumb:hover.ab-video-icon:before,
.ab__vg-videos .ab__vg-video_thumb:hover.ab-youtube-icon:before {
    transform: scale(1.05);
}

.ab__vg-image_gallery_video:not(.ab__clear_image):has(iframe):before,
.ab__vg-image_gallery_video:not(.ab__clear_image):has(video):before,
.ab__vg-videos .ab__vg-video_thumb:has(iframe):before,
.ab__vg-videos .ab__vg-video_thumb:has(video):before {
    display: none !important;
}

.ab__vg-videos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(220px, calc(100% / 4 - var(--gap-sm))), 1fr));
    grid-auto-rows: 1fr;
    gap: var(--gap-sm);
}

@media (max-width: 576px) {
    .ab__vg-videos {
        grid-template-columns: repeat(auto-fill, minmax(max(calc(50% - var(--gap-sm)), calc(100% / 2 - var(--gap-sm))), 1fr));
    }
}

.ab__vg-videos.ab-vg-videos-wrapper {
    padding: var(--gap-sm);
    background: #1e1e1e;
}

@media (min-width: 1024px) {
    .ab__vg-videos.ab-vg-videos-wrapper {
        border-radius: var(--border-radius-box);
    }
}

@media (max-width: 1023px) {
    .ab__vg-videos.ab-vg-videos-wrapper {
        margin: 0 calc(var(--gap-s) * -1) var(--gap-s);
        width: calc(100% + (var(--gap-s) * 2));
    }
}

.ab__vg-videos.ab-vg-videos-wrapper a:not([href="javascript:void(0)"]) {
    color: #fff;
    text-decoration: underline;
}

.ab__vg-videos.ab-vg-videos-wrapper .ab__vg-video_title p {
    color: #fff;
}

.ab__vg-videos.ab-vg-videos-wrapper .ab__vg-video_description p {
    color: #9e9e9e;
}

.ab__vg-videos .ab__vg-video_thumb {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    aspect-ratio: 1.7843866171004;
    border-radius: calc(var(--border-radius-box) - 6px);
    overflow: hidden;
}

.ab__vg-videos .ab__vg-video[class*="column"],
.ab__vg-videos .ab__vg-video {
    width: 100%;
    margin: 0;
    padding-bottom: var(--gap-xs);
    display: flex;
    flex-direction: column;
    gap: var(--gap-xs);
}

.ab__vg-videos .ab-vg-video-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab__vg-videos .ab__vg-video_title p {
    padding: 0;
    font-size: var(--font-size-medium);
    line-height: normal;
}

.ab__vg-videos .ab__vg-video_title p strong {
    font-weight: 600;
}

.ab__vg-videos .ab__vg-video_description p {
    font-size: var(--font-size-small);
    padding: 0;
    color: var(--color-font-lighten);
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

[class*="-title"]~[class*="-body"] .ab-vg-videos-wrapper {
    margin-top: var(--gap-xs);
}

.ut2-pb iframe.ab__vg-image_gallery_video-autoplay {
    object-fit: initial;
}

.ut2-pb video.ab__vg-image_gallery_video-autoplay {
    object-fit: cover;
}

.ut2-pb .ab__vg-image_gallery_video {
    width: 100%;
    max-width: 100%;
}

.ut2-pb .ab__vg-image_gallery_video .ab-vg-video-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: calc(var(--pd-image-gallery-height)* 1px);
}

.ut2-pb .ab__vg-image_gallery_video iframe,
.ut2-pb .ab__vg-image_gallery_video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    max-height: inherit;
}

.ut2-pb .ab__vg-image_gallery_video-wrapper {
    justify-content: stretch;
    overflow: hidden;
}

@media (min-width: 1204px) {
    .ut2-pb .ab__vg-image_gallery_video-wrapper {
        border-radius: var(--border-radius-box);
    }
}

@media (max-width: 576px) and (hover: none) {
    .ut2-pb .ab__vg-image_gallery_video-wrapper {
        max-height: 70dvh;
    }

    .ut2-pb .ab__vg-image_gallery_video-wrapper img.ty-pict,
    .ut2-pb .ab__vg-image_gallery_video-wrapper iframe,
    .ut2-pb .ab__vg-image_gallery_video-wrapper video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.ut2-pb div.ab__vg-image_gallery_video-autoplay>img {
    visibility: hidden;
}

.ty-quick-view__wrapper .ut2-pb.ty-product-block .ab__vg-image_gallery_video-wrapper {
    aspect-ratio: var(--vaspect, auto);
}

.ty-quick-view__wrapper .ut2-pb.ty-product-block .ab__vg-image_gallery_video-wrapper .ab__vg-image_gallery_video {
    max-height: 100%;
}

.ab_vg-images-wrapper.ab_vg-images-wrapper_mode_inline .ty-product-img {
    max-width: calc(100% - var(--pd-image-gallery-width) + 10px);
}

.ab_vg-images-wrapper.ab_vg-images-wrapper_mode_inline .ab-stickers-wrapper {
    left: unset;
    right: unset;
    inset-inline-start: calc(var(--vg-thumb-width-size, -10px) + 10px);
    inset-inline-end: 0;
}

@media (max-width: 1024px) {
    .ab_vg-images-wrapper.ab_vg-images-wrapper_mode_inline .ab-stickers-wrapper {
        inset-inline-start: 0;
    }
}

.ab_vg-images-wrapper.ab_vg-images-wrapper_mode_inline .ty-product-img {
    width: unset;
    inline-size: calc(100% - (var(--vg-thumb-width-size, -10px) + 10px));
}

@media (max-width: 1024px) {
    .ab_vg-images-wrapper.ab_vg-images-wrapper_mode_inline .ty-product-img {
        inline-size: 100%;
    }
}

.ab_vg-images-wrapper~[class*="pictograms"] {
    padding-left: var(--pd-thumbs-gallery-width);
}

.ut2-cascade-gallery .ut2-pb .ty-product-img iframe img.ty-pict.ab-vg-video-image,
.ut2-cascade-gallery .ut2-pb .ty-product-img video img.ty-pict.ab-vg-video-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.ab__video_gallery-block {
    padding: var(--gap-xs) 0;
}

.ab__vg-image_gallery_video {
    display: block;
}

@media (max-width: 768px) {
    .ab__vg-image_gallery_video:not(.hidden):not(.ab__vg-image_gallery_video-autoplay) {
        height: 100%;
    }

    .ab__vg-image_gallery_video:not(.hidden):not(.ab__vg-image_gallery_video-autoplay) img {
        width: auto;
    }
}

.ab__vg-image_gallery_video iframe,
.ab__vg-image_gallery_video video {
    width: 100%;
    height: 100%;
}

img.ab-vg-video-icon {
    max-width: min(47px, 65%);
}

.product-title .ab__vg-icon-video.video-icon {
    display: inline-flex;
}

.ab-vg-horizontal-thumbnails {
    margin-top: var(--gap-xs);
}

.ab-vertical-thumbnails {
    width: var(--vg-thumb-width-size);
    margin-top: 0;
}

@media (max-width: 1200px) {
    .ab-vertical-thumbnails {
        justify-content: center;
        margin-bottom: var(--gap-xs);
    }
}

.ty-product-thumbnails .ty-product-thumbnails__item {
    padding: 0;
}

.ty-product-thumbnails .ty-product-thumbnails__item.jcarousel-skin .ty-product-thumbnails__item {
    display: inline-block;
    margin: 0 0 2px 0;
}

.ty-product-thumbnails .ab__vg-image_gallery_item {
    background: var(--color-general);
}

.ty-product-thumbnails_gallery {
    display: flex;
    justify-content: center;
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails {
    justify-content: flex-start;
    overflow: hidden;
    left: 0;
}

@media (min-width: 1025px) {
    .ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails {
        position: relative;
        top: 0;
        bottom: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails .ty-hand {
    display: block;
    text-align: center;
    border: 3px solid transparent;
    background: var(--fill-gray);
    border-radius: var(--border-radius);
    font-size: 22px;
    line-height: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails .ty-hand.icon-up-open {
    margin-bottom: 6px;
    font-family: uni2-icons, sans-serif;
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails .ty-hand.icon-up-open:before {
    content: "\e904";
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails .ty-hand.icon-down-open {
    margin-top: 6px;
    font-family: uni2-icons, sans-serif;
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails .ty-hand.icon-down-open:before {
    content: "\e908";
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails .ty-hand[style*="hidden"] {
    visibility: visible !important;
    opacity: .5;
    user-select: none;
    pointer-events: none;
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails .ty-hand[style*="hidden"]:before {
    opacity: .5;
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails .ty-hand:hover {
    color: #007cb9;
    background: #e9e9e9;
}

.ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails:focus .ty-hand:first-child {
    visibility: visible;
}

@media (max-width: 1024px) {
    .ty-product-thumbnails {
        height: auto !important;
    }

    .ty-product-thumbnails_gallery.ab-vg-vertical-thumbnails .ty-hand {
        display: none;
    }
}

.ab-vertical,
.ab-vg-vertical {
    float: right;
}

.ab_vg-images-wrapper {
    display: block;
    min-width: 100%;
    max-width: 100%;
}

.ab_vg-images-wrapper:has(.active > iframe, .ab_vg-images-wrapper .active > video) .ab-stickers-wrapper {
    z-index: 0;
}

.ab_vg-images-wrapper~[class*="pictograms"] {
    padding-left: var(--pd-thumbs-gallery-width);
}

@media (max-width: 1024px) {
    .ab_vg-images-wrapper {
        text-align: center;
        justify-content: center;
    }

    .ab-vertical,
    .ab-vg-vertical,
    .ab-vertical-thumbnails,
    .ab-vg-vertical-thumbnails {
        width: 100% !important;
    }

    .ab-vertical,
    .ab-vg-vertical {
        margin-top: 0;
        margin-bottom: var(--gap-xs);
    }

    .ab-vg-j-product_labels {
        margin-left: 0 !important;
    }

    .ab-vg-product_labels {
        margin-left: 0 !important;
    }
}

@media (max-width: 1024px) and (min-width: 900px) {
    .ab_vg-images-wrapper .ab-stickers-wrapper {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0;
    }
}

.ab__vg-product_list-wrapper {
    height: 100%;
}

.ab__vg-product_list-wrapper.image-active .ab__vg-product_list-video {
    display: none;
}

.ab__vg-product_list-wrapper:not(.image-active) .ab__vg-product_list-image {
    display: none;
}

.ab__vg-product_list-image {
    display: flex;
    width: 100%;
    height: 100%;
}

.ab__vg-product_list-hover_image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab__vg-image_gallery_video-wrapper {
    justify-content: center;
    aspect-ratio: calc(var(--gl-thumbs-width) / var(--gl-thumbs-height));
    border-radius: var(--border-radius-box);
    width: 100%;
}

.ab__vg-image_gallery_video-wrapper .img-ab-hover-gallery {
    mix-blend-mode: normal;
    filter: unset;
}

.ab__vg-image_gallery_video-wrapper:has(iframe),
.ab__vg-image_gallery_video-wrapper:has(video) {
    background: transparent;
}

.ab__vg-image_gallery_video-wrapper video,
.ab__vg-image_gallery_video-wrapper iframe {
    aspect-ratio: var(--vaspect, auto);
}

.ab__vg-product_list-video {
    width: 100%;
    height: 100%;
}

.ab__vg-product_list-video.hover_image.hover .ab__vg-image_gallery_video-wrapper {
    aspect-ratio: var(--vaspect, auto);
}

.ab__vg-product_list-video.hover_image.hover .ab__vg-image_gallery_image {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.ab__vg-product_list-video.hover_image:not(.hover) .ab__vg-image_gallery_video-wrapper .ab__vg-image_gallery_video {
    display: none;
}

.ab__vg-product_list-video .ab__vg_autoplay_video-overlay {
    z-index: 0;
}

.ab__vg-product_list-video .ab__vg-image_gallery_video-autoplay.ab__vg-progress {
    animation: .5s linear forwards fade_in;
    -webkit-animation: .5s linear forwards fade_in;
}

.ab__vg-product_list-video .ab__vg-image_gallery_image {
    height: 100%;
    max-width: 100%;
}

.ab__vg-product_list-video .ab__vg-image_gallery_image>img {
    object-fit: cover;
}

.ab__vg-product_list-video .ab__vg-image_gallery_video {
    pointer-events: none;
}

.ab__vg-product_list-video.hover_image.ab__vg_loading {
    position: relative;
    background: none;
}

.ab__vg-product_list-video.hover_image.ab__vg_loading:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: var(--gap-xxs);
    left: var(--gap-xxs);
    animation: ab__spin 1s ease-in-out infinite forwards;
    border: 2px solid transparent;
    border-top-color: #f44336;
    border-radius: 50%;
    z-index: 1;
}

.ab__vg-product_list-video.hover_image:after {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\e957";
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    position: absolute;
    left: var(--gap-xxs);
    bottom: var(--gap-xxs);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    max-width: 100%;
}

.ab__vg-product_list-video.hover_image.hover:after {
    opacity: 0;
    transition: opacity .3s linear;
    transition-delay: 1s;
}

.ab__vg-product_list-video.hover_image.hover .ab__vg-image_gallery_image .ab-vg-video-image {
    display: none;
}

.ut2-gl__image .ab__vg-image_gallery_video-wrapper {
    aspect-ratio: var(--gl-thumbs-width) / var(--gl-thumbs-height);
    border-radius: calc(var(--border-radius-box) - 4px);
}

.ut2-gl__image.video-play:has(.ab__vg-product_list-wrapper:hover) .ut2-w-c-q__buttons>a:not(:hover) {
    opacity: .3;
}

.ut2-gl__image.video-play:has(.hover_image) .cm-ab-hover-gallery {
    animation: 0s linear 5s forwards show_delay;
    -webkit-animation: 0s linear 5s forwards show_delay;
}

.ut2-gl__image.video-play .ab-stickers-container,
.ut2-gl__image.video-play .ty-product-labels {
    animation: .1s linear forwards fade_out;
    -webkit-animation: .1s linear forwards fade_out;
}

.ut2-gl__image video,
.ut2-gl__image iframe {
    width: 100%;
    height: 100%;
    max-height: var(--gl-thumbs-height, unset);
    object-fit: cover;
}

.ut2-gl__image .ab__vg-image_gallery_video {
    aspect-ratio: var(--vaspect);
    width: inherit;
}

.ut2-gl__image .ab__vg-image_gallery_video:is(div) {
    justify-self: stretch;
    align-self: stretch;
}

.ut2-gl__image:has(.ab__vg-image_gallery_video) .cm-image-gallery img.ty-pict {
    object-fit: cover;
    width: 100%;
    height: 100%;
    mix-blend-mode: normal;
    filter: none;
}

.ut2_select_variation__product .ab__vg-product_list-video {
    display: none;
}

.ab__vg-icon-video {
    font-size: 17px;
    color: var(--color-font-lighten-max);
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
}

.ab__vg-icon-video:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
}

.ab__vg-icon-video.video-icon:before {
    content: "\e957";
}

.ab__vg-icon-video.youtube-icon:before {
    content: "\e91f";
}

.ty-template-small i.ab__vg-icon-video {
    float: left;
}

.cm-image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;
}

.cm-image-gallery.ab__vg_loaded {
    opacity: 1;
}

.cm-popup-box[id^="ab__vg_video"] .object-container {
    text-align: center;
    width: 100%;
    min-height: 400px;
    max-height: 100%;
    margin: 0 auto;
    padding: 0 !important;
    overflow: hidden !important;
}

.ut2-cascade-gallery .ut2-pb__wrapper:not(.ut2-pb__single-image) .ab__vg-image_gallery_video-wrapper>div {
    flex-basis: 100%;
}

.landing-page-categories {
    margin-block-end: var(--gap-l);
}

.ab-lc-wrap {
    --column-min-width: 220px;
    --colummn-col-gap: var(--gap-m);
    clear: both;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--column-min-width), calc((100% - var(--colummn-col-gap) * (var(--number-of-columns) - 1)) / var(--number-of-columns))), 1fr));
    column-gap: var(--colummn-col-gap);
    row-gap: var(--gap-m);
    margin-block-end: var(--gap-m);
}

@media (max-width: 539px) {
    .ab-lc-wrap {
        --column-min-width: 155px;
        --colummn-col-gap: 20px;
    }
}

.ab-ut2-feature-content .ab-lc-wrap {
    margin-block-end: var(--gap-s);
}

h1+.ab-lc-wrap,
h1+div .ab-lc-wrap {
    margin-block-start: var(--gap-m);
}

@media (max-width: 539px) {

    h1+.ab-lc-wrap,
    h1+div .ab-lc-wrap {
        margin-block-start: var(--gap-s);
    }
}

.ab-lc-group,
.ab-lc-landing {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (max-width: 479px) {

    .ab-lc-group,
    .ab-lc-landing {
        line-height: 1;
    }
}

.ab-lc-group:empty,
.ab-lc-landing:empty {
    visibility: hidden;
}

.ab-lc-group .cat-name,
.ab-lc-landing .cat-name {
    min-inline-size: 0;
}

.ab-lc-group .head,
.ab-lc-landing .head {
    margin-block-end: var(--gap-xxs);
    border-bottom: 1px solid var(--color-base);
    padding-block-end: var(--gap-xs);
}

.ab-lc-group .head .image,
.ab-lc-landing .head .image {
    display: flex;
    margin-block-end: var(--gap-xs);
}

.ab-lc-group .head .cat-pict-underlay,
.ab-lc-landing .head .cat-pict-underlay {
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
    border-radius: var(--border-radius-decreased);
}

.ab-lc-group .head .cat-pict-underlay img.ty-pict:not(.ab-vg-video-icon),
.ab-lc-landing .head .cat-pict-underlay img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ab-lc-group .head .cat-pict-underlay img,
.ab-lc-landing .head .cat-pict-underlay img {
    display: block;
    border-radius: var(--border-radius-decreased);
}

.ab-lc-group .head a,
.ab-lc-group .head .cat-title,
.ab-lc-landing .head a,
.ab-lc-landing .head .cat-title {
    font-size: var(--font-size-medium);
    font-weight: bold;
    color: var(--color-font);
}

@media (max-width: 479px) {

    .ab-lc-group .head a,
    .ab-lc-group .head .cat-title,
    .ab-lc-landing .head a,
    .ab-lc-landing .head .cat-title {
        font-size: var(--font-size-normal);
    }
}

@media (hover: hover) and (pointer: fine) {

    .ab-lc-group .head a:hover,
    .ab-lc-group .head .cat-title:hover,
    .ab-lc-landing .head a:hover,
    .ab-lc-landing .head .cat-title:hover {
        color: var(--color-links);
    }
}

.ab-lc-group .head .cat-title,
.ab-lc-landing .head .cat-title {
    display: inline-flex;
    max-inline-size: 100%;
}

.ab-lc-group.left-mini-icon,
.ab-lc-landing.left-mini-icon {
    position: relative;
    padding-left: 42px;
}

@media (max-width: 479px) {

    .ab-lc-group.left-mini-icon,
    .ab-lc-landing.left-mini-icon {
        padding-left: initial;
    }
}

.ab-lc-group.left-mini-icon img,
.ab-lc-landing.left-mini-icon img {
    position: absolute;
    inset-block-start: -4px;
    inset-inline-start: 0;
}

@media (max-width: 479px) {

    .ab-lc-group.left-mini-icon img,
    .ab-lc-landing.left-mini-icon img {
        position: initial;
        inset-block-start: initial;
        display: block;
        margin-block-end: var(--gap-xs);
    }
}

.ab-lc-group ul a,
.ab-lc-landing ul a {
    font-size: calc(var(--font-size-normal) + 1px);
    color: var(--color-font-lighten);
    display: inline-flex;
    max-inline-size: 100%;
    align-items: center;
}

@media (max-width: 479px) {

    .ab-lc-group ul a,
    .ab-lc-landing ul a {
        font-size: var(--font-size-normal);
    }
}

@media (hover: hover) and (pointer: fine) {

    .ab-lc-group ul a:hover,
    .ab-lc-landing ul a:hover {
        color: var(--color-links);
    }

    .ab-lc-group ul a:hover i,
    .ab-lc-landing ul a:hover i {
        color: var(--color-links);
    }
}

.ab-lc-group ul a i,
.ab-lc-landing ul a i {
    color: var(--color-font-lighten);
}

.ab-lc-group ul>li,
.ab-lc-landing ul>li {
    padding-top: var(--gap-xxs);
    padding-bottom: var(--gap-xxs);
}

.ab-lc-group ul>li i,
.ab-lc-landing ul>li i {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    color: var(--color-font-lighten-max);
    margin-block-start: 2px;
    margin-inline-start: 1px;
}

.ab-lc-group ul>li i:before,
.ab-lc-landing ul>li i:before {
    content: "\e908";
}

.ab-lc-group ul>li.opened>a,
.ab-lc-landing ul>li.opened>a {
    color: var(--color-links);
}

.ab-lc-group ul>li.opened>a i,
.ab-lc-landing ul>li.opened>a i {
    color: var(--color-links);
    transform: rotate(180deg);
}

.ab-lc-group ul ul,
.ab-lc-landing ul ul {
    margin-block-start: var(--gap-xxs);
}

.ab-lc-group ul ul>li,
.ab-lc-landing ul ul>li {
    padding-left: var(--gap-s);
}

.ab-lc-group .hidden-items-level-2,
.ab-lc-landing .hidden-items-level-2 {
    display: none;
}

.ab-lc-group .show-hidden-items-level-2,
.ab-lc-landing .show-hidden-items-level-2 {
    display: block;
    padding-block-start: var(--gap-xxs);
}

.ab-lc-group .show-hidden-items-level-2.opened .icon-more,
.ab-lc-landing .show-hidden-items-level-2.opened .icon-more {
    transform: rotate(180deg);
}

.ab-lc-group .show-hidden-items-level-2 bdi,
.ab-lc-landing .show-hidden-items-level-2 bdi {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: calc(var(--font-size-normal) + 1px);
    color: var(--color-links);
}

@media (max-width: 479px) {

    .ab-lc-group .show-hidden-items-level-2 bdi,
    .ab-lc-landing .show-hidden-items-level-2 bdi {
        font-size: var(--font-size-normal);
    }
}

@media (hover: hover) and (pointer: fine) {

    .ab-lc-group .show-hidden-items-level-2 bdi:hover,
    .ab-lc-landing .show-hidden-items-level-2 bdi:hover {
        color: var(--color-links-active);
    }
}

.ab-lc-group .show-hidden-items-level-2 .icon-more,
.ab-lc-landing .show-hidden-items-level-2 .icon-more {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    font-size: 120%;
    font-weight: bold;
    margin-block-start: 1px;
}

.ab-lc-group .show-hidden-items-level-2 .icon-more:before,
.ab-lc-landing .show-hidden-items-level-2 .icon-more:before {
    content: "\e908";
}

.ab-lc-group .items-level-3,
.ab-lc-landing .items-level-3 {
    display: none;
}

.ab-fn-parent {
    position: relative;
}

.ab-fn-parent,
.ab-fn-parent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ab-fn-parent .ab-fn-first-level-item,
.ab-fn-parent .ab-fn-second-level-item {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    min-height: 125px;
}

.ab-fn-parent .ab-fn-first-level-item .ab-fn-image-wrap,
.ab-fn-parent .ab-fn-second-level-item .ab-fn-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px auto 0 auto;
    max-width: 100%;
    min-height: 100px;
}

.ab-fn-parent .ab-fn-first-level-item .ab-fn-image-wrap.ab-fn-no-image-wrapper .ab-fn-no-image,
.ab-fn-parent .ab-fn-second-level-item .ab-fn-image-wrap.ab-fn-no-image-wrapper .ab-fn-no-image {
    display: block;
    height: 0;
    padding: 50% 0;
    background: #f7f7f7;
}

.ab-fn-parent .ab-fn-first-level-item .ab-fn-image-wrap.ab-fn-no-image-wrapper .ab-fn-no-image i,
.ab-fn-parent .ab-fn-second-level-item .ab-fn-image-wrap.ab-fn-no-image-wrapper .ab-fn-no-image i {
    color: #cbcbcb;
}

.ab-fn-parent .ab-fn-first-level-item .ab-fn-image-wrap .ab-fn-no-image,
.ab-fn-parent .ab-fn-first-level-item .ab-fn-image-wrap img,
.ab-fn-parent .ab-fn-second-level-item .ab-fn-image-wrap .ab-fn-no-image,
.ab-fn-parent .ab-fn-second-level-item .ab-fn-image-wrap img {
    max-width: 100%;
}

.ab-fn-parent .ab-fn-first-level-item .ab-fn-image-wrap img,
.ab-fn-parent .ab-fn-second-level-item .ab-fn-image-wrap img {
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

.ab-fn-parent .ab-fn-first-level-item .ab-fn-image-wrap img:hover,
.ab-fn-parent .ab-fn-second-level-item .ab-fn-image-wrap img:hover {
    transform: scale(1.07);
}

.ab-fn-parent .ab-fn-first-level-item:not(.ab-fn-common-item-link) .ab-fn-item-header,
.ab-fn-parent .ab-fn-second-level-item:not(.ab-fn-common-item-link) .ab-fn-item-header {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 50px;
    max-height: 50px;
    margin-top: 10px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
    color: #1e1e1e;
}

.ab-fn-parent .ab-fn-first-level-item .ab-fn-label,
.ab-fn-parent .ab-fn-second-level-item .ab-fn-label {
    display: inline-block;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    bottom: 1px;
    padding: 0 5px;
    height: 12px;
    margin-left: 5px;
    font-size: 9px;
    font-weight: bold;
    line-height: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ab-fn-parent .ab-fn-first-level-item:hover .ab-fn-item-header,
.ab-fn-parent .ab-fn-second-level-item:hover .ab-fn-item-header {
    color: #007cb9;
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link {
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    width: 42px;
    height: 42px;
    border: 2px solid #007cb9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more i,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more i {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42%;
    height: 2px;
    background: #007cb9;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more i:after,
.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more i:before,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more i:after,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more i:before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    height: 2px;
    width: 51%;
    background: #007cb9;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more i:before,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more i:before {
    top: -3px;
    transform: rotate(45deg);
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more i:after,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more i:after {
    bottom: -3px;
    transform: rotate(315deg);
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more:hover,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more:hover {
    border-color: #06adff;
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more:hover i,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more:hover i {
    background: #06adff;
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more:hover i:before,
.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-arrow-more:hover i:after,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more:hover i:before,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more:hover i:after {
    background: #06adff;
}

.ab-fn-parent .ab-fn-first-level-item.ab-fn-common-item-link .ab-fn-item-header,
.ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-item-header {
    padding: 0;
    min-height: auto;
}

.ab-fn-parent .ab-fn-second-level {
    display: none !important;
    flex-wrap: wrap;
    padding: 10px 0;
    border: 1px solid #d7d7d7;
    border-top: 0;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ab-fn-parent .ab-fn-second-level .owl-wrapper-outer .owl-wrapper {
    display: flex !important;
}

.ab-fn-parent .ab-fn-second-level .ab-fn-delimeter-plus {
    position: relative;
    bottom: 20px;
    width: 42px;
    height: 42px;
    display: inline-block;
    border: 2px solid #007cb9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ab-fn-parent .ab-fn-second-level .ab-fn-delimeter-plus:before,
.ab-fn-parent .ab-fn-second-level .ab-fn-delimeter-plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #007cb9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.ab-fn-parent .ab-fn-second-level .ab-fn-delimeter-plus:before {
    width: 50%;
    height: 2px;
}

.ab-fn-parent .ab-fn-second-level .ab-fn-delimeter-plus:after {
    height: 50%;
    width: 2px;
}

.ab-fn-parent .ab-fn-second-level .ab-fn-delimeter-plus:hover {
    border-color: #06adff;
}

.ab-fn-parent .ab-fn-second-level .ab-fn-delimeter-plus:hover:before,
.ab-fn-parent .ab-fn-second-level .ab-fn-delimeter-plus:hover:after {
    background: #06adff;
}

.ab-fn-parent .ab-fn-second-level.active {
    display: flex !important;
}

.ab-fn-parent .ab-fn-second-level div.delimeter-block {
    display: none;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.ab-fn-parent .ab-fn-second-level div.delimeter-block .ab-fn-item-header {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    max-width: 70%;
    margin: 0 auto 10px auto;
    color: #919191;
}

.ab-fn-parent .ab-fn-second-level div.delimeter-block[data-delimeter="1"] {
    display: inline-flex;
}

.ab-fn-parent .owl-item {
    display: flex;
    flex-wrap: wrap;
}

.ab-fn-parent .owl-item>div,
.ab-fn-parent .owl-item>a.ab-fn-second-level-item {
    width: 100% !important;
    display: flex;
}

.ab-fn-parent .ab-fn-common-link {
    margin: 25px 0;
    text-align: center;
}

.ab-fn-parent .ab-fn-common-link .ab-fn-common-text-link {
    font-size: 17px;
}

.ab-fn-parent .ab-fn-common-link .ab-fn-common-text-link i {
    position: relative;
    left: 8px;
    top: 3px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.ab-fn-parent .ab-fn-common-link .ab-fn-common-text-link:hover i {
    color: #4c4c4c;
}

.ab-fn-parent .owl-carousel.owl-theme .owl-controls .owl-buttons .ab-fn-hidden {
    display: none;
}

.ab-fn-parent .owl-theme .owl-controls {
    margin-top: 0;
}

.ab-fn-parent .owl-item:last-child .ab-fn-first-level-item {
    border-right: none;
}

.ab-fn-first-level-item {
    padding-top: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #cbcbcb;
    margin: unset;
}

.ab-fn-first-level-item.active {
    padding-bottom: 7px;
    border-bottom: 3px solid #007cb9;
    background: #fff;
}

.ab-fn-first-level-item.active .ab-fn-item-header {
    color: #007cb9;
    text-decoration: none;
}

.ab-fn-scrollbar {
    position: absolute;
    z-index: 1;
    top: 1px;
    width: 100%;
    height: 1px;
}

.ab-fn-scrollbar .ab-fn-scrollbar-plate {
    position: absolute;
    left: 0;
    min-width: 20px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

.ab-fn-scrollbar .ab-fn-scroll-scrolled,
.ab-fn-scrollbar .ab-fn-scroll-common {
    position: absolute;
    top: -15px;
    font-size: 8px;
    color: #bebebe;
}

.ab-fn-scrollbar .ab-fn-scroll-scrolled {
    left: 0;
}

.ab-fn-scrollbar .ab-fn-scroll-common {
    right: 0;
}

.ab-fn-first-level {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
}

.ab-fn-first-level.one_level {
    border-bottom: 1px solid #d7d7d7;
}

.ab-fn-first-level.one_level .ab-fn-first-level-item {
    background: #fff;
    margin: 0;
    padding-bottom: 0;
    border: 0 none;
}

.ab-fn-first-level.one_level .ab-fn-first-level-item .ab-fn-fl-content,
.ab-fn-first-level.one_level .ab-fn-first-level-item .ab-fn-sl-content {
    padding: 0 15px 15px;
}

.ab-fn-first-level.one_level .ab-fn-first-level-item.active:before,
.ab-fn-first-level.one_level .ab-fn-first-level-item.active:after {
    display: none;
}

.ab-fn-first-level.one_level .ab-fn-first-level-item.active .ab-fn-item-header {
    color: #007cb9;
}

a.ab-fn-second-level-item {
    cursor: pointer;
}

a.ab-fn-second-level-item .ab-fn-item-header {
    color: #007cb9 !important;
    font-weight: normal !important;
}

a.ab-fn-second-level-item:hover .ab-fn-item-header {
    text-decoration: underline;
}

a.ab-fn-second-level-item:not(.delimeter-0) {
    display: none;
}

.ab-fn-fl-content,
.ab-fn-sl-content {
    max-width: 100%;
    padding: 0 15px 1px;
}

.ab__fn_grid .ab-fn-first-level-item {
    border-bottom: 1px solid #d7d7d7;
    box-sizing: content-box;
}

.ab-fn-first-level .ab-fn-second-level {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ab-fn-clipped {
    max-height: 220px;
    overflow: hidden;
}

.ab-fn-clipped+.ab-fn-second-level.active {
    padding-block: unset;
    border-bottom-color: transparent;
}

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

    .ab-fn-parent .ab-fn-first-level-item,
    .ab-fn-parent .ab-fn-second-level-item {
        min-height: auto;
        margin-top: 0;
    }

    .ab-fn-parent .ab-fn-first-level-item:not(.ab-fn-common-item-link) .ab-fn-item-header,
    .ab-fn-parent .ab-fn-second-level-item:not(.ab-fn-common-item-link) .ab-fn-item-header {
        margin: 5px 0;
        font-size: 12px;
        min-height: 42px;
        max-height: 42px;
        hyphens: auto;
    }

    .ab-fn-parent .ab-fn-first-level-item .ab-fn-label,
    .ab-fn-parent .ab-fn-second-level-item .ab-fn-label {
        padding: 0 4px;
        height: 12px;
        font-size: 8px;
        line-height: 14px;
        position: absolute;
        top: 20px;
        right: 2px;
    }

    .ab-fn-parent .ab-fn-image-wrap:not(.ab-fn-no-image-wrapper) img:not(.abt-ut2-lazy-loaded)~.ab-fn-img-loader:before {
        width: 42px;
        height: 42px;
    }

    .ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link {
        flex-direction: column;
        justify-content: center;
    }

    .ab-fn-parent .ab-fn-second-level-item.ab-fn-common-item-link .ab-fn-arrow-more {
        width: 32px;
        height: 32px;
        margin-top: 5px;
    }

    .ab-fn-parent .ab-fn-second-level-item .ab-fn-delimeter-plus {
        width: 42px;
        height: 42px;
    }

    .ab-fn-no-second-lvl {
        padding: 0 0 10px;
    }
}

@keyframes abFnRotateIndicator {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes abFnRotateIndicator {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes abFnRotateIndicator {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes abFnRotateIndicator {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes abFnRotateIndicator {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ut2-dp {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1004;
}

.ut2-dp ::-webkit-scrollbar {
    width: 0;
}

.ut2-dp ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.ut2-dp ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #b1b1b1;
}

@media screen and (max-width: 768px) {
    .ut2-dp {
        display: none;
    }
}

.ut2-dp.open .panel-block {
    background: #fff;
}

.ut2-dp .btn,
.ut2-dp .btn.close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--ut2-top-panel-height);
    width: var(--ut2-top-panel-height);
    margin: 17px;
    cursor: pointer;
}

.ut2-dp .btn i,
.ut2-dp .btn.close i {
    font-size: 28px;
    color: #039be5;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.ut2-dp .btn:hover,
.ut2-dp .btn.close:hover {
    transform: scale(1.1);
}

.ut2-dp .btn {
    background: #fff;
    border-radius: 100%;
}

.ut2-dp .btn i.ut2-icon-baseline-settings {
    -webkit-animation: cicle1 5.1s infinite linear;
    animation: cicle1 5.1s infinite linear;
}

.ut2-dp a:not(.ty-btn) {
    color: #007cb9;
    background: none !important;
}

.ut2-dp .panel-block {
    top: 0;
    left: 0;
    right: auto;
    height: 100vh;
    max-height: 100vh;
    width: 300px;
    padding: 30px 15px 30px 15px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 -10px 20px 0 rgba(0, 0, 0, 0.22);
    color: #848484;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.ut2-dp:hover ::-webkit-scrollbar {
    width: 4px;
}

.ut2-dp:hover .panel-block {
    padding-right: 11px;
}

.ut2-dp.open {
    border-right: 0;
}

.ut2-dp.open .btn.close {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 0;
    box-shadow: none;
}

.ut2-dp.open .btn.close i.ut2-icon-baseline-settings {
    display: none;
}

.ut2-dp.open .btn.close i.ut2-icon-close {
    display: block;
}

.ut2-dp.open .panel-block {
    animation: .3s linear fade_in;
    -webkit-animation: .3s linear fade_in;
    transform: translateX(0);
}

.ut2-dp .col-1,
.ut2-dp .col-2,
.ut2-dp .col-3 {
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.ut2-dp .dp-title {
    font-size: 31px;
    font-weight: bold;
}

.ut2-dp .version-wrap p {
    color: #848484;
    padding: 0;
}

.ut2-dp .dp-layer,
.ut2-dp .dp-colors,
.ut2-dp .dp-buy-theme,
.ut2-dp .dp-redactions {
    padding-top: 15px;
}

.ut2-dp .dp-layer em,
.ut2-dp .dp-colors em,
.ut2-dp .dp-buy-theme em,
.ut2-dp .dp-redactions em {
    display: block;
    font-style: normal;
    padding-bottom: 7px;
}

.ut2-dp .dp-layer a,
.ut2-dp .dp-colors a,
.ut2-dp .dp-buy-theme a,
.ut2-dp .dp-redactions a {
    margin: 7px 2px 0;
}

.ut2-dp .dp-colors {
    display: inline-block;
}

.ut2-dp .dp-colors a {
    position: relative;
    display: inline-block;
    float: left;
    margin: 7px 15px 0 0;
}

.ut2-dp .dp-colors a>span {
    width: var(--min-height-button);
    height: var(--min-height-button);
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.ut2-dp .dp-colors a:hover>span {
    transform: scale(-1);
}

.ut2-dp .dp-colors .Black {
    background: black;
}

.ut2-dp .dp-colors .Blue {
    background: linear-gradient(135deg, #d9f5ff 50%, #105990 50%);
}

.ut2-dp .dp-colors .Brick {
    background: linear-gradient(135deg, #ea5920 50%, #00bcd4 50%);
}

.ut2-dp .dp-colors .Cobalt {
    background: linear-gradient(135deg, #007aff 50%, #0656b2 50%);
}

.ut2-dp .dp-colors .Dark-blue {
    background: linear-gradient(135deg, #24488e 50%, #ffe000 50%);
}

.ut2-dp .dp-colors .Dark-navy {
    background: linear-gradient(135deg, #4a5259 50%, #00bcd4 50%);
}

.ut2-dp .dp-colors .Default {
    background: linear-gradient(135deg, #ffde03 50%, #07c 50%);
}

.ut2-dp .dp-colors .Fiolent {
    background: #4651a7;
}

.ut2-dp .dp-colors .Flame {
    background: #be0318;
}

.ut2-dp .dp-colors .Gray {
    background: linear-gradient(135deg, #f0f0f0 50%, #039be5 50%);
}

.ut2-dp .dp-colors .Green {
    background: #43b02a;
}

.ut2-dp .dp-colors .Indigo {
    background: linear-gradient(135deg, #1dbc9b 50%, #792c9b 50%);
}

.ut2-dp .dp-colors .Ink {
    background: #1d365d;
}

.ut2-dp .dp-colors .Lime_dark {
    background: linear-gradient(135deg, transparent 60%, #191919 60%), linear-gradient(135deg, #191919 40%, #82d126 40%);
}

.ut2-dp .dp-colors .Malachite {
    background: linear-gradient(135deg, #1f1f1f 50%, #00a738 50%);
}

.ut2-dp .dp-colors .Malachite_dark {
    background: linear-gradient(135deg, transparent 60%, #1e1e1e 60%), linear-gradient(135deg, #1e1e1e 40%, #00a738 40%);
}

.ut2-dp .dp-colors .Mint {
    background: #9ee0e1;
}

.ut2-dp .dp-colors .Orange {
    background: linear-gradient(135deg, #ff6800 50%, #0b9d11 50%);
}

.ut2-dp .dp-colors .Orange_dark {
    background: linear-gradient(135deg, transparent 60%, #1e1e1e 60%), linear-gradient(135deg, #1e1e1e 40%, #ff6800 40%);
}

.ut2-dp .dp-colors .Original {
    background: linear-gradient(135deg, #363636 50%, #00a9aa 50%);
}

.ut2-dp .dp-colors .Powder {
    background: #f67055;
}

.ut2-dp .dp-colors .Purple {
    background: #3700b3;
}

.ut2-dp .dp-colors .Purple_dark {
    background: linear-gradient(135deg, transparent 60%, #0c1116 60%), linear-gradient(135deg, #20262e 40%, #6f40c9 40%);
}

.ut2-dp .dp-colors .Skyfall {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, white 50%, #1ec5ef 50%);
}

.ut2-dp .dp-colors .Velvet {
    background: linear-gradient(135deg, #666 50%, #e6ac00 50%);
}

.ut2-dp .dp-colors .White {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, white 50%, black 50%);
}

.ut2-dp .dp-redactions a {
    position: relative;
    display: block;
    margin: 7px 7px 0 0;
}

.ut2-dp .doc {
    margin-top: 10px;
    display: block;
}

.ut2-dp .doc i {
    position: relative;
    top: 4px;
    font-size: 18px;
}

body.fixed-header .ut2-dp {
    box-shadow: none;
}

@-webkit-keyframes cicle1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes cicle1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 1024px) {
    .ty-menu-item__custom .ty-menu__submenu-list>div:first-child {
        display: none;
    }
}

a.ut2-menu__3rd-link[href*="style_id"]>span {
    position: relative;
}

a.ut2-menu__3rd-link[href*="style_id"]>span:before {
    content: "";
    position: relative;
    top: 3px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

a.ut2-menu__3rd-link[href*="=Black"]>span:before {
    background: black !important;
}

a.ut2-menu__3rd-link[href*="=Blue"]>span:before {
    background: linear-gradient(135deg, #d9f5ff 50%, #105990 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Brick"]>span:before {
    background: linear-gradient(135deg, #ea5920 50%, #00bcd4 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Cobalt"]>span:before {
    background: linear-gradient(135deg, #007aff 50%, #0656b2 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Dark_Blue"]>span:before {
    background: linear-gradient(135deg, #24488e 50%, #ffe000 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Dark_Navy"]>span:before {
    background: linear-gradient(135deg, #4a5259 50%, #00bcd4 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Default"]>span:before {
    background: linear-gradient(135deg, #ffde03 50%, #07c 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Fiolent"]>span:before {
    background: #4651a7 !important;
}

a.ut2-menu__3rd-link[href*="=Flame"]>span:before {
    background: #be0318;
}

a.ut2-menu__3rd-link[href*="=Gray"]>span:before {
    background: linear-gradient(135deg, #f0f0f0 50%, #039be5 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Green"]>span:before {
    background: #43b02a !important;
}

a.ut2-menu__3rd-link[href*="=Indigo"]>span:before {
    background: linear-gradient(135deg, #1dbc9b 50%, #792c9b 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Ink"]>span:before {
    background: #1d365d !important;
}

a.ut2-menu__3rd-link[href*="=Lime_dark"]>span:before {
    background: linear-gradient(135deg, transparent 60%, #191919 60%), linear-gradient(135deg, #191919 40%, #82d126 40%) !important;
}

a.ut2-menu__3rd-link[href*="=Malachite"]>span:before {
    background: linear-gradient(135deg, #1f1f1f 50%, #00a738 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Malachite_dark"]>span:before {
    background: linear-gradient(135deg, transparent 60%, #1e1e1e 60%), linear-gradient(135deg, #1e1e1e 40%, #00a738 40%) !important;
}

a.ut2-menu__3rd-link[href*="=Mint"]>span:before {
    background: #9ee0e1 !important;
}

a.ut2-menu__3rd-link[href*="=Orange"]>span:before {
    background: linear-gradient(135deg, #ff6800 50%, #0b9d11 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Orange_dark"]>span:before {
    background: linear-gradient(135deg, transparent 60%, #1e1e1e 60%), linear-gradient(135deg, #1e1e1e 40%, #ff6800 40%) !important;
}

a.ut2-menu__3rd-link[href*="=Original"]>span:before {
    background: linear-gradient(135deg, #363636 50%, #00a9aa 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Powder"]>span:before {
    background: #f67055 !important;
}

a.ut2-menu__3rd-link[href*="=Purple"]>span:before {
    background: #3700b3 !important;
}

a.ut2-menu__3rd-link[href*="=Purple_dark"]>span:before {
    background: linear-gradient(135deg, transparent 60%, #0c1116 60%), linear-gradient(135deg, #20262e 40%, #6f40c9 40%) !important;
}

a.ut2-menu__3rd-link[href*="=Skyfall"]>span:before {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, white 50%, #1ec5ef 50%) !important;
}

a.ut2-menu__3rd-link[href*="=Velvet"]>span:before {
    background: linear-gradient(135deg, #666 50%, #e6ac00 50%) !important;
}

a.ut2-menu__3rd-link[href*="=White"]>span:before {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, white 50%, black 50%) !important;
}

.ut2-sw-w .button-menu {
    display: none !important;
}

.ut2-sw-w.l-f-menu .main-menu {
    display: none !important;
}

.ut2-sw-w.l-f-menu .button-menu {
    display: block !important;
}

.ab-stickers-container {
    display: inline-flex;
    flex-wrap: wrap;
    overflow: hidden;
    text-align: left;
    line-height: 1;
    align-content: flex-start;
}

.ab-stickers-container__product_labels {
    position: absolute;
    z-index: 1;
    max-height: 99%;
    max-width: calc(100% - 20px);
}

.ab-stickers-container__price_before,
.ab-stickers-container__price_after {
    width: 100%;
    gap: 5px;
}

.ab-stickers-container__price_before {
    margin-bottom: 5px;
}

.ab-stickers-container__price_after {
    margin-top: 5px;
}

.ab-stickers-container__TL.ab-stickers-container__product_labels,
.ab-stickers-container__BL.ab-stickers-container__product_labels {
    left: 0;
    right: auto;
    text-align: left;
    align-content: flex-start;
}

.ab-stickers-container__TL.ab-stickers-container__product_labels>div:not(:only-child),
.ab-stickers-container__BL.ab-stickers-container__product_labels>div:not(:only-child) {
    margin-right: 5px;
}

.ab-stickers-container__TR.ab-stickers-container__product_labels,
.ab-stickers-container__BR.ab-stickers-container__product_labels {
    right: 0;
    left: auto;
    text-align: right;
    align-content: flex-end;
    justify-content: flex-end;
}

.ab-stickers-container__TR.ab-stickers-container__product_labels>div:not(:only-child),
.ab-stickers-container__BR.ab-stickers-container__product_labels>div:not(:only-child) {
    margin-left: 5px;
}

.ab-stickers-container__TL.ab-stickers-container__product_labels,
.ab-stickers-container__TR.ab-stickers-container__product_labels {
    top: 0;
}

.ab-stickers-container__TL.ab-stickers-container__product_labels>div,
.ab-stickers-container__TR.ab-stickers-container__product_labels>div {
    margin-bottom: 5px;
}

.ab-stickers-container__BL.ab-stickers-container__product_labels,
.ab-stickers-container__BR.ab-stickers-container__product_labels {
    bottom: 0;
}

.ab-stickers-container__BL.ab-stickers-container__product_labels>div,
.ab-stickers-container__BR.ab-stickers-container__product_labels>div {
    margin-top: 5px;
}

.ab-stickers-container.column-filling {
    flex-direction: column;
}

.ab-stickers-container.row-filling.ab-stickers-container__TL.ab-stickers-container.row-filling.ab-stickers-container__product_labels,
.ab-stickers-container.row-filling.ab-stickers-container__TR.ab-stickers-container.row-filling.ab-stickers-container__product_labels {
    align-items: flex-start;
}

.ab-stickers-container.row-filling.ab-stickers-container__BL.ab-stickers-container.row-filling.ab-stickers-container__product_labels,
.ab-stickers-container.row-filling.ab-stickers-container__BR.ab-stickers-container.row-filling.ab-stickers-container__product_labels {
    align-items: flex-end;
}

.ab-stickers-container>div {
    white-space: nowrap;
}

form:hover .ty-center-block .ty-icon-left-circle,
form:hover .ty-center-block .ty-icon-right-circle {
    z-index: 2;
}

.ab-sticker {
    display: inline-flex;
    flex-wrap: wrap;
}

.ab-sticker.T-sticker {
    padding: 4px 10px;
}

.ab-sticker.T-sticker br {
    content: "";
    display: block;
    margin-bottom: -3px;
}

.ab-sticker.T-sticker i {
    position: relative;
    top: 4px;
    font-size: 16px;
    line-height: 0;
}

.ab-sticker.T-sticker big {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

.ab-sticker.T-sticker big i {
    top: 2px;
    font-size: 20px;
    line-height: 80%;
}

.ab-sticker.T-sticker big sub {
    bottom: 0;
}

.ab-sticker.T-sticker big sup {
    top: -0.2em;
}

.ab-sticker.T-sticker small {
    line-height: 1.5;
}

@media (max-width: 800px) {
    .ab-sticker.T-sticker {
        padding: 3px 7px;
    }

    .ab-sticker.T-sticker i {
        top: 5px;
    }
}

.ab-sticker.T-sticker.theme-color-presets {
    background: #f44336;
}

.ab-sticker__name {
    display: flex;
    line-height: 1.35;
    white-space: break-spaces;
}

.ab-sticker__name.uppercase {
    text-transform: uppercase;
    font-size: 82%;
    padding: 1px 0;
}

.ab-sticker__name>span {
    display: inline-block;
    text-align: center;
    font-weight: normal;
    letter-spacing: .01em;
}

.ab-sticker.G-sticker img,
.ab-sticker.P-sticker img {
    image-rendering: optimizeQuality;
}

.ab-sticker.P-sticker {
    overflow: hidden;
}

.ab-sticker__tooltip {
    visibility: hidden;
    display: block;
    position: absolute;
    left: -200vw;
    z-index: 10001;
    width: 100vw;
    max-width: 320px;
    padding: 23px 35px;
    word-break: break-word;
    background-color: white;
    -webkit-box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ab-sticker__tooltip.hovered {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ab-sticker__tooltip.mobile .ab-sticker__tooltip-closer {
    display: flex;
}

.ab-sticker__tooltip-pointer {
    content: "";
    position: absolute;
    top: -16px;
    left: calc(50% - 8px);
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.ab-sticker__tooltip-closer {
    display: none;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    font-size: 1rem;
    cursor: pointer;
    color: #e4e4e4;
    transition: .3s ease;
}

.ab-sticker__tooltip-closer:hover {
    color: #1e1e1e;
}

@media screen and (max-width: 1024px) {
    .ab-sticker__tooltip-closer {
        display: flex;
    }
}

.ab-sticker__tooltip h1,
.ab-sticker__tooltip h2,
.ab-sticker__tooltip h3,
.ab-sticker__tooltip h4,
.ab-sticker__tooltip h5,
.ab-sticker__tooltip h6 {
    margin-bottom: 6px;
}

.ab-sticker__tooltip * {
    word-break: break-word;
}

@media screen and (max-width: 350px) {
    .ab-sticker__tooltip {
        max-width: 280px;
    }
}

.ab-sticker-not_display {
    display: none;
}

.ab-sticker-small_size .tfs {
    display: none;
}

.ab-sticker-small_size .tss {
    display: inline-block;
}

.ab-sticker-small_size .T-sticker {
    padding: 4px 6px;
}

.ty-compact-list .ab-sticker-small_size .T-sticker {
    padding: 2px 5px;
}

.ab-s-pictograms-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ab-s-pictograms-wrapper-h-48 {
    min-height: 48px;
}

.ab-s-pictograms-wrapper-h-64 {
    min-height: 64px;
}

.ab-s-pictograms-wrapper .ab-s-pictogram {
    font-size: 0;
    margin: 0;
}

.ab-s-pictograms-wrapper .ab-s-pictogram .ab-sticker {
    margin: 5px 7px 5px 0;
}

@media (min-width: 768px) {

    .ab-sticker-full_size.full-image-size-16 .G-sticker img.ty-pict,
    .ab-sticker-full_size.full-image-size-16 .P-sticker img.ty-pict,
    .small-image-size-16 .G-sticker img.ty-pict,
    .small-image-size-16 .P-sticker img.ty-pict {
        max-width: 16px;
        max-height: 16px;
    }

    .ab-sticker-full_size.full-image-size-24 .G-sticker img.ty-pict,
    .ab-sticker-full_size.full-image-size-24 .P-sticker img.ty-pict,
    .small-image-size-24 .G-sticker img.ty-pict,
    .small-image-size-24 .P-sticker img.ty-pict {
        max-width: 24px;
        max-height: 24px;
    }

    .ab-sticker-full_size.full-image-size-32 .G-sticker img.ty-pict,
    .ab-sticker-full_size.full-image-size-32 .P-sticker img.ty-pict,
    .small-image-size-32 .G-sticker img.ty-pict,
    .small-image-size-32 .P-sticker img.ty-pict {
        max-width: 32px;
        max-height: 32px;
    }

    .ab-sticker-full_size.full-image-size-48 .G-sticker img.ty-pict,
    .ab-sticker-full_size.full-image-size-48 .P-sticker img.ty-pict,
    .small-image-size-48 .G-sticker img.ty-pict,
    .small-image-size-48 .P-sticker img.ty-pict {
        max-width: 48px;
        max-height: 48px;
    }

    .ab-sticker-full_size.full-image-size-64 .G-sticker img.ty-pict,
    .ab-sticker-full_size.full-image-size-64 .P-sticker img.ty-pict,
    .small-image-size-64 .G-sticker img.ty-pict,
    .small-image-size-64 .P-sticker img.ty-pict {
        max-width: 64px;
        max-height: 64px;
    }

    .ab-sticker-full_size.full-image-size-96 .G-sticker img.ty-pict,
    .ab-sticker-full_size.full-image-size-96 .P-sticker img.ty-pict,
    .small-image-size-96 .G-sticker img.ty-pict,
    .small-image-size-96 .P-sticker img.ty-pict {
        max-width: 96px;
        max-height: 96px;
    }

    .ab-sticker-full_size.full-image-size-128 .G-sticker img.ty-pict,
    .ab-sticker-full_size.full-image-size-128 .P-sticker img.ty-pict,
    .small-image-size-128 .G-sticker img.ty-pict,
    .small-image-size-128 .P-sticker img.ty-pict {
        max-width: 128px;
        max-height: 128px;
    }

    .ab-sticker-full_size .tfs {
        display: inline-block;
    }

    .ab-sticker-full_size .tss {
        display: none;
    }

    .ab-sticker-full_size .T-sticker.full-rounds {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        font-size: 82%;
    }
}

@media (max-width: 1200px) {
    .ty-product-block .ab-sticker-full_size .G-sticker img.ty-pict {
        max-width: 48px;
        max-height: 48px;
    }

    .ab-sticker-full_size .P-sticker img.ty-pict {
        max-width: 48px;
        max-height: 48px;
    }
}

@media (max-width: 767px) {

    .small-image-size-16 .G-sticker img.ty-pict,
    .small-image-size-16 .P-sticker img.ty-pict {
        max-width: 16px;
        max-height: 16px;
    }

    .small-image-size-24 .G-sticker img.ty-pict,
    .small-image-size-24 .P-sticker img.ty-pict {
        max-width: 24px;
        max-height: 24px;
    }

    .small-image-size-32 .G-sticker img.ty-pict,
    .small-image-size-32 .P-sticker img.ty-pict {
        max-width: 32px;
        max-height: 32px;
    }

    .small-image-size-48 .G-sticker img.ty-pict,
    .small-image-size-48 .P-sticker img.ty-pict {
        max-width: 48px;
        max-height: 48px;
    }

    .small-image-size-64 .G-sticker img.ty-pict,
    .small-image-size-64 .P-sticker img.ty-pict {
        max-width: 64px;
        max-height: 64px;
    }

    .small-image-size-96 .G-sticker img.ty-pict,
    .small-image-size-96 .P-sticker img.ty-pict {
        max-width: 96px;
        max-height: 96px;
    }

    .small-image-size-128 .G-sticker img.ty-pict,
    .small-image-size-128 .P-sticker img.ty-pict {
        max-width: 128px;
        max-height: 128px;
    }

    .ab-sticker-full_size .tfs {
        display: none;
    }

    .ab-sticker-full_size .tss {
        display: inline-block;
    }

    .ab-s-pictograms-wrapper-position_1.ab-s-pictograms-wrapper-display_on_detailed_page {
        padding-bottom: 15px;
    }
}

.ty-product-block .ab-sticker__name.uppercase {
    font-size: 100%;
}

.ty-product-bigpicture__prices .ab-stickers-container {
    flex: 1 100%;
    position: static;
    flex-direction: row;
    justify-content: center;
}

.ty-product-bigpicture__prices .ab-stickers-container__product_labels:first-of-type {
    margin-top: 20px;
}

.ty-scroller-list__item input[name="ab__stickers_output_side"][value="L"]~.ty-scroller-list__img-block a[data-ca-target-id="product_quick_view"] {
    left: auto;
    right: 0;
}

.ty-thumbnail-list .ty-thumbnail-list__item .ab-stickers-container__price_before,
.ty-thumbnail-list .ty-thumbnail-list__item .ab-stickers-container__price_after,
.ty-scroller-list .ty-scroller-list__item .ab-stickers-container__price_before,
.ty-scroller-list .ty-scroller-list__item .ab-stickers-container__price_after {
    justify-content: center;
}

.ab-stickers-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ab-stickers-wrapper.ab-hidden {
    display: none !important;
}

@keyframes abStickersFadeInUp {
    from {
        transform: translate3d(-50%, 10px, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes abStickersFadeInUp {
    from {
        transform: translate3d(-50%, 10px, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.T-sticker.ab-sticker.rounded,
.P-sticker.ab-sticker.rounded {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.ab-stickers-container .T-sticker.ab-sticker.teardrop {
    -webkit-border-radius: 0 13px 13px 13px;
    -moz-border-radius: 0 13px 13px 13px;
    border-radius: 0 13px 13px 13px;
}

.ab-stickers-container__TR.ab-stickers-container__product_labels .T-sticker.ab-sticker.teardrop {
    -webkit-border-radius: 13px 0 13px 13px;
    -moz-border-radius: 13px 0 13px 13px;
    border-radius: 13px 0 13px 13px;
}

.ab-stickers-container__BL.ab-stickers-container__product_labels .T-sticker.ab-sticker.teardrop {
    -webkit-border-radius: 0 13px 13px 13px;
    -moz-border-radius: 0 13px 13px 13px;
    border-radius: 0 13px 13px 13px;
}

.ab-stickers-container__BR.ab-stickers-container__product_labels .T-sticker.ab-sticker.teardrop {
    -webkit-border-radius: 13px 0 13px 13px;
    -moz-border-radius: 13px 0 13px 13px;
    border-radius: 13px 0 13px 13px;
}

.P-sticker.ab-sticker.teardrop {
    -webkit-border-radius: 13px 0 13px 13px;
    -moz-border-radius: 13px 0 13px 13px;
    border-radius: 13px 0 13px 13px;
}

.ab-stickers-container .T-sticker.ab-sticker.beveled_angle {
    padding-right: 17px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}

.ab-stickers-container .ab-sticker-small_size .T-sticker.beveled_angle {
    padding: 2px 10px 2px 4px;
}

.ab-stickers-container__TR.ab-stickers-container__product_labels .T-sticker.ab-sticker.beveled_angle,
.ab-stickers-container__BR.ab-stickers-container__product_labels .T-sticker.ab-sticker.beveled_angle {
    padding-left: 17px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%);
}

.ab-stickers-container__TR.ab-stickers-container__product_labels .ab-sticker-small_size .T-sticker.beveled_angle,
.ab-stickers-container__BR.ab-stickers-container__product_labels .ab-sticker-small_size .T-sticker.beveled_angle {
    padding: 2px 4px 2px 10px;
}

.P-sticker.ab-sticker.beveled_angle {
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}

.ab-sticker.beveled_angle {
    box-shadow: none !important;
}

.ab-sticker-full_size .T-sticker.ab-sticker.circle,
.ab-sticker-full_size .P-sticker.ab-sticker.circle,
.row-status .T-sticker.ab-sticker.circle,
.row-status .P-sticker.ab-sticker.circle {
    flex-direction: column;
    border-radius: 13px;
}

@media (min-width: 768px) {

    .ab-sticker-full_size .T-sticker.ab-sticker.circle,
    .ab-sticker-full_size .P-sticker.ab-sticker.circle,
    .row-status .T-sticker.ab-sticker.circle,
    .row-status .P-sticker.ab-sticker.circle {
        border-radius: 50px;
        width: 48px;
        height: 48px;
        padding: 0 !important;
        font-family: Arial, sans-serif;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }

    .ab-sticker-full_size .T-sticker.ab-sticker.circle .ab-sticker__name,
    .ab-sticker-full_size .P-sticker.ab-sticker.circle .ab-sticker__name,
    .row-status .T-sticker.ab-sticker.circle .ab-sticker__name,
    .row-status .P-sticker.ab-sticker.circle .ab-sticker__name {
        padding: 3px;
        overflow: hidden;
    }

    .ab-sticker-full_size .T-sticker.ab-sticker.circle .ab-sticker__name>span,
    .ab-sticker-full_size .P-sticker.ab-sticker.circle .ab-sticker__name>span,
    .row-status .T-sticker.ab-sticker.circle .ab-sticker__name>span,
    .row-status .P-sticker.ab-sticker.circle .ab-sticker__name>span {
        max-width: 100%;
        letter-spacing: 0;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }

    .ab-sticker-full_size .T-sticker.ab-sticker.circle .ab-sticker__name *,
    .ab-sticker-full_size .P-sticker.ab-sticker.circle .ab-sticker__name *,
    .row-status .T-sticker.ab-sticker.circle .ab-sticker__name *,
    .row-status .P-sticker.ab-sticker.circle .ab-sticker__name * {
        line-height: 1.35;
    }

    .ab-sticker-full_size .T-sticker.ab-sticker.circle .ab-sticker__name.uppercase,
    .ab-sticker-full_size .P-sticker.ab-sticker.circle .ab-sticker__name.uppercase,
    .row-status .T-sticker.ab-sticker.circle .ab-sticker__name.uppercase,
    .row-status .P-sticker.ab-sticker.circle .ab-sticker__name.uppercase {
        font-size: 75%;
    }

    .ab-sticker-full_size .T-sticker.ab-sticker.circle .ab-sticker__name big,
    .ab-sticker-full_size .P-sticker.ab-sticker.circle .ab-sticker__name big,
    .row-status .T-sticker.ab-sticker.circle .ab-sticker__name big,
    .row-status .P-sticker.ab-sticker.circle .ab-sticker__name big {
        font-size: 16px;
    }

    .ab-sticker-full_size .T-sticker.ab-sticker.circle .ab-sticker__name big i,
    .ab-sticker-full_size .P-sticker.ab-sticker.circle .ab-sticker__name big i,
    .row-status .T-sticker.ab-sticker.circle .ab-sticker__name big i,
    .row-status .P-sticker.ab-sticker.circle .ab-sticker__name big i {
        max-height: 18px;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
    }
}

@media (min-width: 768px) {

    .ab-sticker-full_size .P-sticker.ab-sticker.circle,
    .row-status .P-sticker.ab-sticker.circle {
        width: auto;
        height: auto;
    }
}

.ab-sticker-small_size .T-sticker.ab-sticker.circle,
.ab-sticker-small_size .P-sticker.ab-sticker.circle {
    border-radius: 50%;
}

.row-status .ab-sticker.T-sticker big {
    font-size: 16px;
}

.ab-sticker__tooltip {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ty-product-list .ab-stickers-container__product_labels,
.grid-list .ab-stickers-container__product_labels {
    max-width: -webkit-calc(100% - 54px);
    max-width: calc(100% - 54px);
}

input[name="ab__stickers_output_side"][value="L"]~.ut2-w-c-q__buttons,
input[name="ab__stickers_output_side"][value="L"]~.ut2-pl__list-buttons {
    left: auto;
    right: 0;
}

input[name="ab__stickers_output_side"][value="R"]~.ut2-w-c-q__buttons,
input[name="ab__stickers_output_side"][value="R"]~.ut2-pl__list-buttons {
    right: auto;
    left: 0;
}

.ty-scroller-list__item input[name="ab__stickers_output_side"][value="L"]~.ty-scroller-list__img-block a[data-ca-target-id="product_quick_view"] {
    left: auto;
    right: 0;
}

.ab-sticker-small_size .T-sticker {
    padding: 2px 4px;
}

.T-sticker .ab-sticker__name {
    font-size: min(13px, calc(var(--font-size-normal) - 2px));
}

.ty-product-block .T-sticker .ab-sticker__name {
    font-size: min(14px, var(--font-size-normal));
}

.ty-quick-view__wrapper .ut2-pb__img-wrapper .quick-view {
    position: relative;
}

.ty-quick-view__wrapper .ut2-pb__right .ab-s-pictograms-wrapper {
    justify-content: center;
    margin-bottom: 0;
    margin-top: var(--gap-xs);
}

.ab-s-pictograms-wrapper-position_1.ab-s-pictograms-wrapper-display_on_detailed_page {
    justify-content: center;
    margin-bottom: var(--gap-sm);
}

.ty-product-list .ut2-pl__info .ab-s-pictograms-wrapper {
    margin-top: var(--gap-xs);
}

.ty-quick-view__wrapper .ab-s-pictograms-wrapper {
    margin-bottom: var(--gap-xs);
}

@media (max-width: 899px) {
    .ut2-pb__img-wrapper .ab-stickers-wrapper {
        top: var(--gap-sm);
        left: var(--gap-sm);
        right: var(--gap-sm);
    }
}

.ut2-pb__img-wrapper:has(.abt__ut2_pig_counter) .ab-stickers-wrapper {
    bottom: var(--gap-m);
}

.ut2-gl__image:has(.abt__ut2_hover_gallery_indicators) .ab-stickers-container__BL,
.ut2-gl__image:has(.abt__ut2_hover_gallery_indicators) .ab-stickers-container__BR {
    bottom: var(--gap-xs);
}

.ut2-gl__image:has(.owl-pagination) .ab-stickers-container__BL,
.ut2-gl__image:has(.owl-pagination) .ab-stickers-container__BR {
    bottom: var(--gap-sm);
}

.ty-compact-list .ab-stickers-container__price_before,
.ty-compact-list .ab-stickers-container__price_after {
    justify-content: flex-end;
}

@media (max-width: 469px) {

    .ty-compact-list .ab-stickers-container__price_before,
    .ty-compact-list .ab-stickers-container__price_after {
        justify-content: flex-start;
    }
}

.ut2-thumbnail-list .ab-stickers-container__price_before,
.ut2-thumbnail-list .ab-stickers-container__price_after {
    width: auto;
}

.ut2-thumbnail-list .ab-stickers-container__price_before {
    align-items: flex-end;
}

.ut2-simple-list__wrap:has([class*="ab-stickers-container__price"]) .ut2-simple-list__mix-price-and-button {
    flex-direction: column;
    flex-wrap: wrap;
}

.ut2-simple-list__wrap:has([class*="ab-stickers-container__price"]) .ut2-simple-list__price {
    max-height: max-content;
}

.ut2-simple-list__wrap .ab-stickers-container__price_before {
    margin-bottom: 0;
}

.ut2-simple-list__wrap .ab-stickers-container__price_after {
    margin-top: 0;
}

.ut2-template-small__item-price .ab-stickers-container__price_before {
    align-items: flex-end;
}

.ty-product-list .ut2-pl__control .ab-stickers-container__price_after {
    margin-top: 0;
}

.ty-product-list .ut2-pl__control .ab-stickers-container__price_before {
    margin-bottom: var(--gap-xs);
}

.ab-stickers-container__product_labels {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.ab__stickers__img-hover .ab-stickers-container__product_labels {
    opacity: 0;
    visibility: hidden;
}

[class*="price"].pr-col-rev>div:not([class]) .ab-stickers-container__price_before,
[class*="price"].pr-col-rev-mix>div:not([class]) .ab-stickers-container__price_before {
    order: 1;
}

[class*="price"].pr-col-rev>div:not([class]) .ab-stickers-container__price_after,
[class*="price"].pr-col-rev-mix>div:not([class]) .ab-stickers-container__price_after {
    order: -1;
}

@font-face {
    font-family: img-prev-icons;
    src: url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__image_previewers/icons/img-prev-icons.eot?1775608344');
    src: url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__image_previewers/icons/img-prev-icons.eot?1775608344') format('embedded-opentype'), url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__image_previewers/icons/img-prev-icons.ttf?1775608344') format('truetype'), url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__image_previewers/icons/img-prev-icons.woff?1775608344') format('woff'), url('../../../../../../../../design/themes/responsive/media/../css/addons/ab__image_previewers/icons/img-prev-icons.svg?1775608344') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.pswp img {
    padding: 15px;
    height: auto !important;
}

.pswp--open {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.pswp--visible {
    display: block;
    visibility: visible;
    opacity: 1;
    transition-delay: .5s;
    transition-duration: .5s;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 120px;
    overflow: hidden;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 62px;
    width: 100%;
    padding: 20px;
}

.pswp__title {
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    font-weight: 900;
    font-size: 24px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 70%;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 88px;
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__caption__center {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 420px;
    margin: 10px auto 20px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: var(--height-button);
}

.pswp__caption .pswp__price-wrap {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.pswp__caption .pswp__price-wrap>bdi {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    color: #1e1e1e;
}

.pswp__caption .pswp__price-wrap.discounted>bdi {
    color: #f44336;
}

.pswp__caption .pswp__price-wrap>span * {
    color: gray;
    font-size: 12px;
}

.pswp__button {
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    top: -13px;
    right: -13px;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pswp__button:before {
    font-family: img-prev-icons !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 32px;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: .9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pswp__button--close {
    display: block;
}

.pswp__button--close:before {
    content: "\e109";
}

.pswp__button--share:before {
    display: none;
    content: "\e106";
}

.pswp__button--fs {
    opacity: .5;
}

.pswp__button--fs:before {
    content: "\e104";
}

.pswp__button--zoom {
    opacity: .5;
}

.pswp__button--zoom:before {
    content: "\e103";
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    display: block;
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    top: 35px;
    position: absolute;
    opacity: .5;
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
    background-color: rgba(204, 204, 204, 0.2);
}

.pswp__button--arrow--left:hover:before,
.pswp__button--arrow--right:hover:before {
    opacity: 1;
    color: #007cb9;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--left:before {
    content: "\e100";
    left: 6px;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--right:before {
    content: "\e101";
    right: 6px;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs:before {
    content: "\e105";
    color: #007cb9;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom:before {
    content: "\e102";
    color: #007cb9;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__dots {
    position: absolute;
    bottom: 98px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pswp__dots>div:only-child {
    display: none;
}

.pswp__dot_elem {
    float: left;
    height: 10px;
    margin: 5px 10px;
    cursor: pointer;
}

.pswp__dot_elem:before {
    display: block;
    content: "";
    background-color: #e4e4e4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.pswp__dot_elem.active:before {
    background-color: #007cb9;
}

.pswp__counter {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 98px;
    height: 13px;
    font-size: 13px;
    opacity: .75;
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp--idle .pswp__top-bar {
    opacity: 0;
}

.pswp--idle .pswp__button--arrow--left,
.pswp--idle .pswp__button--arrow--right {
    opacity: 0;
}

@media screen and (max-width: 1023px) {
    .pswp__top-bar {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .pswp__title {
        font-family: sans-serif;
        font-size: 1rem;
    }

    .pswp__button {
        width: 40px;
        height: 50px;
    }

    .pswp__button--zoom {
        display: none !important;
    }

    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
        height: 100px;
    }

    .pswp__dots {
        bottom: 90px;
    }

    .pswp__caption {
        max-height: 90px;
    }

    .pswp__caption__center {
        max-width: 90%;
        margin: 10px auto;
    }
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

.ty-cr-product-info-container {
    display: flex;
    align-items: center;
    max-width: 430px;
}

.ty-cr-product-info-container .ty-product-block-title {
    text-transform: none;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: var(--font-size-medium);
}

.ty-cr-product-info-image {
    flex: 0 0 auto;
    padding-right: var(--gap-s);
    padding-bottom: var(--gap-xs);
}

.ty-cr-product-info-image img {
    max-height: 100%;
    width: auto;
}

.cr-popup-error-box {
    max-width: 430px;
    padding-bottom: var(--gap-xs);
}

.ty-btn.ty-cr-product-button span:not(.ty-icon) {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-font-lighten);
    max-width: 100px;
    min-width: 60px;
}

.ty-btn.ty-cr-product-button span.ty-icon {
    display: none;
    color: var(--color-font-lighten);
}

.ut2-pb .ty-btn.ty-cr-product-button span:not(.ty-icon) {
    max-width: inherit;
}

.ty-cr-phone-number-link {
    margin: 4px 0 0;
    text-align: center;
}

.ty-cr-phone-number-link .ty-cr-phone {
    color: var(--color-font-lighten);
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
}

.ty-cr-phone-number-link .ty-cr-phone span {
    white-space: nowrap;
}

.ty-cr-phone-number-link .ty-cr-link {
    margin: 3px 0 0;
}

.ty-cr-phone-number-link .ty-cr-link a {
    margin: 0;
}

.ty-cr-phone-number-link .ty-cr-phone-prefix {
    color: var(--color-font-lighten);
    font-weight: normal;
}

.ty-cr-phone-number-link .ty-cr-work {
    display: inline-block;
    margin-left: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

.ty-cr-phone-number-link .ty-cr-work-hours {
    padding-top: 4px;
    font-size: 11px;
    color: var(--color-font-lighten);
}

.ty-cr-or {
    margin-bottom: -4px;
    margin-top: -3px;
    text-align: center;
    text-transform: uppercase;
}

.ty-cr-widget-content-grid .ty-cr-phone-number-link {
    margin: 0;
    padding-left: 0%;
}

@media (max-width: 1100px) {
    .ty-cr-phone-number-link {
        padding-left: 0%;
    }

    .ty-cr-phone-number-link .ty-cr-phone,
    .ty-cr-phone-number-link .ty-cr-phone a {
        font-size: 16px;
    }
}

@media (max-width: 899px) {
    .ty-cr-content-grid .ty-cr-phone-number-link {
        margin: var(--gap-xs) 0 0;
        float: left;
    }

    .ty-cr-phone-prefix {
        display: inline;
    }

    .ty-cr-widget-content-grid .ty-cr-phone-number-link {
        clear: both;
        padding: 12px;
    }

    .header-widget-grid .cart-content-grid {
        width: 100%;
    }

    .ty-cr-product-info-container,
    .cr-popup-error-box {
        max-width: 100%;
    }

    .ty-cr-product-info-header {
        padding: 0;
        display: block;
        max-width: 100%;
    }

    .ty-cr-product-info-image {
        display: block;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .ty-cr-content-grid {
        margin-top: 0;
    }

    .ty-cr-phone-number-link span.ty-cr-work {
        display: block;
    }

    .ty-cr-phone-number-link .ty-cr-link {
        margin-top: -2px;
    }
}

.ty-company-detail__info-list .ty-cr-link a {
    font-size: 12px;
    color: #4fbe31 !important;
    text-decoration: underline;
}

.ty-form-builder__checkbox-label,
.ty-form-builder__radio-label {
    display: inline-block;
    margin: 0 15px 5px 0;
    white-space: nowrap;
}

.ty-form-builder__multiple-select,
.ty-form-builder__select,
.ty-form-builder__state,
.ty-form-builder__country {
    width: 100%;
    max-width: 500px;
}

.ty-form-builder__textarea {
    width: 100%;
    max-width: 500px;
}

.ty-form-builder .ty-input-text {
    width: 100%;
    max-width: 500px;
}

@media (max-width: 979px) {
    .ty-form-builder__textarea {
        max-width: 400px;
    }

    .ty-form-builder .ty-input-text {
        max-width: 400px;
    }

    .ty-form-builder__multiple-select,
    .ty-form-builder__select,
    .ty-form-builder__state,
    .ty-form-builder__country {
        max-width: 400px;
    }
}

.ty-banner__image-item {
    text-align: center;
}

.ty-banner__image-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
    text-align: center;
}

.ty-scroller-discussion-list {
    margin-left: -10px;
    margin-right: -10px;
}

.ty-discussion-post__content {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ty-discussion-post__content a {
    display: block;
    position: relative;
}

.ty-scroller-discussion-list__item {
    margin-left: 10px;
    margin-right: 10px;
}

.ty-discussion-post {
    position: relative;
    margin: 10px 0 15px 0;
    padding: 15px;
    border: 1px solid #e4e4e4;
}

.ty-discussion-post__author {
    font-weight: bold;
}

.ty-discussion-post__date {
    float: right;
    right: 0;
    margin-top: 1px;
    color: #adadad;
    font-size: 12px;
}

.ty-discussion-post__rating {
    font-size: 15px;
    margin-bottom: 5px;
}

.ty-discussion-post__message {
    line-height: 1.75;
    word-wrap: break-word;
}

.ty-company-detail__top-links .ty-stars__icon {
    font-size: 21px;
}

.ty-discussion__rating-wrapper {
    margin-bottom: 10px;
}

.ty-discussion__rating-wrapper .ty-stars .ty-stars__icon {
    font-size: 20px;
    margin-right: 0px;
}

.ty-stars,
.ty-discussion__review-a,
.ty-discussion__review-write {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}

.ty-grid-vendors .grid-list__rating {
    text-align: center;
    word-wrap: break-word;
}

.ty-grid-vendors .grid-list__rating .ty-stars {
    margin-right: 10px;
}

.ty-grid-vendors .grid-list__rating .ty-discussion__review-quantity {
    color: #777;
    display: inline-block;
}

.ty-stars {
    color: #007cb9;
}

.ty-stars__icon {
    vertical-align: middle;
    margin-left: 2px;
    font-size: 14px;
}

.ty-stars__icon:first-child {
    margin-left: 0;
}

.ty-stars a:hover {
    text-decoration: none;
}

.ty-product-list__rating {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
}

.ty-product-list__rating .ty-stars {
    margin-right: 0;
}

.grid-list__rating .ty-stars {
    margin-bottom: 5px;
}

.ty-companies .ty-stars {
    display: block;
    margin: 5px 0 0;
}

.ty-rating {
    float: left;
    color: #007cb9;
}

.ty-rating__label {
    display: inline-block;
}

.ty-rating:not(:checked)>.ty-rating__check {
    position: absolute;
    left: -9999px;
    clip: rect(0, 0, 0, 0);
}

.ty-rating:not(:checked)>.ty-rating__label {
    float: right;
    width: 17px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 100%;
    line-height: 1.2;
    margin-right: 2px;
}

.ty-rating:not(:checked)>.ty-rating__label:before {
    font-family: glyphs;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 21px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e004";
}

.ty-rating:not(:checked)>.ty-rating__label:hover:before,
.ty-rating:not(:checked)>.ty-rating__label:hover~.ty-rating__label:before {
    content: "\e041";
}

.ty-rating>.ty-rating__check:checked~.ty-rating__label:before,
.ty-rating>.ty-rating__check:checked+.ty-rating__label:hover:before,
.ty-rating>.ty-rating__check:checked+.ty-rating__label:hover~.ty-rating__label:before,
.ty-rating>.ty-rating__check:checked~.ty-rating__label:hover:before,
.ty-rating>.ty-rating__check:checked~.ty-rating__label:hover~.ty-rating__label:before,
.ty-rating>.ty-rating__label:hover~.ty-rating__check:checked~.ty-rating__label:before {
    content: "\e041";
}

.ty-template-small__item-description .ty-stars {
    display: block;
}

.ty-icon-star,
.ty-icon-star-empty,
.ty-icon-star-half {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    font-size: 16px;
}

.ty-icon-star:before {
    content: "\e913";
}

.ty-icon-star-empty:before {
    content: "\e914";
}

.ty-icon-star-half:before {
    content: "\e915";
}

.ty-stars {
    cursor: default;
    margin-right: 5px;
    line-height: 100%;
}

.ty-stars .ty-icon-star {
    margin-inline-end: -1px;
}

.ty-stars>a {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.ty-stars__icon,
.ty-icon-star-empty {
    font-size: 16px;
    color: #ff9800;
    width: 15px;
    height: 16px;
    margin: 0;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ut2-icon-star-empty {
    color: #b7b7b7;
}

.ut2-icon-star-empty:first-child {
    margin-left: 0;
}

.ut2-pb .ut2-discussion__rating-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ut2-pb .ut2-discussion__rating-wrapper {
        display: block;
    }

    .ut2-pb .ut2-discussion__rating-wrapper .ut2-stars {
        width: 100%;
    }
}

.ut2-pb .ut2-discussion__rating-wrapper .ut2-stars i,
.ut2-pb .ut2-discussion__rating-wrapper .no-rating i {
    position: relative;
    top: -2px;
}

.ut2-pb .ut2-discussion__rating-wrapper .ut2-stars {
    margin-right: var(--gap-xs);
}

.ut2-pb .ut2-discussion__rating-wrapper .ut2-stars i,
.ut2-pb .ut2-discussion__rating-wrapper .ut2-stars span {
    font-size: 24px;
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.ut2-pb .ut2-discussion .ut2-stars,
.ut2-pb .ut2-discussion__review-a,
.ut2-pb .ut2-discussion__review-write {
    margin-right: var(--gap-xs);
}

.ut2-pb .ut2-discussion__review-a,
.ut2-pb .ut2-discussion__review-write {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 124, 185, 0.5);
    color: #007cb9;
    line-height: 110%;
}

.ut2-pb .ut2-discussion__review-a:hover,
.ut2-pb .ut2-discussion__review-write:hover {
    text-decoration-color: #07587f;
}

.ut2-pb .ut2-discussion__review-a:hover,
.ut2-pb .ut2-discussion__review-write:hover {
    border-bottom-color: var(--color-links);
}

@media (max-width: 320px) {
    .ut2-pb .ut2-discussion__review-a {
        display: none;
    }
}

.ut2-scroller-discussion-list {
    width: 100%;
    margin: 0;
}

.ut2-scroller-discussion-list .ut2-discussion-post {
    border: 0;
}

@media (min-width: 481px) {
    .ut2-scroller-discussion-list .ut2-discussion-post {
        padding-right: var(--gap-s);
    }
}

.ut2-scroller-discussion-list .ut2-discussion-post__message {
    padding-left: 1px;
}

.ut2-scroller-discussion-list .ut2-discussion-post__message-author {
    flex-direction: row;
    justify-content: space-between;
    max-width: inherit;
    width: 100%;
    padding-right: 0;
}

.ut2-scroller-discussion-list .ut2-discussion-post__avatar {
    width: 40px;
    height: 40px;
}

.ut2-scroller-discussion-list .ut2-discussion-post__rating-stars {
    padding-top: 5px;
}

.ut2-scroller-discussion-list .ut2-discussion-post__message-text {
    min-width: 100%;
}

@media (max-width: 767px) and (min-width: 321px) {
    .ut2-scroller-discussion-list .ut2-discussion-post__message-text {
        padding: 0 50px;
    }

    .ut2-scroller-discussion-list__item {
        margin: 0 5px;
    }
}

.cn-comments {
    color: rgba(30, 30, 30, 0.5);
    font-size: 92%;
    padding: 2px;
}

.ut2-compact-list .cn-comments {
    font-size: 86%;
}

.ut2-verified {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: #1e905d;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.ut2-quick-view__wrapper .ut2-discussion__rating-wrapper {
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 5px;
}

.ut2-quick-view__wrapper .ut2-discussion__rating-wrapper .ut2-stars span {
    font-size: 20px;
    width: 18px;
    height: 18px;
    line-height: 20px;
}

.discussion-block [id*="posts_list"] {
    padding-block-end: calc(var(--gap-xs) * 2);
    display: flex;
    flex-direction: column;
}

.discussion-block [id*="posts_list"] .left-col {
    flex: 1;
    align-self: auto;
    min-width: 71%;
    padding-right: var(--gap-m);
}

.discussion-block [id*="posts_list"] .left-col .average-rating-title {
    margin: 0;
    font-size: 16px;
    color: var(--color-font-lighten);
}

@media (max-width: 650px) {
    .discussion-block [id*="posts_list"] .left-col .average-rating-title {
        display: none;
    }
}

.discussion-block [id*="posts_list"] .right-col {
    min-width: calc(100% / 2 - 400px);
    max-width: 400px;
    align-self: normal;
}

.discussion-block [id*="posts_list"] .right-col>div {
    margin: var(--gap-s) 0;
    position: sticky;
    top: 110px;
}

@media (max-width: 1024px) {
    .discussion-block [id*="posts_list"] {
        flex-direction: column;
    }

    .discussion-block [id*="posts_list"] .left-col,
    .discussion-block [id*="posts_list"] .right-col {
        width: 100%;
    }

    .discussion-block [id*="posts_list"] .left-col {
        padding-right: 0;
    }

    .discussion-block [id*="posts_list"] .right-col {
        max-width: inherit;
    }
}

.discussion-block .rb-no-items {
    display: flex;
    flex-flow: column;
    gap: var(--gap-s);
}

.discussion-block .ty-pagination-container {
    padding-top: 65px;
    margin-top: -65px;
    margin-bottom: var(--gap-s);
}

.ut2-discussion-post__content {
    width: 100%;
    padding-block-end: var(--gap-sm);
}

.ut2-discussion-post__content: not(:last-of-type) {
    margin-block-end: var(--gap-s);
    border-bottom: 1px solid var(--color-base);
}

.ut2-discussion-post__content a {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.ut2-discussion-post__content a span {
    order: 1;
}

.ut2-discussion-post__content a i {
    order: 2;
}

.ut2-discussion-post__content .ut2-more-btn .see-more {
    display: inline-block;
    line-height: 1;
}

.ut2-discussion-post__content .ut2-more-btn .see-less {
    display: none;
}

.ut2-discussion-post__content .ut2-more-btn.open .see-more {
    display: none;
}

.ut2-discussion-post__content .ut2-more-btn.open .see-less {
    display: inline-block;
    line-height: 1;
}

.ut2-discussion-post__content .ut2-more-btn.open i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ut2-discussion-post__content .ut2-more-btn span {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 124, 185, 0.5);
    color: #007cb9;
}

.ut2-discussion-post__content .ut2-more-btn span:hover {
    text-decoration-color: #07587f;
}

.ut2-discussion-post__avatar {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: var(--gap-xs);
    background: var(--color-base5);
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
    color: white;
}

.ut2-discussion-post__avatar i {
    font-size: 28px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.ut2-discussion-post__author {
    display: flex;
}

.ut2-discussion-post__name {
    display: flex;
    flex-flow: column;
    line-height: normal;
    gap: 3px;
}

.ut2-discussion-post__name>div:first-child {
    font-weight: bold;
}

.ut2-discussion-post__rating-stars {
    flex-shrink: 0;
}

.ut2-discussion-post__message {
    display: flex;
    flex-flow: column;
}

.ut2-discussion-post__message-author {
    display: flex;
    flex-grow: 1;
}

.ut2-discussion-post__message-text {
    flex: 1;
    padding-left: 46px;
    line-height: 1.45;
}

.ut2-discussion-post__message-text .clipped {
    position: relative;
    max-height: calc(var(--font-size-normal) * 5);
    overflow: hidden;
}

.ut2-discussion-post__message-text .clipped.view {
    max-height: 100%;
    overflow: visible;
}

.ut2-discussion-post__message-text .clipped.view:after {
    opacity: 0;
}

.ut2-discussion-post__date {
    margin-inline-start: auto;
    font-size: var(--font-size-small);
    color: var(--color-font-lighten);
}

@media (min-width: 901px) {
    .ut2-discussion-post.auth-admin {
        flex-direction: column;
        padding-left: 200px;
    }
}

.ut2-discussion-post.auth-admin .ut2-discussion-post__avatar {
    background: #fff;
    margin-bottom: 5px;
    background: #f44336;
}

.ui-dialog .discussion-block [id*="posts_list"] .right-col {
    align-self: flex-start;
}

.ui-dialog .clipped {
    max-height: none;
    overflow: visible;
}

.ui-dialog .clipped:after {
    content: none;
}

.ui-dialog .ut2-more-btn {
    display: none;
}

.ui-dialog .abt__ut2_rb .meter.histogram {
    max-width: 150px;
}

.ui-dialog .rb-selected-filter {
    min-width: 130px;
}

.ut2_new-post-button {
    margin-top: var(--gap-xs);
}

.ut2-product-block .rb-no-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: var(--gap-s);
}

.ut2-product-block .rb-no-items p.ut2-no-items {
    padding-top: 30px;
    padding-bottom: 50px;
}

@media (max-width: 1024px) {
    .ut2-product-block .rb-no-items {
        flex-direction: column;
    }
}

.ut2-product-block .rb-no-items>div {
    align-self: normal;
    margin: 0;
    max-width: 100%;
}

.ut2-product-block .rb-no-items .rb-buttons {
    margin: 0;
}

.ut2-product-block .ut2-no-items {
    width: 100%;
}

.rb-no-items {
    width: 100%;
}

.rb-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    text-align: center;
    padding: var(--gap-s);
    background: var(--fill-gray);
    min-height: 180px;
    border-radius: var(--border-radius-box);
}

.rb-buttons .rb-title {
    font-size: 22px;
    font-weight: bold;
    font-family: inherit;
}

.rb-buttons .ut2-btn {
    margin-top: var(--gap-xs);
    text-decoration: none !important;
}

.rb-selected-filter {
    min-width: 200px;
}

.rb-selected-filter .rb-stars {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: normal;
    white-space: break-spaces;
}

.rb-selected-filter .rb-stars p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 var(--gap-sm);
}

.rb-selected-filter .ut2-stars {
    filter: grayscale(100);
    margin-right: var(--gap-xs);
}

.rb-selected-filter .ut2-btn {
    background: none;
    color: var(--color-font);
    -webkit-box-shadow: inset 0 0 0 2px #4c4c4c;
    -moz-box-shadow: inset 0 0 0 2px #4c4c4c;
    box-shadow: inset 0 0 0 2px #4c4c4c;
}

.rb-selected-filter .ut2-btn:hover {
    background: none;
    -webkit-box-shadow: inset 0 0 0 2px rgba(76, 76, 76, 0.9);
    -moz-box-shadow: inset 0 0 0 2px rgba(76, 76, 76, 0.9);
    box-shadow: inset 0 0 0 2px rgba(76, 76, 76, 0.9);
}

@media (min-width: 635px) {
    .rb-selected-filter {
        padding-left: calc(var(--gap-s) * 2);
    }
}

@media (max-width: 634px) {
    .rb-selected-filter .rb-stars {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: var(--fill-gray);
        padding: var(--gap-xs) var(--gap-sm);
        margin: var(--gap-s) 0 calc(var(--gap-m) * -1);
    }

    .rb-selected-filter .rb-stars p {
        padding: 0;
    }
}

.abt__ut2_rb {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: var(--gap-s);
    padding: var(--gap-xs) var(--gap-s) var(--gap-m);
    border-bottom: 1px solid var(--color-base);
}

@media (min-width: 768px) {
    .abt__ut2_rb {
        min-height: 180px;
    }
}

@media (max-width: 767px) {
    .abt__ut2_rb {
        padding: var(--gap-s) 0 var(--gap-m);
        margin-top: 0;
        justify-content: space-between;
    }
}

.abt__ut2_rb>div {
    display: flex;
    flex: 1;
}

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

.abt__ut2_rb .rb-ratings {
    max-width: 200px;
    min-width: 150px;
}

@media (max-width: 400px) {
    .abt__ut2_rb .rb-ratings {
        min-width: 130px;
    }
}

.abt__ut2_rb .rb-ratings>div:not(:first-of-type) {
    padding-left: var(--gap-s);
}

.abt__ut2_rb .rb-rounded-overall {
    display: flex;
    flex-direction: column;
}

.abt__ut2_rb .rb-rounded-overall>div {
    padding-bottom: var(--gap-xxs);
}

.abt__ut2_rb .rb-rounded-overall .rb-average-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    padding: var(--gap-sm) calc(var(--gap-sm) / 2);
    margin-bottom: var(--gap-xs);
    margin-right: 6px;
    background: var(--fill-gray);
    border-radius: var(--border-radius);
}

.abt__ut2_rb .rb-rounded-overall .rb-stars .ut2-stars {
    zoom: 1.5;
    margin-right: 3px;
}

@media (max-width: 400px) {
    .abt__ut2_rb .rb-rounded-overall .rb-stars .ut2-stars {
        zoom: 1.3;
    }
}

.abt__ut2_rb .rb-rounded-overall .rb-average-rating-info {
    display: inherit;
    font-weight: normal;
}

.abt__ut2_rb .rb-rounded-overall .ut2-icon-outline-info-circle {
    font-size: 15px;
    color: var(--color-font-lighten);
}

.abt__ut2_rb .rb-rounded-overall .rb-average-rating-comments {
    display: flex;
    flex-wrap: nowrap;
    font-size: var(--font-size-normal);
}

.abt__ut2_rb .rb-rounded-overall .rb-average-rating-comments i,
.abt__ut2_rb .rb-rounded-overall .rb-average-rating-comments span {
    margin-left: 4px;
    margin-top: 1px;
    color: var(--color-links);
}

@media (max-width: 767px) {

    .abt__ut2_rb .rb-rounded-overall .rb-average-rating-comments i,
    .abt__ut2_rb .rb-rounded-overall .rb-average-rating-comments span {
        display: none;
    }
}

.abt__ut2_rb .rb-rounded-overall .rb-average-rating-comments.mobile {
    flex-wrap: wrap;
    flex-direction: column;
    font-weight: bold;
}

.abt__ut2_rb .rb-rounded-overall .rb-average-rating-comments.mobile .average-rating-info {
    font-weight: normal;
    color: var(--color-font-lighten);
}

.abt__ut2_rb .rb-histogram {
    display: flex;
    flex: 0;
}

@media (max-width: 767px) {
    .abt__ut2_rb .rb-histogram {
        width: calc(100% - 130px);
    }
}

.abt__ut2_rb .rb-review-histogram {
    display: flex;
    flex-direction: column;
}

.abt__ut2_rb .rb-review-histogram .rb-rating-filter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--gap-sm);
}

.abt__ut2_rb .rb-review-histogram .rb-rating-filter:last-of-type {
    margin-bottom: 0;
}

.abt__ut2_rb .meter.histogram {
    max-width: 180px;
    min-width: 78px;
    width: 100vw;
    display: block;
    height: var(--gap-xs);
    margin: 0 var(--gap-xs);
    background: var(--color-base);
    border-radius: 5px;
}

@media (min-width: 1280px) {
    .abt__ut2_rb .meter.histogram {
        max-width: 260px;
    }
}

@media (max-width: 576px) {
    .abt__ut2_rb .meter.histogram {
        max-width: 120px;
    }
}

@media (max-width: 400px) {
    .abt__ut2_rb .meter.histogram {
        max-width: 100px;
    }
}

@media (max-width: 342px) {
    .abt__ut2_rb .meter.histogram {
        max-width: 90px;
        margin: 0 5px;
    }
}

.abt__ut2_rb .meter.histogram+span {
    flex: 1;
}

.abt__ut2_rb .rb-meter-bar {
    display: block;
    height: 100%;
    background: #ff9800;
    border-radius: 5px;
}

.abt__ut2_rb .rb-meter-inline {
    min-width: 55px;
    flex: 1;
    white-space: nowrap;
}

.abt__ut2_rb .rb-meter-inline.link span {
    border-bottom: 1px dotted rgba(0, 124, 185, 0.5);
}

.abt__ut2_rb .rb-meter-inline.link:hover span {
    border-bottom-style: solid;
}

.abt__ut2_rb .zero {
    color: var(--color-font-lighten);
    cursor: default;
}

.ut2-big-image .discussion-block [id*="posts_list"] {
    flex-direction: column;
}

.ut2-big-image .discussion-block [id*="posts_list"]>div {
    width: 100%;
    padding: 0;
}

.ut2-big-image .discussion-block [id*="posts_list"] .right-col {
    max-width: none;
}

.ut2-vr-user {
    display: block;
    color: #1e905d;
    margin-bottom: 5px;
}

.ab-smc-description .right-col>div.rb-buttons {
    top: 0;
}

:root {
    --ty-product-reviews-stars-full: "\e913";
    --ty-product-reviews-stars-half: "\e915";
    --ty-product-reviews-stars-empty: "\e914";
    --ty-product-reviews-accent-color: #ff9800;
    --ty-product-reviews-verified: "\e008";
    --ty-product-reviews-sidebar-width: 400px;
    --ty-product-reviews-sidebar-min-width: 283px;
    --ty-product-review-popup-width: 600px;
    --ty-product-reviews-dropzone-background-color: var(--fill-gray);
    --ty-product-reviews-dropzone-border-color: var(--fill-gray);
    --ty-product-reviews-dropzone-color: var(--color-font-lighten-max);
}

@media (max-width: 768px) {
    :root {
        --space-xxxs: 2px;
        --space-xxs: 5px;
        --space-xs: 10px;
        --space-s: 15px;
        --space-m: 20px;
        --space-l: 25px;
        --width-xxxs: 2px;
        --width-xxs: 5px;
        --width-xs: 10px;
        --width-s: 15px;
        --width-m: 20px;
        --width-l: 25px;
    }
}

@media (min-width: 577px) {
    .ty-product-reviews-view__main {
        display: grid;
        grid-gap: var(--gap-s);
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .ty-product-reviews-view__main {
        display: flex;
        flex-flow: column;
        gap: var(--gap-m);
    }
}

.ty-product-reviews-view__main.no-reviews {
    grid-gap: var(--gap-s) 0;
}

.ty-product-reviews-view__main:has(.ty-no-items)>* {
    grid-column: span 2;
}

.ty-product-reviews-view__main-content>.ty-pagination-container {
    display: flex;
    gap: var(--gap-xs);
    flex-direction: column;
}

@media (min-width: 1446px) {
    .ty-product-reviews-view__main {
        grid-template-columns: 100%;
    }
}

.ty-product-review-view__posts {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xs);
}

.ty-product-review-new-product-review {
    max-width: var(--ty-product-review-popup-width);
}

@media (min-width: 640px) {
    .ty-product-review-new-product-review {
        min-width: var(--ty-product-review-popup-width);
    }
}

.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone-description {
    display: none;
    color: var(--ty-product-reviews-dropzone-color);
}

.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible {
    background-color: var(--ty-product-reviews-dropzone-background-color);
    padding: 30px 0 15px 0;
    margin: 5px 0;
    width: 100%;
    border: 1px solid var(--ty-product-reviews-dropzone-border-color);
    color: var(--ty-product-reviews-dropzone-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--border-radius);
}

.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-text {
    color: var(--ty-product-reviews-dropzone-color);
}

.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-description .ty-icon-image {
    font-size: 50px;
    display: block;
    padding-bottom: 10px;
}

.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-description {
    display: block;
}

.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-buttons--visible {
    margin: 10px 0;
    padding: 6px 7px;
    background-color: var(--ty-product-reviews-dropzone-color);
    border: none;
}

.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-buttons--visible .ty-fileuploader__a,
.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-buttons--visible .ty-fileuploader__a-another {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
}

.ty-product-list__rating {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    padding: 4px;
}

div.ty-product-reviews-view {
    margin-top: 0;
}

.ty-product-review-rate__stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: var(--ty-product-reviews-accent-color);
}

.ty-product-review-rate__stars-label {
    width: 1em;
    height: 1em;
    font-family: glyphs;
    color: var(--ty-product-reviews-accent-color);
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.ty-product-review-rate__stars-label:before {
    content: var(--ty-product-reviews-stars-empty);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ty-product-review-rate__stars-label--large {
    font-size: 1.5em;
}

.ty-product-review-rate__stars-label--xlarge {
    font-size: 1.8em;
}

.ty-product-review-rate__stars-radio:checked~.ty-product-review-rate__stars-label:before,
.ty-product-review-rate__stars-radio:focus~.ty-product-review-rate__stars-label:before {
    content: var(--ty-product-reviews-stars-full);
    font-variation-settings: var(--ty-product-reviews-stars-font-variation-settings-full);
}

.ty-product-review-rate__stars-radio:focus+.ty-product-review-rate__stars-label {
    transform: scale(1.2);
}

.ty-product-review-rate__stars-label:hover:before {
    content: var(--ty-product-reviews-stars-full);
    font-variation-settings: var(--ty-product-reviews-stars-font-variation-settings-full);
}

.ty-product-review-rate__stars-label:hover~.ty-product-review-rate__stars-label:before {
    content: var(--ty-product-reviews-stars-full);
    font-variation-settings: var(--ty-product-reviews-stars-font-variation-settings-full);
}

.ty-product-review-reviews-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-l);
}

.ty-product-review-reviews-sidebar {
    display: flex;
    flex-direction: column;
    gap: var(--space-m);
}

.ty-product-review-reviews-sidebar--with-reviews {
    margin-top: var(--space-xxxl);
    margin-bottom: var(--space-l);
}

.ty-product-review-reviews-sidebar>[class^="ty-product-review"]:not(:first-child) {
    border-top: 1px solid #f44336;
    padding-top: var(--space-s);
}

.ty-product-review-reviews-stars {
    display: flex;
    font-family: glyphs;
    color: var(--ty-product-reviews-accent-color);
    font-size: 1.2em;
    letter-spacing: 0.3em;
    -webkit-font-smoothing: antialiased;
}

.ty-product-review-reviews-stars--large {
    font-size: 1.5em;
}

.ty-product-review-reviews-stars--xlarge {
    font-size: 1.8em;
}

.ty-product-review-reviews-stars__link {
    display: inline-flex;
    align-items: center;
}

.ty-product-review-reviews-stars__button {
    display: inline-flex;
    align-items: center;
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="5"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="4"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="3"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="2"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="4"][data-ca-product-review-reviews-stars-is-half="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="3"][data-ca-product-review-reviews-stars-is-half="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="2"][data-ca-product-review-reviews-stars-is-half="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="1"][data-ca-product-review-reviews-stars-is-half="1"]:before {
    content: var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
}

.ty-product-review-post-customer {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: var(--space-xs);
}

.ty-product-review-post-customer__name,
.ty-wysiwyg-content .ty-product-review-post-customer__name {
    width: 100%;
    margin: 0;
    font-weight: bold;
    font-size: 1em;
    word-wrap: break-word;
}

.ty-product-review-post-customer__verified {
    white-space: nowrap;
}

.ty-product-review-post-customer__verified:before {
    content: var(--ty-product-reviews-verified);
    font-family: glyphs;
    color: #4fbe32;
}

.ty-product-review-post-customer__address {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    flex-wrap: nowrap;
    gap: var(--space-m);
    overflow: hidden;
}

.ty-product-review-post-customer__location {
    display: flex;
    width: 35ch;
    gap: var(--space-xs);
}

.ty-product-review-post-customer__location-text {
    display: flex;
    flex-wrap: wrap;
}

.ty-product-review-post-customer__date {
    color: #6c6c6c;
    white-space: nowrap;
}

.ty-product-review-post-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ty-product-review-post-header {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-m);
}

.ty-product-review-post-images {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs);
}

.ty-product-review-post-images__item {
    border: 1px solid #f44336;
    max-width: var(--width-xxxxl);
}

.ty-product-review-post-message {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

section.ty-product-review-product-stars-details {
    gap: 0;
    flex-grow: 1;
    min-width: 200px;
    max-width: 500px;
}

.ty-product-review-product-star-line {
    display: grid;
    grid-gap: var(--gap-xs);
    align-items: center;
    border-radius: 13px;
    padding-inline: var(--gap-xs);
    grid-template-columns: auto minmax(120px, 1fr) auto;
}

.ty-product-review-product-star-line:has(a:hover) {
    background-color: var(--product-reviews-color-positive-fade);
}

.ty-product-review-product-star-line:has(a:hover) .ty-product-review-product-star-line__quantity {
    color: var(--color-links);
}

.ty-product-review-product-star-line__quantity {
    white-space: nowrap;
    color: var(--color-font-lighten);
    line-height: 1.45;
    min-width: 62px;
    max-width: 62px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ty-product-review-product-star-line__percentage {
    width: 5ch;
    text-align: left;
    color: var(--color-font-lighten);
}

.ty-product-review-product-star-line__line {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: var(--color-base);
    width: 100%;
    height: var(--width-xs);
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
}

.ty-product-review-product-star-line__line::-webkit-progress-bar {
    background-color: var(--color-base);
}

.ty-product-review-product-star-line__line::-webkit-progress-value {
    background: var(--ty-product-reviews-accent-color);
    border-radius: 5px;
}

.ty-product-review-product-star-line__line::-moz-progress-bar {
    background: var(--ty-product-reviews-accent-color);
}

.ty-product-review-product-star-line .ty-product-review-reviews-navigation__filter-link {
    min-height: 30px;
    align-content: center;
}

.ty-product-review-product-star-line .ty-product-review-reviews-navigation__filter-link progress::-webkit-progress-bar {
    background-color: var(--color-base);
}

.ty-product-review-product-star-line .ty-product-review-reviews-navigation__filter-link:hover progress::-webkit-progress-bar {
    background-color: white;
}

.ty-product-review-product-stars-details {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.ty-product-review-product-rating {
    display: flex;
    flex-direction: column;
    gap: var(--space-s);
}

.ty-product-review-product-rating-overview {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.ty-product-review-product-rating-overview__primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ty-product-review-product-rating-overview__rating-current {
    font-size: 1.5rem;
}

.ty-product-review-product-rating-overview-short {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-m);
    align-items: center;
}

.ty-product-review-post-vendor-reply {
    margin-top: var(--space-s);
    margin-left: var(--space-xxxxl);
}

.ty-product-review-post__content {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.ty-product-review-write-product-review {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.ty-wysiwyg-content .ty-product-review-write-product-review__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.ty-product-review-write-product-review__title {
    font-size: 18px;
}

.ty-product-review-new-product-review__body {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    width: var(--ty-product-review-popup-width);
    max-width: 100%;
}

.ty-product-review-post-footer__secondary {
    min-width: 80px;
}

.ty-product-review-new-product-review-customer {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.ty-product-review-new-product-review-customer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ty-product-review-new-product-review-customer-profile {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.ty-product-review-new-product-review-customer-profile__location {
    display: flex;
    gap: var(--space-xs);
}

:root {
    --product-reviews-color-positive: #1e905d;
    --product-reviews-color-positive-medium-fade: rgba(30, 144, 93, 0.4);
    --product-reviews-color-positive-fade: rgba(30, 144, 93, 0.1);
    --product-reviews-color-negative: #901e51;
    --product-reviews-color-negative-medium-fade: rgba(144, 30, 81, 0.4);
    --product-reviews-color-negative-fade: rgba(144, 30, 81, 0.07);
}

.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="0"]:before {
    content: var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);
    color: rgba(30, 30, 30, 0.3);
}

.ty-product-review-reviews-stars,
.ty-product-review-rate__stars-label {
    font-family: uni2-icons;
}

.ty-product-review-reviews-stars {
    font-size: var(--font-size-medium);
    letter-spacing: -2px;
}

.ut2-pb__rating .ty-product-review-reviews-stars--xlarge,
.ut2-pb__rating .ty-product-review-reviews-stars--large,
.ut2-pb__rating .ty-product-review-reviews-stars--large.ut2-show-rating-num {
    font-size: calc(var(--font-size-large) + 2px);
}

.ty-product-review-reviews-stars.ut2-show-rating-num {
    font-size: var(--font-size-large);
}

.r-block .ty-product-review-reviews-stars.ut2-show-rating-num:not(.is-half):before {
    content: var(--ty-product-reviews-stars-full);
}

.r-block .ty-product-review-reviews-stars.ut2-show-rating-num.is-half:before {
    content: var(--ty-product-reviews-stars-half);
}

.ty-product-review-post-header,
.ty-product-review-reviews-stars__button,
.ty-product-review-reviews-stars__link,
.ut2-rating-stars-empty {
    gap: 3px;
}

.ut2-rating-stars-empty .ty-product-review-reviews-stars:before {
    content: var(--ty-product-reviews-stars-empty);
}

.ty-muted {
    color: var(--color-font-lighten);
}

.ty-product-reviews-load-more {
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid var(--color-base);
    padding-block-start: var(--gap-xs);
}

.ty-content-more__btn {
    position: relative;
    white-space: nowrap;
    font-size: var(--font-size-normal);
    border-bottom: 1px dotted;
    background: unset;
    margin-top: 3px;
    padding: 0;
}

.ty-content-more__btn:before {
    content: unset;
    right: auto;
}

.ty-content-more__btn:after {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    position: absolute;
    font-size: 18px;
    background-image: none;
    content: "\e908";
    width: auto;
    left: 100%;
}

.ui-widget,
.ui-widget button {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
}

.ty-dialog-caret {
    margin-top: 0;
    padding: 0 var(--gap-s) var(--gap-s);
    border-top: 0;
    border-radius: 0 0 var(--border-radius-box) var(--border-radius-box);
    border-color: var(--color-base);
}

.ty-dialog-caret:after,
.ty-dialog-caret:before {
    display: none;
}

.ut2-ti-discussion {
    border: 1px solid #ff9800;
    color: #ff9800;
    padding-inline: 4px;
    font-size: var(--font-size-small);
    border-radius: var(--border-radius);
}

.ty-product-reviews-view__main {
    grid-template-columns: unset;
    isolation: isolate;
}

.ty-product-reviews-view__main-content {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-s);
    max-width: 100%;
}

.ty-product-reviews-view__main-content .ty-subheader {
    padding: unset;
}

.ty-product-reviews-view__main-content-left {
    display: flex;
    flex-flow: column;
    gap: var(--gap-s);
}

.ty-product-reviews-view__main-content-right .ty-product-reviews-view__images-scroller {
    overflow: hidden;
}

.ty-product-reviews-view__main-content .ty-tabs {
    flex-basis: 100%;
    margin: 0;
}

.ty-product-reviews-view__main-content .ty-tabs .ty-tabs__span {
    padding-block: 0;
}

.ty-product-reviews-view__main-content .ty-tabs__list {
    padding-block: initial;
}

.ty-product-reviews-view__main-content .ty-tabs .ty-tabs__item>a span {
    font-size: var(--font-size-normal);
    font-weight: normal;
}

.ty-product-reviews-view__main-content .ty-tabs .ty-tabs__item>a:not(:hover) {
    color: var(--color-font-lighten);
}

.ty-product-reviews-view__main-content aside~section {
    order: 1;
    flex: 1 0 300px;
}

.ty-product-reviews-view__main-content aside~.ty-pagination-container {
    order: 3;
}

@media (max-width: 767px) {
    .ty-product-reviews-view__main-content aside~.ty-tabs {
        order: -1;
    }
}

.ty-product-reviews-view__main-content.no-reviews {
    display: flex;
    flex-flow: column;
    gap: var(--gap-s);
}

.ty-product-reviews-view__main-content .ty-product-review-write-review {
    height: 100%;
    width: 100%;
    padding: 0;
    text-align: left;
}

@media (max-width: 576px) {
    .ty-product-reviews-view__main-content .ty-product-review-write-review {
        border-top: 1px solid var(--color-base);
        flex-basis: 100%;
        padding-block: var(--gap-s);
    }
}

.ty-product-reviews-view__main-content .ut2-gl__simple-scroller-wrap.ut2-scroll-content {
    max-width: unset;
    padding-bottom: var(--gap-xs);
}

.ty-product-reviews-view__main-content .ut2-gl__simple-scroller-wrap .ut2-scroll-item:not(:last-child) {
    margin-right: var(--gap-xs);
}

.ty-product-reviews-view {
    margin-top: var(--gap-s);
}

.ty-product-reviews-view__main-content-right {
    align-items: flex-start;
    height: fit-content;
}

.ty-product-reviews-view__main-content-right>.ty-subheader {
    gap: var(--gap);
}

.ty-product-review-view__posts {
    width: 100%;
}

.ty-product-review-write-product-review {
    display: block;
}

.ty-product-review-write-product-review .ty-btn {
    margin-block-start: var(--gap-xs);
}

.ty-product-review-reviews-sidebar {
    justify-content: flex-end;
    padding-block-end: var(--gap-xs);
    margin: unset;
    min-width: 200px;
    flex: 1 1 0;
}

.ty-product-review-reviews-navigation {
    width: 100%;
    white-space: nowrap;
    gap: var(--gap-xs) var(--gap-s);
    background: var(--fill-gray);
    border-radius: var(--border-radius-box);
    padding: var(--gap-xs);
}

.ty-product-review-reviews-navigation a {
    color: var(--color-font);
}

.ty-product-review-reviews-navigation .ty-sort-dropdown {
    background-color: #fff;
    padding-inline: var(--gap-xs);
    border-radius: var(--border-radius);
    border: 1px solid #d7d7d7;
}

@media (max-width: 639px) {
    .ty-product-review-reviews-navigation .ty-sort-dropdown {
        flex-grow: 1;
    }
}

@media (max-width: 539px) {
    .ty-product-review-reviews-navigation .ty-sort-dropdown {
        inline-size: 100%;
        justify-content: space-between;
    }
}

.ty-product-review-reviews-navigation .ut2-sort-label {
    display: initial;
    font-size: var(--font-size-normal);
}

@media (max-width: 340px) {
    .ty-product-review-reviews-navigation .ut2-sort-label {
        display: none;
    }
}

@media (max-width: 340px) {
    .ty-product-review-reviews-navigation .ty-sort-dropdown__wrapper {
        flex-grow: 1;
    }
}

.ty-product-review-reviews-navigation .ty-sort-dropdown__content {
    top: 120%;
    left: calc(var(--gap-xs) * -1);
    z-index: 2;
}

@media (max-width: 539px) {
    .ty-product-review-reviews-navigation .ty-sort-dropdown__content {
        width: calc(100% + var(--gap-xs) * 2);
    }
}

.ty-product-review-reviews-navigation__sorting {
    display: flex;
    gap: var(--gap-xs);
}

@media (max-width: 639px) {
    .ty-product-review-reviews-navigation__sorting {
        inline-size: 100%;
        flex-wrap: wrap;
    }
}

.ty-product-review-reviews-navigation__filters {
    margin-inline-end: auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-s);
    height: var(--min-height-button);
    align-items: center;
}

.ty-product-review-reviews-navigation__filter-link {
    color: inherit;
}

.ty-product-review-product-star-line .ty-product-review-reviews-navigation__filter-link {
    align-content: normal;
    min-height: 24px;
    line-height: 22px;
}

.ty-product-review-reviews-navigation__total {
    padding-right: var(--gap-xs);
    font-weight: bold;
}

.ty-product-review-write-review {
    flex: 0;
    text-align: center;
    padding: var(--gap-s);
}

.ut2-gray-box .ty-product-review-write-review {
    padding: 0;
}

.ty-product-review-write-review .ty-product-review-write-review__title {
    margin-top: 0;
}

.ty-product-review-write-review .ty-btn {
    margin-top: var(--gap-xs);
}

.ty-product-review-new-product-review {
    min-width: 100%;
}

@media (max-width: 767px) {
    .ty-product-review-new-product-review {
        max-width: 100%;
    }
}

.ty-product-review-new-product-review-additional {
    margin-top: var(--gap-s);
}

.ty-product-review-new-product-review-message__title {
    margin-bottom: 0;
}

.ty-product-review-new-product-review-customer__header {
    align-items: flex-end;
}

.ty-product-review-product-rating {
    flex-direction: row;
}

.ty-product-review-product-rating-overview {
    gap: var(--gap-s);
    flex-direction: row;
}

.ty-product-review-product-rating-overview__primary {
    align-self: start;
}

.ty-product-review-product-rating-overview__rating strong {
    font-size: var(--min-height-button);
    font-weight: normal;
    line-height: 1;
}

.ty-product-review-product-rating-overview__rating span {
    color: var(--color-font-lighten);
}

.ty-product-review-post-header {
    align-items: center;
}

.ty-product-review-post-header__product-options .ty-product-options-name {
    color: var(--color-font-lighten);
}

.ty-product-review-post-votes .ty-btn .ty-icon {
    font-size: 18px;
    color: var(--color-font-lighten);
}

.ty-product-review-post-customer {
    align-items: center;
    padding-block-start: var(--gap-sm);
    padding-inline: unset;
}

@media (min-width: 768px) {
    .ty-product-review-post-customer {
        padding: var(--gap-sm) var(--gap-sm) 0;
    }
}

.ty-product-review-post-customer time {
    color: var(--color-font-lighten);
    font-size: var(--font-size-normal);
}

.ty-product-review-post-vendor-reply__title {
    align-items: center;
    padding: var(--gap-sm) var(--gap-sm) 0;
}

.ty-product-review-post-type {
    flex: 0 0 100%;
}

.ty-product-review-post__content {
    padding-inline: unset;
}

@media (min-width: 768px) {
    .ty-product-review-post__content {
        padding-inline: var(--gap-sm);
    }
}

.ty-product-review-post-customer {
    flex-wrap: wrap;
    gap: var(--gap-xxs) var(--gap-xs);
}

.ty-product-review-post-customer .ty-product-review-post-customer__location {
    height: 20px;
    width: fit-content;
    align-items: center;
    float: left;
}

.ty-product-review-post-customer .ty-product-review-post-customer__location-flag {
    height: 18px;
}

@media (max-width: 767px) {
    .ty-product-review-post-customer {
        display: grid;
        grid-template-columns: 1fr auto auto;
        row-gap: var(--gap-xxs);
    }

    .ty-product-review-post-customer .ty-product-review-post-customer__name {
        grid-column: span 2;
    }

    .ty-product-review-post-customer time {
        grid-column: 3;
        grid-row: 1;
    }

    .ty-product-review-post-customer .ty-product-review-post-customer__verified {
        grid-row: 2;
    }

    .ty-product-review-post-customer .ab__ut2--customer__verified-in-use {
        grid-column: span 3;
        justify-self: start;
        align-self: center;
    }

    section.ty-product-review-post-customer {
        align-items: start;
        flex-wrap: nowrap;
    }
}

.ty-product-review-post-customer__address {
    align-items: center;
    gap: var(--gap-xs);
    justify-content: initial;
}

@media (max-width: 767px) {
    .ty-product-review-post-customer__address {
        flex-wrap: wrap;
        gap: var(--gap-xxs);
    }
}

time.ty-product-review-post-customer__date {
    font-size: var(--font-size-small);
}

.ty-product-review-post-customer__verified {
    color: var(--color-font-lighten);
    font-size: var(--font-size-small);
    display: flex;
    gap: var(--gap-xxs);
    align-items: center;
}

.ty-product-review-post-customer__verified:before {
    content: "\e969";
    font-family: uni2-icons;
    color: var(--color-in-stock);
    vertical-align: middle;
}

.ty-product-review-post-customer__name {
    display: flex;
    align-items: center;
    gap: var(--gap-xxs);
}

.ty-product-review-post-customer__name,
.ty-wysiwyg-content .ty-product-review-post-customer__name {
    font-size: var(--font-size-normal);
    width: initial;
    text-transform: capitalize;
}

.ty-product-review-post-vendor-reply {
    margin: var(--gap-xs) 0 0;
    line-height: 1.45;
}

.ty-product-review-post-vendor-reply__title {
    display: flex;
    padding-top: var(--gap-sm);
    border-color: transparent;
    background: var(--fill-gray);
    border-radius: var(--border-radius-decreased) var(--border-radius-decreased) 0 0;
}

.ty-product-review-post-vendor-reply__title:before {
    font-family: uni2-icons;
    content: "\e910";
    font-size: 18px;
    font-weight: normal;
    margin-right: var(--gap-xxs);
    position: relative;
}

.ty-product-review-post-vendor-reply__body {
    background: var(--fill-gray);
    border-color: transparent;
    padding-left: calc(var(--gap-sm) + 22px);
}

.ty-product-review-post-message-section__title {
    min-width: 100%;
    margin-right: 1ch;
    font-size: 92%;
    font-weight: 600;
    color: #1e1e1e;
}

.ty-product-review-view__posts .ty-product-review-post-message-section__body .ty-content-more {
    max-width: max(90%, 280px);
}

.ty-product-review-post-message-section__body .ty-content-more__text {
    float: left;
    line-height: 1.45;
    width: 100%;
}

.ty-product-review-post .ty-content-more__text,
.ty-product-review-post-vendor-reply__body {
    opacity: .95;
}

.ty-product-review-post-images {
    padding-top: var(--gap-xs);
}

.ty-product-review-post-images__item {
    border: 0;
    border-radius: var(--border-radius-decreased);
    overflow: hidden;
}

.ty-product-review-post-images__item a.ty-previewer {
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ty-product-review-post-images__item a.ty-previewer img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ty-product-review-post-images img {
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ty-product-review-post-footer {
    display: block;
}

.ty-product-review-post-footer__secondary {
    margin-top: var(--gap-xs);
}

.ty-product-review-post-footer__secondary a.ty-btn {
    min-width: fit-content;
    color: var(--color-font);
    font-size: var(--font-size-normal);
    font-weight: normal;
    box-shadow: none;
}

.ty-product-review-post-footer__secondary a.ty-btn+.ty-btn {
    margin-left: var(--gap-xs);
}

.ty-product-review-post-footer__secondary a.ty-btn:hover .ty-icon-arrow-up {
    color: var(--product-reviews-color-positive);
}

.ty-product-review-post-footer__secondary a.ty-btn:hover .ty-icon-arrow-down {
    color: var(--product-reviews-color-negative);
}

.ty-product-review-post-footer__secondary a.ty-btn:has(bdi) .ty-icon-arrow-up {
    color: var(--product-reviews-color-positive);
}

.ty-product-review-post-footer__secondary a.ty-btn:has(bdi) .ty-icon-arrow-down {
    color: var(--product-reviews-color-negative);
}

.ty-product-review-post-footer__secondary span.ty-icon-arrow-up,
.ty-product-review-post-footer__secondary span.ty-icon-arrow-down {
    top: -3px;
    font-size: 20px;
    color: var(--color-font);
    transition: color 150ms;
}

.ty-product-review-post-footer__secondary span.ty-icon-arrow-up:before,
.ty-product-review-post-footer__secondary span.ty-icon-arrow-down:before {
    font-family: uni2-icons;
    content: "\e948";
}

.ty-product-review-post-footer__secondary span.ty-icon-arrow-down {
    top: 2px;
    transform: rotate(180deg);
}

.ty-product-review-post-images__item {
    max-width: 80px;
}

.ut2-pb .content-product_reviews .ty-no-items {
    margin-bottom: 0;
    width: 100%;
}

.ut2-pb .ty-product-review-product-rating {
    flex-wrap: wrap;
    flex: 1 0 auto;
    gap: var(--gap-xs);
    max-width: 525px;
}

@media (max-width: 460px) {
    .ut2-pb .ty-product-review-product-rating {
        flex-flow: column;
        margin-top: var(--gap-xxs);
    }
}

.ut2-pb .ty-product-review-product-rating .ut2-show-rating-num {
    line-height: 1.3;
    margin-bottom: -0.22em;
}

.ut2-pb .ty-product-review-product-rating-overview__primary .ty-product-review-reviews-stars--xlarge {
    font-size: var(--font-size-large);
    justify-content: center;
    width: 100%;
}

.ut2-pb .ty-product-review-product-rating-overview__primary span.ut2-rating-stars-num {
    display: none;
}

.ut2-pb .ty-product-review-post__content {
    gap: var(--gap-xxs);
    padding-block-end: 0;
}

.ty-product-review-product-rating-overview-short {
    gap: var(--gap-xs);
    margin-inline-end: var(--gap-xs);
}

.ty-product-review-product-rating-overview-short>a[class*="ty-btn"],
.ty-product-review-product-rating-overview-short>button[class*="ty-btn"] {
    line-height: normal;
    height: auto;
    text-transform: none;
    font-weight: normal;
    font-size: var(--link-font-size);
    color: var(--color-links);
    box-shadow: unset;
}

.ty-product-review-product-rating-overview-short>a[class*="ty-btn"]:not(.ty-product-review-reviews-stars__button),
.ty-product-review-product-rating-overview-short>button[class*="ty-btn"]:not(.ty-product-review-reviews-stars__button) {
    text-decoration: underline dotted from-font;
    text-underline-offset: 2px;
}

.ty-product-review-product-rating-overview-short>a[class*="ty-btn"]:hover,
.ty-product-review-product-rating-overview-short>button[class*="ty-btn"]:hover {
    color: var(--color-links-active);
}

.ut2-big-image:not(.ut2-big-image-flat) .ut2-pb__reviews.ty-product-review-product-rating-overview-short {
    margin: calc(var(--gap-xs) * -1) 0 var(--gap-sm) -3px;
}

.cn-reviews {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: var(--color-font-lighten);
    font-size: var(--font-size-small);
}

.cn-reviews i {
    font-size: var(--font-size-normal);
    margin: 1px 3px 0 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

.ty-product-list .ut2-rating-stars .ty-product-review-reviews-stars {
    font-size: calc(var(--font-size-medium) + 2px);
}

.ty-simple-list__rating.ut2-rating-stars {
    padding-bottom: var(--gap-xs);
}

.ty-simple-list__rating .ty-stars__icon,
.ty-simple-list__rating .ty-icon-star-empty {
    font-size: var(--font-size-medium);
    height: 15px;
    width: 14px;
}

.ty-simple-list__rating .cn-reviews>i {
    margin-right: 3px;
}

.ab-smc-description .ty-product-review-write-review {
    top: 0;
}

body.mobile-screen .ut2-customer_review.ui-dialog.ui-widget {
    top: 0 !important;
}

.mobile-screen .ty-product-review-reviews-sidebar--with-reviews {
    margin-top: 0;
}

.mobile-screen .ty-product-review-reviews-sidebar--with-reviews .ty-product-review-write-product-review {
    padding: var(--gap-sm);
    text-align: center;
    border: 1px solid var(--color-base);
    border-radius: var(--border-radius-decreased);
}

.mobile-screen .ty-product-review-reviews-navigation .ty-sort-dropdown__wrapper>span {
    margin-bottom: 0;
}

.mobile-screen .ty-product-review-reviews-stars--xlarge {
    font-size: 20px;
    letter-spacing: -2px;
}

.mobile-screen .ty-product-review-product-rating>section:not(.ty-product-review-product-stars-details) {
    min-width: max(120px, 30%);
    padding-right: var(--gap-xs);
}

.mobile-screen .ty-product-review-product-star-line__quantity {
    min-width: 62px;
    font-size: var(--font-size-small);
}

.mobile-screen .ty-product-review-product-star-line__percentage {
    font-size: var(--font-size-small);
}

.mobile-screen .ty-product-review-post-customer,
.mobile-screen .ty-product-review-post-footer {
    flex-wrap: wrap;
    width: 100%;
}

.mobile-screen .ty-product-review-post-footer__secondary {
    width: 100%;
}

.mobile-screen .ty-product-review-post-footer__secondary .ty-btn {
    height: auto;
}

a.ty-product-reviews-gallery-popup-link {
    align-self: center;
    font-size: var(--font-size-medium);
}

a.ty-product-reviews-gallery-popup-link>i {
    font-size: 18px;
}

html[dir="rtl"] a.ty-product-reviews-gallery-popup-link>i {
    transform: scaleX(-1);
}

a.ty-product-review-thumbnail-link {
    position: relative;
    flex: 0 0 min(120px, calc(33.3333% - var(--gap-xs)));
    border-radius: var(--border-radius-decreased);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

a.ty-product-review-thumbnail-link img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

a.ty-product-review-thumbnail-link[rel="nofollow"] {
    background: unset;
}

a.ty-product-review-thumbnail-link img {
    width: 120px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}

a.ty-product-review-thumbnail-link:not([data-rating]) {
    border: solid 1px var(--color-links);
    font-size: var(--font-size-normal);
    text-align: center;
    padding-inline: var(--gap-xs);
}

a.ty-product-review-thumbnail-link[data-rating] {
    background-color: #f6f6f8;
}

a.ty-product-review-thumbnail-link[data-rating]:after {
    content: var(--ty-product-reviews-stars-full);
    display: block;
    background-color: #00000099;
    border-radius: 1em;
    padding: 4px 18px 4px 6px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    font-family: uni2-icons;
    transform: translate(-5px, -5px);
    line-height: normal;
}

a.ty-product-review-thumbnail-link[data-rating]:before {
    content: attr(data-rating);
    position: absolute;
    right: 7px;
    bottom: 3px;
    color: white;
    transform: translate(-5px, -5px);
    line-height: normal;
    z-index: 1;
}

.ty-product-review-thumbnails-gallery {
    display: grid;
    grid-template-columns: repeat(6, 140px);
    gap: 10px;
    overflow-y: auto;
    height: 492px;
    align-content: start;
    grid-auto-rows: max-content;
}

@media (max-width: 767px) {
    .ty-product-review-thumbnails-gallery {
        height: auto;
        grid-template-columns: 1fr 1fr;
    }
}

.ty-product-review-thumbnails-gallery .ty-product-review-thumbnail-link img {
    width: 140px;
}

@media (max-width: 767px) {
    .ty-product-review-thumbnails-gallery .ty-product-review-thumbnail-link img {
        width: 100%;
    }
}

.ty-product-reviews-view__images-scroller {
    min-width: 100%;
}

.mobile-screen .ty-product-reviews-view__images-scroller {
    min-width: calc(100% + (var(--gap-s) * 2));
    margin-inline: calc(var(--gap-s) * -1);
    padding-inline: var(--gap-s);
}

.mobile-screen .ty-product-reviews-view__images-scroller .ut2-gl__simple-scroller-wrap {
    min-width: calc(100% + (var(--gap-s) * 2));
    margin-inline: calc(var(--gap-s) * -1);
    padding-inline: var(--gap-s);
}

.ty-product-reviews-view__images-scroller button.ut2-scroll-left {
    left: 0;
    top: 30%;
}

.ty-product-reviews-view__images-scroller button.ut2-scroll-right {
    right: 0;
    top: 30%;
}

.ty-product-review-post__gallery {
    display: flex;
    gap: var(--gap);
}

@media (max-width: 950px) {
    .ty-product-review-post__gallery {
        flex-wrap: wrap;
    }

    .ty-product-review-post__gallery>div {
        width: 100%;
        max-width: 100%;
    }
}

.ty-product-review-post__gallery>div {
    align-items: stretch;
}

@media (min-width: 950px) {
    .ty-product-review-post__gallery .ty-product-review-post-wrap {
        width: 380px;
        height: 530px;
        overflow-y: auto;
        padding-inline-end: var(--gap-xs);
    }

    .ty-product-review-post__gallery .ty-product-review-post-wrap: only-child {
        width: calc(380px + var(--gap) + 490px);
    }
}

.ty-product-review-post__gallery .ty-product-review-post-customer {
    margin-block-end: var(--gap-xxs);
    padding: 0;
}

.ty-product-review-post__gallery .ty-product-review-post-customer__verified {
    order: 5;
}

.ty-product-review-post__gallery .ab__ut2--customer__verified-in-use {
    order: 6;
}

.ty-product-review-post__gallery .ty-product-review-post__content {
    padding-inline: 0;
}

@media (max-width: 767px) {
    .ty-product-review-post__gallery article.ty-product-review-post {
        border-top: none;
    }
}

.abt__ut2_product_reviews_gallery_back_link {
    font-size: var(--font-size-medium);
    line-height: 18px;
}

.abt__ut2_product_reviews_gallery_popup_content {
    max-width: 890px;
}

.ab__ut2--customer__verified-in-use {
    height: 22px;
    align-content: center;
    color: var(--product-reviews-color-positive);
    background: rgba(255, 255, 255, 0.8);
    border: 1px dotted var(--product-reviews-color-positive-medium-fade);
    font-size: var(--font-size-smallest);
    font-weight: 500;
    padding-inline: 1ch;
    border-radius: calc(var(--border-radius) * 1.6);
}

.ty-product-review-popup-gallery {
    width: 490px;
    aspect-ratio: 1;
    align-content: center;
}

@media (max-width: 950px) {
    .ty-product-review-popup-gallery {
        width: auto;
        aspect-ratio: auto;
    }
}

.ty-product-review-popup-gallery .owl-item:not(:only-child) .ty-product-review-popup-gallery-img {
    margin-inline: auto;
}

.ty-product-review-popup-gallery .owl-wrapper:has(.owl-item:only-child) {
    max-width: 100%;
    justify-content: center;
}

.ty-product-review-popup-gallery .owl-wrapper:has(.owl-item:only-child) .owl-item {
    width: auto !important;
}

.ty-product-review-popup-gallery .owl-buttons .disabled {
    display: none !important;
}

.ty-product-review-popup-gallery .ty-product-review-popup-gallery-img {
    width: 490px;
    aspect-ratio: 1;
    align-content: center;
    text-align: center;
    background: #f6f6f8;
    border-radius: var(--border-radius-decreased);
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

@media (max-width: 767px) {
    .ty-product-review-popup-gallery .ty-product-review-popup-gallery-img {
        width: auto;
        max-width: 100%;
    }
}

.ty-product-review-popup-gallery .ty-product-review-popup-gallery-img img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ty-product-review-popup-gallery .ty-product-review-popup-gallery-img img {
    max-height: 100%;
    object-fit: contain;
}

#ty-product-review-popup-gallery-paging {
    margin-top: var(--gap-s);
}

.ty-discussion-posts-most-rated {
    display: flex;
    width: 100%;
    gap: var(--gap-s);
}

@media (max-width: 767px) {
    .ty-discussion-posts-most-rated {
        flex-wrap: wrap;
    }
}

.ty-discussion-posts-most-rated .ty-product-review-post {
    flex: 1 1 50%;
    position: relative;
}

.ty-discussion-posts-most-rated .ty-product-review-post-customer {
    padding-block-start: var(--gap-sm);
    padding-inline: var(--gap-sm);
    border-radius: var(--border-radius-box) var(--border-radius-box) 0 0;
}

.ty-discussion-posts-most-rated .ty-product-review-post__content {
    padding: 0 var(--gap-sm) var(--gap-sm);
}

.ty-product-review-post-footer svg {
    flex-shrink: 0;
}

.ty-product-review-post-footer__secondary {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    position: relative;
}

.ty-product-review-post-footer__secondary>span:last-of-type {
    margin-left: auto;
}

.ut2-customer_review .ty-product-review-thumbnails-gallery {
    width: max-content;
}

@media (max-width: 767px) {
    .ut2-customer_review .ty-product-review-thumbnails-gallery {
        width: 100%;
    }
}

.ut2-customer_review .ty-product-review-reviews-navigation {
    padding: var(--gap-sm) var(--gap-s);
    margin: calc(var(--gap-s) * -1);
    width: calc(100% + var(--gap-s) * 2);
    margin-block-end: var(--gap-s);
    border-radius: 0;
}

.ut2-customer_review-purchased-product {
    flex-basis: 100%;
    margin-block-end: var(--gap-xxs);
    --lv-item-size: 22px;
}

.ut2-customer_review-purchased-product>a {
    display: flex;
    flex-wrap: wrap;
    gap: 2px var(--gap-xxs);
    align-items: baseline;
}

.ut2-customer_review-purchased-product .ut2-lv__features-variant {
    background: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    font-size: var(--font-size-small);
    order: unset;
}

.ut2-customer_review-purchased-product-name {
    display: flex;
    line-height: 1.2;
}

.ut2-customer_review-purchased-product-name svg {
    min-width: 18px;
    transform: scale(0.8);
    margin: -2px 0 0 2px;
}

.ut2-customer_review-useful {
    display: flex;
    align-items: center;
    line-height: 1;
}

.ty-dropdown-box__content.ut2-customer_review-copy-link-wrap {
    min-width: 300px;
    top: initial;
    inset-block-end: 100%;
    margin-block-end: var(--gap-xs);
}

.ui-dialog .ty-dropdown-box__content.ut2-customer_review-copy-link-wrap {
    margin-block-end: initial;
    inset-block-end: initial;
    inset-block-start: 100%;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ui-dialog .ty-dropdown-box__content.ut2-customer_review-copy-link-wrap {
        min-width: initial;
        inline-size: 100%;
        inset-block-end: 0;
        inset-block-start: initial;
        position: fixed;
    }
}

.ut2-popup-box-copy-link-content {
    padding: 10px 20px 30px;
}

.notification-container-dialog+.ut2-popup-box-copy-link-content {
    padding: 0 0 var(--gap-sm);
}

.ut2-popup-box-copy-link-content input,
.ut2-popup-box-copy-link-content button {
    width: 100%;
}

.ut2-customer_review-copy-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ut2-customer_review-copy-link:hover {
    color: var(--color-links);
}

.ty-product-review-post-type {
    font-size: var(--font-size-medium);
    margin-block-end: var(--gap-xs);
}

.ty-product-review-post-type[data-type="negative"] {
    color: var(--product-reviews-color-negative);
}

.ty-product-review-post-type[data-type="negative"]+section,
.ty-product-review-post-type[data-type="negative"]+section+section {
    border-color: transparent;
    background: var(--product-reviews-color-negative-fade);
}

.ty-product-review-post-type[data-type="negative"]+section .ab__ut2--customer__verified-in-use,
.ty-product-review-post-type[data-type="negative"]+section+section .ab__ut2--customer__verified-in-use {
    color: var(--product-reviews-color-negative);
    border-color: var(--product-reviews-color-negative-medium-fade);
}

.ty-product-review-post-type[data-type="positive"] {
    color: var(--product-reviews-color-positive);
}

.ty-product-review-post-type[data-type="positive"]+section,
.ty-product-review-post-type[data-type="positive"]+section+section {
    border-color: transparent;
    background: var(--product-reviews-color-positive-fade);
}

:not(.ty-discussion-posts-most-rated)>.ty-product-review-post {
    border-top: solid 1px var(--color-base);
}

:not(.ty-discussion-posts-most-rated)>.ty-product-review-post>section {
    border: none;
}

.ty-product-review-post__gallery .ty-product-review-post {
    border-top: 0;
}

.ty-product-review-popup-mini-gallery {
    display: flex;
    overflow-x: auto;
    align-self: center;
    gap: var(--gap-xs);
    padding: 3px;
    margin-top: var(--gap-xs);
}

@media (min-width: 768px) {
    .ty-product-review-popup-mini-gallery {
        flex-wrap: wrap;
    }
}

.ty-product-review-popup-mini-gallery-img {
    flex: 0 0 60px;
    height: 60px;
    align-content: center;
    border-radius: var(--border-radius-decreased-more);
    overflow: hidden;
    cursor: pointer;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ty-product-review-popup-mini-gallery-img.active,
.ty-product-review-popup-mini-gallery-img:only-child {
    box-shadow: 0 0 0 1px var(--color-content), 0 0 0 3px var(--color-links);
}

.ty-product-review-popup-mini-gallery-img img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ty-product-review-popup-mini-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ut2-customer_review_popup-link {
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ut2-customer_review_popup-link img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ty-twishlist-item {
    text-align: center;
    height: 18px;
    margin-bottom: 10px;
}

.ty-grid-list__item:hover .ty-twishlist-item__remove {
    visibility: visible;
}

.ty-add-to-wish {
    display: inline-block;
    margin: 0;
}

.ty-product-block__button .ty-wishlist-add-to-wishlist__new-line+.ty-add-to-wish {
    margin-left: 0;
}

@media (max-width: 767px) {
    .ty-wish-list__buttons .ty-btn {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ty-wish-list__buttons .ty-btn+.ty-btn {
        margin: 15px 0 0;
    }
}

:root {
    --fluidContainerMaxWidth: 1600px;
    --fluidContainerPadding: calc(var(--gap-s) * 2);
    --fluid-container-_padding_one-side: var(--gap-s);
    --fluid-container-_max-width_-calc: 1600px;
    --sticky-top-panel-height: 56px;
    --lt-sticky-panel-width: 350px;
    --ut2-minicart-width: 400px;
    --font-size-smallest: 11px;
    --font-size-small: 12px;
    --font-size-normal: 14px;
    --font-size-medium: 16px;
    --font-size-large: 18px;
    --font-size-extra-large: 22px;
    --font-size-extra-bigest: 28px;
    --price-font-size: 18px;
    --font-size-big: 24px;
    --font-size-extra-big: 28px;
    --link-font-size: 14px;
    --button-font-size: 15px;
    --height-button: 40px;
    --min-height-button: 36px;
    --max-height-button: 46px;
    --border-radius: 8px;
    --border-radius-full: var(--height-button);
    --border-radius-box: 16px;
    --border-radius-decreased: 12px;
    --border-radius-decreased-more: 8px;
    --sticky-panel-bg-color: #fff;
    --sticky-panel-icon-color: #1e1e1e;
    --flow-direction-factor-inline: 1;
    --check-radio-size: 22px;
    --check-radio-inline-gap: calc(var(--gap-xs) - 2px);
    --check-radio-label-line-height: 20px;
    --ut2-top-panel-height: 33px;
    --ut2-header-height: 70px;
    --ut2-header__2nd-row-_height-_2: 40px;
    --ut2-header__2nd-row-_height-_1: 56px;
    --ut2-header__common-button-_min-size: 40px;
    --ut2-header__common-button__icon-_size: 26px;
    --ut2-header__block-_common-inline-padding: var(--gap-xs);
    --gap-xxs: 5px;
    --gap-xs: 10px;
    --gap-sm: 15px;
    --gap-s: 20px;
    --gap-m: 30px;
    --gap-l: 40px;
    --gap: 20px;
    --gap-half: 10px;
    --gap-inline: 0px;
    --gap-inset: calc(var(--gap-s) - var(--gap-half));
    --color-base: #e4e4e4;
    --color-base5: #d7d7d7;
    --color-base10: #cbcbcb;
    --color-base20: #b1b1b1;
    --color-base30: #989898;
    --color-links: #007cb9;
    --color-links-active: #006ba0;
    --color-links-darken: #006ba0;
    --color-links-lighten: #008dd3;
    --color-font: #1e1e1e;
    --color-font-lighten: #848484;
    --color-font-lighten-max: #b7b7b7;
    --color-price: #1e1e1e;
    --color-discount: #f44336;
    --color-in-stock: #1e905d;
    --color-out-of-stock: #848484;
    --color-decorative: #f44336;
    --color-decorative-light: rgba(233, 76, 65, 0.2);
    --color-main-light: rgba(15, 151, 217, 0.1);
    --color-second-light: rgba(233, 76, 65, 0.1);
    --color-content: #fff;
    --color-general: #fff;
    --color-general-lighten: #fff;
    --color-general-darken: #e6e6e6;
    --color-primary: #039be5;
    --color-primary-active: #03a5f4;
    --color-text-primary: #fff;
    --color-primary-active: #0badfc;
    --color-text-primary-active: #fff;
    --color-secondary: #4c4c4c;
    --color-secondary-active: #545454;
    --color-tertiary: #e5e5e5;
    --color-tertiary-active: #ededed;
    --color-main: #039be5;
    --fill-color: #f44336;
    --fill-gray: #f5f5f7;
    --fill-white: #fff;
    --fill-dark: #1e1e1e;
    --fill-color-inverse: #fff;
}

@media (max-width: 500px) {
    :root {
        --lt-sticky-panel-width: 100%;
        --ut2-minicart-width: 100%;
    }
}

:root:not(.bp-panel-active) {
    --sticky-bottom-panel-height: 66px;
    --sticky-bottom-panel-content-height: 56px;
}

:root.bp-panel-active {
    --sticky-bottom-panel-height: 56px;
    --sticky-bottom-panel-content-height: 56px;
}

@media (min-width: 1024px) {

    :root.sticky-bottom-panel body,
    :root:not(.sticky-bottom-panel).sticky-buy-panel-_top body,
    :root:not(.sticky-bottom-panel).sticky-buy-panel-_bottom body.desktop-screen,
    :root:not(.sticky-bottom-panel).sticky-buy-panel-_bottom.bp-panel-active body:not(.desktop-screen) {
        --sticky-add-to-cart-height: 66px;
        --sticky-add-to-cart-content-height: 66px;
    }
}

@media (max-width: 1023px) {

    :root.sticky-bottom-panel body,
    :root:not(.sticky-bottom-panel).sticky-buy-panel-_top body,
    :root:not(.sticky-bottom-panel).sticky-buy-panel-_bottom body.desktop-screen,
    :root:not(.sticky-bottom-panel).sticky-buy-panel-_bottom.bp-panel-active body:not(.desktop-screen) {
        --sticky-add-to-cart-height: 56px;
        --sticky-add-to-cart-content-height: 56px;
    }
}

@media (min-width: 1024px) {
    :root:not(.sticky-bottom-panel).sticky-buy-panel-_bottom:not(.bp-panel-active) body:not(.desktop-screen) {
        --sticky-add-to-cart-height: 76px;
        --sticky-add-to-cart-content-height: 66px;
    }
}

@media (max-width: 1023px) {
    :root:not(.sticky-bottom-panel).sticky-buy-panel-_bottom:not(.bp-panel-active) body:not(.desktop-screen) {
        --sticky-add-to-cart-height: 66px;
        --sticky-add-to-cart-content-height: 56px;
    }
}

@media (max-width: 767px) {
    :root {
        --ut2-header-height: 56px;
    }
}

@media (max-width: 1023px) {
    :root {
        --gap-l: 30px;
        --gap-s: 15px;
        --gap: 15px;
        --gap-half: 7.5px;
    }
}

@media (max-width: 400px) {
    :root {
        --gap-l: 20px;
        --gap-m: 20px;
        --gap-s: 15px;
        --gap: 10px;
        --gap-half: 5px;
        --ut2-header__block-_common-inline-padding: calc(var(--gap-s) / 2);
    }
}

@media (max-width: 1023px) and (min-width: 400px) {
    :root body.mobile-screen {
        --font-size-smallest: 12px;
        --font-size-small: 14px;
        --font-size-normal: 15px;
        --font-size-medium: 16px;
        --font-size-large: 18px;
        --font-size-extra-large: 20px;
        --font-size-extra-bigest: 22px;
        --font-size-big: 24px;
        --font-size-extra-big: 24px;
        --link-font-size: 15px;
        --button-font-size: 16px;
    }
}

@media (max-width: 399px) {
    :root body.mobile-screen {
        --price-font-size: 16px;
    }
}

html {
    overflow-x: clip;
    scrollbar-gutter: stable;
    scroll-behavior: auto;
}

@media not all and (hover: hover) {
    html {
        --safe-area-inset-top: env(safe-area-inset-top);
        --safe-area-inset-bottom: env(safe-area-inset-bottom);
        --safe-area-inset: calc(var(--safe-area-inset-top) + var(--safe-area-inset-bottom));
    }
}

html.js_root-scroll--locked,
html.js_root-scroll--locked body {
    overscroll-behavior: none;
}

html.js_root-scroll--locked.js_chrome-ios,
html.js_root-scroll--locked.js_chrome-ios body {
    overflow: clip !important;
}

html.dialog-is-open,
html.dialog-is-open body {
    overflow: initial !important;
}

html.no-scroll,
html.no-scroll body {
    overflow: clip !important;
}

@media (max-width: 767px) {

    html.no-scroll,
    html.no-scroll body {
        overflow: hidden !important;
    }
}

html.no-scroll>[aria-hidden],
html.no-scroll body>[aria-hidden] {
    padding-inline-end: 0 !important;
}

html,
body {
    max-inline-size: 100%;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    border-radius: 4px;
    background: var(--fill-gray);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: var(--color-base5);
    border-radius: 4px;
}

html:hover::-webkit-scrollbar,
body:hover::-webkit-scrollbar {
    height: 8px;
}

html:hover::-webkit-scrollbar-thumb,
body:hover::-webkit-scrollbar-thumb {
    background: var(--color-base20);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    min-block-size: 100%;
}

html:not(.no-scroll):not(.js_root-scroll--locked) body.mobile-screen {
    max-height: 100dvh;
}

body *::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

body *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

@media (max-width: 576px) {
    body *::-webkit-scrollbar-track {
        margin-left: var(--gap-s);
        margin-right: var(--gap-s);
    }
}

body *::-webkit-scrollbar-thumb {
    background: var(--color-base5);
    border-radius: 4px;
}

body *:hover::-webkit-scrollbar {
    height: 8px;
}

body *:hover::-webkit-scrollbar-thumb {
    background: var(--color-base20);
}

#tygh_container {
    overflow-x: clip;
}

.container-fluid {
    width: auto;
    min-width: inherit;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.container-fluid>div.container-fluid-row {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 1024px) {
    .container-fluid>div.container-fluid-row {
        max-width: 100dvw;
    }
}

.container-fluid>.row-fluid {
    max-width: 1600px;
    min-width: 280px;
    margin: 0 auto;
}

.container-fluid-row {
    max-width: 1600px;
    min-width: 280px;
    margin: 0 auto;
}

.container-fluid-row>.row-fluid {
    padding-left: var(--gap-s);
    padding-right: var(--gap-s);
}

.container-fluid>.container-fluid-row.container-fluid-row-no-limit {
    padding: 0;
}

.container-fluid>.container-fluid-row.container-fluid-row-no-limit>.row-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1024px) {

    .container-fluid>.container-fluid-row.container-fluid-row-no-limit>.row-fluid .row-fluid:before,
    .container-fluid>.container-fluid-row.container-fluid-row-no-limit>.row-fluid .row-fluid:after {
        width: calc(var(--gap-s) - var(--gap-xxs));
    }
}

.container-fluid-row-full-width,
.container-fluid-row-no-limit {
    max-width: none;
}

.container-fluid-row-full-width>.row-fluid {
    max-width: 1600px;
    min-width: 280px;
    margin: 0 auto;
}

.container-fluid-row.container-fluid-row-no-limit {
    padding-right: 0;
    padding-left: 0;
}

.ut2-grid .row-fluid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: var(--gap-s);
}

.ut2-grid .row-fluid:before,
.ut2-grid .row-fluid:after {
    content: none;
}

.ut2-grid .row-fluid>[class*="span"] {
    flex: 1 1 300px;
    min-width: 280px;
    margin-inline: unset;
}

.ut2-grid .row-fluid .span16 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
}

.ut2-grid .row-fluid>.span16 {
    flex-basis: calc((100% / 16 * 16) - (var(--gap-s) * (16 - 16) / 16));
}

.ut2-grid .row-fluid>.span15 {
    flex-basis: calc((100% / 16 * 15) - (var(--gap-s) * (16 - 15) / 16));
}

.ut2-grid .row-fluid>.span14 {
    flex-basis: calc((100% / 16 * 14) - (var(--gap-s) * (16 - 14) / 16));
}

.ut2-grid .row-fluid>.span13 {
    flex-basis: calc((100% / 16 * 13) - (var(--gap-s) * (16 - 13) / 16));
}

.ut2-grid .row-fluid>.span12 {
    flex-basis: calc((100% / 16 * 12) - (var(--gap-s) * (16 - 12) / 16));
}

.ut2-grid .row-fluid>.span11 {
    flex-basis: calc((100% / 16 * 11) - (var(--gap-s) * (16 - 11) / 16));
}

.ut2-grid .row-fluid>.span10 {
    flex-basis: calc((100% / 16 * 10) - (var(--gap-s) * (16 - 10) / 16));
}

.ut2-grid .row-fluid>.span9 {
    flex-basis: calc((100% / 16 * 9) - (var(--gap-s) * (16 - 9) / 16));
}

.ut2-grid .row-fluid>.span8 {
    flex-basis: calc((100% / 16 * 8) - (var(--gap-s) * (16 - 8) / 16));
}

.ut2-grid .row-fluid>.span7 {
    flex-basis: calc((100% / 16 * 7) - (var(--gap-s) * (16 - 7) / 16));
}

.ut2-grid .row-fluid>.span6 {
    flex-basis: calc((100% / 16 * 6) - (var(--gap-s) * (16 - 6) / 16));
}

.ut2-grid .row-fluid>.span5 {
    flex-basis: calc((100% / 16 * 5) - (var(--gap-s) * (16 - 5) / 16));
}

.ut2-grid .row-fluid>.span4 {
    flex-basis: calc((100% / 16 * 4) - (var(--gap-s) * (16 - 4) / 16));
}

.ut2-grid .row-fluid>.span3 {
    flex-basis: calc((100% / 16 * 3) - (var(--gap-s) * (16 - 3) / 16));
}

.ut2-grid .row-fluid>.span2 {
    flex-basis: calc((100% / 16 * 2) - (var(--gap-s) * (16 - 2) / 16));
}

.ut2-grid .row-fluid>.span1 {
    flex-basis: calc((100% / 16 * 1) - (var(--gap-s) * (16 - 1) / 16));
}

.ut2-grid .row-fluid>.offset15 {
    margin-left: calc((100% / 16 * 15) + (var(--gap-s) * 15 / 16)) !important;
}

.ut2-grid .row-fluid>.offset14 {
    margin-left: calc((100% / 16 * 14) + (var(--gap-s) * 14 / 16)) !important;
}

.ut2-grid .row-fluid>.offset13 {
    margin-left: calc((100% / 16 * 13) + (var(--gap-s) * 13 / 16)) !important;
}

.ut2-grid .row-fluid>.offset12 {
    margin-left: calc((100% / 16 * 12) + (var(--gap-s) * 12 / 16)) !important;
}

.ut2-grid .row-fluid>.offset11 {
    margin-left: calc((100% / 16 * 11) + (var(--gap-s) * 11 / 16)) !important;
}

.ut2-grid .row-fluid>.offset10 {
    margin-left: calc((100% / 16 * 10) + (var(--gap-s) * 10 / 16)) !important;
}

.ut2-grid .row-fluid>.offset9 {
    margin-left: calc((100% / 16 * 9) + (var(--gap-s) * 9 / 16)) !important;
}

.ut2-grid .row-fluid>.offset8 {
    margin-left: calc((100% / 16 * 8) + (var(--gap-s) * 8 / 16)) !important;
}

.ut2-grid .row-fluid>.offset7 {
    margin-left: calc((100% / 16 * 7) + (var(--gap-s) * 7 / 16)) !important;
}

.ut2-grid .row-fluid>.offset6 {
    margin-left: calc((100% / 16 * 6) + (var(--gap-s) * 6 / 16)) !important;
}

.ut2-grid .row-fluid>.offset5 {
    margin-left: calc((100% / 16 * 5) + (var(--gap-s) * 5 / 16)) !important;
}

.ut2-grid .row-fluid>.offset4 {
    margin-left: calc((100% / 16 * 4) + (var(--gap-s) * 4 / 16)) !important;
}

.ut2-grid .row-fluid>.offset3 {
    margin-left: calc((100% / 16 * 3) + (var(--gap-s) * 3 / 16)) !important;
}

.ut2-grid .row-fluid>.offset2 {
    margin-left: calc((100% / 16 * 2) + (var(--gap-s) * 2 / 16)) !important;
}

.ut2-grid .row-fluid>.offset1 {
    margin-left: calc((100% / 16 * 1) + (var(--gap-s) * 1 / 16)) !important;
}

.row-fluid [class*="span"]:first-child {
    padding-inline: 0;
}

.row-fluid [class*="span"] .ty-float-left {
    max-width: 100%;
}

.row-fluid [class*="span"] div[class^="block-"]+div[class^="block-"],
.row-fluid [class*="span"] .ty-mainbox-container+div,
.row-fluid [class*="span"] .ty-mainbox-simple-container+div,
.row-fluid [class*="span"] .ut2-sidebox+div,
.row-fluid [class*="span"] .ut2-sidebox-important+div {
    margin-top: var(--gap-s);
}

@media (max-width: 1760px) {
    .container-fluid>.container-fluid-row {
        padding-right: var(--gap-s);
        padding-left: var(--gap-s);
    }

    .container-fluid>.container-fluid-row.container-fluid-row-no-limit .abyt-a-content {
        padding-right: var(--gap-s);
        padding-left: var(--gap-s);
    }
}

@media (max-width: 1440px) {
    .container-fluid-row-full-width>.row-fluid {
        max-width: 1600px;
    }
}

.ty-helper-container {
    background: #fff;
    z-index: 0;
}

@media (min-width: 900px) {
    .ty-helper-container {
        display: flex;
        flex-direction: column;
    }

    .ty-helper-container>div {
        flex: 0 0 auto;
    }

    .ty-helper-container>div.tygh-content {
        flex: 1 0 auto;
    }
}

.tygh-content>div {
    padding-bottom: 0;
    background-color: #fff;
}

.main-content-grid {
    padding-bottom: var(--gap-l);
}

@media (max-width: 899px) {
    .main-content-grid {
        padding-bottom: var(--gap-s);
    }
}

.bp-panel {
    box-shadow: none;
}

@media (min-width: 900px) {
    .bp-panel {
        grid-template-columns: 100px auto auto 1fr auto auto 60px;
    }
}

.bp-panel .bp-close {
    padding-right: 20px;
}

.bp-bottom-button--disabled-panel {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.bp-panel-active .bp-bottom-buttons {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.cat-view-grid,
.ab-ut2-feature-content {
    width: 100%;
}

#theme_editor .te-nav {
    z-index: 1004;
}

#theme_editor .cm-te-convert-to-css {
    display: none !important;
}

.ty-select-block,
.ty-sort-dropdown__content,
.cm-popup-box {
    border-radius: var(--border-radius-box);
}

@media (min-width: 768px) {

    .ut2-filters>.cm-product-filters,
    .ut2-subcategories,
    .ty-select-block,
    .ty-sort-dropdown__content,
    .ty-horizontal-product-filters-dropdown__content {
        border-radius: var(--border-radius-box);
    }

    [class^="ty-mainbox"]>div[class*="-title"] {
        border-radius: var(--border-radius-box) var(--border-radius-box) 0 0;
    }

    [class^="ty-mainbox"]>div[class*="-body"] {
        border-radius: 0 0 var(--border-radius-box) var(--border-radius-box);
    }
}

.ty-dropdown-box__content {
    border-radius: var(--border-radius-box);
}

.ty-dropdown-box__content .buttons-container {
    border-radius: 0 0 var(--border-radius-box) var(--border-radius-box);
}

.ty-footer-form-block,
.ut2-social-link-block,
.ty-banner__image-wrapper img {
    overflow: hidden;
    border-radius: var(--border-radius-box);
}

.top-sticky-panel__filters {
    display: inline-block;
    align-content: center;
    width: 100%;
    height: var(--sticky-top-panel-height);
    background: var(--color-content);
    z-index: 3;
}

html.sticky-fc-panel .top-sticky-panel__filters {
    position: sticky;
    inset-block-start: 0;
    z-index: 5;
}

body:not(.sticky-fc-panel) .top-sticky-panel__filters {
    z-index: 4;
}

body.mobile-screen.sticky-fc-panel .top-sticky-panel__filters {
    background: color-mix(in srgb, var(--color-general) 0%, var(--color-general) 80%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.top-sticky-panel__filters .ut2-bottom-sm {
    margin-bottom: initial;
}

.top-sticky-panel__filters [class^="span"] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-xs);
}

body.sticky-fc-panel .top-sticky-panel__filters [class^="span"] {
    margin: 0 !important;
}

.top-sticky-panel__filters [class^="span"]>div {
    flex: 0 0 auto;
}

.top-sticky-panel__filters [class^="span"]>div.ut2-hz-filters {
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width: 767px) {
    .top-sticky-panel__filters [class^="span"]>div.ut2-hz-filters {
        display: none;
    }
}

.top-sticky-panel__filters [class^="span"]>div.ut2-hz-filters.cm-warehouse-block-depends-by-location {
    margin-top: unset !important;
}

@media (max-width: 767px) {
    .top-sticky-panel__filters [class^="span"]>div {
        flex: 1 0 calc(50% - var(--gap-xxs));
    }

    .top-sticky-panel__filters [class^="span"]>div>div {
        max-width: 100%;
    }
}

.top-sticky-panel__filters .ty-horizontal-product-filters-dropdown__wrapper {
    height: var(--height-button);
    background: var(--fill-gray);
    box-shadow: none;
}

.top-sticky-panel__filters .ut2-categories {
    flex: 1 0 auto;
    justify-content: flex-end;
    display: flex;
}

.top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title i.ut2-icon:before {
    content: "\e92a";
    font-size: 24px;
}

.top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title i.ut2-icon:before {
    content: "\e966";
    font-size: 20px;
}

.top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title[id],
.top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title[id] {
    height: var(--height-button);
    padding-inline: var(--gap-xs);
    border-radius: var(--border-radius-full);
    font-weight: 600;
    line-height: 0.8;
    color: var(--color-font);
    background: var(--fill-white);
    box-shadow: inset 0 0 0 1px var(--color-base10);
}

.top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title[id]:hover,
.top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title[id].open,
.top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title[id]:hover,
.top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title[id].open {
    background: var(--fill-gray);
    transition: color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
    user-select: none;
}

@media (min-width: 577px) {

    .top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title[id]:hover,
    .top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title[id].open,
    .top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title[id]:hover,
    .top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title[id].open {
        box-shadow: inset 0 0 0 1px var(--color-base20);
    }
}

.top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title[id]:hover i,
.top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title[id].open i,
.top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title[id]:hover i,
.top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title[id].open i {
    color: var(--color-font);
}

@media (max-width: 1023px) {

    .top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title[id],
    .top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title[id] {
        width: 100%;
        justify-content: center;
    }

    .top-sticky-panel__filters .ut2-categories .ty-dropdown-box__title[id] span:after,
    .top-sticky-panel__filters .ut2-filters .ty-dropdown-box__title[id] span:after {
        display: none !important;
    }
}

.ut2-hz-filters+.ut2-cat-container .ut2-selected-product-filters {
    margin-block-start: var(--gap-xs);
}

.ut2-sticky-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    background: var(--sticky-panel-bg-color, #fff);
    transition: transform 400ms cubic-bezier(.4, 0, .2, 1);
}

.ut2-sticky-panel:last-child {
    padding-block-end: calc(var(--sticky-bottom-panel-height) - var(--sticky-bottom-panel-content-height));
}

.ut2-sticky-panel .count {
    top: var(--gap-sm);
    box-shadow: 0 0 0 1px #fff, 0 1px 3px #000;
}

.ut2-sticky-panel__wrap {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    background: var(--color-general);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ut2-sticky-panel__wrap.js_hidden {
    display: none;
}

.ut2-sticky-panel__item {
    display: flex;
    justify-content: center;
    flex: 1 0 calc(100vw / 6);
}

.ut2-sticky-panel__item:hover .ty-dropdown-box__title[id],
.ut2-sticky-panel__item .ty-dropdown-box__title[id] {
    background: none;
}

.ut2-sticky-panel__item a.ut2-btn-search[id="off_dropdown_sticky_item_search"] {
    position: fixed;
    right: 0;
    bottom: calc(var(--gap-l) + var(--bp-bottom-panel-height, 0px));
    height: var(--height-button);
    min-width: var(--height-button);
    z-index: 3;
}

.ut2-sticky-panel__item a.ut2-btn-search[id="off_dropdown_sticky_item_search"] i {
    color: #848484;
    font-size: 24px;
}

.ut2-sticky-panel__item a.ut2-btn-search[id="off_dropdown_sticky_item_search"] i+span {
    display: none;
}

.ut2-sticky-panel__item .ty-search-block {
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: var(--bp-bottom-panel-height, 0px);
    width: 100vw;
    background: var(--sticky-panel-bg-color, #fff);
}

.ut2-sticky-panel__item .ty-search-block form {
    padding-block: var(--gap-xs);
    padding-inline: var(--gap-s) var(--height-button);
    height: calc(var(--sticky-bottom-panel-content-height) + var(--gap-xs));
    display: flex;
}

.ut2-sticky-panel__item .ty-search-block input[type=text].ty-search-block__input {
    border-radius: var(--border-radius-full);
    padding-top: 0;
    padding-right: var(--height-button);
    padding-bottom: 0;
    padding-left: var(--gap-sm) !important;
    background: #f5f5f7;
}

.ut2-sticky-panel__item .ty-search-block input[type=text].ty-search-block__input::placeholder {
    color: rgba(30, 30, 30, 0.5);
}

.ut2-sticky-panel__item .ty-search-block input[type=text].ty-search-block__input:hover,
.ut2-sticky-panel__item .ty-search-block input[type=text].ty-search-block__input:focus,
.ut2-sticky-panel__item .ty-search-block input[type=text].ty-search-block__input:active {
    background: var(--color-general);
}

.ut2-sticky-panel__item .ty-search-block .ty-search-magnifier {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--height-button) - 2px);
    height: calc(var(--height-button) - 2px);
    position: static;
    margin-block-start: 1px;
    margin-inline-start: calc((var(--height-button) - 1px) * -1);
    font-size: 18px;
    background: var(--fill-gray);
    color: var(--color-links);
    border-radius: var(--border-radius-full);
}

.ut2-sticky-panel__item .ut2-pn__items {
    min-width: unset;
    max-height: calc(100dvh - 50px - var(--bp-bottom-panel-height, 0px));
    padding: var(--gap-s);
    overflow-y: auto;
}

.ut2-sticky-panel__item .ut2-pn__items::-webkit-scrollbar {
    width: 5px;
}

.ut2-sticky-panel__item .ut2-pn__items p:empty {
    display: none;
}

.ut2-sticky-panel__item .ut2-pn__items small {
    color: #848484;
    display: block;
}

.ut2-sticky-panel__item .ut2-pn__items hr {
    width: 100%;
    margin-top: var(--gap-s);
}

.ut2-sticky-panel__item .ut2-pn__items p>a {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--color-font);
}

.ut2-sticky-panel__item .ut2-pn__items .ty-btn {
    margin-top: var(--gap-s);
}

.ut2-sticky-panel__item .ut2-pn__items .ty-btn a {
    font-weight: 500;
    color: #fff;
}

.ut2-sticky-panel__link {
    position: relative;
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: var(--sticky-bottom-panel-content-height);
    min-width: 100%;
    padding-block-start: var(--gap-s);
    row-gap: 3px !important;
}

.ut2-sticky-panel__link:not(:has(> span)) i {
    height: 26px;
    line-height: 26px;
    font-size: 26px;
}

.ut2-sticky-panel__link:not(:has(> span)) i.ut2-icon-outline-menu {
    font-size: 28px;
}

.ut2-sticky-panel__link:not(:has(> span)) i.ut2-icon-search {
    font-size: 23px;
}

.ut2-sticky-panel__link:not(:has(> span)) i .count {
    top: 20%;
}

.ut2-sticky-panel__link>i {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: var(--sticky-panel-icon-color, #039be5);
}

.ut2-sticky-panel__link>i.ut2-icon-outline-menu {
    font-size: 26px;
}

.ut2-sticky-panel__link>i.ut2-icon-search {
    font-size: 21px;
}

.ut2-sticky-panel__link>i .count {
    position: absolute;
    top: 10%;
    right: inherit;
    left: 50%;
    font-style: normal;
    box-shadow: 0 0 0 1px #fff, 0 1px 3px rgba(0, 0, 0, 0.5);
}

.ut2-sticky-panel__link>span {
    font-size: var(--font-size-smallest);
    color: rgba(30, 30, 30, 0.65);
    max-width: 100%;
    min-height: 24px;
    line-height: 0.9;
    padding-inline: var(--gap-xxs);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ut2-sticky-panel__link>span:after {
    content: none !important;
}

.ut2-pn__contacts_block .ut2-pn {
    height: unset;
    display: block;
}

.ut2-pn__contacts_block .ut2-pn__wrap {
    display: none;
}

.ut2-pn__contacts_block .ut2-pn__contacts .ut2-pn__items-full.ty-dropdown-box__content {
    display: block !important;
    background: none;
    box-shadow: unset;
    border-radius: unset;
    border: 0 none;
    position: unset;
    transform: unset;
    transition: none;
    width: unset;
    min-width: unset;
    max-height: unset;
    padding: unset;
    margin: unset;
}

.ut2-pn__contacts_block .ut2-pn__contacts .ut2-pn__items-full.ty-dropdown-box__content .ut2-btn-close,
.ut2-pn__contacts_block .ut2-pn__contacts .ut2-pn__items-full.ty-dropdown-box__content:before,
.ut2-pn__contacts_block .ut2-pn__contacts .ut2-pn__items-full.ty-dropdown-box__content:after {
    display: none;
}

.ut2-pb__sticky-add-to-cart_block {
    display: flex;
    align-items: center;
    width: min(100%, 1600px);
    margin: 0 auto;
    gap: var(--gap-s);
}

@media (max-width: 767px) {
    .ut2-pb__sticky-add-to-cart_block {
        gap: var(--gap-xs);
    }
}

@media (max-width: 427px) {
    .ut2-pb__sticky-add-to-cart_block {
        gap: var(--gap-xxs);
    }
}

@media (max-width: 359px) {
    .ut2-pb__sticky-add-to-cart_block {
        gap: 2px;
    }
}

.ut2-pb__sticky-add-to-cart_block .ut2-added-to-cart[data-added-amount]:after {
    display: none;
}

.ut2-pb__sticky-add-to-cart_block>div {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
}

.ut2-pb__sticky-add-to-cart_block>div:first-child {
    margin-inline-start: var(--gap-s);
    flex: 1;
}

.ut2-pb__sticky-add-to-cart_block>div:last-child {
    margin-inline-end: var(--gap-s);
}

.ut2-pb__sticky-add-to-cart {
    display: none;
    background: var(--color-general);
}

.ut2-pb__sticky-add-to-cart .ut2-pb__sticky-add-to-cart_block {
    height: var(--sticky-add-to-cart-content-height);
}

html:not(.sticky-bottom-panel).sticky-buy-panel-_bottom:not(.bp-panel-active) body:not(.desktop-screen) .ut2-pb__sticky-add-to-cart.position-bottom {
    padding-block-end: calc(var(--sticky-add-to-cart-height) - var(--sticky-add-to-cart-content-height));
}

.ut2-pb__sticky-add-to-cart_product {
    min-inline-size: 0;
    flex-grow: 1;
    gap: var(--gap-xs);
}

@media (max-width: 767px) {
    .ut2-pb__sticky-add-to-cart_product {
        gap: var(--gap-xs);
    }
}

@media (max-width: 639px) {
    .ut2-pb__sticky-add-to-cart_product {
        flex-shrink: 0;
    }
}

@media (max-width: 427px) {
    .ut2-pb__sticky-add-to-cart_product {
        display: none;
        gap: var(--gap-xxs);
    }

    .ut2-pb__sticky-add-to-cart_product+div {
        margin-inline-start: var(--gap-s);
        flex-grow: 1;
    }
}

.ut2-pb__sticky-add-to-cart_product>img {
    max-block-size: calc(var(--sticky-add-to-cart-content-height) - var(--gap-xs));
    max-width: calc(var(--sticky-add-to-cart-content-height) - var(--gap-xs));
    flex-shrink: 0;
    border-radius: calc(var(--border-radius-box)/2.5);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ut2-pb__sticky-add-to-cart_product>img img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ut2-pb__sticky-add-to-cart_product-img {
    flex-shrink: 0;
    min-width: 50px;
    min-height: 50px;
}

.ut2-pb__sticky-add-to-cart_product-img img {
    max-height: 50px;
    width: auto;
}

.ut2-pb__sticky-add-to-cart_product-content {
    display: flex;
    flex-flow: column;
    gap: var(--gap-xxs);
}

@media (max-width: 639px) {
    .ut2-pb__sticky-add-to-cart_product-content {
        display: none;
    }
}

.ut2-pb__sticky-add-to-cart_product-name {
    font-size: var(--font-size-medium);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ut2-pb__sticky-add-to-cart_product-rating .ty-product-review-reviews-stars {
    font-size: var(--font-size-large);
}

@media (max-width: 767px) {
    .ut2-pb__sticky-add-to-cart_product-rating {
        display: none;
    }
}

.ut2-pb__sticky-add-to-cart_price {
    flex-shrink: 0;
}

@media (max-width: 834px) {
    .ut2-pb__sticky-add-to-cart_price {
        flex-shrink: 1;
    }
}

@media (max-width: 427px) {
    .ut2-pb__sticky-add-to-cart_price {
        min-width: 0;
        flex-grow: 1;
    }
}

.ut2-pb__sticky-add-to-cart_price .ty-product-prices,
.ut2-pb__sticky-add-to-cart_price .ty-price-update {
    min-width: 0;
    max-width: 100%;
}

.ut2-pb__sticky-add-to-cart_price .ty-price-curency-input {
    margin-bottom: initial;
    display: flex;
    align-items: center;
    column-gap: var(--gap-xxs);
}

.ut2-pb__sticky-add-to-cart_price .ty-price-curency-input input.ty-price-curency__input {
    width: initial;
    min-width: 0;
    max-width: 120px;
    flex-basis: 120px;
}

@media (max-width: 427px) {
    .ut2-pb__sticky-add-to-cart_list-buttons {
        gap: var(--gap-xxs);
    }
}

@media (max-width: 359px) {
    .ut2-pb__sticky-add-to-cart_list-buttons {
        gap: 2px;
    }
}

@media (max-width: 427px) {
    .ut2-pb__sticky-add-to-cart .ty-btn__add-to-cart {
        margin-inline-start: var(--gap-xxs);
    }
}

@media (max-width: 359px) {
    .ut2-pb__sticky-add-to-cart .ty-btn__add-to-cart {
        font-size: 13px;
        padding-inline: var(--gap-xs);
    }
}

.ut2-pb__sticky-add-to-cart .ut2-add-to-wish: not(.label) i .path3:before {
    color: var(--color-links);
}

.ut2-pb__sticky-add-to-cart .ut2-icon-use_icon_cart {
    display: none !important;
}

.ut2-pb__sticky-add-to-cart+.ut2-sticky-panel {
    box-shadow: 0 -1px var(--color-base);
}

.sticky-bottom-panel .ut2-sticky-panel {
    position: relative;
    z-index: 1;
}

.sticky-bottom-panel .ut2-sticky-panel__wrap:not(.hidden) {
    box-shadow: 0 1px var(--gap-xs) 0 rgba(0, 0, 0, 0.3);
    -webkit-animation: show_sticky_bottom 400ms forwards cubic-bezier(.4, 0, .2, 1);
    animation: show_sticky_bottom 400ms forwards cubic-bezier(.4, 0, .2, 1);
}

body.sticky-add-to-cart .ut2-pb__sticky-add-to-cart.position-bottom {
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px, rgba(0, 0, 0, 0.05) 0 7px 7px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ut2-sticky-panel__wrap .ty-dropdown-box__title[id].open+.ty-dropdown-box__content {
    transform: translateY(0);
}

.fixed-header .ut2-sticky-panel__wrap .ty-dropdown-box__content .ty-dropdown-box__title+div {
    max-height: calc(100% - 188px);
}

.ut2-sticky-panel__wrap .ty-dropdown-box__title[id].open {
    background: none;
    z-index: auto;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__title[id].open+.ty-dropdown-box__content {
    height: auto;
    border-radius: 0;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__title[id].open+.ty-dropdown-box__content::after {
    pointer-events: initial;
    opacity: 1;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__title[id].open+.ty-dropdown-box__content:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 50px;
    width: 100%;
    background: var(--color-general);
    opacity: 1;
    transition: opacity 400ms cubic-bezier(.4, 0, .2, 1);
    touch-action: none;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__title[id]>span::after,
.ut2-sticky-panel__wrap .ty-dropdown-box__title[id]>a::after {
    content: initial !important;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content {
    position: fixed;
    top: auto;
    left: 0;
    bottom: var(--bp-bottom-panel-height, 0px);
    padding: 0;
    transform: translateY(100%);
    transition: transform 400ms cubic-bezier(.4, 0, .2, 1);
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .ty-dropdown-box__title+div {
    margin-top: 0;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .buttons-container {
    border-radius: 0;
    padding-bottom: var(--gap-l);
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .buttons-container>.ty-btn,
.ut2-sticky-panel__wrap .ty-dropdown-box__content .buttons-container .ty-btn+.ty-btn {
    flex: 1 0 auto;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .buttons-container a.ty-btn:first-of-type {
    margin-left: 0;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .buttons-container a.ty-btn:last-of-type {
    margin-right: 0;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .buttons-container:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 50px;
    width: 100%;
    background: var(--fill-gray);
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .ut2-mini-cart__subtotal {
    padding-block-end: var(--gap-xs);
    width: 100%;
    border: 0;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .ut2-mini-cart__subtotal strong {
    font-size: 18px;
    display: block;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .ut2-mini-cart__subtotal .ty-float-right {
    text-align: right;
}

.ut2-sticky-panel__wrap .ty-dropdown-box__content .ty-cart-content__buttons.hidden {
    display: none;
}

.tygh-footer .ty-footer-grid {
    padding-block-end: var(--gap-xs);
}

html.js_sticky-bottom-panel_-exists: not(.js_sticky-buy-panel_-exists) .tygh-footer .ty-footer-grid {
    padding-block-end: calc(var(--sticky-bottom-panel-height) + var(--gap-xs));
}

html.js_sticky-bottom-panel_-exists.js_sticky-buy-panel_-exists.sticky-buy-panel-_bottom .tygh-footer .ty-footer-grid {
    padding-block-end: calc(var(--sticky-bottom-panel-height) + var(--sticky-add-to-cart-height) + var(--gap-xs));
}

html: not(.js_sticky-bottom-panel_-exists).js_sticky-buy-panel_-exists.sticky-buy-panel-_bottom .tygh-footer .ty-footer-grid {
    padding-block-end: calc(var(--sticky-add-to-cart-height) + var(--gap-xs));
}

html.js_sbp_dropdownbox_modal_-open .ut2-sticky-panel__wrap {
    z-index: 10000;
}

html.js_sbp_dropdownbox_modal_-open.js_catalog-v-menu_-open .ut2-sticky-panel__wrap {
    z-index: 5;
}

html.js_sbp_dropdownbox_modal_-open.js_fly-menu_-open .ut2-sticky-panel__wrap {
    z-index: 1;
}

.ut2-sw {
    position: relative;
    background: var(--color-general);
    min-width: 100%;
}

.ut2-sw>*:not(.ut2-sp-f):not(.ut2-rb):not(.ut2-fm-delimiter) {
    margin: var(--gap-sm) 0;
    padding: 0 var(--gap-s);
}

.ut2-sw>*:first-child {
    margin-top: 0;
}

.ut2-sw .ut2-rb {
    padding: var(--gap-sm) var(--gap-s);
}

.ut2-sw .ut2-rb.no-padding {
    padding: 0;
    width: 100%;
}

.ut2-sw .ty-wysiwyg-content ul,
.ut2-sw .ty-wysiwyg-content ol {
    margin-left: 0;
    list-style: none;
}

.ut2-sw>div .ty-logo-container {
    position: relative;
    padding: var(--gap-sm) var(--gap-s);
    margin: calc(var(--gap-sm) * -1) calc(var(--gap-s) * -1);
    min-width: calc(100% + var(--gap-s) * 2);
    z-index: 1;
    box-shadow: 0 0 0 1px var(--color-base5);
}

.ut2-sw>div .ty-logo-container__image {
    max-height: 40px;
    width: auto;
}

.ut2-sw>div .ty-logo-container a {
    display: flex;
}

.ut2-sw .account-info {
    background-color: #1e1e1e;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ut2-sw .ut2-account-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: var(--gap-xs);
}

.ut2-sw .ut2-account-info .ut2-account-info__icon {
    font-size: var(--ut2-header__common-button__icon-_size);
    color: white;
}

.ut2-sw .ut2-account-info a:not(.ty-btn) {
    color: white;
}

.ut2-sw .ut2-account-info a span {
    color: var(--color-font-lighten);
}

.ut2-sw .ut2-account-info a.underlined:hover {
    text-decoration: underline;
}

.ut2-sw .ut2-account-info p {
    flex: 1;
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
}

.ut2-sw .ut2-account-info p span {
    display: block;
    word-break: break-word;
    font-size: var(--font-size-small);
    line-height: 14px;
    padding-top: 5px;
    max-width: 90%;
}

.ut2-sw .ut2-account-info__buttons .ty-btn {
    height: var(--min-height-button);
}

.ut2-sw .ut2-account-links {
    margin: 0 calc(var(--gap-s) * -1);
}

.ut2-sw .ut2-account-links .ut2-mt {
    margin-top: 18px;
    padding: var(--gap-sm) var(--gap-s) 0;
    color: white;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    align-items: start;
}

.ut2-sw .ut2-account-links .ut2-mt>i {
    margin-block-start: 3px;
}

.ut2-sw .ut2-account-links .ut2-mt>i:after,
.ut2-sw .ut2-account-links .ut2-mt>i:before {
    background-color: var(--color-font-lighten-max);
}

.ut2-sw .ut2-account-links .ut2-mt.active {
    color: rgba(255, 255, 255, 0.5);
}

.ut2-sw .ut2-account-links .ut2-mt.active i:after {
    background-color: var(--color-font-lighten-max);
}

.ut2-sw .ut2-account-links .ut2-mt+.ut2-lfl {
    flex-direction: column;
    padding: 0 var(--gap-s);
}

.ut2-sw .ut2-account-links .ut2-mt+.ut2-lfl>p {
    padding: 5px 0;
}

.ut2-sw .ut2-account-links .ut2-mt+.ut2-lfl>p a {
    color: white;
    font-weight: normal;
}

.ut2-sw .ut2-account-links .ut2-fmw.toggle-it {
    max-height: 52px !important;
}

.ut2-sw .ut2-currencies .ty-select-wrapper .ty-select-block.cm-popup-box {
    right: 0;
    left: auto;
}

.ut2-sw .ut2-currencies .ty-select-wrapper .ty-select-block__list-a {
    justify-content: center;
}

.ut2-sw .ut2-languages .ty-select-wrapper .ty-select-block.cm-popup-box {
    right: auto;
    left: 0;
}

.ut2-sw .ut2-languages .ty-select-wrapper .ty-select-block__list-a {
    justify-content: flex-start;
}

.ut2-sw .ut2-languages,
.ut2-sw .ut2-currencies {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--gap-xs);
}

.ut2-sw .ut2-languages::before,
.ut2-sw .ut2-languages::after,
.ut2-sw .ut2-currencies::before,
.ut2-sw .ut2-currencies::after {
    content: initial;
}

.ut2-sw .ut2-languages .ty-select-wrapper,
.ut2-sw .ut2-currencies .ty-select-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 0;
    gap: var(--gap-xs);
}

.ut2-sw .ut2-languages .ty-select-wrapper:before,
.ut2-sw .ut2-languages .ty-select-wrapper:after,
.ut2-sw .ut2-currencies .ty-select-wrapper:before,
.ut2-sw .ut2-currencies .ty-select-wrapper:after {
    content: none;
}

.ut2-sw .ut2-languages .ty-select-block,
.ut2-sw .ut2-currencies .ty-select-block {
    min-width: var(--height-button);
    border-radius: 0;
    overflow: hidden;
}

.ut2-sw .ut2-languages .ty-select-block__txt,
.ut2-sw .ut2-currencies .ty-select-block__txt {
    float: initial;
    padding: 0;
}

@media (max-width: 899px) {

    .ut2-sw .ut2-languages .ty-select-block__txt,
    .ut2-sw .ut2-currencies .ty-select-block__txt {
        display: block !important;
    }
}

.ut2-sw .ut2-languages .ty-select-block__a,
.ut2-sw .ut2-currencies .ty-select-block__a {
    margin: 0;
}

.ut2-sw .ut2-languages .ty-select-block__a.open,
.ut2-sw .ut2-languages .ty-select-block__a.open:hover,
.ut2-sw .ut2-currencies .ty-select-block__a.open,
.ut2-sw .ut2-currencies .ty-select-block__a.open:hover {
    background: none;
    color: var(--color-font);
}

.ut2-sw .ut2-languages .ty-select-block__a.open .ty-select-block__arrow,
.ut2-sw .ut2-languages .ty-select-block__a.open:hover .ty-select-block__arrow,
.ut2-sw .ut2-currencies .ty-select-block__a.open .ty-select-block__arrow,
.ut2-sw .ut2-currencies .ty-select-block__a.open:hover .ty-select-block__arrow {
    color: var(--color-font);
}

.ut2-sw .ut2-languages .ty-select-block.cm-popup-box,
.ut2-sw .ut2-currencies .ty-select-block.cm-popup-box {
    top: var(--height-button);
}

.ut2-sw .ut2-languages .ty-select-block.cm-popup-box a,
.ut2-sw .ut2-currencies .ty-select-block.cm-popup-box a {
    justify-content: flex-start;
}

.ut2-sw .ut2-languages .ty-select-block__list-item,
.ut2-sw .ut2-currencies .ty-select-block__list-item {
    padding: 0;
}

.ut2-sw .ut2-languages .ty-select-block__list-a,
.ut2-sw .ut2-currencies .ty-select-block__list-a {
    margin-block: 0;
    border: none;
    color: var(--color-font);
}

.ut2-sw .ut2-languages .ty-select-block__list-a:not(.is-active):hover,
.ut2-sw .ut2-languages .ty-select-block__list-a.is-active:hover,
.ut2-sw .ut2-currencies .ty-select-block__list-a:not(.is-active):hover,
.ut2-sw .ut2-currencies .ty-select-block__list-a.is-active:hover {
    background-color: var(--color-base);
}

.ut2-sw .ut2-languages .ty-select-block__list-a:before,
.ut2-sw .ut2-languages .ty-select-block__list-a:after,
.ut2-sw .ut2-currencies .ty-select-block__list-a:before,
.ut2-sw .ut2-currencies .ty-select-block__list-a:after {
    width: auto;
}

.ut2-sw .ut2-languages a,
.ut2-sw .ut2-currencies a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--min-height-button);
    min-width: var(--min-height-button);
    padding: 8px;
    border: 1px solid #d7d7d7;
    border-radius: var(--border-radius);
}

.ut2-sw .ut2-languages a:last-child,
.ut2-sw .ut2-currencies a:last-child {
    margin-right: 0;
}

.ut2-sw .ut2-languages a:hover:not([class*="active"]),
.ut2-sw .ut2-currencies a:hover:not([class*="active"]) {
    border-color: #007cb9;
    color: #007cb9;
    background: none;
}

.ut2-sw a.ty-languages,
.ut2-sw a.ty-currencies {
    margin: 0;
}

.ut2-sw a.ty-languages__item,
.ut2-sw a.ty-currencies__item {
    color: var(--color-links);
}

.ut2-sw a.ty-languages__active,
.ut2-sw a.ty-languages__item:hover,
.ut2-sw a.ty-currencies__active,
.ut2-sw a.ty-currencies__item:hover {
    background: rgba(0, 124, 185, 0.1);
    border-color: var(--color-links);
    color: var(--color-links);
}

.ut2-sw .ty-languages__item .ty-icon.ty-flag {
    margin: 0;
}

.ut2-sw .ty-languages__item .ty-icon.ty-flag+span {
    margin-left: 3px;
}

.ut2-sw .ty-geo-maps__geolocation {
    display: flex;
    align-items: center;
    column-gap: var(--gap-xs);
}

.ut2-sw .ty-geo-maps__geolocation>span.hidden {
    display: inline-block;
    color: #1e1e1e;
}

.ut2-sw .ty-geo-maps__geolocation__opener {
    padding: initial;
    z-index: initial !important;
}

.ut2-sw .ut2-social-link-block {
    background: none;
    text-align: left;
    padding: var(--gap-s) 0 0;
    min-height: auto;
}

.ut2-sw .ut2-social-link-block .ty-mainbox-title {
    font-size: calc(var(--font-size-big) - 4px);
    justify-content: flex-start;
}

.ut2-sw .ut2-social-link-block .ty-social-link__title {
    font-size: var(--font-size-normal);
}

.ut2-sw .ut2-social-links {
    justify-content: flex-start;
}

.ut2-sw .ut2-social-links a {
    width: var(--min-height-button);
    height: var(--min-height-button);
}

.ut2-sw .ut2-menu-opener {
    width: 100%;
}

.ut2-sp-f {
    color: var(--color-font);
    cursor: pointer;
    position: absolute;
    z-index: 1010;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 150ms;
}

.ut2-sp-f i {
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transition: color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
}

.ut2-sp-f:hover {
    color: #1e1e1e;
}

.ut2-sp-f:hover i {
    background-color: white;
}

.ut2-st__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 50px 0 var(--gap-s);
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    font-weight: 900;
    font-size: calc(var(--font-size-medium) + 4px);
    color: #1e1e1e;
    background: #fff;
    cursor: default;
    z-index: 1;
}

.ut2-st__title+.ut2-sp-f i {
    background: transparent;
    color: #1e1e1e;
}

.ut2-st__title+.ut2-sp-f i:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ut2-st+div>.ut2-sw {
    padding-top: 0;
    padding-top: 1px;
}

.swipe-no-scroll {
    overflow: hidden;
}

.ut2-fm-delimiter {
    border-bottom: 1px solid #e4e4e4;
}

.ut2-fm {
    display: flex;
    flex-direction: column;
}

.ut2-lfl>i,
.ut2-lsl>i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -8px;
    height: 26px;
    width: 26px;
    margin-top: -13px;
    font-size: var(--font-size-normal);
    color: var(--color-font-lighten-max);
    letter-spacing: -2px;
    font-style: normal;
}

.ut2-lfl>i:before,
.ut2-lsl>i:before {
    content: "\e90a";
    font-family: uni2-icons;
}

.ut2-lfl {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: var(--gap-xxs) 0;
}

.ut2-lfl.hidden {
    display: none;
}

.ut2-lfl.ut2-lfl_inclusive {
    cursor: pointer;
    padding-inline-end: 26px;
}

.ut2-lfl:not(.active)>a,
.ut2-lfl:not(.active)>p {
    max-inline-size: 100%;
    overflow: clip;
    flex-grow: 1;
}

.ut2-lfl>div {
    visibility: hidden;
    opacity: 0;
    transition-delay: .4s;
    background-color: #fff;
}

.ut2-lfl>img {
    max-width: 32px;
    margin-right: var(--gap-xs);
    margin-top: 4px;
    flex-shrink: 0;
}

.ut2-lfl>img+p,
.ut2-lfl>img+a>p {
    min-height: 32px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.ut2-lfl>a>p {
    padding: 0;
}

.ut2-lfl>p {
    padding: 0;
}

.ut2-lfl>p>a {
    font-size: var(--font-size-normal);
    color: #1e1e1e;
}

.ut2-lfl>p>a:not(.hidden) {
    inline-size: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ut2-lfl>p>a .ut2-lfl__head__name {
    font-weight: 600;
}

.ut2-lfl>p>a .ut2-lfl__head__name:has(+ .m-label) {
    margin-inline-end: var(--gap-xxs);
}

.ut2-lfl>p>a .ut2-lfl__head__name+.m-label {
    vertical-align: middle;
    inset-inline-start: unset;
    margin-left: unset;
    margin-block-start: -1px;
}

.ut2-lfl>p>a .ut2-lfl__head__d {
    font-size: var(--font-size-small);
    padding: 3px 0;
    color: var(--color-font-lighten);
}

.ut2-lfl>p>a:hover {
    color: #007cb9;
}

.ut2-lfl:hover i:before {
    color: var(--color-links);
}

.ut2-lfl:hover>p>a {
    color: #007cb9;
}

.ut2-lfl:hover>div {
    visibility: visible;
    opacity: 1;
}

.ut2-slw {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: hidden;
    position: fixed;
    top: 0 !important;
    bottom: 0 !important;
    left: 100%;
    z-index: 1;
    width: calc(100vw - var(--lt-sticky-panel-width));
    max-width: 1240px;
    min-width: var(--lt-sticky-panel-width);
    overflow-y: auto;
    background: var(--color-general);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.ut2-slw::-webkit-scrollbar {
    width: 5px;
}

.ut2-slw.no-translate {
    flex-direction: row;
}

.ut2-slw>.ut2-lsl {
    padding-top: var(--gap-s);
}

.ut2-slw__html {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    min-width: 100%;
    padding: var(--gap-s) 0;
}

@media (max-width: 1024px) {
    .ut2-slw__html-item {
        display: none;
    }
}

@media (min-width: 1025px) {
    .ut2-slw__html-item {
        display: flex;
        flex: 1 0 auto;
        width: var(--lt-sticky-panel-width);
    }

    .ut2-slw__html-item>p {
        padding: 0;
    }

    .ut2-slw__html-item.right_top {
        align-items: flex-start;
        justify-content: center;
        max-width: var(--lt-sticky-panel-width);
        margin-left: var(--gap-s);
        border-left: 1px solid var(--color-base);
    }

    .ut2-slw__html-item.right_top>div,
    .ut2-slw__html-item.right_top>p {
        padding: var(--gap-s);
        min-height: 100dvh;
    }

    .ut2-slw__html-item.bottom {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: -1;
    }
}

.ut2-slw__right-panel .ut2-lsl {
    width: 25%;
}

@media (max-width: 1599px) {
    .ut2-slw__right-panel .ut2-lsl {
        width: calc(33.3333% - var(--gap-m));
        min-width: 185px;
    }
}

@media (max-width: 1270px) and (min-width: 900px) {
    .ut2-slw__right-panel .ut2-lsl {
        width: calc(50% - var(--gap-m));
    }
}

@media (max-width: 1065px) and (min-width: 900px) {
    .ut2-slw__right-panel .ut2-lsl.with-pic {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .ut2-slw__right-panel .ut2-slw__html {
        width: calc(100% - var(--lt-sticky-panel-width) - var(--gap-s));
        min-width: calc(100% - var(--lt-sticky-panel-width) - var(--gap-s));
    }
}

.ut2-lsl {
    position: relative;
    padding-left: var(--gap-m);
    width: 20%;
    min-width: 200px;
}

.ut2-lsl__more-link {
    width: 100%;
    cursor: pointer;
    order: 1;
}

.ut2-lsl__more-link>span {
    position: relative;
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 124, 185, 0.5);
    color: #007cb9;
}

.ut2-lsl__more-link>span:hover {
    text-decoration-color: #07587f;
}

.ut2-lsl__more-link>span:hover {
    color: var(--color-links-active);
}

.ut2-lsl__more-link::after {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    display: inline-block;
    content: "\e908";
    font-size: var(--font-size-medium);
    color: var(--color-links);
    position: relative;
    inset-block-start: 1px;
}

.ut2-lsl__more-link[href^=http]::after {
    content: '\e90a';
    font-size: 10px;
    margin-inline-start: 1px;
}

html[dir="rtl"] .ut2-lsl__more-link[href^=http]::after {
    transform: scaleX(-1);
}

.ut2-lsl>p a {
    font-size: var(--font-size-normal);
    font-weight: 600;
    color: var(--color-font);
}

.ut2-lsl>p a:hover {
    color: #007cb9;
}

.ut2-lsl>p a:not(.hidden) {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.ut2-lsl>p a[href="javascript:void(0)"] {
    cursor: default;
}

.ut2-lsl>p a span.img {
    display: flex;
    align-items: center;
    max-height: 100px;
    max-width: 100px;
    margin-bottom: var(--gap-xs);
}

.ut2-lsl>p a span.img img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.ut2-lsl>p a span.img+span {
    max-inline-size: 100%;
    overflow: clip;
}

.ut2-lsl.ut2-lsl__show_more {
    width: auto;
}

@media (min-width: 900px) {
    .ut2-lsl.ut2-lsl__show_more .ty-menu__submenu-alt-link {
        margin-top: 4px;
    }
}

.ut2-mt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 26px;
    font-size: var(--font-size-normal);
    color: rgba(30, 30, 30, 0.5);
    cursor: pointer;
    margin-bottom: var(--gap-xs);
}

.ut2-mt>i {
    position: relative;
    width: 15px;
    height: 15px;
}

.ut2-mt>i:before,
.ut2-mt>i:after {
    content: "";
    position: absolute;
    background-color: #1e1e1e;
    transition: transform 150ms;
}

.ut2-mt>i:before {
    inset-block-start: 0;
    inset-inline-start: 50%;
    width: 2px;
    height: 15px;
    margin-inline-start: -1px;
}

.ut2-mt>i:after {
    inset-block-start: 50%;
    inset-inline-start: 0;
    width: 15px;
    height: 2px;
    margin-block-start: -1px;
}

.ut2-mt>i:hover {
    cursor: pointer;
}

.ut2-fmw:not(.toggle-it)>.ut2-mt>i,
.ut2-fmw>.ut2-mt.active>i {
    position: relative;
    width: 15px;
    height: 15px;
}

.ut2-fmw:not(.toggle-it)>.ut2-mt>i:after,
.ut2-fmw>.ut2-mt.active>i:after {
    content: "";
    position: absolute;
    background-color: #1e1e1e;
    transition: transform 150ms;
}

.ut2-fmw:not(.toggle-it)>.ut2-mt>i:before,
.ut2-fmw>.ut2-mt.active>i:before {
    content: none;
}

.ut2-fmw:not(.toggle-it)>.ut2-mt>i:after,
.ut2-fmw>.ut2-mt.active>i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.ut2-fmw:not(.toggle-it)>.ut2-mt>i:hover,
.ut2-fmw>.ut2-mt.active>i:hover {
    cursor: pointer;
}

.ut2-fmw:not(.toggle-it)>.ut2-mt>i:after,
.ut2-fmw>.ut2-mt.active>i:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ut2-tlw {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: var(--gap-m);
}

.ut2-tlw a:not(.hidden) {
    max-inline-size: 100%;
    overflow: clip;
    display: flex;
    align-items: center;
    padding: 3px 0;
    color: rgba(30, 30, 30, 0.75);
}

.tablet-screen .ut2-tlw a:not(.hidden),
.mobile-screen .ut2-tlw a:not(.hidden) {
    color: var(--color-font);
}

@media (hover: hover) {
    .ut2-tlw a:not(.hidden):not(.ut2-lsl__more-link):hover {
        color: var(--color-links-active);
        text-decoration: underline;
        text-decoration-color: rgba(46, 108, 139, 0.2);
    }
}

.tablet-screen .ut2-sw-w,
.mobile-screen .ut2-sw-w {
    width: min(100vw, var(--lt-sticky-panel-width));
}

.tablet-screen .ut2-sw-w .ut2-scroll,
.mobile-screen .ut2-sw-w .ut2-scroll {
    padding-top: 0;
}

@media (hover: none) {

    .tablet-screen .ut2-sw-w .ut2-scroll,
    .mobile-screen .ut2-sw-w .ut2-scroll {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .tablet-screen .ut2-sw-w .ut2-scroll::-webkit-scrollbar,
    .mobile-screen .ut2-sw-w .ut2-scroll::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.tablet-screen .ut2-sw-w .ut2-sp-f,
.mobile-screen .ut2-sw-w .ut2-sp-f {
    position: fixed;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.tablet-screen .ut2-sw-w .ut2-st+.ut2-scroll,
.mobile-screen .ut2-sw-w .ut2-st+.ut2-scroll {
    height: 100%;
}

.tablet-screen .ut2-sw-w .ut2-st__title,
.mobile-screen .ut2-sw-w .ut2-st__title {
    position: absolute;
    margin-bottom: -50px;
    border-bottom: 1px solid var(--color-base5);
}

.tablet-screen .ut2-sw-w .ut2-st__title+.ut2-sp-f,
.mobile-screen .ut2-sw-w .ut2-st__title+.ut2-sp-f {
    margin-top: 0;
}

.tablet-screen i.ut2-fm__link-back,
.mobile-screen i.ut2-fm__link-back {
    font-style: normal;
    font-size: var(--font-size-normal);
    letter-spacing: -2px;
}

.tablet-screen i.ut2-fm__link-back span,
.mobile-screen i.ut2-fm__link-back span {
    display: none;
}

.tablet-screen .ut2-lfl,
.tablet-screen .ut2-slw,
.mobile-screen .ut2-lfl,
.mobile-screen .ut2-slw {
    min-width: 100%;
    align-items: center;
}

.tablet-screen .ut2-lfl p>strong,
.tablet-screen .ut2-slw p>strong,
.mobile-screen .ut2-lfl p>strong,
.mobile-screen .ut2-slw p>strong {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: clip;
    font-size: var(--font-size-medium);
}

.tablet-screen .ut2-lfl p>strong~span:not(.m-label),
.tablet-screen .ut2-slw p>strong~span:not(.m-label),
.mobile-screen .ut2-lfl p>strong~span:not(.m-label),
.mobile-screen .ut2-slw p>strong~span:not(.m-label) {
    font-size: 13px;
    line-height: 1.2;
    color: rgba(30, 30, 30, 0.5);
    padding-top: 3px;
}

.tablet-screen .ut2-lfl>p,
.tablet-screen .ut2-slw>p,
.mobile-screen .ut2-lfl>p,
.mobile-screen .ut2-slw>p {
    width: 100%;
}

.tablet-screen .ut2-lfl>p a,
.tablet-screen .ut2-lfl>p strong,
.tablet-screen .ut2-slw>p a,
.tablet-screen .ut2-slw>p strong,
.mobile-screen .ut2-lfl>p a,
.mobile-screen .ut2-lfl>p strong,
.mobile-screen .ut2-slw>p a,
.mobile-screen .ut2-slw>p strong {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: 600;
    color: var(--color-font);
    font-size: var(--font-size-medium);
}

.tablet-screen .main-menu .ut2-lfl,
.mobile-screen .main-menu .ut2-lfl {
    padding: var(--gap-xs) 0;
}

.tablet-screen .ut2-lfl>div,
.tablet-screen .ut2-lsl>div,
.mobile-screen .ut2-lfl>div,
.mobile-screen .ut2-lsl>div {
    display: none;
}

.tablet-screen .ut2-lfl:hover i:before,
.tablet-screen .ut2-lsl:hover i:before,
.mobile-screen .ut2-lfl:hover i:before,
.mobile-screen .ut2-lsl:hover i:before {
    color: rgba(30, 30, 30, 0.4);
}

.tablet-screen .ut2-lfl.active,
.tablet-screen .ut2-lsl.active,
.mobile-screen .ut2-lfl.active,
.mobile-screen .ut2-lsl.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--color-general);
    height: 100%;
    width: 100%;
    max-width: 480px;
    padding: 50px var(--gap-s) 0;
    z-index: 1;
    overflow: hidden;
}

.tablet-screen .ut2-lfl.active>img,
.tablet-screen .ut2-lsl.active>img,
.mobile-screen .ut2-lfl.active>img,
.mobile-screen .ut2-lsl.active>img {
    position: absolute;
    left: var(--gap-s);
    margin-top: 14px;
}

.tablet-screen .ut2-lfl.active>img+p,
.tablet-screen .ut2-lsl.active>img+p,
.mobile-screen .ut2-lfl.active>img+p,
.mobile-screen .ut2-lsl.active>img+p {
    padding-left: 65px;
}

.tablet-screen .ut2-lfl.active>p,
.tablet-screen .ut2-lsl.active>p,
.mobile-screen .ut2-lfl.active>p,
.mobile-screen .ut2-lsl.active>p {
    min-height: 63px;
    border-top: 1px solid var(--color-base5);
    width: calc(100% + var(--gap-s) * 2);
    margin: 0 calc(var(--gap-s) * -1) var(--gap-xs) calc(var(--gap-s) * -1);
    padding: var(--gap-xs) var(--gap-s) 12px var(--gap-s);
    background: var(--fill-gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tablet-screen .ut2-lfl.active>p>strong,
.tablet-screen .ut2-lsl.active>p>strong,
.mobile-screen .ut2-lfl.active>p>strong,
.mobile-screen .ut2-lsl.active>p>strong {
    font-size: var(--font-size-medium);
    text-decoration: none;
    width: auto;
    max-inline-size: 100%;
    overflow: clip;
}

.tablet-screen .ut2-lfl.active>p>strong+a,
.tablet-screen .ut2-lsl.active>p>strong+a,
.mobile-screen .ut2-lfl.active>p>strong+a,
.mobile-screen .ut2-lsl.active>p>strong+a {
    font-weight: normal;
    color: var(--color-links);
    text-decoration: underline;
    display: block;
    align-self: flex-start;
}

.tablet-screen .ut2-lfl.active>p span:not(.m-label),
.tablet-screen .ut2-lsl.active>p span:not(.m-label),
.mobile-screen .ut2-lfl.active>p span:not(.m-label),
.mobile-screen .ut2-lsl.active>p span:not(.m-label) {
    display: none;
}

.tablet-screen .ut2-lfl.active>i,
.tablet-screen .ut2-lsl.active>i,
.mobile-screen .ut2-lfl.active>i,
.mobile-screen .ut2-lsl.active>i {
    top: 25px;
    left: var(--gap-s);
    right: auto;
    font-size: var(--font-size-medium);
    height: 26px;
    width: calc(100% - 60px);
    justify-content: flex-start;
    line-height: 1;
    letter-spacing: 0;
}

.tablet-screen .ut2-lfl.active>i:before,
.tablet-screen .ut2-lsl.active>i:before,
.mobile-screen .ut2-lfl.active>i:before,
.mobile-screen .ut2-lsl.active>i:before {
    content: "\e9cd";
    color: var(--color-font);
    font-size: 20px;
    margin-inline: -5px 3px;
}

.tablet-screen .ut2-lfl.active>i span,
.tablet-screen .ut2-lsl.active>i span,
.mobile-screen .ut2-lfl.active>i span,
.mobile-screen .ut2-lsl.active>i span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    max-width: 100%;
    font-size: var(--font-size-medium);
    color: var(--color-font);
}

.tablet-screen .ut2-lfl.active .ut2-slw,
.tablet-screen .ut2-lsl.active .ut2-slw,
.mobile-screen .ut2-lfl.active .ut2-slw,
.mobile-screen .ut2-lsl.active .ut2-slw {
    position: initial;
    height: auto;
    min-height: auto;
    -webkit-transform: none;
    transform: none;
    display: block;
    box-shadow: none;
    padding: 0 var(--gap-s);
    width: calc(100% + var(--gap-s) * 2);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tablet-screen .ut2-lfl.active .ut2-slw .ut2-lsl:last-child,
.tablet-screen .ut2-lsl.active .ut2-slw .ut2-lsl:last-child,
.mobile-screen .ut2-lfl.active .ut2-slw .ut2-lsl:last-child,
.mobile-screen .ut2-lsl.active .ut2-slw .ut2-lsl:last-child {
    margin-bottom: var(--gap-s);
}

.tablet-screen .ut2-lfl.active .ut2-slw .ut2-lsl:not(.active) strong,
.tablet-screen .ut2-lsl.active .ut2-slw .ut2-lsl:not(.active) strong,
.mobile-screen .ut2-lfl.active .ut2-slw .ut2-lsl:not(.active) strong,
.mobile-screen .ut2-lsl.active .ut2-slw .ut2-lsl:not(.active) strong {
    font-weight: normal;
}

.tablet-screen .ut2-lfl.active .ut2-slw .ut2-tlw,
.tablet-screen .ut2-lsl.active .ut2-slw .ut2-tlw,
.mobile-screen .ut2-lfl.active .ut2-slw .ut2-tlw,
.mobile-screen .ut2-lsl.active .ut2-slw .ut2-tlw {
    display: none;
}

.tablet-screen .ut2-lsl,
.tablet-screen .ut2-tlw,
.mobile-screen .ut2-lsl,
.mobile-screen .ut2-tlw {
    width: 100%;
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 0;
}

.tablet-screen .ut2-lsl a,
.tablet-screen .ut2-tlw a,
.mobile-screen .ut2-lsl a,
.mobile-screen .ut2-tlw a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: normal;
    padding: 0;
    font-size: var(--font-size-medium);
}

.tablet-screen .ut2-lsl p,
.tablet-screen .ut2-tlw p,
.mobile-screen .ut2-lsl p,
.mobile-screen .ut2-tlw p {
    padding: var(--gap-xs) 0;
    border-bottom: none;
    margin-bottom: 0;
}

.tablet-screen .ut2-lsl p em,
.tablet-screen .ut2-tlw p em,
.mobile-screen .ut2-lsl p em,
.mobile-screen .ut2-tlw p em {
    display: none;
}

.tablet-screen .ut2-lsl.active strong,
.tablet-screen .ut2-tlw.active strong,
.mobile-screen .ut2-lsl.active strong,
.mobile-screen .ut2-tlw.active strong {
    font-weight: 600;
}

.tablet-screen .ut2-lsl.active .ut2-tlw,
.tablet-screen .ut2-tlw.active .ut2-tlw,
.mobile-screen .ut2-lsl.active .ut2-tlw,
.mobile-screen .ut2-tlw.active .ut2-tlw {
    display: block !important;
    max-height: 100dvh !important;
}

.tablet-screen .ut2-tlw,
.mobile-screen .ut2-tlw {
    width: calc(100% + var(--gap-s) * 2);
    padding-inline: var(--gap-s);
    margin-inline-start: calc(var(--gap-s) * -1);
    overflow-y: auto;
}

.tablet-screen .ut2-tlw::-webkit-scrollbar,
.mobile-screen .ut2-tlw::-webkit-scrollbar {
    width: 5px;
}

.tablet-screen .ut2-fmbtm,
.mobile-screen .ut2-fmbtm {
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-left: 50px;
    cursor: pointer;
    position: relative;
}

.tablet-screen .ut2-fmbtm:before,
.mobile-screen .ut2-fmbtm:before {
    position: absolute;
    height: 100%;
    width: 50px;
    left: 0;
    content: "\e90a";
    font-family: uni2-icons;
    color: var(--color-base5);
    display: flex;
    justify-content: center;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 5px;
}

.tablet-screen .ut2-mt,
.mobile-screen .ut2-mt {
    font-size: var(--font-size-medium);
}

.ut2-ld {
    height: 3px;
    background: #fff;
    margin: var(--gap-xs) 0;
}

.no-border {
    border: none !important;
}

.ut2-fmw {
    border-bottom: 1px solid rgba(217, 217, 217, 0.7);
}

.ut2-fmw:last-child {
    border-bottom: none;
}

.ut2-fmw.toggle-it {
    overflow: hidden;
    max-height: 26px !important;
}

.ut2-swipe-liner.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.01);
}

.ut2-swipe-liner.active~.cm-combination {
    z-index: 90;
}

.ut2-lfl.ut2-fm-active-item:not(.ty-menu-item__products).active>p::before {
    display: none;
}

.ut2-lfl.ut2-fm-active-item:not(.ty-menu-item__products)>p::before {
    content: '';
    background: #f44336;
    inline-size: 3px;
    position: absolute;
    inset-block: var(--gap-xxs);
    inset-inline-start: calc(var(--gap-s) * -1);
    border-start-end-radius: 3px;
    border-end-end-radius: 3px;
}

.desktop-screen .ut2-lsl>p.ut2-fm-active-item .img+span,
.desktop-screen .ut2-tlw a.ut2-fm-active-item {
    position: relative;
}

.desktop-screen .ut2-lsl>p.ut2-fm-active-item .img+span::before,
.desktop-screen .ut2-tlw a.ut2-fm-active-item::before {
    content: "";
    background: #f44336;
    border-radius: 50%;
    inline-size: 5px;
    block-size: 5px;
    position: absolute;
    inset-inline-start: 0;
    transform: translate(-10px, -50%);
}

.desktop-screen .ut2-lsl>p.ut2-fm-active-item:has(+ .ut2-tlw a.ut2-fm-active-item) .img+span::before {
    background: rgba(244, 67, 54, 0.5);
}

.desktop-screen .ut2-lsl>p.ut2-fm-active-item .img+span::before {
    inset-block-start: 8.4px;
}

.tablet-screen .ut2-lsl.active>p.ut2-fm-active-item strong,
.mobile-screen .ut2-lsl.active>p.ut2-fm-active-item strong {
    color: var(--color-font);
}

.tablet-screen .ut2-lsl.active>p.ut2-fm-active-item strong::before,
.mobile-screen .ut2-lsl.active>p.ut2-fm-active-item strong::before {
    display: none;
}

.tablet-screen .ut2-lsl>p.ut2-fm-active-item strong,
.mobile-screen .ut2-lsl>p.ut2-fm-active-item strong {
    color: var(--color-font-lighten);
    position: relative;
}

.tablet-screen .ut2-lsl>p.ut2-fm-active-item strong::before,
.mobile-screen .ut2-lsl>p.ut2-fm-active-item strong::before {
    content: '';
    background: #f44336;
    inline-size: 3px;
    position: absolute;
    inset-block: 0;
    inset-inline-start: calc(var(--gap-s) * -1);
    border-start-end-radius: 3px;
    border-end-end-radius: 3px;
}

.desktop-screen .ut2-tlw a.ut2-fm-active-item::before {
    inset-block-start: 11.4px;
}

.tablet-screen .ut2-tlw a.ut2-fm-active-item,
.mobile-screen .ut2-tlw a.ut2-fm-active-item {
    color: var(--color-font-lighten) !important;
    position: relative;
}

.tablet-screen .ut2-tlw a.ut2-fm-active-item::before,
.mobile-screen .ut2-tlw a.ut2-fm-active-item::before {
    content: '';
    background: #f44336;
    inline-size: 3px;
    position: absolute;
    inset-block: 0;
    inset-inline-start: calc(var(--gap-s) * -1);
    border-start-end-radius: 3px;
    border-end-end-radius: 3px;
}

h1,
h2,
h3 {
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    font-weight: 900;
    letter-spacing: normal;
}

h1 a,
h2 a,
h3 a {
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
}

h1 {
    font-size: var(--font-size-extra-big);
}

h2 {
    font-size: var(--font-size-big);
}

h3 {
    font-size: calc(var(--font-size-big) - 4px);
}

h4 {
    font-size: calc(var(--font-size-big) - 6px);
}

h5,
h6 {
    font-size: var(--font-size-medium);
    font-weight: bold;
}

a {
    color: var(--color-font);
}

a:hover {
    color: var(--color-links-active);
}

.text--nowrap {
    white-space: nowrap;
}

.ty-wysiwyg-content {
    max-width: 100%;
}

.ty-wysiwyg-content.content-required_products p,
.ty-wysiwyg-content.content-required_products div,
.ty-wysiwyg-content.content-required_products ul,
.ty-wysiwyg-content.content-required_products li {
    line-height: normal;
}

.ty-wysiwyg-content p,
.ty-wysiwyg-content div,
.ty-wysiwyg-content ul,
.ty-wysiwyg-content li {
    line-height: 1.45;
}

.ty-wysiwyg-content h1,
.ty-wysiwyg-content h2,
.ty-wysiwyg-content h3,
.ty-wysiwyg-content h4,
.ty-wysiwyg-content h5,
.ty-wysiwyg-content h6 {
    margin-top: var(--gap-s);
    margin-bottom: var(--gap-xxs);
}

.ty-wysiwyg-content h1 {
    font-size: var(--font-size-extra-big);
}

.ty-wysiwyg-content h2 {
    font-size: var(--font-size-big);
}

.ty-wysiwyg-content h3 {
    font-size: calc(var(--font-size-big) - 4px);
}

.ty-wysiwyg-content h4 {
    font-size: calc(var(--font-size-big) - 6px);
}

.ty-wysiwyg-content h5,
.ty-wysiwyg-content h6 {
    font-size: var(--font-size-medium);
    font-weight: bold;
}

.ty-wysiwyg-content ul,
.ty-wysiwyg-content ol {
    margin-left: var(--gap-m);
    padding: var(--gap-xxs) 0;
}

.ty-wysiwyg-content table {
    width: 100%;
    margin: var(--gap-s) 0;
    padding-bottom: 5px;
}

.ty-wysiwyg-content table td,
.ty-wysiwyg-content table th {
    border: 1px solid var(--color-base);
    padding: var(--gap-xs) var(--gap-sm);
    vertical-align: middle;
    color: var(--color-font);
}

.ty-wysiwyg-content table thead td,
.ty-wysiwyg-content table th {
    color: var(--color-font);
    font-weight: bold;
    border-bottom-color: var(--color-base10);
}

@media (max-width: 979px) {
    .ty-wysiwyg-content table {
        display: block;
        overflow: auto;
    }
}

.ty-wysiwyg-content iframe {
    max-width: 100%;
}

.fill-color-box .abt__ut2_grid_tabs.ty-tabs__item {
    border-color: rgba(255, 255, 255, 0.65);
}

.fill-color-box .abt__ut2_grid_tabs.ty-tabs__item span {
    color: rgba(255, 255, 255, 0.65);
}

.fill-color-box .abt__ut2_grid_tabs.ty-tabs__item.active {
    border-color: white;
}

.fill-color-box .abt__ut2_grid_tabs.ty-tabs__item.active span {
    color: white;
}

.fill-color-box .abt__ut2_grid_tabs.ty-tabs__item:hover {
    border-color: white;
    color: white;
}

.fill-color-box .abt__ut2_grid_tabs.ty-tabs__item:hover span {
    color: white;
}

.ut2-wrap-container .ty-mainbox-title:not[class*="ut2"] {
    margin-bottom: var(--gap-sm);
}

.ut2-center>div:first-child {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    width: fit-content;
}

.ut2-center>div:first-child:after,
.ut2-center>div:first-child:before {
    content: none;
}

.ty-mainbox-title,
.ty-mainbox-simple-title,
.ut2-sidebox-title,
.ut2-sidebox__title {
    margin-bottom: 0;
}

.ty-mainbox-title~div,
.ty-mainbox-simple-title~div,
.ut2-sidebox-title~div,
.ut2-sidebox__title~div {
    padding-top: var(--gap-xs);
}

.ty-mainbox-title.outside-controls,
.ty-mainbox-simple-title.outside-controls,
.ut2-sidebox-title.outside-controls,
.ut2-sidebox__title.outside-controls {
    padding-right: 90px;
    min-height: var(--min-height-button);
    margin-bottom: 0;
}

.ty-mainbox-title.outside-controls:not(:has(.ty-btn)),
.ty-mainbox-simple-title.outside-controls:not(:has(.ty-btn)),
.ut2-sidebox-title.outside-controls:not(:has(.ty-btn)),
.ut2-sidebox__title.outside-controls:not(:has(.ty-btn)) {
    justify-content: flex-start;
}

.ty-mainbox-title.outside-controls~div .ty-owl-controls,
.ty-mainbox-simple-title.outside-controls~div .ty-owl-controls,
.ut2-sidebox-title.outside-controls~div .ty-owl-controls,
.ut2-sidebox__title.outside-controls~div .ty-owl-controls {
    position: absolute;
    width: 90px;
    right: 0;
    top: 0;
    padding-bottom: 0;
}

.ut2-gray-box .ty-mainbox-title.outside-controls~div .ty-owl-controls,
.ut2-border-box .ty-mainbox-title.outside-controls~div .ty-owl-controls,
.ut2-color-box .ty-mainbox-title.outside-controls~div .ty-owl-controls,
.ut2-second-color-box .ty-mainbox-title.outside-controls~div .ty-owl-controls,
.ut2-gray-box .ty-mainbox-simple-title.outside-controls~div .ty-owl-controls,
.ut2-border-box .ty-mainbox-simple-title.outside-controls~div .ty-owl-controls,
.ut2-color-box .ty-mainbox-simple-title.outside-controls~div .ty-owl-controls,
.ut2-second-color-box .ty-mainbox-simple-title.outside-controls~div .ty-owl-controls,
.ut2-gray-box .ut2-sidebox-title.outside-controls~div .ty-owl-controls,
.ut2-border-box .ut2-sidebox-title.outside-controls~div .ty-owl-controls,
.ut2-color-box .ut2-sidebox-title.outside-controls~div .ty-owl-controls,
.ut2-second-color-box .ut2-sidebox-title.outside-controls~div .ty-owl-controls,
.ut2-gray-box .ut2-sidebox__title.outside-controls~div .ty-owl-controls,
.ut2-border-box .ut2-sidebox__title.outside-controls~div .ty-owl-controls,
.ut2-color-box .ut2-sidebox__title.outside-controls~div .ty-owl-controls,
.ut2-second-color-box .ut2-sidebox__title.outside-controls~div .ty-owl-controls {
    right: var(--gap-sm);
    top: var(--gap-sm);
}

.ty-mainbox-title.outside-controls~div .owl-controls-outside,
.ty-mainbox-simple-title.outside-controls~div .owl-controls-outside,
.ut2-sidebox-title.outside-controls~div .owl-controls-outside,
.ut2-sidebox__title.outside-controls~div .owl-controls-outside {
    background: unset;
}

.ut2-sidebox-important__title.outside-controls {
    padding-right: 105px;
    min-height: var(--min-height-button);
    justify-content: flex-start;
}

.ut2-sidebox-important__title.outside-controls~div .ty-owl-controls {
    position: absolute;
    width: 105px;
    right: var(--gap-sm);
    top: var(--gap-xs);
    padding-bottom: 0;
}

.ut2-sidebox-important__title.outside-controls~div .owl-controls-outside {
    background: unset;
}

.ty-mainbox-simple-title {
    font-size: var(--font-size-medium);
    color: var(--color-font-lighten);
    border-bottom: 1px solid var(--color-base);
    padding-bottom: var(--gap-sm);
    margin-bottom: 0;
}

.ty-mainbox-simple-title.outside-controls~div .ty-owl-controls {
    top: -8px;
}

.ty-mainbox-simple-body {
    padding-block-start: var(--gap-sm);
}

.ut2-sidebox__title-wrapper,
.ut2-sidebox-important__title-wrapper,
.ut2-sidebox__title>span {
    color: var(--color-font);
    font-size: var(--font-size-large);
    font-weight: bold;
    text-transform: none;
}

.ut2-sidebox__body {
    display: inline-block;
    width: 100%;
}

.ut2-sidebox__body:not(:has(.grid-list)) {
    padding-top: var(--gap-xs);
}

.ut2-sidebox-important {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    background: var(--color-general);
    border: 1px solid var(--color-base);
    border-radius: var(--border-radius-box);
}

.ut2-sidebox-important:not(:has(.grid-list)) {
    overflow: hidden;
}

.ut2-sidebox-important+.ut2-sidebox-important {
    margin-block-start: var(--gap-s);
}

.ut2-sidebox-important__title {
    width: 100%;
    padding: var(--gap-sm) var(--gap-sm) 0;
}

.ut2-sidebox-important__title.outside-controls .ut2-sidebox-important__title-wrapper {
    display: flex;
    align-items: center;
    min-height: var(--min-height-button);
}

.ut2-sidebox-important__body {
    display: inline-block;
    width: 100%;
    padding: var(--gap-xs) var(--gap-sm) var(--gap-sm);
}

.ut2-sidebox-important [class$="__item"] {
    border-bottom-color: var(--color-base5);
}

.ut2-sidebox,
.ut2-sidebox-important,
.ty-mainbox-container,
.ty-mainbox-simple-container {
    position: relative;
}

.ty-subheader,
.ty-mainbox-title,
.ty-footer-form-block__title,
a.ty-quick-view__title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    line-height: normal;
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: normal;
}

.ty-mainbox-title,
.ty-mainbox-simple-title,
.ut2-sidebox-important__title,
.ut2-sidebox__title,
.ut2-secondbox__title,
.ut2-secondbox__title-wrapper,
.ut2-secondbox-important__title-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: var(--gap-xs) var(--gap-s);
}

.ty-mainbox-title:after,
.ty-mainbox-title:before,
.ty-mainbox-simple-title:after,
.ty-mainbox-simple-title:before,
.ut2-sidebox-important__title:after,
.ut2-sidebox-important__title:before,
.ut2-sidebox__title:after,
.ut2-sidebox__title:before,
.ut2-secondbox__title:after,
.ut2-secondbox__title:before,
.ut2-secondbox__title-wrapper:after,
.ut2-secondbox__title-wrapper:before,
.ut2-secondbox-important__title-wrapper:after,
.ut2-secondbox-important__title-wrapper:before {
    content: none;
}

.ty-mainbox-title__right {
    margin-top: 0;
}

.ty-subheader {
    color: var(--color-font);
    font-size: var(--font-size-large);
}

.ty-control-group__title {
    font-weight: normal;
}

.ty-section__title {
    background: var(--fill-gray);
}

[class*="title"] mark {
    color: var(--color-main);
    background: inherit;
    text-decoration: none;
    text-shadow: none;
}

.ty-section__body {
    border-color: var(--color-base);
    padding: var(--gap-sm) var(--gap-sm) var(--gap-xs);
}

.ty-section__body .buttons-container {
    background: none;
    padding: 0;
}

.ty-mainbox-container+.ty-mainbox-container {
    margin-block-start: var(--gap-s);
}

.abt__ut2-block-link {
    display: flex;
    align-items: center;
    column-gap: 3px;
    font-size: var(--font-size-medium);
}

.abt__ut2-block-link span.ut2-icon-outline-info {
    font-size: calc(var(--button-font-size) + 4px);
    color: var(--color-font-lighten-max);
}

.abt__ut2-block-link span.ut2-icon-outline-arrow_forward {
    font-size: calc(var(--button-font-size) - 2px);
    inset: 1px -1px;
    position: relative;
}

.abt__ut2-block-link:not(:hover).cm-tooltip {
    color: var(--color-font-lighten);
}

.ty-mainbox-title:not[class*="ut2-"] {
    margin-bottom: var(--gap-s);
}

.ty-mainbox-title[class*="ut2-"] {
    margin-bottom: unset;
}

.ty-mainbox-title:has(.abt__ut2-block-link)>span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--gap-xs) var(--gap-s);
}

.ty-mainbox-title:has(.abt__ut2-block-link).ut2-center-title>span {
    justify-content: center;
}

.ty-mainbox-title.ut2-center-title {
    justify-content: center;
    text-align: center;
}

.ty-mainbox-title.ut2-title-line-decoration {
    position: relative;
    z-index: 0;
}

.ty-mainbox-title.ut2-title-line-decoration>span {
    background: var(--color-content);
    padding-right: var(--gap-sm);
    z-index: 1;
}

.ty-mainbox-title.ut2-title-line-decoration:after {
    content: "";
    width: 100%;
    border-bottom: 1px solid var(--color-base5);
    position: absolute;
    top: 50%;
}

.ty-mainbox-title.ut2-title-line-decoration.ut2-center-title>span {
    padding-left: var(--gap-sm);
}

.ty-mainbox-title.ut2-big-size-title {
    font-size: calc(var(--font-size-extra-big) + 2px);
    line-height: 1.3;
}

.ty-mainbox-title.ut2-biggest-size-title {
    line-height: 1.2;
}

@media (min-width: 461px) {
    .ty-mainbox-title.ut2-biggest-size-title {
        font-size: calc(var(--font-size-extra-big) + 8px);
    }
}

@media (max-width: 460px) {
    .ty-mainbox-title.ut2-biggest-size-title {
        font-size: calc(var(--font-size-extra-big) + 2px);
    }
}

.ty-mainbox-title.ut2-title-opacity {
    color: var(--color-font-lighten);
}

.ty-mainbox-title.ut2-title-opacity fill {
    color: var(--color-font);
}

.buttons-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--gap-s);
    gap: var(--gap-xs);
    background: var(--fill-gray);
    border-radius: var(--border-radius-box);
    border: 0;
    max-width: 100vw;
}

.buttons-container:after,
.buttons-container:before {
    content: none;
}

.buttons-container>.ty-btn {
    display: flex;
    width: auto;
    margin: 0;
}

.buttons-container>.ty-btn.ty-btn__tertiary,
.buttons-container>.ty-btn.ty-btn__tertiary:hover {
    background: var(--color-general);
    color: #1e1e1e;
}

.ty-mainbox-body .buttons-container {
    border-radius: var(--border-radius-box);
    margin: var(--gap) 0;
}

.ty-table {
    margin-top: var(--gap-s);
    margin-bottom: var(--gap-s);
}

.ty-table th {
    background: var(--color-general);
    border-bottom-color: var(--color-base5);
}

.ty-table th,
.ty-table th a {
    color: #848484;
}

.ty-table td {
    border-color: var(--color-base5);
}

@media (max-width: 576px) {
    .ty-table__responsive-header {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}

.ty-table tr,
.table .table tr {
    background: var(--color-general);
}

.ty-no-items {
    color: var(--color-font-lighten);
    background: var(--fill-gray);
    border-radius: var(--border-radius-box);
    margin-bottom: 0;
}

.ty-no-items .ty-btn {
    background: var(--color-general);
}

.b-top {
    border-top: 1px solid var(--color-base);
    border-radius: 0;
}

.b-top.fill-gray-box,
.b-top.fill-color-box {
    border-top: 0;
}

.b-bottom {
    border-bottom: 1px solid var(--color-base);
    border-radius: 0;
}

.b-bottom.fill-gray-box,
.b-bottom.fill-color-box {
    border-bottom: 0;
}

.b-all {
    border-radius: 0;
    border-top: 1px solid var(--color-base);
    border-bottom: 1px solid var(--color-base);
    margin-bottom: -1px;
}

div[class^="span"].ut2-top {
    padding-top: var(--gap-l);
}

@media (max-width: 1025px) {
    div[class^="span"].ut2-top {
        padding-top: var(--gap-m);
    }
}

div[class^="span"].ut2-top-sm {
    margin-top: var(--gap-s);
}

div[class^="span"].ut2-bottom {
    padding-bottom: var(--gap-l);
}

@media (max-width: 1025px) {
    div[class^="span"].ut2-bottom {
        padding-bottom: var(--gap-m);
    }
}

div[class^="span"].ut2-bottom-sm {
    margin-bottom: var(--gap-s);
}

div[class^="span"].ut2-bottom-sm>[class*="container"]>.ty-mainbox-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

div[class^="span"].ut2-bottom>[class*="container"]>.ty-mainbox-title {
    padding-bottom: 0;
}

div[class^="span"].ut2-bottom>[class*="container"]+[class*="container"] {
    margin-top: var(--gap-s);
}

div[class^="span"].ut2-top-bottom {
    padding-top: var(--gap-l);
    padding-bottom: var(--gap-l);
}

@media (max-width: 1025px) {
    div[class^="span"].ut2-top-bottom {
        padding-top: var(--gap-m);
        padding-bottom: var(--gap-m);
    }
}

div[class^="span"].ut2-top-bottom-sm {
    margin-top: var(--gap-s);
    margin-bottom: var(--gap-s);
}

.fill--white {
    background: var(--fill-white);
}

.fill--white [class*="ty-mainbox-"] .owl-controls-outside {
    background: var(--fill-white);
}

.fill--dark {
    background: var(--fill-dark);
}

.fill--dark [class*="-title"],
.fill--dark [class*="__title"] {
    color: #fff;
}

.fill--dark [class*="-title"] *,
.fill--dark [class*="__title"] * {
    color: #fff;
}

.fill--dark [class*="ty-mainbox-"] .owl-controls-outside,
.fill--dark .ut2-title-line-decoration>span {
    background: var(--fill-dark);
}

.fill--dark .ut2-title-line-decoration:after {
    opacity: .5;
}

.fill--gray {
    background: var(--fill-gray);
}

.fill--gray .owl-theme .owl-controls-outside .owl-buttons div {
    background: white;
}

.fill--gray [class*="ty-mainbox-"] .owl-controls-outside,
.fill--gray .ut2-title-line-decoration>span {
    background: var(--fill-gray);
}

.fill--color {
    background: var(--fill-color);
}

.fill--color [class*="-title"],
.fill--color [class*="__title"] {
    color: #fff;
}

.fill--color [class*="-title"] *,
.fill--color [class*="__title"] * {
    color: #fff;
}

.fill--color .ut2-title-line-decoration:after {
    opacity: .5;
}

.fill--color .owl-theme .owl-controls-outside .owl-buttons div,
.fill--color .owl-theme .owl-controls-outside .owl-buttons div:hover {
    background: #fff;
    box-shadow: none;
}

.fill--color [class*="ty-mainbox-"] .owl-controls-outside,
.fill--color .ut2-title-line-decoration>span {
    background: var(--fill-color);
}

.fill--color .abt__ut2_grid_tabs.ty-tabs__item {
    border-color: rgba(255, 255, 255, 0.65);
}

.fill--color .abt__ut2_grid_tabs.ty-tabs__item>span {
    color: rgba(255, 255, 255, 0.65);
}

.fill--color .abt__ut2_grid_tabs.ty-tabs__item.active,
.fill--color .abt__ut2_grid_tabs.ty-tabs__item:hover {
    border-color: #fff;
}

.fill--color .abt__ut2_grid_tabs.ty-tabs__item.active>span,
.fill--color .abt__ut2_grid_tabs.ty-tabs__item:hover>span {
    color: #fff;
}

.fill--color .ut2-gl__item .ut2-gl__body {
    box-shadow: inset 0 0 0 1px var(--fill-color);
}

.fill--color .ut2-gl__item:hover .ut2-gl__body {
    box-shadow: inset 0 0 0 1px var(--fill-color) !important;
}

[class*="fill--"] .ty-mainbox-container {
    margin-bottom: 0;
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top) {
    padding: var(--gap-s);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top).ut2-top {
    margin-top: var(--gap-l);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top).ut2-bottom {
    margin-bottom: var(--gap-l);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top).ut2-top-bottom {
    margin-top: var(--gap-l);
    margin-bottom: var(--gap-l);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top)[class*="color"] .ty-mainbox-title {
    color: var(--fill-color-inverse);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top)[class*="color"] .ty-mainbox-title>span {
    color: var(--fill-color-inverse);
    background: var(--fill-color);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top)[class*="color"] .ty-mainbox-title:after {
    border-color: rgba(255, 255, 255, 0.5);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top)[class*="dark"] .ty-mainbox-title {
    color: var(--fill-color-inverse);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top)[class*="dark"] .ty-mainbox-title>span {
    color: var(--fill-color-inverse);
    background: var(--fill-dark);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top)[class*="dark"] .ty-mainbox-title:after {
    border-color: rgba(228, 228, 228, 0.3);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top)[class*="gray"] .ty-mainbox-title>span {
    background: var(--fill-gray);
}

.container-fluid-row:not(.container-fluid-row-full-width) [class*="fill--"]:not(.b-top)[class*="gray"] .ty-mainbox-title:after {
    border-color: var(--color-base5);
}

.ut2-gray-box:not(.ut2-sidebox-important),
.ut2-border-box:not(.ut2-sidebox-important),
.ut2-color-box:not(.ut2-sidebox-important),
.ut2-second-color-box:not(.ut2-sidebox-important) {
    border-radius: var(--border-radius-box);
    padding: var(--gap-sm);
}

.ut2-gray-box:has(.ut2-menu__backdrop),
.ut2-border-box:has(.ut2-menu__backdrop),
.ut2-color-box:has(.ut2-menu__backdrop),
.ut2-second-color-box:has(.ut2-menu__backdrop) {
    padding: unset !important;
    border-radius: unset;
}

.ut2-gray-box .ut2-template-small__mix-price-and-button .ut2-template-small__control .ty-qty>div,
.ut2-border-box .ut2-template-small__mix-price-and-button .ut2-template-small__control .ty-qty>div,
.ut2-color-box .ut2-template-small__mix-price-and-button .ut2-template-small__control .ty-qty>div,
.ut2-second-color-box .ut2-template-small__mix-price-and-button .ut2-template-small__control .ty-qty>div {
    background: var(--fill-white);
}

.ut2-color-box,
.ut2-second-color-box {
    background: var(--color-main-light);
}

.ut2-color-box:has(.ut2-menu__backdrop),
.ut2-second-color-box:has(.ut2-menu__backdrop) {
    background: unset;
}

.ut2-color-box:has(.ut2-menu__backdrop) .ut2-menu,
.ut2-second-color-box:has(.ut2-menu__backdrop) .ut2-menu {
    background: rgba(3, 155, 229, 0.1);
    border-radius: var(--border-radius-box);
}

.ut2-color-box div[class*="__img"]>a,
.ut2-color-box div[class*="__item-img"]>a,
.ut2-color-box div[class*="__img-block"],
.ut2-second-color-box div[class*="__img"]>a,
.ut2-second-color-box div[class*="__item-img"]>a,
.ut2-second-color-box div[class*="__img-block"] {
    background: var(--color-general);
}

.ut2-color-box div[class*="__img"]>a img,
.ut2-color-box div[class*="__item-img"]>a img,
.ut2-color-box div[class*="__img-block"] img,
.ut2-second-color-box div[class*="__img"]>a img,
.ut2-second-color-box div[class*="__item-img"]>a img,
.ut2-second-color-box div[class*="__img-block"] img {
    mix-blend-mode: normal;
    filter: brightness(1);
}

.ut2-color-box .owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list),
.ut2-second-color-box .owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) {
    max-width: unset;
    width: calc(100% + var(--gap));
    margin-inline: calc(var(--gap-half) * -1);
}

.ut2-color-box .owl-carousel: not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) .owl-wrapper-outer,
.ut2-second-color-box .owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) .owl-wrapper-outer {
    width: calc(100% + var(--gap));
    margin-inline: calc(var(--gap-half) * -1);
    padding-inline: var(--gap-half);
}

.ut2-color-box .owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) .owl-controls:not(.owl-controls-outside) .owl-prev,
.ut2-second-color-box .owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) .owl-controls:not(.owl-controls-outside) .owl-prev {
    left: -5px;
}

.ut2-color-box .owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) .owl-controls:not(.owl-controls-outside) .owl-next,
.ut2-second-color-box .owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) .owl-controls:not(.owl-controls-outside) .owl-next {
    right: -5px;
}

.ut2-color-box .grid-list:not(.ab-scroller-pd),
.ut2-second-color-box .grid-list:not(.ab-scroller-pd) {
    width: calc(100% + var(--gap));
    max-width: calc(100% + (var(--gap) * 2));
    margin-inline: calc(var(--gap-half) * -1);
    padding-inline: unset;
}

@media (max-width: 1400px) {

    .ut2-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper),
    .ut2-second-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) {
        margin-inline: calc(var(--gap-half) * -1);
    }

    .ut2-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .owl-wrapper-outer,
    .ut2-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .ut2-gl__simple-scroller-wrap,
    .ut2-second-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .owl-wrapper-outer,
    .ut2-second-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .ut2-gl__simple-scroller-wrap {
        max-width: unset;
        width: calc(100% + var(--gap-l));
        margin-inline: calc(var(--gap-half) * -1);
        padding-inline: var(--gap-half);
    }
}

.ut2-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-prev,
.ut2-second-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-prev {
    left: -5px;
}

.ut2-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-next,
.ut2-second-color-box .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-next {
    right: -5px;
}

.ut2-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller [class*="ty-column"],
.ut2-second-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller [class*="ty-column"] {
    width: calc(100% / var(--gl-cols));
}

@media (min-width: 577px) {

    .ut2-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller [class*="ty-column"],
    .ut2-second-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller [class*="ty-column"] {
        max-width: calc(100% / var(--gl-cols));
    }
}

.ut2-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller .ut2-scroll-left,
.ut2-second-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller .ut2-scroll-left {
    left: -5px;
}

.ut2-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller .ut2-scroll-right,
.ut2-second-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller .ut2-scroll-right {
    right: -5px;
}

.ut2-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller:has(.ut2-scroll-item:only-child) .ut2-scroll-content,
.ut2-second-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller:has(.ut2-scroll-item:only-child) .ut2-scroll-content {
    overflow: hidden;
}

.ut2-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller:has(.ut2-scroll-item:only-child) .ut2-scroll-left,
.ut2-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller:has(.ut2-scroll-item:only-child) .ut2-scroll-right,
.ut2-second-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller:has(.ut2-scroll-item:only-child) .ut2-scroll-left,
.ut2-second-color-box .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller:has(.ut2-scroll-item:only-child) .ut2-scroll-right {
    visibility: hidden;
}

.ut2-color-box .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap::-webkit-scrollbar-track,
.ut2-second-color-box .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap::-webkit-scrollbar-track {
    margin-inline: var(--gap-half);
}

@media (max-width: 1400px) {

    .ut2-color-box .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap::-webkit-scrollbar-track,
    .ut2-second-color-box .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap::-webkit-scrollbar-track {
        margin-inline: var(--gap);
    }
}

@media (hover: hover) and (pointer: fine) {

    .ut2-color-box .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap,
    .ut2-second-color-box .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap {
        padding-bottom: var(--gap-xs);
    }
}

.ut2-color-box .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap .ut2-scroll-item:not(:last-child),
.ut2-second-color-box .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap .ut2-scroll-item:not(:last-child) {
    margin-right: 0;
}

.ut2-color-box .ut2-gl__body,
.ut2-second-color-box .ut2-gl__body {
    padding: var(--gap-half) var(--gap-half) var(--gap);
}

@media (max-width: 576px) {

    .ut2-color-box .ty-product-labels__item,
    .ut2-second-color-box .ty-product-labels__item {
        margin: var(--gap-xxs);
    }
}

@media (max-width: 1511px) {

    .ut2-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+7),
    .ut2-second-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+7) {
        display: none;
    }
}

@media (max-width: 1299px) {

    .ut2-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+6),
    .ut2-second-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+6) {
        display: none;
    }
}

@media (max-width: 1087px) {

    .ut2-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+5),
    .ut2-second-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 870px) {

    .ut2-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+4),
    .ut2-second-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 658px) {

    .ut2-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+3),
    .ut2-second-color-box .grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+3) {
        display: none;
    }
}

.ut2-color-box .ut2-load-more-wrap,
.ut2-second-color-box .ut2-load-more-wrap {
    margin-inline: calc(var(--gap-half) * -1);
}

@media (hover: hover) {

    .ut2-color-box [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    .ut2-color-box [class*="grid-list"]>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    .ut2-color-box .grid-list>[id]>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    .ut2-color-box .ut2-gl__wrap>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    .ut2-second-color-box [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    .ut2-second-color-box [class*="grid-list"]>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    .ut2-second-color-box .grid-list>[id]>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    .ut2-second-color-box .ut2-gl__wrap>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body {
        height: fit-content;
    }

    .ut2-color-box [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-color-box [class*="grid-list"]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-color-box .grid-list>[id]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-color-box .ut2-gl__wrap>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-second-color-box [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-second-color-box [class*="grid-list"]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-second-color-box .grid-list>[id]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-second-color-box .ut2-gl__wrap>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body {
        position: absolute;
        width: 100%;
        background: var(--color-general);
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, 0.25);
        z-index: 2;
    }
}

@media (hover: hover) and (min-width: 1023px) {

    .ut2-color-box [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-color-box [class*="grid-list"]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-color-box .grid-list>[id]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-color-box .ut2-gl__wrap>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-second-color-box [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-second-color-box [class*="grid-list"]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-second-color-box .grid-list>[id]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-second-color-box .ut2-gl__wrap>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body {
        min-height: calc((var(--gl-item-height) + 10) * 1px);
        margin: calc(var(--gap-half) * -1);
        padding: var(--gap-s);
        width: -moz-available;
        width: -webkit-fill-available;
    }

    .ut2-color-box [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    .ut2-color-box [class*="grid-list"]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    .ut2-color-box .grid-list>[id]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    .ut2-color-box .ut2-gl__wrap>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    .ut2-second-color-box [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    .ut2-second-color-box [class*="grid-list"]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    .ut2-second-color-box .grid-list>[id]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    .ut2-second-color-box .ut2-gl__wrap>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item) {
        min-height: calc((var(--gl-item-height) + 10) * 1px);
    }
}

.ut2-second-color-box {
    background: var(--color-second-light);
}

.ut2-gray-box {
    background: var(--fill-gray);
}

.ut2-gray-box:has(.ut2-menu__backdrop) {
    background: unset;
}

.ut2-gray-box:has(.ut2-menu__backdrop) .ut2-menu {
    background: var(--fill-gray);
    border-radius: var(--border-radius-box);
}

.ut2-gray-box div[class*="__img"],
.ut2-gray-box div[class*="__item-img"] {
    background: var(--fill-gray);
    box-shadow: none;
}

.ut2-gray-box div[class*="__img"] img,
.ut2-gray-box div[class*="__item-img"] img {
    mix-blend-mode: darken;
}

.ut2-gray-box .owl-carousel.ty-scroller-list:after,
.ut2-gray-box .owl-carousel.ty-scroller-list:before {
    content: none;
}

@media (max-width: 576px) {
    .ut2-gray-box .owl-carousel.ty-scroller-list {
        padding: 0;
    }
}

.ut2-gray-box .ty-qty .ty-value-changer,
.ut2-gray-box .quantity .ty-value-changer {
    background: var(--color-general);
}

.ut2-gray-box .owl-theme .owl-controls-outside .owl-buttons div {
    background: var(--fill-white);
    opacity: 1;
}

.ut2-gray-box .owl-theme .owl-controls-outside .owl-buttons div:hover {
    box-shadow: 0 0 0 1px var(--color-base10);
}

.ut2-border-box {
    border: 1px solid var(--color-base);
    background: var(--color-general);
}

.ut2-border-box:has(.ut2-menu__backdrop) {
    border: unset;
}

.ut2-border-box:has(.ut2-menu__backdrop) .ut2-menu {
    border: 1px solid var(--color-base);
    border-radius: var(--border-radius-box);
}

.mix-grid .row-fluid:after,
.mix-grid .row-fluid:before {
    content: none;
}

.mix-grid .owl-carousel.ty-scroller-list .owl-controls:not(.owl-controls-outside) {
    display: none;
}

.mix-grid>div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, calc(100% - var(--gap))), 1fr));
    gap: var(--gap);
}

.mix-grid>div [class*="span"] {
    display: flex;
    flex-flow: column;
    flex: 1 0 auto;
    width: 100%;
    margin-inline: unset;
    gap: var(--gap);
}

@media (max-width: 1023px) {
    .mix-grid>div [class*="span"] {
        position: relative;
    }
}

@media (max-width: 1023px) and (min-width: 655px) {
    .mix-grid>div [class*="span"].ab-mix-last {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(300px, calc(100% - var(--gap))), 1fr));
        gap: var(--gap);
        grid-column: span 2;
    }
}

.mix-grid>div [class*="span"] .cm-block-loader,
.mix-grid>div [class*="span"] .cm-block-loaded {
    height: 100%;
}

.mix-grid>div [class*="span"] .banners.owl-carousel .owl-wrapper-outer,
.mix-grid>div [class*="span"] .banners.owl-carousel .owl-wrapper {
    height: 100%;
}

.mix-grid>div [class*="span"] .ut2-banner {
    height: 100%;
}

.mix-grid>div [class*="span"] .ut2-banner~div {
    flex: 1 0 auto;
}

.mix-grid>div [class*="span"] .ut2-banner .ut2-a__bg-banner {
    height: 100%;
    min-height: var(--ab-banner-height);
    max-height: unset;
}

@media (min-width: 900px) {
    .mix-grid>div [class*="span"] .ut2-banner .ut2-a__content {
        min-height: 100%;
    }
}

.mix-grid>div [class*="span"]>div:not(.ty-owl-controls) {
    flex: 1 0 auto;
    margin: 0 !important;
    max-width: 100%;
}

.mix-grid>div .ut2-gl__body {
    padding-top: 0;
    padding-bottom: 0;
}

.mix-grid>div .ut2-template-small {
    gap: var(--gap-sm);
}

.mix-grid>div .ut2-template-small:not(.ut2-scroll-content) .ut2-template-small__item {
    margin: 0;
}

.mix-grid>div .ut2-template-small__item {
    box-shadow: none;
    background: none;
    border-radius: 0;
    padding: 0;
}

.mix-grid>div .ut2-template-small__item:not(:last-child):not(:only-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: var(--gap-sm);
}

.mix-grid .ut2-gray-box,
.mix-grid .ut2-border-box,
.mix-grid .ut2-color-box,
.mix-grid .ut2-second-color-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.mix-grid .ut2-gray-box:has(.owl-carousel),
.mix-grid .ut2-border-box:has(.owl-carousel),
.mix-grid .ut2-color-box:has(.owl-carousel),
.mix-grid .ut2-second-color-box:has(.owl-carousel) {
    justify-content: center;
}

.mix-grid .ut2-gray-box:has(.owl-controls-outside),
.mix-grid .ut2-border-box:has(.owl-controls-outside),
.mix-grid .ut2-color-box:has(.owl-controls-outside),
.mix-grid .ut2-second-color-box:has(.owl-controls-outside) {
    justify-content: space-between;
}

.mix-grid .ut2-gray-box .ut2-sidebox-important__body,
.mix-grid .ut2-border-box .ut2-sidebox-important__body,
.mix-grid .ut2-color-box .ut2-sidebox-important__body,
.mix-grid .ut2-second-color-box .ut2-sidebox-important__body {
    padding: 0;
}

.mix-grid .ut2-gray-box .ut2-sidebox-important__title,
.mix-grid .ut2-border-box .ut2-sidebox-important__title,
.mix-grid .ut2-color-box .ut2-sidebox-important__title,
.mix-grid .ut2-second-color-box .ut2-sidebox-important__title {
    padding: 0;
    padding-block-end: var(--gap-sm);
}

.mix-grid .ut2-gray-box .ty-mainbox-title,
.mix-grid .ut2-gray-box .ty-mainbox-simple-title,
.mix-grid .ut2-border-box .ty-mainbox-title,
.mix-grid .ut2-border-box .ty-mainbox-simple-title,
.mix-grid .ut2-color-box .ty-mainbox-title,
.mix-grid .ut2-color-box .ty-mainbox-simple-title,
.mix-grid .ut2-second-color-box .ty-mainbox-title,
.mix-grid .ut2-second-color-box .ty-mainbox-simple-title {
    margin-bottom: 0;
}

.mix-grid .ut2-gray-box .ty-scroller-list__item,
.mix-grid .ut2-border-box .ty-scroller-list__item,
.mix-grid .ut2-color-box .ty-scroller-list__item,
.mix-grid .ut2-second-color-box .ty-scroller-list__item {
    padding: 0;
}

.mix-grid .ut2-gray-box>.owl-carousel,
.mix-grid .ut2-border-box>.owl-carousel,
.mix-grid .ut2-color-box>.owl-carousel,
.mix-grid .ut2-second-color-box>.owl-carousel {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mix-grid .ut2-gray-box>.owl-carousel.ty-scroller-list,
.mix-grid .ut2-border-box>.owl-carousel.ty-scroller-list,
.mix-grid .ut2-color-box>.owl-carousel.ty-scroller-list,
.mix-grid .ut2-second-color-box>.owl-carousel.ty-scroller-list {
    width: calc(100% + (var(--gap-sm) * 2)) !important;
    margin-inline: calc(var(--gap-sm) * -1) !important;
    padding-inline: var(--gap-sm) !important;
}

.mix-grid .ut2-gray-box>.owl-carousel .owl-wrapper-outer,
.mix-grid .ut2-border-box>.owl-carousel .owl-wrapper-outer,
.mix-grid .ut2-color-box>.owl-carousel .owl-wrapper-outer,
.mix-grid .ut2-second-color-box>.owl-carousel .owl-wrapper-outer {
    width: calc(100% + (var(--gap-sm) * 2)) !important;
    margin-inline: calc(var(--gap-sm) * -1) !important;
    padding-inline: var(--gap-sm) !important;
}

.mix-grid .ut2-gray-box .owl-theme.ty-owl-controls,
.mix-grid .ut2-border-box .owl-theme.ty-owl-controls,
.mix-grid .ut2-color-box .owl-theme.ty-owl-controls,
.mix-grid .ut2-second-color-box .owl-theme.ty-owl-controls {
    position: initial;
    display: flex;
    justify-content: flex-end;
}

.mix-grid .ut2-gray-box .ut2-banner,
.mix-grid .ut2-border-box .ut2-banner,
.mix-grid .ut2-color-box .ut2-banner,
.mix-grid .ut2-second-color-box .ut2-banner {
    margin: calc(var(--gap-s) * -1) !important;
    height: calc(100% + var(--gap-s) * 2);
    width: calc(100% + var(--gap-s) * 2);
}

.mix-grid .product-title {
    color: var(--color-font);
}

.ty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-width: var(--height-button);
    height: var(--height-button);
    padding: 0 var(--gap-sm);
    white-space: normal;
    line-height: 1;
    border: none;
    background: var(--color-tertiary);
    background-clip: border-box;
    transition: background 150ms, border-color 150ms, box-shadow 150ms, opacity 150ms;
    gap: var(--gap-xxs);
    cursor: pointer;
    color: #1e1e1e;
    font-size: var(--button-font-size);
    letter-spacing: normal;
    border-radius: var(--height-button);
}

.ty-btn>span:not(.ty-icon) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xxs);
}

.ty-btn bdi {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

.ty-btn i,
.ty-btn span.ty-icon {
    display: flex;
    align-items: center;
    top: inherit;
    font-size: 22px;
    line-height: var(--height-button);
    height: var(--height-button);
    margin-right: 0;
}

.ty-btn i+span:not(:has(bdi)),
.ty-btn span.ty-icon+span:not(:has(bdi)) {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

.ty-btn:hover {
    padding-inline: 15px;
    background: var(--color-tertiary-active);
    color: #fff;
}

[class*="control"].icon .ty-btn [class*=icon]~span,
[class*="control"].icon .ty-btn [class*=icon]~bdi,
[class*="control"].icon_button .ty-btn [class*=icon]~span,
[class*="control"].icon_button .ty-btn [class*=icon]~bdi {
    display: none;
}

[class*="control"].icon .ty-btn {
    background: transparent !important;
    color: var(--color-primary);
    box-shadow: none;
    padding: 0 3px;
}

[class*="control"].icon .ty-btn i,
[class*="control"].icon .ty-btn .ty-icon {
    font-size: 28px;
    padding: 0;
}

@media (max-width: 767px) {
    [class*="control"].icon .ty-btn {
        margin-left: 0;
    }
}

[class*="control"].icon:hover .ty-btn {
    position: relative;
    z-index: 2;
}

[class*="control"].icon:hover .ty-btn i,
[class*="control"].icon:hover .ty-btn .ty-icon {
    color: var(--color-primary-active);
}

[class*="control"].icon_button .ty-btn {
    width: initial;
    padding: 0 3px;
    margin-right: 0;
    justify-content: center;
}

@media (max-width: 767px) {
    [class*="control"].icon_button .ty-btn {
        margin-left: 0;
    }
}

[class*="control"].icon_button i,
[class*="control"].icon_button .ty-icon {
    font-size: 22px;
}

[class*="control"].icon_button:hover .ty-btn {
    position: relative;
    z-index: 2;
}

[class*="control"].text .ty-btn i,
[class*="control"].text .ty-btn .ty-icon,
[class*="control"].text .ty-btn .ut2-btn__options span {
    display: none;
}

[class*="control"].text .ty-btn bdi,
[class*="control"].text .ty-btn span>span {
    margin-left: 0;
    min-width: 50px;
}

@media (max-width: 899px) {
    [class*="control"].icon_and_text .ty-btn {
        padding: 0 var(--gap-xs);
    }
}

[class*="control"].ut2-view-qty .ty-btn {
    width: 100%;
}

[class*="control"] .ty-btn {
    height: var(--min-height-button);
    min-width: var(--min-height-button);
    font-size: var(--font-size-normal);
}

[class*="control"] .ty-btn~.ty-btn {
    margin-left: 10px;
}

[class*="control"] .ty-btn i,
[class*="control"] .ty-btn span.ty-icon {
    line-height: var(--min-height-button);
    height: var(--min-height-button);
}

[class*="control"] .ty-btn__add-to-cart {
    flex-shrink: 0;
}

.ty-btn__primary {
    background-color: var(--color-primary);
    background-image: initial;
    color: var(--color-text-primary);
}

.ty-btn__primary.outline {
    background-color: initial;
    background-image: initial;
    color: var(--color-text-primary);
    box-shadow: inset 0 0 0 2px var(--color-primary);
}

.ty-btn__primary.outline:hover {
    background-color: initial;
    background-image: initial;
    color: var(--color-text-primary);
    box-shadow: inset 0 0 0 2px var(--color-primary-active);
}

.ty-btn__primary:hover {
    background-color: var(--color-primary-active);
    background-image: initial;
    color: var(--color-text-primary-active);
}

.ty-btn__secondary {
    background-color: var(--color-secondary);
    background-image: initial;
    color: #fff;
}

.ty-btn__secondary:hover {
    background-color: #666;
    background-image: initial;
    color: #fff;
}

.ty-btn__tertiary {
    background-color: var(--color-tertiary);
    background-image: initial;
    color: #1e1e1e;
}

.ty-btn__tertiary i.ut2-icon-delete,
.ty-btn__tertiary .ty-icon.ut2-icon-delete {
    color: #1e1e1e;
}

.ty-btn__tertiary:hover {
    background-color: #fff;
    background-image: initial;
    color: #1e1e1e;
}

.ty-btn__outline {
    background-color: initial !important;
    background-image: initial !important;
    color: var(--color-font);
    box-shadow: inset 0 0 0 2px var(--color-primary);
}

.ty-btn__outline:hover {
    color: var(--color-font);
    box-shadow: inset 0 0 0 2px var(--color-primary-active);
}

.ty-btn__outline.ty-btn__secondary {
    box-shadow: inset 0 0 0 2px var(--color-secondary);
    color: var(--color-font);
}

.ty-btn__outline.ty-btn__secondary:hover {
    box-shadow: inset 0 0 0 2px var(--color-secondary-active);
}

.ty-btn__outline.ty-btn__tertiary {
    box-shadow: inset 0 0 0 2px var(--color-tertiary);
    color: var(--color-font);
}

.ty-btn__outline.ty-btn__tertiary:hover {
    box-shadow: inset 0 0 0 2px var(--color-tertiary-active);
}

.ty-btn__text {
    padding: 0;
    color: var(--color-links);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ty-btn__text:hover {
    padding: 0;
    color: var(--color-links-active);
    text-decoration-color: #07587f;
}

.ty-btn__text:hover span {
    text-decoration-color: #07587f;
}

.ty-btn__primary span.ty-icon-ok {
    top: 0;
    left: -4px;
    width: 17px;
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
}

.ty-btn__primary span.ty-icon-ok:before {
    content: "\e916";
}

.ty-btn .ty-product-filters__reset-icon {
    left: initial;
}

.ty-remove {
    display: flex;
    align-items: center;
    gap: var(--gap-xxs);
}

.ty-remove:hover .ty-remove__icon,
.ty-remove:hover .ty-remove__txt {
    color: var(--color-links-active);
}

.ty-remove__txt {
    color: var(--color-links);
}

.ut2-icon-delete {
    font-size: 20px;
}

.ut2-icon-delete:not(:hover) {
    color: var(--color-font-lighten);
}

.ty-btn__add-to-cart {
    margin: 0;
}

button[disabled] {
    pointer-events: none;
    filter: grayscale(100);
}

button[disabled] * {
    opacity: .8;
}

.ty-product-filters__reset-button span:not(.ty-icon) {
    color: var(--color-font-lighten);
}

.ty-product-filters__reset-button:hover span {
    color: var(--color-font);
}

.ut2-b__button:after {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\f10d";
    padding-left: 5px;
    font-size: 18px;
}

.ut2-allow-shopping {
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
}

.ut2-allow-shopping span,
.ut2-allow-shopping i {
    color: #007cb9;
}

.ut2-allow-shopping:hover span,
.ut2-allow-shopping:hover i {
    color: #0072aa;
}

.ut2-allow-shopping~p {
    display: none;
}

.ty-step__title-complete .ty-step__title-right .ty-btn {
    background: none !important;
    height: auto;
    padding: 0;
    color: var(--color-font-lighten);
    right: 15px;
    top: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ty-step__title-complete .ty-step__title-right .ty-btn>span {
    height: auto;
    border-bottom: 1px dotted;
}

.ty-step__title-complete .ty-step__title-right .ty-btn:hover {
    color: var(--color-links);
}

.ut2-wish-list__buttons .ty-btn__outline:before {
    content: "\e91d";
    font-size: 20px;
    margin-right: 2px;
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
}

.ut2-load-more-container,
.ut2-load-more-container-btg {
    clear: both;
    flex: 1 0 auto;
    text-align: center;
}

.ut2-load-more-container .ut2-load-more,
.ut2-load-more-container .ut2-load-more-btg,
.ut2-load-more-container-btg .ut2-load-more,
.ut2-load-more-container-btg .ut2-load-more-btg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--height-button) * 1.3);
    max-width: 320px;
    padding-inline: var(--gap-m);
    margin: 0 auto;
    cursor: pointer;
    transition: background 150ms, border-color 150ms, box-shadow 150ms;
    background: #4c4c4c;
    border-radius: var(--border-radius-full);
    font-size: var(--font-size-medium);
    letter-spacing: normal;
    color: #fff;
}

.ut2-load-more-container .ut2-load-more:hover,
.ut2-load-more-container .ut2-load-more.ut2-load-more-loading,
.ut2-load-more-container .ut2-load-more-btg:hover,
.ut2-load-more-container .ut2-load-more-btg.ut2-load-more-loading,
.ut2-load-more-container-btg .ut2-load-more:hover,
.ut2-load-more-container-btg .ut2-load-more.ut2-load-more-loading,
.ut2-load-more-container-btg .ut2-load-more-btg:hover,
.ut2-load-more-container-btg .ut2-load-more-btg.ut2-load-more-loading {
    background: #545454;
}

.ut2-load-more-container .ut2-load-more.ut2-load-more-loading i,
.ut2-load-more-container .ut2-load-more-btg.ut2-load-more-loading i,
.ut2-load-more-container-btg .ut2-load-more.ut2-load-more-loading i,
.ut2-load-more-container-btg .ut2-load-more-btg.ut2-load-more-loading i {
    -webkit-animation: loadicon 1.1s infinite linear;
    animation: loadicon 1.1s infinite linear;
}

.ut2-load-more-container .ut2-load-more .loader:after,
.ut2-load-more-container .ut2-load-more-btg .loader:after,
.ut2-load-more-container-btg .ut2-load-more .loader:after,
.ut2-load-more-container-btg .ut2-load-more-btg .loader:after {
    border-left-color: #f44336;
}

.ut2-load-more-container .ut2-load-more i,
.ut2-load-more-container .ut2-load-more-btg i,
.ut2-load-more-container-btg .ut2-load-more i,
.ut2-load-more-container-btg .ut2-load-more-btg i {
    width: calc(var(--height-button) / 2);
    height: calc(var(--height-button) / 2);
    margin-left: calc(var(--gap-xs) * -1);
    margin-right: var(--gap-xs);
}

.ut2-load-more-container .ut2-load-more.hidden,
.ut2-load-more-container .ut2-load-more-btg.hidden,
.ut2-load-more-container-btg .ut2-load-more.hidden,
.ut2-load-more-container-btg .ut2-load-more-btg.hidden {
    display: none !important;
}

.ut2-load-more-container {
    padding-block-start: var(--gap-s);
}

.ut2-load-more-container.ut2-load-more-hidden {
    visibility: hidden;
    height: 0;
}

.ut2-load-more-container.ut2-load-more-auto .ut2-load-more {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

.ut2-load-more-container.ut2-load-more-auto .ut2-load-more .loader {
    width: var(--height-button);
    height: var(--height-button);
    margin: 0;
    padding: 0;
}

.ut2-load-more-container.ut2-load-more-auto .ut2-load-more .loader-text {
    display: none;
}

.ut2-block-loader:not(.ut2-block-loaded) {
    height: var(--ab-skeleton-height);
    margin-top: var(--gap-xs);
    margin-bottom: var(--gap-xs);
    background: var(--fill-gray);
    position: relative;
    border-radius: var(--border-radius-box);
    overflow: hidden;
}

.ut2-block-loader:not(.ut2-block-loaded):before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff, 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: skeleton-move 2s infinite;
    animation: skeleton-move 2s infinite;
    content: "";
}

[class*="span"][class*="ut2-bottom"] .ut2-block-loader:not(.ut2-block-loaded),
[class*="span"][class*="ut2-top"] .ut2-block-loader:not(.ut2-block-loaded) {
    margin: 0;
}

[class*="fill--color"] .ut2-block-loader:not(.ut2-block-loaded) {
    background: rgba(247, 112, 102, 0.5);
}

[class*="fill--color"] .ut2-block-loader:not(.ut2-block-loaded):before {
    background-image: linear-gradient(90deg, rgba(247, 112, 102, 0) 0, #f77066, 20%, rgba(247, 112, 102, 0.5) 60%, rgba(247, 112, 102, 0));
}

@keyframes skeleton-move {
    100% {
        transform: translateX(100%);
    }
}

.ab-grid-loader {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    z-index: 10000;
}

.ab-grid-loader:before,
.ab-grid-loader:after {
    content: "";
    display: block;
    width: var(--min-height-button);
    height: var(--min-height-button);
    border-radius: 50%;
    border: 3px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loadicon 400ms infinite linear;
    animation: loadicon 400ms infinite linear;
}

.ab-grid-loader:before {
    border-color: var(--color-base);
}

.ab-grid-loader:after {
    z-index: 1;
    border-left-color: var(--color-main);
}

.ab-grid-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -36px 0 0 -18px;
    transform: translate(-50%, -50%);
}

.loader {
    position: relative;
    display: block;
    width: var(--min-height-button);
    height: var(--min-height-button);
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.loader:before {
    border-color: rgba(255, 255, 255, 0.9);
}

.loader:after {
    z-index: 1;
    border-left-color: #f32c1e !important;
}

img[data-src]:not(.lazyloaded)+.ab-loading-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: ab__spin 1s ease-in-out infinite forwards;
}

img[data-src]:not(.lazyloaded)+.ab-loading-spinner:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid var(--color-base);
    border-top-color: var(--color-links);
    border-radius: 50%;
}

.ty-mainbox-title:has(.ty-date, .ty-status) {
    align-items: baseline;
    justify-content: unset;
    gap: var(--gap-xs);
}

.ty-mainbox-title:has(.ty-date .ty-float-right, .ty-status) .ty-float-right {
    color: var(--color-font);
    float: unset;
    padding-top: unset;
    margin-left: auto;
}

@media (max-width: 767px) {
    .ty-mainbox-title:has(.ty-date .ty-float-right, .ty-status) .ty-float-right {
        margin-left: unset;
    }
}

.ty-mainbox-title:has(.ty-date .ty-status, .ty-status) .ty-status {
    color: var(--color-font);
    float: unset;
    padding-top: unset;
    margin-left: auto;
}

@media (max-width: 767px) {
    .ty-mainbox-title:has(.ty-date .ty-status, .ty-status) .ty-status {
        margin-left: unset;
    }
}

.ty-orders__actions {
    position: relative;
    padding-inline-end: 280px;
    margin: unset;
    margin-block: var(--gap-sm) calc(var(--gap-xs) * 2.5);
    display: flex;
    flex-flow: row wrap;
    row-gap: var(--gap-xs);
    column-gap: calc(var(--gap-xs) * 2);
}

@media (max-width: 899px) {
    .ty-orders__actions {
        padding-inline-end: unset;
        position: unset;
    }
}

@media (max-width: 540px) {
    .ty-orders__actions {
        flex-direction: column;
    }
}

@media (max-width: 497px) {
    .ty-orders__actions {
        margin-block-end: calc(var(--gap-xs) * 2);
    }
}

.ty-orders__actions:last-child {
    margin-block-end: initial;
}

.ty-orders__actions .ty-orders__actions-right {
    float: unset;
    display: contents;
}

@media (max-width: 540px) {

    .ty-orders__actions>a.ty-btn,
    .ty-orders__actions .ty-orders__actions-right>a.ty-btn {
        width: 100%;
        justify-content: initial;
    }
}

.ty-orders__actions>a.ty-btn+.ty-btn,
.ty-orders__actions .ty-orders__actions-right>a.ty-btn+.ty-btn {
    margin-left: unset;
}

@media (max-width: 767px) {

    .ty-orders__actions>a.ty-btn+.ty-btn,
    .ty-orders__actions .ty-orders__actions-right>a.ty-btn+.ty-btn {
        margin-top: unset;
    }
}

.ty-orders__actions>a.ty-btn .ty-icon,
.ty-orders__actions>a.ty-btn .ut2-icon,
.ty-orders__actions .ty-orders__actions-right>a.ty-btn .ty-icon,
.ty-orders__actions .ty-orders__actions-right>a.ty-btn .ut2-icon {
    flex-shrink: 0;
}

@media (max-width: 540px) {

    .ty-orders__actions>a.ty-btn .ty-icon,
    .ty-orders__actions>a.ty-btn .ut2-icon,
    .ty-orders__actions .ty-orders__actions-right>a.ty-btn .ty-icon,
    .ty-orders__actions .ty-orders__actions-right>a.ty-btn .ut2-icon {
        flex-basis: 26px;
        justify-content: center;
    }
}

.ty-orders__actions>a.ty-btn .ut2-icon,
.ty-orders__actions .ty-orders__actions-right>a.ty-btn .ut2-icon {
    line-height: var(--height-button);
    height: var(--height-button);
    margin-right: 0;
}

.ty-orders__actions .ty-orders__actions-right>a.ty-btn:last-child {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
}

@media (max-width: 899px) {
    .ty-orders__actions .ty-orders__actions-right>a.ty-btn:last-child {
        position: unset;
        inset: unset;
    }
}

.ty-account-info {
    padding-top: initial;
    padding-block: var(--gap-xs);
    padding-inline: var(--gap-s);
}

.ut2-sticky-panel .ty-account-info {
    max-block-size: calc(100dvh - 210px - var(--bp-bottom-panel-height, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
}

.ut2-sticky-panel .ty-account-info::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

[id^=account] .ty-account-info .ty-account-info__item {
    padding: initial;
    margin: initial;
    border-radius: initial;
}

[id^=account] .ty-account-info .ty-account-info__item:hover {
    background: none;
}

[id^=account] .ty-account-info .ty-account-info__item:not(.ty-account-info__name) {
    margin-left: calc(var(--gap-xs) * -1);
    margin-right: calc(var(--gap-xs) * -1);
}

.ut2-sticky-panel [id^=account] .ty-account-info .ty-account-info__item:not(.ty-account-info__name):not(:first-child) {
    margin-top: var(--gap-xxs);
}

[id^=account] .ty-account-info .ty-account-info__item.ty-account-info__name {
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    font-size: calc(var(--font-size-medium));
    color: var(--color-links);
    word-wrap: break-word;
    margin: initial;
    margin-block-start: var(--gap-xxs);
    margin-block-end: var(--gap-xs);
}

[id^=account] .ty-account-info .ty-account-info__item.ty-account-info__name:hover {
    color: var(--color-font-lighten);
    background: none;
}

[id^=account] .ty-account-info .ty-account-info__item .ty-account-info__a {
    line-height: calc(var(--link-font-size) + 2px);
    color: var(--color-font);
    border-radius: var(--border-radius-box);
    min-height: var(--min-height-button);
    padding-inline: var(--gap-xs);
    padding-block: calc((var(--min-height-button) - (var(--link-font-size) + 2px)) / 2);
    display: flex;
    align-items: center;
}

@media (hover: hover) and (pointer: fine) {
    [id^=account] .ty-account-info .ty-account-info__item .ty-account-info__a:hover {
        background-color: var(--fill-gray);
    }
}

@media (max-width: 400px) {
    [id^=account] .ty-account-info .ty-account-info__item .ty-account-info__a {
        border-radius: initial;
    }
}

.ut2-sticky-panel [id^=account] .ty-account-info .ty-account-info__item .ty-account-info__a {
    border-radius: initial;
}

.ty-dropdown-box__content .ty-account-info__orders {
    background: var(--fill-gray);
    padding: var(--gap-sm) var(--gap-s) 0;
    margin: initial;
}

.ty-dropdown-box__content .ty-account-info__orders .ty-account-info__orders-txt,
.ty-dropdown-box__content .ty-account-info__orders .ty-captcha__label {
    color: var(--color-font-lighten);
}

.ut2-sw .ty-account-info__orders {
    padding: var(--gap-sm) var(--gap-s) 2px var(--gap-s);
}

.ut2-sw .ty-account-info__orders .ty-account-info__orders-txt,
.ut2-sw .ty-account-info__orders .ty-captcha__label {
    color: rgba(255, 255, 255, 0.5);
}

.ut2-sw .ty-account-info__orders input:hover,
.ut2-sw .ty-account-info__orders input:focus {
    box-shadow: 0 0 0 2px var(--color-links);
}

.ty-account-info__orders .captcha.ty-control-group {
    margin-top: var(--gap-s);
    margin-bottom: initial;
}

.ty-dropdown-box__content .ty-account-info__buttons {
    background: var(--fill-gray);
    padding: initial;
    padding-inline: var(--gap-s);
    padding-block: calc(var(--gap-xs) * 2) var(--gap-s);
    margin: initial;
}

@media (max-width: 400px) {
    .ty-dropdown-box__content .ty-account-info__buttons {
        padding-bottom: var(--gap-sm);
    }
}

.ut2-sticky-panel .ty-dropdown-box__content .ty-account-info__buttons {
    padding-top: calc(var(--gap-xs) * 2);
}

.ty-dropdown-box__content .ty-account-info__buttons .ty-btn {
    display: flex;
    width: initial;
}

.ty-dropdown-box__content .ty-account-info__buttons .ty-btn:only-child {
    inline-size: 100%;
}

.ty-dropdown-box__content .ty-account-info__buttons .ty-btn~.ty-btn {
    margin-top: 0;
}

.ty-section.ty-search-form:has(~ .ty-pagination-container .ty-orders-search) .ty-section__title,
.ty-section.ty-search-form:has(~ .ab__pa--orders) .ty-section__title,
.ty-section.ty-search-form:has(~ .ty-orders-search) .ty-section__title {
    background-color: var(--fill-gray);
    border-radius: var(--border-radius);
    border-color: var(--color-base);
    border-style: solid;
    border-block-width: 1px;
    border-inline-width: 1px;
    padding: initial;
    padding-block: var(--gap-xs);
    padding-inline: var(--gap-sm);
    min-block-size: var(--height-button);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-sm);
    transition: background-color 150ms;
}

@media (hover: hover) {

    .ty-section.ty-search-form:has(~ .ty-pagination-container .ty-orders-search) .ty-section__title:hover,
    .ty-section.ty-search-form:has(~ .ab__pa--orders) .ty-section__title:hover,
    .ty-section.ty-search-form:has(~ .ty-orders-search) .ty-section__title:hover {
        background-color: var(--color-base);
    }
}

.ty-section.ty-search-form:has(~ .ty-pagination-container .ty-orders-search) .ty-section__title.open,
.ty-section.ty-search-form:has(~ .ab__pa--orders) .ty-section__title.open,
.ty-section.ty-search-form:has(~ .ty-orders-search) .ty-section__title.open {
    border-end-end-radius: initial;
    border-end-start-radius: initial;
    border-block-end-width: 0;
}

.ty-section.ty-search-form:has(~ .ty-pagination-container .ty-orders-search) .ty-section__switch,
.ty-section.ty-search-form:has(~ .ab__pa--orders) .ty-section__switch,
.ty-section.ty-search-form:has(~ .ty-orders-search) .ty-section__switch {
    float: initial;
    align-self: flex-start;
}

.ty-section.ty-search-form:has(~ .ty-pagination-container .ty-orders-search) .ty-section__arrow,
.ty-section.ty-search-form:has(~ .ab__pa--orders) .ty-section__arrow,
.ty-section.ty-search-form:has(~ .ty-orders-search) .ty-section__arrow {
    position: relative;
    inset-block-start: 2px;
}

.ty-section.ty-search-form:has(~ .ty-pagination-container .ty-orders-search) .ty-section__body,
.ty-section.ty-search-form:has(~ .ab__pa--orders) .ty-section__body,
.ty-section.ty-search-form:has(~ .ty-orders-search) .ty-section__body {
    border-end-end-radius: var(--border-radius);
    border-end-start-radius: var(--border-radius);
    border-color: var(--color-base);
    padding: initial;
    padding-inline: var(--gap-sm);
    padding-block: var(--gap-sm) 0;
}

.ty-section.ty-search-form:has(~ .ty-pagination-container .ty-orders-search) .ty-calendar__button,
.ty-section.ty-search-form:has(~ .ab__pa--orders) .ty-calendar__button,
.ty-section.ty-search-form:has(~ .ty-orders-search) .ty-calendar__button {
    font-size: 20px;
    color: var(--color-font-lighten-max);
    margin: initial;
    top: initial;
    right: initial;
    inset-block: 0;
    inset-inline-end: var(--gap-xs);
    display: flex;
    align-items: center;
}

.ty-section.ty-search-form:has(~ .ty-pagination-container .ty-orders-search) .buttons-container,
.ty-section.ty-search-form:has(~ .ab__pa--orders) .buttons-container,
.ty-section.ty-search-form:has(~ .ty-orders-search) .buttons-container {
    border-radius: initial;
    background: var(--fill-gray);
    margin: initial;
    margin-inline: calc(var(--gap-sm) * -1);
    padding: initial;
    padding-block: var(--gap-sm);
    padding-inline: var(--gap-sm);
    width: initial;
    max-width: initial;
    container-name: qc_search-filter-form-footer;
    container-type: inline-size;
}

/* increase precedence */
body[class*=screen] select {
    -webkit-appearance: none;
    appearance: none;
    line-height: calc(var(--height-button) - 10px);
    color: unset;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    background-image: url('data:image/svg+xml;charset=UTF-8,\
	<svg xmlns="http://www.w3.org/2000/svg" width="767" height="473">\
		<path fill="%23999" stroke="null" d="M676.878-.543 383.5 292.195 90.123-.543 0 89.58l383.5 383.5L767 89.58 676.877-.543z"/>\
	</svg>') !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 10px) !important;
    background-position-y: 52% !important;
    position: relative;
    margin: unset;
    padding: unset;
    padding-block: 4px;
    padding-inline-start: 8px;
}

html[lang]

/* increase precedence */
body[class*=screen] select {
    padding-inline-end: 32px !important;
}

@media (hover: hover) and (pointer: fine) {

    /* increase precedence */
    body[class*=screen] select {
        cursor: pointer;
    }
}

html[dir="rtl"]

/* increase precedence */
body[class*=screen] select {
    background-position-x: 10px !important;
}

/* increase precedence */
body[class*=screen] select:hover,
/* increase precedence */
body[class*=screen] select:focus {
    border-color: var(--color-base20);
    box-shadow: 0 0 0 2px rgba(228, 228, 228, 0.5);
}

/* increase precedence */
body[class*=screen] select[class*=hidden-accessible],
/* increase precedence */
body[class*=screen] select[aria-hidden=true] {
    position: absolute !important;
    border: 0 none !important;
    padding: unset !important;
    margin: -1px !important;
    min-height: unset !important;
    min-width: unset !important;
    width: 1px !important;
    height: 1px !important;
}

/* increase precedence */
body[class*=screen] select::-ms-expand {
    display: none;
}

/* increase precedence */
body[class*=screen] option {
    background: #fff;
}

.select2-container.select2-container--open .select2-dropdown[dir=rtl] {
    left: unset;
    right: unset;
    inset-inline-end: 0;
}

.ut2-gl__control .ty-qty.changer select,
.ut2-gl__control .quantity.changer select,
.ut2-pl__control .ty-qty.changer select,
.ut2-pl__control .quantity.changer select,
.ty-compact-list__controls .ty-qty.changer select,
.ty-compact-list__controls .quantity.changer select {
    text-align: center;
    line-height: calc(var(--min-height-button) - 10px);
    height: var(--min-height-button);
    min-height: var(--min-height-button);
}

body.desktop-screen .ut2-gl__control:not(.icon):not(.icon_button) .ty-qty.changer select,
body.desktop-screen .ut2-gl__control:not(.icon):not(.icon_button) .quantity.changer select,
body.tablet-screen .ut2-gl__control .ty-qty.changer select,
body.tablet-screen .ut2-gl__control .quantity.changer select,
body.mobile-screen .ut2-gl__control .ty-qty.changer select,
body.mobile-screen .ut2-gl__control .quantity.changer select,
.ut2-pl__control .ty-qty.changer select,
.ut2-pl__control .quantity.changer select,
body.tablet-screen .ty-compact-list__controls .ty-qty.changer select,
body.tablet-screen .ty-compact-list__controls .quantity.changer select,
body.mobile-screen .ty-compact-list__controls .ty-qty.changer select,
body.mobile-screen .ty-compact-list__controls .quantity.changer select {
    inline-size: 80px;
    padding-inline-start: 16px;
}

@media (hover: hover) {

    .ut2-gl__control.icon .ty-qty.changer select,
    .ut2-gl__control.icon .quantity.changer select,
    .ut2-gl__control.icon_button .ty-qty.changer select,
    .ut2-gl__control.icon_button .quantity.changer select,
    .ty-compact-list__controls.icon .ty-qty.changer select,
    .ty-compact-list__controls.icon .quantity.changer select,
    .ty-compact-list__controls.icon_button .ty-qty.changer select,
    .ty-compact-list__controls.icon_button .quantity.changer select {
        line-height: var(--min-height-button);
        height: calc(var(--min-height-button) + 10px);
        min-height: calc(var(--min-height-button) + 10px);
        padding-inline-start: var(--gap-sm);
        margin-block: calc(var(--gap-xxs) * -1);
        border-color: transparent;
        background-position-y: 50%, 50% !important;
        border-radius: initial;
        border-start-start-radius: calc((var(--min-height-button) + 10px) * 0.5);
        border-end-start-radius: calc((var(--min-height-button) + 10px) * 0.5);
    }

    .ut2-gl__control.icon .ty-qty.changer select:hover,
    .ut2-gl__control.icon .ty-qty.changer select:focus,
    .ut2-gl__control.icon .quantity.changer select:hover,
    .ut2-gl__control.icon .quantity.changer select:focus,
    .ut2-gl__control.icon_button .ty-qty.changer select:hover,
    .ut2-gl__control.icon_button .ty-qty.changer select:focus,
    .ut2-gl__control.icon_button .quantity.changer select:hover,
    .ut2-gl__control.icon_button .quantity.changer select:focus,
    .ty-compact-list__controls.icon .ty-qty.changer select:hover,
    .ty-compact-list__controls.icon .ty-qty.changer select:focus,
    .ty-compact-list__controls.icon .quantity.changer select:hover,
    .ty-compact-list__controls.icon .quantity.changer select:focus,
    .ty-compact-list__controls.icon_button .ty-qty.changer select:hover,
    .ty-compact-list__controls.icon_button .ty-qty.changer select:focus,
    .ty-compact-list__controls.icon_button .quantity.changer select:hover,
    .ty-compact-list__controls.icon_button .quantity.changer select:focus {
        border-color: transparent;
        box-shadow: unset;
    }
}

body[class*=screen] input[type="checkbox"],
body[class*=screen] input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background: #fff;
    border: 1px solid var(--color-base10);
    box-shadow: inset 0 0 2px rgba(30, 30, 30, 0.15);
    transition: color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
    display: inline-block;
    vertical-align: middle;
    overflow: unset;
    inline-size: var(--check-radio-size) !important;
    min-inline-size: var(--check-radio-size) !important;
    block-size: var(--check-radio-size) !important;
    min-height: initial !important;
    padding: unset !important;
    margin: unset;
    margin-inline-end: var(--check-radio-inline-gap);
    position: relative;
    inset-block-start: calc((var(--check-radio-label-line-height) - var(--check-radio-size)) / 2);
}

@media (hover: hover) {

    body[class*=screen] input[type="checkbox"],
    body[class*=screen] input[type="radio"] {
        cursor: pointer;
    }
}

body[class*=screen] input[type="checkbox"]:hover,
body[class*=screen] input[type="checkbox"]:focus,
body[class*=screen] input[type="radio"]:hover,
body[class*=screen] input[type="radio"]:focus {
    border-color: var(--color-base20);
    box-shadow: inset 0 0 2px rgba(30, 30, 30, 0.15), 0 0 2px rgba(228, 228, 228, 0.5);
}

body[class*=screen] input[type="checkbox"]:checked:hover,
body[class*=screen] input[type="radio"]:checked:hover {
    border-color: var(--color-base20);
    box-shadow: 0 0 0 2px rgba(228, 228, 228, 0.5);
}

body[class*=screen] input[type="checkbox"]:checked,
body[class*=screen] input[type="radio"]:checked {
    box-shadow: unset;
    background: #fff;
}

body[class*=screen] input[type="checkbox"]:checked::before,
body[class*=screen] input[type="radio"]:checked::before {
    visibility: visible;
}

body[class*=screen] input[type="checkbox"]:disabled,
body[class*=screen] input[type="checkbox"].disabled,
body[class*=screen] input[type="radio"]:disabled,
body[class*=screen] input[type="radio"].disabled {
    box-shadow: initial !important;
    pointer-events: none !important;
    filter: grayscale(100) !important;
    opacity: 0.5 !important;
}

body[class*=screen] input[type="checkbox"].ty-visually-hidden,
body[class*=screen] input[type="checkbox"].hidden,
body[class*=screen] input[type="radio"].ty-visually-hidden,
body[class*=screen] input[type="radio"].hidden {
    display: none !important;
}

body[class*=screen] input[type="checkbox"]::before,
body[class*=screen] input[type="radio"]::before {
    display: block;
    visibility: hidden;
}

body[class*=screen] input[type="radio"] {
    border-radius: 50%;
}

body[class*=screen] input[type="radio"]::before {
    content: "";
    background: var(--color-links);
    border-radius: 50%;
    inline-size: calc((var(--check-radio-size) - 2px) / 2);
    block-size: calc((var(--check-radio-size) - 2px) / 2);
    position: absolute;
    inset: 0;
    margin: auto;
}

body[class*=screen] input[type="checkbox"] {
    border-radius: 6px;
}

body[class*=screen] input[type="checkbox"]::before {
    content: "\e008";
    font-family: glyphs;
    font-size: calc(var(--check-radio-size) - 8px);
    line-height: calc(var(--check-radio-size) - 2px);
    color: var(--color-links);
    text-align: center;
    inline-size: calc(var(--check-radio-size) - 2px);
    block-size: calc(var(--check-radio-size) - 2px);
    margin-block-start: 1px;
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]),
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]),
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]),
body[class*=screen] .ty-newsletters__item:not([class*=hidden]),
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]),
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]),
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]),
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]),
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]),
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]),
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]),
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]),
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]),
body[class*=screen] .ty-product-options__box:not([class*=hidden]),
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]),
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]),
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]),
body[class*=screen] .sol-option .sol-label:not([class*=hidden]),
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]),
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) {
    line-height: var(--check-radio-label-line-height);
    padding-inline-start: calc(var(--check-radio-size) + var(--check-radio-inline-gap)) !important;
    display: inline-block;
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden])::after,
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden])::after,
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden])::after,
body[class*=screen] .ty-newsletters__item:not([class*=hidden])::after,
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden])::after,
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden])::after,
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden])::after,
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden])::after,
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden])::after,
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden])::after,
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden])::after,
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden])::after,
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden])::after,
body[class*=screen] .ty-product-options__box:not([class*=hidden])::after,
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden])::after,
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden])::after,
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden])::after,
body[class*=screen] .sol-option .sol-label:not([class*=hidden])::after,
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden])::after,
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden])::after {
    content: "";
    display: table;
    font-size: 0;
    line-height: 0;
    block-size: 0;
    inline-size: 100%;
    clear: both;
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]):is(label),
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]):is(label),
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]):is(label),
body[class*=screen] .ty-newsletters__item:not([class*=hidden]):is(label),
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]):is(label),
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]):is(label),
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]):is(label),
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]):is(label),
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]):is(label),
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]):is(label),
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]):is(label),
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]):is(label),
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]):is(label),
body[class*=screen] .ty-product-options__box:not([class*=hidden]):is(label),
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]):is(label),
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]):is(label),
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]):is(label),
body[class*=screen] .sol-option .sol-label:not([class*=hidden]):is(label),
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]):is(label),
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]):is(label) {
    user-select: none;
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]):is(label).radio,
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]):is(label).radio,
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]):is(label).radio,
body[class*=screen] .ty-newsletters__item:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-newsletters__item:not([class*=hidden]):is(label).radio,
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]):is(label).radio,
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]):is(label).checkbox,
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]):is(label).radio,
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]):is(label).checkbox,
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]):is(label).radio,
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]):is(label).checkbox,
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]):is(label).radio,
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]):is(label).radio,
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]):is(label).radio,
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]):is(label).checkbox,
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]):is(label).radio,
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]):is(label).checkbox,
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]):is(label).radio,
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]):is(label).radio,
body[class*=screen] .ty-product-options__box:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-product-options__box:not([class*=hidden]):is(label).radio,
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]):is(label).radio,
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]):is(label).radio,
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]):is(label).checkbox,
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]):is(label).radio,
body[class*=screen] .sol-option .sol-label:not([class*=hidden]):is(label).checkbox,
body[class*=screen] .sol-option .sol-label:not([class*=hidden]):is(label).radio,
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]):is(label).checkbox,
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]):is(label).radio,
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]):is(label).checkbox,
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]):is(label).radio {
    margin-right: unset;
    margin-top: unset;
}

@media (hover: hover) {

    body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]):is(label),
    body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]):is(label),
    body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]):is(label),
    body[class*=screen] .ty-newsletters__item:not([class*=hidden]):is(label),
    body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]):is(label),
    body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]):is(label),
    body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]):is(label),
    body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]):is(label),
    body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]):is(label),
    body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]):is(label),
    body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]):is(label),
    body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]):is(label),
    body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]):is(label),
    body[class*=screen] .ty-product-options__box:not([class*=hidden]):is(label),
    body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]):is(label),
    body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]):is(label),
    body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]):is(label),
    body[class*=screen] .sol-option .sol-label:not([class*=hidden]):is(label),
    body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]):is(label),
    body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]):is(label) {
        cursor: pointer;
    }
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]) label,
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) label,
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) label,
body[class*=screen] .ty-newsletters__item:not([class*=hidden]) label,
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) label,
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) label,
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) label,
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) label,
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) label,
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) label,
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) label,
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) label,
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) label,
body[class*=screen] .ty-product-options__box:not([class*=hidden]) label,
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) label,
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) label,
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) label,
body[class*=screen] .sol-option .sol-label:not([class*=hidden]) label,
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) label,
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) label {
    line-height: var(--check-radio-label-line-height);
    user-select: none;
    padding: unset !important;
    margin: unset !important;
    display: block;
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]) label.radio,
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) label.radio,
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) label.radio,
body[class*=screen] .ty-newsletters__item:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-newsletters__item:not([class*=hidden]) label.radio,
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) label.radio,
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) label.checkbox,
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) label.radio,
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) label.checkbox,
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) label.radio,
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) label.checkbox,
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) label.radio,
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) label.radio,
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) label.radio,
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) label.checkbox,
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) label.radio,
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) label.checkbox,
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) label.radio,
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) label.radio,
body[class*=screen] .ty-product-options__box:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-product-options__box:not([class*=hidden]) label.radio,
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) label.checkbox,
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) label.radio,
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) label.checkbox,
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) label.radio,
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) label.checkbox,
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) label.radio,
body[class*=screen] .sol-option .sol-label:not([class*=hidden]) label.checkbox,
body[class*=screen] .sol-option .sol-label:not([class*=hidden]) label.radio,
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) label.checkbox,
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) label.radio,
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) label.checkbox,
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) label.radio {
    line-height: 0 !important;
}

@media (hover: hover) {

    body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]) label,
    body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) label,
    body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) label,
    body[class*=screen] .ty-newsletters__item:not([class*=hidden]) label,
    body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) label,
    body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) label,
    body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) label,
    body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) label,
    body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) label,
    body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) label,
    body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) label,
    body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) label,
    body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) label,
    body[class*=screen] .ty-product-options__box:not([class*=hidden]) label,
    body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) label,
    body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) label,
    body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) label,
    body[class*=screen] .sol-option .sol-label:not([class*=hidden]) label,
    body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) label,
    body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) label {
        cursor: pointer;
    }
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ty-newsletters__item:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-newsletters__item:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-newsletters__item:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-newsletters__item:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden])> :where(div > [id*=error], body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ty-product-options__box:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-product-options__box:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-product-options__box:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-product-options__box:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden])> :where(div > [id*=error], body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .sol-option .sol-label:not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .sol-option .sol-label:not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .sol-option .sol-label:not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .sol-option .sol-label:not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) span):only-child>[class*=error],
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden])> :where(div > [id*=error], body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) > :where(div > [class*=error], body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) span):only-child > [id*=error], body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) span):only-child>[class*=error] {
    margin-inline-start: calc((var(--check-radio-size) + var(--check-radio-inline-gap)) * -1);
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]: not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ty-newsletters__item:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-newsletters__item:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) input[type="radio"],
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) input[type="checkbox"],
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) input[type="radio"],
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) input[type="radio"],
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) input[type="radio"],
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) input[type="radio"],
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ty-product-options__box:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-product-options__box:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) input[type="radio"],
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) input[type="radio"],
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) input[type="checkbox"],
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) input[type="radio"],
body[class*=screen] .sol-option .sol-label:not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .sol-option .sol-label:not([class*=hidden]) input[type="radio"],
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) input[type="radio"],
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) input[type="checkbox"],
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) input[type="radio"] {
    float: left;
    margin-inline-start: calc((var(--check-radio-size) + var(--check-radio-inline-gap)) * -1);
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]: not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ty-newsletters__item:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-newsletters__item:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ty-product-options__box:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-product-options__box:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .sol-option .sol-label:not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .sol-option .sol-label:not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden]) input[type="radio"]~span,
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) input[type="checkbox"]~span,
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden]) input[type="radio"]~span {
    line-height: var(--check-radio-label-line-height);
}

body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-checkout__terms [for^=id_accept]:not([class*=hidden])>[class*=error],
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-checkout__terms [for^=product_agreements]:not([class*=hidden])>[class*=error],
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-gdpr-agreement:not([class*=hidden])>[class*=error],
body[class*=screen] .ty-newsletters__item:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-newsletters__item:not([class*=hidden])>[class*=error],
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-gift-certificate__send:not([class*=hidden])>[class*=error],
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden])>[id*=error],
body[class*=screen] #shipping_estimation_rates p:has(> input[type=radio]):not([class*=hidden])>[class*=error],
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden])>[id*=error],
body[class*=screen] #shipping_estimation_rates .ty-one-store:not([class*=hidden])>[class*=error],
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden])>[id*=error],
body[class*=screen] [id*=label_sw_product_notify]:not([class*=hidden])>[class*=error],
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-product-review-new-product-review-additional__write-anonymously-label:not([class*=hidden])>[class*=error],
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-product-review-new-product-review-additional__terms-and-conditions-label:not([class*=hidden])>[class*=error],
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden])>[id*=error],
body[class*=screen] #content_free_products [name=advanced_search_form] .ty-select-field__label:not([class*=hidden])>[class*=error],
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden])>[id*=error],
body[class*=screen] [name=orders_search_form] .ty-status-info label:not([class*=hidden])>[class*=error],
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-login__remember-me-label:not([class*=hidden])>[class*=error],
body[class*=screen] .ty-product-options__box:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-product-options__box:not([class*=hidden])>[class*=error],
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden])>[id*=error],
body[class*=screen] .ty-product-review-reviews-navigation__filter:not([class*=hidden])>[class*=error],
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden])>[id*=error],
body[class*=screen] .ut2-comparison-product-features-add label:not([class*=hidden])>[class*=error],
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden])>[id*=error],
body[class*=screen] label:has([name=skip_payment]):not([class*=hidden])>[class*=error],
body[class*=screen] .sol-option .sol-label:not([class*=hidden])>[id*=error],
body[class*=screen] .sol-option .sol-label:not([class*=hidden])>[class*=error],
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden])>[id*=error],
body[class*=screen] .litecheckout__field--radio label[for]:has(input):not([class*=hidden])>[class*=error],
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden])>[id*=error],
body[class*=screen] .litecheckout__field--checkbox label[for]:has(input):not([class*=hidden])>[class*=error] {
    margin-inline-start: calc((var(--check-radio-size) + var(--check-radio-inline-gap)) * -1);
}

[name=add_post_form] .ty-product-review-new-product-review-additional__terms-and-conditions-label: :after {
    content: none;
}

[name=add_post_form] .ty-product-review-new-product-review-additional__terms-and-conditions-label input+span::after {
    content: "*";
    font-size: 13px;
    line-height: 1px;
    color: #ea7162;
    padding-left: 3px;
}

.sol-option .sol-label-text {
    line-height: var(--check-radio-label-line-height);
    padding: unset;
}

.litecheckout__address-switch.ty-profile-field__switch {
    border-radius: unset;
    width: unset;
    padding-inline-start: calc(var(--check-radio-size) + var(--check-radio-inline-gap)) !important;
}

.litecheckout__address-switch.ty-profile-field__switch: not([class*=hidden]) {
    display: inline-block;
}

.litecheckout__address-switch.ty-profile-field__switch .ty-profile-field__switch-actions {
    float: left;
    margin-inline-start: calc((var(--check-radio-size) + var(--check-radio-inline-gap)) * -1);
}

.litecheckout__address-switch.ty-profile-field__switch .ty-profile-field__switch-label {
    text-align: start;
    float: right;
    inline-size: 100%;
    margin-bottom: initial;
}

.litecheckout__address-switch.ty-profile-field__switch .ty-profile-field__switch-label label {
    line-height: var(--check-radio-label-line-height);
    user-select: none;
    display: block;
}

@media (hover: hover) {
    .litecheckout__address-switch.ty-profile-field__switch .ty-profile-field__switch-label label {
        cursor: pointer;
    }
}

.litecheckout__address-switch.ty-profile-field__switch>[id*=error],
.litecheckout__address-switch.ty-profile-field__switch>[class*=error] {
    margin-inline-start: calc((var(--check-radio-size) + var(--check-radio-inline-gap)) * -1);
}

label {
    line-height: 1.4;
}

.ty-control-group input~span {
    line-height: 1.4;
}

body:not(.desktop-screen) select,
body:not(.desktop-screen) textarea,
body:not(.desktop-screen) input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="range"]):not([type="file"]):not([type="image"]) {
    font-size: 16px !important;
}



input[type="text"].cm-hint,
input[type="password"].cm-hint,
input[type="tel"].cm-hint,
input[type="number"].cm-hint,
textarea.cm-hint,
select.cm-hint {
    color: var(--color-font-lighten);
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder,
select::placeholder {
    color: var(--color-font-lighten);
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    border-color: var(--color-base20);
    box-shadow: 0 0 0 2px rgba(228, 228, 228, 0.5);
}

input[type="text"]:disabled,
input[type="text"].disabled,
input[type="password"]:disabled,
input[type="password"].disabled,
input[type="tel"]:disabled,
input[type="tel"].disabled,
input[type="number"]:disabled,
input[type="number"].disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
    box-shadow: initial !important;
    pointer-events: none !important;
    filter: grayscale(100) !important;
    opacity: 0.5 !important;
    background: #fff;
}

input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
input[type="text"]:-webkit-autofill:active,
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill:active,
input[type="tel"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill:hover,
input[type="tel"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill:active,
input[type="number"]:-webkit-autofill,
input[type="number"]:-webkit-autofill:hover,
input[type="number"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    transition-property: background-color, color;
    transition-delay: 216000s, 216000s;
}

textarea {
    height: auto;
}

input[type="text"].cm-failed-field,
input[type="password"].cm-failed-field,
input[type="email"].cm-failed-field,
input[type="tel"].cm-failed-field,
input[type="number"].cm-failed-field,
select.cm-failed-field,
textarea.cm-failed-field,
.cm-field-container.cm-failed-field input[type="text"],
.cm-field-container.cm-failed-field input[type="password"],
.cm-field-container.cm-failed-field input[type="email"],
.cm-field-container.cm-failed-field input[type="tel"],
.cm-field-container.cm-failed-field input[type="number"] {
    background: var(--fill-white);
}

.ty-login-popup .ty-login-popup__description {
    color: var(--color-font-lighten);
}

.ty-btn-go {
    color: var(--color-font-lighten);
    font-weight: 600;
    background: var(--color-tertiary);
    border: 0 none;
    border-radius: calc(var(--border-radius) - 1px);
    transition: color 150ms, background-color 150ms;
    height: calc(var(--height-button) - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ty-btn-go:hover,
.ty-btn-go:focus,
.ty-btn-go:active {
    color: var(--color-font);
    background: var(--color-tertiary-active);
    box-shadow: initial;
}

.ty-btn-go:hover .ty-icon,
.ty-btn-go:focus .ty-icon,
.ty-btn-go:active .ty-icon {
    color: var(--color-font);
}

.ty-btn-go .ty-icon {
    font-size: 26px;
    line-height: 1;
    color: var(--color-font-lighten);
    transition: color 150ms;
    position: initial;
    margin-inline-start: 2px;
}

.ty-discount-coupon__control-group .ty-input-text,
.ty-gift-certificate-validate .ty-input-text {
    text-overflow: ellipsis;
    padding-right: initial;
    padding-inline-end: 105px;
}

.ty-discount-coupon__control-group button.ty-btn-go,
.ty-gift-certificate-validate button.ty-btn-go {
    line-height: calc(var(--height-button) - 2px);
    text-align: center;
    text-overflow: ellipsis;
    overflow: clip;
    inline-size: 110px;
    padding-inline: var(--gap-xs);
    margin-inline: auto 1px;
    margin-block-start: calc((var(--height-button) - 1px) * -1);
    position: relative;
    inset: initial;
}

[name*=call_requests] .ty-input-phone {
    inline-size: 100%;
}

.te-font-group .te-select-box {
    block-size: 29px;
}

.te-font-group .te-font-style-checkbox {
    opacity: 0;
}

.te-font-group .te-font-style {
    top: 0;
}

.te-content .te-css textarea {
    color: #1e1e1e !important;
}

.ty-input-append--phone-mask {
    display: block;
}

.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask:hover) .ty-input-phone,
.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask.open) .ty-input-phone {
    border-color: var(--color-links);
    box-shadow: 0 0 0 2px rgba(0, 124, 185, 0.1);
}

.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask:hover) .ty-input-phone[class*=checkout],
.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask.open) .ty-input-phone[class*=checkout] {
    border-color: #039be5;
    box-shadow: 0 0 0 2px rgba(3, 155, 229, 0.1);
}

.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask:hover) .ty-input-phone[class*=checkout] .ty-select-block__a--phone-mask,
.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask.open) .ty-input-phone[class*=checkout] .ty-select-block__a--phone-mask {
    border-color: #039be5;
}

.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask:hover) .ty-select-block__a--phone-mask,
.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask.open) .ty-select-block__a--phone-mask {
    border-color: var(--color-links);
}

.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask:hover) .ty-select-block__a--phone-mask[class*=checkout],
.ty-input-append--phone-mask:has(.ty-select-block__a--phone-mask.open) .ty-select-block__a--phone-mask[class*=checkout] {
    border-color: #039be5;
}

.ty-input-append--phone-mask .ty-input-phone {
    text-align-last: left;
    text-overflow: ellipsis;
    border-radius: var(--border-radius);
    padding-right: 58px;
}

.ty-input-append--phone-mask .ty-input-phone.litecheckout__input {
    padding-right: 58px;
}

.ty-input-append--phone-mask .ty-input-phone:hover[class*=checkout]~.ty-btn-group .ty-select-block__a--phone-mask,
.ty-input-append--phone-mask .ty-input-phone:focus[class*=checkout]~.ty-btn-group .ty-select-block__a--phone-mask {
    border-color: #039be5;
}

.ty-input-append--phone-mask .ty-input-phone:hover~.ty-btn-group .ty-select-block__a--phone-mask,
.ty-input-append--phone-mask .ty-input-phone:focus~.ty-btn-group .ty-select-block__a--phone-mask {
    border-color: var(--color-links);
}

.ty-input-append--phone-mask .ty-btn-group {
    margin-left: initial;
    position: initial;
    display: contents;
}

.ty-input-append--phone-mask .ty-select-block__a--phone-mask.ty-select-block__a {
    background: initial;
    border-radius: initial;
    border: 0 none;
    border-inline-start: 1px solid var(--color-base5);
    padding: initial;
    min-height: initial;
    height: initial;
    inline-size: 50px;
    position: absolute;
    z-index: 1;
    inset-block: 1px;
    inset-inline-end: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ty-input-append--phone-mask .ty-select-block__a--phone-mask.ty-select-block__a[class*=checkout] {
    border-color: #d7d7d7;
}

.ty-input-append--phone-mask .ty-select-block__a--phone-mask.ty-select-block__a.open .ty-select-block__arrow {
    color: var(--color-font-lighten);
}

.ty-input-append--phone-mask .ty-select-block__a--phone-mask .ty-flag {
    margin-right: 2px;
}

.ty-input-append--phone-mask .ab__ut2--select-block__head__text {
    display: none;
}

.ty-input-append--phone-mask .ty-select-block__arrow {
    line-height: 1;
    color: var(--color-font-lighten);
    opacity: 1;
    transform: unset;
    display: block;
}

.ty-input-append--phone-mask .ty-select-block {
    inline-size: 100%;
    z-index: 4;
    top: 100%;
    left: 0;
    overflow: clip;
}

.ty-input-append--phone-mask .ty-select-block .ty-select-block__list {
    --phone-field__dropdown-_line-height: calc(var(--font-size-normal) + 4px);
    --phone-field__dropdown-_max-height: calc(var(--list-items) * (var(--phone-field__dropdown-_line-height) + 18px) + (var(--list-items) - 1) * 4px + var(--gap-xxs) * 2);
    margin: initial;
    padding-block: var(--gap-xxs);
    max-height: var(--phone-field__dropdown-_max-height, 286px);
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
}

.ty-input-append--phone-mask .ty-select-block .ty-select-block__list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.ty-input-append--phone-mask .ty-select-block .ty-select-block__list .ty-select-block__list-item {
    line-height: var(--phone-field__dropdown-_line-height);
    padding: initial;
    margin-block-end: initial;
}

.ty-input-append--phone-mask .ty-select-block .ty-select-block__list .ty-select-block__list-item:not(:first-child) {
    margin-block-start: 4px;
}

.ty-input-append--phone-mask .ty-select-block__list-a {
    color: var(--color-font);
    white-space: initial;
    padding: initial;
    padding-block: 9px;
    padding-inline: 8px;
    display: flex;
    align-items: flex-start;
}

.ty-input-append--phone-mask .ty-select-block__list-a:hover {
    background: var(--fill-gray);
}

.ty-input-append--phone-mask .ty-select-block__list-a::before,
.ty-input-append--phone-mask .ty-select-block__list-a::after {
    content: initial;
}

.ty-input-append--phone-mask .ty-btn-group--litecheckout .ty-select-block__list-a {
    padding-inline: 12px;
}

.ty-input-append--phone-mask .ty-select-block__list-a .ty-flag {
    margin-block-start: calc((var(--phone-field__dropdown-_line-height) - 16px) / 2 + 1px);
    flex-shrink: 0;
}

.ty-input-append--phone-mask .ab__ut2--select-block__popup__text {
    display: block;
}

.ty-input-append--phone-mask .ab__ut2--select-block__popup__text__symbol {
    color: var(--color-font-lighten);
    padding-inline-start: initial;
    margin-inline-start: 2px;
}

.ty-input-append--phone-mask .ab__ut2--select-block__popup__text__code {
    display: none;
}

.litecheckout .litecheckout__input,
.litecheckout__shipping-method__wrapper,
.litecheckout__input--selectable--select,
.litecheckout select,
.litecheckout .ty-select-block__a {
    border-color: #d7d7d7;
    background: var(--color-general);
    padding: 7px 12px;
    min-height: ;
    border-radius: var(--border-radius);
}

.litecheckout .litecheckout__input {
    color: #1e1e1e;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    padding-block: 14px 0;
}

.litecheckout .litecheckout__input--textarea {
    min-height: 120px;
    padding-top: 25px !important;
}

.litecheckout .litecheckout__input--selectable--like-field:hover {
    border-color: #f1f1f1;
}

.litecheckout .litecheckout__input:placeholder-shown:not(:focus):not(:focus-within)+.litecheckout__label {
    top: 12px;
    color: var(--color-font-lighten);
    font-size: var(--font-size-normal);
}

.litecheckout .litecheckout__label {
    top: 7px;
    left: 13px;
    color: #848484;
}

.litecheckout .litecheckout__input:not(:placeholder-shown),
.litecheckout .litecheckout__input:focus,
.litecheckout .litecheckout__input:focus-within,
.litecheckout select:not(:placeholder-shown),
.litecheckout select:focus,
.litecheckout select:focus-within {
    text-align-last: left;
    font-size: var(--font-size-normal);
    line-height: normal;
    height: ;
    padding-bottom: 0;
}

.litecheckout .litecheckout__input:not(:placeholder-shown)+label,
.litecheckout .litecheckout__input:focus+label,
.litecheckout .litecheckout__input:focus-within+label,
.litecheckout select:not(:placeholder-shown)+label,
.litecheckout select:focus+label,
.litecheckout select:focus-within+label {
    color: rgba(132, 132, 132, 0.9);
}

.litecheckout .litecheckout__input:placeholder-shown:not(:focus)+.litecheckout__label,
.litecheckout select:placeholder-shown:not(:focus)+.litecheckout__label {
    top: 12px;
    left: 12px;
    color: #848484;
}

.litecheckout .litecheckout__input:hover,
.litecheckout .litecheckout__input:focus,
.litecheckout select:hover,
.litecheckout select:focus {
    border-color: #039be5 !important;
    box-shadow: 0 0 0 2px rgba(3, 155, 229, 0.1);
}

.litecheckout .litecheckout__input:focus,
.litecheckout select:focus {
    box-shadow: 0 0 0 2px rgba(3, 155, 229, 0.2);
}

.litecheckout__input--selectable--select:not(:placeholder-shown),
.litecheckout__input--selectable--select:focus,
.litecheckout select {
    border-color: #d7d7d7;
    padding-inline-start: 12px !important;
}

.litecheckout input#litecheckout_city {
    text-transform: capitalize;
}

@font-face {
    font-family: uni2-icons;
    src: url('../../../../../../../../design/xvent/fonts/xv/uni2-icons.ttf') format('truetype'), url('../../../../../../../../design/xvent/fonts/xv/uni2-icons.woff') format('woff'), url('../../../../../../../../design/xvent/fonts/xv/uni2-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class*="ut2-icon-"],
.ut2-icon,
[class*="ut2-icon-"] [class*="path"] {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ty-icon-left-open,
.ty-icon-right-open,
.ty-icon-left-open-thin,
.ty-icon-right-open-thin {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
}

.ty-icon-left-open:before,
.ty-icon-left-open-thin:before {
    content: "\e9cd";
}

.ty-icon-right-open:before,
.ty-icon-right-open-thin:before {
    content: "\e98e";
}

.ty-icon-cancel-circle {
    font-size: 18px;
    line-height: 18px;
    color: var(--color-font-lighten);
    inline-size: 18px;
    block-size: 18px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.ty-icon-cancel-circle:not(:hover) {
    opacity: 0.8;
}

@media (hover: none) and (pointer: coarse) {
    .ty-icon-cancel-circle {
        inline-size: 24px;
        block-size: 24px;
    }
}

.ut2-icon-home_page:before {
    content: "\e96c";
}

.ut2-icon-about_page:before {
    content: "\e973";
}

.ut2-icon-article:before {
    content: "\e977";
}

.ut2-icon-review_page:before {
    content: "\e978";
}

.ut2-icon-phone_in_talk:before {
    content: "\e974";
}

.ut2-icon-chat:before {
    content: "\e975";
}

.ut2-icon-view_cozy:before {
    content: "\e976";
}

.ut2-icon-handshake:before {
    content: "\e972";
}

.ut2-icon-map:before {
    content: "\e96b";
}

.ut2-icon-where_to_vote:before {
    content: "\e96f";
}

.ut2-icon-location:before {
    content: "\e96e";
}

.ut2-icon-rocket_launch:before {
    content: "\e96d";
}

.ut2-icon-diamond:before {
    content: "\e970";
}

.ut2-icon-workspace_premium:before {
    content: "\e971";
}

.ut2-icon-tick:before {
    content: "\e969";
}

.ut2-icon-tune:before {
    content: "\e966";
}

.ut2-icon-Home:before {
    content: "\e963";
}

.ut2-icon-local_offer:before {
    content: "\e900";
}

.ut2-icon-timelapse:before {
    content: "\e95c";
}

.ut2-icon-camera:before {
    content: "\e95d";
}

.ut2-icon-camer-g:before {
    content: "\e95e";
}

.ut2-icon-straighten:before {
    content: "\e95f";
}

.ut2-icon-square_foot:before {
    content: "\e960";
}

.ut2-icon-addchart:before {
    content: "\e961";
}

.ut2-icon-addchart_black:before {
    content: "\e96a";
}

.ut2-icon-addchart_black_complite_line .path1:before {
    content: "\e981";
    color: #fff;
}

.ut2-icon-addchart_black_complite_line .path2:before {
    content: "\e982";
    margin-left: -1em;
    color: #000;
}

.ut2-icon-view-grid-list:before {
    content: "\e962";
}

.ut2-icon-view-product-list:before {
    content: "\e97b";
}

.ut2-icon-view-compact-list:before {
    content: "\e97c";
}

.ut2-icon-search:before {
    content: "\e777";
}

.ut2-icon-outline-menu:before {
    content: "\e901";
}

.ut2-icon-baseline-favorite-border:before {
    content: "\e902";
}

.ut2-icon-baseline-favorite:before {
    content: "\e905";
}

.ut2-icon-baseline-equalizer:before {
    content: "\e906";
}

.ut2-icon-baseline-visibility:before {
    content: "\e907";
}

.ut2-icon-baseline-visibility-off:before {
    content: "\e90e";
}

.ut2-icon-baseline-touch_app:before {
    content: "\e912";
}

.ut2-icon-outline-touch_app:before {
    content: "\e940";
}

.ut2-icon-baseline-settings:before {
    content: "\e911";
}

.ut2-icon-outline-expand_less:before {
    content: "\e904";
}

.ut2-icon-outline-expand_more:before {
    content: "\e908";
}

.ut2-icon-arrow_back_black:before {
    content: "\e9cd";
}

.ut2-icon-arrow_forward_black:before {
    content: "\e98e";
}

.ut2-icon-baseline-loop:before {
    content: "\e938";
}

.ut2-icon-baseline-close:before {
    content: "\e92e";
}

.ut2-icon-close:before {
    content: "\e921";
}

.ut2-icon-outline-arrow_back:before {
    content: "\e909";
}

.ut2-icon-outline-arrow_forward:before {
    content: "\e90a";
}

.ut2-icon-left-sight:before {
    content: "\f101";
}

.ut2-icon-left:before {
    content: "\f10e";
}

.ut2-icon-width:before {
    content: "\f10c";
}

.ut2-icon-right:before {
    content: "\e903";
}

.ut2-icon-right-sight:before {
    content: "\f10d";
}

.ut2-icon-star:before {
    content: "\e913";
}

.ut2-icon-star-half:before {
    content: "\e915";
}

.ut2-icon-outline-star:before {
    content: "\e914";
}

.ut2-icon-outline-account-circle:before {
    content: "\e90d";
}

.ut2-icon-outline-settings:before {
    content: "\e90f";
}

.ut2-icon-more_vert:before {
    content: "\e93c";
}

.ut2-icon-more_horiz:before {
    content: "\e93d";
}

.ut2-icon-priority:before {
    content: "\e92a";
}

.ut2-icon-sort:before {
    content: "\e92b";
}

.ut2-icon-copy:before {
    content: "\e97d";
}

.ut2-icon-share-1:before {
    content: "\e97e";
}

.ut2-icon-share:before {
    content: "\e926";
}

.ut2-icon-filter-empty:before {
    content: "\e92d";
}

.ut2-icon-outline-info:before {
    content: "\e910";
}

.ut2-icon-outline-check-circle:before {
    content: "\e916";
}

.ut2-icon-help_outline:before {
    content: "\e923";
}

.ut2-icon-highlight_off:before {
    content: "\e924";
}

.ut2-icon-schedule:before {
    content: "\e925";
}

.ut2-icon-restore:before {
    content: "\e927";
}

.ut2-icon-outline-chat:before {
    content: "\e944";
}

.ut2-icon-outline-announcement:before {
    content: "\e945";
}

.ut2-icon-outline-language:before {
    content: "\e943";
}

.ut2-icon-outline-new_releases:before {
    content: "\e947";
}

.ut2-icon-outline-support:before {
    content: "\e946";
}

.ut2-icon-outline-where_to_vote:before {
    content: "\e941";
}

.ut2-icon-outline-location_on:before {
    content: "\e942";
}

.ut2-icon-outline-thumb_up:before {
    content: "\e948";
}

.ut2-icon-outline-headset_mic:before {
    content: "\e949";
}

.ut2-icon-outline-stars:before {
    content: "\e94a";
}

.ut2-icon-outline-archive:before {
    content: "\e94e";
}

.ut2-icon-outline-card_giftcard:before {
    content: "\e94f";
}

.ut2-icon-outline-work_outline-24px:before {
    content: "\e950";
}

.ut2-icon-outline-tv-24px:before {
    content: "\e951";
}

.ut2-icon-outline:before {
    content: "\e952";
}

.ut2-icon-outline-email:before {
    content: "\e953";
}

.ut2-icon-outline-watch:before {
    content: "\e94b";
}

.ut2-icon-outline-local_offer:before {
    content: "\e94c";
}

.ut2-icon-local_activity:before {
    content: "\e958";
}

.ut2-icon-notifications_none:before {
    content: "\e959";
}

.ut2-icon-play_circle_outline:before {
    content: "\e957";
}

.ut2-icon-outline-verified_user:before {
    content: "\e94d";
}

.ut2-icon-baseline-credit_card:before {
    content: "\e934";
}

.ut2-icon-baseline-phone:before {
    content: "\e935";
}

.ut2-icon-baseline-local_shipping:before {
    content: "\e929";
}

.ut2-icon-outline-local_shipping:before {
    content: "\e955";
}

.ut2-icon-local_phone:before {
    content: "\e95b";
}

.ut2-icon-baseline-verified_user:before {
    content: "\e928";
}

.ut2-icon-baseline-backspace:before {
    content: "\e931";
}

.ut2-icon-baseline-archive:before {
    content: "\e930";
}

.ut2-icon-delete:before {
    content: "\e91d";
}

.ut2-icon-baseline-delete:before {
    content: "\ea25";
}

.ut2-icon-baseline-person:before {
    content: "\e932";
}

.ut2-icon-facebook:before {
    content: "\e917";
}

.ut2-icon-icons8-vk:before {
    content: "\e918";
}

.ut2-icon-twitter:before {
    content: "\e919";
}

.ut2-icon-skype:before {
    content: "\e91a";
}

.ut2-icon-pinterest:before {
    content: "\e91b";
}

.ut2-icon-viber:before {
    content: "\e91c";
}

.ut2-icon-whatsapp:before {
    content: "\ea24";
    color: #000;
}

.ut2-icon-linkedin:before {
    content: "\e91e";
}

.ut2-icon-youtube:before {
    content: "\e91f";
}

.ut2-icon-baseline-whatshot:before {
    content: "\e933";
}

.ut2-icon-messenger:before {
    content: "\e936";
}

.ut2-icon-snapchat:before {
    content: "\e937";
}

.ut2-icon-mailru:before {
    content: "\e939";
}

.ut2-icon-thumblr:before {
    content: "\e93a";
}

.ut2-icon-amazon:before {
    content: "\e93b";
}

.ut2-icon-ok:before {
    content: "\e93f";
}

.ut2-icon-telegram:before {
    content: "\e954";
}

.ut2-icon-instagram:before {
    content: "\e922";
}

.ut2-icon-tiktok:before {
    content: "\e95a";
}

.ut2-icon-outline-cart:before {
    content: "\e90c";
}

.ut2-icon-baseline-cart:before {
    content: "\e90b";
}

.ut2-icon-outline-shopping_basket:before {
    content: "\e93e";
}

.ut2-icon-baseline-shopping_basket:before {
    content: "\e92f";
}

.ut2-icon-local_mall:before {
    content: "\e956";
}

.ut2-icon-local_mall_black:before {
    content: "\e965";
}

.ut2-icon-cart_shopping_icon:before {
    content: "\e967";
}

.ut2-icon-cart_shopping_icon2:before {
    content: "\e968";
}

.ut2-icon-balance:before {
    content: "\e979";
}

.ut2-icon-list-alt-add:before {
    content: "\e97a";
}

.ut2-icon-baseline-favorite_line .path1:before {
    content: "\e97f";
    color: #fff;
}

.ut2-icon-baseline-favorite_line .path2:before {
    content: "\e980";
    margin-left: -1em;
    color: #fff;
}

.ut2-icon-baseline-favorite_line .path3:before {
    content: "\e983";
    margin-left: -1em;
}

.ut2-icon-baseline-favorite_filled-line .path1:before {
    content: "\e984";
    color: #fff;
}

.ut2-icon-baseline-favorite_filled-line .path2:before {
    content: "\e985";
    margin-left: -1em;
}

.ut2-icon-addchart_black_line .path1:before {
    content: "\e986";
    color: #fff;
}

.ut2-icon-addchart_black_line .path2:before {
    content: "\e987";
    margin-left: -1em;
    color: #fff;
}

.ut2-icon-addchart_black_line .path3:before {
    content: "\e988";
    margin-left: -1em;
}

.ut2-icon-addchart_black_filled-line .path1:before {
    content: "\e989";
    color: #fff;
}

.ut2-icon-addchart_black_filled-line .path2:before {
    content: "\e98a";
    margin-left: -1em;
    color: #fff;
}

.ut2-icon-addchart_black_filled-line .path3:before {
    content: "\e98b";
    margin-left: -1em;
}

.ut2-icon-baseline-visibility_line .path1:before {
    content: "\e98c";
    color: #fff;
}

.ut2-icon-baseline-visibility_line .path3:before {
    content: "\e98d";
    margin-left: -1em;
}

.ut2-icon-align-vertical-top:before {
    content: "\e9ce";
}

.ut2-icon-align-vertical-center:before {
    content: "\e9cf";
}

.ut2-icon-align-vertical-bottom:before {
    content: "\e9d0";
}

.ut2-icon-align-horizontal-left:before {
    content: "\e9d1";
}

.ut2-icon-align-horizontal-center:before {
    content: "\e9d2";
}

.ut2-icon-align-horizontal-right:before {
    content: "\e9d3";
}

.ut2-icon-use_icon_cart {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
}

.ut2-icon-use_icon_cart:before {
    content: "\e90c";
}

.ut2-icon-use_icon_cart:before {
    content: "\e967";
}

.ut2-icon-products-multicolumns:before {
    content: "\e962";
}

.ut2-icon-products-without-options:before {
    content: "\e97b";
}

.ut2-icon-short-list:before {
    content: "\e97c";
}

html[dir="rtl"] [class*=icon-left-open],
html[dir="rtl"] [class*=icon-right-open],
html[dir="rtl"] .ty-icon-left-circle,
html[dir="rtl"] .ty-icon-right-circle,
html[dir="rtl"] .ut2-icon-arrow_back_black,
html[dir="rtl"] .ut2-icon-arrow_forward_black,
html[dir="rtl"] .ut2-icon-outline-arrow_back,
html[dir="rtl"] .ut2-icon-outline-arrow_forward {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#ab__video_gallery .ty-tabs__a:before {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: ;
    position: relative;
    top: 3px;
    font-size: 18px;
    margin-right: 5px;
}

.ty-payment-rus-icons .ty-payment-icons__item {
    background: url('../../../../../../../../design/themes/abt__unitheme2/media/images/icons/russian_payments.png?1775608344') no-repeat;
}

.ty-payment-rus-icons .ty-payment-icons__item.webmoney {
    background-position: 0px -67px;
    width: 86px;
}

.ty-payment-rus-icons .ty-payment-icons__item.yandex {
    background-position: 0px -128px;
    width: 60px;
}

.ty-payment-rus-icons .ty-payment-icons__item.qiwi {
    background-position: 0px -97px;
    width: 84px;
}

.ty-payment-rus-icons .ty-payment-icons__item.mastercard {
    background-position: 0px -35px;
    width: 40px;
}

.ty-payment-rus-icons .ty-payment-icons__item.visa {
    background-position: 0px 0px;
    width: 40px;
}

.ty-payment-rus-icons .ty-payment-icons__item.paypal {
    background-position: 0px -160px;
}

.ty-select-block__arrow,
.ty-icon-down-micro {
    font-family: uni2-icons;
    font-size: 16px;
    opacity: .6;
    transform: translateY(0px);
    width: 12px;
    margin-left: 0;
}

.ty-select-block__arrow:before,
.ty-icon-down-micro:before {
    content: "\e908";
}

.open .ty-select-block__arrow:before,
.open .ty-icon-down-micro:before,
.open:hover .ty-select-block__arrow:before,
.open:hover .ty-icon-down-micro:before {
    content: "\e904";
}

@media (min-width: 1600px) {
    .container-fluid-row-no-limit .ut2-a__content {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 var(--gap-s);
    }
}

.container-fluid-row-no-limit .banners.owl-carousel,
.container-fluid-row-no-limit .ut2-banner {
    border-radius: unset;
    clip-path: none;
}

[class^="span"]>[class*="banner"]+[class*="banner"] {
    margin-top: var(--gap);
}

.ut2-border-box .ut2-banner .white-bg {
    border: 0;
}

.homepage-banners {
    margin-top: 0;
}

.ut2-a__description {
    display: flex;
}

.ut2-a__description .box {
    display: grid;
    height: fit-content;
    width: 100%;
    min-width: 200px;
    padding: var(--ab-banner-content-padding);
    gap: calc(var(--ab-banner-description-size)/2);
}

.ut2-a__title {
    font-size: var(--ab-banner-title-size, 24px);
    line-height: 1.05;
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    letter-spacing: normal;
    margin: unset;
}

.ut2-a__title small {
    display: block;
    padding-bottom: min(calc(var(--ab-banner-description-size) / 2), calc(var(--ab-banner-title-size) / 100 + 1.3vw));
    font-size: max(var(--ab-banner-description-size), min(calc(var(--ab-banner-description-size) + 2px), calc(var(--ab-banner-description-size) / 100 + 3vw)));
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    text-shadow: none;
    color: var(--ab-banner-description-color);
}

.ut2-a__title i {
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
}

.ut2-a__title.shadow {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
}

.ut2-a__title+.ut2-a__descr[style*="inline"] {
    line-height: calc(var(--ab-banner-description-size) * 2);
}

.ut2-a__title.weight-300 {
    font-weight: 300;
}

.ut2-a__title.weight-400 {
    font-weight: 400;
}

.ut2-a__title.weight-700 {
    font-weight: 700;
}

.ut2-a__title.weight-900 {
    font-weight: 900;
}

.ut2-a__descr {
    font-size: var(--ab-banner-description-size);
    line-height: max(calc(var(--ab-banner-description-size) * 1.3), 130%);
}

.ut2-a__descr p,
.ut2-a__descr div,
.ut2-a__descr li {
    line-height: max(calc(var(--ab-banner-description-size) * 1.3), 130%);
    font-size: inherit;
    color: inherit;
}

.ut2-a__descr h1,
.ut2-a__descr h2,
.ut2-a__descr h3,
.ut2-a__descr h4 {
    margin-bottom: var(--gap-xs);
}

.ut2-a__descr.marked span {
    padding: calc(var(--ab-banner-description-size) * 0.3) calc(var(--ab-banner-description-size) * 0.3);
    background-color: var(--ab-banner-description-bg);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.ut2-a__img {
    display: flex;
    flex-grow: 1;
    flex-basis: auto;
    min-height: 0;
}

.ut2-a__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ut2-a__img.vp--top {
    align-items: flex-start;
}

.ut2-a__img.vp--center {
    align-items: center;
}

.ut2-a__img.vp--bottom {
    align-items: flex-end;
}

.ut2-a__img.hp--left {
    justify-content: flex-start;
}

.ut2-a__img.hp--center {
    justify-content: center;
}

.ut2-a__img.hp--right {
    justify-content: flex-end;
}

.ut2-a__video {
    flex-grow: 1;
    position: relative;
    background: black;
    cursor: pointer;
}

.ut2-a__video>iframe,
.ut2-a__video>video {
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media (max-width: 400px) {
    .ut2-a__video img {
        max-height: none;
    }
}

.ut2-a__video img[data-type="youtube-img"] {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ut2-a__video[data-is-autoplay="Y"] img[data-type="youtube-img"] {
    display: none;
}

.ut2-a__video:not(.loaded):hover:before {
    opacity: 1;
    transition: opacity 150ms linear;
}

.width-half.align-left .ut2-a__video {
    order: 2;
}

.ut2-a__content {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    container: intcont / inline-size;
}

.ut2-a__content.width-half .mask-under-content .box {
    border-radius: var(--border-radius-box);
}

.ut2-a__content.valign-top.width-half {
    justify-content: flex-start;
}

.ut2-a__content.valign-top.width-full {
    justify-content: flex-start;
}

.ut2-a__content.valign-center.width-half {
    justify-content: center;
}

.ut2-a__content.valign-center.width-half .ut2-a__description {
    align-items: center;
}

.ut2-a__content.valign-center.width-full {
    justify-content: center;
}

.ut2-a__content.valign-bottom.width-half {
    justify-content: flex-end;
}

.ut2-a__content.valign-bottom.width-half .ut2-a__description {
    align-items: flex-end;
}

.ut2-a__content.valign-bottom.width-full {
    justify-content: flex-end;
}

.ut2-a__content.align-left.width-half {
    justify-content: flex-start;
}

.ut2-a__content.align-left.width-half .ut2-a__img {
    order: 1;
}

.ut2-a__content.align-center.width-half {
    justify-content: center;
}

.ut2-a__content.align-center.width-half .ut2-a__img:not(.ut2-a__video) {
    max-width: fit-content;
}

.ut2-a__content.align-center.width-half .ut2-a__description {
    flex-grow: 0;
    flex-basis: auto;
}

.ut2-a__content.align-center.width-half .ut2-a__description .box {
    width: auto;
}

.ut2-a__content.align-center.width-full {
    align-items: center;
}

.ut2-a__content.align-center.width-full .ut2-a__description,
.ut2-a__content.align-center.width-full .ut2-a__img,
.ut2-a__content.align-center.width-full.ut2-a__video {
    flex-grow: 0;
}

.ut2-a__content.align-center .ut2-scroll-container {
    justify-content: center;
}

.ut2-a__content.align-center .ut2-a__description {
    text-align: center;
}

.ut2-a__content.align-right.width-half {
    justify-content: flex-end;
}

.ut2-a__content.align-right.width-full {
    align-items: flex-end;
}

.ut2-a__content.align-right.width-full .ut2-a__description .box {
    text-align: right;
}

.ut2-a__content.width-full {
    flex-flow: column;
}

.ut2-a__content.width-full>div {
    width: 100%;
}

.ut2-a__content.width-full .ut2-a__img {
    order: 0;
    flex: 1 auto;
}

.ut2-a__content.width-full.internal-products {
    flex-wrap: wrap;
}

.ut2-a__content.width-full.internal-products .ut2-a__products {
    order: 1;
}

.ut2-a__content.width-full.internal-products.align-right .ut2-scroll-container {
    justify-content: flex-end;
}

.ut2-a__content.width-full.internal-products.align-right .ut2-a__description {
    text-align: left;
}

.ut2-a__content.width-half .ut2-a__img:not(.ut2-a__products) {
    height: 100%;
    width: 50%;
    max-width: 50%;
}

.ut2-a__content.width-half .ut2-a__products {
    height: 100%;
}

.ut2-a__content.width-half .ut2-a__products .ut2-scroll-container {
    justify-content: flex-start;
}

.ut2-a__content.width-half .ut2-a__description {
    flex: 1 0 auto;
    max-width: 50%;
    height: 100%;
    z-index: 1;
}

.ut2-a__content.width-half .ut2-a__description.internal-products .ut2-a__content.width-half .ut2-a__description {
    min-width: max(28%, 300px);
}

html[dir="rtl"] .ut2-a__content.align-left.width-half .ut2-a__description .box,
html[dir="rtl"] .ut2-a__content.align-left.width-full .ut2-a__description .box,
html[dir="rtl"] .ut2-a__content.align-right.width-half .ut2-a__description .box,
html[dir="rtl"] .ut2-a__content.align-right.width-full .ut2-a__description .box {
    text-align: left;
}

.ut2-banner {
    margin: var(--ab-banner-block-margin, 0);
    border-radius: var(--border-radius-box);
    clip-path: inset(0 round var(--border-radius-box));
    overflow: hidden;
    isolation: isolate;
}

html[dir="rtl"] .ut2-banner {
    direction: rtl;
}

.ut2-banner .ut2-a__bg-banner {
    display: flex;
    max-width: 100%;
    min-height: var(--ab-banner-height);
    position: relative;
    background-color: var(--ab-banner-background-color);
    background-size: var(--ab-banner-background-size);
    background-position: var(--ab-banner-background-vertical-position) var(--ab-banner-background-horizontal-position);
    background-repeat: no-repeat;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.ut2-banner .ut2-a__bg-banner.dark .ut2-a__title {
    color: var(--ab-banner-title-color, white);
}

.ut2-banner .ut2-a__bg-banner.dark .ut2-a__descr {
    color: var(--ab-banner-description-color, white);
}

.ut2-banner .ut2-a__bg-banner.dark .ut2-a__descr * {
    color: var(--ab-banner-description-color, white);
}

.ut2-banner .ut2-a__bg-banner.light .ut2-a__title {
    color: var(--ab-banner-title-color, #1e1e1e);
}

.ut2-banner .ut2-a__bg-banner.light .ut2-a__descr {
    color: var(--ab-banner-description-color, #1e1e1e);
}

.ut2-banner .ut2-a__bg-banner.light .ut2-a__descr * {
    color: var(--ab-banner-description-color, #1e1e1e);
}

.ut2-banner .ut2-a__bg-banner.white-bg {
    border: 1px solid var(--color-base);
    clip-path: inset(0 round var(--border-radius-box));
    border-radius: var(--border-radius-box);
}

.homepage-banners .ut2-banner .ut2-a__bg-banner.white-bg {
    border-width: 0 0 1px;
    clip-path: unset;
    border-radius: unset;
}

.ut2-banner .ut2-banner__video {
    position: absolute;
    object-fit: var(--ab-banner-background-size);
}

.ut2-banner[style*="--ab-banner-background-size: cover"] .ut2-banner__video {
    min-width: 100%;
    min-height: 100%;
}

.ut2-banner[style*="vertical-position: top"] .ut2-banner__video {
    top: 0;
}

.ut2-banner[style*="vertical-position: center"] .ut2-banner__video {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ut2-banner[style*="vertical-position: bottom"] .ut2-banner__video {
    bottom: 0;
}

.ut2-banner[style*="horizontal-position: left"] .ut2-banner__video {
    left: 0;
    right: auto;
}

.ut2-banner[style*="horizontal-position: center"] .ut2-banner__video {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ut2-banner[style*="horizontal-position: right"] .ut2-banner__video {
    right: 0;
    left: auto;
}

.ut2-banner[style*="horizontal-position: center"][style*="vertical-position: center"] .ut2-banner__video {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ut2-banner[style*="--ab-banner-background-size: contain"] .ut2-banner__video {
    height: 100%;
    background: transparent;
}

.ut2-banner .ut2-a__button {
    margin-block-start: var(--gap-xxs);
}

.ut2-banner .ut2-a__button a.ty-btn {
    color: var(--ab-banner-button-text-color, #fff);
    transition: filter 150ms, background 150ms, border-color 150ms, box-shadow 150ms;
}

.ut2-banner .ut2-a__button a.ty-btn[class*=" --tc"] {
    color: var(--ab-banner-button-text-color);
}

.ut2-banner .ut2-a__button a.ty-btn[class*=" --bc"] {
    background: var(--ab-banner-button-background-color, #e5e5e5);
}

.ut2-banner .ut2-a__button a.ty-btn:hover {
    cursor: pointer;
    filter: brightness(1.1);
}

.ut2-banner .ut2-a__title+.ut2-a__button {
    margin-block-start: var(--gap-xs);
}

.ut2-banner .ty-btn__outline {
    padding-bottom: 0;
    color: var(--ab-banner-button-text-color, #039be5);
    box-shadow: inset 0 0 0 2px var(--ab-banner-button-background-color, #039be5);
}

.ut2-banner .ty-btn__outline:hover {
    filter: brightness(1.1);
    cursor: pointer;
}

.ut2-banner .ty-btn__text {
    box-shadow: none;
    height: auto;
    padding: 0;
}

.ut2-banner .ty-btn__text:after {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\e90a";
    width: 12px;
}

.ut2-banner .ty-btn__text:not([class*=" --tc"]) {
    color: var(--color-links);
}

.ut2-banner .ty-btn__text[class*=" --tc"] {
    color: var(--ab-banner-button-text-color);
}

.ut2-banner .ty-btn__text:not([class*=" --bc"]) {
    background: transparent;
}

.ut2-banner .ty-btn__text[class*=" --bc"] {
    background: var(--ab-banner-button-background-color) !important;
    line-height: 1;
    padding: var(--gap-xxs) var(--gap-xs);
}

.ut2-banner .ty-btn__text:hover {
    filter: brightness(1.1);
}

.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ty-btn__text {
    color: #20b5ff;
}

.ut2-banner .mask-whole-banner:after,
.ut2-banner .mask-under-content .box,
.ut2-banner .mask-full-height .ut2-a__content.width-full,
.ut2-banner:not(.b--image-fit):not(.b--in-columnar):not(.b--column) .mask-full-height .ut2-a__content.width-half .ut2-a__description,
.ut2-banner.b--column .mask-full-height .ut2-a__content,
.ut2-banner.b--in-columnar .mask-full-height .ut2-a__content,
.ut2-banner.b--image-fit .mask-full-height .ut2-a__content.width-half .ut2-a__description {
    background-image: var(--ab-banner-mask-background-gradient);
    background-color: var(--ab-banner-mask-background-color);
}

.ut2-banner .mask-whole-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.ut2-banner .mask-full-height.width-half .ut2-a__description {
    height: 100%;
}

.container-fluid-row-no-limit .ut2-banner .mask-full-height .ut2-a__description {
    position: relative !important;
}

.container-fluid-row-no-limit .ut2-banner .mask-full-height .ut2-a__description:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: var(--ab-banner-mask-background-gradient);
    background-color: var(--ab-banner-mask-background-color);
}

.container-fluid-row-no-limit .ut2-banner .mask-full-height .ut2-a__description .box {
    z-index: 1;
}

.container-fluid-row-no-limit .ut2-banner .mask-full-height .ut2-a__content,
.container-fluid-row-no-limit .ut2-banner .mask-full-height .ut2-a__description {
    background-image: none !important;
    background-color: transparent;
}

.container-fluid-row-no-limit .ut2-banner .mask-full-height.blur:after {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.ut2-banner .blur.mask-whole-banner:after,
.ut2-banner .blur.mask-full-height .ut2-a__content.width-full,
.ut2-banner .blur.mask-full-height .ut2-a__content.width-half .ut2-a__description,
.ut2-banner .blur.mask-under-content .box {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.ut2-banner.b--mask-margin .mask-under-content>div {
    border-radius: var(--border-radius-decreased) !important;
    margin: var(--gap-s);
}

@media (min-width: 577px) {
    .ut2-banner.b--image-zoom.ut2-banner-desktop .ut2-a__content .ut2-a__img:not(.ut2-a__products) {
        overflow: visible;
    }

    .ut2-banner.b--image-zoom.ut2-banner-desktop .ut2-a__content .ut2-a__img:not(.ut2-a__products) img {
        min-width: auto;
        max-height: unset;
        transform: scale(1.3);
        z-index: -1;
    }
}

@media (max-width: 576px) {
    .ut2-banner.b--image-zoom.ut2-banner-desktop .ut2-a__content.width-half {
        flex-flow: inherit;
    }
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half .ut2-a__img {
    width: auto;
    max-width: 100%;
    min-height: max(var(--ab-banner-height), 100%);
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half .ut2-a__img img {
    min-height: var(--ab-banner-height);
    min-width: auto;
    object-fit: contain;
    max-width: fit-content;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half .ut2-a__img>iframe,
.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half .ut2-a__img>video {
    aspect-ratio: 1.7777777777778;
    max-width: 100%;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half .ut2-a__description {
    position: absolute;
    max-width: fit-content;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half.align-left {
    justify-content: flex-end;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half.align-left .ut2-a__description {
    order: 1;
    left: 0;
}

html[dir="rtl"] .ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half.align-left .ut2-a__description {
    right: 0;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half.align-center {
    justify-content: center;
    flex-flow: row;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half.align-center .ut2-a__description {
    text-align: left;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half.align-right {
    justify-content: flex-start;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half.align-right .ut2-a__img {
    order: 1;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half.align-right .ut2-a__description {
    right: 0;
}

html[dir="rtl"] .ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-half.align-right .ut2-a__description {
    left: 0;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-full .ut2-a__img {
    flex-grow: 0;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-full.valign-top {
    justify-content: space-between;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-full.valign-center {
    justify-content: center;
}

.ut2-banner.b--image-align-to-edge .ut2-a__content:not(.internal-products).width-full.valign-bottom {
    justify-content: space-between;
}

.ut2-banner.b--image-align-to-edge.b--in-columnar .width-half.ut2-a__content:not(.internal-products) .ut2-a__img img,
.ut2-banner.b--image-align-to-edge.b--column .width-half.ut2-a__content:not(.internal-products) .ut2-a__img img {
    min-height: unset;
}

.ut2-banner.b--image-align-to-edge.ut2-banner-desktop .ut2-a__content.width-half.internal-image:not(.internal-products) .ut2-a__description {
    height: 100%;
    max-width: min(50%, 600px);
}

@media (max-width: 899px) {
    .ut2-banner.b--image-align-to-edge.ut2-banner-desktop .ut2-a__content.width-half.internal-image:not(.internal-products) .ut2-a__description {
        max-width: 60cqw;
    }
}

.ut2-banner.b--background-fading[style*="-ab-banner-background-position: top"] .ut2-a__bg-banner.dark {
    background-image: radial-gradient(ellipse at top center, rgba(255, 255, 255, 0.3), transparent);
}

.ut2-banner.b--background-fading[style*="-ab-banner-background-position: top"] .ut2-a__bg-banner.light {
    background-image: radial-gradient(ellipse at top center, rgba(255, 255, 255, 0.5), transparent);
}

.ut2-banner.b--background-fading[style*="-ab-banner-background-position: center"] .ut2-a__bg-banner.dark {
    background-image: radial-gradient(ellipse at top center, rgba(255, 255, 255, 0.3), transparent), radial-gradient(ellipse at bottom center, rgba(255, 255, 255, 0.3), transparent);
}

.ut2-banner.b--background-fading[style*="-ab-banner-background-position: center"] .ut2-a__bg-banner.light {
    background-image: radial-gradient(ellipse at top center, rgba(255, 255, 255, 0.5), transparent), radial-gradient(ellipse at bottom center, rgba(255, 255, 255, 0.5), transparent);
}

.ut2-banner.b--background-fading[style*="-ab-banner-background-position: bottom"] .ut2-a__bg-banner.dark {
    background-image: radial-gradient(ellipse at bottom center, rgba(255, 255, 255, 0.3), transparent);
}

.ut2-banner.b--background-fading[style*="-ab-banner-background-position: bottom"] .ut2-a__bg-banner.light {
    background-image: radial-gradient(ellipse at bottom center, rgba(255, 255, 255, 0.5), transparent);
}

.ut2-banner.b--image-fit .width-half .ut2-a__img:not(.ut2-a__products):not(.ut2-a__video) {
    max-width: fit-content;
}

@media (min-width: 900px) {
    .ut2-banner.b--image-fit .width-half .ut2-a__img:not(.ut2-a__products):not(.ut2-a__video) {
        min-width: 0;
    }
}

.ut2-banner.b--image-fit .width-half .ut2-a__img:not(.ut2-a__products):not(.ut2-a__video) img {
    height: revert-layer;
}

.ut2-banner.b--image-fit .width-half .ut2-a__description {
    position: unset;
    max-width: min(500px, 50%);
}

.ut2-banner.b--image-fit .width-half.align-left .ut2-a__img:not(.ut2-a__products),
.ut2-banner.b--image-fit .width-half.align-right .ut2-a__img:not(.ut2-a__products) {
    order: 0;
}

.ut2-banner.b--image-fit .width-half.align-center {
    justify-content: center;
    flex-flow: row;
}

.ut2-banner.b--image-fit .width-half.align-center .ut2-a__description .box {
    text-align: left;
}

html[dir="rtl"] .ut2-banner.b--image-fit .width-half .box {
    width: auto;
}

.ut2-banner.b--image-fit .ut2-a__video {
    height: auto !important;
    background: unset;
}

.ut2-banner.b--image-fit .ut2-a__video>iframe,
.ut2-banner.b--image-fit .ut2-a__video>video {
    height: auto;
    max-height: 100%;
    aspect-ratio: 1.7777777777778;
    max-width: 100%;
}

.ut2-banner.b--button-position-bottom .ut2-a__content.width-full.valign-bottom:not(.internal-products) .box {
    margin-bottom: calc(var(--height-button) + var(--gap-m));
}

.ut2-banner.b--button-position-bottom .ut2-a__content.width-full .ut2-a__products {
    padding-bottom: calc(var(--height-button) + var(--gap-l));
}

.ut2-banner.b--button-position-bottom .ut2-a__content.width-half>div:not(.ut2-a__button) {
    margin-bottom: calc(var(--height-button) + var(--gap-s));
}

.ut2-banner.b--button-position-bottom .ut2-a__content.width-half.align-center .ut2-a__products~.ut2-a__description {
    margin-bottom: 0;
}

.ut2-banner.b--button-position-bottom .valign-top .ut2-a__button,
.ut2-banner.b--button-position-bottom .valign-center .ut2-a__button,
.ut2-banner.b--button-position-bottom .valign-bottom .ut2-a__button {
    display: flex;
    position: absolute;
    height: fit-content !important;
    bottom: var(--gap-s);
    padding: var(--ab-banner-content-padding);
    padding-block: unset;
    z-index: 1;
}

.ut2-banner.b--button-position-bottom .valign-top.align-center .ut2-a__button,
.ut2-banner.b--button-position-bottom .valign-center.align-center .ut2-a__button,
.ut2-banner.b--button-position-bottom .valign-bottom.align-center .ut2-a__button {
    justify-content: center;
}

.ut2-banner.b--button-position-bottom .valign-top.align-left .ut2-a__button,
.ut2-banner.b--button-position-bottom .valign-center.align-left .ut2-a__button,
.ut2-banner.b--button-position-bottom .valign-bottom.align-left .ut2-a__button {
    justify-content: flex-start;
}

.ut2-banner.b--button-position-bottom .valign-top.align-right .ut2-a__button,
.ut2-banner.b--button-position-bottom .valign-center.align-right .ut2-a__button,
.ut2-banner.b--button-position-bottom .valign-bottom.align-right .ut2-a__button {
    justify-content: flex-end;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half,
.ut2-banner.b--column .ut2-a__content.width-half {
    flex-flow: column;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half>div:not(.ut2-a__products),
.ut2-banner.b--column .ut2-a__content.width-half>div:not(.ut2-a__products) {
    width: 50%;
}

@media (max-width: 576px) {

    .ut2-banner.b--in-columnar .ut2-a__content.width-half>div:not(.ut2-a__products),
    .ut2-banner.b--column .ut2-a__content.width-half>div:not(.ut2-a__products) {
        width: 100%;
        max-width: 100%;
    }
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half .ut2-a__img,
.ut2-banner.b--column .ut2-a__content.width-half .ut2-a__img {
    height: auto;
    order: 0;
    flex-grow: 0;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half .ut2-a__description,
.ut2-banner.b--column .ut2-a__content.width-half .ut2-a__description {
    flex: 0;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half.valign-top,
.ut2-banner.b--column .ut2-a__content.width-half.valign-top {
    justify-content: flex-start;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half.valign-center,
.ut2-banner.b--column .ut2-a__content.width-half.valign-center {
    justify-content: center;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half.valign-bottom,
.ut2-banner.b--column .ut2-a__content.width-half.valign-bottom {
    justify-content: flex-end;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half.align-left,
.ut2-banner.b--column .ut2-a__content.width-half.align-left {
    align-items: flex-start;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half.align-center,
.ut2-banner.b--column .ut2-a__content.width-half.align-center {
    align-items: center;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half.align-right,
.ut2-banner.b--column .ut2-a__content.width-half.align-right {
    align-items: flex-end;
}

.ut2-banner.b--in-columnar .ut2-a__content.width-half.internal-products .ut2-a__description,
.ut2-banner.b--column .ut2-a__content.width-half.internal-products .ut2-a__description {
    order: -1;
}

.ut2-banner.b--in-columnar .ut2-a__products,
.ut2-banner.b--column .ut2-a__products {
    flex-shrink: 0;
}

.ut2-banner.b--in-columnar.b--column-reverse .internal-image.width-half .ut2-a__description,
.ut2-banner.b--column.b--column-reverse .internal-image.width-half .ut2-a__description {
    order: -1;
}

.ut2-banner.b--in-columnar.b--column-reverse .internal-image.width-full .ut2-a__description,
.ut2-banner.b--column.b--column-reverse .internal-image.width-full .ut2-a__description {
    order: -1;
}

.ut2-banner.b--in-columnar.b--column-reverse .internal-products.width-half .ut2-a__description,
.ut2-banner.b--column.b--column-reverse .internal-products.width-half .ut2-a__description {
    order: 1;
}

.ut2-banner.b--column-reverse .width-full .ut2-a__img {
    order: 1;
}

.ut2-banner.b--column-reverse .width-full .ut2-a__products {
    order: 0;
}

@-moz-document url-prefix() {
    .ut2-banner {
        clip-path: initial;
    }
}

.banners {
    margin: var(--ab-banner-block-margin, 0);
}

.banners .ut2-banner {
    margin: 0;
    height: 100%;
    max-width: initial;
}

.banners .ut2-banner .ut2-a__bg-banner {
    height: 100%;
    max-height: none;
}

.banners .ut2-banner .ut2-a__content {
    min-height: 100%;
}

.banners.ut2-scroll-container>.ut2-scroll-content {
    display: grid;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: calc(max(var(--ab-banner-min-width), 100% / var(--ab-banner-multiple-items)));
    padding: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.banners.ut2-scroll-container>.ut2-scroll-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 1599px) {
    .banners.ut2-scroll-container>.ut2-scroll-content {
        min-width: calc(100% + (var(--gap-s) * 2));
        margin-inline: calc(var(--gap-s) * -1);
        padding-inline: var(--gap-s);
    }
}

.banners.ut2-scroll-container>.ut2-scroll-content>.ut2-scroll-item {
    min-width: 0;
    min-height: var(--ab-banner-height);
    scroll-snap-align: start;
}

.banners.ut2-scroll-container>.ut2-scroll-content>.ut2-scroll-item:not(:last-child) {
    margin-right: var(--gap);
}

.banners.ut2-scroll-container>.ut2-scroll-content>.ut2-scroll-item>*,
.banners.ut2-scroll-container>.ut2-scroll-content>.ut2-scroll-item>*>*:not(iframe):not(video) {
    width: 100%;
    min-height: 100%;
}

.banners.owl-carousel .owl-wrapper-outer {
    display: flex;
}

.banners.owl-carousel .owl-item {
    flex-grow: 1;
}

.banners.owl-carousel.multiple {
    width: calc(100% + var(--gap));
    margin-inline: calc(var(--gap-half) * -1);
}

.banners.owl-carousel.multiple: not(.owl-theme) {
    visibility: hidden;
}

.banners.owl-carousel.multiple .ut2-banner {
    margin-inline: var(--gap-half);
}

.banners.owl-carousel>.ut2-banner {
    display: none;
}

.banners.owl-carousel>.ut2-banner:first-child {
    display: block;
}

:not(:hover) .banners.owl-carousel .owl-controls:not(.owl-controls-outside) .owl-buttons {
    opacity: 0;
    transition: opacity 300ms;
}

.banners.owl-carousel .owl-controls:not(.owl-controls-outside) .owl-buttons>div.owl-prev {
    left: 0;
}

.banners.owl-carousel .owl-controls:not(.owl-controls-outside) .owl-buttons>div.owl-next {
    right: 0;
}

@media (max-width: 899px) {
    .owl-pagination-true .mask-under-content .box {
        margin-bottom: var(--gap-m);
    }
}

.owl-pagination-true .internal-products .ut2-a__products {
    padding-bottom: 8px;
}

.owl-pagination-true .ut2-scroll-content {
    margin-bottom: 0;
}

.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ut2-a__products .grid-list::-webkit-scrollbar-track,
.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ut2-a__products .ut2-template-small::-webkit-scrollbar-track,
.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ut2-a__products .ut2-thumbnail-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
}

.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ut2-a__products .grid-list::-webkit-scrollbar-thumb,
.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ut2-a__products .ut2-template-small::-webkit-scrollbar-thumb,
.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ut2-a__products .ut2-thumbnail-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
}

.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ut2-a__products .grid-list:hover::-webkit-scrollbar-thumb,
.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ut2-a__products .ut2-template-small:hover::-webkit-scrollbar-thumb,
.ut2-banner[style*="--ab-banner-color-schemes: dark"] .ut2-a__products .ut2-thumbnail-list:hover::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8);
}

.ut2-banner[style*="--ab-banner-color-schemes: light"] .ut2-a__products .ut2-scroll-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.ut2-banner[style*="--ab-banner-color-schemes: light"] .ut2-a__products .ut2-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
}

.ut2-banner[style*="--ab-banner-color-schemes: light"] .ut2-a__products .ut2-scroll-container:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.6);
    cursor: grab;
}

.ut2-banner[style*="--ab-banner-color-schemes: light"] .white-bg .ut2-a__products .ut2-gl__body,
.ut2-banner[style*="--ab-banner-color-schemes: light"] .white-bg .ut2-a__products .ut2-template-small__item,
.ut2-banner[style*="--ab-banner-color-schemes: light"] .white-bg .ut2-a__products .ut2-thumbnail-list__item {
    box-shadow: inset 0 0 0 1px #e4e4e4 !important;
}

.ut2-banner[style*="--ab-banner-color-schemes: light"] .white-bg .ut2-a__products .ut2-gl__body:hover,
.ut2-banner[style*="--ab-banner-color-schemes: light"] .white-bg .ut2-a__products .ut2-template-small__item:hover,
.ut2-banner[style*="--ab-banner-color-schemes: light"] .white-bg .ut2-a__products .ut2-thumbnail-list__item:hover {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1) !important;
}

.ut2-a__products-banner {
    container: intprod / inline-size;
    background-color: var(--ab-banner-background-color);
}

.ut2-a__products-banner .internal-products {
    height: auto;
    min-height: var(--ab-banner-height);
}

[style*="--ab-banner-background-color"] .ut2-a__products-banner .ut2-gl__body,
[style*="--ab-banner-background-color"] .ut2-a__products-banner .ut2-template-small__item,
.ut2-a__products-banner[style*="background-image"] .ut2-gl__body,
.ut2-a__products-banner[style*="background-image"] .ut2-template-small__item {
    box-shadow: none !important;
}

.ut2-a__products {
    max-width: 100cqw !important;
    max-height: 100%;
}

.ut2-a__products.ut2-a__img {
    flex-grow: 0;
    width: 100%;
}

[style*="--ab-banner-background-color"] .ut2-a__products,
.ut2-a__bg-banner[style*="background-image"] .ut2-a__products {
    overflow: hidden;
    padding-inline: 1px;
}

[style*="--ab-banner-background-color"] .ut2-a__products .ut2-scroll-container,
.ut2-a__bg-banner[style*="background-image"] .ut2-a__products .ut2-scroll-container {
    height: fit-content;
}

.ut2-a__products .ut2-scroll-content {
    padding: var(--gap-xs);
    margin-block-end: var(--gap-xs);
}

.ut2-a__products .ut2-scroll-content: :-webkit-scrollbar-track {
    margin: var(--gap-xs);
}

.ut2-a__products .ut2-scroll-left,
.ut2-a__products .ut2-scroll-right {
    margin-top: calc(var(--min-height-button)/2 * -1);
}

.ut2-a__products .ut2-scroll-left>span,
.ut2-a__products .ut2-scroll-right>span {
    background: var(--color-general);
    box-shadow: inset 0 0 0 1px #1e1e1e, 0 2px 3px rgba(0, 0, 0, 0.1) !important;
}

.ut2-a__products .grid-list.ut2-scroll-container {
    margin: unset;
    padding: unset;
    max-width: 100%;
    width: calc((var(--grid-col-min-width) + var(--gap-xs)) * var(--gl-cols) + var(--gap-xs));
    box-sizing: content-box;
}

.ut2-a__products .grid-list.ut2-scroll-container .ut2-scroll-item {
    max-width: var(--grid-col-min-width);
}

.ut2-a__products .grid-list.ut2-scroll-container .ut2-gl__body {
    padding: var(--gap-sm);
    background: var(--color-general);
}

.ut2-a__products .grid-list.ut2-scroll-container .ut2-gl__wrap {
    display: flex;
    width: auto;
    gap: 0;
}

.ut2-a__products .grid-list.ut2-scroll-container .ut2-gl__wrap>[class*="ty-column"] {
    width: max(var(--grid-col-min-width), calc(100% / var(--gl-cols)));
    max-width: var(--grid-col-min-width);
}

@media (max-width: 480px) {
    .ut2-a__products .grid-list.ut2-scroll-container[style*="--gl-cols: 1;"] {
        --grid-col-min-width: 212px;
    }

    .ut2-a__products .grid-list.ut2-scroll-container:not([style*="--gl-cols: 1;"]) {
        --grid-col-min-width: calc(50% - var(--gap-xxs));
    }
}

.ut2-a__products .ut2-thumbnail-list {
    display: flex;
    max-width: calc(((119px + var(--gap-xs)) * var(--tls-pr-count)) + var(--gap-xs)) !important;
}

.ut2-a__products .ut2-thumbnail-list__item {
    background: var(--color-general);
    min-width: 119px;
    max-width: 119px;
}

.ut2-a__products .ut2-thumbnail-list__item .ut2-thumbnail-list__img-block {
    flex-flow: column;
    margin-block-end: 40px;
    overflow: visible;
    max-width: 119px;
    height: 100px;
}

.ut2-a__products .ut2-thumbnail-list__item .ut2-thumbnail-list__name {
    display: none;
}

.ut2-a__products .ut2-thumbnail-list__item .ty-price-num {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.ut2-a__products .ut2-thumbnail-list__item .ut2-template-small__item-price {
    display: flex;
    position: absolute;
    inset: auto 0 -45px;
    min-height: 40px;
    width: inherit;
}

.ut2-a__products .ut2-thumbnail-list__item .ut2-template-small__item-price>span {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.ut2-a__products .ut2-thumbnail-list__item .ty-strike .ty-list-price {
    font-size: var(--font-size-small);
}

.ut2-a__products .ut2-thumbnail-list__item .ut2-sld-short[id*="line_discount_update"] {
    position: absolute;
    left: 14px;
    top: -100px;
}

.ut2-a__products .ut2-thumbnail-list__item .ut2-sld-short[id*="line_discount_update"] .ty-save-price:not(:empty) {
    background: var(--color-discount);
    color: white;
    box-shadow: none;
}

.ut2-a__products .multi-row {
    margin-block-end: 0 !important;
}

.ut2-a__products .multi-row>.button {
    display: none !important;
}

.ut2-a__products .multi-row .ut2-scroll-item {
    margin: 0;
}

.ut2-a__products .multi-row .ut2-thumbnail-list {
    flex-wrap: wrap;
    gap: var(--gap-xs) !important;
}

.align-center .ut2-a__products .multi-row .ut2-thumbnail-list {
    justify-content: center;
}

.align-right .ut2-a__products .multi-row .ut2-thumbnail-list {
    justify-content: flex-end;
}

.ut2-a__products .multi-row .ut2-template-small {
    flex-wrap: wrap;
    margin: 1px 0;
    max-width: calc((var(--smallitems-item-min-width) + var(--gap-xs)) * var(--si-columns) + var(--gap-xs)) !important;
    max-height: var(--ab-banner-height);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: content-box;
    gap: var(--gap-xs) !important;
}

.align-center .ut2-a__products .multi-row .ut2-template-small {
    justify-content: center;
}

.align-right .ut2-a__products .multi-row .ut2-template-small {
    justify-content: flex-end;
}

.ut2-a__products .one-row .ut2-thumbnail-list {
    flex-wrap: nowrap;
}

.ut2-a__products .one-row .ut2-template-small {
    width: calc((var(--smallitems-item-min-width) + var(--gap-xs)) * var(--si-columns) + var(--gap-xs)) !important;
}

.ut2-a__products .one-row .ut2-template-small>* {
    margin-bottom: 0;
}

.ut2-a__products ul.ut2-template-small {
    display: flex;
}

@media (max-width: 1023px) {
    .ut2-a__products ul.ut2-template-small {
        flex-wrap: nowrap;
        height: auto;
        width: 100%;
    }
}

.ut2-a__products ul.ut2-template-small .ut2-template-small__item {
    background: var(--color-general);
    min-width: var(--smallitems-item-min-width);
    max-width: var(--smallitems-item-min-width);
    padding: var(--gap-xs);
    border-radius: var(--border-radius-box);
}

.ut2-a__products ul.ut2-template-small .ut2-template-small__control:not(:hover) .ty-qty {
    display: none;
}

.ut2-a__products ul.ut2-template-small .ab-stickers-container {
    display: none;
}

.ut2-a__products div.ut2-gl__bottom {
    display: none;
}

.ut2-a__products .ut2__vendor-info--list-product {
    display: none;
}

.ut2-banner-desktop .ut2-a__content .ut2-a__title,
.ut2-banner-desktop .ut2-a__content .ut2-a__title *:not(small) {
    font-size: min(var(--ab-banner-title-size), max(calc(var(--ab-banner-title-size) / 100 + 6vw), 30px));
}

.ut2-banner-desktop .ut2-a__content .ut2-a__descr,
.ut2-banner-desktop .ut2-a__content .ut2-a__descr * {
    font-size: max(var(--font-size-normal), min(var(--ab-banner-description-size), calc(var(--ab-banner-description-size) / 100 + 3vw)));
}

.ut2-banner-desktop .ut2-a__content .ty-btn__text {
    font-size: max(var(--font-size-normal), min(var(--ab-banner-description-size), calc(var(--ab-banner-description-size) / 100 + 3vw)));
}

@media (max-width: 899px) {
    .ut2-banner-desktop .ut2-a__content.width-half .ut2-a__description .box {
        padding-inline: min(var(--gap-s), 10%);
    }
}

.banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid,
.banners-grid.container-fluid-row-full-width .row-fluid .row-fluid,
.banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, calc(100% - var(--gap))), 1fr));
    gap: var(--gap);
}

@media (min-width: 650px) {

    .banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid,
    .banners-grid.container-fluid-row-full-width .row-fluid .row-fluid,
    .banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid {
        grid-auto-rows: 1fr;
    }
}

.banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid:after,
.banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid:before,
.banners-grid.container-fluid-row-full-width .row-fluid .row-fluid:after,
.banners-grid.container-fluid-row-full-width .row-fluid .row-fluid:before,
.banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid:after,
.banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid:before {
    content: none;
}

.banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid>div[class^="span"],
.banners-grid.container-fluid-row-full-width .row-fluid .row-fluid>div[class^="span"],
.banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid>div[class^="span"] {
    width: 100%;
    display: flex;
    flex: 1;
    flex-basis: auto;
    flex-flow: column;
    gap: var(--gap);
    z-index: 1;
}

.banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid>div[class^="span"]>div[class*="block-"],
.banners-grid.container-fluid-row-full-width .row-fluid .row-fluid>div[class^="span"]>div[class*="block-"],
.banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid>div[class^="span"]>div[class*="block-"] {
    margin-top: 0;
}

@media (min-width: 671px) and (max-width: 1023px) {

    .banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid>div[class^="span"],
    .banners-grid.container-fluid-row-full-width .row-fluid .row-fluid>div[class^="span"],
    .banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid>div[class^="span"] {
        min-width: calc(50% - var(--gap));
    }

    .banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid>div[class^="span"]:first-child:not(.row-fluid),
    .banners-grid.container-fluid-row-full-width .row-fluid .row-fluid>div[class^="span"]:first-child:not(.row-fluid),
    .banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid>div[class^="span"]:first-child:not(.row-fluid) {
        order: 1;
    }

    .banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid>div[class^="span"]:last-child:not(.row-fluid),
    .banners-grid.container-fluid-row-full-width .row-fluid .row-fluid>div[class^="span"]:last-child:not(.row-fluid),
    .banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid>div[class^="span"]:last-child:not(.row-fluid) {
        order: 2;
    }

    .banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid>div[class^="span"]:not(:first-child):not(:last-child):not(.row-fluid),
    .banners-grid.container-fluid-row-full-width .row-fluid .row-fluid>div[class^="span"]:not(:first-child):not(:last-child):not(.row-fluid),
    .banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid>div[class^="span"]:not(:first-child):not(:last-child):not(.row-fluid) {
        order: 3;
        min-width: 100%;
        max-width: 100%;
    }
}

.banners-grid:not(.container-fluid-row-full-width):not(.container-fluid-row-no-limit)>.row-fluid>div[class^="span"]:not(.row-fluid),
.banners-grid.container-fluid-row-full-width .row-fluid .row-fluid>div[class^="span"]:not(.row-fluid),
.banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid>div[class^="span"]:not(.row-fluid) {
    margin: 0;
    max-width: max(320px, 100%);
}

.banners-grid.container-fluid-row-no-limit .row-fluid .row-fluid {
    margin: 0 var(--gap);
    width: calc(100% - (var(--gap) * 2));
}

.banners-grid-resizable {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(max(200px, calc(21% - var(--gap))), 1fr));
    grid-auto-rows: 1fr;
    gap: var(--gap);
}

.banners-grid-resizable:after {
    display: none;
}

.banners-grid-resizable [class^="span"] .ut2-block-loader-banners {
    margin: 0;
}

.banners-grid-resizable .ut2-banner {
    height: 100%;
}

@media (max-width: 576px) {
    .banners-grid-resizable {
        grid-template-columns: repeat(auto-fit, minmax(max(150px, calc(50% - var(--gap))), 1fr));
    }

    .banners-grid-resizable .ut2-a__bg-banner {
        min-height: 100%;
    }
}

.banners-grid-resizable .ut2-a__img {
    flex-grow: 1 !important;
    transition: transform 150ms;
}


.banners-grid-resizable .ut2-banner .ut2-a__description .box {
    min-width: initial;
}

@media (max-width: 576px) {
    .banners-grid-resizable .ut2-banner .ut2-a__description .box {
        padding: var(--gap-sm);
    }
}

@media (max-width: 427px) {
    .banners-grid-resizable .ut2-banner .ut2-a__description .box .ut2-a__title {
        font-size: var(--font-size-normal) !important;
    }
}

.banners-grid-resizable .row-fluid {
    margin: 0;
}

@media (min-width: 1400px) {
    .banners-grid-resizable .row-fluid {
        display: flex;
        gap: var(--gap);
    }
}

@media (max-width: 1399px) {
    .banners-grid-resizable .row-fluid {
        display: contents;
    }
}

.banners-grid-resizable .row-fluid:after,
.banners-grid-resizable .row-fluid:before {
    content: none;
}

.banners-grid-resizable .row-fluid .ut2-a__img {
    padding: var(--gap-s) var(--gap-s) 0;
}

@media (min-width: 1400px) {
    .banners-grid-resizable .row-fluid div[class^="span"] {
        flex: 1;
        display: flex;
        flex-flow: column;
        margin: 0;
        gap: var(--gap);
    }
}

@media (max-width: 1399px) {
    .banners-grid-resizable .row-fluid div[class^="span"] {
        display: contents;
    }
}

.banners-grid-resizable .row-fluid div[class^="span"]>.ut2-banner,
.banners-grid-resizable .row-fluid div[class^="span"]>.banners {
    margin: 0;
}

.banners-grid-resizable .row-fluid div[class^="span"] .ut2-banner:hover .ut2-a__img {
    transform: scale(1.07);
}

@media (max-width: 576px) {

    .banners-grid-resizable .row-fluid .ut2-banner-desktop .ut2-a__title,
    .banners-grid-resizable .row-fluid .ut2-banner-desktop .ut2-a__title * {
        font-size: var(--font-size-medium) !important;
    }
}

@media (max-width: 600px) {

    .banners-grid-mobile[class*="span"]>.row-fluid [class*="span"],
    .banners-grid-mobile [class*="span"]>.row-fluid [class*="span"] {
        float: left;
        width: 50%;
        gap: var(--gap);
    }
}

#banner-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: var(--gap-xs);
    margin-top: var(--gap-l);
    border-radius: var(--border-radius-box);
    background: var(--fill-gray);
    column-gap: var(--gap-s);
    row-gap: var(--gap-xxs);
}

#banner-panel>.span3 {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0;
    gap: var(--gap-xs);
}

#banner-panel>.span3 label {
    color: var(--color-font-lighten);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: var(--gap-xxs);
}

#banner-panel>.span3 select.disabled {
    color: var(--color-font-lighten);
    pointer-events: none;
}

#banner-panel>.span3.hidden {
    display: none;
}

#banner-preview~div[id^="preview"] {
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner-preview~div[id^="preview"]>div.preview_mobile {
    max-width: min(430px, 100vw);
    min-height: min(932px, 80vh);
    background: var(--fill-gray);
    border-radius: var(--border-radius-box);
}

#banner-preview~div[id^="preview"]>div.preview_mobile.landscape {
    max-width: min(932px, 100vw);
    min-height: auto;
}

@-webkit-keyframes show_delay {
    0% {
        pointer-events: none;
    }

    100% {
        pointer-events: all;
    }
}

@-moz-keyframes show_delay {
    0% {
        pointer-events: none;
    }

    100% {
        pointer-events: all;
    }
}

@-o-keyframes show_delay {
    0% {
        pointer-events: none;
    }

    100% {
        pointer-events: all;
    }
}

@keyframes show_delay {
    0% {
        pointer-events: none;
    }

    100% {
        pointer-events: all;
    }
}

@-webkit-keyframes show_in_start {
    0% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * -100%), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes show_in_start {
    0% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * -100%), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes show_in_start {
    0% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * -100%), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes show_in_start {
    0% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * -100%), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes show_in_end {
    0% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * 100%), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes show_in_end {
    0% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * 100%), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes show_in_end {
    0% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * 100%), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes show_in_end {
    0% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * 100%), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes show_fixed_header {
    0% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    100% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
}

@-moz-keyframes show_fixed_header {
    0% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    100% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
}

@-o-keyframes show_fixed_header {
    0% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    100% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
}

@keyframes show_fixed_header {
    0% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    100% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
}

@-webkit-keyframes hide_fixed_header {
    0% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }

    100% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

@-moz-keyframes hide_fixed_header {
    0% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }

    100% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

@-o-keyframes hide_fixed_header {
    0% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }

    100% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

@keyframes hide_fixed_header {
    0% {
        -webkit-transform: translate(0, 0%);
        -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
        -o-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }

    100% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

@-webkit-keyframes hide_3d {
    0% {
        -webkit-transform: translate(0, 0%) rotate3d(1, 1, 1, 0deg);
        transform: translate(0, 0%) rotate3d(1, 1, 1, 0deg);
    }

    100% {
        -webkit-transform: translate(0, -50%) rotate3d(1, 0, 0, 90deg);
        transform: translate(0, -50%) rotate3d(1, 0, 0, 90deg);
    }
}

@-moz-keyframes hide_3d {
    0% {
        -webkit-transform: translate(0, 0%) rotate3d(1, 1, 1, 0deg);
        transform: translate(0, 0%) rotate3d(1, 1, 1, 0deg);
    }

    100% {
        -webkit-transform: translate(0, -50%) rotate3d(1, 0, 0, 90deg);
        transform: translate(0, -50%) rotate3d(1, 0, 0, 90deg);
    }
}

@-o-keyframes hide_3d {
    0% {
        -webkit-transform: translate(0, 0%) rotate3d(1, 1, 1, 0deg);
        transform: translate(0, 0%) rotate3d(1, 1, 1, 0deg);
    }

    100% {
        -webkit-transform: translate(0, -50%) rotate3d(1, 0, 0, 90deg);
        transform: translate(0, -50%) rotate3d(1, 0, 0, 90deg);
    }
}

@keyframes hide_3d {
    0% {
        -webkit-transform: translate(0, 0%) rotate3d(1, 1, 1, 0deg);
        transform: translate(0, 0%) rotate3d(1, 1, 1, 0deg);
    }

    100% {
        -webkit-transform: translate(0, -50%) rotate3d(1, 0, 0, 90deg);
        transform: translate(0, -50%) rotate3d(1, 0, 0, 90deg);
    }
}

@-webkit-keyframes show_fixed_notification {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes show_fixed_notification {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes show_fixed_notification {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes show_fixed_notification {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes dialog_is_open {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes dialog_is_open {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes dialog_is_open {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes dialog_is_open {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes dropdown_is_open {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@-moz-keyframes dropdown_is_open {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@-o-keyframes dropdown_is_open {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes dropdown_is_open {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@-webkit-keyframes loadicon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes loadicon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loadicon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadicon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes brk-pulse-paused {
    0% {
        opacity: 1;
        scale: .1;
    }

    60% {
        opacity: .9;
    }

    100% {
        opacity: .2;
        scale: 1;
    }
}

@-moz-keyframes brk-pulse-paused {
    0% {
        opacity: 1;
        scale: .1;
    }

    60% {
        opacity: .9;
    }

    100% {
        opacity: .2;
        scale: 1;
    }
}

@-o-keyframes brk-pulse-paused {
    0% {
        opacity: 1;
        scale: .1;
    }

    60% {
        opacity: .9;
    }

    100% {
        opacity: .2;
        scale: 1;
    }
}

@keyframes brk-pulse-paused {
    0% {
        opacity: 1;
        scale: .1;
    }

    60% {
        opacity: .9;
    }

    100% {
        opacity: .2;
        scale: 1;
    }
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade_in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade_in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade_in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fade_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade_out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ab__spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ab__spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes ab__spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes ab__spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes ab__spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tygh-top-panel {
    --top-panel__block-_height: calc(var(--ut2-top-panel-height) - 1px);
    position: relative;
    z-index: 7;
}

html.js_modal_-open .tygh-top-panel,
html.js_side-modal_-open .tygh-top-panel {
    z-index: 6;
}

.tygh-top-panel>[class*=container] {
    padding: initial;
    margin: initial;
}

.tygh-top-panel>[class*=container]:not(:has(div)) {
    display: none;
}

.tygh-top-panel>[class*=container]::before,
.tygh-top-panel>[class*=container]::after {
    content: initial;
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) {
    width: initial;
    min-width: 280px;
    max-width: var(--fluid-container-_max-width_-calc);
    margin: 0 auto;
    padding-inline: calc(var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding));
    padding-block-end: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: var(--gap-xs);
}

@media (max-width: 1023px) {
    .tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) {
        padding-inline: var(--fluid-container-_padding_one-side);
        column-gap: var(--gap-sm);
    }
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"])::before {
    content: initial;
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"])::after {
    content: '';
    clear: initial;
    display: initial;
    position: absolute;
    inset-inline: 0;
    inset-block-end: 0;
    inline-size: 100%;
    block-size: 0;
    border-block-end-width: 1px;
    border-block-end-style: solid;
    border-color: #e4e4e4;
}

.ty-helper-container .tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) .row-fluid,
.ty-helper-container .tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span].span16 {
    block-size: initial;
    max-block-size: calc(var(--ut2-top-panel-height) * 2 - 1px);
    width: 100%;
    min-width: 0;
    max-width: initial;
    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    row-gap: 1px;
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) .row-fluid,
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span],
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>[class*=ty-float],
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>[class*=hidden-],
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>.bm-block-manager__block,
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>.bm-block-manager__block .bm-block-manager__block-content,
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>[id^=snapping_id_] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>.bm-block-manager__block .bm-block-manager__block-content {
    width: 100%;
    min-width: 0;
    flex-shrink: 1;
    flex-grow: 1;
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span],
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>[class*=ty-float],
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>[class*=hidden-],
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>.bm-block-manager__block,
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>.bm-block-manager__block .bm-block-manager__block-content,
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>[id^=snapping_id_] {
    block-size: var(--top-panel__block-_height);
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) .row-fluid,
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span] {
    margin: initial;
    padding: initial;
    column-gap: var(--gap-xs);
}

@media (max-width: 1023px) {

    .tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) .row-fluid,
    .tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span] {
        column-gap: var(--gap-sm);
    }
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) .row-fluid::before,
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) .row-fluid::after,
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]::before,
.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]::after {
    content: initial;
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span] {
    float: initial;
    min-height: initial;
    width: initial;
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]:has(> .ty-float-right) {
    margin-inline-start: auto;
    margin-inline-end: initial;
    justify-content: end;
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]:has(> .ty-float-right)~[class*=span] {
    margin-inline-start: initial;
}

.tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"]) [class*=span]>[class*=ty-float] {
    float: initial;
    max-width: initial;
}

.tygh-top-panel>[class*=container]>div:not(:has([class*=span][class*="top-"][class*="-grid"])) .ty-banner__image-wrapper {
    margin: initial;
}

.tygh-top-panel .bm-block-manager__blocks-place:empty {
    max-height: initial;
    padding: 0 5px;
    background: none;
}

.tygh-top-panel .bm-block-manager__block {
    background-clip: padding-box;
    cursor: grab;
}

.tygh-top-panel .bm-block-manager__block:not(.bm-block-manager__block--disabled) {
    z-index: 1;
}

#tygh_container .tygh-top-panel .bm-block-manager__block.bm-block-manager__block--disabled {
    display: none !important;
}

.tygh-top-panel .bm-block-manager__block:has(.js_open),
.tygh-top-panel .bm-block-manager__block:has(.open),
.tygh-top-panel .bm-block-manager__block:has(.ty-search-block.view) {
    box-shadow: initial !important;
    position: initial !important;
    z-index: initial !important;
}

.tygh-top-panel .bm-block-manager__block:has(.js_open) .bm-block-manager__menu-wrapper,
.tygh-top-panel .bm-block-manager__block:has(.open) .bm-block-manager__menu-wrapper,
.tygh-top-panel .bm-block-manager__block:has(.ty-search-block.view) .bm-block-manager__menu-wrapper {
    display: none;
}

.tygh-top-panel .bm-block-manager__block:hover {
    background-color: initial;
    border-radius: initial;
}

.tygh-top-panel .bm-block-manager__block.ui-sortable-helper * {
    cursor: grabbing !important;
}

.tygh-top-panel .bm-block-manager__block * {
    cursor: grab !important;
}

.tygh-top-panel .bm-block-manager__menu-wrapper {
    inset-inline-start: 0;
    inset-block-start: 0;
}

.tygh-top-panel .bm-block-manager__menu-wrapper.bm-block-manager__menu-wrapper--bottom {
    inset-block-start: initial;
}

.tygh-top-panel .bm-block-manager__block-content::before,
.tygh-top-panel .bm-block-manager__block-content::after {
    content: initial;
}

.tygh-top-panel [class*="block-"]+[class*="block-"] {
    margin-top: initial !important;
}

.tygh-top-panel .ty-geo-maps__geolocation,
.tygh-top-panel .top-quick-links,
.tygh-top-panel .top-currencies,
.tygh-top-panel .top-languages {
    block-size: var(--top-panel__block-_height);
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 1025px) {
    #tygh_container .tygh-top-panel .top-links-grid {
        display: contents !important;
    }

    #tygh_container .tygh-top-panel .top-links-grid .top-quick-links,
    #tygh_container .tygh-top-panel .top-links-grid .top-quick-links .bm-block-manager__block-content,
    #tygh_container .tygh-top-panel .top-links-grid .ty-text-links-wrapper,
    #tygh_container .tygh-top-panel .top-links-grid .ty-text-links-wrapper>.ty-text-links {
        display: contents !important;
    }

    #tygh_container .tygh-top-panel .top-links-grid .top-quick-links .bm-block-manager__menu-wrapper {
        display: none;
    }

    #tygh_container .tygh-top-panel .top-links-grid .top-quick-links .ty-text-links-wrapper>.ty-text-links:not(.ty-text-links_show_inline) .ty-text-links__item,
    #tygh_container .tygh-top-panel .top-links-grid .top-quick-links .ty-text-links-wrapper>.ty-text-links:not(.ty-text-links_show_inline) .ty-text-links {
        display: contents !important;
    }

    #tygh_container .tygh-top-panel .top-links-grid .top-quick-links .ty-text-links-wrapper>.ty-text-links:not(.ty-text-links_show_inline) .ty-text-links__a {
        margin-inline-end: calc((var(--gap-xs) - 1px) * -1);
    }

    #tygh_container .tygh-top-panel .top-links-grid .top-quick-links .ty-text-links-wrapper>.ty-text-links: not(.ty-text-links_show_inline) .ty-text-links__item:last-child>.ty-text-links__a:only-child {
        margin-inline-end: initial;
    }

    #tygh_container .tygh-top-panel .top-links-grid .top-quick-links .ty-text-links-wrapper>.ty-text-links.ty-text-links_show_inline>.ty-text-links__item:not(:last-child) {
        margin-inline-end: calc((var(--gap-xs) - 1px) * -1);
    }

    #tygh_container .tygh-top-panel .top-links-grid>[class*=ty-float-righ] {
        margin-inline-start: auto;
    }

    #tygh_container .tygh-top-panel .top-links-grid>[class*=ty-float-righ].top-quick-links .ty-text-links-wrapper>.ty-text-links:not(.ty-text-links_show_inline)>.ty-text-links__item:first-child>.ty-text-links__a,
    #tygh_container .tygh-top-panel .top-links-grid>[class*=ty-float-righ].top-quick-links .ty-text-links-wrapper>.ty-text-links.ty-text-links_show_inline>.ty-text-links__item:first-child {
        margin-inline-start: auto;
    }

    #tygh_container .tygh-top-panel .top-links-grid>[class*=ty-float-righ]:not(.bm-block-manager__block--disabled)~[class*=ty-float-righ] {
        margin-inline-start: initial !important;
    }

    #tygh_container .tygh-top-panel .top-links-grid>[class*=ty-float-righ]:not(.bm-block-manager__block--disabled)~[class*=ty-float-righ].top-quick-links .ty-text-links-wrapper>.ty-text-links:not(.ty-text-links_show_inline)>.ty-text-links__item:first-child>.ty-text-links__a,
    #tygh_container .tygh-top-panel .top-links-grid>[class*=ty-float-righ]:not(.bm-block-manager__block--disabled)~[class*=ty-float-righ].top-quick-links .ty-text-links-wrapper>.ty-text-links.ty-text-links_show_inline>.ty-text-links__item:first-child {
        margin-inline-start: initial;
    }
}

.tygh-top-panel a.ty-geo-maps__geolocation__opener,
.tygh-top-panel .ty-text-links-btn,
.tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a,
.tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline,
.tygh-top-panel .ty-select-block__txt,
.tygh-top-panel a.ty-select-block__a,
.tygh-top-panel a.ty-languages__item,
.tygh-top-panel a.ty-currencies__item {
    padding: initial;
    border: 0 none;
    border-radius: initial;
    float: initial;
    block-size: var(--top-panel__block-_height);
    white-space: nowrap;
    flex: 0 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
}

.tygh-top-panel .ty-select-block__txt {
    color: #848484;
}

.tygh-top-panel a.ty-geo-maps__geolocation__opener,
.tygh-top-panel .ty-text-links-btn,
.tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a,
.tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline,
.tygh-top-panel a.ty-select-block__a,
.tygh-top-panel a.ty-languages__item,
.tygh-top-panel a.ty-currencies__item {
    user-select: none;
    text-decoration: none;
    color: #848484;
    padding-block: 0;
}

@media (min-width: 1024px) {

    .tygh-top-panel a.ty-geo-maps__geolocation__opener,
    .tygh-top-panel .ty-text-links-btn,
    .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a,
    .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline,
    .tygh-top-panel a.ty-select-block__a,
    .tygh-top-panel a.ty-languages__item,
    .tygh-top-panel a.ty-currencies__item {
        padding-inline: var(--ut2-header__block-_common-inline-padding);
    }
}

.tygh-top-panel a.ty-geo-maps__geolocation__opener.open,
.tygh-top-panel .ty-text-links-btn.open,
.tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a.open,
.tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline.open,
.tygh-top-panel a.ty-select-block__a.open,
.tygh-top-panel a.ty-languages__item.open,
.tygh-top-panel a.ty-currencies__item.open {
    text-decoration: none;
    color: #1e1e1e;
}

@media (max-width: 1023px) {

    .tygh-top-panel a.ty-geo-maps__geolocation__opener.open,
    .tygh-top-panel .ty-text-links-btn.open,
    .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a.open,
    .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline.open,
    .tygh-top-panel a.ty-select-block__a.open,
    .tygh-top-panel a.ty-languages__item.open,
    .tygh-top-panel a.ty-currencies__item.open {
        background: none;
    }
}

@media (min-width: 1024px) {

    .tygh-top-panel a.ty-geo-maps__geolocation__opener.open,
    .tygh-top-panel .ty-text-links-btn.open,
    .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a.open,
    .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline.open,
    .tygh-top-panel a.ty-select-block__a.open,
    .tygh-top-panel a.ty-languages__item.open,
    .tygh-top-panel a.ty-currencies__item.open {
        background: #f5f5f7;
    }
}

@media (hover: hover) and (pointer: fine) {

    .ty-helper-container .tygh-top-panel a.ty-geo-maps__geolocation__opener:hover,
    .ty-helper-container .tygh-top-panel a.ty-geo-maps__geolocation__opener.open:hover,
    .ty-helper-container .tygh-top-panel .ty-text-links-btn:hover,
    .ty-helper-container .tygh-top-panel .ty-text-links-btn.open:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a.open:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline.open:hover,
    .ty-helper-container .tygh-top-panel a.ty-select-block__a:hover,
    .ty-helper-container .tygh-top-panel a.ty-select-block__a.open:hover,
    .ty-helper-container .tygh-top-panel a.ty-languages__item:hover,
    .ty-helper-container .tygh-top-panel a.ty-languages__item.open:hover,
    .ty-helper-container .tygh-top-panel a.ty-currencies__item:hover,
    .ty-helper-container .tygh-top-panel a.ty-currencies__item.open:hover {
        text-decoration: none;
        color: #1e1e1e;
    }
}

@media (hover: hover) and (pointer: fine) and (max-width: 1023px) {

    .ty-helper-container .tygh-top-panel a.ty-geo-maps__geolocation__opener:hover,
    .ty-helper-container .tygh-top-panel a.ty-geo-maps__geolocation__opener.open:hover,
    .ty-helper-container .tygh-top-panel .ty-text-links-btn:hover,
    .ty-helper-container .tygh-top-panel .ty-text-links-btn.open:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a.open:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline.open:hover,
    .ty-helper-container .tygh-top-panel a.ty-select-block__a:hover,
    .ty-helper-container .tygh-top-panel a.ty-select-block__a.open:hover,
    .ty-helper-container .tygh-top-panel a.ty-languages__item:hover,
    .ty-helper-container .tygh-top-panel a.ty-languages__item.open:hover,
    .ty-helper-container .tygh-top-panel a.ty-currencies__item:hover,
    .ty-helper-container .tygh-top-panel a.ty-currencies__item.open:hover {
        background: none;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {

    .ty-helper-container .tygh-top-panel a.ty-geo-maps__geolocation__opener:hover,
    .ty-helper-container .tygh-top-panel a.ty-geo-maps__geolocation__opener.open:hover,
    .ty-helper-container .tygh-top-panel .ty-text-links-btn:hover,
    .ty-helper-container .tygh-top-panel .ty-text-links-btn.open:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a.open:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline:hover,
    .ty-helper-container .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline.open:hover,
    .ty-helper-container .tygh-top-panel a.ty-select-block__a:hover,
    .ty-helper-container .tygh-top-panel a.ty-select-block__a.open:hover,
    .ty-helper-container .tygh-top-panel a.ty-languages__item:hover,
    .ty-helper-container .tygh-top-panel a.ty-languages__item.open:hover,
    .ty-helper-container .tygh-top-panel a.ty-currencies__item:hover,
    .ty-helper-container .tygh-top-panel a.ty-currencies__item.open:hover {
        background: #f5f5f7;
    }
}

@media (min-width: 1025px) {
    .tygh-top-panel li.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0.js_open a.ty-text-links__a--subitems {
        color: #1e1e1e;
    }
}

@media (min-width: 1025px) and (max-width: 1023px) {
    .tygh-top-panel li.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0.js_open a.ty-text-links__a--subitems {
        background: none;
    }
}

@media (min-width: 1025px) and (min-width: 1024px) {
    .tygh-top-panel li.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0.js_open a.ty-text-links__a--subitems {
        background: #f5f5f7;
    }
}

.tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu).active a.ty-text-links__a,
.tygh-top-panel li.ty-text-links__item--inline.active a.ty-text-links__a--inline,
.tygh-top-panel a.ty-currencies__active,
.tygh-top-panel a.ty-languages__active {
    text-decoration: none;
    background: initial;
    color: #1e1e1e;
}

@media (hover: hover) and (pointer: fine) and (max-width: 1023px) {

    .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu).active a.ty-text-links__a:hover,
    .tygh-top-panel li.ty-text-links__item--inline.active a.ty-text-links__a--inline:hover,
    .tygh-top-panel a.ty-currencies__active:hover,
    .tygh-top-panel a.ty-languages__active:hover {
        background: none;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {

    .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu).active a.ty-text-links__a:hover,
    .tygh-top-panel li.ty-text-links__item--inline.active a.ty-text-links__a--inline:hover,
    .tygh-top-panel a.ty-currencies__active:hover,
    .tygh-top-panel a.ty-languages__active:hover {
        background: #f5f5f7;
    }
}

.tygh-top-panel .ty-text-links-btn .ty-icon.ty-text-links-btn__arrow,
.tygh-top-panel .ty-select-block__a .ty-icon.ty-select-block__arrow {
    font-family: uni2-icons, sans-serif;
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    transform: none;
    width: auto;
    margin: 0;
    margin-inline-end: -4px;
    position: static;
}

.tygh-top-panel .ty-geo-maps__geolocation__opener>span:has([class*=ty-icon-]) {
    display: contents;
}

.tygh-top-panel [class*=ty-icon-] {
    color: #007cb9;
    margin-block-start: -1px;
}

.tygh-top-panel .ty-geo-maps__geolocation__opener-text {
    overflow: visible;
}

.tygh-top-panel .ty-geo-maps__geolocation__opener-text .ty-geo-maps__geolocation__location {
    display: initial;
}

.tygh-top-panel>[class*=container] {
    --top-panel__dropdown__popup-_side-offset: calc(var(--border-radius-box) * -1);
    --top-panel__dropdown__popup-_min-min-width: calc(14px + var(--gap-xs) * 2 + var(--gap-xxs) * 2);
}

@media (max-width: 1634px) {
    .tygh-top-panel>[class*=container] {
        --top-panel__dropdown__popup-_side-offset: calc((var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding) - 3px) * -1);
    }
}

@media (max-width: 1023px) {
    .tygh-top-panel>[class*=container] {
        --top-panel__dropdown__popup-_side-offset: calc((var(--fluid-container-_padding_one-side) - 3px) * -1);
    }
}

.tygh-top-panel>[class*=container] li.ty-text-links__item--inline.ty-text-links__subitems>ul.ty-text-links,
.tygh-top-panel>[class*=container] .ty-select-block {
    background: var(--color-general);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 15px 0 rgba(0, 0, 0, 0.3);
    border: 0 none;
    border-radius: var(--border-radius-box);
    position: absolute;
    z-index: 999;
    top: 100% !important;
    left: var(--top-panel__dropdown__popup-_side-offset) !important;
    right: initial !important;
    width: max-content;
    min-width: max(calc(100% + var(--top-panel__dropdown__popup-_side-offset) * -2), var(--top-panel__dropdown__popup-_min-min-width));
    max-width: min(calc(var(--fluid-container-_max-width_-calc) - var(--fluidContainerPadding)), calc(100dvw - var(--fluidContainerPadding)));
    margin: initial;
    overflow: visible;
}

.tygh-top-panel>[class*=container] .ty-float-right li.ty-text-links__item--inline.ty-text-links__subitems>ul.ty-text-links,
.tygh-top-panel>[class*=container] .ty-float-right .ty-select-block {
    left: initial !important;
    right: var(--top-panel__dropdown__popup-_side-offset) !important;
}

.tygh-top-panel>[class*=container] li.ty-text-links__item--inline.ty-text-links__subitems>ul.ty-text-links {
    padding: var(--gap-xxs);
}

@media (max-width: 1024px) {
    .tygh-top-panel>[class*=container] .top-quick-links.ty-float-right .ty-text-links-wrapper>ul.ty-text-links {
        left: initial !important;
        right: var(--top-panel__dropdown__popup-_side-offset) !important;
    }
}

@media (max-width: 1024px) {
    .tygh-top-panel>[class*=container] .top-quick-links .ty-text-links-wrapper>ul.ty-text-links {
        background: var(--color-general);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 15px 0 rgba(0, 0, 0, 0.3);
        border: 0 none;
        border-radius: var(--border-radius-box);
        position: absolute;
        z-index: 999;
        top: 100% !important;
        left: var(--top-panel__dropdown__popup-_side-offset) !important;
        right: initial !important;
        width: max-content;
        min-width: max(calc(100% + var(--top-panel__dropdown__popup-_side-offset) * -2), var(--top-panel__dropdown__popup-_min-min-width));
        max-width: min(calc(var(--fluid-container-_max-width_-calc) - var(--fluidContainerPadding)), calc(100dvw - var(--fluidContainerPadding)));
        margin: initial;
        overflow: visible;
        padding: var(--gap-xxs);
        display: block !important;
    }
}

.tygh-top-panel>[class*=container] li.ty-text-links__subitems.ty-text-links__item--inline li.ty-text-links__item--submenu,
.tygh-top-panel>[class*=container] li.ty-select-block__list-item {
    margin: 0;
    padding: 0;
    display: block;
}

@media (max-width: 1024px) {

    .tygh-top-panel>[class*=container] .ty-text-links-wrapper li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu),
    .tygh-top-panel>[class*=container] .ty-text-links-wrapper li.ty-text-links__item--inline {
        display: block;
    }
}

@media (max-width: 1024px) {
    .tygh-top-panel>[class*=container] .ty-text-links-wrapper li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) ul.ty-text-links {
        display: block;
        margin-inline-start: calc(var(--gap-xs) * 1.5);
    }
}

@media (max-width: 1024px) {
    .tygh-top-panel>[class*=container] .top-quick-links .ty-text-links-wrapper li.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0>ul.ty-text-links {
        background: initial;
        box-shadow: initial;
        border-radius: initial;
        position: initial;
        top: initial;
        right: initial !important;
        min-width: initial;
        max-width: initial;
        padding: initial;
        margin-inline-start: calc(var(--gap-xs) * 1.5);
        display: block;
    }

    .tygh-top-panel>[class*=container] .top-quick-links .ty-text-links-wrapper li.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0>ul.ty-text-links ul.ty-text-links {
        margin-inline-start: var(--gap-xs);
    }
}

.tygh-top-panel>[class*=container] .ty-text-links__item--submenu a.ty-text-links__a--submenu,
.tygh-top-panel>[class*=container] .ty-select-block__list-item a.ty-select-block__list-a {
    background: initial;
    color: #1e1e1e;
    border-radius: var(--border-radius-box);
    padding: 0;
    padding-block: 7px;
    padding-inline: var(--gap-xs);
}

@media (hover: hover) and (pointer: fine) {

    .tygh-top-panel>[class*=container] .ty-text-links__item--submenu a.ty-text-links__a--submenu:hover,
    .tygh-top-panel>[class*=container] .ty-select-block__list-item a.ty-select-block__list-a:hover {
        color: #1e1e1e;
    }
}

@media (hover: hover) and (pointer: fine) and (max-width: 1023px) {

    .tygh-top-panel>[class*=container] .ty-text-links__item--submenu a.ty-text-links__a--submenu:hover,
    .tygh-top-panel>[class*=container] .ty-select-block__list-item a.ty-select-block__list-a:hover {
        background: none;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {

    .tygh-top-panel>[class*=container] .ty-text-links__item--submenu a.ty-text-links__a--submenu:hover,
    .tygh-top-panel>[class*=container] .ty-select-block__list-item a.ty-select-block__list-a:hover {
        background: var(--fill-gray);
    }
}

@media (max-width: 1024px) {

    .tygh-top-panel>[class*=container] li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a,
    .tygh-top-panel>[class*=container] li.ty-text-links__item--inline a.ty-text-links__a--inline {
        background: initial;
        color: #1e1e1e;
        border-radius: var(--border-radius-box);
        padding: 0;
        padding-block: 7px;
        padding-inline: var(--gap-xs);
    }
}

@media (max-width: 1024px) and (hover: hover) and (pointer: fine) {

    .tygh-top-panel>[class*=container] li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a:hover,
    .tygh-top-panel>[class*=container] li.ty-text-links__item--inline a.ty-text-links__a--inline:hover {
        color: #1e1e1e;
    }
}

@media (max-width: 1024px) and (hover: hover) and (pointer: fine) and (max-width: 1023px) {

    .tygh-top-panel>[class*=container] li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a:hover,
    .tygh-top-panel>[class*=container] li.ty-text-links__item--inline a.ty-text-links__a--inline:hover {
        background: none;
    }
}

@media (max-width: 1024px) and (hover: hover) and (pointer: fine) and (min-width: 1024px) {

    .tygh-top-panel>[class*=container] li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a:hover,
    .tygh-top-panel>[class*=container] li.ty-text-links__item--inline a.ty-text-links__a--inline:hover {
        background: var(--fill-gray);
    }
}

.tygh-top-panel>[class*=container] .ty-text-links__item--submenu.active a.ty-text-links__a--submenu,
.tygh-top-panel>[class*=container] .ty-select-block__list-item a.ty-select-block__list-a.is-active {
    color: #848484;
}

@media (max-width: 1024px) {

    .tygh-top-panel>[class*=container] li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu).active a.ty-text-links__a,
    .tygh-top-panel>[class*=container] li.ty-text-links__item--inline.active a.ty-text-links__a--inline {
        color: #848484;
    }
}

@media (hover: hover) and (pointer: fine) {

    .tygh-top-panel>[class*=container] .ty-text-links__item--submenu a.ty-text-links__a--submenu:hover,
    .tygh-top-panel>[class*=container] .ty-select-block__list-item a.ty-select-block__list-a:hover {
        color: #1e1e1e;
    }
}

@media (max-width: 1024px) and (hover: hover) and (pointer: fine) {

    .tygh-top-panel>[class*=container] li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a:hover,
    .tygh-top-panel>[class*=container] li.ty-text-links__item--inline a.ty-text-links__a--inline:hover {
        color: #1e1e1e;
    }
}

.tygh-top-panel .top-quick-links .ty-text-links-wrapper {
    border: 0 none;
}

@media (max-width: 1024px) {
    .tygh-top-panel .top-quick-links .ty-text-links-wrapper {
        position: relative;
    }
}

.tygh-top-panel .top-quick-links .ty-text-links-btn {
    display: none;
}

@media (max-width: 1024px) {
    .tygh-top-panel .top-quick-links .ty-text-links-btn {
        display: flex;
        overflow: clip;
        position: relative;
        min-inline-size: 30px;
        justify-content: center;
    }

    .tygh-top-panel .top-quick-links .ty-text-links-btn.visible-phone {
        display: flex !important;
    }

    .tygh-top-panel .top-quick-links .ty-text-links-btn:not(.open)~ul.ty-text-links {
        display: none !important;
    }

    .tygh-top-panel .top-quick-links .ty-text-links-btn.open {
        z-index: 1000 !important;
    }

    .tygh-top-panel .top-quick-links .ty-text-links-btn.open::before,
    .tygh-top-panel .top-quick-links .ty-text-links-btn.open::after {
        opacity: initial;
    }

    .tygh-top-panel .top-quick-links .ty-text-links-btn::before,
    .tygh-top-panel .top-quick-links .ty-text-links-btn::after {
        content: '';
        display: block;
        inline-size: 0;
        block-size: 0;
        position: absolute;
        inset-block-end: 0;
        inset-inline-end: calc(var(--ut2-header__block-_common-inline-padding) - 3px);
        border-inline: 7px solid transparent;
        opacity: 0;
        pointer-events: none;
    }

    .tygh-top-panel .top-quick-links .ty-text-links-btn::before {
        border-block-end: 7px solid rgba(0, 0, 0, 0.15);
        margin-block-end: 1px;
    }

    .tygh-top-panel .top-quick-links .ty-text-links-btn::after {
        border-block-end: 7px solid var(--fill-white);
    }
}

@media (max-width: 1024px) and (max-width: 1023px) {

    .tygh-top-panel .top-quick-links .ty-text-links-btn::before,
    .tygh-top-panel .top-quick-links .ty-text-links-btn::after {
        inset-inline: 0;
        margin-inline: auto;
    }
}

.tygh-top-panel .top-quick-links .ty-text-links-btn .ty-icon-short-list {
    font-family: uni2-icons, sans-serif;
    font-size: 20px;
    padding: 0;
}

.tygh-top-panel .top-quick-links .ty-text-links-btn .ty-icon-short-list:before {
    content: "\e977";
}

.tygh-top-panel .top-quick-links .ty-text-links-wrapper>ul.ty-text-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    gap: 1px;
}

@media (min-width: 1025px) {
    .tygh-top-panel .top-quick-links .ty-text-links-wrapper>ul.ty-text-links.ty-text-links_show_inline {
        border-radius: 0;
    }
}

.tygh-top-panel .top-quick-links li.ty-text-links__item {
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
    flex: 0 0 auto;
}

.tygh-top-panel .top-quick-links li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 1px;
}

.tygh-top-panel .top-quick-links li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) ul.ty-text-links {
    display: contents;
}

.tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline {
    display: block;
}

.tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 {
    position: relative;
}

@media (min-width: 1025px) {
    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0.js_open a.ty-text-links__a--subitems {
        z-index: 1000 !important;
    }

    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0.js_open a.ty-text-links__a--subitems::before,
    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0.js_open a.ty-text-links__a--subitems::after {
        opacity: initial;
    }

    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0.js_open a.ty-text-links__a--subitems [class*="-icon-"] {
        transform: scaleY(-1);
    }

    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0.js_open>ul.ty-text-links {
        display: block;
    }
}

.tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems {
    position: relative;
}

@media (min-width: 1025px) {
    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems {
        min-inline-size: 30px;
        justify-content: center;
    }
}

@media (min-width: 1025px) {
    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems.open {
        z-index: 1000 !important;
    }

    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems.open::before,
    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems.open::after {
        opacity: initial;
    }

    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems::before,
    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems::after {
        content: '';
        display: block;
        inline-size: 0;
        block-size: 0;
        position: absolute;
        inset-block-end: 0;
        inset-inline-end: calc(var(--ut2-header__block-_common-inline-padding) - 3px);
        border-inline: 7px solid transparent;
        opacity: 0;
        pointer-events: none;
    }

    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems::before {
        border-block-end: 7px solid rgba(0, 0, 0, 0.15);
        margin-block-end: 1px;
    }

    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems::after {
        border-block-end: 7px solid var(--fill-white);
    }
}

@media (min-width: 1025px) and (max-width: 1023px) {

    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems::before,
    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems::after {
        inset-inline: 0;
        margin-inline: auto;
    }
}

.tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems [class*="-icon-"] {
    font-size: calc(var(--link-font-size) + 2px);
    margin-inline-end: -4px;
    display: none;
}

@media (min-width: 1025px) {
    .tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0 a.ty-text-links__a--subitems [class*="-icon-"] {
        display: block;
    }
}

.tygh-top-panel .top-quick-links li.ty-text-links__item.ty-text-links__item--inline.ty-text-links__subitems.ty-level-0>ul.ty-text-links {
    display: none;
    z-index: 999 !important;
}

.tygh-footer .ty-text-links-wrapper {
    border: 0 none;
}

.tygh-footer .ty-text-links-wrapper .ty-text-links-btn {
    display: none;
}

.tygh-footer .ty-text-links-wrapper .ty-text-links {
    position: static;
    left: initial;
    right: initial;
    z-index: initial;
    min-width: initial;
    display: block;
    background: none;
    border: 0 none;
}

.tygh-footer .ty-text-links-wrapper .ty-text-links__a {
    display: inline;
}

.top-currencies,
.top-languages {
    margin: initial;
}

.ab__ut2--languages_mode_dropdown .ty-select-wrapper.ab__ut2--languages__plain-list,
.ab__ut2--currencies_mode_dropdown .ty-select-wrapper.ab__ut2--currencies__plain-list {
    display: none;
}

.ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--languages__dropdown,
.ab__ut2--currencies_mode_plain .ty-select-wrapper.ab__ut2--currencies__dropdown {
    display: none;
}

.ab__ut2--languages .ty-select-wrapper .ab__ut2--select-block__head,
.ab__ut2--currencies .ty-select-wrapper .ab__ut2--select-block__head {
    position: relative;
}

.ab__ut2--languages .ty-select-wrapper .ab__ut2--select-block__head.open,
.ab__ut2--currencies .ty-select-wrapper .ab__ut2--select-block__head.open {
    z-index: 1000 !important;
}

.ab__ut2--languages .ty-select-wrapper .ab__ut2--select-block__head.open>span::after,
.ab__ut2--currencies .ty-select-wrapper .ab__ut2--select-block__head.open>span::after {
    content: "\e904";
}

.ab__ut2--languages .ty-select-wrapper .ab__ut2--select-block__head>span,
.ab__ut2--currencies .ty-select-wrapper .ab__ut2--select-block__head>span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: var(--gap-xxs);
}

.ab__ut2--languages .ty-select-wrapper .ab__ut2--select-block__head>span::after,
.ab__ut2--currencies .ty-select-wrapper .ab__ut2--select-block__head>span::after {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\e908";
    font-size: 16px;
    opacity: .6;
    margin-inline-start: calc(var(--gap-xxs) * -1);
    margin-inline-end: -4px;
    flex-shrink: 0;
}

.ab__ut2--languages .ty-select-wrapper .ab__ut2--select-block__head__text__name,
.ab__ut2--currencies .ty-select-wrapper .ab__ut2--select-block__head__text__name {
    padding-block: 3px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: clip;
    max-inline-size: 120px;
}

.ab__ut2--languages .ty-select-wrapper .ab__ut2--select-block__head__text__symbol,
.ab__ut2--currencies .ty-select-wrapper .ab__ut2--select-block__head__text__symbol {
    padding-block: 3px;
    display: inline-block;
    overflow: clip;
}

.ab__ut2--languages .ty-select-wrapper .ty-select-block__arrow,
.ab__ut2--currencies .ty-select-wrapper .ty-select-block__arrow {
    width: initial;
    margin-inline-end: -4px;
    display: none;
}

.ab__ut2--languages .ty-select-wrapper .ty-select-block.ab__ut2--select-block__popup,
.ab__ut2--currencies .ty-select-wrapper .ty-select-block.ab__ut2--select-block__popup {
    z-index: 999;
    top: 100%;
    overflow: clip;
}

.ab__ut2--languages .ty-select-wrapper .ty-select-block__list,
.ab__ut2--currencies .ty-select-wrapper .ty-select-block__list {
    padding: var(--gap-xxs);
    max-block-size: calc((var(--link-font-size) + 2px + 14px) * 5 + var(--gap-xxs) * 2);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
}

.ab__ut2--languages .ty-select-wrapper .ty-select-block__list::-webkit-scrollbar,
.ab__ut2--currencies .ty-select-wrapper .ty-select-block__list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.ab__ut2--languages .ty-select-wrapper .ty-select-block__list-a,
.ab__ut2--currencies .ty-select-wrapper .ty-select-block__list-a {
    line-height: calc(var(--link-font-size) + 2px);
    white-space: initial;
    user-select: none;
    text-decoration: none;
    min-width: initial;
    display: flex;
    flex-wrap: initial;
    align-items: initial;
    gap: var(--gap-xxs);
}

.ab__ut2--languages .ty-select-wrapper .ty-select-block__list-a::before,
.ab__ut2--languages .ty-select-wrapper .ty-select-block__list-a::after,
.ab__ut2--currencies .ty-select-wrapper .ty-select-block__list-a::before,
.ab__ut2--currencies .ty-select-wrapper .ty-select-block__list-a::after {
    content: initial;
}

.ab__ut2--select-block__popup__text {
    flex-grow: 1;
    display: flex;
    width: max-content;
}

.ab__ut2--select-block__popup__text__name {
    word-break: break-all;
}

.ab__ut2--select-block__head__text__symbol ins,
.ab__ut2--select-block__head__text__code ins,
.ab__ut2--select-block__popup__text__code ins,
.ab__ut2--select-block__popup__text__symbol ins {
    font-style: normal;
    text-decoration: none;
}

.ab__ut2--select-block__popup__text__code,
.ab__ut2--select-block__popup__text__symbol {
    padding-inline-start: var(--gap-xxs);
    margin-inline-start: auto;
}

.ab__ut2--languages .ty-languages__item {
    gap: var(--gap-xxs);
}

.ab__ut2--languages .ty-flag {
    margin: initial;
    flex-shrink: 0;
}

.ab__ut2--languages .ab__ut2--select-block__head__text__code,
.ab__ut2--languages .ab__ut2--select-block__popup__text__code {
    display: none;
}

.ab__ut2--languages .format-only-icon .ty-select-block__list-a {
    justify-content: center;
}

.ab__ut2--languages .format-only-icon .ab__ut2--select-block__head__text,
.ab__ut2--languages .format-only-icon .ab__ut2--select-block__popup__text {
    display: none;
}

.ab__ut2--languages .format-only-icon .ab__ut2--select-block__popup__text__code {
    margin-inline-start: initial;
}

.ab__ut2--currencies .format-only-symbol .ab__ut2--select-block__popup__text {
    justify-content: center;
}

.ab__ut2--currencies .format-only-symbol .ab__ut2--select-block__popup__text__symbol {
    padding-inline-start: initial;
    margin-inline-start: initial;
}

.tygh-top-panel .ab__ut2--currencies,
.tygh-top-panel .ab__ut2--languages {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    column-gap: var(--gap-xxs);
}

.tygh-top-panel .ab__ut2--currencies::before,
.tygh-top-panel .ab__ut2--currencies::after,
.tygh-top-panel .ab__ut2--languages::before,
.tygh-top-panel .ab__ut2--languages::after {
    content: none;
}

@media (max-width: 834px) {

    .tygh-top-panel .ab__ut2--currencies .ty-select-block__txt,
    .tygh-top-panel .ab__ut2--languages .ty-select-block__txt {
        display: none;
    }
}

.tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head,
.tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head {
    overflow: clip;
    min-inline-size: 30px;
    justify-content: center;
}

.tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head.open,
.tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head.open {
    z-index: 1000 !important;
}

.tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head.open::before,
.tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head.open::after,
.tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head.open::before,
.tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head.open::after {
    opacity: initial;
}

.tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head::before,
.tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head::after,
.tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head::before,
.tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head::after {
    content: '';
    display: block;
    inline-size: 0;
    block-size: 0;
    position: absolute;
    inset-block-end: 0;
    inset-inline-end: calc(var(--ut2-header__block-_common-inline-padding) - 3px);
    border-inline: 7px solid transparent;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1023px) {

    .tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head::before,
    .tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head::after,
    .tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head::before,
    .tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head::after {
        inset-inline: 0;
        margin-inline: auto;
    }
}

.tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head::before,
.tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head::before {
    border-block-end: 7px solid rgba(0, 0, 0, 0.15);
    margin-block-end: 1px;
}

.tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head::after,
.tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head::after {
    border-block-end: 7px solid var(--fill-white);
}

.tygh-top-panel .ab__ut2--currencies .ab__ut2--select-block__head>span: :after,
.tygh-top-panel .ab__ut2--languages .ab__ut2--select-block__head>span::after {
    opacity: initial;
}

.tygh-top-panel .ab__ut2--currencies .ty-select-block__arrow,
.tygh-top-panel .ab__ut2--languages .ty-select-block__arrow {
    opacity: initial;
}

.tygh-top-panel .ab__ut2--currencies .ty-select-wrapper .ty-select-block__list,
.tygh-top-panel .ab__ut2--languages .ty-select-wrapper .ty-select-block__list {
    max-block-size: calc(100dvh - var(--ut2-top-panel-height) - var(--gap-m));
}

@media (max-width: 1023px) {

    .tygh-top-panel .ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--languages__dropdown,
    .tygh-top-panel .ab__ut2--currencies_mode_plain .ty-select-wrapper.ab__ut2--currencies__dropdown {
        display: block;
    }
}

.tygh-top-panel .ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--languages__plain-list,
.tygh-top-panel .ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--currencies__plain-list {
    margin: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    gap: 1px;
}

@media (max-width: 1023px) {

    .tygh-top-panel .ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--languages__plain-list,
    .tygh-top-panel .ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--currencies__plain-list {
        display: none;
    }
}

.tygh-top-panel .ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--languages__plain-list::before,
.tygh-top-panel .ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--languages__plain-list::after,
.tygh-top-panel .ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--currencies__plain-list::before,
.tygh-top-panel .ab__ut2--languages_mode_plain .ty-select-wrapper.ab__ut2--currencies__plain-list::after {
    content: none;
}

@media (max-width: 576px) {
    .tygh-top-panel .ab__ut2--languages__dropdown:not(.format-only-icon) .ab__ut2--select-block__head__text__code {
        display: inline;
    }
}

@media (max-width: 576px) {

    .tygh-top-panel .ab__ut2--languages__dropdown .ab__ut2--select-block__head__text__name,
    .tygh-top-panel .ab__ut2--languages__dropdown .ab__ut2--select-block__head__text__symbol ins,
    .tygh-top-panel .ab__ut2--languages__dropdown .ab__ut2--select-block__head__text__code ins {
        display: none;
    }
}

.ut2-header-allows-h-menu-stuck-top-sentinel {
    inline-size: 100%;
    block-size: calc(var(--js_top-panel-_height) + var(--menu-height));
    position: absolute;
    z-index: 6;
    inset-block-start: 0;
    inset-inline: 0;
    visibility: hidden;
}

.ut2-pb__sticky-add-to-cart.position-top {
    inline-size: 100%;
    position: fixed;
    z-index: 5;
    inset-block-start: 0;
    inset-inline: 0;
    visibility: hidden;
    opacity: 0;
}

html.js_sbp_dropdownbox_modal_-open .ut2-pb__sticky-add-to-cart.position-bottom {
    display: none !important;
}

body:not(.sticky-add-to-cart) .ut2-pb__sticky-add-to-cart.position-bottom {
    display: none !important;
}

html.sticky-top-panel.sticky-fc-panel .top-sticky-panel__filters {
    inset-block-start: var(--js_rt_header_-stuck-_height);
}

html.sticky-top-panel.sticky-buy-panel-_top .ut2-pb__sticky-add-to-cart.position-top {
    inset-block-start: var(--js_rt_header_-stuck-_height);
}

html.sticky-top-panel .tygh-header {
    position: sticky;
}

html.sticky-top-panel .tygh-header.advanced-header {
    inset-block-start: calc(var(--js_rt_header__1st-row-_height) * -1);
}

html.sticky-top-panel .tygh-header:not(.advanced-header):not(.litecheckout__header) {
    inset-block-start: 0;
}

body.sticky-add-to-cart .ut2-pb__sticky-add-to-cart.position-top {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {

    html.no-scroll body.sticky-add-to-cart .ut2-pb__sticky-add-to-cart.position-top,
    html.dialog-is-open body.sticky-add-to-cart .ut2-pb__sticky-add-to-cart.position-top,
    html.js_modal_-open body.sticky-add-to-cart .ut2-pb__sticky-add-to-cart.position-top {
        visibility: hidden !important;
    }
}

html.sticky-buy-panel-_top body:not(.fixed-header):not(.js_whole-header-out-of-viewport) .ut2-pb__sticky-add-to-cart.position-top {
    box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 5px, rgba(0, 0, 0, 0.05) 0 -7px 7px;
    inset-block-start: initial !important;
    inset-block-end: 0 !important;
}

html.sticky-buy-panel-_top body:not(.fixed-header):not(.js_whole-header-out-of-viewport) .ut2-pb__sticky-add-to-cart.position-top::after {
    content: initial !important;
}

body.fixed-header .tygh-header.default-header>[class*=container]>div:nth-child(2) {
    display: none;
}

@media (min-width: 1141px) {
    body.fixed-header .tygh-header.default-header+.tygh-content {
        margin-block-start: var(--menu-height);
    }
}

body.fixed-header .tygh-header.light-header.v2>[class*=container]>div:nth-child(2) {
    display: none;
}

body.fixed-header .tygh-header.light-header.v2+.tygh-content {
    padding-block-start: var(--menu-height);
}

@media (min-width: 1024px) {
    body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) {
        align-items: start !important;
    }

    body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) .ut2-pb__right-wrapper,
    body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) .ut2-pb__section-combined .ut2-pb__img,
    body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) .ut2-pb__content-wrapper {
        position: sticky;
        height: fit-content;
    }

    html.ab-spt-pos-after_h1 body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) .ut2-pb__right-wrapper,
    html.ab-spt-pos-after_h1 body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) .ut2-pb__section-combined .ut2-pb__img,
    html.ab-spt-pos-after_h1 body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) .ut2-pb__content-wrapper {
        top: calc(var(--js_header_-stuck-_height) + var(--js_rt_buy-panel-top_-stuck-_height) + var(--js_seo-pb-tabs-panel-_height) + var(--gap-s));
    }

    html:not(.ab-spt-pos-after_h1) body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) .ut2-pb__right-wrapper,
    html:not(.ab-spt-pos-after_h1) body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) .ut2-pb__section-combined .ut2-pb__img,
    html:not(.ab-spt-pos-after_h1) body:not(.mobile-screen) .ut2-pb__wrapper:not(.js_product-col_-sticky-off) .ut2-pb__content-wrapper {
        top: calc(var(--js_rt_overall-top_-stuck-_height) + var(--gap-s));
    }
}


.ut2-sp-n,
.tygh-header .ut2-btn-search,
.ut2-top-compared-products a,
.ut2-top-wishlist-count a,
.ut2-pn__wrap,
.tygh-header .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head),
.tygh-header .ty-dropdown-box__title[id] {
    line-height: 1;
    user-select: none;
    cursor: pointer;
    transition: color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ut2-sp-n>span,
.ut2-sp-n>a,
.tygh-header .ut2-btn-search>span,
.tygh-header .ut2-btn-search>a,
.ut2-top-compared-products a>span,
.ut2-top-compared-products a>a,
.ut2-top-wishlist-count a>span,
.ut2-top-wishlist-count a>a,
.ut2-pn__wrap>span,
.ut2-pn__wrap>a,
.tygh-header .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)>span,
.tygh-header .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)>a,
.tygh-header .ty-dropdown-box__title[id]>span,
.tygh-header .ty-dropdown-box__title[id]>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap-xxs);
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-btn-search,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-compared-products a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-wishlist-count a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap,
.tygh-header>[class*=container]>div:nth-child(1) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head),
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id] {
    font-size: var(--font-size-normal);
    color: #1e1e1e;
    border-radius: calc(var(--ut2-header__common-button-_min-size) / 2);
    block-size: var(--ut2-header__common-button-_min-size);
    min-inline-size: var(--ut2-header__common-button-_min-size);
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n:hover,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n.open,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-btn-search:hover,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-btn-search.open,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-compared-products a:hover,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-compared-products a.open,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-wishlist-count a:hover,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-wishlist-count a.open,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap:hover,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap.open,
.tygh-header>[class*=container]>div:nth-child(1) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head):hover,
.tygh-header>[class*=container]>div:nth-child(1) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head).open,
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id]:hover,
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id].open {
    color: #1e1e1e;
    background: #f5f5f7;
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n:hover>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n.open>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-btn-search:hover>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-btn-search.open>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-compared-products a:hover>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-compared-products a.open>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-wishlist-count a:hover>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-wishlist-count a.open>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap:hover>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap.open>a,
.tygh-header>[class*=container]>div:nth-child(1) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head):hover>a,
.tygh-header>[class*=container]>div:nth-child(1) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head).open>a,
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id]:hover>a,
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id].open>a {
    color: #1e1e1e;
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-btn-search>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-compared-products a>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-wishlist-count a>a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap>a,
.tygh-header>[class*=container]>div:nth-child(1) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)>a,
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id]>a {
    color: #1e1e1e;
}

.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head),
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id] {
    font-size: var(--font-size-medium);
    font-weight: bold;
    color: #1e1e1e;
    block-size: 100%;
}

.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n:hover,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n.open,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a:hover,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a.open,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a:hover,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a.open,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap:hover,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap.open,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head):hover,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head).open,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]:hover,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id].open {
    background: #f5f5f7;
    color: #1e1e1e;
}

.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n:hover>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n.open>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a:hover>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a.open>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a:hover>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a.open>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap:hover>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap.open>a,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head):hover>a,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head).open>a,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]:hover>a,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id].open>a {
    color: #1e1e1e;
}

.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n:hover [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n.open [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a:hover [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a.open [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a:hover [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a.open [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap:hover [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap.open [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head):hover [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head).open [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]:hover [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id].open [class*=ut2-icon] {
    color: #1e1e1e;
}

.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n:hover>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n:hover>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n.open>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n.open>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a:hover>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a:hover>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a.open>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a.open>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a:hover>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a:hover>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a.open>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a.open>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap:hover>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap:hover>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap.open>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap.open>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head):hover>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head):hover>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head).open>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head).open>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]:hover>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]:hover>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id].open>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id].open>a::after {
    color: #1e1e1e;
}

.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a>a,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap>a,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)>a,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]>a {
    font-size: var(--font-size-medium);
    font-weight: bold;
    color: #1e1e1e;
}

.ut2-sp-n [class*=ut2-icon],
.tygh-header .ut2-btn-search [class*=ut2-icon],
.ut2-top-compared-products [class*=ut2-icon],
.ut2-top-wishlist-count [class*=ut2-icon],
.ut2-pn__wrap [class*=ut2-icon],
.tygh-header .ty-dropdown-box__title[id] [class*=ut2-icon] {
    font-size: var(--ut2-header__common-button__icon-_size);
    transition: color 150ms, opacity 150ms;
    position: relative;
    flex-shrink: 0;
}

.tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap [class*=ut2-icon],
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id] [class*=ut2-icon] {
    color: #039be5;
}

.ut2-pn__wrap.open>span::after,
.ut2-pn__wrap.open>a::after {
    content: "\e904";
}

.ut2-pn__wrap>span::after,
.ut2-pn__wrap>a::after {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\e908";
    font-size: 16px;
    opacity: .6;
    margin-inline-start: calc(var(--gap-xxs) * -1);
    flex-shrink: 0;
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap>span::after,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap>a::after,
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id]>span::after,
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id]>a::after,
.tygh-header>[class*=container]>div:nth-child(1) .ty-select-block__a:not(.ut2-sw-w .ty-select-block__a)>span::after,
.tygh-header>[class*=container]>div:nth-child(1) .ty-select-block__a:not(.ut2-sw-w .ty-select-block__a)>a::after {
    margin-inline-end: -4px;
}

.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]>a::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-block__a:not(.ut2-sw-w .ty-select-block__a)>span::after,
.tygh-header>[class*=container]>div:nth-child(2) .ty-select-block__a:not(.ut2-sw-w .ty-select-block__a)>a::after {
    color: #039be5;
    transform: translateX(3px);
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap.open::before,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap.open::after,
.tygh-header>[class*=container]>div:nth-child(1) .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head).open::before,
.tygh-header>[class*=container]>div:nth-child(1) .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head).open::after {
    opacity: 1;
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::before,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::after,
.tygh-header>[class*=container]>div:nth-child(1) .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)::before,
.tygh-header>[class*=container]>div:nth-child(1) .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)::after {
    content: '';
    display: block;
    inline-size: 0;
    block-size: 0;
    position: absolute;
    z-index: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    inset-block-start: 100%;
    inset-inline: 0;
    margin-inline: auto;
    border-inline: 11px solid transparent;
    opacity: 0;
    pointer-events: none;
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::before,
.tygh-header>[class*=container]>div:nth-child(1) .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)::before {
    border-block-end: 11px solid rgba(0, 0, 0, 0.15);
    margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 11px);
}

.tygh-header>[class*=container]>div: nth-child(1) .ut2-pn__wrap::after,
.tygh-header>[class*=container]>div:nth-child(1) .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)::after {
    border-block-end: 11px solid var(--fill-white);
    margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 10px);
}

.tygh-header>[class*=container]>div: nth-child(1) .ut2-pn__wrap::before,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::after,
.tygh-header>[class*=container]>div:nth-child(1) .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)::before,
.tygh-header>[class*=container]>div:nth-child(1) .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)::after {
    inset-inline-start: initial;
    inset-inline-end: 5px;
}

.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id].open::before,
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id].open::after {
    opacity: 1;
}

.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id]::before,
.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id]::after {
    content: '';
    display: block;
    inline-size: 0;
    block-size: 0;
    position: absolute;
    z-index: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    inset-block-start: 100%;
    inset-inline: 0;
    margin-inline: auto;
    border-inline: 11px solid transparent;
    opacity: 0;
    pointer-events: none;
}

.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id]::before {
    border-block-end: 11px solid rgba(0, 0, 0, 0.15);
    margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 11px);
}

.tygh-header>[class*=container]>div: nth-child(1) .ty-dropdown-box__title[id]::after {
    border-block-end: 11px solid var(--fill-white);
    margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 10px);
}

@media (max-width: 767px) {

    .tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id].open::before,
    .tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id].open::after,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap.open::before,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap.open::after {
        opacity: 1;
    }

    .tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]::before,
    .tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]::after,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::before,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::after {
        content: '';
        display: block;
        inline-size: 0;
        block-size: 0;
        position: absolute;
        z-index: initial;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        inset-block-start: 100%;
        inset-inline: 0;
        margin-inline: auto;
        border-inline: 11px solid transparent;
        opacity: 0;
        pointer-events: none;
    }

    .tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]::before,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::before {
        border-block-end: 11px solid rgba(0, 0, 0, 0.15);
        margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 11px);
    }

    .tygh-header>[class*=container]>div: nth-child(2) .ty-dropdown-box__title[id]::after,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::after {
        border-block-end: 11px solid var(--fill-white);
        margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 10px);
    }

    .tygh-header>[class*=container]>div: nth-child(2) .ty-dropdown-box__title[id]::before,
    .tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]::after,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::before,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::after {
        inset-block-start: initial;
        margin-block-start: initial;
    }

    .tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]::before,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::before {
        inset-block-end: 0;
    }

    .tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id]::after,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::after {
        inset-block-end: -1px;
    }
}

.tygh-header {
    inline-size: 100%;
    position: relative;
    z-index: 6;
}

.tygh-header::before,
.tygh-header::after {
    content: initial;
}

.tygh-header>[class*=container] {
    padding: initial;
    margin: initial;
}

.tygh-header>[class*=container]::before {
    content: initial;
}

.tygh-header>[class*=container]>div::before,
.tygh-header>[class*=container]>div::after {
    content: initial;
}

.tygh-header>[class*=container]>div:nth-child(1) {
    block-size: var(--ut2-header-height);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: var(--gap-xs);
}

#tygh_main_container .tygh-header>[class*=container]>div:nth-child(1) {
    width: initial;
    min-width: 280px;
    max-width: var(--fluid-container-_max-width_-calc);
    padding: initial;
    padding-inline: calc(var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding));
    margin: 0 auto;
}

@media (max-width: 450px) {
    .tygh-header>[class*=container]>div:nth-child(1) {
        column-gap: var(--gap-xxs);
    }
}

.tygh-header>[class*=container]>div:nth-child(1) .row-fluid,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span],
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]>[class*=ty-float],
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]>[class*=hidden-],
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]>.bm-block-manager__block .bm-block-manager__block-content,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]>[id^=snapping_id_],
.tygh-header>[class*=container]>div:nth-child(1) .top-buttons-grid {
    column-gap: var(--gap-xs);
}

@media (max-width: 450px) {

    .tygh-header>[class*=container]>div:nth-child(1) .row-fluid,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span],
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]>[class*=ty-float],
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]>[class*=hidden-],
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]>.bm-block-manager__block .bm-block-manager__block-content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]>[id^=snapping_id_],
    .tygh-header>[class*=container]>div:nth-child(1) .top-buttons-grid {
        column-gap: var(--gap-xxs);
    }
}

.tygh-header>[class*=container]>div:nth-child(2) {
    background: #fff;
    width: initial;
    min-width: initial;
    max-width: initial;
    margin: initial;
    padding: initial;
}

.tygh-header>[class*=container]>div:nth-child(2)>div {
    block-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tygh_main_container .tygh-header>[class*=container]>div:nth-child(2)>div {
    float: initial;
    min-height: initial;
    width: initial;
    min-width: 280px;
    max-width: var(--fluid-container-_max-width_-calc);
    padding: initial;
    padding-inline: calc(var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding));
    margin: 0 auto;
}

.ty-helper-container .tygh-header>[class*=container] .row-fluid,
.ty-helper-container .tygh-header>[class*=container] [class*=span].span16 {
    width: 100%;
    min-width: 0;
    max-width: initial;
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: space-between;
}

.tygh-header>[class*=container] .row-fluid,
.tygh-header>[class*=container] [class*=span],
.tygh-header>[class*=container] [class*=span]>[class*=ty-float],
.tygh-header>[class*=container] [class*=span]>[class*=hidden-],
.tygh-header>[class*=container] .top-buttons-grid,
.tygh-header>[class*=container] [class*=span]>.bm-block-manager__block,
.tygh-header>[class*=container] [class*=span]>.bm-block-manager__block .bm-block-manager__block-content,
.tygh-header>[class*=container] [class*=span]>[id^=snapping_id_] {
    block-size: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.ty-helper-container .tygh-header>[class*=container] [class*=span]>.bm-block-manager__block .bm-block-manager__block-content {
    width: 100%;
    min-width: 0;
    flex-shrink: 1;
    flex-grow: 1;
}

.tygh-header>[class*=container] .row-fluid,
.tygh-header>[class*=container] [class*=span] {
    margin: initial;
    padding: initial;
}

.tygh-header>[class*=container] .row-fluid::before,
.tygh-header>[class*=container] .row-fluid::after,
.tygh-header>[class*=container] [class*=span]::before,
.tygh-header>[class*=container] [class*=span]::after {
    content: initial;
}

.tygh-header>[class*=container] [class*=span] {
    float: initial;
    min-height: initial;
    width: initial;
}

#tygh_main_container .tygh-header>[class*=container] [class*=span]:has(> .ty-float-right) {
    margin-inline-start: auto;
    margin-inline-end: initial;
    justify-content: end;
}

#tygh_main_container .tygh-header>[class*=container] [class*=span]:has(> .ty-float-right)~[class*=span] {
    margin-inline-start: initial;
}

.tygh-header>[class*=container] [class*=span]>[class*=ty-float] {
    float: initial;
    max-width: initial;
}

.tygh-header>[class*=container] [class*=span]>[class*=ty-float]:has(.ut2-h__menu),
.tygh-header>[class*=container] [class*=span]>[class*=hidden-]:has(.ut2-h__menu),
.tygh-header>[class*=container] [class*=span]>.bm-block-manager__block:has(.ut2-h__menu),
.tygh-header>[class*=container] [class*=span]>[id^=snapping_id_]:has(.ut2-h__menu) {
    width: 100%;
    min-width: 0;
    flex-shrink: 1;
    flex-grow: 1;
}

.tygh-header>[class*=container] [class*=span].top-header-menu,
.tygh-header>[class*=container] [class*=span].top-left-grid,
.tygh-header>[class*=container] [class*=span].search-grid,
.tygh-header>[class*=container] [class*=span].top-search,
.tygh-header>[class*=container] [class*=span] .ut2-search,
.tygh-header>[class*=container] [class*=span] .top-search:not([class*=span]),
.tygh-header>[class*=container] [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block),
.tygh-header>[class*=container] [class*=span]>[class*=ty-float]:has(.ty-search-block),
.tygh-header>[class*=container] [class*=span]>[class*=hidden-]:has(.ty-search-block),
.tygh-header>[class*=container] [class*=span]>.bm-block-manager__block:has(.ty-search-block),
.tygh-header>[class*=container] [class*=span]>[id^=snapping_id_]:has(.ty-search-block),
.tygh-header>[class*=container] [class*=span] .ty-text-links-wrapper,
.tygh-header>[class*=container] [class*=span]>[class*=ty-float]:has(.ty-text-links-wrapper),
.tygh-header>[class*=container] [class*=span]>[class*=hidden-]:has(.ty-text-links-wrapper),
.tygh-header>[class*=container] [class*=span]>.bm-block-manager__block:has(.ty-text-links-wrapper),
.tygh-header>[class*=container] [class*=span]>[id^=snapping_id_]:has(.ty-text-links-wrapper) {
    min-width: 0;
    flex-shrink: 1;
    flex-grow: 1;
}

@media (max-width: 620px) {

    .tygh-header>[class*=container] [class*=span].top-logo-grid,
    .tygh-header>[class*=container] [class*=span].top-logo {
        flex-shrink: 1;
    }
}

@media (max-width: 620px) {

    .tygh-header>[class*=container] [class*=span].top-logo-grid .top-logo:not([class*=span]),
    .tygh-header>[class*=container] [class*=span].top-logo-grid .ty-logo-container:not(.ut2-sw-w .ty-logo-container),
    .tygh-header>[class*=container] [class*=span].top-logo-grid>.bm-block-manager__block:has(.ty-logo-container),
    .tygh-header>[class*=container] [class*=span].top-logo-grid>[id^=snapping_id_]:has(.ty-logo-container),
    .tygh-header>[class*=container] [class*=span].top-logo .top-logo:not([class*=span]),
    .tygh-header>[class*=container] [class*=span].top-logo .ty-logo-container:not(.ut2-sw-w .ty-logo-container),
    .tygh-header>[class*=container] [class*=span].top-logo>.bm-block-manager__block:has(.ty-logo-container),
    .tygh-header>[class*=container] [class*=span].top-logo>[id^=snapping_id_]:has(.ty-logo-container) {
        flex-shrink: 1;
    }
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) {
    block-size: var(--ut2-header__2nd-row-_height-_1);
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2)>div {
    position: relative;
}

@media (max-width: 767px) {

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .row-fluid,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span],
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]>[class*=ty-float],
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]>[class*=hidden-],
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]>.bm-block-manager__block .bm-block-manager__block-content,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]>[id^=snapping_id_],
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .top-buttons-grid {
        column-gap: var(--gap-xxs);
    }
}

.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) {
    position: relative;
    block-size: var(--ut2-header__2nd-row-_height-_2);
}

.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2)>div:has(.top-menu-grid-vertical .ty-dropdown-box__title[id].open) {
    position: relative;
}

.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .row-fluid,
.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) [class*=span],
.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) [class*=span]>[class*=ty-float],
.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) [class*=span]>[class*=hidden-],
.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) [class*=span]>.bm-block-manager__block .bm-block-manager__block-content,
.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) [class*=span]>[id^=snapping_id_],
.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .top-buttons-grid {
    column-gap: var(--gap-xxs);
}

.tygh-header .bm-block-manager__blocks-place:empty {
    max-height: initial;
    padding: 0 5px;
    background: none;
}

.tygh-header .bm-block-manager__block {
    background-clip: padding-box;
    cursor: grab;
}

.tygh-header .bm-block-manager__block:not(.bm-block-manager__block--disabled) {
    z-index: 1;
}

#tygh_container .tygh-header .bm-block-manager__block.bm-block-manager__block--disabled {
    display: none !important;
}

.tygh-header .bm-block-manager__block:has(.js_open),
.tygh-header .bm-block-manager__block:has(.open),
.tygh-header .bm-block-manager__block:has(.ty-search-block.view) {
    box-shadow: initial !important;
    position: initial !important;
    z-index: initial !important;
}

.tygh-header .bm-block-manager__block:has(.js_open) .bm-block-manager__menu-wrapper,
.tygh-header .bm-block-manager__block:has(.open) .bm-block-manager__menu-wrapper,
.tygh-header .bm-block-manager__block:has(.ty-search-block.view) .bm-block-manager__menu-wrapper {
    display: none;
}

.tygh-header .bm-block-manager__block:hover {
    background-color: initial;
    border-radius: initial;
}

.tygh-header .bm-block-manager__block.ui-sortable-helper * {
    cursor: grabbing !important;
}

.tygh-header .bm-block-manager__block * {
    cursor: grab !important;
}

.tygh-header .bm-block-manager__menu-wrapper {
    inset-inline-start: 0;
    inset-block-start: 0;
}

.tygh-header .bm-block-manager__menu-wrapper.bm-block-manager__menu-wrapper--bottom {
    inset-block-start: initial;
}

.tygh-header .bm-block-manager__block-content::before,
.tygh-header .bm-block-manager__block-content::after {
    content: initial;
}

.tygh-header [class*="block-"]+[class*="block-"] {
    margin-top: initial !important;
}

.tygh-header .ut2-sp-n {
    flex-shrink: 0;
}

.tygh-header .top-logo:not([class*=span]),
.tygh-header .ty-logo-container:not(.ut2-sw-w .ty-logo-container),
.tygh-header .ut2-search,
.tygh-header .top-search:not([class*=span]),
.tygh-header .ty-search-block:not(.ut2-sw-w .ty-search-block),
.tygh-header .ut2-top-compared-products,
.tygh-header .ut2-top-wishlist-count,
.tygh-header .ut2-pn,
.tygh-header .ut2-top-my-account,
.tygh-header .ut2-top-cart-content,
.tygh-header .ty-dropdown-box,
.tygh-header .ty-text-links-wrapper,
.tygh-header .top-languages:not(.ut2-sw-w .top-languages),
.tygh-header .top-currencies:not(.ut2-sw-w .top-currencies),
.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown),
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown),
.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown) .ty-select-wrapper,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown) .ty-select-wrapper {
    block-size: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

html.sticky-top-panel .tygh-header>[class*=container]::after {
    content: "";
    inline-size: 100%;
    block-size: 7px;
    position: absolute;
    inset-block-start: 100%;
    inset-inline: 0;
    background-image: linear-gradient(to bottom, #0000001a 0%, rgba(255, 255, 255, 0) 100%);
}

html:not(.sticky-top-panel) .tygh-header.advanced-header>[class*=container],
html:not(.sticky-top-panel) .tygh-header.light-header.v2>[class*=container],
html:not(.sticky-top-panel) .tygh-header.default-header>[class*=container] {
    border-block-end: 1px solid var(--color-base5);
}

html: not(.sticky-top-panel) .tygh-header.light-header:not(.v2):not(.floating-header .v3)>[class*=container],
html:not(.sticky-top-panel) .tygh-header.litecheckout__header>[class*=container] {
    border-block-end: 1px solid var(--color-base5);
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) {
    border-block-start: 1px solid #e4e4e4;
}

body.fixed-header .tygh-header.advanced-header>[class*=container]>div:nth-child(2) {
    border-block-start: 0 none;
}

body.sticky-fc-panel.fixed-header .tygh-header>[class*=container]::after {
    content: initial !important;
}

body.sticky-fc-panel.fixed-header .tygh-header:not(.advanced-header)+.tygh-content .top-sticky-panel__filters {
    border-block-start-color: var(--color-base);
}

body.sticky-fc-panel.fixed-header .tygh-header.advanced-header+.tygh-content .top-sticky-panel__filters {
    border-block-start-color: var(--color-base);
}

body.sticky-fc-panel .top-sticky-panel__filters::after {
    content: "";
    inline-size: 100%;
    block-size: 7px;
    position: absolute;
    inset-block-start: 100%;
    inset-inline: 0;
    background-image: linear-gradient(to bottom, #0000001a 0%, rgba(255, 255, 255, 0) 100%);
}

html.sticky-buy-panel-_top body.sticky-add-to-cart.fixed-header .tygh-header>[class*=container]::after {
    content: initial !important;
}

body.sticky-add-to-cart.fixed-header .tygh-header:not(.advanced-header)~.ut2-sticky-panel__wrap .ut2-pb__sticky-add-to-cart.position-top {
    border-block-start: 1px solid var(--color-base);
}

body.sticky-add-to-cart.fixed-header .tygh-header.advanced-header~.ut2-sticky-panel__wrap .ut2-pb__sticky-add-to-cart.position-top {
    border-block-start: 1px solid var(--color-base);
}

body.sticky-add-to-cart.ab-spt-fixed .ut2-pb__sticky-add-to-cart.position-top::after {
    content: initial;
}

body.sticky-add-to-cart .ut2-pb__sticky-add-to-cart.position-top::after {
    content: "";
    inline-size: 100%;
    block-size: 7px;
    position: absolute;
    inset-block-start: 100%;
    inset-inline: 0;
    background-image: linear-gradient(to bottom, #0000001a 0%, rgba(255, 255, 255, 0) 100%);
}

body.sticky-add-to-cart .ut2-pb__sticky-add-to-cart.position-top::after {
    display: block !important;
}

body.ab-spt-fixed.fixed-header .tygh-header>[class*=container]::after {
    content: initial !important;
}

@media (max-width: 899px) {
    .tygh-header.advanced-header>[class*=container]>div:nth-child(1) [class*=span].top-header-menu>div:has(.ty-text-links-wrapper) {
        display: none !important;
    }
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) div:has(+ div .open) .ty-minicart-count,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) div:has(+ div .open) .count,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) div:has(+ div :hover) .ty-minicart-count,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) div:has(+ div :hover) .count {
    z-index: 1001;
}

.tygh-header.light-header>[class*=container] [class*=span].top-search {
    justify-content: end;
}

@media (max-width: 767px) {

    .tygh-header.light-header>[class*=container] [class*=span].top-search>.top-menu-grid-vertical,
    .tygh-header.light-header>[class*=container] [class*=span].top-search>.bm-block-manager__block:has(.top-menu-grid-vertical) {
        block-size: initial;
        position: absolute;
        inset-inline-start: -200vw;
        inset-block-start: -200vh;
    }
}

.tygh-header.light-header>[class*=container] [class*=span].top-search>.top-menu-grid-vertical:first-of-type,
.tygh-header.light-header>[class*=container] [class*=span].top-search>.bm-block-manager__block:has(.top-menu-grid-vertical):first-of-type {
    margin-inline-end: auto;
}

@media (max-width: 767px) {

    .tygh-header>[class*=container]>div:nth-child(2) .ut2-sp-n,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a,
    .tygh-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap,
    .tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id],
    .tygh-header>[class*=container]>div:nth-child(2) .ty-select-wrapper .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head) {
        min-inline-size: var(--ut2-header__common-button-_min-size) !important;
        inline-size: var(--ut2-header__common-button-_min-size) !important;
    }
}

.tygh-header>[class*=container] .top-logo[class*=span] .ut2-sp-n,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-sp-n {
    border: 0 none;
    padding-inline: initial;
    inline-size: var(--ut2-header__common-button-_min-size);
}

.tygh-header>[class*=container] .top-logo[class*=span] .ut2-sp-n [class*=ut2-icon]+span,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-sp-n [class*=ut2-icon]+span {
    display: none;
}

.tygh-header>[class*=container] .top-logo[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id],
.tygh-header>[class*=container] .top-logo-grid[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] {
    border: 0 none;
    padding-inline: initial;
    inline-size: var(--ut2-header__common-button-_min-size);
}

.tygh-header>[class*=container] .top-logo[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] [class*=ut2-icon]+span,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] [class*=ut2-icon]+span {
    display: none;
}

.tygh-header>[class*=container] .top-logo[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::before,
.tygh-header>[class*=container] .top-logo[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::after,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::before,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::after {
    inset-inline: 0 !important;
}

.tygh-header>[class*=container] .top-logo[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>span::after,
.tygh-header>[class*=container] .top-logo[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>a::after,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>span::after,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>a::after {
    content: initial;
}

.tygh-header>[class*=container] .top-logo[class*=span] .ut2-pn__wrap,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-pn__wrap {
    border: 0 none;
    padding-inline: initial;
    inline-size: var(--ut2-header__common-button-_min-size);
}

.tygh-header>[class*=container] .top-logo[class*=span] .ut2-pn__wrap [class*=ut2-icon]+span,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-pn__wrap [class*=ut2-icon]+span {
    display: none;
}

.tygh-header>[class*=container] .top-logo[class*=span] .ut2-pn__wrap::before,
.tygh-header>[class*=container] .top-logo[class*=span] .ut2-pn__wrap::after,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-pn__wrap::before,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-pn__wrap::after {
    inset-inline: 0 !important;
}

.tygh-header>[class*=container] .top-logo[class*=span] .ut2-pn__wrap>span::after,
.tygh-header>[class*=container] .top-logo[class*=span] .ut2-pn__wrap>a::after,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-pn__wrap>span::after,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-pn__wrap>a::after {
    content: initial;
}

.tygh-header>[class*=container] .top-logo[class*=span] .ut2-languages .ab__ut2--select-block__head__text__name,
.tygh-header>[class*=container] .top-logo[class*=span] .ut2-currencies .ab__ut2--select-block__head__text__name,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-languages .ab__ut2--select-block__head__text__name,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-currencies .ab__ut2--select-block__head__text__name {
    display: none;
}

.tygh-header>[class*=container] .top-logo[class*=span] .ut2-languages .ab__ut2--select-block__head__text__code,
.tygh-header>[class*=container] .top-logo[class*=span] .ut2-currencies .ab__ut2--select-block__head__text__code,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-languages .ab__ut2--select-block__head__text__code,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-currencies .ab__ut2--select-block__head__text__code {
    display: block;
}

.tygh-header>[class*=container] .top-logo[class*=span] .ut2-languages .ab__ut2--select-block__head__text__code ins,
.tygh-header>[class*=container] .top-logo[class*=span] .ut2-languages .ab__ut2--select-block__head__text__symbol ins,
.tygh-header>[class*=container] .top-logo[class*=span] .ut2-currencies .ab__ut2--select-block__head__text__code ins,
.tygh-header>[class*=container] .top-logo[class*=span] .ut2-currencies .ab__ut2--select-block__head__text__symbol ins,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-languages .ab__ut2--select-block__head__text__code ins,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-languages .ab__ut2--select-block__head__text__symbol ins,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-currencies .ab__ut2--select-block__head__text__code ins,
.tygh-header>[class*=container] .top-logo-grid[class*=span] .ut2-currencies .ab__ut2--select-block__head__text__symbol ins {
    display: none;
}

.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-my-account,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-cart-content,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-my-account,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-cart-content {
    margin-inline: initial;
}

.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id],
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id],
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id],
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id] {
    border-radius: calc(var(--ut2-header__common-button-_min-size) / 2);
    block-size: var(--ut2-header__common-button-_min-size);
    inline-size: var(--ut2-header__common-button-_min-size);
    position: relative;
}

.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id].open,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]:hover,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id].open,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]:hover,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id].open,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]:hover,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id].open,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]:hover {
    background: #f5f5f7;
}

.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]::after,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]::after,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]::after,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]::after {
    inset-block-start: 100%;
    inset-block-end: initial;
    z-index: initial;
}

.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]::before {
    margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 11px);
    margin-block-end: initial;
}

.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]::after,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]::after,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id]::after,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id]::after {
    margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 10px);
}

.tygh-header: not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id] [class*="ut2-icon"]+span,
.tygh-header:not(.light-header)>[class*=container] .top-logo[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id] [class*="ut2-icon"]+span,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-my-account .ty-dropdown-box__title[id] [class*="ut2-icon"]+span,
.tygh-header:not(.light-header)>[class*=container] .top-logo-grid[class*=span] .ut2-top-cart-content .ty-dropdown-box__title[id] [class*="ut2-icon"]+span {
    display: none !important;
}

.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.top-menu-grid-vertical:first-child,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid):first-child>.top-menu-grid-vertical:first-child,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.bm-block-manager__block:first-child .top-menu-grid-vertical,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>[id^=snapping_id_]:first-child .top-menu-grid-vertical {
    margin-inline-start: var(--ut2-header__block-_common-inline-padding);
}

@media (min-width: 1024px) {
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid):first-child .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content) {
        inset-inline-start: calc((var(--gap-xs) - 3px) * -1);
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid):first-child .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content) {
        inset-inline-start: calc((var(--gap-xxs) - 1px) * -1);
    }
}

@media (min-width: 768px) {
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid) .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content) {
        inset-inline-end: initial;
        inset-inline-start: calc(var(--gap-xs) * -1);
    }
}

@media (min-width: 1024px) {

    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.top-menu-grid-vertical.ty-dropdown-box.compact .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid)>.top-menu-grid-vertical.ty-dropdown-box.compact .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.bm-block-manager__block .top-menu-grid-vertical.ty-dropdown-box.compact .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>[id^=snapping_id_] .top-menu-grid-vertical.ty-dropdown-box.compact .ty-dropdown-box__content {
        inset-inline-start: calc(var(--gap-xs) * -1);
    }
}

@media (min-width: 1024px) {

    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.top-menu-grid-vertical.ty-dropdown-box:not(.compact):first-child .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid):first-child>.top-menu-grid-vertical.ty-dropdown-box:not(.compact):first-child .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.bm-block-manager__block:first-child .top-menu-grid-vertical.ty-dropdown-box:not(.compact) .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>[id^=snapping_id_]:first-child .top-menu-grid-vertical.ty-dropdown-box:not(.compact) .ty-dropdown-box__content {
        margin-inline-start: calc(var(--gap-xxs) * -1);
    }
}

@media (max-width: 1140px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .top-logo-grid:first-child:not([class*=span] ~ [class*=span] .top-logo-grid):has(> .top-logo:first-child) {
        margin-inline-start: calc(var(--ut2-header__common-button-_min-size) + var(--gap-xs));
    }
}

@media (max-width: 450px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .top-logo-grid:first-child:not([class*=span] ~ [class*=span] .top-logo-grid):has(> .top-logo:first-child) {
        margin-inline-start: calc(var(--ut2-header__common-button-_min-size) + var(--gap-xxs));
    }
}

@media (max-width: 1140px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .top-logo-grid:first-child:not([class*=span] ~ [class*=span] .top-logo-grid):has(> .top-logo:first-child)~[class*=span] .ut2-sp-n {
        border: 0 none;
    }
}

@media (max-width: 1140px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .top-logo-grid:first-child:not([class*=span] ~ [class*=span] .top-logo-grid):has(> .top-logo:first-child)~[class*=span] .ut2-sp-n.ut2-sw-title {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__common-button-_min-size);
    }

    .tygh-header.default-header>[class*=container]>div:nth-child(1) .top-logo-grid:first-child:not([class*=span] ~ [class*=span] .top-logo-grid):has(> .top-logo:first-child)~[class*=span] .ut2-sp-n.ut2-sw-title [class*=ut2-icon]+span {
        display: none;
    }
}

@media (max-width: 1140px) {

    .tygh-header.default-header>[class*=container]>div:nth-child(1) .top-logo-grid:first-child:not([class*=span] ~ [class*=span] .top-logo-grid):has(> .top-logo:first-child)~[class*=span] .ut2-sp-n:not(.bm-block-manager__block .ut2-sp-n):not([id^=snapping_id_] .ut2-sp-n),
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .top-logo-grid:first-child:not([class*=span] ~ [class*=span] .top-logo-grid):has(> .top-logo:first-child)~[class*=span] .bm-block-manager__block:has(.ut2-sp-n),
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .top-logo-grid:first-child:not([class*=span] ~ [class*=span] .top-logo-grid):has(> .top-logo:first-child)~[class*=span] [id^=snapping_id_]:has(.ut2-sp-n) {
        position: absolute;
        inset-block: 0;
        margin-block: auto;
        inset-inline-start: calc(var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding));
    }
}

.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>.top-menu-grid-vertical:last-child,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child>.top-menu-grid-vertical:last-child,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>.bm-block-manager__block:last-child .top-menu-grid-vertical,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>[id^=snapping_id_]:last-child .top-menu-grid-vertical {
    margin-inline-end: var(--ut2-header__block-_common-inline-padding);
}

.tygh-header>[class*=container]>div: nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child .ut2-pn__wrap::before,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child .ut2-pn__wrap::after,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)::before,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child .ab__ut2--select-block__head:not(.ut2-sw-w .ab__ut2--select-block__head)::after {
    inset-inline-end: 10px;
}

@media (min-width: 1024px) {
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content) {
        inset-inline-end: calc((var(--gap-xs) - 3px) * -1);
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content) {
        inset-inline-end: calc((var(--gap-xxs) - 1px) * -1);
    }
}

@media (min-width: 1024px) {

    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>.top-menu-grid-vertical.ty-dropdown-box:not(.compact):last-child .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child>.top-menu-grid-vertical.ty-dropdown-box:not(.compact):last-child .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>.bm-block-manager__block:last-child .top-menu-grid-vertical.ty-dropdown-box:not(.compact) .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(1) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>[id^=snapping_id_]:last-child .top-menu-grid-vertical.ty-dropdown-box:not(.compact) .ty-dropdown-box__content {
        margin-inline-start: calc(var(--gap-xxs));
    }
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.top-search:not([class*=span]):first-child .ty-search-block,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid):first-child>.top-search:not([class*=span]):first-child .ty-search-block,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.bm-block-manager__block:first-child .top-search:not([class*=span]) .ty-search-block,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>[id^=snapping_id_]:first-child .top-search:not([class*=span]) .ty-search-block {
    padding-inline-start: var(--ut2-header__block-_common-inline-padding);
}

@media (min-width: 768px) {
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid) .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content) {
        inset-inline-end: initial;
        inset-inline-start: 0;
    }
}

@media (min-width: 768px) {
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid) .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content) {
        inset-inline-end: initial;
        inset-inline-start: 0;
    }
}

@media (min-width: 768px) {

    .ty-helper-container .tygh-header .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.ut2-h__menu~div .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content),
    .ty-helper-container .tygh-header .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.bm-block-manager__block:has(.ut2-h__menu)~div .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content),
    .ty-helper-container .tygh-header .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>[id^=snapping_id_]:has(.ut2-h__menu)~div .ty-dropdown-box__content:not(.top-menu-grid-vertical .ty-dropdown-box__content) {
        inset-inline-end: 0;
        inset-inline-start: initial;
    }
}

@media (min-width: 1024px) {

    .tygh-header>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.top-menu-grid-vertical.ty-dropdown-box:not(.compact):first-child .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>div:not([class*=span]):not(.row-fluid):first-child>.top-menu-grid-vertical.ty-dropdown-box:not(.compact):first-child .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>.bm-block-manager__block:first-child .top-menu-grid-vertical.ty-dropdown-box:not(.compact) .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(2) [class*=span]:first-child:not([class*=span] ~ [class*=span] [class*=span])>[id^=snapping_id_]:first-child .top-menu-grid-vertical.ty-dropdown-box:not(.compact) .ty-dropdown-box__content {
        inline-size: calc(100% - var(--fluidContainerPadding) + var(--ut2-header__block-_common-inline-padding));
        margin-inline-start: calc(var(--ut2-header__block-_common-inline-padding) * -1);
    }
}

.tygh-header.advanced-header>[class*=container]>div: nth-child(2) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>.top-search:not([class*=span]):last-child .ty-search-block,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child>.top-search:not([class*=span]):last-child .ty-search-block,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>.bm-block-manager__block:last-child .top-search:not([class*=span]) .ty-search-block,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>[id^=snapping_id_]:last-child .top-search:not([class*=span]) .ty-search-block {
    padding-inline-end: var(--ut2-header__block-_common-inline-padding);
}

@media (min-width: 1024px) {

    .tygh-header>[class*=container]>div:nth-child(2) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>.top-menu-grid-vertical.ty-dropdown-box:not(.compact):last-child .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(2) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>div:not([class*=span]):not(.row-fluid):last-child>.top-menu-grid-vertical.ty-dropdown-box:not(.compact):last-child .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(2) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>.bm-block-manager__block:last-child .top-menu-grid-vertical.ty-dropdown-box:not(.compact) .ty-dropdown-box__content,
    .tygh-header>[class*=container]>div:nth-child(2) [class*=span]:last-child:not([class*=span]:has(~ [class*=span]) [class*=span])>[id^=snapping_id_]:last-child .top-menu-grid-vertical.ty-dropdown-box:not(.compact) .ty-dropdown-box__content {
        inline-size: calc(100% - var(--fluidContainerPadding) + var(--ut2-header__block-_common-inline-padding));
    }
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n {
    border: 2px solid var(--color-links);
    min-inline-size: var(--ut2-header__common-button-_min-size);
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n:hover,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n.open {
    border-color: var(--color-links-active);
    background: unset;
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-sp-n {
    min-inline-size: var(--ut2-header__2nd-row-_height-_1);
}

.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-sp-n {
    min-inline-size: var(--ut2-header__2nd-row-_height-_2);
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n:not(.ut2-sw-title) {
    inline-size: var(--ut2-header__common-button-_min-size);
}

@media (max-width: 899px) {
    .tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n:not(.ut2-sw-title) {
        border: 0 none;
    }
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-sp-n:not(.ut2-sw-title) {
    inline-size: var(--ut2-header__2nd-row-_height-_1);
}

.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-sp-n:not(.ut2-sw-title) {
    inline-size: var(--ut2-header__2nd-row-_height-_2);
}

.ut2-sp-n.ut2-sw-title {
    padding-inline: var(--ut2-header__block-_common-inline-padding);
}

@media (max-width: 540px) {
    .tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n.ut2-sw-title {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__common-button-_min-size);
    }

    .tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n.ut2-sw-title [class*=ut2-icon]+span {
        display: none;
    }
}

@media (max-width: 1100px) {
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-sp-n.ut2-sw-title {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__2nd-row-_height-_1);
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-sp-n.ut2-sw-title [class*=ut2-icon]+span {
        display: none;
    }
}

@media (max-width: 1200px) {
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-sp-n.ut2-sw-title {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__2nd-row-_height-_2);
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-sp-n.ut2-sw-title [class*=ut2-icon]+span {
        display: none;
    }
}

.ut2-sp-n [class*=ut2-icon]+span {
    padding-block: 3px;
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-sp-n [class*=ut2-icon]+span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: initial;
    max-inline-size: 90px;
    margin-inline-end: var(--gap-xxs);
}

.tygh-header>[class*=container]>div: nth-child(2) .ut2-sp-n [class*=ut2-icon]+span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: clip;
    max-inline-size: 110px;
}

.tygh-header .ty-logo-container:not(.ut2-sw-w .ty-logo-container) {
    text-align: initial;
    position: initial;
    margin: initial;
    margin-inline: var(--ut2-header__block-_common-inline-padding);
    min-inline-size: calc(var(--ut2-header-height) - var(--gap-xs));
    max-inline-size: 200px;
    overflow: clip;
}

@media (max-width: 899px) {
    .tygh-header .ty-logo-container:not(.ut2-sw-w .ty-logo-container) {
        max-inline-size: 150px;
    }
}

.tygh-header .ty-logo-container:not(.ut2-sw-w .ty-logo-container) a {
    block-size: 100%;
    display: flex;
    align-items: center;
}

.tygh-header .ty-logo-container:not(.ut2-sw-w .ty-logo-container) .ty-logo-container__image {
    max-height: calc(100% - var(--gap-xs));
    width: auto;
}

[class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) {
    position: initial;
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) {
    padding-inline: calc(var(--ut2-header__block-_common-inline-padding) + var(--gap-xxs));
}

@media (max-width: 767px) {
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) {
        padding-inline: var(--ut2-header__block-_common-inline-padding);
    }
}

[class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) form {
    position: relative;
    inline-size: 100%;
    min-inline-size: 0;
    flex-shrink: 1;
    flex-grow: 1;
}

[class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input {
    font-size: var(--font-size-normal);
    line-height: var(--ut2-header__common-button-_min-size);
    color: var(--color-font);
    text-overflow: ellipsis;
    border: 0 none;
    border-radius: var(--border-radius-full);
    height: var(--ut2-header__common-button-_min-size);
    min-height: var(--ut2-header__common-button-_min-size);
    width: initial;
    inline-size: 100%;
    padding: initial;
    padding-inline-start: var(--gap-sm);
    padding-inline-end: calc(var(--min-height-button) + var(--gap-xxs) * 2);
}

.tygh-header>[class*=container]>div:nth-child(1) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input {
    background: #f5f5f7;
    box-shadow: inset 0 0 0 1px #f2f2f5;
}

.tygh-header>[class*=container]>div:nth-child(1) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input:hover,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input:focus,
.tygh-header>[class*=container]>div:nth-child(1) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input:active {
    background: #fff;
    box-shadow: inset 0 0 0 1px #d7d7d7, 0 0 5px #d9d9d9;
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input {
    background: #f5f5f7;
    box-shadow: 0 0 0 1px #efeff2;
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input:hover,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input:focus,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) [class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input:active {
    background: var(--color-general);
    box-shadow: 0 0 0 1px #d7d7d7, 0 0 5px #d9d9d9;
}

[class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) button.ty-search-magnifier {
    font-size: 18px;
    color: var(--color-font);
    outline: none;
    background: #fff;
    border-radius: calc(var(--border-radius-full) - 2px);
    border: 0 none;
    padding: initial;
    width: var(--min-height-button);
    height: var(--min-height-button);
    position: absolute;
    top: 3px;
    right: 2px;
    bottom: 3px;
    margin-block: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 150ms, background-color 150ms;
}

[class*=span] .ty-search-block:not(.ut2-sw-w .ty-search-block) button.ty-search-magnifier:hover {
    color: var(--color-main);
}

@media (max-width: 1140px) {
    body.sticky-fc-panel.fixed-header .tygh-header.default-header+.tygh-content .top-sticky-panel__filters {
        border-block-start-color: var(--color-base);
    }
}

@media (max-width: 1140px) {
    body.sticky-add-to-cart.fixed-header .tygh-header.default-header~.ut2-sticky-panel__wrap .ut2-pb__sticky-add-to-cart.position-top {
        border-block-start: 1px solid var(--color-base);
    }
}

@media (max-width: 1140px) {
    .tygh-header.default-header>[class*=container] {
        padding-block-end: var(--ut2-header__2nd-row-_height-_1);
    }
}

@media (max-width: 1140px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(2) {
        display: none;
    }
}

@media (max-width: 1140px) {

    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ty-search-block:not(.ut2-sw-w .ty-search-block):not(.bm-block-manager__block .ty-search-block):not([id^=snapping_id_] .ty-search-block),
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .bm-block-manager__block:has(.ty-search-block),
    .tygh-header.default-header>[class*=container]>div:nth-child(1) [id^=snapping_id_]:has(.ty-search-block) {
        block-size: var(--ut2-header__2nd-row-_height-_1);
        position: absolute;
        inset-block-start: 100%;
        inset-inline: 0;
    }
}

@media (max-width: 1140px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .bm-block-manager__block-content:has(.ty-search-block) {
        block-size: var(--ut2-header__2nd-row-_height-_1);
    }
}

@media (max-width: 1140px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ty-search-block:not(.ut2-sw-w .ty-search-block) {
        background: #fff;
        padding-inline: var(--fluid-container-_padding_one-side) !important;
        border-block-start: 1px solid #e4e4e4;
    }
}

@media (max-width: 1140px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input {
        background: #f5f5f7;
        box-shadow: inset 0 0 1px var(--color-base5);
        line-height: var(--height-button);
        height: var(--height-button);
        min-height: var(--height-button);
    }

    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input:hover,
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input:focus,
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input:active {
        box-shadow: inset 0 0 0 1px #d7d7d7, 0 0 5px #d9d9d9;
    }
}

.ut2-btn-search:not(.ut2-sticky-panel__link) {
    display: none !important;
}

.tygh-header .ut2-btn-search:not(.ut2-sticky-panel__link) {
    background: initial !important;
    inline-size: var(--ut2-header__common-button-_min-size);
}

.tygh-header .ut2-btn-search:not(.ut2-sticky-panel__link) .ut2-icon-search {
    font-size: calc(var(--ut2-header__common-button__icon-_size) - 4px);
}

.tygh-header .ut2-btn-search:not(.ut2-sticky-panel__link) .ut2-icon-search::after {
    content: '\e921';
    display: none;
}

@media (max-width: 620px) {
    .tygh-header.light-header [class*=span].top-search {
        flex-shrink: 0;
    }
}

@media (max-width: 620px) {
    .tygh-header.light-header [class*=span].top-search>div:has(.ty-search-block) {
        width: var(--ut2-header__common-button-_min-size);
        min-width: var(--ut2-header__common-button-_min-size);
        flex-grow: 0;
        flex-shrink: 0;
    }
}

@media (max-width: 620px) {
    .tygh-header.light-header [class*=span].top-search>div:has(.ty-search-block) .ty-search-block {
        background-color: #fff;
        padding-inline: var(--gap-s);
        position: absolute;
        z-index: 2;
        inset: 0;
        display: none;
    }

    .tygh-header.light-header [class*=span].top-search>div:has(.ty-search-block) .ty-search-block.view {
        display: flex;
    }

    .tygh-header.light-header [class*=span].top-search>div:has(.ty-search-block) .ty-search-block.view form {
        margin-inline-end: calc(var(--ut2-header__common-button-_min-size) - var(--ut2-header__block-_common-inline-padding) + var(--gap-xxs));
    }
}

@media (max-width: 620px) {
    .tygh-header.light-header [class*=span].top-search>div:has(.ty-search-block) .ut2-btn-search {
        display: flex !important;
    }

    .tygh-header.light-header [class*=span].top-search>div:has(.ty-search-block) .ut2-btn-search.hidden {
        position: absolute;
        z-index: 3;
        inset-inline-end: calc(var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding));
        inset-block: 0;
        margin-block: auto;
    }

    .tygh-header.light-header [class*=span].top-search>div:has(.ty-search-block) .ut2-btn-search.hidden .ut2-icon-search {
        display: none;
    }

    .tygh-header.light-header [class*=span].top-search>div:has(.ty-search-block) .ut2-btn-search.hidden .ut2-icon-baseline-close {
        display: block;
    }
}

.ut2-sw-w .ut2-sw .ty-search-block {
    background: unset;
}

.ut2-sw-w .ut2-sw .ty-search-block input.ty-search-block__input {
    background: var(--fill-gray);
    border: 1px solid #d7d7d7;
}

.ut2-sw-w .ut2-sw .ty-search-block input.ty-search-block__input:hover,
.ut2-sw-w .ut2-sw .ty-search-block input.ty-search-block__input:focus,
.ut2-sw-w .ut2-sw .ty-search-block input.ty-search-block__input:active {
    background: var(--fill-white);
    border-color: var(--color-links);
    box-shadow: 0 0 0 2px rgba(0, 124, 185, 0.1);
}

.ut2-sw-w .ut2-sw .ty-search-block button.ty-search-magnifier {
    background: var(--color-base);
}

.ut2-sw-w .ut2-sw .ut2-rb:first-child .ty-search-block,
.ut2-sw-w .ut2-sw .ut2-sp-f:first-child+.ut2-rb .ty-search-block {
    margin-inline-end: calc(40px + var(--gap-xxs) - var(--gap-s));
}

.ut2-top-compared-products a,
.ut2-top-wishlist-count a {
    position: relative;
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-compared-products a,
.tygh-header>[class*=container]>div:nth-child(1) .ut2-top-wishlist-count a {
    min-inline-size: var(--ut2-header__common-button-_min-size);
    inline-size: var(--ut2-header__common-button-_min-size);
}

@media (max-width: 834px) {

    .tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-compared-products a,
    .tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-wishlist-count a {
        display: none;
    }
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-compared-products a,
.tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a {
    min-inline-size: var(--ut2-header__2nd-row-_height-_1);
    inline-size: var(--ut2-header__2nd-row-_height-_1);
}

.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-compared-products a,
.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-wishlist-count a {
    min-inline-size: var(--ut2-header__2nd-row-_height-_2);
    inline-size: var(--ut2-header__2nd-row-_height-_2);
}

@media (max-width: 374px) {
    .tygh-header.advanced-header>[class*=container]>div:nth-child(1) .top-buttons-grid {
        display: none;
    }
}

@media (max-width: 510px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .top-buttons-grid {
        display: none;
    }
}

@media (max-width: 834px) {

    .tygh-header.light-header>[class*=container]>div:nth-child(1) .top-buttons>div:has(.ut2-top-compared-products),
    .tygh-header.light-header>[class*=container]>div:nth-child(1) .top-buttons>div:has(.ut2-top-wishlist-count) {
        display: none;
    }
}

.ut2-pn {
    position: relative;
}

@media (max-width: 767px) {
    .ut2-pn {
        position: initial;
    }
}

.ut2-pn__wrap {
    padding-inline: var(--ut2-header__block-_common-inline-padding);
    position: relative;
}

.ut2-pn__wrap.open {
    z-index: 1000 !important;
}

.tygh-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap {
    min-inline-size: var(--ut2-header__common-button-_min-size);
}

@media (max-width: 420px) {
    .litecheckout__header .ut2-pn__wrap {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__common-button-_min-size);
    }

    .litecheckout__header .ut2-pn__wrap [class*=ut2-icon]+span {
        display: none;
    }

    .litecheckout__header .ut2-pn__wrap::before,
    .litecheckout__header .ut2-pn__wrap::after {
        inset-inline: 0 !important;
    }

    .litecheckout__header .ut2-pn__wrap>span::after,
    .litecheckout__header .ut2-pn__wrap>a::after {
        content: initial;
    }
}

@media (max-width: 590px) {
    .tygh-header.advanced-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__common-button-_min-size);
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::before,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::after {
        inset-inline: 0 !important;
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap>span::after,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap>a::after {
        content: initial;
    }
}

@media (max-width: 690px) {
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__common-button-_min-size);
    }

    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::before,
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::after {
        inset-inline: 0 !important;
    }

    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap>span::after,
    .tygh-header.default-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap>a::after {
        content: initial;
    }
}

@media (max-width: 1090px) {
    .tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__common-button-_min-size);
    }

    .tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::before,
    .tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap::after {
        inset-inline: 0 !important;
    }

    .tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap>span::after,
    .tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-pn__wrap>a::after {
        content: initial;
    }
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap {
    min-inline-size: var(--ut2-header__2nd-row-_height-_1);
}

@media (max-width: 1100px) {
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__2nd-row-_height-_1);
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::before,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap::after {
        inset-inline: 0 !important;
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap>span::after,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-pn__wrap>a::after {
        content: initial;
    }
}

.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-pn__wrap {
    min-inline-size: var(--ut2-header__2nd-row-_height-_2);
}

@media (max-width: 1200px) {
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-pn__wrap {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__2nd-row-_height-_2);
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-pn__wrap [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-pn__wrap::before,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-pn__wrap::after {
        inset-inline: 0 !important;
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-pn__wrap>span::after,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-pn__wrap>a::after {
        content: initial;
    }
}

.ut2-pn__icon::before {
    content: "\e974";
}

.ut2-pn__title {
    font-size: var(--font-size-medium);
    font-weight: bold;
    padding-block: 3px;
}

.ut2-pn__title,
.ut2-pn__title bdo {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: clip;
    max-inline-size: 160px;
    display: block;
}

.ut2-pn__contacts {
    display: contents;
}

.ut2-pn__items-full.ty-dropdown-box__content .ut2-btn-close {
    display: block;
    position: absolute !important;
    top: var(--gap-xs);
    right: var(--gap-xs);
}

.ut2-pn__items-full.ty-dropdown-box__content[onclick] .ut2-btn-close {
    display: none;
}

.ut2-pn__items-full.ty-dropdown-box__content[onclick]+.ut2-pn__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ut2-pn__items-full.ty-dropdown-box__content hr {
    width: 100%;
}

.ut2-pn__items-full.ty-dropdown-box__content small {
    display: block;
    color: var(--color-font-lighten);
}

.ut2-pn__items-full.ty-dropdown-box__content small~* {
    padding-top: 3px;
    display: block;
}

.ut2-pn__items {
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 103px);
    min-width: 300px;
    padding: var(--gap-s);
    overflow-y: auto;
    overflow-x: hidden;
    gap: var(--gap-sm);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ut2-pn__items::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.fixed-header.sticky-panel .tygh-header .ut2-pn__items {
    max-height: calc(100dvh - 130px);
}

.ut2-pn__items p {
    padding: unset;
}

.ut2-pn__items a[href^="tel:"] {
    font-size: var(--font-size-large);
    font-weight: bold;
    color: var(--color-font);
    display: block;
    margin-bottom: 5px;
}

.ut2-pn__items a[href^="tel:"]:hover {
    color: var(--color-links);
}

.ut2-pn__items .ut2-pn__call_request {
    margin-block: var(--gap-xxs);
}

.ut2-pn__items .ut2-pn__call_request a {
    background-color: var(--color-primary);
    background-image: initial;
    color: var(--color-text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--height-button);
    line-height: 1;
    font-size: var(--font-size-normal);
    font-weight: 600;
    margin: 0;
    width: 100%;
    padding-left: var(--gap-sm);
    padding-right: var(--gap-sm);
    border-radius: var(--border-radius-full);
}

.ut2-pn__items .ut2-pn__call_request a:hover {
    background-color: var(--color-primary-active);
    background-image: initial;
    color: var(--color-text-primary-active);
}

.ut2-pn__items .ut2-social-links {
    margin-top: 0;
    padding-top: var(--gap-xs);
    justify-content: flex-start;
    border-top: 1px solid var(--color-base);
}

.ut2-pn__items .ut2-social-links a {
    width: 30px;
    height: 30px;
}

.ut2-pn__items .ut2-social-links a i::before {
    font-size: 100%;
}

.tygh-header .ut2-pn.ut2-right-panel {
    position: inherit;
}

.tygh-header .ut2-pn.ut2-right-panel .ut2-pn__expand_icon {
    display: none;
}

.tygh-header .ut2-pn.ut2-right-panel .ut2-btn-close {
    position: fixed;
    right: var(--gap-sm);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transition: color 150ms, background-color 150ms;
}

.tygh-header .ut2-pn.ut2-right-panel .ut2-btn-close>i:not(:hover) {
    color: var(--color-font);
}

.tygh-header .ut2-pn.ut2-right-panel .ut2-pn__contacts .ut2-pn__items-full {
    position: fixed;
    left: auto;
    right: -100%;
    top: 0;
    bottom: 0;
    height: 100dvh;
    max-width: 360px;
    border-radius: 0;
    transition: right 400ms cubic-bezier(.4, 0, .2, 1);
}

@media (max-width: 577px) {
    .tygh-header .ut2-pn.ut2-right-panel .ut2-pn__contacts .ut2-pn__items-full {
        width: 100%;
        max-width: none;
    }
}

.tygh-header .ut2-pn.ut2-right-panel .ut2-pn__contacts .ut2-pn__items-full .ut2-pn__items {
    max-height: 100%;
    display: block;
}

.tygh-header .ut2-pn.ut2-right-panel .ut2-pn__contacts .ut2-pn__items-full .ut2-pn__items::after {
    content: '';
    display: block;
    clear: both;
    inline-size: 100%;
    block-size: var(--gap-sm);
}

.tygh-header .ut2-pn.ut2-right-panel .ut2-pn__contacts .ut2-pn__items-full .ut2-pn__items p:empty {
    display: none;
}

.tygh-header .ut2-pn.ut2-right-panel .cm-combination.open+.ut2-pn__contacts .ut2-pn__items-full {
    right: 0;
    box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 0 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 10000;
}

.tygh-header .ut2-pn.ut2-right-panel .cm-combination.open+.ut2-pn__contacts .ui-widget-overlay {
    display: block;
    z-index: 1000;
}

.ut2-top-my-account,
.ut2-top-cart-content {
    float: initial;
}

.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content {
    margin-inline: var(--gap-xs);
}

@media (max-width: 899px) {

    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content {
        margin-inline: initial;
    }
}

.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id],
.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id] {
    border: 0 none;
    padding-inline: initial;
    inline-size: var(--ut2-header__common-button-_min-size);
}

.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id] [class*=ut2-icon]+span,
.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id] [class*=ut2-icon]+span {
    display: none;
}

.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]::before,
.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]::after,
.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]::before,
.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]::after {
    inset-inline: 0 !important;
}

.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]>span::after,
.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]>a::after,
.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]>span::after,
.tygh-header.light-header>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]>a::after {
    content: initial;
}

@media (max-width: 1100px) {

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id],
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id] {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__2nd-row-_height-_1);
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id] [class*=ut2-icon]+span,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id] [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id]::before,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id]::after,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id]::before,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id]::after {
        inset-inline: 0 !important;
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id]>span::after,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id]>a::after,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id]>span::after,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id]>a::after {
        content: initial;
    }
}

@media (max-width: 1200px) {

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id],
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id] {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__2nd-row-_height-_2);
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id] [class*=ut2-icon]+span,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id] [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id]::before,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id]::after,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id]::before,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id]::after {
        inset-inline: 0 !important;
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id]>span::after,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id]>a::after,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id]>span::after,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id]>a::after {
        content: initial;
    }
}

.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id],
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id] {
    border-radius: initial;
    block-size: initial;
    padding-inline: initial;
    position: static;
}

.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id].open,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]:hover,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id].open,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]:hover {
    background: none;
}

.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]::after,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]::after {
    inset-block-start: initial;
    inset-block-end: 0;
    margin-block-start: initial;
    z-index: 1000;
}

.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]::before,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]::before {
    margin-block-end: 1px;
}

@media (max-width: 899px) {

    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id],
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id] {
        border-radius: calc(var(--ut2-header__common-button-_min-size) / 2);
        block-size: var(--ut2-header__common-button-_min-size);
        inline-size: var(--ut2-header__common-button-_min-size);
        position: relative;
    }

    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id].open,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]:hover,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id].open,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]:hover {
        background: #f5f5f7;
    }

    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]::before,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]::after,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]::before,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]::after {
        inset-block-start: 100%;
        inset-block-end: initial;
        z-index: initial;
    }

    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]::before,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]::before {
        margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 11px);
        margin-block-end: initial;
    }

    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]::after,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]::after {
        margin-block-start: calc((var(--ut2-header-height) - var(--ut2-header__common-button-_min-size)) / 2 - 10px);
    }

    .tygh-header: not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id] [class*="ut2-icon"]+span,
    .tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id] [class*="ut2-icon"]+span {
        display: none !important;
    }
}

.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]>a,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]>a {
    flex-shrink: 0;
    justify-content: initial;
    gap: initial;
    flex-direction: column;
}

.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id]>a::after,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id]>a::after {
    content: initial;
}

.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id] [class*="ut2-icon"]+span,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id] [class*="ut2-icon"]+span {
    display: block;
}

.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id] [class*="ut2-icon"]+span,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-my-account .ty-dropdown-box__title[id] i+span,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id] [class*="ut2-icon"]+span,
.tygh-header:not(.light-header)>[class*=container]>div:nth-child(1) .ut2-top-cart-content .ty-dropdown-box__title[id] i+span {
    font-size: var(--font-size-small);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: clip;
    max-inline-size: 90px;
}

.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id] [class*="ut2-icon"]+span,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-my-account .ty-dropdown-box__title[id] i+span,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id] [class*="ut2-icon"]+span,
.tygh-header>[class*=container]>div:nth-child(2) .ut2-top-cart-content .ty-dropdown-box__title[id] i+span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: clip;
    max-inline-size: 110px;
}

@media (max-width: 375px) {

    .ut2-top-my-account .buttons-container .ty-btn:nth-last-child(n+2),
    .ut2-top-my-account .buttons-container .ty-btn:nth-last-child(n+2)~.ty-btn,
    .ut2-top-cart-content .buttons-container .ty-btn:nth-last-child(n+2),
    .ut2-top-cart-content .buttons-container .ty-btn:nth-last-child(n+2)~.ty-btn {
        font-size: calc(var(--button-font-size) - 2px);
    }
}

@media (min-width: 768px) {
    .ut2-top-my-account .ty-dropdown-box .ty-dropdown-box__content {
        max-inline-size: 320px;
    }
}

.ut2-top-my-account:has(.ut2-account-info__avatar) .ty-dropdown-box__title[id]:hover .ut2-account-info__avatar,
.ut2-top-my-account:has(.ut2-account-info__avatar) .ty-dropdown-box__title[id].open .ut2-account-info__avatar {
    background: unset;
}

.ut2-account-info__avatar>i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 500;
    font-style: normal;
    color: var(--color-decorative) !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: color-mix(in srgb, var(--color-decorative-light) 50%, white);
    backdrop-filter: brightness(4);
}

.ut2-account-info__avatar>i:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--color-in-stock);
    box-shadow: 0 0 0 1px var(--color-general), 0 1px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 4px;
    right: 0;
    top: 1px;
}

.ut2-account-info__avatar:not(.ut2-sticky-panel__link)>i {
    font-size: 18px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
}

.ut2-account-info__avatar.ut2-sticky-panel__link>i {
    font-size: 18px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
}

.account-cart-grid .ut2-account-info__avatar>i,
.ut2-sw .ut2-account-info__avatar>i {
    background: white;
    min-width: var(--min-height-button);
    max-width: var(--min-height-button);
    height: var(--min-height-button);
}

.tygh-header .top-languages:not(.ut2-sw-w .top-languages)+.top-languages,
.tygh-header .top-languages:not(.ut2-sw-w .top-languages)+.top-currencies,
.tygh-header .top-currencies:not(.ut2-sw-w .top-currencies)+.top-languages,
.tygh-header .top-currencies:not(.ut2-sw-w .top-currencies)+.top-currencies {
    margin-inline-start: calc(var(--gap-xs) * -1);
}

.tygh-header .ab__ut2--languages_mode_dropdown: not(.ut2-sw-w .ab__ut2--languages_mode_dropdown)+.ab__ut2--languages_mode_dropdown,
.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown)+.ab__ut2--currencies_mode_dropdown,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown)+.ab__ut2--languages_mode_dropdown,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown)+.ab__ut2--currencies_mode_dropdown {
    margin-inline-start: calc(var(--gap-xs) * -1);
}

.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown)::before,
.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown)::after,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown)::before,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown)::after {
    content: initial;
}

.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown) .ab__ut2--select-block__head,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown) .ab__ut2--select-block__head {
    position: relative;
    border: 0 none;
    padding: 0 var(--ut2-header__block-_common-inline-padding);
}

.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown) .ab__ut2--select-block__popup,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown) .ab__ut2--select-block__popup {
    z-index: 999 !important;
    right: initial;
    inset-inline-end: calc(var(--gap-xs) * -1);
    min-width: calc(100% + var(--gap-xs) * 2);
    max-width: 280px;
}

.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown) .ab__ut2--select-block__popup::before,
.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown) .ab__ut2--select-block__popup::after,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown) .ab__ut2--select-block__popup::before,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown) .ab__ut2--select-block__popup::after {
    content: initial;
}

.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown) .ty-select-block__list,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown) .ty-select-block__list {
    padding: var(--gap-xs);
    max-block-size: calc(100dvh - var(--ut2-top-panel-height) - var(--ut2-header-height) - var(--gap-m));
}

.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown) .ty-select-block__list-a,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown) .ty-select-block__list-a {
    color: #1e1e1e;
    border-radius: var(--border-radius-box);
    padding: 7px var(--gap-xs);
}

.tygh-header .ab__ut2--languages_mode_dropdown:not(.ut2-sw-w .ab__ut2--languages_mode_dropdown) .ty-select-block__list-a.is-active,
.tygh-header .ab__ut2--currencies_mode_dropdown:not(.ut2-sw-w .ab__ut2--currencies_mode_dropdown) .ty-select-block__list-a.is-active {
    color: #848484;
}

@media (max-width: 767px) {
    .tygh-header .ty-dropdown-box {
        position: initial;
    }
}

.tygh-header .ty-dropdown-box__title[id] {
    border: 0 none;
    padding: initial;
    padding-inline: var(--ut2-header__block-_common-inline-padding);
    position: relative;
    gap: initial;
}

.tygh-header .ty-dropdown-box__title[id].open {
    z-index: 4;
}

.tygh-header .ty-dropdown-box__title[id] [class*="ut2-icon"]+span {
    padding-block: 1px;
    display: initial;
}

.tygh-header .ty-dropdown-box__content {
    z-index: 3;
    right: initial;
    inset-inline-end: 0;
    width: max-content;
    min-width: 280px;
    max-width: min(calc(var(--fluid-container-_max-width_-calc) - var(--fluidContainerPadding)), calc(100dvw - var(--fluidContainerPadding)));
    overflow: clip;
}

@media (max-width: 767px) {
    .tygh-header .ty-dropdown-box__content {
        width: 100% !important;
        max-width: 100% !important;
        inset-inline: 0 !important;
    }
}

.tygh-header .ty-dropdown-box__content::before,
.tygh-header .ty-dropdown-box__content::after {
    content: initial !important;
}

.tygh-header .ty-dropdown-box__title[id].open {
    z-index: 1000;
}

.tygh-header .ty-dropdown-box__content {
    z-index: 999;
}

.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id] {
    min-inline-size: var(--ut2-header__common-button-_min-size);
}

.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__title[id] [class*="ut2-icon"] {
    color: #1e1e1e;
}

.tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__content {
    inset-inline-end: calc(var(--gap-xs) * -1);
}

@media (max-width: 767px) {
    .tygh-header>[class*=container]>div:nth-child(1) .ty-dropdown-box__content {
        border-start-start-radius: initial;
        border-start-end-radius: initial;
    }
}

.tygh-header.advanced-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id] {
    min-inline-size: var(--ut2-header__2nd-row-_height-_1);
}

.tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .ty-dropdown-box__title[id] {
    min-inline-size: var(--ut2-header__2nd-row-_height-_2);
}

.tygh-header>[class*=container]>div:nth-child(2) .ty-dropdown-box__content {
    border-start-start-radius: initial;
    border-top-right-radius: initial;
}

.top-menu-grid-vertical .ty-dropdown-box__title[id] [class*=ut2-icon] {
    font-size: calc(var(--ut2-header__common-button__icon-_size) - 2px);
}

.top-menu-grid-vertical .ty-dropdown-box__title[id] [class*=ut2-icon]::before {
    content: "\e976";
}

@media (max-width: 767px) {
    .top-menu-grid-vertical .ty-dropdown-box__content * {
        transition: none !important;
    }
}

.top-menu-grid-vertical.ty-dropdown-box {
    position: initial;
}

.top-menu-grid-vertical.ty-dropdown-box.compact {
    position: relative;
}

@media (max-width: 1023px) {
    .top-menu-grid-vertical.ty-dropdown-box.compact {
        position: initial;
    }
}

@media (min-width: 1024px) {
    .top-menu-grid-vertical.ty-dropdown-box.compact .ty-dropdown-box__content {
        width: var(--menu-v-top-level-_width_-basic);
        inset-inline-start: 0;
    }
}

@media (min-width: 1024px) and (hover: hover) {
    .top-menu-grid-vertical.ty-dropdown-box.compact .ty-dropdown-box__content:has(.ut2-menu__item:hover) {
        width: calc(var(--menu-v-top-level-_width_-basic) * 3);
    }

    .top-menu-grid-vertical.ty-dropdown-box.compact .ty-dropdown-box__content:has(.ut2-menu__item.item-1st-no-drop:hover) {
        width: var(--menu-v-top-level-_width_-basic);
    }
}

@media (max-width: 1250px) {
    .tygh-header.light-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box.compact .ty-dropdown-box__content {
        inset-inline-start: calc((var(--menu-v-top-level-_width_-basic) - var(--ut2-header__common-button-_min-size)) / -2);
    }
}

@media (min-width: 768px) {
    .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id].open {
        z-index: 1001;
    }

    .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id].open [class*=ut2-icon]::before {
        content: "\e92e";
    }

    .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id].open~.ui-widget-overlay {
        display: block;
    }
}

@media (max-width: 767px) {
    .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id].open {
        z-index: initial !important;
    }
}

.tygh-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] {
    color: #fff;
    background: #039be5;
}

.tygh-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] [class*=ut2-icon] {
    color: #fff;
}

.tygh-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]:hover {
    background-color: var(--color-primary-active);
    background-image: initial;
    color: var(--color-text-primary-active);
    padding-bottom: initial;
    box-shadow: initial;
}

@media (max-width: 1250px) {
    .tygh-header.light-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__common-button-_min-size);
    }

    .tygh-header.light-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header.light-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::before,
    .tygh-header.light-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::after {
        inset-inline: 0 !important;
    }

    .tygh-header.light-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>span::after,
    .tygh-header.light-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>a::after {
        content: initial;
    }
}

@media (max-width: 767px) {
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__2nd-row-_height-_1);
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::before,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::after {
        inset-inline: 0 !important;
    }

    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>span::after,
    .tygh-header.advanced-header>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>a::after {
        content: initial;
    }
}

@media (max-width: 1200px) {
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] {
        border: 0 none;
        padding-inline: initial;
        inline-size: var(--ut2-header__2nd-row-_height-_2);
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] [class*=ut2-icon]+span {
        display: none;
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::before,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]::after {
        inset-inline: 0 !important;
    }

    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>span::after,
    .tygh-header:not(.advanced-header)>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id]>a::after {
        content: initial;
    }
}

.tygh-header>[class*=container]>div:nth-child(1) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] [class*="ut2-icon"]+span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    word-break: initial;
    max-inline-size: 170px;
}

.tygh-header>[class*=container]>div:nth-child(2) .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__title[id] [class*="ut2-icon"]+span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: clip;
    max-inline-size: 200px;
}

.top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__content {
    z-index: 1000;
    width: calc(100% - var(--fluidContainerPadding));
    min-width: var(--menu-v-top-level-_width_-basic);
    max-width: initial;
    inset-inline-start: var(--fluid-container-_padding_one-side);
    inset-inline-end: initial !important;
}

@media (max-width: 1023px) {
    .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__content {
        width: 100% !important;
        max-width: 100%;
        inset-inline: 0 !important;
    }
}

@media (min-width: 768px) {
    body.mobile-screen .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__content {
        border-bottom-right-radius: initial;
        border-bottom-left-radius: initial;
    }
}

@media (max-width: 767px) {
    .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__content {
        box-shadow: initial;
        border-radius: initial;
        block-size: 100dvh;
        position: fixed;
        top: 0 !important;
    }
}

@media (min-width: 768px) {
    .top-menu-grid-vertical.ty-dropdown-box .ty-dropdown-box__content>.ty-dropdown-box__title {
        display: none !important;
    }
}

.top-menu-grid-vertical.ty-dropdown-box .ui-widget-overlay {
    z-index: 999 !important;
}

@media (max-width: 767px) {
    .top-menu-grid-vertical.ty-dropdown-box .ui-widget-overlay {
        opacity: 0;
    }
}

.top-header-menu .ty-text-links-wrapper {
    border: 0 none;
    padding-inline: var(--ut2-header__block-_common-inline-padding);
}

@media (max-width: 899px) {
    .top-header-menu .ty-text-links-wrapper {
        display: none;
    }
}

.top-header-menu .ty-float-right .ty-text-links {
    justify-content: flex-end;
}

.top-header-menu .ty-float-left .ty-text-links {
    justify-content: flex-start;
}

.top-header-menu .ty-text-links {
    line-height: 18px;
    margin: initial;
    max-height: 46px;
    overflow: clip;
    inline-size: 100%;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap-xs) 25px;
}

.top-header-menu .ty-text-links ul,
.top-header-menu .ty-text-links ol {
    display: none !important;
}

.top-header-menu .ty-text-links__item {
    margin: initial;
    padding: initial;
    position: initial;
}

.top-header-menu .ty-text-links__item.ty-text-links__active .ty-text-links__a,
.top-header-menu .ty-text-links__item.active .ty-text-links__a {
    font-weight: bold;
    color: #006190;
}

.top-header-menu .ty-text-links__a {
    color: #007cb9;
}

.top-header-menu .ty-text-links__a:hover {
    color: #006190;
}

.top-header-menu .ty-text-links-btn {
    display: none;
}

.ty-login {
    margin-top: 0;
    min-height: 260px;
}

.ty-login .buttons-container {
    flex-direction: row;
}

.ty-login-popup {
    min-width: initial;
    max-width: 100%;
}

.ty-login-popup .ty-password-forgot__a {
    line-height: 1.4;
}

.ty-login-popup .ty-login-reglink {
    text-align: end;
}

.ty-login-info__title,
.ty-login-info h4 {
    color: var(--color-font);
}

.ty-login-info__txt {
    color: var(--color-font-lighten);
}

@media (max-width: 767px) {
    .auth-information-grid {
        margin-top: 0;
        padding-bottom: var(--gap-l);
    }

    .ty-login-info {
        margin-top: 0;
    }
}

.ty-account {
    margin-top: var(--gap-xs);
}

.ty-account .ty-newsletters,
.ty-account .ty-gdpr-agreement {
    margin-bottom: var(--gap-sm);
    line-height: 1.4;
}

.ty-account .buttons-container {
    margin-top: var(--gap-s);
}

@media (max-width: 767px) {
    .ty-account-benefits {
        margin: 0 0 var(--gap-l);
    }
}

.ty-account-benefits h4 {
    padding-bottom: 0;
    font-size: var(--font-size-large);
}

body.floating-header .homepage-banners {
    position: relative;
}

body.floating-header .homepage-banners::before {
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 80%);
    position: absolute;
    z-index: 1;
    inline-size: 100%;
    block-size: calc(var(--ut2-top-panel-height, 0px) + var(--ut2-header-height, 0px) + var(--ut2-header__2nd-row-_height-_2) + 40px);
}

body.floating-header.fixed-header .homepage-banners::before {
    animation: fade_out .2s forwards cubic-bezier(.4, 0, .2, 1);
}

body.floating-header .tygh-top-panel,
body.floating-header .tygh-header {
    visibility: hidden;
}

body.floating-header.js_window_-loaded .tygh-top-panel,
body.floating-header.js_window_-loaded .tygh-header {
    visibility: visible;
}

body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel>div,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container],
body.floating-header:not(.fixed-header) #tygh_main_container .top-menu-grid {
    background: none;
    transition: none;
}

body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel>[class*=container]>div:not(:has([class*=span][class*="top-"][class*="-grid"])) {
    position: relative;
}

body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel>[class*=container]>div:not(:has([class*=span][class*="top-"][class*="-grid"]))::before {
    content: '';
    background: #fff;
    inline-size: 200vw;
    block-size: 100%;
    position: absolute;
    z-index: -1;
    inset-inline-start: 50%;
    margin-inline-start: -100vw;
    inset-block: 0;
}

body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] {
    box-shadow: initial;
}

body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container]::after {
    display: none;
}

body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ut2-sp-n:not(.open):hover,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ut2-btn-search:not(.open):hover,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ut2-pn__wrap:not(.open):hover,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ut2-top-compared-products a:not(.open):hover,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ut2-top-wishlist-count a:not(.open):hover,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ty-dropdown-box:not(.top-menu-grid-vertical) .ty-dropdown-box__title[id]:not(.open):hover,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ab__ut2--languages_mode_dropdown .ab__ut2--select-block__head:not(.open):hover,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ab__ut2--currencies_mode_dropdown .ab__ut2--select-block__head:not(.open):hover {
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

@media (max-width: 1023px) and (min-width: 768px) {

    body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ut2-pn .ty-dropdown-box__content,
    body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ty-dropdown-box:not(.top-menu-grid-vertical) .ty-dropdown-box__content {
        border-start-start-radius: var(--border-radius-box);
        border-start-end-radius: var(--border-radius-box);
    }
}

@media (max-width: 620px) {
    body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ty-search-block:not(.ut2-sw-w .ty-search-block) {
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }
}

body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ty-search-block:not(.ut2-sw-w .ty-search-block) input.ty-search-block__input {
    background: white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.1);
}

body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .ty-minicart-count,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-header>[class*=container] .count {
    box-shadow: initial;
}

body.floating-header:not(.fixed-header) #tygh_main_container .ut2-menu.ut2-h__menu .ut2-menu__submenu {
    border: 0 none;
}

body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel a.ty-geo-maps__geolocation__opener,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel .ty-text-links-btn,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel li.ty-text-links__item:not(.ty-text-links__item--inline):not(.ty-text-links__item--submenu) a.ty-text-links__a,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel li.ty-text-links__item--inline a.ty-text-links__a--inline,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel a.ty-select-block__a,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel a.ty-languages__item,
body.floating-header:not(.fixed-header) #tygh_main_container .tygh-top-panel a.ty-currencies__item {
    background: none !important;
}

body.floating-header .homepage-banners {
    margin-top: calc((var(--ut2-top-panel-height, 1px) * 2 + var(--ut2-header-height, 1px) + var(--ut2-header-menu-height, 1px)) * -1) !important;
}

body.floating-header .homepage-banners [class*="block-"]+[class*="block-"] {
    margin-top: initial !important;
}

body.floating-header .homepage-banners .ut2-banner {
    border-top-left-radius: initial !important;
    border-top-right-radius: initial !important;
}

body.floating-header .tygh-top-panel>[class*=container]>div:has([class*=span][class*="top-"][class*="-grid"])::after {
    border-color: rgba(0, 0, 0, 0.1);
}

:root {
    --menu-imgw: 300px;
    --menu-col-max-width: 250px;
    --menu-col-min-width: 170px;
    --menu-v-top-level-_width_-basic: 280px;
}

@media (max-width: 1023px) {
    :root {
        --menu-v-top-level-_width_-basic: min(33dvw, 280px);
    }
}

.ut2-menu .ut2-menu__item {
    padding: initial;
}

.ut2-menu .ut2-menu__link {
    display: block;
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier {
        display: none;
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__submenu__wrapper {
        background: var(--fill-gray);
        inline-size: var(--js_rt__menu-v-top-level-_width, var(--menu-v-top-level-_width_-basic));
        padding-block: var(--gap-sm);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__submenu__wrapper>.ut2-menu__more-cat-link {
        background: var(--fill-gray);
        margin-inline-start: initial;
        margin-block-end: calc(var(--gap-sm) * -1);
        position: sticky;
        inset-block-end: calc(var(--gap-sm) * -1);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__submenu__wrapper>.ut2-menu__more-cat-link::before {
        display: block;
        background: linear-gradient(180deg, rgba(245, 245, 247, 0) 0%, #f5f5f7 100%);
    }

    html[dir="rtl"] .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__submenu__wrapper>.ut2-menu__more-cat-link::before {
        background: linear-gradient(180deg, rgba(245, 245, 247, 0) 100%, #f5f5f7 100%);
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__submenu__wrapper>.ut2-menu__more-cat-link {
        padding-block: calc(var(--gap-sm) + var(--gap-xxs)) var(--gap-xxs);
        margin-block-end: var(--gap-xxs);
        margin-block-start: calc(var(--gap-sm) * -1);
        inset-block-end: initial;
        inset-block-start: calc(var(--gap-sm) * -1);
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__submenu__wrapper>.ut2-menu__more-cat-link::before {
        background: linear-gradient(0, rgba(245, 245, 247, 0) 0%, #f5f5f7 100%);
    }
}

@media (min-width: 768px) and (hover: none) {
    html[dir="rtl"] .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__submenu__wrapper>.ut2-menu__more-cat-link::before {
        background: linear-gradient(0, rgba(245, 245, 247, 0) 100%, #f5f5f7 100%);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__more-cat-link {
        margin-block-start: var(--gap-xxs);
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__more-cat-link {
        margin-block-start: initial;
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:first-child .ut2-menu__2nd-item__header {
        background: var(--fill-white);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:first-child .ut2-menu__2nd-item__header .ut2-icon-outline-arrow_forward {
        color: var(--color-links-active);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:first-child .ut2-menu__2nd-submenu {
        display: block;
    }
}

@media (min-width: 768px) and (hover: hover) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:hover .ut2-menu__2nd-item__header {
        background: var(--fill-white);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:hover .ut2-menu__2nd-item__header .ut2-icon-outline-arrow_forward {
        color: var(--color-links-active);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:hover .ut2-menu__2nd-submenu {
        z-index: 2;
        display: block;
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:first-child:has(~ .ut2-menu__2nd-item:hover) .ut2-menu__2nd-item__header {
        background: initial;
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:first-child:has(~ .ut2-menu__2nd-item:hover) .ut2-menu__2nd-item__header .ut2-icon-outline-arrow_forward {
        color: rgba(30, 30, 30, 0.15);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:first-child:has(~ .ut2-menu__2nd-item:hover) .ut2-menu__2nd-submenu {
        display: none;
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item.js_touched .ut2-menu__2nd-item__header {
        background: var(--fill-white);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item.js_touched .ut2-menu__2nd-item__header .ut2-icon-outline-arrow_forward {
        color: var(--color-links-active);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item.js_touched .ut2-menu__2nd-submenu {
        z-index: 2;
        display: block;
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:first-child:has(~ .ut2-menu__2nd-item.js_touched) .ut2-menu__2nd-item__header {
        background: initial;
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:first-child:has(~ .ut2-menu__2nd-item.js_touched) .ut2-menu__2nd-item__header .ut2-icon-outline-arrow_forward {
        color: rgba(30, 30, 30, 0.15);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item:first-child:has(~ .ut2-menu__2nd-item.js_touched) .ut2-menu__2nd-submenu {
        display: none;
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item__header {
        position: relative;
        padding-block: var(--gap-xxs);
        padding-inline-end: var(--gap-m);
    }
}

.ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item__header .ut2-icon-outline-arrow_forward {
    inset-inline-end: 10px;
    inset-block-start: 50%;
    transform: translateY(-50%);
}

html[dir="rtl"] .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item__header .ut2-icon-outline-arrow_forward {
    transform: translateY(-50%) scaleX(-1);
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu {
        white-space: normal;
        background: var(--fill-white);
        block-size: 100%;
        inline-size: calc(100% - var(--js_rt__menu-v-top-level-_width, var(--menu-v-top-level-_width_-basic)));
        position: absolute;
        z-index: 1;
        inset-block: 0;
        inset-inline: var(--js_rt__menu-v-top-level-_width, var(--menu-v-top-level-_width_-basic)) auto;
        display: none;
    }
}

@media (min-width: 1024px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu.submenu-2nd-has-side-banner {
        padding-inline-end: var(--menu-imgw);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu:not(.submenu-2nd-has-bottom-banner) .ut2-menu__more-cat-link {
        background: var(--fill-white);
        margin-block-end: calc(var(--gap-sm) * -1);
        position: sticky;
        inset-block-end: calc(var(--gap-sm) * -1);
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu:not(.submenu-2nd-has-bottom-banner) .ut2-menu__more-cat-link::before {
        display: block;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    }

    html[dir="rtl"] .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu:not(.submenu-2nd-has-bottom-banner) .ut2-menu__more-cat-link::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 100%, #fff 100%);
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu:not(.submenu-2nd-has-bottom-banner) .ut2-menu__more-cat-link {
        padding-block: calc(var(--gap-sm) + var(--gap-xxs)) var(--gap-xxs);
        margin-block-end: var(--gap-xxs);
        margin-block-start: calc(var(--gap-sm) * -1);
        inset-block-end: initial;
        inset-block-start: calc(var(--gap-sm) * -1);
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu:not(.submenu-2nd-has-bottom-banner) .ut2-menu__more-cat-link::before {
        background: linear-gradient(0, rgba(255, 255, 255, 0) 0%, #fff 100%);
    }
}

@media (min-width: 768px) and (hover: none) {
    html[dir="rtl"] .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu:not(.submenu-2nd-has-bottom-banner) .ut2-menu__more-cat-link::before {
        background: linear-gradient(0, rgba(255, 255, 255, 0) 100%, #fff 100%);
    }
}

.ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu .ut2-menu__more-cat-link {
    margin-inline-start: calc(var(--gap-xs) * -2);
    padding-inline-start: calc(var(--gap-xs) * 2);
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu__wrapper {
        padding-block: var(--gap-sm);
        padding-inline: calc(var(--gap-xs) * 2) var(--gap-xs);
        block-size: 100%;
        overflow-x: clip;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: #cbcbcb transparent;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
    }

    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-submenu__wrapper::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__3rd-list.multicol {
        column-count: var(--menu-columns);
        column-width: var(--menu-col-min-width);
        column-gap: var(--gap-s);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier.cascading .ut2-menu__3rd-item {
        max-inline-size: var(--menu-col-max-width);
        padding-block: var(--gap-xxs);
    }
}

@media (min-width: 1024px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading).submenu-1st-has-side-banner {
        padding-inline-end: var(--menu-imgw);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading):not(.submenu-1st-has-bottom-banner) .ut2-menu__more-cat-link {
        background: var(--fill-white);
        margin-block-end: calc(var(--gap-xs) * -2);
        position: sticky;
        inset-block-end: calc(var(--gap-xs) * -2);
    }

    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading):not(.submenu-1st-has-bottom-banner) .ut2-menu__more-cat-link::before {
        display: block;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    }

    html[dir="rtl"] .ut2-menu .ut2-menu__submenu__carrier:not(.cascading):not(.submenu-1st-has-bottom-banner) .ut2-menu__more-cat-link::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 100%, #fff 100%);
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading):not(.submenu-1st-has-bottom-banner) .ut2-menu__more-cat-link {
        margin-block-end: calc(var(--gap-xs));
        margin-block-start: calc(var(--gap-xs) * -2);
        padding-block: calc(var(--gap-xs) * 2) var(--gap-xxs);
        inset-block-end: initial;
        inset-block-start: calc(var(--gap-xs) * -2);
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading):not(.submenu-1st-has-bottom-banner) .ut2-menu__more-cat-link::before {
        background: linear-gradient(0, rgba(255, 255, 255, 0) 0%, #fff 100%);
    }
}

@media (min-width: 768px) and (hover: none) {
    html[dir="rtl"] .ut2-menu .ut2-menu__submenu__carrier:not(.cascading):not(.submenu-1st-has-bottom-banner) .ut2-menu__more-cat-link::before {
        background: linear-gradient(0, rgba(255, 255, 255, 0) 100%, #fff 100%);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__more-cat-link {
        margin-block-start: var(--gap-sm);
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__more-cat-link {
        margin-block-start: initial;
        margin-block-end: var(--gap-xs);
        padding-block: 0 var(--gap-xxs);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading).row-filling .ut2-menu__2nd-col {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(max(var(--menu-col-min-width), calc((100% - var(--gap-s) * (var(--menu-columns) - 1)) / var(--menu-columns))), 1fr));
        gap: var(--gap-s);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading).row-filling .ut2-menu__2nd-item {
        max-inline-size: var(--menu-col-max-width);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading):not(.row-filling) .ut2-menu__2nd-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(max(var(--menu-col-min-width), calc((100% - var(--gap-s) * (var(--menu-columns) - 1)) / var(--menu-columns))), 1fr));
        gap: var(--gap-s);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading):not(.row-filling) .ut2-menu__2nd-col {
        max-inline-size: var(--menu-col-max-width);
    }
}

.ut2-menu .ut2-menu__submenu__carrier:not(.cascading):not(.row-filling) .ut2-menu__2nd-item+.ut2-menu__2nd-item {
    margin-block-start: var(--gap-s);
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__submenu__wrapper {
        padding-block: calc(var(--gap-xs) * 2);
        padding-inline-end: var(--gap-xs);
        position: relative;
        z-index: 2;
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__2nd-link {
        font-weight: 600;
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__2nd-link img.ut2-mwi-icon {
        display: block;
        max-inline-size: 100px;
        margin-block-end: var(--gap-xs);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__2nd-submenu {
        margin-block-start: var(--gap-xxs);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__3rd-list.clipped:not(.view) {
        block-size: calc(var(--menu-items) * (var(--link-font-size) * 1.2 + var(--gap-xxs) * 2));
        padding-inline-start: var(--gap-xs);
        margin-inline-start: calc(var(--gap-xs) * -1);
        margin-block-end: var(--gap-xxs);
        overflow: clip;
    }

    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__3rd-list.clipped:not(.view) .ut2-menu__3rd-link__text {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__3rd-list.clipped.view {
        block-size: auto;
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__3rd-item {
        padding-block: var(--gap-xxs);
    }
}

.ut2-menu .ut2-menu__submenu__wrapper {
    overflow-x: clip;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
}

.ut2-menu .ut2-menu__submenu__wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__2nd-link {
        color: var(--color-font);
    }
}

.ut2-menu .ut2-menu__2nd-link img.ut2-mwi-icon {
    display: none;
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__3rd-link {
        color: rgba(30, 30, 30, 0.75);
    }
}

.ut2-menu .ut2-menu__2nd-link,
.ut2-menu .ut2-menu__3rd-link {
    line-height: 1.2;
}

@media (min-width: 768px) {

    .ut2-menu .ut2-menu__2nd-link,
    .ut2-menu .ut2-menu__3rd-link {
        display: inline-block;
        vertical-align: top;
        max-inline-size: 100%;
    }
}

@media (min-width: 768px) and (hover: hover) {

    .ut2-menu .ut2-menu__2nd-link:hover,
    .ut2-menu .ut2-menu__3rd-link:hover {
        color: var(--color-links-active);
    }

    .ut2-menu .ut2-menu__2nd-link:hover .ut2-menu__2nd-link__name,
    .ut2-menu .ut2-menu__2nd-link:hover .ut2-menu__3rd-link__name,
    .ut2-menu .ut2-menu__3rd-link:hover .ut2-menu__2nd-link__name,
    .ut2-menu .ut2-menu__3rd-link:hover .ut2-menu__3rd-link__name {
        text-decoration: underline;
        text-decoration-color: rgba(46, 108, 139, 0.2);
    }
}

.ut2-menu .ut2-menu__link__text,
.ut2-menu .ut2-menu__2nd-link__text,
.ut2-menu .ut2-menu__3rd-link__text {
    overflow: clip;
}

.ut2-menu .ut2-menu__2nd-link__text,
.ut2-menu .ut2-menu__3rd-link__text {
    display: block;
}

.ut2-menu .ut2-menu__more-cat-link {
    display: none;
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__more-cat-link {
        block-size: 40px;
        margin-inline-end: -17px;
        padding-inline-end: calc(var(--gap-xs) + 17px);
        padding-block: var(--gap-xs);
    }

    .ut2-menu .ut2-menu__more-cat-link::before {
        content: '';
        block-size: var(--gap-xs);
        position: absolute;
        inset-block-end: 100%;
        inset-inline: 0;
        pointer-events: none;
        display: none;
    }

    .ut2-menu .ut2-menu__more-cat-link a.ty-btn-text {
        line-height: 1.2;
        display: inline-block;
        vertical-align: top;
        max-inline-size: 100%;
        position: relative;
        padding-inline-end: 22px;
    }

    .ut2-menu .ut2-menu__more-cat-link .ut2-menu__more-cat-link__in {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: clip;
        display: block;
        inline-size: 100%;
    }

    .ut2-menu .ut2-menu__more-cat-link i.text-arrow {
        font-size: 18px;
        line-height: 1;
        font-style: initial;
        position: absolute;
        inset-block-start: 50%;
        transform: translateY(-50%);
        margin-block-start: -1px;
        inset-inline-end: 0;
    }
}

@media (min-width: 768px) and (hover: hover) {
    .ut2-menu .ut2-menu__more-cat-link.show-not-mobile {
        display: block;
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__more-cat-link {
        block-size: initial;
        z-index: 1;
        order: -1;
        display: block;
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu .ut2-menu__more-cat-link::before {
        inset-block-end: initial;
        inset-block-start: 100%;
    }
}

@media (min-width: 768px) and (hover: hover) {
    .ut2-menu .ut2-menu__more-cat-link a.ty-btn-text:hover .ut2-menu__more-cat-link__in {
        text-decoration: underline;
        text-decoration-color: rgba(46, 108, 139, 0.2);
    }
}

.ut2-menu .ut2-more-btn {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .ut2-menu .ut2-more-btn {
        display: none;
    }
}

.ut2-menu .ut2-more-btn.hidden {
    display: none;
}

.ut2-menu .ut2-more-btn[href^=javascript]:not(:hover) span {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: color-mix(in srgb, var(--color-links) 50%, var(--color-general));
    color: var(--color-links);
}

.ut2-menu .ut2-more-btn[href^=javascript]:not(:hover) span:hover {
    text-decoration-color: var(--color-links-active);
}

.ut2-menu .ut2-more-btn.view-items [class*=ut2-icon-] {
    font-size: var(--font-size-normal);
    inset-block-start: 3px;
}

@media (hover: hover) and (pointer: fine) {
    .ut2-menu .ut2-more-btn.load-url:hover span {
        text-decoration: none;
    }
}

.ut2-menu .ut2-more-btn.load-url span {
    text-decoration: underline;
    text-decoration-color: rgba(46, 108, 139, 0.2);
}

.ut2-menu .ut2-more-btn.load-url [class*=ut2-icon-] {
    font-size: 10px;
    margin-inline-start: 1px;
}

.ut2-menu .ut2-more-btn [class*=ut2-icon-] {
    color: var(--color-links);
    display: inline-block;
    position: relative;
}

.ut2-menu .ut2-icon-outline-arrow_forward {
    font-size: var(--font-size-normal);
    color: rgba(30, 30, 30, 0.15);
    position: absolute;
}

@media (max-width: 767px) {
    .ut2-menu .ut2-icon-outline-arrow_forward {
        display: none !important;
    }
}

.ut2-menu.ut2-v__menu {
    --ut2-v-menu-dropdown-max-height: calc(100dvh - var(--js_rt__dropdown-popup-_top-clearance-to-window-edge, var(--header-height)) - var(--gap-m));
}

@media (max-width: 767px) {
    .ty-dropdown-box__content .ut2-menu.ut2-v__menu {
        block-size: calc(100dvh - 50px - var(--bp-bottom-panel-height, 0px));
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__inbox {
    position: relative;
}

@media (max-width: 767px) {
    .ty-dropdown-box__content .ut2-menu.ut2-v__menu .ut2-menu__inbox {
        block-size: 100%;
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__list {
    padding-block: var(--gap-xs);
    overflow-x: clip;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
}

.ut2-menu.ut2-v__menu .ut2-menu__list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

@media (min-width: 768px) {
    html.js_ios .ut2-menu.ut2-v__menu .ut2-menu__list {
        inline-size: 100% !important;
        padding-inline-end: calc(100% - var(--js_rt__menu-v-top-level-_width, var(--menu-v-top-level-_width_-basic))) !important;
    }
}

@media (min-width: 768px) {
    .ty-dropdown-box__content .ut2-menu.ut2-v__menu .ut2-menu__list {
        inline-size: var(--menu-v-top-level-_width_-basic);
        min-block-size: min(var(--ut2-vertical-menu-block-height), var(--ut2-v-menu-dropdown-max-height));
        max-block-size: var(--ut2-v-menu-dropdown-max-height);
    }

    body.mobile-screen .ty-dropdown-box__content .ut2-menu.ut2-v__menu .ut2-menu__list {
        min-block-size: initial;
        max-block-size: initial;
        block-size: calc(100dvh - var(--js_rt__dropdown-popup-_top-clearance-to-window-edge, var(--header-height)));
    }
}

@media (max-width: 767px) {
    .ty-dropdown-box__content .ut2-menu.ut2-v__menu .ut2-menu__list {
        max-block-size: 100%;
    }

    .ty-dropdown-box__content .ut2-menu.ut2-v__menu .ut2-menu__list:has(.ut2-menu__item > .ty-menu__item-toggle-active) {
        overflow-y: clip;
    }
}

@media (min-width: 768px) {
    .ty-dropdown-box__content .ut2-menu.ut2-v__menu .ut2-menu__item:first-child .ut2-menu__link .ut2-icon-outline-arrow_forward {
        color: var(--color-links-active);
    }

    .ty-dropdown-box__content .ut2-menu.ut2-v__menu .ut2-menu__item:first-child .ut2-menu__submenu__carrier {
        display: block;
    }
}

@media (min-width: 768px) and (hover: hover) {
    .ut2-menu.ut2-v__menu .ut2-menu__item:hover .ut2-menu__link {
        color: var(--color-font);
        background: var(--fill-gray);
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item:hover .ut2-menu__link .ut2-icon-outline-arrow_forward {
        color: var(--color-links-active);
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item:hover .ut2-menu__submenu__carrier {
        z-index: 2;
        display: block;
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item:first-child:has(~ .ut2-menu__item:hover) .ut2-menu__link {
        background: initial;
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item:first-child:has(~ .ut2-menu__item:hover) .ut2-menu__link .ut2-icon-outline-arrow_forward {
        color: rgba(30, 30, 30, 0.15);
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item:first-child:has(~ .ut2-menu__item:hover) .ut2-menu__submenu__carrier {
        display: none;
    }
}

@media (min-width: 768px) and (hover: none) {
    .ut2-menu.ut2-v__menu .ut2-menu__item.js_touched .ut2-menu__link {
        color: var(--color-font);
        background: var(--fill-gray);
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item.js_touched .ut2-menu__link .ut2-icon-outline-arrow_forward {
        color: var(--color-links-active);
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item.js_touched .ut2-menu__submenu__carrier {
        z-index: 2;
        display: block;
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item:first-child:has(~ .ut2-menu__item.js_touched) .ut2-menu__link {
        background: initial;
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item:first-child:has(~ .ut2-menu__item.js_touched) .ut2-menu__link .ut2-icon-outline-arrow_forward {
        color: rgba(30, 30, 30, 0.15);
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item:first-child:has(~ .ut2-menu__item.js_touched) .ut2-menu__submenu__carrier {
        display: none;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__item {
        margin-block: calc(var(--gap-xs) * 2);
        position: relative;
    }
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ty-menu__item-toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ty-menu__item-toggle {
        text-align: start;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        inset: 0;
    }

    .ut2-menu.ut2-v__menu .ty-menu__item-toggle.ty-menu__item-toggle-active {
        background: initial;
    }

    .ut2-menu.ut2-v__menu .ty-menu__item-toggle.ty-menu__item-toggle-active i::before {
        display: none;
    }

    .ut2-menu.ut2-v__menu .ty-menu__item-toggle.ty-menu__item-toggle-active i::after {
        background: var(--color-font);
    }

    .ut2-menu.ut2-v__menu .ty-menu__item-toggle .ut2-mark-fold-unfold {
        inline-size: 50px;
        position: absolute;
        inset-inline-end: 0;
        pointer-events: none;
    }

    .ut2-menu.ut2-v__menu .ty-menu__item-toggle .ut2-mark-fold-unfold:before {
        content: '';
        background: var(--color-base20);
        block-size: 18px;
        inline-size: 2px;
        position: absolute;
        inset: 0;
        margin: auto;
    }

    .ut2-menu.ut2-v__menu .ty-menu__item-toggle .ut2-mark-fold-unfold:after {
        content: '';
        background: var(--color-base20);
        block-size: 2px;
        inline-size: 18px;
        position: absolute;
        inset: 0;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__item>.ty-menu__item-toggle .ut2-mark-fold-unfold {
        block-size: calc((var(--font-size-normal) + 1px) * 1.2);
        inset-block-start: min(16px, 50%);
        transform: translateY(-50%);
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__link {
    color: var(--color-font);
    line-height: 1.2;
    padding-block: var(--gap-xs);
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__link {
        padding-block: initial;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__item>.ty-menu__item-toggle-active~.ut2-menu__link {
        line-height: 1.1;
        background: var(--fill-gray);
        padding-block: var(--gap-xxs);
        block-size: 50px;
        inline-size: 100%;
        position: fixed;
        z-index: 2;
        inset-block-start: 50px;
        inset-inline: 0;
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item>.ty-menu__item-toggle-active~.ut2-menu__link .ut2-menu__link__in {
        min-block-size: initial;
        block-size: 100%;
        padding-inline: var(--gap-s);
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item>.ty-menu__item-toggle-active~.ut2-menu__link .ut2-menu__link__in: :before {
        display: none;
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item>.ty-menu__item-toggle-active~.ut2-menu__link .ut2-mwi-icon {
        display: none;
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item>.ty-menu__item-toggle-active~.ut2-menu__link .ut2-menu__link__back-icon {
        display: block;
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item>.ty-menu__item-toggle-active~.ut2-menu__link .ut2-menu__link__text {
        max-block-size: 100%;
        max-inline-size: calc(100% - var(--font-size-big) - var(--gap-xs) + 4px);
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__link__in {
    padding-inline: var(--gap-s);
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .ty-dropdown-box__content .ut2-menu.ut2-v__menu .ut2-menu__link__in {
        padding-inline-end: 50px;
    }
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__link__in.has-descr .ut2-mwi-text {
        display: block;
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-mwi-icon {
    flex-shrink: 0;
    align-self: flex-start;
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-mwi-icon {
        inline-size: 32px;
        margin-inline-end: var(--gap-xs);
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-mwi-icon {
        inline-size: 32px;
        margin-inline-end: var(--gap-sm);
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-menu__link__back-icon {
    font-size: var(--font-size-big);
    color: var(--color-font-lighten);
    margin-inline: -4px var(--gap-xs);
    flex-shrink: 0;
    order: -1;
    display: none;
}

.ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-menu__link__text {
    flex-grow: 1;
    max-inline-size: 100%;
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__link__in:has(.ut2-mwi-icon) .ut2-menu__link__text {
        max-inline-size: calc(100% - var(--gap-xs) - 32px);
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__link__in:has(.ut2-mwi-icon) .ut2-menu__link__text {
        max-inline-size: calc(100% - var(--gap-sm) - 32px);
    }
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-menu__link__name {
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-menu__link__name {
        font-size: calc(var(--font-size-normal) + 1px);
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-mwi-text {
    font-size: var(--font-size-small);
    color: var(--color-font-lighten);
    margin-block-start: var(--gap-xxs);
    display: none;
}

.ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-icon-outline-arrow_forward {
    block-size: 32px;
    inline-size: 30px;
    inset-inline-end: 0;
    inset-block-start: min(16px, 50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

html[dir="rtl"] .ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-icon-outline-arrow_forward {
    transform: translateY(-50%) scaleX(-1);
}

.ut2-menu.ut2-v__menu .ut2-menu__link__in .ut2-icon-outline-arrow_forward::before {
    margin-block-start: 2px;
}

.ut2-menu.ut2-v__menu .ut2-menu__item:has(.ut2-menu__submenu) .ut2-menu__link__in {
    padding-inline-end: 35px;
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__item>.ut2-menu__submenu {
        display: none;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__item>.ty-menu__item-toggle-active~.ut2-menu__submenu {
        background: var(--fill-white);
        block-size: calc(100dvh - 100px - var(--bp-bottom-panel-height, 0px));
        inline-size: 100%;
        position: fixed;
        z-index: 2;
        inset-block-start: 100px;
        inset-inline: 0;
        display: block;
    }

    .ut2-menu.ut2-v__menu .ut2-menu__item>.ty-menu__item-toggle-active~.ut2-menu__submenu:has(.ut2-menu__mob-more-cat-link) {
        padding-block-end: calc(var(--height-button) + var(--gap-s) * 2 + var(--gap-xs) + 1px);
    }
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__mob-more-cat-link {
        display: none;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__mob-more-cat-link {
        font-size: calc(var(--font-size-normal) + 1px);
        line-height: 1.1;
        color: var(--color-font);
        border-block-start: 1px solid var(--color-base5);
        inline-size: 100%;
        block-size: calc(var(--height-button) + var(--gap-s) * 2 + var(--gap-xs) + 1px);
        padding-inline: var(--gap-s);
        padding-block: var(--gap-s);
        position: fixed;
        inset-block-start: 100dvh;
        transform: translateY(calc((100% + var(--bp-bottom-panel-height, 0px)) * -1));
        inset-inline: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: var(--gap-xs);
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__mob-more-cat-link .ty-btn {
        flex-shrink: 0;
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__mob-more-cat-link__in {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ut2-menu.ut2-v__menu .ut2-menu__submenu__carrier {
    block-size: 100%;
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__submenu__carrier {
        background: var(--fill-white);
        border-inline-start: 1px solid var(--color-base);
        inline-size: calc(100% - var(--js_rt__menu-v-top-level-_width, var(--menu-v-top-level-_width_-basic)));
        position: absolute;
        z-index: 1;
        inset-block: 0;
        inset-inline: var(--js_rt__menu-v-top-level-_width, var(--menu-v-top-level-_width_-basic)) auto;
    }
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__submenu__carrier.cascading .ut2-menu__submenu__wrapper>.ut2-menu__more-cat-link {
        padding-inline-start: var(--gap-s);
    }
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item__header {
        padding-inline-start: var(--gap-s);
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .ut2-menu.ut2-v__menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item>.ut2-menu__2nd-submenu.submenu-2nd-has-side-banner {
        padding-inline-end: initial;
    }
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__submenu__wrapper {
        padding-inline-start: calc(var(--gap-xs) * 2);
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__more-cat-link {
    margin-inline-start: calc(var(--gap-xs) * -2);
    padding-inline-start: calc(var(--gap-xs) * 2);
}

@media (min-width: 768px) {
    .ut2-menu.ut2-v__menu .ut2-menu__submenu__wrapper {
        block-size: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__submenu__wrapper {
        max-block-size: 100%;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__2nd-list {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__2nd-col {
        display: contents;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__2nd-item {
        position: relative;
        margin-block: var(--gap-sm) calc(var(--gap-xs) * 2);
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__2nd-link {
        font-size: calc(var(--font-size-normal) + 1px);
        color: var(--color-font);
        padding-inline: var(--gap-s) 50px;
        display: block;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__2nd-item .ty-menu__item-toggle .ut2-mark-fold-unfold {
        block-size: calc((var(--font-size-normal) + 1px) * 1.2);
        inset-block-start: 0;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__2nd-item .ut2-menu__2nd-submenu {
        position: relative;
        z-index: 2;
        display: none;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__2nd-item .ty-menu__item-toggle-active~.ut2-menu__2nd-submenu {
        display: block;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__3rd-list {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__3rd-item {
        margin-block: var(--gap-sm);
    }
}

.ut2-menu.ut2-v__menu .ut2-menu__3rd-item.item-3rd-has-more-cat-link {
    display: none;
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__3rd-item.item-3rd-has-more-cat-link {
        display: block;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .ut2-menu__3rd-link {
        font-size: var(--font-size-medium);
        color: rgba(30, 30, 30, 0.75);
        padding-inline: var(--gap-m) var(--gap-s);
        display: block;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-v__menu .item-3rd-has-more-cat-link .ut2-menu__3rd-link {
        font-size: calc(var(--font-size-normal) + 1px);
        color: #007cb9 !important;
    }
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__blocks-place:empty {
    max-height: initial;
    padding: 0 5px;
    background: none;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__block {
    background-clip: padding-box;
    cursor: grab;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__block:not(.bm-block-manager__block--disabled) {
    z-index: 1;
}

#tygh_container .ut2__fixed-layout-banner-wrap .bm-block-manager__block.bm-block-manager__block--disabled {
    display: none !important;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__block:has(.js_open),
.ut2__fixed-layout-banner-wrap .bm-block-manager__block:has(.open),
.ut2__fixed-layout-banner-wrap .bm-block-manager__block:has(.ty-search-block.view) {
    box-shadow: initial !important;
    position: initial !important;
    z-index: initial !important;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__block:has(.js_open) .bm-block-manager__menu-wrapper,
.ut2__fixed-layout-banner-wrap .bm-block-manager__block:has(.open) .bm-block-manager__menu-wrapper,
.ut2__fixed-layout-banner-wrap .bm-block-manager__block:has(.ty-search-block.view) .bm-block-manager__menu-wrapper {
    display: none;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__block:hover {
    background-color: initial;
    border-radius: initial;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__block.ui-sortable-helper * {
    cursor: grabbing !important;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__block * {
    cursor: grab !important;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__menu-wrapper {
    inset-inline-start: 0;
    inset-block-start: 0;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__menu-wrapper.bm-block-manager__menu-wrapper--bottom {
    inset-block-start: initial;
}

.ut2__fixed-layout-banner-wrap .bm-block-manager__block-content::before,
.ut2__fixed-layout-banner-wrap .bm-block-manager__block-content::after {
    content: initial;
}

.ut2__fixed-layout-banner-wrap [class*="block-"]+[class*="block-"] {
    margin-top: initial !important;
}

.ut2__fixed-layout-banner-wrap .row-fluid::before,
.ut2__fixed-layout-banner-wrap .row-fluid::after {
    content: none;
}

.ut2__fixed-layout-banner-wrap .ut2-bottom-sm {
    float: initial;
}

.ut2__fixed-layout-banner-wrap .row-fluid:has(> [class*=span] > .menu-1level) {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 1fr 1fr 1fr;
    gap: var(--gap);
    grid-template-areas: 'menu banner banner banner';
}

@media (max-width: 1023px) {
    .ut2__fixed-layout-banner-wrap .row-fluid:has(> [class*=span] > .menu-1level) {
        grid-template-areas: 'banner banner banner banner';
    }
}

.ut2__fixed-layout-banner-wrap .row-fluid:has(> [class*=span] > .menu-1level) [class*=span] {
    float: initial;
    width: initial;
    margin-left: initial;
}

.ut2__fixed-layout-banner-wrap .row-fluid:has(> [class*=span] > .menu-1level) [class*=span]:nth-child(1) {
    margin-block: var(--gap-sm);
    grid-area: menu;
}

@media (max-width: 1023px) {
    .ut2__fixed-layout-banner-wrap .row-fluid:has(> [class*=span] > .menu-1level) [class*=span]:nth-child(1) {
        display: none;
    }
}

.ut2__fixed-layout-banner-wrap .row-fluid:has(> [class*=span] > .menu-1level) [class*=span]:nth-child(2) {
    grid-area: banner;
}

.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-width: var(--height-button);
    height: var(--height-button);
    padding: 0 var(--gap-sm);
    white-space: normal;
    line-height: 1;
    border: none;
    background: var(--color-tertiary);
    background-clip: border-box;
    transition: background 150ms, border-color 150ms, box-shadow 150ms, opacity 150ms;
    gap: var(--gap-xxs);
    cursor: pointer;
    color: #1e1e1e;
    font-size: var(--button-font-size);
    letter-spacing: normal;
    border-radius: var(--height-button);
    background-color: var(--color-primary);
    background-image: initial;
    color: var(--color-text-primary);
    inline-size: 100%;
}

.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id]>span:not(.ty-icon) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xxs);
}

.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id] bdi {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id] i,
.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id] span.ty-icon {
    display: flex;
    align-items: center;
    top: inherit;
    font-size: 22px;
    line-height: var(--height-button);
    height: var(--height-button);
    margin-right: 0;
}

.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id] i+span:not(:has(bdi)),
.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id] span.ty-icon+span:not(:has(bdi)) {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id]:hover {
    padding-inline: 15px;
    background: var(--color-tertiary-active);
    color: #fff;
}

.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id].outline {
    background-color: initial;
    background-image: initial;
    color: var(--color-text-primary);
    box-shadow: inset 0 0 0 2px var(--color-primary);
}

.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id].outline:hover {
    background-color: initial;
    background-image: initial;
    color: var(--color-text-primary);
    box-shadow: inset 0 0 0 2px var(--color-primary-active);
}

.ut2__fixed-layout-banner-wrap .top-menu-grid-vertical .ty-dropdown-box__title[id]:hover {
    background-color: var(--color-primary-active);
    background-image: initial;
    color: var(--color-text-primary-active);
}

.ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) {
    min-inline-size: 260px;
    max-inline-size: 425px;
    margin-block: var(--gap-s);
}

@media (max-width: 1023px) {
    .ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) {
        display: none;
    }
}

@media (max-width: 1024px) {
    .side-grid .ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) {
        display: none;
    }
}

.ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *):first-child,
.ut2-menu__backdrop:first-child+.ut2-menu__header-mobile+.ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) {
    margin-block-start: initial;
}

.menu-1level .ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) {
    margin-block: initial;
}

.ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) .ut2-menu__inbox:has(.ut2-menu__submenu) {
    z-index: 1;
    max-inline-size: calc(100dvw - var(--fluidContainerPadding));
}

@media (hover: hover) {
    .ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) .ut2-menu__inbox:has(.ut2-menu__submenu):has(.ut2-menu__item:not(.item-1st-no-drop):hover) {
        background: var(--fill-white);
        border-radius: var(--border-radius-box);
        overflow: clip;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 15px 0 rgba(0, 0, 0, 0.3);
        inline-size: calc(var(--fluid-container-_max-width_-calc) - var(--fluidContainerPadding));
    }
}

@media (hover: none) {
    .ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) .ut2-menu__inbox:has(.ut2-menu__submenu):has(.ut2-menu__item:not(.item-1st-no-drop).js_touched) {
        background: var(--fill-white);
        border-radius: var(--border-radius-box);
        overflow: clip;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 15px 0 rgba(0, 0, 0, 0.3);
        inline-size: calc(var(--fluid-container-_max-width_-calc) - var(--fluidContainerPadding));
    }
}

.ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) .ut2-menu__list {
    block-size: var(--ut2-vertical-menu-block-height);
}

.ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) .ut2-menu__list:has(.ut2-menu__submenu) {
    inline-size: var(--js_rt__menu-v-top-level-_width, initial);
}

.ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) .ut2-menu__list:has(.ut2-menu__submenu) .ut2-menu__link__in {
    padding-inline-end: 35px;
}

.ut2-menu.ut2-v__menu:not(.ty-dropdown-box__content *) .item-1st-no-drop .ut2-menu__link {
    border-radius: var(--border-radius);
}

@media (min-width: 1024px) {
    .top-menu-grid-vertical.compact .ut2-menu.ut2-v__menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item>.ut2-menu__2nd-submenu.submenu-2nd-has-side-banner {
        padding-inline-end: initial;
    }
}

@media (min-width: 1024px) {
    .top-menu-grid-vertical.compact .ut2-menu.ut2-v__menu .ut2-menu__submenu__carrier:not(.cascading).submenu-1st-has-side-banner {
        padding-inline-end: var(--menu-v-top-level-_width_-basic);
    }
}

@media (max-width: 1634px) {

    .ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):first-child,
    .bm-block-manager__block:first-child .ut2-menu.ut2-h__menu,
    [id^=snapping_id_]:first-child .ut2-menu.ut2-h__menu {
        margin-inline-start: calc((var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding)) * -1);
    }

    .ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):first-child .ut2-h__menu__in .ut2-menu__list,
    .bm-block-manager__block:first-child .ut2-menu.ut2-h__menu .ut2-h__menu__in .ut2-menu__list,
    [id^=snapping_id_]:first-child .ut2-menu.ut2-h__menu .ut2-h__menu__in .ut2-menu__list {
        padding-inline-start: calc(var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding));
        scroll-padding-inline-start: calc(var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding));
    }
}

@media (max-width: 1634px) {

    .ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):last-child,
    .bm-block-manager__block:last-child .ut2-menu.ut2-h__menu,
    [id^=snapping_id_]:last-child .ut2-menu.ut2-h__menu {
        margin-inline-end: calc((var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding)) * -1);
    }

    .ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):last-child .ut2-h__menu__in .ut2-menu__list,
    .bm-block-manager__block:last-child .ut2-menu.ut2-h__menu .ut2-h__menu__in .ut2-menu__list,
    [id^=snapping_id_]:last-child .ut2-menu.ut2-h__menu .ut2-h__menu__in .ut2-menu__list {
        padding-inline-end: calc(var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding));
        scroll-padding-inline-end: calc(var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding));
    }
}

.ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):last-child .ut2-menu__item:has(+ .hm-next-toggler),
.bm-block-manager__block:last-child .ut2-menu.ut2-h__menu .ut2-menu__item:has(+ .hm-next-toggler),
[id^=snapping_id_]:last-child .ut2-menu.ut2-h__menu .ut2-menu__item:has(+ .hm-next-toggler) {
    margin-inline-end: auto;
}

@media (max-width: 767px) {

    .ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):last-child .ut2-menu__item:has(+ .hm-next-toggler),
    .bm-block-manager__block:last-child .ut2-menu.ut2-h__menu .ut2-menu__item:has(+ .hm-next-toggler),
    [id^=snapping_id_]:last-child .ut2-menu.ut2-h__menu .ut2-menu__item:has(+ .hm-next-toggler) {
        margin-inline-end: initial;
    }
}

@media (max-width: 767px) {

    .ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):not(:last-child).ut2-m-slider,
    .bm-block-manager__block:not(:last-child) .ut2-menu.ut2-h__menu.ut2-m-slider,
    [id^=snapping_id_]:not(:last-child) .ut2-menu.ut2-h__menu.ut2-m-slider {
        padding-inline-end: var(--gap-xs);
    }
}

@media (max-width: 640px) {

    .ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):not(:last-child).ut2-m-slider,
    .bm-block-manager__block:not(:last-child) .ut2-menu.ut2-h__menu.ut2-m-slider,
    [id^=snapping_id_]:not(:last-child) .ut2-menu.ut2-h__menu.ut2-m-slider {
        padding-inline-end: var(--gap-xxs);
    }
}

.ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):not(:last-child):not(.ut2-m-slider),
.bm-block-manager__block:not(:last-child) .ut2-menu.ut2-h__menu:not(.ut2-m-slider),
[id^=snapping_id_]:not(:last-child) .ut2-menu.ut2-h__menu:not(.ut2-m-slider) {
    padding-inline-end: var(--gap-xs);
}

@media (max-width: 640px) {

    .ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):not(:last-child):not(.ut2-m-slider),
    .bm-block-manager__block:not(:last-child) .ut2-menu.ut2-h__menu:not(.ut2-m-slider),
    [id^=snapping_id_]:not(:last-child) .ut2-menu.ut2-h__menu:not(.ut2-m-slider) {
        padding-inline-end: var(--gap-xxs);
    }
}

.ut2-menu.ut2-h__menu:not(.bm-block-manager__block *):not([id^=snapping_id_] *):not(:first-child):not(:last-child) .ab-hm-first-level-section,
.bm-block-manager__block:not(:first-child):not(:last-child) .ut2-menu.ut2-h__menu .ab-hm-first-level-section,
[id^=snapping_id_]:not(:first-child):not(:last-child) .ut2-menu.ut2-h__menu .ab-hm-first-level-section {
    justify-content: center;
}

.ut2-menu.ut2-h__menu {
    --ut2-h-menu-dropdown-max-height: calc(100dvh - var(--js_rt__h-menu-popup-_top-clearance-to-window-edge, var(--header-height)) - var(--gap-m));
    overflow-x: clip;
    inline-size: calc(100% + (var(--fluid-container-_padding_one-side) - var(--ut2-header__block-_common-inline-padding)) * 2);
    min-inline-size: 0;
    flex-grow: 1;
}

.ut2-menu.ut2-h__menu .ut2-h__menu__in {
    inline-size: 100%;
}

.ut2-menu.ut2-h__menu .ut2-h__menu__burger {
    display: none;
}

.ut2-menu.ut2-h__menu .ut2-menu__list {
    inline-size: 100%;
    display: flex;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ut2-menu.ut2-h__menu.ut2-m-slider .ut2-menu__list {
        padding-block-start: 12px;
        margin-block-start: -12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: inline proximity;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ut2-menu.ut2-h__menu.ut2-m-slider .ut2-menu__list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

@media (max-width: 767px) and (max-width: 767px),
(max-width: 767px) and (max-width: 1023px) and (orientation: landscape) and (hover: none),
(max-width: 1023px) and (orientation: landscape) and (hover: none) and (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) and (max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ut2-menu.ut2-h__menu.ut2-m-slider .ut2-menu__list {
        padding-block-start: initial;
        margin-block-start: initial;
    }
}

.ut2-menu.ut2-h__menu:not(.ut2-m-slider) .ut2-menu__list {
    padding-block-start: 12px;
    margin-block-start: -12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: inline proximity;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ut2-menu.ut2-h__menu:not(.ut2-m-slider) .ut2-menu__list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ut2-menu.ut2-h__menu:not(.ut2-m-slider) .ut2-menu__list {
        padding-block-start: initial;
        margin-block-start: initial;
    }
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-section {
    inline-size: 100%;
    min-inline-size: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .ut2-menu.ut2-h__menu .ab-hm-first-level-section {
        display: contents;
    }
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-section.hidden {
    display: none;
}

@media (max-width: 767px) {
    .ut2-menu.ut2-h__menu .ab-hm-first-level-section.hidden {
        display: contents;
    }
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-section::before,
.ut2-menu.ut2-h__menu .ab-hm-first-level-section::after {
    content: none;
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-section~.ut2-menu__item {
    display: none;
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-toggler {
    font-size: calc(var(--link-font-size) - 3px);
    color: rgba(30, 30, 30, 0.7);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    block-size: 25px;
    max-inline-size: 50px;
    padding-block: 0;
    padding-inline: 6px;
    transition: color 150ms, background-color 150ms;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: var(--gap-xxs);
}

@media (hover: hover) {
    .ut2-menu.ut2-h__menu .ab-hm-first-level-toggler {
        cursor: pointer;
    }

    .ut2-menu.ut2-h__menu .ab-hm-first-level-toggler:hover {
        color: #1e1e1e;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .ut2-menu.ut2-h__menu .ab-hm-first-level-toggler:hover.hm-next-toggler::after {
        border-inline-start-color: #1e1e1e;
    }

    .ut2-menu.ut2-h__menu .ab-hm-first-level-toggler:hover.hm-prev-toggler::before {
        border-inline-end-color: #1e1e1e;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-h__menu .ab-hm-first-level-toggler {
        display: none;
    }
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-toggler.hm-next-toggler::after,
.ut2-menu.ut2-h__menu .ab-hm-first-level-toggler.hm-prev-toggler::before {
    content: '';
    transition: border-color 150ms, opacity 150ms;
    border-block: 6px solid transparent;
    margin-block-start: -1px;
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-toggler.hm-next-toggler {
    margin-inline-end: var(--ut2-header__block-_common-inline-padding);
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-toggler.hm-next-toggler: :after {
    border-inline-start: 6px solid rgba(30, 30, 30, 0.7);
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-toggler.hm-prev-toggler {
    margin-inline-start: var(--ut2-header__block-_common-inline-padding);
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-toggler.hm-prev-toggler: :before {
    border-inline-end: 6px solid rgba(30, 30, 30, 0.7);
}

.ut2-menu.ut2-h__menu .ab-hm-first-level-toggler.hm-prev-toggler+.ut2-menu__item {
    padding-inline-start: var(--ut2-header__block-_common-inline-padding);
}

@media (max-width: 767px) {
    .ut2-menu.ut2-h__menu .ab-hm-first-level-toggler.hm-prev-toggler+.ut2-menu__item {
        padding-inline-start: initial;
    }
}

.ut2-menu.ut2-h__menu .ut2-menu__item {
    scroll-snap-align: start;
    flex-shrink: 0;
}

@media (min-width: 768px) and (hover: hover) {
    .ut2-menu.ut2-h__menu .ut2-menu__item:hover .ut2-menu__link {
        color: #1e1e1e;
        background: #fff;
    }
}

.ut2-menu.ut2-h__menu .ut2-menu__item.js_open .ut2-menu__link .ut2-menu__link__in::before {
    content: '';
    background: #007cb9;
    border-radius: 2px;
    inline-size: 100%;
    height: 2px;
    position: absolute;
    inset-block-end: 0;
}

.ut2-menu.ut2-h__menu .ut2-menu__item:has(+ .hm-next-toggler) {
    padding-inline-end: var(--ut2-header__block-_common-inline-padding);
}

@media (max-width: 767px) {
    .ut2-menu.ut2-h__menu .ut2-menu__item:has(+ .hm-next-toggler) {
        padding-inline-end: initial;
    }
}

.ut2-menu.ut2-h__menu .ty-menu__item-toggle {
    display: none;
}

.ut2-menu.ut2-h__menu .ut2-menu__link {
    line-height: 1.1;
    color: #1e1e1e;
    padding-inline: var(--ut2-header__block-_common-inline-padding);
    position: initial;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ut2-menu.ut2-h__menu .ut2-menu__link {
        line-height: 1.2;
    }

    .ut2-menu.ut2-h__menu .ut2-menu__link .m-label {
        display: none;
    }
}

@media (min-width: 1367px) {
    body.desktop-screen .ut2-menu.ut2-h__menu .ut2-menu__link.item-1st-has-childs [class*=ut2-icon-] {
        display: block;
    }
}

@media (hover: none) {
    .ut2-menu.ut2-h__menu .ut2-menu__item.ty-menu-item__products {
        display: none;
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ut2-menu.ut2-h__menu .ut2-menu__item.ty-menu-item__products {
        display: none;
    }
}

.ut2-menu.ut2-h__menu .ut2-menu__link__in {
    position: relative;
    height: var(--ut2-header__2nd-row-_height-_2);
    display: flex;
    align-items: center;
}

.ut2-menu.ut2-h__menu .ut2-menu__link__in img.ut2-mwi-icon {
    max-block-size: 24px;
    max-inline-size: 24px;
    margin-inline-end: var(--gap-xs);
    flex-shrink: 0;
    mix-blend-mode: normal !important;
    filter: none !important;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ut2-menu.ut2-h__menu .ut2-menu__link__in img.ut2-mwi-icon {
        display: none;
    }
}

.ut2-menu.ut2-h__menu .ut2-menu__link__in .ut2-menu__link__text {
    max-block-size: 100%;
}

.ut2-menu.ut2-h__menu .ut2-menu__link__in [class*=ut2-icon-] {
    font-size: 14px;
    opacity: 0.6;
    margin-inline-start: 2px;
    display: none;
}

.ut2-menu.ut2-h__menu .ut2-menu__link__in .ut2-menu__link__name {
    white-space: nowrap;
}

.ut2-menu.ut2-h__menu.multi-line-1st-item .ut2-menu__link__in .ut2-menu__link__name {
    white-space: normal;
}

@media (min-width: 768px) and (hover: hover) {
    .ut2-menu.ut2-h__menu .ut2-menu__item.js_open>.ut2-menu__submenu {
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .ut2-menu.ut2-h__menu .ut2-menu__item.js_open>.ut2-menu__submenu::before {
        display: block;
    }

    .ut2-menu.ut2-h__menu .ut2-menu__item.js_open>.ut2-menu__submenu .ut2-menu__submenu__carrier {
        display: block;
    }
}

.ut2-menu.ut2-h__menu .ut2-menu__item>.ut2-menu__submenu {
    background: var(--fill-white);
    position: absolute;
    z-index: 998 !important;
    inset-block-start: 100% !important;
    margin-block-start: initial !important;
    inset-inline: 0;
}

@media (max-width: 767px),
(hover: none) {
    .ut2-menu.ut2-h__menu .ut2-menu__item>.ut2-menu__submenu {
        display: none;
    }
}

.ut2-menu.ut2-h__menu .ut2-menu__item>.ut2-menu__submenu::before {
    content: '';
    border-block-start: 1px solid var(--color-base5);
    block-size: 0;
    inline-size: 100%;
    position: absolute;
    z-index: 3;
    inset-block-start: 0;
    inset-inline: 0;
    display: none;
}

.ut2-menu.ut2-h__menu .ut2-menu__submenu__carrier {
    position: relative;
}

@media (min-width: 768px) {
    .ut2-menu.ut2-h__menu .ut2-menu__submenu__carrier {
        inline-size: calc(var(--fluid-container-_max-width_-calc));
        margin-inline: auto;
        max-inline-size: 100%;
    }
}

@media (max-width: 767px) {
    .ut2-menu.ut2-h__menu .ut2-menu__submenu__carrier {
        inline-size: 100%;
        max-inline-size: 100vw;
    }
}

.ut2-menu.ut2-h__menu .ut2-menu__submenu__carrier.cascading .ut2-menu__submenu__wrapper>.ut2-menu__more-cat-link {
    padding-inline-start: var(--gap-sm);
}

.ut2-menu.ut2-h__menu .ut2-menu__submenu__carrier.cascading .ut2-menu__2nd-item__header {
    padding-inline-start: var(--fluid-container-_padding_one-side);
}

.ut2-menu.ut2-h__menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__submenu__wrapper {
    padding-inline-start: var(--fluid-container-_padding_one-side);
}

.ut2-menu.ut2-h__menu .ut2-menu__submenu__carrier: not(.cascading) .ut2-menu__more-cat-link {
    margin-inline-start: calc(var(--gap-sm) * -1);
    padding-inline-start: var(--gap-sm);
}

.ut2-menu.ut2-h__menu .ut2-menu__submenu__wrapper {
    min-block-size: min(var(--ut2-horizontal-menu-block-height), var(--ut2-h-menu-dropdown-max-height));
    max-block-size: var(--ut2-h-menu-dropdown-max-height);
}

.ut2-menu.ut2-v__menu .ut2-menu__item:not(.ty-menu-item__products) .ut2-menu__link.active .ut2-menu__link__in::before {
    content: '';
    background: #f44336;
    block-size: 100%;
    inline-size: 3px;
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    border-start-end-radius: 3px;
    border-end-end-radius: 3px;
}

@media (max-width: 767px) {

    .ut2-menu .ut2-menu__2nd-item__header.active .ut2-menu__2nd-link,
    .ut2-menu .ut2-menu__2nd-item__header.active .ut2-menu__3rd-link,
    .ut2-menu .ut2-menu__3rd-item.active .ut2-menu__2nd-link,
    .ut2-menu .ut2-menu__3rd-item.active .ut2-menu__3rd-link {
        position: relative;
    }
}

@media (min-width: 768px) {

    .ut2-menu .ut2-menu__2nd-item__header.active .ut2-menu__2nd-link__text,
    .ut2-menu .ut2-menu__2nd-item__header.active .ut2-menu__3rd-link__text,
    .ut2-menu .ut2-menu__3rd-item.active .ut2-menu__2nd-link__text,
    .ut2-menu .ut2-menu__3rd-item.active .ut2-menu__3rd-link__text {
        margin-inline-start: calc(var(--gap-xs) * -1);
        padding-inline-start: var(--gap-xs);
        position: relative;
    }
}

.ut2-menu .ut2-menu__2nd-item__header.active .ut2-menu__2nd-link__text::before,
.ut2-menu .ut2-menu__2nd-item__header.active .ut2-menu__3rd-link__text::before,
.ut2-menu .ut2-menu__3rd-item.active .ut2-menu__2nd-link__text::before,
.ut2-menu .ut2-menu__3rd-item.active .ut2-menu__3rd-link__text::before {
    content: '';
    position: absolute;
    background: #f44336;
    border-radius: 50%;
    inline-size: 5px;
    block-size: 5px;
    inset-block-start: calc(var(--link-font-size) * 1.2 / 2);
    transform: translateY(-50%);
    inset-inline-start: 0;
}

@media (max-width: 767px) {

    .ut2-menu .ut2-menu__2nd-item__header.active .ut2-menu__2nd-link__text::before,
    .ut2-menu .ut2-menu__3rd-item.active .ut2-menu__2nd-link__text::before {
        inline-size: 3px;
        block-size: 100%;
        inset-block-start: 0;
        transform: initial;
        inset-inline-start: 0;
        border-radius: 0 3px 3px 0;
    }
}

@media (max-width: 767px) {

    .ut2-menu .ut2-menu__2nd-item__header.active .ut2-menu__3rd-link__text::before,
    .ut2-menu .ut2-menu__3rd-item.active .ut2-menu__3rd-link__text::before {
        inset-inline-start: var(--gap-s);
    }
}

@media (min-width: 768px) {
    .ut2-menu .ut2-menu__submenu__carrier:not(.cascading) .ut2-menu__2nd-item:has(.ut2-menu__3rd-item.active) .ut2-menu__2nd-item__header.active .ut2-menu__2nd-link__text::before {
        background: rgba(244, 67, 54, 0.5);
    }
}

.m-label {
    font-size: 8px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: white;
    background-color: var(--color-base30);
    border: 1px solid var(--color-base30);
    border-radius: calc(var(--border-radius) * 1.6);
    block-size: 16px;
    max-inline-size: 100%;
    min-inline-size: 22px;
    overflow-x: clip;
    margin-block-start: -2px;
    padding-inline: 4px;
    flex-shrink: 0;
    display: inline-flex;
    vertical-align: middle;
    align-content: center;
    align-items: center;
}

.ut2-slw .m-label {
    margin-inline-start: var(--gap-xxs);
}

body: not(.desktop-screen) .ut2-slw .m-label {
    margin-block-start: 2px;
}

body:not(.desktop-screen) .ut2-lfl>p .m-label,
body:not(.desktop-screen) .ut2-lfl>a>p .m-label {
    margin-block-start: 2px;
    margin-inline-start: var(--gap-xxs);
}

.ut2-h__menu .ut2-menu__link .m-label {
    position: absolute;
    z-index: 1;
    inset-block-start: -9px;
    inset-inline-end: 0;
}

.ut2-h__menu .ut2-menu__link .m-label .arrow {
    position: absolute;
    inset-block-end: calc(var(--gap-xxs) * -1);
    inset-inline-start: var(--gap-xs);
    inline-size: 0;
    block-size: 0;
    border-style: solid;
    border-block-width: 5px 0;
    border-inline-width: 0 7px;
}

.ut2-v__menu .ut2-menu__link__name:has(+ .m-label),
.ut2-menu__2nd-link__name:has(+ .m-label),
.ut2-menu__3rd-link__name:has(+ .m-label) {
    margin-inline-end: var(--gap-xxs);
}

.ut2-mwi-html {
    inline-size: var(--menu-imgw);
    block-size: 100%;
    overflow: clip;
    position: absolute;
    inset-block: 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .ut2-mwi-html {
        display: none;
    }
}

.compact .ut2-mwi-html {
    inline-size: var(--menu-v-top-level-_width_-basic);
}

.ut2-mwi-html.right_top,
.ut2-mwi-html.right_bottom {
    border-inline-start: 1px solid var(--color-base5);
    padding-block: var(--gap-s);
    padding-inline: var(--gap-s);
    inset-inline-end: 0;
}

@media (max-width: 1200px) {

    .ut2-v__menu .submenu-2nd-has-side-banner .ut2-mwi-html.right_top,
    .ut2-v__menu .submenu-2nd-has-side-banner .ut2-mwi-html.right_bottom {
        display: none;
    }
}

@media (max-width: 1023px) {

    .ut2-mwi-html.right_top,
    .ut2-mwi-html.right_bottom {
        display: none;
    }
}

.ut2-mwi-html.right_top {
    justify-content: flex-start;
}

.ut2-mwi-html.right_bottom {
    justify-content: flex-end;
}

.ut2-mwi-html.bottom {
    inline-size: 100%;
    justify-content: flex-end;
}

.ut2-mwi-html__in>* {
    padding: initial;
    margin: initial;
}

.ut2-mwi-html__in img,
.ut2-mwi-html__in iframe,
.ut2-mwi-html__in video,
.ut2-mwi-html__in object {
    max-width: 100% !important;
    height: initial !important;
}

@media (min-width: 768px) and (hover: hover) {

    .ut2-v__menu .ut2-menu__item::after,
    .cascading .ut2-menu__2nd-item::after {
        content: "";
        inline-size: 17px;
        block-size: 100%;
        position: absolute;
        inset-inline-start: calc(var(--js_rt__menu-v-top-level-_width, var(--menu-v-top-level-_width_-basic)) - 17px);
        inset-inline-end: 0;
        inset-block-start: 0;
        display: none;
    }

    .ut2-v__menu .ut2-menu__item:hover::after,
    .cascading .ut2-menu__2nd-item:hover::after {
        display: block;
    }

    .ut2-v__menu .ut2-menu__item:not(:has(.ut2-menu__submenu))::after,
    .cascading .ut2-menu__2nd-item:not(:has(.ut2-menu__2nd-submenu))::after {
        display: none !important;
    }
}

@media (max-width: 767px) {

    .span16>.ut2-menu-opener,
    .span16>.hidden-desktop>.ut2-menu-opener {
        width: 100%;
    }
}

@media (min-width: 481px) {
    :root {
        --grid-col-min-width: 212px;
    }
}

@media (max-width: 480px) {
    :root {
        --grid-col-min-width: calc(50% - var(--gap-inline));
    }
}

@media (max-width: 320px) {
    :root {
        --grid-col-min-width: 100%;
    }
}

div:not(.ut2-block-loader) .owl-carousel:not(.owl-theme):not(.owl-more-theme):not([class*="loaded"]):not(.ty-thumbs-wrapper):not(.banners).ty-scroller-list {
    overflow: hidden;
    margin-inline: 0;
    gap: var(--gap);
    transition: opacity 500ms;
}

div:not(.ut2-block-loader) .owl-carousel:not(.owl-theme):not(.owl-more-theme):not([class*="loaded"]):not(.ty-thumbs-wrapper):not(.banners).ty-scroller-list>div {
    display: none;
}

div:not(.ut2-block-loader) .owl-carousel:not(.owl-theme):not(.owl-more-theme):not([class*="loaded"]):not(.ty-thumbs-wrapper):not(.banners).ty-scroller-list:has(.owl-wrapper-outer)>div {
    display: flex;
}

@media (max-width: 576px) {
    div:not(.ut2-block-loader) .owl-carousel:not(.owl-theme):not(.owl-more-theme):not([class*="loaded"]):not(.ty-thumbs-wrapper):not(.banners).ty-scroller-list.grid-list>div {
        min-width: min(var(--grid-col-min-width), calc(50% - var(--gap-half)));
    }
}

.grid-list:not(.ab-scroller-pd) {
    min-height: min(calc(var(--gl-item-default-height) * 1px), var(--gl-item-height) * 1px);
}

.grid-list .ut2-gl__wrap,
.grid-list>div[id*="pagination"]:not(.ut2-load-more-container),
.grid-list.ut2-wl__grid .ut2-gl {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-col-min-width), calc(100% / var(--gl-cols))), 1fr));
    grid-auto-rows: 1fr;
}

.grid-list:not(.ut2-load-more-wrap) [class*="ty-column"]:empty {
    display: none;
}

.grid-list [class*="ty-column"] {
    flex: 1 0 auto;
    width: 100%;
    min-width: var(--grid-col-min-width);
    margin: 0;
    padding: 0;
}

.grid-list [class*="ty-column"].category-banner {
    max-width: calc(var(--gl-item-width) * 1px);
    max-height: calc(var(--gl-item-default-height) * 1px);
}

.grid-list.ty-grid-vendors [class*="ty-column"] {
    width: fit-content;
}

.grid-list.owl-carousel:not(.owl-theme) {
    visibility: hidden;
}

.grid-list.owl-carousel .owl-item {
    z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
    .grid-list.owl-carousel .owl-item:hover {
        z-index: 2;
        position: relative;
    }
}

.grid-list.owl-carousel .owl-item .ut2-gl__item {
    min-width: auto;
}

@media (hover: hover) and (pointer: fine) {

    .grid-list.owl-carousel .owl-item .ut2-gl__item:hover>form,
    .grid-list.owl-carousel .owl-item .ut2-gl__item:hover .ut2-gl__body {
        min-height: 100%;
    }
}

@media (hover: hover) and (pointer: fine) {
    .grid-list.owl-carousel .ut2-gl__item:hover .ut2-gl__name .product-title {
        -webkit-line-clamp: var(--gl-lines-in-name-product);
    }
}

@media (max-width: 1023px) {
    .grid-list:not(.owl-more-theme) .owl-controls {
        max-width: 100vw;
        overflow: hidden;
    }
}

.grid-list.owl-theme>div .owl-item:not(.active) {
    opacity: 0;
    transition: opacity 1000ms;
}

.grid-list.ut2-wl__grid .ut2-w-c-q__buttons .ut2-add-to-wish.ty-remove {
    height: var(--min-height-button);
    visibility: visible;
    opacity: 1;
}

.grid-list.ut2-wl__grid .ut2-w-c-q__buttons .ut2-add-to-wish.ty-remove span.ty-icon {
    font-size: 24px;
    line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
    .grid-list.ut2-wl__grid .ut2-w-c-q__buttons .ut2-add-to-wish.ty-remove:hover span {
        color: #f44336;
    }
}

.grid-list .ab__qobp_product {
    display: none;
}

.grid-list .ty-product-empty__text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    line-height: normal;
}

.grid-list .brand-img {
    position: absolute;
    inset-block-end: var(--gap-sm);
    inset-inline-end: var(--gap-xs);
    max-inline-size: 80px;
}

.grid-list .brand-img .ty-pict {
    display: block;
}

.ut2-gl {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: calc(var(--gl-item-height) * 1px);
}

.ut2-gl__item {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-width: var(--grid-col-min-width);
}

.ut2-gl__item>form,
.ut2-gl__item .ut2-gl__body {
    min-height: 100%;
    width: 100%;
}

.ut2-gl__item:not(.content-on-hover) {
    min-height: calc(var(--gl-item-height) * 1px);
}

.ut2-gl__item:not(.content-on-hover) .ut2-gl__content {
    flex-grow: 1;
}

.ut2-gl__item:not(.content-on-hover) .ut2-gl__bottom {
    display: block;
}

.ut2-gl__item:not(.content-on-hover) .ut2-gl__bottom .ut2-product-description:empty {
    margin-bottom: 0;
}

.ut2-gl__item:not(.content-on-hover) .ut2-gl__bottom .ut2-product-description:not(:empty) {
    padding: 0;
}

.ut2-gl__item:not(.content-on-hover) .ut2-features-list {
    min-height: var(--gl-features-height);
}

@media (hover: none) {
    .ut2-gl__item:not(.content-on-hover) .ut2-features-list>div {
        overflow-y: hidden;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ut2-gl__item:not(.content-on-hover) .ut2-features-list>div::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

@media (hover: none) {
    .ut2-gl__item:not(.content-on-hover) .ut2-features-list .ty-control-group {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .ut2-gl__item:not(.content-on-hover) .ut2-features-list .ty-control-group:before {
        content: none;
    }

    .ut2-gl__item:not(.content-on-hover) .ut2-features-list .ty-control-group>span {
        width: auto;
    }
}

.ut2-gl__item:not(.content-on-hover) .ut2-features-list .ty-control-group:after {
    opacity: .5;
}

@media (hover: hover) and (pointer: fine) {
    .ut2-gl__item:not(.content-on-hover) .ut2-features-list .ty-control-group>span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.ut2-gl__item:not(.content-on-hover) .ut2-lv__item-features {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
    .ut2-gl__item:not(.content-on-hover) .ut2-lv__item-features:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        width: 20px;
        height: 100%;
        background-image: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    }
}

.ut2-gl__item:not(.content-on-hover) .ut2-lv__features-item:not(.lv-hover-items) {
    padding: 1px;
    margin: -1px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ut2-gl__item:not(.content-on-hover) .ut2-lv__features-item:not(.lv-hover-items)::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ut2-gl__item:not(.content-on-hover) .ut2-lv__features-variant {
    flex-shrink: 0;
}

.ut2-gl__body {
    display: flex;
    flex-flow: column;
    min-height: 100%;
    border-radius: calc(var(--border-radius-box) * 1.2);
}

@media (hover: hover) and (pointer: fine) {
    .ut2-gl__body:hover {
        background: var(--color-general);
    }
}

.ut2-gl__body.ut2-add-buttons {
    padding-bottom: var(--min-height-button);
}

.ut2-gl__image {
    --gl-thumb-ratio: calc(var(--gl-thumbs-width) / var(--gl-thumbs-height));
    border-radius: var(--border-radius-decreased);
    background: #fff;
    flex: 0 0 auto;
    position: relative;
    inline-size: 100%;
    overflow: clip;
}

.ut2-gl__image>a,
.ut2-gl__image .cm-item-gallery>a {
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
    flex: 1;
    display: grid !important;
    place-items: center;
    inline-size: 100%;
    aspect-ratio: var(--gl-thumb-ratio);
    max-block-size: calc(var(--gl-thumbs-height) * 1px);
}

.ut2-gl__image>a img.ty-pict:not(.ab-vg-video-icon),
.ut2-gl__image .cm-item-gallery>a img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ut2-gl__image>a .ty-pict.cm-image,
.ut2-gl__image .cm-item-gallery>a .ty-pict.cm-image {
    max-block-size: 100%;
    inline-size: auto;
    max-inline-size: 100%;
    block-size: auto;
    object-fit: contain;
    object-position: center;
}

.ut2-gl__image>*:not(a, .ut2-gl__image img, .ut2-gl__image .ty-thumbs-wrapper) {
    margin: 1px;
}

.ut2-gl__image>.ty-scroller {
    width: calc((var(--gl-item-width) * 1px) - var(--gap));
}

@media (hover: hover) and (pointer: fine) {
    .ut2-gl__image .cm-ab-hover-gallery {
        pointer-events: none;
    }

    .ut2-gl__image:hover .cm-ab-hover-gallery {
        animation: 0s linear 0.1s forwards show_delay;
        -webkit-animation: 0s linear 0.1s forwards show_delay;
    }
}

.ut2-gl__image+.ut2-gl__price {
    justify-content: center;
    flex-grow: 0;
}

.ut2-gl__image+.ut2-gl__content {
    margin-block-start: var(--gap-xs);
}

.ut2-gl__content {
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
}

.content-on-hover .ut2-gl__content {
    flex-grow: 1;
    flex-basis: calc(var(--gl-item-content-height) * 1px);
}

.ut2-gl__content .ut2-gl__mix-price-and-button {
    align-items: flex-end;
}

.ut2-gl__content>div {
    white-space: normal;
}

.ut2-gl__content>div.ut2-gl__price-wrap:not(:empty) {
    display: flex;
    flex-direction: column;
    column-gap: var(--gap-xs);
    row-gap: var(--gap-xxs);
    flex: 1 0 auto;
    margin-top: var(--gap-xxs);
    justify-content: flex-end;
}

.ut2-gl__content.button-off .ut2-gl__price,
.ut2-gl__content.button-off .ut2-gl__mix-price-and-button {
    padding-bottom: 0;
}

.ut2-gl__name {
    min-width: 100%;
    text-align: left;
    margin-bottom: var(--gap-xxs);
}

.ut2-gl__name .product-title {
    color: var(--color-font);
    font-size: var(--font-size-normal);
    word-wrap: break-word;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-line-clamp: var(--gl-lines-in-name-product);
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    color: #1e1e1e;
}

.ut2-gl__rating .ty-stars {
    margin-right: 0;
}

.ut2-gl__amount {
    min-height: 20px;
    align-content: center;
}

.ut2-gl__amount .ty-control-group {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ut2-gl__price {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: var(--min-height-button);
    min-width: 0;
    column-gap: var(--gap-xs);
}

.ut2-gl__price .ty-price-update {
    max-width: 100%;
}

.ut2-gl__price div.ty-price-per-unit.price-wrap {
    display: none;
}

.ut2-gl__price .ty-price-curency-input {
    margin-bottom: initial;
}

.ut2-gl__control {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    height: var(--min-height-button);
}

body.mobile-screen .ut2-gl__control.ut2-view-qty {
    inline-size: 100%;
    justify-content: space-between;
}

body.mobile-screen .ut2-gl__control.ut2-view-qty [id^="qty_update"] {
    flex-grow: 1;
}

body.mobile-screen .ut2-gl__control.ut2-view-qty .ty-value-changer {
    width: 100%;
}

.ut2-gl__control.ut2-view-qty>div[id^="add_to_cart"] {
    max-width: calc(100% - 90px);
    min-width: var(--min-height-button);
}

.ut2-gl__control .ty-qty,
.ut2-gl__control .quantity {
    margin-right: var(--gap-xs);
}

.ut2-gl__control .ty-qty .ty-value-changer,
.ut2-gl__control .quantity .ty-value-changer {
    max-height: var(--min-height-button);
}

.ut2-gl__control .button-container {
    width: 100%;
}

.ut2-gl__control .button-container>div {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .ut2-gl__control .button-container button[disabled]>span>span {
        display: none;
    }
}

.ut2-gl__control.hidden {
    display: none;
}

.ut2-gl__mix-price-and-button {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: var(--gap-xs);
}

.ut2-gl__mix-price-and-button:not(.qty-wrap) {
    flex-wrap: nowrap;
}

@media (hover: none) {
    .ut2-gl__mix-price-and-button.qty-wrap {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1;
    }

    .ut2-gl__mix-price-and-button.qty-wrap .ty-qty .ty-value-changer,
    .ut2-gl__mix-price-and-button.qty-wrap .quantity .ty-value-changer {
        background: var(--fill-gray);
    }
}

body:not(.desktop-screen) .ut2-gl__price-wrap .ut2-gl__mix-price-and-button.qty-wrap {
    row-gap: var(--gap-xxs);
}

@media (min-width: 1025px) {
    .ut2-gl__mix-price-and-button .ut2-view-qty.icon .ty-qty {
        right: calc(var(--gap-sm) * -1);
        padding-right: 45px;
    }
}

.ut2-gl__mix-price-and-button .ut2-gl__control:hover {
    position: relative;
}

.ut2-gl__mix-price-and-button .ut2-gl__control:hover .ty-qty {
    visibility: visible;
    opacity: 1;
}

.ut2-gl__mix-price-and-button .ut2-gl__control:hover a+input.ty-value-changer__input,
.ut2-gl__mix-price-and-button .ut2-gl__control:hover .quantity a+input.ty-value-changer__input {
    color: var(--color-font);
}

.ut2-gl__image+.ut2-gl__mix-price-and-button {
    flex: 0;
}

.ut2-gl__bottom {
    display: none;
    width: 100%;
}

.ut2-gl__bottom>div:not(:empty):has(> *) {
    margin-top: var(--gap-xs);
}

.ut2-gl__bottom .ut2-product-description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-block-start: var(--gap-xs);
    max-height: calc((var(--font-size-small) * 1.8) * 3);
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    color: var(--color-font-lighten);
    font-size: var(--font-size-small);
    line-height: 1.4;
}

.ut2-gl__bottom .ut2-product-description *:not(:last-child) {
    padding-bottom: 6px;
}

@media (hover: hover) and (pointer: fine) {
    .ut2-gl__item:hover .ut2-gl__name .product-title {
        color: #111;
    }

    .ut2-gl__item:hover .ut2-gl__price div.ty-price-per-unit.price-wrap {
        display: block;
        padding-top: var(--gap-xxs);
    }

    .ut2-gl__item:hover .brand-img {
        display: none;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 577px) {
    .ut2-gl__item:hover .ut2-gl__name .product-title {
        overflow: visible;
        max-height: inherit;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 577px) {
    .ut2-gl__item:hover .ut2-gl__content .ut2-features-list .ty-control-group {
        max-height: inherit;
    }

    .ut2-gl__item:hover .ut2-gl__content .ut2-features-list .ty-control-group>span {
        white-space: normal;
        overflow: visible;
        height: auto;
    }

    .ut2-gl__item:hover .ut2-gl__content .ut2-features-list .ty-control-group>span:last-child em {
        white-space: normal;
    }

    .ut2-gl__item:hover .ut2-gl__content .ut2-lv__item-features {
        max-height: none;
        overflow: visible;
    }

    .ut2-gl__item:hover .ut2-gl__content .ut2-lv__item-features:after {
        display: none;
    }

    .ut2-gl__item:hover .ut2-gl__content .ut2-lv__features-item {
        max-height: none;
        overflow: visible;
        flex-wrap: wrap;
    }

    .ut2-gl__item:hover .ut2-gl__content .ut2-product-description,
    .ut2-gl__item:hover .ut2-gl__bottom .ut2-product-description {
        -webkit-line-clamp: inherit;
        overflow: visible;
        max-height: 100%;
    }

    .ut2-gl__item:hover .ut2-gl__bottom {
        display: block;
    }

    .ut2-gl__item:hover .ut2-gl__control {
        position: relative;
    }

    .ut2-gl__item:hover .ut2-gl__control.hidden {
        display: flex;
    }
}

.touchevents .ut2-gl__mix-price-and-button .ty-qty {
    margin-left: 0;
}

.touchevents .ut2-gl__mix-price-and-button .ty-qty .ty-value-changer {
    justify-content: center;
}

.ut2-scroll-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    position: relative;
    direction: ltr;
}

.ut2-scroll-container.multiple {
    max-width: unset;
    width: calc(100% + var(--gap-l));
    margin-inline: calc(var(--gap) * -1);
    padding-inline: var(--gap) !important;
    padding-block: 0 !important;
}

.ut2-scroll-content {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    direction: ltr;
    gap: 0 !important;
    position: relative;
}

@media (hover: none) {
    .ut2-scroll-content::-webkit-scrollbar {
        display: none;
    }
}

.ut2-scroll-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ut2-scroll-item:not(:last-child) {
    margin-right: var(--gap-xs);
}

@media (hover: hover) and (pointer: fine) {

    .ut2-scroll-item .ut2-gl__item:hover .ut2-gl__body,
    .ut2-scroll-item .ut2-gl__item:hover>form {
        min-height: 100%;
    }
}

.ut2-scroll-item .ut2-gl__body {
    position: unset !important;
    inset: unset !important;
    width: unset !important;
}

.ut2-scroll-item .ut2-gl__name .product-title {
    -webkit-line-clamp: var(--gl-lines-in-name-product) !important;
}

.ut2-scroll-left,
.ut2-scroll-right {
    display: none;
    position: absolute;
    padding: 0;
    border: 0;
    background: transparent;
    outline: 0 none;
    z-index: 3;
}

.ut2-scroll-left>span,
.ut2-scroll-right>span {
    transition: color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--min-height-button);
    width: var(--min-height-button);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    color: var(--color-font);
    opacity: 1;
    border-radius: 100%;
    transition: color 150ms, background-color 150ms, box-shadow 150ms;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.ut2-scroll-left>span:hover,
.ut2-scroll-left>span:focus,
.ut2-scroll-left>span:active,
.ut2-scroll-right>span:hover,
.ut2-scroll-right>span:focus,
.ut2-scroll-right>span:active {
    color: var(--color-links);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.2);
    background: var(--color-general);
}

.fill--color .ut2-scroll-left>span,
.fill--color .ut2-scroll-right>span {
    box-shadow: inset 0 0 0 1px #fff, 0 2px 3px rgba(0, 0, 0, 0.1);
}

.ut2-scroll-left {
    left: 0;
}

.ut2-scroll-right {
    right: 0;
}

.owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) {
    max-width: unset;
    width: calc(100% + var(--gap));
    margin-inline: calc(var(--gap-half) * -1);
}

.owl-carousel: not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) .owl-wrapper-outer {
    width: calc(100% + var(--gap));
    margin-inline: calc(var(--gap-half) * -1);
    padding-inline: var(--gap-half);
}

.owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) .owl-controls:not(.owl-controls-outside) .owl-prev {
    left: -5px;
}

.owl-carousel:not(.ty-thumbs-wrapper).ty-scroller-list:not(.grid-list) .owl-controls:not(.owl-controls-outside) .owl-next {
    right: -5px;
}

.grid-list:not(.ab-scroller-pd) {
    width: calc(100% + var(--gap));
    max-width: calc(100% + (var(--gap) * 2));
    margin-inline: calc(var(--gap-half) * -1);
    padding-inline: unset;
}

@media (max-width: 1400px) {
    .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) {
        margin-inline: calc(var(--gap-half) * -1);
    }

    .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .owl-wrapper-outer,
    .grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .ut2-gl__simple-scroller-wrap {
        max-width: unset;
        width: calc(100% + var(--gap-l));
        margin-inline: calc(var(--gap-half) * -1);
        padding-inline: var(--gap-half);
    }
}

.grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-prev {
    left: -5px;
}

.grid-list:not(.ab-scroller-pd)[class*="scroll"]:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-next {
    right: -5px;
}

.grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller [class*="ty-column"] {
    width: calc(100% / var(--gl-cols));
}

@media (min-width: 577px) {
    .grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller [class*="ty-column"] {
        max-width: calc(100% / var(--gl-cols));
    }
}

.grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller .ut2-scroll-left {
    left: -5px;
}

.grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller .ut2-scroll-right {
    right: -5px;
}

.grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller:has(.ut2-scroll-item:only-child) .ut2-scroll-content {
    overflow: hidden;
}

.grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller:has(.ut2-scroll-item:only-child) .ut2-scroll-left,
.grid-list:not(.ab-scroller-pd).ut2-gl__simple-scroller:has(.ut2-scroll-item:only-child) .ut2-scroll-right {
    visibility: hidden;
}

.grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap::-webkit-scrollbar-track {
    margin-inline: var(--gap-half);
}

@media (max-width: 1400px) {
    .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap::-webkit-scrollbar-track {
        margin-inline: var(--gap);
    }
}

@media (hover: hover) and (pointer: fine) {
    .grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap {
        padding-bottom: var(--gap-xs);
    }
}

.grid-list:not(.ab-scroller-pd) .ut2-gl__simple-scroller-wrap .ut2-scroll-item:not(:last-child) {
    margin-right: 0;
}

.ut2-gl__body {
    padding: var(--gap-half) var(--gap-half) var(--gap);
}

@media (max-width: 576px) {
    .ty-product-labels__item {
        margin: var(--gap-xxs);
    }
}



.ut2-load-more-wrap {
    margin-inline: calc(var(--gap-half) * -1);
}

@media (hover: hover) {

    [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    [class*="grid-list"]>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    .grid-list>[id]>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body,
    .ut2-gl__wrap>[class*="column"]>.ut2-gl__item.content-on-hover:hover .ut2-gl__body {
        height: fit-content;
    }

    [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    [class*="grid-list"]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .grid-list>[id]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-gl__wrap>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body {
        position: absolute;
        width: 100%;
        background: var(--color-general);
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, 0.25);
        z-index: 2;
    }
}

@media (hover: hover) and (min-width: 1023px) {

    [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    [class*="grid-list"]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .grid-list>[id]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body,
    .ut2-gl__wrap>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body {
        min-height: calc((var(--gl-item-height) + 10) * 1px);
        margin: calc(var(--gap-half) * -1);
        padding: var(--gap-s);
        width: -moz-available;
        width: -webkit-fill-available;
    }

    [class*="grid-list"].ut2-gl>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    [class*="grid-list"]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    .grid-list>[id]>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item),
    .ut2-gl__wrap>[class*="column"]>.ut2-gl__item:hover .ut2-gl__body:has(.ut2-lv__features-item) {
        min-height: calc((var(--gl-item-height) + 10) * 1px);
    }
}

.ut2-load-more-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-col-min-width), calc(100% / var(--gl-cols) - var(--gap-half))), 1fr));
    grid-auto-rows: 1fr;
    padding-block-end: calc(var(--height-button) + var(--gap-xs));
}

.ut2-load-more-wrap: not(:has([id^="ut2_load_more_block"])) {
    padding-block-end: 0;
}

div[id^="ut2_load_more_block"] {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    block-size: var(--height-button);
}

.grid-list__load-more {
    display: contents;
}

.grid-list__load-more>[class*="ty-column"] {
    width: 100%;
}

.grid-list__load-more>[class*="ty-column"]:empty {
    display: none;
}

.grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+9) {
    display: none;
}

.grid-list__load-more:not(.view)>[class*="ty-column"]:nth-child(n+8) {
    display: none;
}

.grid-list__load-more:not(.view):first-of-type {
    display: flex;
}

.grid-list__load-more:not(.view) .ut2-gl__item {
    min-width: auto;
}

@media (hover: hover) and (pointer: fine) {

    .grid-list__load-more:not(.view) .ut2-gl__item.content-on-hover:hover>form,
    .grid-list__load-more:not(.view) .ut2-gl__item.content-on-hover:hover .ut2-gl__body {
        min-height: 100%;
    }

    .grid-list__load-more:not(.view) .ut2-gl__item.content-on-hover:hover .ut2-gl__name a {
        -webkit-line-clamp: var(--gl-lines-in-name-product);
    }

    .grid-list__load-more:not(.view) .ut2-gl__item.content-on-hover:hover .ut2-gl__price div.ty-price-per-unit.price-wrap {
        display: none;
    }
}

.ty-wysiwyg-content .grid-list__load-more:not(.view) {
    margin: 0;
    width: 100%;
    margin-block-end: var(--gap);
}

.load-more-btn,
.load-more-btn: hover {
    display: flex;
    margin: 0 auto;
    clear: both;
    z-index: 1;
}

.load-more-btn.hidden,
.load-more-btn:hover.hidden {
    -webkit-animation: fade_out .1s forwards cubic-bezier(.4, 0, .2, 1);
    animation: fade_out .1s forwards cubic-bezier(.4, 0, .2, 1);
}

.ty-product-list {
    flex: 1 100%;
    margin-bottom: -1px;
    border-top: solid 1px var(--color-base);
    border-bottom: solid 1px var(--color-base);
    padding: var(--gap-m) 0;
}

.ty-product-list .ut2-lv__features-item:has(.ut2-lv__color-variant[style*="hidden"]) {
    display: none;
}

.ty-product-list .ut2-lv__color-variant:empty {
    display: none;
}

@media (max-width: 1024px) {
    .ty-product-list .ut2-pl__info {
        padding-right: 0;
        border-right: 0;
        width: 100%;
    }

    .ty-product-list .ut2-pl__control {
        min-width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .ty-product-list .ut2-pl__content {
        width: 100%;
    }

    .ty-product-list .ut2-pl__image {
        margin-right: 0;
        min-width: 100%;
        text-align: center;
    }
}

.ut2-pl__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xs) var(--gap-sm);
}

.ut2-pl__wrap:not(.mobile-screen) .ut2-pl__wrap {
    gap: var(--gap-s);
}

.ut2-pl__image {
    position: relative;
    width: var(--pl-thumbs-width);
    max-height: var(--pl-thumbs-height);
    max-width: min(40%, var(--pl-thumbs-width));
    border-radius: var(--border-radius-decreased);
    overflow: hidden;
}

.ut2-pl__image>a,
.ut2-pl__image .cm-item-gallery>a,
.ut2-pl__image .ut2-image-reload>a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ut2-pl__image>a img.ty-pict:not(.ab-vg-video-icon),
.ut2-pl__image .cm-item-gallery>a img.ty-pict:not(.ab-vg-video-icon),
.ut2-pl__image .ut2-image-reload>a img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ut2-pl__image .ty-thumbs-wrapper {
    max-height: var(--pl-thumbs-height);
}

.ut2-pl__content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-s);
}

.ut2-pl__content .ty-control-group {
    margin-bottom: 0;
}

.ut2-pl__info {
    display: flex;
    flex-flow: column;
    flex: 1 0 240px;
    padding-right: var(--gap-s);
    margin-right: -1px;
    border-right: 1px solid var(--color-base);
    gap: var(--gap-xs);
}

.ut2-pl__control {
    display: inline-flex;
    flex-direction: column;
    width: 280px;
    gap: var(--gap-xs);
}

.ut2-pl__control select {
    width: 100%;
}

.ut2-pl__control .ty-product-options__item:not(:last-child) {
    margin-bottom: var(--gap-xs);
}

.ut2-pl__info__head-group {
    display: flex;
    column-gap: var(--gap-xs);
}

.ut2-pl__info__head-group__main {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xxs);
}

.ut2-pl__info__head-group__aside {
    max-inline-size: 30%;
    min-inline-size: 60px;
}

.ut2-pl__item-name {
    width: 100%;
}

.ut2-pl__item-name .product-title {
    display: block;
}

.ut2-pl__item-name .product-title .brand-name {
    font-size: var(--font-size-medium);
    font-weight: normal;
    color: var(--color-font-lighten);
    margin-block-end: var(--gap-xxs);
}

.ut2-pl__item-name>a {
    color: var(--color-font);
    font-size: var(--font-size-large);
    font-weight: bold;
}

.ut2-pl__item-name>a:hover {
    color: var(--color-links);
}

.ut2-pl__item-name .brand-img {
    position: absolute;
    top: 1px;
    right: 0;
    flex-shrink: 0;
}

.ut2-pl__extra-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    column-gap: var(--gap-xs);
}

.ut2-pl__extra-block::before,
.ut2-pl__extra-block::after {
    content: initial;
}

.ut2-pl__description {
    line-height: 1.4;
}

.ut2-pl__qty-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--gap-xs);
    row-gap: var(--gap-xxs);
}

.ut2-pl__qty-wrap .ty-qty,
.ut2-pl__qty-wrap .quantity {
    margin: initial;
}

.ut2-pl__qty-wrap .ty-qty .ty-value-changer,
.ut2-pl__qty-wrap .ty-qty .ty-value-changer__input,
.ut2-pl__qty-wrap .ty-qty .ty-value-changer a[class*="changer"],
.ut2-pl__qty-wrap .quantity .ty-value-changer,
.ut2-pl__qty-wrap .quantity .ty-value-changer__input,
.ut2-pl__qty-wrap .quantity .ty-value-changer a[class*="changer"] {
    height: var(--min-height-button);
}

.ut2-pl__qty-wrap .ty-control-group__label {
    display: none;
}

.ut2-pl__qty-wrap .ty-min-qty-description {
    padding: initial;
    order: 1;
    flex-basis: 100%;
}

@media (min-width: 1280px) {

    .ty-compact-list.show-two-columns>[id*="pagination"],
    .ty-compact-list.show-two-columns:not(:has([id*="pagination"])) {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(max(300px, calc(33.333333% - var(--gap))), 1fr));
        width: 100%;
    }

    .ty-pagination-container .ty-compact-list.show-two-columns>[id*="pagination"],
    .ty-pagination-container .ty-compact-list.show-two-columns:not(:has([id*="pagination"])) {
        grid-template-columns: repeat(auto-fit, minmax(max(300px, calc(50% - var(--gap))), 1fr));
    }
}

.ty-compact-list.show-two-columns>[id*="pagination"]:only-child,
.ty-compact-list.show-two-columns:not(:has([id*="pagination"])):only-child {
    max-width: 100%;
    border-right: 0 !important;
}

.ty-compact-list {
    display: flex;
    flex-flow: column;
    width: 100%;
    column-gap: var(--gap);
}

.ty-compact-list>div:not(.ty-compact-list__item) {
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--gap);
}

.ty-compact-list .ty-compact-list__qty-wrap {
    display: flex;
    flex-direction: row-reverse;
    column-gap: var(--gap-xxs);
}

.ty-compact-list .ty-compact-list__qty-wrap:hover [id*="add_to_cart"] .ty-btn {
    z-index: 2;
}

.ty-compact-list .ty-compact-list__qty-wrap:hover [id*="add_to_cart"]+[id*="qty_"] .ty-qty {
    visibility: visible;
    opacity: 1;
}

@media (hover: hover) {
    .ty-compact-list .ty-compact-list__qty-wrap .ty-qty {
        right: -47px;
        top: 0;
    }
}

@media (hover: none) {

    .ty-compact-list .ty-compact-list__qty-wrap .ty-qty .ty-value-changer,
    .ty-compact-list .ty-compact-list__qty-wrap .ty-qty .quantity {
        background: var(--fill-gray);
    }
}

.ty-compact-list .ty-compact-list__qty-wrap .ty-qty a+input.ty-value-changer__input,
.ty-compact-list .ty-compact-list__qty-wrap .ty-qty .quantity a+input.ty-value-changer__input {
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none !important;
}

.ty-compact-list .ty-compact-list__buttons {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media (hover: none) {
    .ty-compact-list .ty-compact-list__buttons {
        column-gap: var(--gap-sm);
    }
}

.ty-compact-list .ty-compact-list__buttons .ty-btn {
    position: relative;
    margin: 0;
    z-index: 1;
}

.ty-compact-list .ty-compact-list__buttons .ut2-cl-bt {
    display: flex;
}

@media (max-width: 576px) {
    .ty-compact-list .ty-compact-list__buttons .ut2-cl-bt {
        column-gap: var(--gap-xs);
    }
}

.ty-compact-list div.ut2-load-more-container {
    display: block;
}

.ty-compact-list__item {
    flex: 1 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-top: 1px solid var(--color-base);
    border-bottom: 1px solid var(--color-base);
    margin-bottom: -1px;
}

@media (min-width: 1025px) {
    .ty-compact-list__item {
        width: calc(100% + (var(--gap-xs) * 2));
    }
}

@media (min-width: 1025px) {
    .ty-compact-list__item {
        width: calc(100% + (var(--gap-xs) * 2));
    }
}

.ty-compact-list__item:before,
.ty-compact-list__item:after {
    content: none;
}

.ty-compact-list__item>form {
    height: 100%;
}

.ty-compact-list__content {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    column-gap: min(2vw, var(--gap-sm));
    row-gap: var(--gap-xs);
    border: 0;
    border-radius: var(--border-radius-box);
    padding-top: var(--gap-sm);
    padding-bottom: var(--gap-sm);
}

.ty-compact-list__content:after,
.ty-compact-list__content:before {
    content: none;
}

.ty-compact-list__image {
    position: relative;
    width: calc(var(--compact-list-image-width) * 1px);
    height: calc(var(--compact-list-image-height) * 1px);
    padding: initial;
    flex: 0 auto;
    border-radius: var(--border-radius-decreased-more);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ty-compact-list__image img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ty-compact-list__image .ty-product-labels__content {
    text-indent: -9999px;
}

.ty-compact-list__image .ty-product-labels__content>bdi,
.ty-compact-list__image .ty-product-labels__content:after {
    font-size: var(--font-size-small);
    font-weight: normal;
    text-indent: 0;
    margin-left: 0;
}

.ty-compact-list__image .ty-product-labels__item--discount .ty-product-labels__content bdi:before {
    content: "-";
    letter-spacing: 2px;
}

.ty-compact-list__rating {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}

.ty-compact-list__title {
    margin: unset;
    display: flex;
    flex-direction: column;
    flex: 1 1 140px;
    width: initial;
}

.ty-compact-list__title .ty-compact-list__name {
    position: relative;
    display: flex;
}

.ty-compact-list__title .ty-compact-list__name>a {
    display: block;
    width: 100%;
    margin-block-end: 2px;
    text-align: left;
    color: var(--color-font);
    font-size: var(--font-size-normal);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ty-compact-list__title .ty-compact-list__name>a:hover {
    color: var(--color-links);
}

.ty-compact-list__sku {
    margin-block-start: 2px;
}

.ty-compact-list__amount {
    margin-block: 2px;
}

.ty-compact-list__amount .ty-control-group {
    margin-top: 0;
    margin-bottom: 0;
}

.ty-compact-list__price {
    text-align: right;
    flex: 1 1 110px;
    margin: 0;
    padding: 0;
}

@media (max-width: 460px) {
    .ty-compact-list__price {
        text-align: left;
        align-items: flex-start;
    }
}

.ty-compact-list__price[class*="price"]>div:not([class]) {
    justify-content: flex-end;
    align-items: flex-end;
}

@media (max-width: 460px) {
    .ty-compact-list__price[class*="price"]>div:not([class]) {
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (min-width: 461px) {
    .ty-compact-list__price .ty-price-update~span {
        justify-content: flex-end;
    }
}

.ty-compact-list__price .ty-list-price {
    margin-right: 0;
}

.ty-compact-list__price .ty-price-curency-input {
    flex: initial;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 3px;
}

@media (min-width: 461px) {

    .ty-compact-list__price.pr-mix .ut2-sld-short,
    .ty-compact-list__price.pr-col .ut2-sld-short {
        order: -1;
    }
}

.ty-compact-list__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    align-content: flex-start;
    padding-bottom: 0;
    min-width: 120px;
    gap: var(--gap-xs) var(--gap-s);
    flex: 1;
    container: compact_list__controls / inline-size;
}

@media (max-width: 460px) {
    .ty-compact-list__controls {
        justify-content: space-between;
        align-items: end;
    }
}

.ty-compact-list__controls [id*="qty_update"] {
    position: relative;
}

.ty-compact-list__controls .ty-qty-out-of-stock {
    line-height: 1;
    text-align: left;
    word-break: normal;
    min-width: 90px;
}

.ut2-simple-list form>bdi {
    display: inline-block;
    text-align: center;
}

.ut2-simple-list .product-title {
    line-height: normal;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    color: var(--color-font);
    word-wrap: break-word;
    white-space: inherit;
    -webkit-line-clamp: var(--sl-lines-in-name-product);
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1e1e1e;
    min-height: calc(var(--sl-lines-in-name-product) * 14px);
}

.ut2-simple-list__wrap {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    gap: 2px;
}

.ut2-simple-list__wrap~.ut2-simple-list__control {
    margin-top: var(--gap-xs);
}

.ut2-simple-list__wrap+.ut2-simple-list__control {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-height: var(--min-height-button);
    gap: var(--gap-xs);
}

.ut2-simple-list__wrap+.ut2-simple-list__control .ty-qty .ty-value-changer,
.ut2-simple-list__wrap+.ut2-simple-list__control .quantity .ty-value-changer {
    max-height: var(--min-height-button);
}

.ut2-simple-list__wrap.price-top-position .ut2-simple-list__mix-price-and-button {
    order: 1;
}

.ut2-simple-list__wrap.price-top-position~.ut2-simple-list__control.ut2-view-qty {
    margin-top: var(--gap-xs);
}

.ut2-simple-list__wrap.price-top-position .product-title {
    order: 2;
}

.ut2-simple-list__wrap.price-top-position .ut2-rating-stars {
    order: 3;
}

.ut2-simple-list__wrap.price-top-position [id*="product_amount"] {
    order: 4;
}

.ut2-simple-list .ut2-rating-stars {
    justify-content: center;
}

.ut2-simple-list .ut2-rating-stars>span {
    margin-right: 0;
}

.ut2-simple-list .stock-wrap .ty-control-group {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ut2-simple-list .ut2-simple-list__price {
    flex: 1;
    min-height: var(--height-button);
    padding-block: var(--gap-xxs);
}

.ut2-simple-list .ut2-simple-list__price: has([id*="clean_price_update"]) {
    min-height: calc(var(--height-button) + var(--font-size-small));
}

.ut2-simple-list .ut2-simple-list__price[class*="price"][class*="pr-"] {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.ut2-simple-list .ut2-simple-list__price[class*="price"][class*="pr-"]>div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: var(--gap-xxs);
}

.ut2-simple-list .ut2-simple-list__price[class*="price"][class*="pr-"] .ty-strike bdi>span {
    position: relative;
    top: -2px;
}

.ut2-simple-list .ut2-simple-list__price[class*="price"][class*="pr-"] .ty-price-update~span {
    justify-content: center;
}

.ut2-simple-list .ut2-simple-list__mix-price-and-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: var(--gap-xs);
}

.ut2-simple-list .ut2-simple-list__mix-price-and-button .ut2-simple-list__price.pr-row,
.ut2-simple-list .ut2-simple-list__mix-price-and-button .ut2-simple-list__price.pr-row-mix {
    flex: auto;
    flex-flow: column;
    justify-content: center;
}

.ut2-simple-list .ut2-simple-list__mix-price-and-button .ut2-simple-list__price.pr-row>*,
.ut2-simple-list .ut2-simple-list__mix-price-and-button .ut2-simple-list__price.pr-row-mix>* {
    justify-content: center;
    align-items: center;
}

.ut2-simple-list .ut2-simple-list__mix-price-and-button .ut2-simple-list__control {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    gap: var(--gap-xs);
}

@media (hover: hover) {
    .ut2-simple-list .ut2-simple-list__mix-price-and-button .ut2-simple-list__control:hover .ty-qty {
        visibility: visible;
        opacity: 1;
        right: -5px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .ut2-simple-list .ut2-simple-list__mix-price-and-button .ut2-simple-list__control {
        display: flex;
        flex-direction: row-reverse;
    }

    .ut2-simple-list .ut2-simple-list__mix-price-and-button .ut2-simple-list__control .ty-qty>div {
        background: var(--fill-gray);
    }
}

.ut2-simple-list__buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    height: var(--height-button);
    width: 100%;
    gap: var(--gap-xs);
}

@media (max-width: 899px) {
    .ut2-simple-list__buttons .ty-btn {
        padding: 0;
    }

    .ut2-simple-list__buttons .ty-btn bdi {
        display: none;
    }
}

.owl-carousel.ty-scroller-list:not(.grid-list) {
    padding: 0;
}

.owl-carousel.ty-scroller-list:not(.grid-list) .owl-item {
    padding-inline: var(--gap-half);
}

.owl-carousel.ty-scroller-list: not(.grid-list) .ut2-w-c-q__buttons {
    margin: var(--gap-xxs);
}

.owl-carousel.ty-scroller-list:not(.grid-list).active-scroll .owl-item:not(.active) {
    opacity: 0;
    transition: opacity 1000ms;
}

.ty-scroller-list__item {
    position: relative;
    padding: 0;
}

.ty-scroller-list__item.ty-scroller__item {
    display: flex;
    flex-flow: column;
    min-height: 100%;
}

.ty-scroller-list__item [class*="price"] .ty-price-update~span {
    justify-content: center;
}

.ty-scroller-list__img-block {
    border-radius: var(--border-radius-decreased);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ty-scroller-list__img-block img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ty-scroller-list__description {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
    margin-top: var(--gap-xs);
}

.ty-scroller-list__description .ut2-simple-list>form {
    display: flex;
    flex-flow: column;
    height: 100%;
}

:root {
    --smallitems-item-min-width: 294px;
}

.ut2-template-small {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(var(--smallitems-item-min-width), calc(100% / var(--si-columns, 3) - var(--gap))), 1fr));
    width: 100%;
    grid-gap: var(--gap);
}

.ut2-template-small span.ut2-hit {
    position: absolute;
    padding: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: var(--color-font);
    background: white;
    background-clip: content-box;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    left: auto;
    right: 0;
    top: 0;
}

.ut2-template-small span.ut2-hit>span {
    display: none;
}

.ut2-template-small span.ut2-hit+.ut2-template-small__item-description>.product-title {
    padding-right: var(--gap-s);
}

.ut2-template-small__item {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 500px;
    padding: 0;
    gap: var(--gap-sm);
    background: var(--color-general);
}

.ut2-template-small__item:after,
.ut2-template-small__item:before {
    content: none;
}

@media (max-width: 577px) {
    .ut2-template-small__item {
        margin-bottom: var(--gap);
    }
}

.ut2-template-small__item>form {
    display: flex;
    height: 100%;
    width: 100%;
    gap: var(--gap-sm);
}

@media (max-width: 1023px) {
    .ut2-template-small__item>form {
        gap: var(--gap-xs);
    }
}

.ut2-template-small__item.clearfix {
    list-style-type: none;
}

.ut2-template-small__item-img {
    flex: 0 auto;
    aspect-ratio: var(--si-product-image-size, 50) / var(--si-product-image-size, 50);
    max-height: 100%;
    position: relative;
}

.ut2-template-small__item-img>a {
    display: inline-block;
    border-radius: var(--border-radius-decreased);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ut2-template-small__item-img>a img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ut2-template-small__item-description {
    display: flex;
    flex-flow: column;
    height: 100%;
    flex: 1;
    gap: 2px;
    align-items: flex-start;
    align-content: flex-start;
}

.ut2-template-small__item-description>.ut2-template-small__control {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-height: var(--min-height-button);
    flex: 1;
    gap: var(--gap-xxs);
}

.ut2-template-small__item-description>.ut2-template-small__control .ty-qty,
.ut2-template-small__item-description>.ut2-template-small__control .quantity {
    margin-bottom: 0;
}

.ut2-template-small__item-description>.ut2-template-small__control .ty-qty .ty-value-changer,
.ut2-template-small__item-description>.ut2-template-small__control .quantity .ty-value-changer {
    height: var(--min-height-button);
}

.ut2-template-small .product-title {
    display: inline-flex;
    align-items: flex-start;
    text-align: left;
    color: var(--color-font);
    -webkit-line-clamp: var(--si-lines-in-name-product);
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ut2-template-small__item-price {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    min-height: var(--min-height-button);
    min-width: 110px;
}

.ut2-template-small__item-price .ty-price-curency-input {
    margin-bottom: initial;
    display: flex;
    align-items: center;
    column-gap: var(--gap-xxs);
}

.ut2-template-small__item-price .ty-price-curency-input .ty-price-curency__input {
    min-inline-size: 0;
}

.ut2-template-small__item-price .ty-price-curency-input .ty-icon {
    flex-shrink: 0;
}

.ut2-template-small__item-price+.ut2-template-small__control.text,
.ut2-template-small__item-price+.ut2-template-small__control.icon_and_text {
    margin-block-start: 3px;
}

.ut2-template-small .ut2-template-small__mix-price-and-button {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: var(--gap-xxs);
    flex: 1;
}

.ut2-template-small .ut2-template-small__mix-price-and-button .ut2-template-small__price {
    flex: auto;
}

.ut2-template-small .ut2-template-small__mix-price-and-button .ut2-template-small__control {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    gap: var(--gap-xs);
}

@media (hover: hover) {
    .ut2-template-small .ut2-template-small__mix-price-and-button .ut2-template-small__control:hover .ty-qty {
        visibility: visible;
        opacity: 1;
        right: -5px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .ut2-template-small .ut2-template-small__mix-price-and-button .ut2-template-small__control {
        display: flex;
        flex-direction: row-reverse;
    }

    .ut2-template-small .ut2-template-small__mix-price-and-button .ut2-template-small__control .ty-qty>div {
        background: var(--fill-gray);
    }
}

.ut2-template-small .stock-wrap .ty-control-group {
    margin-bottom: var(--gap-xxs);
}

.ut2-template-small .stock-wrap .ty-control-group:after,
.ut2-template-small .stock-wrap .ty-control-group:before {
    content: unset;
}

.ut2-bestsellers-block .ut2-template-small {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max(var(--smallitems-item-min-width), calc(20% - var(--gap))), 1fr));
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(1) .ut2-hit {
    color: white;
    background-color: #f55631;
    box-shadow: none;
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(2) .ut2-hit {
    color: white;
    background-color: #f6692b;
    box-shadow: none;
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(3) .ut2-hit {
    color: white;
    background-color: #f77b26;
    box-shadow: none;
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(4) .ut2-hit {
    color: white;
    background-color: #f88e20;
    box-shadow: none;
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(5) .ut2-hit {
    color: white;
    background-color: #faa11b;
    box-shadow: none;
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(6) .ut2-hit {
    color: white;
    background-color: #fbb416;
    box-shadow: none;
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(7) .ut2-hit {
    color: white;
    background-color: #fcc710;
    box-shadow: none;
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(8) .ut2-hit {
    color: white;
    background-color: #fdd90b;
    box-shadow: none;
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(9) .ut2-hit {
    color: white;
    background-color: #feec05;
    box-shadow: none;
}

.ut2-bestsellers-block .ut2-template-small .ut2-template-small__item:nth-child(10) .ut2-hit {
    color: white;
    background-color: #ff0;
    box-shadow: none;
}

body:not([class]) .ut2-pb .ty-no-image {
    display: none;
}

.hide_add_to_cart {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.ty-qty {
    margin-bottom: 0;
}

.ut2-pb:not(.ut2-pb-mobile) {
    --rt-col-flex-width: 40%;
    --rt-col-width: 700px;
}

@media (max-width: 1400px) {
    .ut2-pb:not(.ut2-pb-mobile) {
        --rt-col-width: 650px;
    }
}

@media (max-width: 899px) {
    .ut2-pb:not(.ut2-pb-mobile) {
        --rt-col-width: 50%;
    }
}

@media (min-width: 900px) {
    .ut2-pb__wrapper {
        display: grid;
        grid-template-columns: minmax(min(calc(var(--pd-image-gallery-width) * 1px), var(--rt-col-flex-width)), calc(100% - var(--gap-l) - var(--rt-col-width))) minmax(min(var(--rt-col-width), var(--rt-col-flex-width)), 1fr);
        gap: 0 var(--gap-l);
    }
}

@media (max-width: 899px) {
    .ut2-pb__wrapper {
        display: flex;
        flex-direction: column;
        gap: var(--gap-s);
        margin-block-end: var(--gap-s);
    }
}

.ut2-pb__wrapper: after,
.ut2-pb__wrapper:before {
    content: none;
}

.ut2-pb__wrapper>form {
    display: contents;
}

.ut2-pb__main-content {
    background: var(--color-general);
}

.ut2-pb__main-content-box {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xs);
}

.ut2-pb__main-content-box.shaded,
.ut2-pb__main-content-box.outline {
    padding: var(--gap-s) var(--gap-sm);
    border-radius: var(--border-radius-box);
    background: var(--color-general);
}

.ut2-pb__main-content-box.shaded {
    box-shadow: 0 0 var(--gap-s) rgba(30, 30, 30, 0.1);
}

.ut2-pb__main-content-box.outline {
    border: 1px solid var(--color-base);
    padding: var(--gap-s) 0;
}

.ut2-pb__main-content-box.outline>form>*,
.ut2-pb__main-content-box.outline>*:not(form) {
    padding-inline: var(--gap-sm);
}

.ut2-pb__main-content-box.outline>form>*: before,
.ut2-pb__main-content-box.outline>form>*:after,
.ut2-pb__main-content-box.outline>*:not(form):before,
.ut2-pb__main-content-box.outline>*:not(form):after {
    content: none;
}

.ut2-pb__main-content-box.outline>form>*.ut2-pb__advanced-options:not(:has(> * > *)),
.ut2-pb__main-content-box.outline>*:not(form).ut2-pb__advanced-options:not(:has(> * > *)) {
    padding: 0;
}

.ut2-pb__main-content-box.outline>form>*.ut2-pb__button,
.ut2-pb__main-content-box.outline>*:not(form).ut2-pb__button {
    margin-block-start: var(--gap-sm);
}

.ut2-pb__main-content-box>form>div: not(:last-of-type):not(.ut2-pb__advanced-options) {
    width: 100%;
    margin-block-end: var(--gap-sm);
}

.ut2-pb__img-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-block-end: var(--gap-s);
    gap: var(--gap-s);
}

@media (max-width: 899px) {
    .ut2-pb__img-wrapper {
        max-width: 100%;
        flex: 1 100%;
    }

    .ut2-pb__img-wrapper .ty-product-labels__item {
        margin: var(--gap-s);
    }
}

.ut2-pb__img-wrapper .ty-image-zoom__wrapper:hover .ty-previewer__icon {
    visibility: visible;
}

.ut2-pb__right-wrapper {
    display: flex;
    flex-flow: column;
    height: fit-content;
    margin-block-end: var(--gap-s);
    gap: var(--gap-s);
}

@media (max-width: 900px) {
    .ut2-pb__right-wrapper {
        max-width: 100%;
        flex: 1 100%;
        padding: 0;
        margin-bottom: 0;
    }
}

.ut2-pb__right>div:last-child,
.ut2-pb__right-second>div:last-child {
    margin-bottom: 0;
}

.ut2-pb .ut2-pb__img {
    position: relative;
    top: 0;
}

.ut2-pb .ut2-pb__img .owl-theme .owl-buttons {
    visibility: hidden;
}

@media (min-width: 900px) {
    .ut2-pb .ut2-pb__img .owl-theme:hover .owl-buttons {
        visibility: visible;
    }
}

@media (min-width: 1024px) {
    .ut2-pb:not(.--cascade-gallery) .ab_vg-images-wrapper_mode_inline .ty-product-img {
        width: calc(100% - (var(--vg-thumb-width-size, -10px) + var(--gap-xs)));
    }
}

.ut2-pb:not(.--single): not(.--cascade-gallery) .ut2-pb__img .ty-product-img .owl-wrapper-outer,
.ut2-pb:not(.--single):not(.--cascade-gallery) .ut2-pb__img .ty-product-img .owl-wrapper {
    height: 100%;
}

.ut2-pb:not(.--single): not(.--cascade-gallery) .ut2-pb__img .ty-product-img .owl-item {
    padding-inline: 1px;
}

@media (min-width: 1024px) {

    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-2 .ty-product-img:not(.owl-theme),
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-2 .ty-product-img:not(.owl-theme)~.ty-product-thumbnails_gallery,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-img:not(.owl-theme),
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-img:not(.owl-theme)~.ty-product-thumbnails_gallery {
        position: relative;
        overflow: hidden;
        background: #f6f6f8;
        border-radius: var(--border-radius-box);
    }

    .ut2-pb:not(.--single): not(.--cascade-gallery) .images-2 .ty-product-img:not(.owl-theme):before,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-2 .ty-product-img:not(.owl-theme)~.ty-product-thumbnails_gallery:before,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-img:not(.owl-theme):before,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-img:not(.owl-theme)~.ty-product-thumbnails_gallery:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff, 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        -webkit-animation: skeleton-move 2s infinite;
        animation: skeleton-move 2s infinite;
        content: "";
    }

    .ut2-pb:not(.--single): not(.--cascade-gallery) .images-2 .ty-product-img:not(.owl-theme)>*,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-2 .ty-product-img:not(.owl-theme)~.ty-product-thumbnails_gallery>*,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-img:not(.owl-theme)>*,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-img:not(.owl-theme)~.ty-product-thumbnails_gallery>* {
        visibility: hidden;
    }
}

.ut2-pb:not(.--single): not(.--cascade-gallery) .images-1 .ty-product-img>*:not(:nth-child(1)) {
    opacity: 0;
}

.ut2-pb:not(.--single): not(.--cascade-gallery) .images-2 .ty-product-img>*:not(:nth-child(1)):not(:nth-child(2)) {
    opacity: 0;
}

@media (min-width: 1246px) {

    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-2 .ty-product-thumbnails .owl-item:has(.active)+.owl-item .ty-product-thumbnails__item,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-2 .ty-product-thumbnails .ty-product-thumbnails__item.active+.ty-product-thumbnails__item {
        opacity: 1;
    }
}

.ut2-pb:not(.--single): not(.--cascade-gallery) .images-3 .ty-product-img>*:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    opacity: 0;
}

@media (min-width: 916px) and (max-width: 1245px) {

    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-thumbnails .owl-item:has(.active)+.owl-item .ty-product-thumbnails__item,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-thumbnails .ty-product-thumbnails__item.active+.ty-product-thumbnails__item {
        opacity: 1;
    }
}

@media (min-width: 1246px) {

    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-thumbnails .owl-item:has(.active)+.owl-item .ty-product-thumbnails__item,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-thumbnails .owl-item:has(.active)+.owl-item+.owl-item .ty-product-thumbnails__item,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-thumbnails .ty-product-thumbnails__item.active+.ty-product-thumbnails__item,
    .ut2-pb:not(.--single):not(.--cascade-gallery) .images-3 .ty-product-thumbnails .ty-product-thumbnails__item.active+.ty-product-thumbnails__item+.ty-product-thumbnails__item {
        opacity: 1;
    }
}

.ut2-pb .images-2 .ty-product-img>.owl-wrapper-outer>.owl-wrapper>.owl-item:only-child,
.ut2-pb .images-3 .ty-product-img>.owl-wrapper-outer>.owl-wrapper>.owl-item:only-child {
    width: 100% !important;
}

.ut2-pb .ty-product-img {
    container-type: inline-size;
    container-name: qc_pb-main-photo-gallery;
    border: 0;
    width: 100%;
    height: 100%;
    max-height: calc(var(--pd-image-gallery-height) * 1px);
    overflow: hidden;
}

.ut2-pb .ty-product-img .owl-item {
    max-inline-size: 100cqi;
}

.ut2-pb .ty-product-img:has(.owl-item.active) .owl-item:not(.active) {
    visibility: hidden;
}

.ut2-pb .ty-product-img .ty-previewer {
    justify-content: center;
    background: #fff;
    border-radius: var(--border-radius-box);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ut2-pb .ty-product-img .ty-previewer img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ut2-pb .ty-product-img .ty-previewer.ab__clear_image img[srcset*="/detailed/"] {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: var(--pd-image-gallery-width) / var(--pd-image-gallery-height);
}

.ut2-pb .ty-product-img .ty-no-image {
    border-radius: var(--border-radius-box);
    max-height: calc(var(--pd-image-gallery-height) * 1px);
}

.ut2-pb .ty-product-img p.ty-center {
    padding-top: 10px;
    padding-bottom: 0;
}

.ut2-pb .ut2-pb__no-thumbs {
    justify-content: center;
}

.ut2-pb .ty-product-thumbnails_gallery {
    margin: unset !important;
    height: unset !important;
}

@media (max-width: 1024px) {
    .ut2-pb .ty-product-thumbnails_gallery[class*=vertical] {
        max-height: unset !important;
    }
}

.ut2-pb .ty-thumbnails_gallery {
    display: block;
    margin-inline: auto;
}

.ut2-pb .ty-product-thumbnails {
    margin: unset;
    max-width: unset;
}

.ut2-pb .ty-product-thumbnails[class*=vertical]:is(.ty-thumbnails_gallery *) {
    display: flex;
    gap: 1px;
}

@media (max-width: 1024px) {
    .ut2-pb .ty-product-thumbnails[class*=vertical]:is(.ty-thumbnails_gallery *) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.ut2-pb .ty-product-thumbnails[class*=vertical]:not(.ty-thumbnails_gallery *) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .ut2-pb .ty-product-thumbnails[class*=vertical]:not(.ty-thumbnails_gallery *) {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ut2-pb .ty-product-thumbnails[class*=vertical]:not(.ty-thumbnails_gallery *) {
        gap: var(--gap-xxs);
    }
}

.ut2-pb .ty-product-thumbnails:not([class*=vertical]) {
    margin-block-start: var(--gap-xs);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ut2-pb .ty-product-thumbnails:not([class*=vertical]):not(.ty-thumbnails_gallery *) {
    width: unset !important;
}

.ut2-pb .ty-product-thumbnails.owl-carousel:not(.owl-more-theme) {
    visibility: hidden;
}

.ut2-pb .ty-product-thumbnails.owl-carousel .owl-controls {
    position: unset;
}

.ut2-pb .ty-product-thumbnails.owl-carousel .owl-controls .owl-buttons i {
    font-size: inherit;
}

body .ut2-pb .ty-product-thumbnails.owl-carousel .owl-controls .owl-buttons>div.owl-prev {
    left: initial;
    right: initial;
    inset-inline-end: calc(100% + var(--gap-xs));
}

@media (max-width: 374px) {
    body .ut2-pb .ty-product-thumbnails.owl-carousel .owl-controls .owl-buttons>div.owl-prev {
        inset-inline-end: calc(100% + var(--gap-xxs));
    }
}

body .ut2-pb .ty-product-thumbnails.owl-carousel .owl-controls .owl-buttons>div.owl-next {
    left: initial;
    right: initial;
    inset-inline-start: calc(100% + var(--gap-xs));
    margin-inline-start: calc((var(--gap-xxs) - 1px) * -1);
}

@media (max-width: 374px) {
    body .ut2-pb .ty-product-thumbnails.owl-carousel .owl-controls .owl-buttons>div.owl-next {
        inset-inline-start: calc(100% + var(--gap-xxs));
    }
}

.ut2-pb .ty-product-thumbnails__item_gallery {
    width: 100%;
}

.ut2-pb .ty-product-thumbnails__item {
    float: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: background-color 150ms, border-color 150ms;
    border-color: transparent;
    border-radius: var(--border-radius-decreased-more);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ut2-pb .ty-product-thumbnails__item:hover,
.ut2-pb .ty-product-thumbnails__item.active {
    border-color: var(--color-base5);
}

.ut2-pb .ty-product-thumbnails__item img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ut2-pb .ty-product-thumbnails:not([class*="vertical"]) .ty-product-thumbnails__item {
    margin-right: var(--gap-xxs);
}

.ut2-pb .ty-product-thumbnails[class*="vertical"] .ty-product-thumbnails__item {
    margin-bottom: var(--gap-xxs);
    margin-right: unset;
}

.ut2-pb .ut2-pb__custom-block {
    display: block;
    margin-block-end: var(--gap-xs);
    width: 100%;
}

.ut2-pb .ut2-pb__custom-block .ty-scroller:not(.owl-theme) {
    display: none;
}

.ut2-pb__inner-elements-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: var(--gap-xxs);
}

.ut2-pb__inner-elements-wrap.space-between {
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ut2-pb__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    gap: var(--gap-s) var(--gap-m);
}

.ut2-pb__content-wrapper:not(.columns-combined)>div {
    min-inline-size: 0;
    max-inline-size: 100%;
    flex-grow: 1;
    flex-basis: 100%;
    margin: 0;
}

.ut2-pb__content-wrapper.columns-combined {
    flex: 1;
    display: flex;
    margin: 0;
    max-width: 100%;
    gap: 0 var(--gap-m);
}

.ut2-pb__content-wrapper.columns-combined>div {
    display: flex;
    flex-flow: column;
    flex: 1 0 calc(50% - var(--gap-sm));
    min-width: 250px;
}

.ut2-pb__content-wrapper.columns-combined>div>div:not(:last-child),
.ut2-pb__content-wrapper.columns-combined>div form>div:not(:last-child):not(.ut2-pb__advanced-options) {
    margin-block-end: var(--gap-sm);
}

.ut2-pb__content-wrapper.columns-combined>div>div: last-child {
    margin-block-end: 0;
}

@media (max-width: 619px) {
    .ut2-pb__content-wrapper {
        flex-direction: column;
    }

    .ut2-pb__content-wrapper>div {
        width: 100%;
    }
}

.ut2-pb__content-wrapper .bottom-product-layer {
    flex: 1;
}

.ut2-pb__title {
    width: 100%;
}

.ut2-pb__title .ut2-pb__product-brand-name a {
    color: var(--color-font-lighten);
    font-size: var(--font-size-medium);
}

.ut2-pb__title-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-block-end: var(--gap-s);
    gap: var(--gap-xs) var(--gap-s);
}

@media (max-width: 899px) {
    .ut2-pb__title-wrap {
        flex-wrap: wrap;
    }
}

.ut2-pb__title-wrap h1 {
    font-size: var(--font-size-big);
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    min-inline-size: 0;
    max-inline-size: 100%;
    margin-bottom: 0;
}

.ut2-pb__title-wrap h1.js_unfold {
    -webkit-line-clamp: initial;
    display: block;
}

.ut2-pb__top-ss {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    column-gap: var(--gap-sm);
    row-gap: var(--gap-xs);
}

@media (max-width: 767px) {
    .ut2-pb__top-ss {
        justify-content: space-between;
        inline-size: 100%;
    }
}

.ut2-pb__top-ss .ut2-pb__sku {
    flex: 0 0 auto;
}

.ut2-pb__top-ss a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: var(--color-font-lighten);
    gap: var(--gap-xxs);
}

.ut2-pb__top-ss a:hover * {
    color: var(--color-font);
}

.ut2-pb__product-brand-name span>span {
    color: var(--color-font-lighten);
}

.ut2-pb__product-brand-name em {
    font-style: normal;
}

.ut2-pb__share {
    position: relative;
}

.ut2-pb .ty-product-switcher {
    top: 0;
    right: 0;
    line-height: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    overflow: visible;
}

.ut2-pb .ty-product-switcher span {
    color: var(--color-font-lighten);
}

@media (max-width: 899px) {
    .ut2-pb .ty-product-switcher {
        display: none;
    }
}

.ut2-pb .ty-product-switcher:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 30px;
    left: -30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #fff 100%);
}

.ut2-pb .ty-product-switcher__a {
    top: 10px;
}

.ut2-pb .ty-product-switcher__a.disabled .ty-product-switcher__icon {
    color: var(--color-font-lighten);
    opacity: .5;
}

.ut2-pb__tabs-wrapper {
    display: flex;
    flex-flow: column;
    gap: var(--gap-s);
}

.ut2-pb__tabs.tabs-list>.ty-wysiwyg-content:first-child .tab-list-title {
    margin-top: 0;
}

.ut2-pb__tabs .ty-tabs__content {
    margin-top: var(--gap-s);
}

.ut2-pb .ty-tabs__content {
    min-height: 250px;
}

.ut2-pb .ty-tabs__list {
    margin: unset;
}

.ut2-pb .ty-tabs__list:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-base);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ut2-pb .tab-list-title {
    margin-top: var(--gap-m);
    margin-bottom: var(--gap-xs);
    padding-bottom: 0;
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    border-bottom: 0 none;
}

.ut2-pb .ut2-pb .tab-list-title {
    margin-top: var(--gap-m);
}

@media (min-width: 900px) {
    .ut2-pb .ut2-pb .tab-list-title~.tab-list-title {
        margin-top: calc(var(--gap-s) * 2);
    }
}

.ut2-pb__tabs>.ty-wysiwyg-content:first-child .ut2-pb .tab-list-title {
    margin-top: var(--gap-s);
}

.ut2-pb .tab-list-title .ut2-pb__tabs>div:not(:first-of-type, .ut2-pb .tab-list-title .ty-tabs, .ty-tabs__content) .ut2-pb .tab-list-title {
    margin-top: var(--gap-l);
}

.ut2-vendor-block+.ut2-pb__tabs>.ty-wysiwyg-content:first-child .ut2-pb .tab-list-title {
    margin-top: var(--gap-xxs);
}

.ut2-pb .tab-list-title~.ty-wysiwyg-content h1,
.ut2-pb .tab-list-title~.ty-wysiwyg-content h2,
.ut2-pb .tab-list-title~.ty-wysiwyg-content h3 {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
}

.ut2-pb .tab-list-title+div {
    width: 100%;
    padding-bottom: 0;
}

.ut2-pb .ut2-pb__popup-tabs {
    display: flex;
    width: 100%;
    padding-block-start: var(--gap-sm);
    gap: var(--gap-xs);
}

.ut2-pb .ut2-pb__popup-tabs-item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.ut2-pb .ut2-pb__popup-tabs-item a {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(30, 30, 30, 0.5);
    color: #1e1e1e;
    font-size: var(--button-font-size);
}

.ut2-pb .ut2-pb__popup-tabs-item a:hover {
    text-decoration-color: #050505;
}

.ut2-pb .ut2-pb__popup-tabs-icon {
    color: var(--color-font-lighten);
}

.ut2-pb__content {
    flex: 1 var(--rt-col-flex-width, 100%);
    max-width: 100%;
}

.ut2-pb__sku {
    display: flex;
    align-items: center;
}

.ut2-pb__price-wrap .ut2-pb__price-actual {
    display: block;
}

.ut2-pb__price-wrap.brand-logo {
    position: relative;
    padding-right: 100px;
}

.ut2-pb__price-wrap.brand-logo .ut2-pb__product-brand {
    position: absolute;
    top: 0;
    right: 0;
}

.ut2-pb__price-wrap.brand-logo .ut2-pb__product-brand img.ty-pict {
    max-height: 50px;
    width: auto;
}

.ut2-pb__price-wrap .stock-wrap {
    margin-block-start: var(--gap-xs);
}

.ut2-pb .ty-price-curency-input {
    margin-bottom: initial;
}

.ut2-pb .ty-qty-discount__label {
    display: none;
}

.ut2-pb .top-product-layer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-xs);
    margin-block-end: var(--gap-xs);
    width: 100%;
}

.ut2-pb__button {
    margin-top: 0;
    padding-block-start: var(--gap-sm);
}

.ut2-pb__button .ut2-qty__wrap.min-qty {
    display: flex;
    align-items: center;
    margin-bottom: var(--gap-xs);
    text-align: left;
}

.ut2-pb__button .ut2-qty__wrap.min-qty p {
    padding-left: var(--gap-s);
    padding-bottom: 0;
}

.ut2-pb__button .ut2-qty__wrap .ty-qty .ty-value-changer,
.ut2-pb__button .ut2-qty__wrap .ty-qty select,
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer .ty-value-changer,
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer select,
.ut2-pb__button .ut2-qty__wrap .quantity.changer .ty-value-changer,
.ut2-pb__button .ut2-qty__wrap .quantity.changer select {
    height: var(--max-height-button);
    width: 90px;
    padding: 0;
    text-align: center;
    background: #fff;
    border: 1px solid var(--color-base5);
    border-radius: var(--border-radius-full);
}

.ut2-pb__button .ut2-qty__wrap .ty-qty .ty-value-changer a[class*="changer"],
.ut2-pb__button .ut2-qty__wrap .ty-qty select a[class*="changer"],
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer .ty-value-changer a[class*="changer"],
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer select a[class*="changer"],
.ut2-pb__button .ut2-qty__wrap .quantity.changer .ty-value-changer a[class*="changer"],
.ut2-pb__button .ut2-qty__wrap .quantity.changer select a[class*="changer"] {
    height: var(--max-height-button);
}

@media (max-width: 899px) {

    .ut2-pb__button .ut2-qty__wrap .ty-qty .ty-value-changer,
    .ut2-pb__button .ut2-qty__wrap .ty-qty select,
    .ut2-pb__button .ut2-qty__wrap .ty-qty.changer .ty-value-changer,
    .ut2-pb__button .ut2-qty__wrap .ty-qty.changer select,
    .ut2-pb__button .ut2-qty__wrap .quantity.changer .ty-value-changer,
    .ut2-pb__button .ut2-qty__wrap .quantity.changer select {
        width: 110px;
    }

    .ut2-pb__button .ut2-qty__wrap .ty-qty .ty-value-changer a[class*="changer"],
    .ut2-pb__button .ut2-qty__wrap .ty-qty select a[class*="changer"],
    .ut2-pb__button .ut2-qty__wrap .ty-qty.changer .ty-value-changer a[class*="changer"],
    .ut2-pb__button .ut2-qty__wrap .ty-qty.changer select a[class*="changer"],
    .ut2-pb__button .ut2-qty__wrap .quantity.changer .ty-value-changer a[class*="changer"],
    .ut2-pb__button .ut2-qty__wrap .quantity.changer select a[class*="changer"] {
        width: 30px;
    }
}

.ut2-pb__button .ut2-qty__wrap .ty-qty .ty-value-changer__input,
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer .ty-value-changer__input,
.ut2-pb__button .ut2-qty__wrap .quantity.changer .ty-value-changer__input {
    width: 30px;
    color: var(--color-font);
    font-size: var(--font-size-medium);
}

.ut2-pb__button .ut2-qty__wrap .ty-qty select,
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer select,
.ut2-pb__button .ut2-qty__wrap .quantity.changer select {
    font-size: var(--font-size-medium) !important;
    line-height: var(--max-height-button);
    padding-inline-start: 20px;
}

.ut2-pb__button .ut2-qty__wrap .ty-qty:hover .ty-value-changer,
.ut2-pb__button .ut2-qty__wrap .ty-qty:hover .quantity .ty-value-changer,
.ut2-pb__button .ut2-qty__wrap .ty-qty:hover.changer,
.ut2-pb__button .ut2-qty__wrap .ty-qty:hover .quantity.changer,
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer:hover .ty-value-changer,
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer:hover .quantity .ty-value-changer,
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer:hover.changer,
.ut2-pb__button .ut2-qty__wrap .ty-qty.changer:hover .quantity.changer,
.ut2-pb__button .ut2-qty__wrap .quantity.changer:hover .ty-value-changer,
.ut2-pb__button .ut2-qty__wrap .quantity.changer:hover .quantity .ty-value-changer,
.ut2-pb__button .ut2-qty__wrap .quantity.changer:hover.changer,
.ut2-pb__button .ut2-qty__wrap .quantity.changer:hover .quantity.changer {
    border-color: var(--color-links);
    box-shadow: 0 0 0 2px rgba(0, 124, 185, 0.1);
    outline: none;
}

.ut2-pb__button .ut2-qty__wrap+div .ty-btn,
.ut2-pb__button .ut2-qty__wrap+div>div .ty-btn {
    min-width: 180px;
}

.ut2-pb__button .ut2-qty__wrap+div .ty-btn__add-to-cart,
.ut2-pb__button .ut2-qty__wrap+div>div .ty-btn__add-to-cart {
    flex: 1;
}

.ut2-pb__button .ut2-qty__wrap:not(.min-qty) {
    position: absolute;
}

.ut2-pb__button .ut2-qty__wrap:not(.min-qty):has(.ty-value-changer)+div .ty-btn__add-to-cart,
.ut2-pb__button .ut2-qty__wrap:not(.min-qty):has(.ty-value-changer)+div>div .ty-btn__add-to-cart {
    margin-left: 100px;
    min-width: calc(48% - 60px);
}

@media (max-width: 899px) {

    .ut2-pb__button .ut2-qty__wrap:not(.min-qty):has(.ty-value-changer)+div .ty-btn__add-to-cart,
    .ut2-pb__button .ut2-qty__wrap:not(.min-qty):has(.ty-value-changer)+div>div .ty-btn__add-to-cart {
        margin-left: 120px;
    }
}

.ut2-pb__button>[id*="add_to_cart"] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xs) var(--gap-sm);
}

.ut2-pb__button>[id*="add_to_cart"]>div:not([id^=subscribe_form_wrapper]) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: var(--gap-xs);
}

.ut2-pb__button>[id*="add_to_cart"]>div:not([id^=subscribe_form_wrapper])>*:not(a) {
    flex: 1 0 auto;
}

.ut2-pb__button .ty-btn {
    height: var(--max-height-button);
    min-width: calc(50% - var(--gap-xs));
    margin: 0;
    flex: 1;
}

.ut2-pb__button .ty-btn~.ty-btn {
    margin-left: 0;
}

.ut2-pb__button .ty-btn span:not(.ty-icon),
.ut2-pb__button .ty-btn bdi {
    max-width: inherit;
}

.ut2-pb__button .ty-btn__add-to-cart span {
    min-height: 17px;
}

.ut2-pb__button .ty-btn__add-to-cart i {
    font-size: 24px;
}

.ut2-pb__button .ty-btn.ty-cr-product-button span {
    color: var(--color-font);
}

.ut2-pb__button a.label {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.ut2-pb__button a.label i {
    font-size: 20px;
    margin-right: 3px;
}

.ut2-pb .ty-control-group {
    margin-block: unset;
}

.ut2-pb .ty-control-group:before,
.ut2-pb .ty-control-group:after {
    content: none;
}

.ut2-pb .ty-reward-group:not(.hidden) {
    display: flex;
}

.ut2-pb .ty-reward-group:not(.hidden) .ty-control-group__item {
    color: #1e905d;
}

.ut2-pb__short-descr {
    margin-block-start: var(--gap-sm);
    line-height: 145%;
    color: var(--color-font-lighten);
}

body.mobile-screen .ut2-pb__short-descr {
    margin-block: var(--gap-xs);
}

.ut2-pb__short-descr p: empty {
    display: none;
}

.ut2-pb__short-descr>p:first-child {
    padding-top: 0;
}

.ut2-pb__short-descr>p:last-child {
    padding-bottom: 0;
}

.ut2-pb__short-features,
.ut2-pb__short-descr {
    width: 100%;
}

.ut2-pb__advanced-options .product-list-field:not(.hidden) {
    display: flex;
}

.ut2-pb__options [id^="product_options_update"] {
    min-inline-size: 100%;
}

.ut2-pb__options [id^="product_options_update"]>div[id]~div[id] {
    margin-block-start: var(--gap-xs);
}

.ut2-pb__options .ut2-po-all-vars--toggle {
    display: none;
}

.ut2-pb__options .ut2-po-all-vars--toggle+label {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--color-links);
    cursor: pointer;
}

.ut2-pb__options .ut2-po-all-vars--toggle+label span {
    text-decoration: underline dotted from-font;
    text-underline-offset: 2px;
    user-select: none;
    -webkit-user-select: none;
}

.ut2-pb__options .ut2-po-all-vars--toggle+label i {
    font-size: 18px;
    color: var(--color-links);
}

.ut2-pb__options .ut2-po-all-vars--toggle:checked+label i {
    transform: rotate(180deg);
}

.ut2-pb__options .ut2-po-all-vars--toggle:checked+label .show-more {
    display: none;
}

.ut2-pb__options .ut2-po-all-vars--toggle:checked+label .show-less {
    display: inline-block;
}

.ut2-pb__options .ut2-po-all-vars--toggle:checked+label+.ut2-scroll-container {
    padding-top: var(--gap-xxs);
}

.ut2-pb__options .ut2-po-all-vars--toggle:checked+label+.ut2-scroll-container>.ut2-scroll-content {
    flex-wrap: wrap;
    overflow: visible;
    gap: var(--gap-xxs) !important;
}

.ut2-pb__options .ut2-po-all-vars--toggle:checked+label+.ut2-scroll-container>.ut2-scroll-content .ut2-scroll-item {
    margin: unset;
}

.ut2-pb__options .ut2-po-all-vars--toggle:checked+label+.ut2-scroll-container>button {
    display: none !important;
}

.ut2-pb__options .ut2-scroll-container .ut2-scroll-left {
    left: calc(var(--gap-sm) * -1);
}

.ut2-pb__options .ut2-scroll-container .ut2-scroll-right {
    right: calc(var(--gap-sm) * -1);
}

.ut2-pb__options .ut2-scroll-content {
    -webkit-overflow-scrolling: touch;
}

.ut2-pb__options .ut2-scroll-content::-webkit-scrollbar {
    height: 2px;
}

.ut2-pb__options .ut2-scroll-item {
    margin-block: var(--gap-xxs);
    margin-inline-end: var(--gap-xxs);
}

.ut2-pb__options .ty-product-options {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xs);
}

.ut2-pb__options .ty-product-options .ty-control-group {
    margin: 0;
    min-width: 100%;
    position: relative;
}

.ut2-pb__options .ty-product-options .ty-control-group:not(:has(button[style="display: inline-block;"])) .ut2-po-all-vars--toggle+label {
    display: none;
}

body:not(.js_window_-loaded) .ut2-pb__options .ty-product-options .ty-control-group .ut2-vimg__wrap~.ut2-scroll-container {
    visibility: hidden;
}

.ut2-pb__options .ty-product-options .ty-control-group:has(button[style="display: inline-block;"]) .ty-product-options__image--wrapper {
    order: 1;
}

.ut2-pb__options .ty-product-options .ty-control-group:has(button[style="display: inline-block;"]) .ty-product-options__image--wrapper--active {
    order: 0;
}

.ut2-pb__options .ty-product-options .ty-control-group:has(button[style="display: inline-block;"]) .ty-product-options__image--wrapper--disabled {
    order: 3;
}

.ut2-pb__options .ty-product-options .ty-control-group__label {
    font-size: inherit;
    color: inherit;
    font-weight: bold;
    min-width: auto;
    width: auto;
}

.ut2-pb__options .ty-product-options .ty-control-group__label+.ty-product-option-container {
    width: 100%;
    min-width: 0;
}

.ut2-pb__options .ty-product-options .ty-control-group__label+.ty-product-option-container .ty-product-option-child {
    width: 100%;
    min-width: 0;
}

.ut2-pb__options .ty-product-options select {
    width: 100%;
}

.ut2-pb__options .ty-product-options .ty-product-option-child {
    margin: 0;
    display: grid;
    width: auto;
}

.ut2-pb__options .ty-product-options__box {
    padding: var(--gap-xxs) 0 0;
}

.ut2-pb__options .ty-product-options__description {
    margin-left: 0;
    color: var(--color-font-lighten);
}

.ut2-pb__options .ty-product-variant-image {
    margin-left: 0;
}

.ut2-pb__option:after,
.ut2-pb__option:before,
.ut2-pb__advanced-option:after,
.ut2-pb__advanced-option:before {
    content: none;
}

.ut2-pb__option .ty-no-image {
    position: initial;
    max-height: 100%;
    border: none;
    border-radius: calc(var(--border-radius) - 3px);
}

.ut2-pb__option .ty-no-image .ty-no-image__icon {
    position: relative;
}

.ut2-pb__main-content-box.shaded .ut2-features-list .ty-control-group span,
.ut2-pb__main-content-box.shaded .ut2-features-list .ty-control-group em,
.ut2-pb__main-content-box.outline .ut2-features-list .ty-control-group span,
.ut2-pb__main-content-box.outline .ut2-features-list .ty-control-group em {
    background: var(--color-general);
}

body:not(.mobile-screen) .ut2-pb__short-features .ut2-features-list .ty-control-group span,
body:not(.mobile-screen) .ut2-pb__short-features .ut2-features-list .ty-control-group em {
    font-size: var(--font-size-normal);
}

body:not(.mobile-screen) .ut2-pb__short-features .ut2-features-list .ty-control-group:after {
    background: linear-gradient(90deg, #000 35%, transparent 0%);
    background-size: 4px;
    background-repeat: repeat-x;
    top: calc(var(--font-size-normal) - 1px);
}

.ty-swiper-previewer {
    height: calc(100% - 2 * 10px) !important;
}

.ty-swiper-previewer__dialog .ui-dialog-titlebar.ui-widget-header {
    background: var(--color-general);
}

.ty-swiper-previewer__dialog .ui-dialog-titlebar.ui-widget-header .ui-icon-closethick {
    width: auto;
    height: auto;
    color: var(--color-font);
}

.ty-swiper-previewer__dialog .ui-dialog-titlebar.ui-widget-header .ui-icon-closethick:before {
    font-size: 32px;
}

.ty-swiper-previewer__button-prev.swiper-button-prev,
.ty-swiper-previewer__button-next.swiper-button-next {
    color: var(--color-base10);
}

.ty-swiper-previewer__button-prev.swiper-button-prev:hover,
.ty-swiper-previewer__button-next.swiper-button-next:hover {
    color: var(--color-base30);
}

.ty-product-block {
    margin: 0;
}

.ty-product-block .ut2-pb__price-wrap.pr-row>div:first-child,
.ty-product-block .ut2-pb__price-wrap.pr-row-mix>div:first-child {
    flex-direction: row;
    justify-content: flex-start;
}

.ty-product-block .ut2-pb__price-wrap .ty-price-per-unit {
    color: #1e1e1e;
    font-size: 14px;
}

.ty-quick-view__wrapper {
    display: none;
}

@media (min-width: 768px) {
    .ty-quick-view__wrapper {
        width: min(800px, 80vw);
    }
}

.ty-quick-view__wrapper .ut2-pb__title {
    margin-bottom: var(--gap-s);
}

.ty-quick-view__wrapper .ty-mainbox-title {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    align-items: baseline;
    row-gap: unset;
    column-gap: var(--gap-xs);
}

.ty-quick-view__wrapper .ut2-pb__title__more-link {
    font-size: var(--font-size-medium);
    margin-block-start: 4px;
    display: inline-flex;
}

@media (hover: hover) {
    .ty-quick-view__wrapper .ut2-pb__title__more-link span:hover {
        text-decoration: none;
    }
}

.ty-quick-view__wrapper .ut2-pb__title__more-link span {
    text-decoration: underline;
}

.ty-quick-view__wrapper .ut2-pb__title__more-link i::before {
    display: none;
}

.ty-quick-view__wrapper .ut2-pb__title__more-link i::after {
    content: '…';
}

.ty-quick-view__wrapper .ty-product-block:after,
.ty-quick-view__wrapper .ty-product-block:before {
    content: none;
}

.ty-quick-view__wrapper .ut2-pb__items {
    display: flex;
    gap: var(--gap-s);
}

.ty-quick-view__wrapper .ut2-pb__img-wrapper {
    top: 0;
    position: initial !important;
    min-width: var(--pd-image-gallery-width, 240px);
}

.ty-quick-view__wrapper .ut2-pb__img-wrapper>div {
    justify-content: center;
}

.ty-quick-view__wrapper .ut2-pb__img-wrapper iframe {
    width: 100%;
    min-height: var(--pd-image-gallery-height, 240px);
}

.ty-quick-view__wrapper .ut2-pb__img-wrapper .quick-view .ty-previewer {
    min-width: 100%;
}

.ty-quick-view__wrapper .ut2-pb__img-wrapper .ty-product-img {
    width: 100% !important;
    margin: 0 !important;
}

.ty-quick-view__wrapper .ty-product-thumbnails__item {
    max-width: initial;
    max-height: initial;
}

.ty-quick-view__wrapper .ty-product-thumbnails_gallery {
    height: initial !important;
    margin-top: 0 !important;
}

.ty-quick-view__wrapper .ut2-pb__right-wrapper {
    gap: 0;
    flex: 1;
    width: calc(100% - (var(--pd-image-gallery-width, 240px) + var(--gap-s)));
}

.ty-quick-view__wrapper .ut2-pb__right-wrapper>div:not(:last-child) {
    margin-block-end: var(--gap-xs);
}

.ty-quick-view__wrapper .ut2-pb__button {
    padding-block: 0 var(--gap-xs);
}

.ty-quick-view__wrapper .ut2-pb__description-title {
    font-weight: 600;
}

.ty-quick-view__wrapper .ut2-pb__description>div {
    display: inline;
}

.ty-quick-view__wrapper .ut2-pb__description a.more {
    display: inline-flex;
    align-items: center;
}

.ty-quick-view__wrapper .ut2-pb__description a.more i {
    padding-left: 5px;
}

html.dialog-is-open .ty-quick-view__wrapper {
    display: block;
}

.ut2-pb-mobile .ty-breadcrumbs {
    margin-bottom: 0;
}

.ut2-pb-mobile .ut2-pb__wrapper {
    margin-bottom: unset;
    gap: var(--gap);
}

.ut2-pb-mobile .ut2-pb__img-wrapper {
    margin-block-end: unset;
}

.ut2-pb-mobile .ut2-pb__img {
    overflow: hidden;
    width: calc(100% + (var(--gap-s) * 2));
    margin-inline: calc(var(--gap-s) * -1);
    padding: 0;
    background: unset;
    border-radius: unset;
}

.ut2-pb-mobile .ut2-pb__img+div {
    padding-bottom: 0;
    margin-bottom: 0;
}

.ut2-pb-mobile .ut2-pb__img.ut2-pb__as-native-scroll .ty-product-img {
    display: flex;
    max-height: unset;
    padding: var(--gap-s) var(--gap-s) 0;
    gap: var(--gap-s);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: inline proximity;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ut2-pb-mobile .ut2-pb__img.ut2-pb__as-native-scroll .ty-product-img::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ut2-pb-mobile .ut2-pb__img.ut2-pb__as-native-scroll .ty-product-img>* {
    min-width: fit-content;
    max-width: 90%;
    border-radius: var(--border-radius-box);
}

.ut2-pb-mobile .ut2-pb__img.ut2-pb__as-native-scroll .ty-product-img>*.hidden {
    display: flex;
}

.ut2-pb-mobile .ut2-pb__img .ty-product-img {
    overflow: hidden;
}

.ut2-pb-mobile .ut2-pb__img .ty-product-img .ty-previewer img.ty-pict {
    aspect-ratio: var(--pd-image-gallery-width) / var(--pd-image-gallery-height);
}

.ut2-pb-mobile .ut2-pb__img .ty-no-image {
    border-radius: unset;
    width: 100% !important;
    height: unset !important;
}

.ut2-pb-mobile .ut2-pb__img .ty-previewer {
    border-radius: 0;
}

.ut2-pb-mobile .ut2-pb__img .ab-sticker__name {
    font-size: var(--font-size-normal);
}

.ut2-pb-mobile .ut2-pb__content>form {
    display: flex;
    flex-flow: column;
    gap: var(--gap-sm);
}

.ut2-pb-mobile .ut2-pb__content>*:not(:last-child) {
    margin-bottom: var(--gap-s);
}

.ut2-pb-mobile .ut2-pb__content .ut2-pb__share {
    z-index: 0;
}

.ut2-pb-mobile .ut2-pb__tabs>.ty-tabs__content {
    display: none;
}

.ut2-pb-mobile .ut2-pb__reviews [class*="stars"] {
    font-size: calc(var(--font-size-big) - 4px);
}

.ut2-pb-mobile .ut2-pb__title {
    font-family: inherit;
    font-weight: normal;
    min-width: 100%;
    margin: var(--gap-xxs) 0;
}

.ut2-pb-mobile .ut2-pb__title body.mobile-screen {
    font-size: var(--font-size-big);
}

.ut2-pb-mobile .ut2-pb__button {
    padding-block-start: 0;
}

.ut2-pb-mobile .ut2-pb__button>[id*="add_to_cart"] {
    justify-content: center;
}

.ut2-pb-mobile .col-right__box {
    border: 1px solid var(--color-base);
    padding: var(--gap-s);
    margin: var(--gap-xs) 0 var(--gap-s);
    border-radius: var(--border-radius-box);
}

.ut2-pb-mobile .ty-accordion .ui-accordion-content {
    overflow: visible;
}

.abt__ut2_pig_counter {
    text-align: center;
    padding: var(--gap-xxs);
    visibility: visible;
}

.abt__ut2_pig_counter.counter {
    position: absolute;
    bottom: 5px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 12px;
    padding: 2px 8px;
    background: var(--color-general);
}

.abt__ut2_pig_counter.dotes {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 30px;
    width: 100%;
}

.abt__ut2_pig_counter.dotes>div:before {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    margin: 5px;
    border-radius: 5px;
    background-color: white;
    transition: transform 150ms, background-color 150ms, box-shadow 150ms;
}

.abt__ut2_pig_counter.dotes>div:active:before {
    transform: scale(2);
}

.abt__ut2_pig_counter.dotes>div:not(.active):before {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.abt__ut2_pig_counter.dotes>div.active:before {
    box-shadow: 0 0 0 1px var(--color-links);
    background-color: var(--color-links);
}

@media (min-width: 1281px) {
    .ut2-big-image:not(.ut2-pb-mobile) {
        --rt-col-width: 400px;
        --rt-col-flex-width: 60%;
        --rt-col-width: 450px;
    }
}

@media (min-width: 900px) and (max-width: 1280px) {
    .ut2-big-image:not(.ut2-pb-mobile) {
        --rt-col-width: 350px;
        --rt-col-flex-width: 50%;
    }
}

@media (max-width: 899px) {
    .ut2-big-image:not(.ut2-pb-mobile) {
        --rt-col-width: 100%;
    }
}

.ut2-big-image .ut2-pb__content-wrapper {
    grid-row: span 4;
}

.ut2-big-image .ut2-pb__section-combined,
.ut2-big-image .ut2-pb__section-combined>form {
    display: contents;
}

.ut2-big-image .ut2-pb__main-content-box {
    flex-flow: column;
    width: var(--rt-col-width, 100%);
}

.ut2-big-image .ut2-pb__tabs-wrapper {
    grid-column: 1;
    grid-row: span 10;
    max-width: 100%;
    height: 100%;
}

.ut2-big-image .ut2-pb__tabs-wrapper>.ut2-pb__tabs {
    height: 100%;
}

@media (min-width: 1367px) {
    .ut2-big-image.--flat:not(.ut2-pb-mobile) {
        --rt-col-width: 500px;
        --rt-col-width: 600px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .ut2-big-image.--flat:not(.ut2-pb-mobile) {
        --rt-col-width: 450px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .ut2-big-image.--flat:not(.ut2-pb-mobile) {
        --rt-col-width: 40%;
    }
}

.ut2-big-image.--flat .ut2-pb__title {
    align-items: flex-start;
    flex-direction: column;
}

.ut2-big-image.--flat .ut2-pb__title h1 {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    inline-size: 100%;
}

.ut2-big-image.--flat .ut2-pb__reviews>* {
    flex: 1 0 auto;
}

.ut2-big-image.--flat .ut2-pb__price-wrap.brand-logo .ut2-pb__product-brand {
    right: var(--gap-sm);
}

@media (max-width: 900px) {
    .ut2-big-image.--flat .ut2-pb__wrapper>form {
        flex-direction: column;
    }

    .ut2-big-image.--flat .ut2-pb__img-wrapper,
    .ut2-big-image.--flat__right {
        position: inherit;
        width: 100%;
        flex: 1 100%;
    }

    .ut2-big-image.--flat .ut2-pb__img-wrapper {
        padding-top: var(--gap-xxs);
    }

    .ut2-big-image.--flat .ut2-pb__img-wrapper .ut2-add-to-wish {
        font-size: 0;
        position: absolute;
        right: 0;
        z-index: 1;
    }

    .ut2-big-image.--flat .ut2-pb__img-wrapper .ut2-add-to-wish i {
        font-size: 32px;
        position: relative;
        top: -4px;
        right: -3px;
    }
}

@media (min-width: 1367px) {
    .ut2-big-image.--gallery:not(.ut2-pb-mobile) {
        --rt-col-width: 500px;
        --rt-col-width: 600px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .ut2-big-image.--gallery:not(.ut2-pb-mobile) {
        --rt-col-width: 450px;
    }
}

@media (max-width: 1199px) {
    .ut2-big-image.--gallery:not(.ut2-pb-mobile) {
        --rt-col-width: 40%;
    }
}

@media (max-width: 899px) {
    .ut2-big-image.--gallery:not(.ut2-pb-mobile) {
        --rt-col-width: 100%;
    }
}

.ut2-big-image.--gallery.--single .ut2-pb__img-wrapper {
    grid-column: span 1;
}

.ut2-big-image.--gallery.--single .ut2-pb__img-wrapper .ty-product-img .owl-item,
.ut2-big-image.--gallery.--single .ut2-pb__img-wrapper .ty-product-img .owl-wrapper {
    width: 100% !important;
}

.ut2-big-image.--gallery.--single .ut2-pb__content-wrapper {
    margin-block-start: 0;
}

.ut2-big-image.--gallery.--double .ut2-pb__img-wrapper .ty-product-img .owl-wrapper {
    width: 100% !important;
}

.ut2-big-image.--gallery.--double .ut2-pb__img-wrapper .ty-product-img .owl-item {
    width: 50% !important;
}

.ut2-big-image.--gallery .ut2-pb__img-wrapper {
    grid-column: span 2;
    margin-block-end: var(--gap-s);
}

.ut2-big-image.--gallery .ut2-pb__img-wrapper .ty-product-img {
    aspect-ratio: unset;
}

.ut2-big-image.--gallery .ut2-pb__content-wrapper {
    height: fit-content;
    margin-block-start: 35px;
}

.ut2-big-image.--gallery .ut2-pb__tabs-wrapper {
    grid-row: none;
}

.ut2-big-image.--gallery .ut2-pb__title {
    align-items: flex-start;
    flex-direction: column;
}

.ut2-big-image.--cascade-gallery {
    --rt-col-width: 500px;
}

@media (max-width: 1920px) and (min-width: 1401px) {
    .ut2-big-image.--cascade-gallery {
        --rt-col-width: 450px;
    }
}

@media (max-width: 1400px) and (min-width: 900px) {
    .ut2-big-image.--cascade-gallery {
        --rt-col-width: 400px;
    }
}

@media (max-width: 1024px) {
    .ut2-big-image.--cascade-gallery {
        --rt-col-width: 350px;
    }
}

@media (max-width: 767px) {
    .ut2-big-image.--cascade-gallery {
        --rt-col-width: 100%;
    }
}

.ut2-big-image.--cascade-gallery .ut2-pb__img-wrapper .ty-product-img>* {
    opacity: 1;
}

.ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image) {
    --pd-image-gallery-height-size: calc(var(--pd-image-gallery-height) * 1px);
    --pd-image-gallery-width-size: calc(var(--pd-image-gallery-width) * 1px);
    --pd-image-gallery-width-duble: calc((var(--pd-image-gallery-width) * 2) * 1px);
}

@media (min-width: 768px) {
    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper:not(.ut2-pb__single-image) {
        display: grid;
        grid-template-columns: minmax(calc(100% - var(--pd-image-gallery-width-duble) - var(--gap-l)), 1fr) var(--rt-col-width);
        grid-gap: var(--gap-l);
    }
}

.ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image) .ty-product-img {
    display: grid;
    max-height: unset;
    width: 100%;
    margin: 0;
    gap: var(--gap-half);
    aspect-ratio: auto;
}

.ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image) .ty-product-img>* {
    display: flex;
}

@media (min-width: 577px) {
    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper:not(.ut2-pb__single-image) .ty-product-img>* {
        aspect-ratio: var(--pd-image-gallery-width) / var(--pd-image-gallery-height);
    }

    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image) .ty-product-img>* img.ty-pict {
        max-width: unset;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image) .ty-product-img>* iframe,
    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper:not(.ut2-pb__single-image) .ty-product-img>* video {
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper:not(.ut2-pb__single-image).formation-1 .ty-product-img {
        grid-template-columns: repeat(6, 1fr);
    }

    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image).formation-1 .ty-product-img>* {
        grid-column: span 3;
    }

    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image).formation-1 .ty-product-img>*:nth-child(6)~* {
        grid-column: span 2;
    }
}

@media (min-width: 1025px) {
    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper:not(.ut2-pb__single-image).formation-2 .ty-product-img {
        grid-template-columns: repeat(6, 1fr);
    }

    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image).formation-2 .ty-product-img>* {
        grid-column: span 3;
    }

    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image).formation-2 .ty-product-img>*:nth-child(4)~* {
        grid-column: span 2;
    }
}

@media (min-width: 1025px) {
    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper:not(.ut2-pb__single-image).formation-3 .ty-product-img {
        grid-template-columns: repeat(6, 1fr);
    }

    .ut2-big-image.--cascade-gallery .ut2-pb__wrapper: not(.ut2-pb__single-image).formation-3 .ty-product-img>* {
        grid-column: span 3;
    }
}

.ut2-big-image.--cascade-gallery .ut2-pb__title {
    flex-direction: column;
}

.ut2-big-image.--cascade-gallery .ut2-pb__title h1 {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    inline-size: 100%;
}

.ut2-big-image.--cascade-gallery .ut2-pb__title-wrap {
    margin-block-end: var(--gap-xs);
}

.ut2-big-image.--cascade-gallery .ut2-pb__top-ss {
    width: 100%;
}

.ut2-big-image.--cascade-gallery .ut2-pb__short-descr {
    margin-top: unset;
}

@media (min-width: 1367px) {
    .--three-columns:not(.ut2-pb-mobile) {
        --rt-col-width: 400px;
        --rt-col-flex-width: 60%;
        --rt-col-width: 450px;
    }
}

@media (min-width: 900px) and (max-width: 1366px) {
    .--three-columns:not(.ut2-pb-mobile) {
        --rt-col-width: 350px;
        --rt-col-flex-width: 50%;
    }
}

@media (max-width: 899px) {
    .--three-columns:not(.ut2-pb-mobile) {
        --rt-col-width: 100%;
    }
}

.--three-columns .ut2-pb__title {
    margin-block-end: 0;
}

.--three-columns .ut2-pb__title h1 {
    inline-size: 100%;
    font-family: inherit;
    font-weight: normal;
}

.--three-columns .ut2-pb__rating {
    flex: 1 0 auto;
}

.--three-columns .ut2-pb__wrapper {
    row-gap: var(--gap-s);
}

.--three-columns .ut2-pb__img-wrapper {
    display: grid;
    grid-template-columns: min(calc(var(--pd-image-gallery-width) * 1px), var(--rt-col-flex-width)) 1fr;
    grid-gap: var(--gap-m);
    height: fit-content;
    margin-block-end: 0;
}

@media (max-width: 1200px) {
    .--three-columns .ut2-pb__img-wrapper {
        display: flex;
    }
}

.--three-columns .ut2-pb__content-wrapper {
    grid-column: 2;
    grid-row: span 3;
}

.--three-columns .ut2-pb__aside {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    min-width: 100%;
    max-width: var(--rt-col-width);
    gap: var(--gap-sm);
}

.--three-columns .ut2-pb__aside>div {
    flex-grow: 1;
    width: 100%;
    margin-block-start: 0;
}

.--three-columns .ut2-pb__aside>div: not(:has(.ty-product-options)):not(:has(.ty-reward-group.hidden)) {
    margin-block-start: 0;
}

.--three-columns .ut2-pb__main-content-box {
    flex-flow: column;
    height: fit-content;
    width: var(--rt-col-width, 100%);
    gap: unset;
}

.--three-columns .ut2-pb__main-content-box>div: not(:last-of-type):not(.ut2-pb__advanced-options) {
    width: 100%;
    margin-block-end: var(--gap-sm);
}

.--three-columns .ut2-pb__tabs-wrapper {
    grid-column: 1;
    max-width: 100%;
}

.--three-columns .ut2-pb__note {
    background-color: var(--fill-gray);
    padding: var(--gap-xxs) var(--gap-sm);
    border-radius: var(--border-radius-box);
}

.--three-columns .ut2-pb__note .product-promo-text>* {
    display: block;
}

.--three-columns .ut2-pb__custom-block {
    border-top: 1px solid var(--color-base);
    padding-block-start: var(--gap-s);
}

.--three-columns .ut2-pb__button {
    border-block-start: 1px solid var(--color-base);
    border-top: unset;
}

@media (min-width: 768px) {
    .--three-columns #ab-spt-heading-navigation-tab:not(:empty) {
        margin-bottom: 20px;
    }
}

.ut2-pb.--cascade-gallery .ut2-pb__img-wrapper {
    order: 1;
}

.ut2-pb.--cascade-gallery .ut2-pb__right-wrapper {
    order: 2;
}

@keyframes show_dialog_mobile {
    0% {
        transform: translate3d(0, 100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes show_inline_end_dialog {
    0% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * 100%), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hide_inline_end_dialog {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(calc(var(--flow-direction-factor-inline) * 100%), 0, 0);
    }
}

[class*="popup"] .object-container iframe {
    min-width: 1000px;
}

@media (max-width: 1000px) {
    [class*="popup"] .object-container iframe {
        min-width: min(100%, 800px);
    }
}

@media (min-height: 600px) {
    [class*="popup"] .object-container iframe {
        min-height: max(600px, 100%);
    }
}

.ui-widget-overlay {
    opacity: 1;
    overflow: hidden;
    overscroll-behavior: contain;
    touch-action: none;
    width: initial;
    height: initial;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    animation: fade_in 400ms cubic-bezier(.4, 0, .2, 1) forwards;
}

html.js_modal_-open .ui-widget-overlay:has(~ .ui-dialog[aria-describedby^="content_buy_together_"]) {
    animation: none !important;
}

.ut2-sw .ui-widget-overlay {
    display: none;
}

.ut2-sticky-panel__item__overlay {
    overflow: hidden;
    overscroll-behavior: contain;
    touch-action: none;
    width: initial;
    height: initial;
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    transition: opacity 0ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
}

.open~.ut2-sticky-panel__item__overlay {
    pointer-events: initial;
    transition-duration: 400ms;
    opacity: 1;
}

.ui-widget-overlay:has(+ .abt__ut2_right-panel) {
    z-index: 9998;
    background: transparent;
    animation: none;
}

html.dialog-is-open .ui-dialog.ui-widget.abt__ut2_right-panel:not([style*="display: none"]):not([style*="display:none"])::after {
    opacity: 1;
}

.ui-dialog.ui-widget.abt__ut2_right-panel::after {
    content: '';
    position: fixed;
    inset-block: 0;
    inset-inline-end: 0;
    inline-size: 200vw;
    z-index: -2;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    transition: opacity 400ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
}

.ut2-dropdown-outside-position.lt-position::after,
.ut2-dropdown-outside-position.lt-position .ui-widget-overlay {
    inset-inline-start: 0;
}

.ut2-dropdown-outside-position.rt-position::after,
.ut2-dropdown-outside-position.rt-position .ui-widget-overlay {
    inset-inline-end: 0;
}

.ut2-dropdown-outside-position.js_open::after {
    opacity: 1;
}

.ut2-dropdown-outside-position::after {
    content: '';
    position: fixed;
    inset-block: 0;
    inline-size: 200vw;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    transition: opacity 400ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
}

.ut2-dropdown-outside-position .ui-widget-overlay {
    top: initial;
    left: initial;
    inset-block: 0;
    width: 200vw;
    z-index: -2;
    background: transparent;
    animation: none;
}

.ut2-sw-b[id^=dropdown] {
    overflow: hidden;
    overscroll-behavior: contain;
    touch-action: none;
    width: initial;
    height: initial;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: transparent;
}

.ut2-sp-n.open+.ut2-sw-b:not(.hidden):not([style*="display: none;"]):not([style*="display:none;"])+.ut2-sw-w::after {
    opacity: 1;
}

.ut2-sw-w::after {
    content: '';
    position: fixed;
    inset: 0;
    inline-size: 200vw;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    transition: opacity 400ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
}

html.js_select-variation-dialog_-open .select-variation-dialog::after {
    pointer-events: auto;
    opacity: 1;
}

.select-variation-dialog::after {
    content: '';
    overscroll-behavior: contain;
    touch-action: none;
    inline-size: 100%;
    block-size: 100dvh;
    position: absolute;
    inset-inline: 0;
    inset-block-end: 100%;
    z-index: -2;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    transition: opacity 400ms cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ty-horizontal-product-filters-dropdown__wrapper::before {
        content: '';
        overflow: hidden;
        overscroll-behavior: contain;
        touch-action: none;
        width: initial;
        height: initial;
        position: fixed;
        inset: 0;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        pointer-events: none;
        transition: opacity 400ms cubic-bezier(.4, 0, .2, 1);
        opacity: 0;
    }

    .ty-horizontal-product-filters-dropdown__wrapper.open.cm-abt--ut2-toggle-scroll::before {
        pointer-events: initial;
        opacity: 1;
    }
}

.ui-dialog.ui-widget {
    z-index: 10000 !important;
}

html.js_select-variation-dialog_-open #tygh_main_container {
    z-index: initial;
}

html.js_select-variation-dialog_-open .notification-content-extended.js_dialog-state_-active+.ui-widget-overlay {
    z-index: 10003 !important;
}

.select-variation-dialog {
    z-index: 10003;
}

.ui-dialog.ui-widget~.ui-dialog,
.ui-dialog.ui-widget~.ui-widget-overlay {
    z-index: 10002 !important;
}

.ui-widget-overlay:has(+ .notification-content-extended),
.notification-content-extended {
    z-index: 10004 !important;
}

.ui-widget.ui-autocomplete {
    z-index: 10005 !important;
}

html.js_modal_-open .ui-dialog.ui-widget.js_dialog-state_-active+.ui-widget-overlay,
html.js_modal_-open .notification-content-extended.js_dialog-state_-active+.ui-widget-overlay {
    z-index: 9999 !important;
}

.notification-container-dialog {
    z-index: 1510;
}

body .pac-container {
    border-radius: var(--border-radius);
    z-index: 10001;
}

.ui-widget-overlay:has(~ .ui-dialog[aria-describedby^="content_buy_together_"]) {
    z-index: 9999 !important;
}

.notification-container:not(:has(.ui-widget-overlay)) {
    z-index: 10005;
}

.ut2-pb.ty-product-block:has(.ui-dialog.js_dialog-state_-opened) {
    z-index: 1004;
}

@media (min-width: 768px) {

    .ut2-pb__right-wrapper:has(.ui-dialog.js_dialog-state_-opened),
    .litecheckout__ab_sticky-block:has(.ui-dialog.js_dialog-state_-opened) {
        z-index: 1004;
    }
}

.ut2-pb__tabs-wrapper:has(.ui-dialog.js_dialog-state_-opened) {
    z-index: 1004;
}

.ut2-pb__tabs-wrapper .ty-product-feature-group:has(.ui-dialog.js_dialog-state_-opened),
.ut2-pb__tabs-wrapper .ty-product-feature:has(.ui-dialog.js_dialog-state_-opened),
.ut2-pb__tabs .ty-product-feature-group:has(.ui-dialog.js_dialog-state_-opened),
.ut2-pb__tabs .ty-product-feature:has(.ui-dialog.js_dialog-state_-opened) {
    z-index: 1004;
}

.ut2-pb__tabs-wrapper .ty-product-feature__label:has(.ui-dialog.js_dialog-state_-opened),
.ut2-pb__tabs .ty-product-feature__label:has(.ui-dialog.js_dialog-state_-opened) {
    z-index: 1004;
}

.ui-dialog.ui-widget,
.notification-content-extended {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    color: var(--color-font);
    background: initial !important;
    border-radius: initial !important;
    box-shadow: initial;
    border: 0 none !important;
    padding: initial !important;
    margin: initial !important;
    overflow: initial !important;
    min-height: initial !important;
    max-height: initial !important;
    position: fixed !important;
    top: initial !important;
    right: initial !important;
    bottom: initial !important;
    left: initial !important;
}

.ui-dialog.ui-widget::before,
.notification-content-extended::before {
    content: '';
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: var(--color-general);
    position: absolute;
    z-index: -1;
    inline-size: 100%;
    block-size: 100%;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
}

.select-variation-dialog {
    display: block;
    inline-size: 100%;
    position: fixed;
    inset-block-start: initial;
    inset-inline: 0;
    inset-block-end: 0;
    transform: translate3d(0, 100%, 0);
}

html.js_select-variation-dialog_-open .select-variation-dialog {
    animation: show_dialog_mobile 400ms cubic-bezier(.4, 0, .2, 1) 100ms forwards;
}

.select-variation-dialog::before {
    content: "";
    background: var(--color-general);
    inline-size: 100%;
    block-size: 100%;
    position: absolute;
    z-index: -1;
    inset: 0;
}

.ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]),
.notification-content-extended {
    min-inline-size: 600px;
    width: initial !important;
    max-width: initial;
    height: initial !important;
    inset-block-start: 50% !important;
    inset-inline-start: 50% !important;
    transform: translate3d(calc(var(--flow-direction-factor-inline) * -50%), -50%, 0);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]),
    .notification-content-extended {
        min-inline-size: initial;
        width: 100% !important;
        inline-size: 100% !important;
        inset-inline-start: 0 !important;
        inset-inline-end: 0 !important;
        inset-block-end: 0 !important;
    }
}

.ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer])::before,
.notification-content-extended::before {
    border-radius: var(--border-radius-box);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer])::before,
    .notification-content-extended::before {
        border-radius: initial;
    }
}

.ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) {
    max-inline-size: min(var(--fluid-container-_max-width_-calc), 90vw);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) {
        max-inline-size: initial;
        inset-block-start: initial !important;
        display: block !important;
        opacity: 1 !important;
        transform: translate3d(0, 100%, 0);
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    html.dialog-is-open .ui-dialog.ui-widget:not(.abt__ut2_right-panel).js_dialog-state_-ancestor {
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    html.dialog-is-open .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]):not([style*="display: none"]):not([style*="display:none"]) {
        animation: show_dialog_mobile 400ms cubic-bezier(.4, 0, .2, 1) 100ms forwards;
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    html.dialog-is-open .ui-dialog[aria-describedby^="content_buy_together_"].js_dialog-state_-opened {
        transform: translate3d(0, 0, 0) !important;
        animation: none !important;
    }
}

.notification-content-extended {
    max-inline-size: min(640px, 50vw);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .notification-content-extended {
        max-inline-size: initial;
        inset-block-start: initial !important;
        display: block !important;
        transition: none;
        transform: translate3d(0, 100%, 0);
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    html.js_notif-dialog_-open .notification-content-extended:not([style*="display: none"]):not([style*="display:none"]) {
        animation: show_dialog_mobile 400ms cubic-bezier(.4, 0, .2, 1) 100ms forwards;
    }
}

.ui-dialog.ui-widget.abt__ut2_right-panel {
    width: min(600px, 100vw) !important;
    height: 100dvh !important;
    inset-inline-start: initial !important;
    inset-inline-end: 0 !important;
    inset-block-start: 0 !important;
    inset-block-end: 0 !important;
    display: block !important;
    opacity: 1 !important;
    transform: translate3d(calc(var(--flow-direction-factor-inline) * 100%), 0, 0);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ui-dialog.ui-widget.abt__ut2_right-panel {
        width: 100% !important;
    }
}

.ui-dialog.ui-widget.abt__ut2_right-panel.js_dialog-state_-closing {
    transform: translate3d(0, 0, 0);
    animation: hide_inline_end_dialog 400ms cubic-bezier(.4, 0, .2, 1) forwards;
}

html.dialog-is-open .ui-dialog.ui-widget.abt__ut2_right-panel.js_dialog-state_-ancestor {
    transform: translate3d(0, 0, 0) !important;
}

html.dialog-is-open .ui-dialog.ui-widget.abt__ut2_right-panel:not([style*="display: none"]):not([style*="display:none"]) {
    animation: show_inline_end_dialog 400ms cubic-bezier(.4, 0, .2, 1) forwards;
}

.ui-dialog.ui-widget.ui-widget-content[class*=previewer] {
    width: 100% !important;
    max-width: unset !important;
    height: 100dvh !important;
    max-height: unset !important;
    inset-inline-start: 0 !important;
    inset-inline-end: 0 !important;
    inset-block-start: 0 !important;
    inset-block-end: 0 !important;
}

.ui-dialog.ui-widget.ui-widget-content[class*=previewer]::before {
    box-shadow: none;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ui-dialog.ui-widget.ui-widget-content[class*=previewer] {
        display: block !important;
        opacity: 1 !important;
    }
}

.ui-dialog.ui-widget .ui-dialog-content,
.notification-content-extended .notification-body-extended {
    color: var(--color-font);
    outline: 0 none;
    box-shadow: initial;
    background: initial;
    border-radius: initial !important;
    overflow: initial;
    position: initial;
    border: 0 none !important;
    padding: initial !important;
    margin: initial !important;
    width: initial !important;
    height: initial !important;
    min-height: initial !important;
    max-height: initial !important;
    display: block !important;
}

@media (min-width: 768px) {

    body.desktop-screen .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-content,
    body.desktop-screen .notification-content-extended .notification-body-extended {
        border-end-end-radius: var(--border-radius-box) !important;
        border-end-start-radius: var(--border-radius-box) !important;
        overflow: hidden;
    }
}

.ui-dialog.ui-widget .ui-dialog-content>.object-container,
.notification-content-extended .ty-product-notification__body,
.notification-content-extended .notification-extended-stuffing,
.select-variation-dialog #ut2_select_variation_wrapper_svw {
    box-sizing: border-box;
    background: initial;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
    padding: var(--gap-s);
    width: unset;
    max-width: initial;
    max-inline-size: initial;
    min-inline-size: initial;
    min-height: initial;
    max-height: unset;
}

.ui-dialog.ui-widget .ui-dialog-content>.object-container::-webkit-scrollbar,
.notification-content-extended .ty-product-notification__body::-webkit-scrollbar,
.notification-content-extended .notification-extended-stuffing::-webkit-scrollbar,
.select-variation-dialog #ut2_select_variation_wrapper_svw::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-content>.object-container,
.notification-content-extended .ty-product-notification__body,
.notification-content-extended .notification-extended-stuffing {
    height: unset !important;
    max-height: calc(100dvh - 50px - 40px * 2) !important;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-content>.object-container,
    .notification-content-extended .ty-product-notification__body,
    .notification-content-extended .notification-extended-stuffing {
        max-height: calc(100dvh - 50px) !important;
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-content.ab__vg_video_popup>.object-container {
        height: calc(100dvh - 50px) !important;
    }
}

.select-variation-dialog #ut2_select_variation_wrapper_svw {
    max-height: calc(100dvh - 50px) !important;
}

.ui-dialog.ui-widget.abt__ut2_right-panel.ui-widget-content .ui-dialog-content>.object-container {
    height: calc(100dvh - 50px) !important;
    padding-block-start: initial;
}

.ui-dialog.ui-widget.ui-widget-content[class*=previewer] .ui-dialog-content>.object-container {
    height: calc(100dvh - 50px) !important;
}

.ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-content>.object-container:has(.buttons-container),
.notification-content-extended:has(.ty-product-notification__buttons) .ty-product-notification__body,
.notification-content-extended:has(.ty-product-notification__buttons) .notification-extended-stuffing {
    padding-block-end: calc(calc(var(--height-button) + var(--gap-sm) * 2) + var(--gap-sm));
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-content>.object-container:has(.buttons-container),
    .notification-content-extended:has(.ty-product-notification__buttons) .ty-product-notification__body,
    .notification-content-extended:has(.ty-product-notification__buttons) .notification-extended-stuffing {
        padding-block-end: calc(calc(var(--height-button) + 40px) + var(--gap-sm));
    }
}

.ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-content>.object-container:has(.hidden .buttons-container),
.ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-content>.object-container:has(.hidden.buttons-container),
.notification-content-extended:has(.hidden .ty-product-notification__buttons) .ty-product-notification__body,
.notification-content-extended:has(.hidden.ty-product-notification__buttons) .ty-product-notification__body,
.notification-content-extended:has(.hidden .ty-product-notification__buttons) .notification-extended-stuffing,
.notification-content-extended:has(.hidden.ty-product-notification__buttons) .notification-extended-stuffing {
    padding-block-end: var(--gap-s) !important;
}

.ui-dialog.ui-widget .ui-dialog-content[id*=geo_maps_location]>.object-container {
    padding-inline: initial !important;
    padding-block-start: initial !important;
    padding-block-end: calc(calc(var(--height-button) + var(--gap-sm) * 2)) !important;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ui-dialog.ui-widget .ui-dialog-content[id*=geo_maps_location]>.object-container {
        padding-block-end: calc(calc(var(--height-button) + 40px)) !important;
    }
}

.ui-dialog.ui-widget .ui-dialog-content.pickup__offices-wrapper>.object-container {
    padding-inline: initial !important;
    padding-block-start: initial !important;
    padding-block-end: var(--gap-s) !important;
}

.select-variation-dialog #ut2_select_variation_wrapper_svw {
    padding-block-end: calc(calc(var(--height-button) + 40px) + var(--gap-sm));
}

@media (min-height: 768px) {
    .ui-dialog.ui-widget.ut2-customer_review .ui-dialog-content>.object-container {
        min-height: 600px;
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ui-dialog.ui-widget.ut2-customer_review .ui-dialog-content>.object-container {
        height: calc(100dvh - 50px) !important;
    }
}

.ui-dialog.ui-widget .buttons-container,
.notification-content-extended .ty-product-notification__buttons {
    text-align: start;
    background: var(--fill-gray);
    border-top: 0 none;
    border-radius: 0 0 var(--border-radius-box) var(--border-radius-box);
    width: initial !important;
    height: calc(var(--height-button) + var(--gap-sm) * 2);
    max-width: initial;
    padding: var(--gap-sm) var(--gap-s);
    margin: initial;
    position: absolute !important;
    z-index: 2;
    inset-block-start: initial !important;
    bottom: 0 !important;
    inset-block-end: 0 !important;
    inset-inline: 0 !important;
    display: flex;
    order: 1;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-xs);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ui-dialog.ui-widget .buttons-container,
    .notification-content-extended .ty-product-notification__buttons {
        border-radius: initial;
        height: calc(var(--height-button) + 40px);
    }
}

.ui-dialog.ui-widget .buttons-container::after,
.ui-dialog.ui-widget .buttons-container::before,
.notification-content-extended .ty-product-notification__buttons::after,
.notification-content-extended .ty-product-notification__buttons::before {
    content: none;
}

.ui-dialog.ui-widget .buttons-container .ty-float-left,
.ui-dialog.ui-widget .buttons-container .ty-float-right,
.notification-content-extended .ty-product-notification__buttons .ty-float-left,
.notification-content-extended .ty-product-notification__buttons .ty-float-right {
    float: initial;
}

.ui-dialog.ui-widget .buttons-container>div,
.notification-content-extended .ty-product-notification__buttons>div {
    margin: initial;
    display: block;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ui-dialog.ui-widget .buttons-container .ty-btn,
    .notification-content-extended .ty-product-notification__buttons .ty-btn {
        width: auto;
    }
}

.ut2_select_variation__buttons {
    bottom: var(--gap-s);
    margin: 0 calc(var(--gap-s) * -1);
    border-radius: 0;
}

.ut2_select_variation__buttons>div:first-child {
    min-inline-size: 0;
    flex: 1;
}

.ut2_select_variation__buttons>div:not(:last-child) .ty-qty .ty-value-changer,
.ut2_select_variation__buttons>div:not(:last-child) .quantity .ty-value-changer {
    background: #fff;
    height: var(--height-button);
    min-height: var(--height-button);
}

.ut2_select_variation__buttons>div:not(:last-child) .ty-qty .ty-control-group__label {
    display: none;
}

.ut2_select_variation__buttons>div:not(:last-child) .ty-qty {
    margin-bottom: 0;
}

.ut2_select_variation__buttons .ty-control-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: initial;
}

.ut2_select_variation__buttons .ty-control-group__label {
    display: none;
}

.ut2_select_variation__buttons .stock-wrap {
    padding-right: var(--gap);
}

.select-variation-dialog .ut2_select_variation__buttons {
    background: var(--fill-gray);
    width: initial !important;
    height: calc(var(--height-button) + 40px);
    padding: var(--gap-sm) var(--gap-s);
    margin: initial;
    position: absolute;
    z-index: 2;
    inset-block-start: initial;
    inset-block-end: 0;
    inset-inline: 0 !important;
    display: flex;
    align-content: center;
    align-items: center;
}

.select-variation-dialog .ut2_select_variation__buttons>div {
    margin-right: 0;
}

.select-variation-dialog .ut2_select_variation__buttons>div .ty-qty .ty-value-changer a[class*="changer"],
.select-variation-dialog .ut2_select_variation__buttons>div .quantity .ty-value-changer a[class*="changer"],
.select-variation-dialog .ut2_select_variation__buttons>div .touch input.ty-value-changer__input {
    height: var(--min-height-button);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .notification-content-extended .ty-product-notification__buttons .ty-btn__secondary {
        background: transparent;
        color: var(--color-font);
        box-shadow: inset 0 0 0 2px #4c4c4c;
    }

    .notification-content-extended .ty-product-notification__buttons .ty-btn__secondary:hover {
        box-shadow: inset 0 0 0 2px rgba(76, 76, 76, 0.8);
    }
}

@media (min-width: 768px) {
    .ui-dialog.ui-widget .buttons-container .ty-btn__tertiary {
        background: var(--color-general);
    }
}

.ui-dialog.ui-widget .ui-dialog-titlebar::before,
.ui-dialog.ui-widget .ui-dialog-titlebar::after {
    content: none;
}

.ui-dialog.ui-widget .ui-dialog-title {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    white-space: unset;
    text-overflow: unset;
    overflow: initial;
    float: initial;
    padding: initial;
    margin: initial;
    width: initial !important;
}

.ui-dialog.ui-widget .ui-dialog-titlebar,
.notification-content-extended h1,
.ty-dropdown-box__content .ty-dropdown-box__title,
.cm-popup-box .ut2-popup-box-title {
    font-size: var(--font-size-large);
    line-height: 49px;
    font-weight: bold;
    color: var(--color-font);
    text-align: start;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: var(--color-general);
    border-radius: initial;
    float: initial;
    position: relative;
    display: block !important;
    border: 0 none;
    border-block-end: 1px solid var(--color-base5);
    width: 100%;
    block-size: 50px;
    margin: initial;
    padding: initial;
    padding-inline: var(--gap-s) 50px;
}

.ui-dialog.ui-widget .ui-dialog-titlebar: hover,
.notification-content-extended h1:hover,
.ty-dropdown-box__content .ty-dropdown-box__title:hover,
.cm-popup-box .ut2-popup-box-title:hover {
    background: var(--color-general);
}

.ut2-dropdown-outside-position .ui-dialog.ui-widget .ui-dialog-titlebar,
.ut2-dropdown-outside-position .notification-content-extended h1,
.ut2-dropdown-outside-position .ty-dropdown-box__content .ty-dropdown-box__title,
.ut2-dropdown-outside-position .cm-popup-box .ut2-popup-box-title {
    padding-inline-start: var(--gap-sm);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ui-dialog.ui-widget .ui-dialog-titlebar,
    .notification-content-extended h1,
    .ty-dropdown-box__content .ty-dropdown-box__title,
    .cm-popup-box .ut2-popup-box-title {
        padding-inline-end: 40px;
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ut2_select_variation__title,
    .ty-horizontal-product-filters-dropdown__title {
        font-size: var(--font-size-large);
        line-height: 49px;
        font-weight: bold;
        color: var(--color-font);
        text-align: start;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: var(--color-general);
        border-radius: initial;
        float: initial;
        position: relative;
        display: block !important;
        border: 0 none;
        border-block-end: 1px solid var(--color-base5);
        width: 100%;
        block-size: 50px;
        margin: initial;
        padding: initial;
        padding-inline: var(--gap-s) 50px;
        padding-inline-end: 40px;
    }

    .ut2_select_variation__title:hover,
    .ty-horizontal-product-filters-dropdown__title:hover {
        background: var(--color-general);
    }

    .ut2-dropdown-outside-position .ut2_select_variation__title,
    .ut2-dropdown-outside-position .ty-horizontal-product-filters-dropdown__title {
        padding-inline-start: var(--gap-sm);
    }
}

body: not(.mobile-screen) .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-titlebar,
body:not(.mobile-screen) .notification-content-extended h1,
body:not(.mobile-screen) .ty-dropdown-box__content .ty-dropdown-box__title:not(.ut2-dropdown-outside-position .ty-dropdown-box__title),
body:not(.mobile-screen) .cm-popup-box .ut2-popup-box-title:not(.ut2-dropdown-outside-position .ut2-popup-box-title) {
    border-start-start-radius: var(--border-radius-box);
    border-start-end-radius: var(--border-radius-box);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    body:not(.mobile-screen) .ui-dialog.ui-widget:not(.abt__ut2_right-panel):not([class*=previewer]) .ui-dialog-titlebar,
    body:not(.mobile-screen) .notification-content-extended h1,
    body:not(.mobile-screen) .ty-dropdown-box__content .ty-dropdown-box__title:not(.ut2-dropdown-outside-position .ty-dropdown-box__title),
    body:not(.mobile-screen) .cm-popup-box .ut2-popup-box-title:not(.ut2-dropdown-outside-position .ut2-popup-box-title) {
        border-start-start-radius: initial;
        border-start-end-radius: initial;
    }
}

.ui-dialog.ui-widget .ui-dialog-titlebar-close {
    -webkit-appearance: none;
    font-size: 0;
    text-indent: initial;
    margin: initial;
}

.ui-dialog.ui-widget .ui-dialog-titlebar-close:hover {
    opacity: initial;
}

.ui-dialog.ui-widget .ui-dialog-titlebar-close .ui-icon-closethick {
    width: initial;
    height: initial;
    margin: initial;
    position: initial;
    overflow: initial;
}

.ui-dialog.ui-widget .ui-dialog-titlebar>[class*=close],
.notification-content-extended h1>[class*=close],
.ty-dropdown-box__content .ty-dropdown-box__title>[class*=close],
.cm-popup-box .ut2-popup-box-title>[class*=close] {
    float: initial;
    position: absolute;
    z-index: 1;
    top: initial;
    right: initial;
    inset-block-start: 0;
    inset-inline-end: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ui-dialog.ui-widget .ui-dialog-titlebar>[class*=close],
    .notification-content-extended h1>[class*=close],
    .ty-dropdown-box__content .ty-dropdown-box__title>[class*=close],
    .cm-popup-box .ut2-popup-box-title>[class*=close] {
        width: 40px;
    }
}

.ty-horizontal-product-filters-dropdown__title>[class*=close] {
    position: absolute;
    inset-block-start: var(--gap-xs);
    inset-inline-end: var(--gap-sm);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {

    .ut2_select_variation__title>[class*=close],
    .ty-horizontal-product-filters-dropdown__title>[class*=close] {
        float: initial;
        position: absolute;
        z-index: 1;
        top: initial;
        right: initial;
        inset-block-start: 0;
        inset-inline-end: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 49px;
        height: 49px;
        width: 40px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .ut2-dropdown-outside-position .ty-dropdown-box__title {
        cursor: pointer;
    }

    .ut2-dropdown-outside-position .ty-dropdown-box__title:hover [class*=close] i::before {
        color: var(--color-font);
        transform: scale(0.9);
    }
}

.ut2-dropdown-outside-position .ty-dropdown-box__title>[class*=close] {
    pointer-events: none !important;
}

span.close,
.ui-icon-closethick,
.ut2-btn-close i {
    opacity: initial !important;
}

span.close::before,
.ui-icon-closethick::before,
.ut2-btn-close i::before {
    content: '\e92e' !important;
    font-family: uni2-icons, sans-serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    display: block !important;
    transition: transform 150ms, color 150ms, opacity 150ms;
    transform: scale(1);
    color: var(--color-font-lighten);
}

@media (hover: hover) and (pointer: fine) {

    span.close,
    .ui-dialog-titlebar-close,
    .ut2-btn-close {
        cursor: pointer;
    }

    span.close:hover::before,
    .ui-dialog-titlebar-close:hover .ui-icon-closethick::before,
    .ut2-btn-close:hover i::before {
        color: var(--color-font);
        transform: scale(0.9);
    }
}

html.dialog-is-open .ty-tabs__content>div {
    z-index: 2;
}

html.dialog-is-open .ty-tabs__content>div .ui-dialog.ui-widget {
    z-index: 10000 !important;
}

.ut2-sw-w {
    background: var(--color-general);
    box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.14), 0 0 10px 0 rgba(0, 0, 0, 0.12);
    inline-size: var(--lt-sticky-panel-width);
    block-size: 100dvh;
    position: fixed !important;
    z-index: 10000;
    inset-block-start: 0;
    inset-inline-start: 0;
    display: block !important;
    transition: visibility 0ms linear 400ms, transform 400ms cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    transform: translate3d(calc(var(--flow-direction-factor-inline) * -100%), 0, 0);
}

@media (max-width: 500px) {
    .ut2-sw-w {
        box-shadow: initial;
    }
}

.ut2-sp-n.open+.ut2-sw-b:not(.hidden):not([style*="display: none;"]):not([style*="display:none;"])+.ut2-sw-w {
    transition-delay: 0ms;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.ut2-sp-n.open+.ut2-sw-b:not(.hidden):not([style*="display: none;"]):not([style*="display:none;"])+.ut2-sw-w .ut2-sp-n {
    display: none;
    opacity: 0;
}

.ut2-sw-w.swipe-right {
    left: auto;
    right: 0;
    transform: translateX(100%);
}

.ut2-sw-w.swipe-right .ut2-sp-n {
    right: auto;
    left: -5.5rem;
}

.ut2-sw-w .ut2-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
    background: var(--color-general);
}

.ut2-sw-w .ut2-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.ut2-dropdown-outside-position {
    inline-size: var(--lt-sticky-panel-width);
    block-size: 100dvh;
    max-width: 100%;
    position: fixed;
    z-index: 10000;
    inset-block-start: 0;
    transition: transform 400ms cubic-bezier(.4, 0, .2, 1);
}

.ut2-dropdown-outside-position.lt-position {
    inset-inline-start: 0;
    transform: translate3d(calc(var(--flow-direction-factor-inline) * -100%), 0, 0);
}

.ut2-dropdown-outside-position.rt-position {
    inset-inline-end: 0;
    transform: translate3d(calc(var(--flow-direction-factor-inline) * 100%), 0, 0);
}

.ut2-dropdown-outside-position.rt-position .ty-dropdown-box__content .ty-product-filters__wrapper,
.ut2-dropdown-outside-position.rt-position .ut2-subcategories,
.ut2-dropdown-outside-position.rt-position .ab-dotd-categories-filter {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ut2-dropdown-outside-position.rt-position .ty-dropdown-box__content .ty-product-filters__wrapper::-webkit-scrollbar,
.ut2-dropdown-outside-position.rt-position .ut2-subcategories::-webkit-scrollbar,
.ut2-dropdown-outside-position.rt-position .ab-dotd-categories-filter::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ut2-dropdown-outside-position.js_open {
    transform: translate3d(0, 0, 0) !important;
}

.ut2-dropdown-outside-position .ty-dropdown-box__content[id] {
    background: var(--color-general);
    border-radius: initial;
    min-width: initial;
    inline-size: 100%;
    block-size: 100%;
    position: initial;
    z-index: initial;
    top: initial;
    right: initial;
}

@media (max-width: 500px) {
    .ut2-dropdown-outside-position .ty-dropdown-box__content[id] {
        box-shadow: initial;
    }
}

.ut2-dropdown-outside-position .ty-dropdown-box__content[id].js_forced-show {
    display: block !important;
}

.ut2-dropdown-outside-position .ty-dropdown-box__content .ty-product-filters__wrapper,
.ut2-dropdown-outside-position .ut2-subcategories,
.ut2-dropdown-outside-position .ab-dotd-categories-filter,
.ut2-dropdown-outside-position .ty-menu__items {
    background: var(--color-general);
    border-radius: initial;
    width: 100%;
    height: calc(100dvh - 50px);
    max-height: initial !important;
    position: initial;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
}

.ut2-dropdown-outside-position .ty-dropdown-box__content .ty-product-filters__wrapper::-webkit-scrollbar,
.ut2-dropdown-outside-position .ut2-subcategories::-webkit-scrollbar,
.ut2-dropdown-outside-position .ab-dotd-categories-filter::-webkit-scrollbar,
.ut2-dropdown-outside-position .ty-menu__items::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.ut2-dropdown-outside-position .ty-dropdown-box__content .ty-product-filters__wrapper {
    padding-block-end: var(--gap-xxs);
}

.ut2-dropdown-outside-position .ty-dropdown-box__content .ty-product-filters__wrapper[data-ca-product-filters-status="active"] {
    padding-bottom: calc(1px + var(--gap-sm) + var(--height-button) + var(--gap-xs) * 2);
}

.ut2-dropdown-outside-position .ty-dropdown-box__content .ty-product-filters__tools {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-block-start: 1px solid var(--color-base5);
    padding: initial;
    padding-inline: var(--gap-s);
    padding-block-start: var(--gap-sm);
    padding-block-end: calc(var(--gap-xs) * 2);
    inline-size: 100%;
    position: absolute;
    z-index: 1;
    inset-block-end: 0;
    inset-inline: 0;
}

.ut2-dropdown-outside-position .ut2-subcategories,
.ut2-dropdown-outside-position .ab-dotd-categories-filter {
    padding-block-start: var(--gap-sm);
    padding-block-end: calc(var(--gap-xs) * 2);
    padding-inline: var(--gap-xxs);
    overflow-x: hidden;
    overflow-y: auto;
}

.ut2-dropdown-outside-position .ty-menu__items {
    padding-block: var(--gap-sm) calc(var(--gap-xs) * 2);
    padding-inline: var(--gap-sm);
    overflow-x: hidden;
    overflow-y: auto;
}

.ut2-dropdown-outside-position .ty-menu__items::before,
.ut2-dropdown-outside-position .ty-menu__items::after {
    content: initial;
}

.ut2-dropdown-outside-position .ty-menu__items .ty-menu__item {
    float: initial;
    border: 0 none;
    position: initial;
    display: block;
}

.ut2-dropdown-outside-position .ty-menu__items .ty-menu__item:hover .ty-menu__item-link {
    background: none;
}

.ut2-dropdown-outside-position .ty-menu__items .ty-menu__item-toggle {
    display: none !important;
}

.ut2-dropdown-outside-position .ty-menu__submenu {
    margin-inline-start: var(--gap-sm);
}

.ut2-dropdown-outside-position .ty-menu__submenu-items,
.ut2-dropdown-outside-position .ty-menu__submenu-list {
    display: block !important;
}

.ut2-dropdown-outside-position .ty-menu__submenu-items {
    background: none;
    border-radius: initial;
    border: 0 none;
    min-width: initial;
    padding: initial;
    position: initial;
    z-index: initial;
}

.ut2-dropdown-outside-position .ty-menu__submenu-items .ty-menu__submenu-item {
    border: 0 none;
    margin: initial;
    padding: initial;
}

.ut2-dropdown-outside-position .ty-menu__submenu-items .ty-top-mine__submenu-col {
    min-width: initial;
    margin: initial;
    padding: initial;
    display: block;
}

.ut2-dropdown-outside-position .ty-menu__submenu-items .ty-menu__submenu-item-header {
    border: none;
    margin: initial;
    min-height: initial;
}

.ut2-dropdown-outside-position .ty-menu__submenu-items .ty-menu__submenu-link {
    font-weight: 400;
}

.ut2-dropdown-outside-position .ty-menu__items .ty-menu__item .ty-menu__item-link,
.ut2-dropdown-outside-position .ty-menu__submenu-items .ty-top-mine__submenu-col .ty-menu__submenu-link {
    color: var(--color-font);
    background: none;
    border-radius: initial;
    padding: initial;
    padding-block: 6px;
    display: block;
    min-height: initial;
    position: initial;
}

.ut2-dropdown-outside-position .ty-menu__items .ty-menu__item .ty-menu__item-link:hover,
.ut2-dropdown-outside-position .ty-menu__submenu-items .ty-top-mine__submenu-col .ty-menu__submenu-link:hover {
    color: var(--color-links);
    background: none;
}

.notification-container-dialog,
.notification-container {
    min-width: initial;
    min-inline-size: 290px;
    max-width: initial;
    width: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    inset-inline-end: var(--gap-s);
}

.notification-container-dialog {
    max-inline-size: calc(100% - var(--gap-s) * 2);
    position: absolute;
    inset-block-start: 40px;
}

.notification-container {
    position: fixed;
    inset-block-start: 0;
}

body.desktop-screen .notification-container {
    max-inline-size: calc(40% - var(--gap-s) * 2);
}

@media (max-width: 1200px) {
    body.desktop-screen .notification-container {
        max-inline-size: calc(60% - var(--gap-s) * 2);
    }
}

@media (max-width: 767px) {
    body.desktop-screen .notification-container {
        max-inline-size: calc(100% - var(--gap-s) * 2);
    }
}

@media (orientation: portrait) {
    body.tablet-screen .notification-container {
        max-inline-size: calc(60% - var(--gap-s) * 2);
    }
}

@media (orientation: landscape) {
    body.tablet-screen .notification-container {
        max-inline-size: calc(40% - var(--gap-s) * 2);
    }
}

body.mobile-screen .notification-container {
    max-inline-size: calc(100% - var(--gap-s) * 2);
}

.notification-content {
    font-size: var(--font-size-normal);
    line-height: calc(var(--font-size-normal) + 6px);
    opacity: initial;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius-box);
    position: relative;
    z-index: 1;
    min-block-size: calc(var(--gap-m) + var(--gap-xxs) * 2);
    padding: initial;
    padding-block: var(--gap-xs);
    padding-inline: var(--gap-xs) calc(var(--gap-xs) * 5);
    margin: initial;
    margin-block: var(--gap-sm);
    margin-inline: initial;
    border: 0 none;
    border-style: solid;
    border-inline-width: 4px 0;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .notification-content {
        margin-block: var(--gap-sm);
    }
}

.notification-content>strong:first-of-type {
    text-transform: uppercase;
    margin: unset;
    display: block;
}

.notification-content button.close {
    float: none;
    font-size: 0;
    line-height: 0;
    color: var(--color-font);
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    inline-size: var(--gap-m);
    block-size: var(--gap-m);
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    inset-block-start: var(--gap-xxs);
    inset-inline-end: var(--gap-xs);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 150ms, opacity 150ms;
    opacity: 0.85;
}

.notification-content button.close:before {
    content: "\e92e";
    font-family: uni2-icons;
    font-size: 24px;
    line-height: 1;
}

.notification-content button.close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.notification-content button.close:active {
    transform: rotate(90deg) scale(0.9);
}

.notification-content.alert-success {
    border-color: #4caf50;
    background: #e3f6cb;
}

.notification-content.alert-warning {
    border-color: #ff9800;
    background: #fff4c6;
}

.notification-content.alert-error {
    border-color: #f44336;
    background: #ffdfdf;
}

.notification-content.alert-success,
.notification-content.alert-warning,
.notification-content.alert-error {
    color: var(--color-font);
}

.notification-content.alert-success a,
.notification-content.alert-warning a,
.notification-content.alert-error a {
    color: var(--color-font);
    text-decoration: underline;
}

@media (min-height: 768px) and (hover: hover) and (pointer: fine) {
    .ui-dialog.ui-widget .ui-dialog-content .grid-list.ut2-gl {
        min-block-size: 650px;
    }
}

.ui-dialog.ui-widget .ui-dialog-content .grid-list.ut2-gl.ut2-rp__grid .ut2-gl__wrap {
    inline-size: calc((var(--gl-thumbs-width) * 1px + var(--gap-half) * 2) * var(--gl-cols) + var(--gap-half) * (var(--gl-cols) - 1) + 17px);
    margin-inline: auto;
}

.ui-dialog.ui-widget .ui-dialog-content .ty-product-review-new-product-review {
    inline-size: var(--ty-product-review-popup-width, 560px);
    min-width: initial;
    max-width: initial;
}

@media (min-width: 768px) and (max-width: 1680px) and (hover: none) {
    body.tablet-screen .ui-dialog.ui-widget .ui-dialog-content .ty-product-review-new-product-review {
        max-inline-size: 560px;
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ui-dialog.ui-widget .ui-dialog-content .ty-product-review-new-product-review {
        inline-size: initial;
    }
}

.ui-dialog.ui-widget .ui-dialog-content .ty-quick-view__wrapper .ab-sticker__tooltip {
    top: -200vh;
}

.ui-dialog.ui-widget .ui-dialog-content select {
    height: var(--height-button);
}

.ui-dialog.ui-widget .ui-dialog-content button {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
}

.ui-dialog.ui-widget .ui-dialog-content .ty-search-form.ty-section {
    margin: 0;
}

.ui-dialog.ui-widget .ui-dialog-content .ty-search-form.ty-section__body {
    padding: var(--gap-s);
}

.ui-dialog.ui-widget .ui-dialog-content .ty-search-form .ty-input-text {
    margin-bottom: var(--gap-xs);
}

@media (min-width: 768px) {
    .ui-dialog.ui-widget .ui-dialog-content .ty-search-form .ty-control-group {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .ui-dialog.ui-widget .ui-dialog-content .ty-search-form .ty-control-group .ty-input-text {
        width: -webkit-calc(100% - 7px);
        width: calc(100% - 7px);
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .ui-dialog.ui-widget .ui-dialog-content .ty-search-form .ty-control-group__title {
        width: 140px;
    }
}

@media (min-width: 768px) {
    .ui-dialog.ui-widget .ui-dialog-content .ty-search-form .ty-control-group__label {
        min-width: inherit;
    }
}

.ui-dialog.ui-widget .ui-dialog-content .ui-button-icon-only .ui-button-text,
.ui-dialog.ui-widget .ui-dialog-content .ui-button-icon-only .ui-button-text,
.ui-dialog.ui-widget .ui-dialog-content .ui-button-icons-only .ui-button-text,
.ui-dialog.ui-widget .ui-dialog-content .ui-button-icons-only .ui-button-text {
    padding: 0;
}

.ui-dialog.ui-widget .ui-dialog-content .ui-button-icon-only:hover,
.ui-dialog.ui-widget .ui-dialog-content .ui-button-icons-only:hover {
    opacity: 1;
}

.ui-dialog.ui-widget.ui-widget-content.abt__ut2_right-panel .container-fluid-row>.row-fluid {
    padding: 0;
}

.notification-content-extended .ty-product-notification__body pre,
.notification-content-extended .notification-extended-stuffing pre {
    background: #e4e4e4 !important;
}

.ty-owl-previewer .ty-owl-previewer__container .owl-prev,
.ty-owl-previewer .ty-owl-previewer__container .owl-next {
    transform: initial;
}

.ty-owl-previewer .ty-owl-previewer__container .owl-controls:not(.owl-controls-outside) .owl-buttons {
    max-width: unset;
}

.ty-owl-previewer .ty-owl-previewer__container .ty-owl-previewer__prev-icon,
.ty-owl-previewer .ty-owl-previewer__container .ty-owl-previewer__next-icon {
    margin: initial;
    width: initial;
    line-height: initial;
}

.ty-product-notification__amount {
    color: var(--color-font-lighten);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ty-product-notification__subtotal {
        font-weight: normal;
    }

    .ty-product-notification__subtotal bdi {
        font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
        margin-top: 5px;
        display: block;
    }
}

#ut2_select_variation_wrapper_svw,
.ty-buy-together-box,
.ty-product-bundles-get-option-variants {
    inline-size: 720px;
    min-block-size: 190px;
    max-inline-size: 100%;
}

#ut2_select_variation_wrapper_svw .ut2_extra-link a {
    display: flex;
    align-items: center;
}

#ut2_select_variation_wrapper_svw .ut2_extra-link span {
    text-decoration: underline;
}

#ut2_select_variation_wrapper_svw .ut2_extra-link i {
    font-size: var(--font-size-small);
    margin-block-start: 2px;
    margin-inline-start: 2px;
}

#ut2_select_variation_wrapper_svw .ut2-added-products__item>.ut2_extra-link {
    margin-block-start: var(--gap-s);
}

#ut2_select_variation_wrapper_svw .buttons-container .ut2_extra-link {
    flex-grow: 1;
}

#ut2_select_variation_wrapper_svw .stock-wrap .ty-control-group__label {
    display: none;
}

.ut2_select_variation__price {
    padding-inline-end: var(--gap-s);
}

.ui-dialog.ui-widget .buttons-container>.ut2_select_variation__price {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    text-align: left;
}

.ut2_select_variation__price .ty-strike,
.ut2_select_variation__price .ty-strike .ty-list-price {
    color: var(--color-font-lighten);
}

.ut2_select_variation__price .ty-strike span[id*="price"]:after {
    border-color: var(--color-font-lighten);
}

.ty-product-option-container--feature-style-images {
    padding: initial;
}

.ui-dialog-content#content_free_products .ty-search-form,
.ui-dialog-content#content_free_products form[name=add_products] {
    inline-size: 100vw;
    max-inline-size: 100%;
}

.ui-dialog-content#content_free_products .ty-search-form {
    margin-block-end: var(--gap-sm);
}

.ui-dialog-content#content_free_products .ty-search-form .ty-section__title {
    border-start-start-radius: var(--border-radius-box);
    border-start-end-radius: var(--border-radius-box);
}

.ui-dialog-content#content_free_products .ty-search-form .ty-section__title:not(.open) {
    border-end-end-radius: var(--border-radius-box);
    border-end-start-radius: var(--border-radius-box);
}

.ui-dialog-content#content_free_products .ty-search-form .ty-section__title .ty-section__arrow {
    position: relative;
    inset-block-start: 2px;
}

.ui-dialog-content#content_free_products .ty-search-form .ty-section__body {
    border-end-end-radius: var(--border-radius-box);
    border-end-start-radius: var(--border-radius-box);
}

.ui-dialog-content#content_free_products .ty-search-form__buttons-container {
    border-end-end-radius: var(--border-radius-box);
    border-end-start-radius: var(--border-radius-box);
    position: initial !important;
    margin-block-end: calc(var(--gap-xs) * -1);
    margin-inline: calc(var(--gap-sm) * -1);
    height: initial;
    justify-content: initial;
}

.ui-dialog-content#content_free_products .ty-search-form__buttons-container .ty-btn__secondary {
    margin-inline-end: calc(var(--gap-xs) * -1);
}

.ui-dialog-content#content_free_products .ty-pagination-container {
    margin-block-end: var(--gap-s);
}

.ui-dialog-content#content_free_products .ty-sort-container {
    display: block;
    margin-block-start: var(--gap-sm);
}

.ui-dialog-content#content_free_products input.ty-product-list__bulk {
    margin-inline-end: initial;
}

@media (max-width: 576px) {
    .ui-dialog-content#content_free_products input.ty-product-list__bulk {
        float: initial;
        inset-block-start: initial;
        display: block;
        margin-inline: auto;
        margin-block-end: var(--gap-xs);
    }
}

.ui-dialog-content#content_free_products .ut2-pl__info {
    border-right: 0 none;
    margin-right: initial;
}

.ui-dialog-content#content_free_products .ty-buttons-container__add-or-close {
    font-size: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    column-gap: var(--gap-xs);
}

@media (max-width: 576px) {
    .ui-dialog-content#content_free_products .ty-buttons-container__add-or-close {
        column-gap: var(--gap-xxs);
    }
}

@media (max-width: 428px) {
    .ui-dialog-content#content_free_products .ty-buttons-container__add-or-close {
        column-gap: 2px;
    }
}

.ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-close-text {
    margin-inline-end: auto;
}

@media (max-width: 767px) {
    .ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-close-text {
        padding-top: initial;
    }
}

.ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-btn {
    font-size: var(--button-font-size);
}

@media (max-width: 767px) {
    .ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-btn {
        display: flex;
    }
}

@media (max-width: 576px) {
    .ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-btn {
        font-size: var(--font-size-normal);
    }

    body.mobile-screen .ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-btn {
        font-size: var(--font-size-small);
    }
}

@media (max-width: 428px) {
    .ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-btn {
        padding-left: var(--gap-xs);
        padding-right: var(--gap-xs);
    }
}

@media (max-width: 350px) {
    .ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-btn {
        font-size: 13px !important;
    }
}

@media (max-width: 350px) {
    .ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-btn.ty-btn__secondary {
        padding-left: var(--gap-xxs);
        padding-right: var(--gap-xxs);
    }
}

.ui-dialog-content#content_free_products .ty-buttons-container__add-or-close .ty-btn+.ty-btn {
    margin-left: initial;
}

.ui-dialog-content#product_quick_view #ab-spt-heading-navigation-tab {
    display: none;
}

.ui-dialog-content[id^=gift_cert_quick_view] .ty-quick-view__wrapper {
    width: 100vw;
    max-width: 100%;
    display: flex;
    column-gap: var(--gap-m);
}

@media (max-width: 767px) {
    .ui-dialog-content[id^=gift_cert_quick_view] .ty-quick-view__wrapper {
        display: block;
    }
}

.ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__img-wrapper {
    float: initial;
    position: initial;
    margin-right: initial;
    padding: initial;
    max-width: initial;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__img-wrapper {
        margin-block-end: var(--gap-sm);
    }
}

.ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__img-wrapper::before,
.ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__img-wrapper::after {
    content: none;
}

.ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__img {
    margin-right: initial;
}

.ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__img .ty-mtb-xs {
    margin-top: var(--gap-xs);
}

.ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__left {
    padding: initial;
    max-width: calc(100% - 150px - var(--gap-m));
    overflow: initial;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__left {
        max-width: initial;
    }
}

.ui-dialog-content[id^=gift_cert_quick_view] .ut2-table-carrier {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
}

.ui-dialog-content[id^=gift_cert_quick_view] .ut2-table-carrier::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.ui-dialog-content[id^=gift_cert_quick_view] .ty-table {
    inline-size: 100%;
}

@media (max-width: 767px) {
    .ui-dialog-content[id^=gift_cert_quick_view] .ty-table tbody tr:first-child:has(th) {
        display: none;
    }
}

@media (max-width: 767px) {
    .ui-dialog-content[id^=gift_cert_quick_view] .ty-table .ty-table__responsive-content {
        width: auto;
        overflow: hidden;
    }
}

.ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__button {
    text-align: end;
}

.ui-dialog-content[id^=gift_cert_quick_view] .ty-product-block__button .ty-btn {
    margin: initial;
}

.litecheckout .b--ship-way .b--ship-way__vendor .pickup.ty-checkout-select-store__map-full-div .ui-dialog-content.pickup__offices-wrapper {
    float: initial;
    background: var(--fill-gray);
    border-end-end-radius: var(--border-radius-box) !important;
    border-end-start-radius: var(--border-radius-box) !important;
    overflow: clip;
}

.litecheckout .b--ship-way .b--ship-way__vendor .pickup.ty-checkout-select-store__map-full-div .ui-dialog-content.pickup__offices-wrapper>.object-container {
    scroll-snap-type: block proximity;
    scroll-padding-block-start: 81px;
}

.litecheckout .b--ship-way .b--ship-way__vendor .pickup.ty-checkout-select-store__map-full-div .ui-dialog-content.pickup__offices-wrapper .pickup__search {
    padding: var(--gap-s);
    position: sticky;
    top: 0;
}

.litecheckout .b--ship-way .b--ship-way__vendor .pickup.ty-checkout-select-store__map-full-div .ui-dialog-content.pickup__offices-wrapper .pickup__offices--list {
    overflow: initial;
    display: contents;
}

.litecheckout .b--ship-way .b--ship-way__vendor .pickup.ty-checkout-select-store__map-full-div .ui-dialog-content.pickup__offices-wrapper .ty-sdek-store__label {
    padding-inline-start: var(--gap-s);
    padding-inline-end: var(--gap-s);
}

#cart_main {
    display: grid;
    grid-template-columns: minmax(300px, 7fr) minmax(300px, 3fr);
    gap: 0 var(--gap-l);
}

#cart_main:has(> .ty-no-items) {
    grid-template-columns: 1fr;
}

#cart_main #checkout_form_wrapper {
    grid-column: 1;
}

#cart_main #checkout_form_wrapper form {
    display: flex;
    flex-flow: column;
    min-height: 330px;
}

#cart_main .ut2-cart-checkout_totals {
    grid-column: 2;
}

@media (min-width: 1024px) {
    #cart_main .ut2-cart-checkout_totals {
        position: sticky;
        top: calc(var(--js_rt_overall-top_-stuck-_height) + var(--gap-s));
        height: fit-content;
    }
}

@media (max-width: 1023px) {
    #cart_main {
        grid-template-columns: 1fr;
    }

    #cart_main #checkout_form_wrapper,
    #cart_main .ut2-cart-checkout_totals {
        grid-column: unset;
    }
}

.ut2-cart-content {
    display: flex;
    flex-flow: column;
}

.ut2-cart-content__product-title {
    font-size: var(--font-size-medium);
}

.ut2-cart-content__estimation {
    height: auto;
    max-height: 100%;
}

.ut2-cart-content .ty-product-options .ty-product-options__description {
    color: var(--color-font-lighten);
}

.ut2-cart-content .ty-group-block {
    width: fit-content;
    border: none;
    background: var(--fill-gray);
    padding-top: 0;
    padding-bottom: 0;
    margin-block-start: 3px;
    position: relative;
}

.ut2-cart-content .ty-group-block .ty-group-block__arrow {
    position: absolute;
    inset-inline-start: 12px;
    inset-block-end: 100%;
}

.ut2-cart-content .ty-group-block .ty-group-block__arrow .ty-caret-info {
    float: initial;
    width: initial;
    height: initial;
    overflow: initial;
    position: initial;
    display: block;
}

.ut2-cart-content .ty-group-block .ty-group-block__arrow .ty-caret-outer {
    display: none;
}

.ut2-cart-content .ty-group-block .ty-group-block__arrow .ty-caret-inner {
    border-bottom: 6px solid var(--fill-gray);
    margin-left: initial;
    position: initial;
    display: block;
}

.ut2-cart-content .ty-group-block .ty-group-block__content>div {
    padding-inline: var(--gap-xs);
    line-height: 1;
}

.ut2-cart-content .ty-group-block .ty-reward-points__product-info .ty-control-group__label {
    float: none;
}

.ut2-cart-items__empty {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    color: var(--color-font);
}

.ty-coupons__item.ty-discount-info,
.ty-discount-info {
    background: var(--color-general);
    border-radius: var(--border-radius);
    border: 1px solid var(--color-general);
    padding: var(--gap-xs);
}

.ty-coupons__item.ty-discount-info .ty-caret-inner,
.ty-discount-info .ty-caret-inner {
    top: 1.4px;
    border-bottom: 6px solid var(--color-general);
}

.ty-coupons__item.ty-discount-info .ty-caret-outer,
.ty-discount-info .ty-caret-outer {
    border-bottom-color: var(--color-general);
}

button.ty-btn--recalculate-cart.ty-btn__tertiary {
    display: none !important;
}

.ut2-cart-content__bottom-buttons {
    border-block-start: 1px solid var(--color-base);
    padding-block: var(--gap-s);
    margin-block-start: auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-s);
}

@media (max-width: 460px) {
    .ut2-cart-content__bottom-buttons {
        margin-block-end: var(--gap-s);
    }
}

.ut2-cart-content__bottom-buttons>a.ty-btn {
    margin: 0;
}

@media (max-width: 767px) {
    .ut2-cart-content__bottom-buttons>a.ty-btn {
        flex-grow: 1;
        flex-basis: 200px;
    }
}

.ut2-cart-checkout_totals .ty-reward-points__points-in-use,
.litecheckout__ab_sticky-block .ty-reward-points__points-in-use {
    overflow: initial;
}

.ut2-cart-checkout_totals .ty-reward-points__delete-icon,
.litecheckout__ab_sticky-block .ty-reward-points__delete-icon {
    top: initial;
    display: inline-flex;
    vertical-align: bottom;
    margin-block-end: -2px;
}

.ut2-cart-checkout_totals {
    min-inline-size: 270px;
    background: var(--fill-gray);
    border-radius: var(--border-radius-box);
    padding: var(--gap-m) var(--gap-s);
    margin-block-end: var(--gap-s);
}

.ut2-cart-total__body {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    column-gap: 40px;
    row-gap: var(--gap-s);
}

.ut2-cart-total__body:has(.ty-coupons__container:first-child) {
    padding-block-start: calc(var(--font-size-normal) + 4px + var(--gap-xxs));
}

.ut2-cart-total__body .ty-coupons__container {
    float: initial;
    width: initial;
    padding: initial;
    flex-basis: 340px;
    flex-grow: 1;
}

.ut2-cart-total__body .ty-coupons__container:first-child {
    margin-block-start: calc((var(--font-size-normal) + 4px + var(--gap-xxs)) * -1);
}

.ut2-cart-total__body .ty-coupons__container: not(:has(*)) {
    display: none;
}

.ut2-cart-total__body label {
    line-height: calc(var(--font-size-normal) + 4px);
}

.ut2-cart-total__body .ut2-cart-statistic {
    flex-basis: 340px;
    flex-grow: 1;
}

.ut2-cart-total__body .ty-coupons__item-delete {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ut2-cart-total__body .ty-input-append {
    display: block;
    margin: initial;
}

.ut2-cart_checkout_totals_buttons .ut2-buttons-list {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-xs);
    margin-block-start: var(--gap-s);
}

.ut2-cart_checkout_totals_buttons .ut2-buttons-list .ty-btn+.ty-btn {
    margin-left: initial;
}

.ut2-cart_checkout_totals_buttons .ut2-buttons-list .ty-btn__primary {
    height: 46px;
    width: 100%;
}

.ut2-cart-statistic,
.ut2-cart-total__statistic {
    display: table;
    max-inline-size: 100%;
}

.ut2-cart-statistic__item,
.ut2-cart-total__statistic__item {
    display: table-row;
}

.ut2-cart-statistic__title,
.ut2-cart-statistic__value {
    padding-block-end: var(--gap-xs);
}

.ut2-cart-statistic__value.discount-price .ut2-cost-base {
    color: #f44336;
}

.ut2-cart-statistic__title,
.ut2-cart-total__statistic__title {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    color: var(--color-font-lighten);
    display: table-cell;
}

.ut2-cart-statistic__value,
.ut2-cart-total__statistic__value {
    text-align: end;
    white-space: nowrap;
    display: table-cell;
    padding-inline-start: var(--gap-xs);
}

.ut2-cart-statistic__value .ut2-cost-base,
.ut2-cart-statistic__value a,
.ut2-cart-total__statistic__value .ut2-cost-base,
.ut2-cart-total__statistic__value a {
    color: #1e1e1e;
    border-color: rgba(30, 30, 30, 0.5);
}

.ut2-cart-statistic__value .ty-price,
.ut2-cart-total__statistic__value .ty-price {
    margin: unset;
}

.ut2-cart-statistic__icon-estimation {
    margin-inline: 2px 3px;
    position: relative;
    inset-block-start: 1px;
}

.ut2-cart-statistic__a-estimation {
    border-bottom: 1px dotted var(--color-links);
}

.ut2-cart-statistic__a-estimation:hover {
    border-color: transparent;
}

.ut2-cart-total__statistic {
    inline-size: 100%;
    border-block-start: 1px solid var(--color-base5);
    padding-block-start: var(--gap-sm);
    margin-block: var(--gap-sm) 0;
}

@media (max-width: 1023px) {
    body.mobile-screen .ut2-cart-total__statistic {
        padding-block-start: var(--gap-xs);
    }
}

.ut2-cart-total__statistic__item .ut2-cart-total__statistic__value {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

.ut2-cart-total__statistic__value {
    font-size: var(--price-font-size);
}

#checkout_form_wrapper [id^="price_in_points"] {
    color: #1e905d;
}

.cm-cart-content ::-webkit-scrollbar {
    width: 5px;
}

.ut2-order-products__item {
    padding-block: 0 var(--gap-xs);
    padding-inline: 0 24px;
    justify-content: flex-end;
    border-color: var(--color-base);
}

@media (max-width: 460px) {
    .ut2-order-products__item {
        justify-content: initial;
    }
}

.ut2-order-products__item:last-child {
    padding-bottom: 0;
}

.ut2-order-products__item>a {
    padding: 0;
    margin: 0;
    top: 1px !important;
}

.ut2-order-products__item>a:last-of-type {
    right: 12px;
}

.ut2-order-products__item>a .ty-icon {
    font-size: 20px;
}

.ut2-order-products__item>.ty-order-products__price {
    margin-inline: 10px;
    padding-block: 0;
}

@media (max-width: 768px) {
    .ut2-order-products__item {
        padding-right: 30px;
    }
}

.ut2-cart-product-code {
    color: var(--color-font-lighten);
    padding-block: var(--gap-xs);
}

.ut2-cart-product-options,
.ut2-cart-product-variations {
    display: flex;
    flex-flow: column;
}

.ut2-cart-product-options>div,
.ut2-cart-product-options>span.ty-product-options,
.ut2-cart-product-variations>div,
.ut2-cart-product-variations>span.ty-product-options {
    padding-bottom: 3px;
}

.ut2-cart-product-info {
    flex: 1 0 200px;
    padding-left: var(--gap-xs);
    padding-right: var(--gap-sm);
    max-width: 100%;
}

.ty-checkout-summary__item:not(:first-child) .ut2-cost-multi,
.ty-checkout-summary__item:not(:first-child) .ut2-cost-base,
.ty-checkout-summary__item:not(:first-child) .ut2-cost-opted,
.ut2-cart-statistic__value .ut2-cost-multi,
.ut2-cart-statistic__value .ut2-cost-base,
.ut2-cart-statistic__value .ut2-cost-opted,
.ut2-cart-total__statistic .ut2-cost-multi,
.ut2-cart-total__statistic .ut2-cost-base,
.ut2-cart-total__statistic .ut2-cost-opted {
    display: block;
}

.ty-cart-content__price .ut2-cost-multi {
    display: inline-block;
}

.ty-cart-content__price .ty-strike .ut2-cost-multi {
    display: initial;
}

.ut2-dropdown-no_tip:before,
.ut2-dropdown-no_tip:after {
    content: none !important;
}

.ut2-cart-products__item {
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--gap-s);
    column-gap: max(var(--gap-m), 4%);
    padding-block: calc(var(--gap-s) + var(--gap-xxs));
}

@media (max-width: 575px) {
    .ut2-cart-products__item {
        position: relative;
    }
}

.ut2-cart-products__item:not(:last-child) {
    border-block-end: 1px solid var(--color-base);
}

.ut2-cart-product-base {
    flex-grow: 2;
    flex-basis: calc(min(var(--cart-product-icon-width), 200px) + var(--gap-sm) + 260px);
    min-inline-size: 0;
    display: flex;
    align-items: start;
    column-gap: var(--gap-sm);
}

@media (max-width: 575px) {
    .ut2-cart-product-base {
        flex-basis: 100%;
    }
}

.ut2-cart-product-desc {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
    min-inline-size: 0;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}

.ut2-cart-product-desc .ty-product-variations__variation-features--secondary,
.ut2-cart-product-desc .ab-checkout-vendor {
    display: none;
}

.ut2-cart-product-desc .ty-control-group.ty-sku-item {
    min-height: initial;
    padding: initial;
}

.ut2-cart-product-desc .ty-control-group.ty-sku-item .ut2-icon-copy,
.ut2-cart-product-desc .ty-control-group.ty-sku-item .ut2--sku-text {
    color: var(--color-font);
}

.ut2-cart-product-desc .ty-control-group[class*="company"],
.ut2-cart-product-desc .ty-control-group[class*="vendor"] {
    margin: initial;
}

.ut2-cart-product-desc .ty-control-group[class*="company"]::before,
.ut2-cart-product-desc .ty-control-group[class*="company"]::after,
.ut2-cart-product-desc .ty-control-group[class*="vendor"]::before,
.ut2-cart-product-desc .ty-control-group[class*="vendor"]::after {
    content: initial !important;
}

.ut2-cart-product-desc .ty-control-group[class*="company"] .ty-control-group__label,
.ut2-cart-product-desc .ty-control-group[class*="company"] .ty-control-group__item,
.ut2-cart-product-desc .ty-control-group[class*="vendor"] .ty-control-group__label,
.ut2-cart-product-desc .ty-control-group[class*="vendor"] .ty-control-group__item {
    display: initial;
}

.ut2-cart-product-desc .ty-control-group[class*="company"] .ty-control-group__label,
.ut2-cart-product-desc .ty-control-group[class*="vendor"] .ty-control-group__label {
    line-height: initial;
    color: var(--color-font-lighten);
    float: initial;
    margin: initial;
    padding: initial;
    min-width: initial;
}

.ut2-cart-product-desc .ty-control-group[class*="company"] .ty-control-group__item,
.ut2-cart-product-desc .ty-control-group[class*="vendor"] .ty-control-group__item {
    vertical-align: initial;
    padding: initial;
}

.ut2-cart-product-desc .ty-control-group[class*="company"] .ty-control-group__item a,
.ut2-cart-product-desc .ty-control-group[class*="vendor"] .ty-control-group__item a {
    color: var(--color-font);
}

@media (hover: hover) and (pointer: fine) {

    .ut2-cart-product-desc .ty-control-group[class*="company"] .ty-control-group__item a:hover,
    .ut2-cart-product-desc .ty-control-group[class*="vendor"] .ty-control-group__item a:hover {
        color: var(--color-links-active);
    }
}

.ut2-cart-product-price-info {
    flex-shrink: 0;
    margin-inline-start: auto;
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-sm);
}

@media (max-width: 575px) {
    .ut2-cart-product-price-info {
        inline-size: 100%;
    }
}

.ut2-bt_set-main-product>.ut2-cart-product-price-info:not(.is-bt-set) {
    inline-size: 100%;
    order: 1;
}

@media (max-width: 575px) {
    .ut2-bt_set-main-product>.ut2-cart-product-price-info:not(.is-bt-set) {
        position: relative;
    }
}

.is-main-cart .ut2-cart-product-price-info:not(.is-bt-set)>.ty-reward-points__product-info,
.is-main-cart .ut2-cart-product-price-info:not(.is-bt-set)>.ut2-cart-product-exinfo {
    inline-size: 360px;
}

.is-checkout .ut2-cart-product-price-info:not(.is-bt-set)>.ty-reward-points__product-info,
.is-checkout .ut2-cart-product-price-info:not(.is-bt-set)>.ut2-cart-product-exinfo {
    inline-size: 270px;
}

.ut2-cart-product-price-info:not(.is-bt-set)>.ut2-cart-product-exinfo .ut2-cart-product-exinfo-total .ut2-cost-base {
    font-weight: bold;
}

.ut2-cart-product-price-info .ty-reward-points__product-info,
.ut2-cart-product-price-info .ut2-cart-product-exinfo {
    white-space: nowrap;
    margin-inline-start: auto;
}

@media (max-width: 575px) {

    .ut2-cart-product-price-info .ty-reward-points__product-info,
    .ut2-cart-product-price-info .ut2-cart-product-exinfo {
        inline-size: 100% !important;
    }
}

.is-main-cart .ut2-cart-product-price-info .ty-reward-points__product-info,
.is-main-cart .ut2-cart-product-price-info .ut2-cart-product-exinfo {
    padding-inline-end: 40px;
}

@media (max-width: 575px) {

    .is-main-cart .ut2-cart-product-price-info .ty-reward-points__product-info,
    .is-main-cart .ut2-cart-product-price-info .ut2-cart-product-exinfo {
        padding-inline-end: initial;
    }
}

.ut2-cart-product-price-info .ty-reward-points__product-info {
    text-align: end;
    order: 2;
    margin-block-start: calc(var(--gap-xxs) * -1);
}

.ut2-cart-product-price-info .ty-reward-points__product-info: :before,
.ut2-cart-product-price-info .ty-reward-points__product-info::after {
    content: initial !important;
}

.ut2-cart-product-price-info .ty-reward-points__product-info .ty-reward-points-product-info__label {
    font-size: var(--font-size-small);
    font-weight: initial;
    color: var(--color-font-lighten-max);
    float: initial;
    width: initial;
    padding: initial;
    margin: initial;
    margin-block-end: 3px;
    display: block;
}

.ut2-cart-product-price-info .ty-reward-points__product-info .ty-reward-points-product-info__item {
    word-break: initial;
    padding: initial;
    display: block;
}

.ut2-cart-product-exinfo {
    order: 1;
    display: flex;
    row-gap: var(--gap-xs);
}

.is-main-cart .ut2-cart-product-exinfo {
    position: relative;
}

@media (max-width: 575px) {
    .is-main-cart .ut2-cart-product-exinfo {
        padding-inline-end: initial;
        flex-wrap: wrap;
        position: initial;
    }
}

@media (max-width: 374px) {
    .is-main-cart .ut2-cart-product-exinfo {
        justify-content: end;
        column-gap: var(--gap-s);
    }
}

.ut2-cart-product-exinfo .ty-strike {
    text-decoration: line-through;
}

.ut2-cart-product-exinfo .ty-strike * {
    color: var(--color-font-lighten);
}

.ut2-cart-product-exinfo-remove {
    position: absolute;
    inset-inline-end: 0;
}

@media (max-width: 575px) {
    .ut2-cart-product-exinfo-remove {
        inset-block-start: calc(var(--gap-s) + var(--gap-xxs));
    }

    .ut2-bt_set-main-product>.ut2-cart-product-price-info:not(.is-bt-set)>.ut2-cart-product-exinfo .ut2-cart-product-exinfo-remove {
        position: initial;
        inset-block-start: initial;
        inline-size: 100%;
        text-align: end;
        margin-block-start: var(--gap-xxs);
    }

    .ut2-bt_set-main-product>.ut2-cart-product-price-info: not(.is-bt-set)>.ut2-cart-product-exinfo .ut2-cart-product-exinfo-remove .text {
        display: block;
    }
}

.ut2-cart-product-exinfo-remove .ut2-cart-item-delete {
    vertical-align: top;
    display: inline-flex;
    column-gap: var(--gap-xxs);
    align-items: center;
}

.ut2-cart-product-exinfo-remove [class*="icon"] {
    font-size: 20px;
}

@media (max-width: 768px) {
    .ut2-cart-product-exinfo-remove [class*="icon"] {
        font-size: 24px;
    }
}

.ut2-cart-product-exinfo-remove .text {
    display: none;
}

@media (max-width: 575px) {
    .is-main-cart .ut2-bt_set-main-product>.ut2-cart-product-price-info:not(.is-bt-set):has(.ty-reward-points__product-info)>.ut2-cart-product-exinfo {
        padding-block-end: calc(24px + var(--gap-sm) + 34px + var(--gap-xxs));
        position: relative;
    }
}

@media (max-width: 575px) {
    .is-main-cart .ut2-bt_set-main-product>.ut2-cart-product-price-info:not(.is-bt-set):has(.ty-reward-points__product-info)>.ut2-cart-product-exinfo .ut2-cart-product-exinfo-remove {
        position: absolute;
        inset-block-end: 0;
        margin-block-start: initial;
    }
}

@media (max-width: 575px) {
    .is-main-cart .ut2-bt_set-main-product>.ut2-cart-product-price-info:not(.is-bt-set):has(.ty-reward-points__product-info)>.ty-reward-points__product-info {
        margin-block-start: initial;
        position: absolute;
        z-index: 1;
        inset-inline-end: 0;
        inset-block-end: calc(24px + var(--gap-sm));
    }
}

.ut2-cart-product-exinfo-price,
.ut2-cart-product-exinfo-total {
    min-inline-size: 0;
    flex-grow: 1;
    flex-basis: 0;
}

@media (max-width: 374px) {
    .is-main-cart .ut2-cart-product-exinfo-col.ut2-cart-product-exinfo-price {
        flex-basis: initial;
        inline-size: 100%;
        text-align: end;
    }

    .is-main-cart .ut2-cart-product-exinfo-col.ut2-cart-product-exinfo-price .ut2-cart-product-exinfo-body {
        display: flex;
        flex-direction: row-reverse;
        column-gap: var(--gap-xxs);
    }
}

.ut2-cart-product-exinfo-col.ut2-cart-product-exinfo-amount {
    text-align: center;
    flex-shrink: 0;
}

.ut2-cart-product-exinfo-col.ut2-cart-product-exinfo-amount .ut2-cart-product-exinfo-body {
    align-items: center;
}

.ut2-cart-product-exinfo-col.ut2-cart-product-exinfo-total {
    text-align: end;
}

@media (max-width: 374px) {
    .is-main-cart .ut2-cart-product-exinfo-col.ut2-cart-product-exinfo-total {
        flex-grow: 0;
        flex-basis: initial;
    }
}

.ut2-cart-product-exinfo-col.ut2-cart-product-exinfo-total .ut2-cart-product-exinfo-body {
    justify-content: end;
}

.ut2-cart-product-exinfo-header {
    font-size: var(--font-size-small);
    color: var(--color-font-lighten-max);
    margin-block-end: var(--gap-xxs);
}

.ut2-cart-product-exinfo-body {
    padding: initial !important;
}

.ut2-cart-product-exinfo-body .ty-strike,
.ut2-cart-product-exinfo-body [class*="ut2-cost-"] {
    display: block;
}

.product-pict {
    flex-shrink: 0;
    align-self: start;
    position: relative;
}

.pict-underlay {
    inline-size: var(--cart-product-icon-width);
    max-inline-size: 150px;
}

@media (max-width: 575px) {
    .pict-underlay {
        max-inline-size: 100px;
    }
}

@media (max-width: 430px) {
    .pict-underlay {
        max-inline-size: 80px;
    }
}

@media (max-width: 360px) {
    .pict-underlay {
        max-inline-size: 60px;
    }
}

.ut2-minicart .pict-underlay {
    max-inline-size: 80px;
}

@media (max-width: 767px) {
    .ut2-minicart .pict-underlay {
        max-inline-size: 150px;
    }
}

@media (max-width: 575px) {
    .ut2-minicart .pict-underlay {
        max-inline-size: 100px;
    }
}

@media (max-width: 430px) {
    .ut2-minicart .pict-underlay {
        max-inline-size: 80px;
    }
}

@media (max-width: 360px) {
    .ut2-minicart .pict-underlay {
        max-inline-size: 60px;
    }
}

.pict-underlay a {
    display: block;
}

.pict-underlay .ty-no-image {
    float: initial !important;
    padding: initial !important;
}

.product-name a {
    font-size: var(--font-size-medium);
    color: var(--color-font);
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ut2-minicart .product-name a {
    font-size: var(--font-size-normal);
}

@media (max-width: 575px) {
    .is-main-cart .product-name {
        padding-inline-end: 30px;
    }
}

.product-rating .ut2-rating-stars.r-block {
    height: initial;
}

.availability-status .ty-control-group {
    margin: initial;
}

.availability-status .ty-control-group::before,
.availability-status .ty-control-group::after {
    content: initial !important;
}

.options-variations-readonly {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    margin-block-start: var(--gap-xxs);
}

.options-variations-readonly .ty-control-group.ty-product-options__info {
    margin: initial;
    padding: initial;
    max-height: initial;
    width: initial;
    overflow: initial;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}

.options-variations-readonly .ty-product-options__title {
    display: none;
}

.options-variations-readonly .ty-product-options__info::before,
.options-variations-readonly .ty-product-options__info::after,
.options-variations-readonly .ty-product-options::before,
.options-variations-readonly .ty-product-options::after {
    content: initial !important;
}

.options-variations-readonly .ty-product-options-name,
.options-variations-readonly .ty-product-options-content {
    display: initial;
    float: initial;
    width: initial;
    padding: initial;
}

.options-variations-readonly .ty-product-options-name {
    color: var(--color-font-lighten);
}

.options-variations-configurable {
    text-align: start;
    display: none;
}

.options-variations-configurable:has(.ty-product-options) {
    display: flex;
}

.options-variations-configurable:not(:first-of-type) {
    margin-block-start: var(--gap-s);
}

.options-variations-configurable>div {
    min-inline-size: 0;
    margin-block-start: calc(var(--gap-xs) * -1);
}

.options-variations-configurable>div.options-variations-configurable__cart-add-in.has-both,
.options-variations-configurable>div.options-variations-configurable__cart-add-in: has(.ty-product-options > .ty-product-options__item ~ .ty-product-options__item) {
    inline-size: 100%;
    column-count: 2;
    column-width: 200px;
    column-gap: var(--gap-m);
}

.options-variations-configurable>div.options-variations-configurable__cart-add-in>div>div {
    display: contents;
}

.ui-dialog .options-variations-configurable>div:has(> div:only-of-type):has(.ty-product-options > .ty-product-options__item ~ .ty-product-options__item ~ .ty-product-options__item),
.ui-dialog .options-variations-configurable>div:has(> div ~ div):has(.ty-product-options > .ty-product-options__item ~ .ty-product-options__item) {
    inline-size: 100%;
    column-count: 2;
    column-width: 200px;
    column-gap: var(--gap-m);
}

.options-variations-configurable>div>div {
    display: contents;
}

.options-variations-configurable .ty-product-options {
    display: contents;
}

.options-variations-configurable div.ty-product-options__item {
    display: flow-root;
    break-inside: avoid;
    margin: initial;
    padding-block-start: var(--gap-xs);
}

.options-variations-configurable div.ty-product-options__item>*: not(:first-child) {
    margin-block-start: var(--gap-xxs);
}

.options-variations-configurable div.ty-product-options__item .ty-product-options__item-label {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    line-height: initial;
    float: initial;
    min-width: initial;
    width: initial;
}

.options-variations-configurable div.ty-product-options__item .ty-product-options__elem,
.options-variations-configurable div.ty-product-options__item .ty-product-options__box {
    display: block;
}

.options-variations-configurable div.ty-product-options__item .ty-product-options__box {
    padding-top: 2px;
    padding-bottom: initial;
    min-height: var(--height-button);
    align-content: center;
}

.options-variations-configurable div.ty-product-options__item .ty-product-options__box:after {
    content: none;
}

.options-variations-configurable div.ty-product-options__item select {
    inline-size: 100%;
    min-width: 150px;
}

.options-variations-configurable div.ty-product-options__item .ty-product-variant-image {
    margin-left: initial;
    padding: initial;
}

.options-variations-configurable div.ty-product-options__item .ty-fileuploader {
    padding: initial;
    min-block-size: 20px;
}

.options-variations-configurable div.ty-product-options__item .ty-fileuploader>[type="hidden"]:not([value=""])~[id^="file_uploader_"] {
    display: none;
}

.options-variations-configurable div.ty-product-options__item .ty-fileuploader p {
    padding: initial;
}

.options-variations-configurable div.ty-product-options__item .ty-fileuploader br {
    display: block;
    margin-block-start: var(--gap-xxs);
}

.options-variations-configurable div.ty-product-options__item .ty-fileuploader__file-local {
    display: inline-block;
    vertical-align: top;
}

.options-variations-configurable div.ty-product-options__item .ty-fileuploader__filename {
    top: initial;
}

.options-variations-configurable a {
    color: var(--color-font);
}

.mix-quantity-x-price {
    white-space: nowrap;
    flex-shrink: 0;
    flex-basis: 160px;
    margin-inline-start: auto;
    display: flex;
    justify-content: end;
    column-gap: var(--gap-xs);
}

.mix-quantity-x-price .bdi-add-wrapper {
    display: flex;
    justify-content: end;
    column-gap: var(--gap-xs);
}

.mix-quantity-x-price .mix-quantity-x {
    color: var(--color-font-lighten);
}

.ut2-added-products {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-s);
    margin-block-end: var(--gap-s);
}

.ut2-minicart .ut2-added-products {
    margin-block-end: initial;
}

@media (min-width: 768px) {

    #ut2_select_variation_wrapper_svw .ut2-added-products,
    .ty-buy-together-box,
    .ty-product-bundles-get-option-variants {
        margin-block-end: var(--gap-sm);
    }
}

@media (max-width: 767px) {

    #ut2_select_variation_wrapper_svw .ut2-added-products,
    .ty-buy-together-box,
    .ty-product-bundles-get-option-variants {
        margin-block-end: var(--gap-xs);
    }
}

.ut2-added-products__item:not(.ut2-bt_added-set-main-product .ut2-added-products__item)+.ut2-added-products__item {
    padding-block-start: var(--gap-s);
    border-block-start: 1px solid var(--color-base);
}

.ut2-added-products__item.ut2-bt_added-set-main-product>.mix-quantity-x-price {
    margin-block-start: var(--gap-sm);
}

.ut2-minicart.has-rm-btn .ut2-added-products__item.ut2-bt_added-set-main-product>.mix-quantity-x-price {
    margin-inline-end: 30px;
}

.ut2-added-products__item .desc {
    flex-grow: 1;
    min-inline-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    column-gap: var(--gap-xs);
    row-gap: var(--gap-xs);
}

.ut2-added-products__item .base {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
    flex-basis: 260px;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    width: 100%;
}

.ut2-bt_added-set-related-products .ut2-added-products__item .mix-quantity-x-price {
    color: var(--color-font-lighten);
}

.ut2-added-products__itself-item {
    display: flex;
    column-gap: var(--gap-sm);
}

.ut2-added-products:not(.ut2-minicart .ut2-added-products) .ut2-added-products__itself-item {
    column-gap: var(--gap-s);
}

.ut2-minicart.has-rm-btn .ut2-added-products__itself-item {
    position: relative;
    padding-inline-end: 30px;
}

.tygh-header .ty-dropdown-box__content--cart,
.ut2-dropdown-outside-position.ut2-top-cart-content {
    inline-size: var(--ut2-minicart-width);
}

.ut2-minicart {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
    padding-block: var(--gap-s);
    padding-inline: var(--gap-s);
}

.ut2-minicart::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ut2-minicart {
    padding-inline: var(--gap-sm);
}

.tygh-header .ty-dropdown-box__content--cart .ut2-minicart.no-bottom-buttons {
    max-block-size: calc(100dvh - var(--ut2-top-panel-height) * 2 - var(--js_rt_header__1st-row-_height, var(--ut2-header-height)) - 50px - var(--gap-m));
}

.tygh-header .ty-dropdown-box__content--cart .ut2-minicart.has-bottom-buttons {
    max-block-size: calc(100dvh - var(--ut2-top-panel-height) * 2 - var(--js_rt_header__1st-row-_height, var(--ut2-header-height)) - 50px - 110px - var(--gap-m));
}

.ut2-sticky-panel__wrap .ut2-minicart {
    max-block-size: calc(100dvh - 50px - 145px);
}

.ut2-minicart__rm-btn {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
}

.ut2-minicart__empty {
    color: var(--color-font);
    display: flex;
    align-items: center;
    justify-content: center;
    inline-size: 100%;
    block-size: 90px;
}

.ty-cart-items {
    padding: var(--gap-s);
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.ty-cart-items .ty-no-image__icon {
    font-size: large;
    text-align: center;
}

.ty-cart-items__empty {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    color: var(--color-font);
}

.ty-cart-items__list-item .ty-icon-cancel-circle {
    color: var(--color-font-lighten);
}

html[dir="rtl"] .ty-cart-items__list-item-desc p span {
    float: left;
}

.ut2-top-cart-content .cart_subtotal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: var(--gap-sm);
    row-gap: var(--gap-xxs);
}

.ut2-top-cart-content .ut2-cart_subtotal__data {
    margin-inline-start: auto;
}

.ut2-top-cart-content .buttons-container.cm-cart-buttons {
    display: block;
}

.ut2-top-cart-content .buttons-container.hidden {
    display: none;
}

.ut2-top-cart-content .cart_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-xs);
}

@media (max-width: 480px) {
    .ut2-top-cart-content .cart_buttons {
        flex-wrap: wrap;
    }
}

.ut2-top-cart-content .cart_subtotal+.cart_buttons {
    margin-block-start: var(--gap-sm);
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ut2-popup-box-title {
    padding-inline-start: var(--gap-sm);
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items {
    padding-block: var(--gap-s) 0;
    padding-inline: var(--gap-sm);
    overscroll-behavior: none;
    max-height: unset;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list {
    display: flex;
    flex-flow: column;
    row-gap: var(--gap-sm);
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item {
    display: flex;
    flex-wrap: wrap;
    border-color: var(--color-base);
    padding-block: 0 var(--gap-sm);
    gap: var(--gap-xxs) var(--gap-xs);
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item:last-child {
    padding-bottom: unset;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item-image {
    margin-right: unset;
    max-width: 60px;
    height: fit-content;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item-image a {
    display: block;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item-desc {
    overflow: visible;
    display: flex;
    flex-flow: column;
    gap: var(--gap-xs);
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item-desc a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-inline-end: 15px;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item-desc p {
    text-align: right;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item-desc p>span:not(.ut2-cost-base) {
    color: var(--color-font-lighten);
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ut2-cart-items__list-item-price {
    text-align: right;
    margin-inline-end: -10px;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ut2-cart-items__list-item-price .ut2-cost-base {
    font-weight: 600;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .buttons-container {
    position: sticky;
    top: 100%;
    padding: var(--gap-sm);
    border-radius: unset;
    overflow: hidden;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .cm-cart-content {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item-tools {
    display: block;
    top: 2px;
    right: 0;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-cart-items__list-item-tools-btn {
    font-size: 20px;
}

.ut2-dropdown-outside-position.ut2-top-cart-content .ty-product-options-name {
    color: #6c6c6c;
    color: var(--color-font-lighten);
}

.ut2-pl__description .ab-smc-more,
.ut2-product-block__note .ab-smc-more {
    padding-bottom: 7px;
}

.ut2-pl__description .ab-smc-more span.ab-smc,
.ut2-product-block__note .ab-smc-more span.ab-smc {
    font-size: var(--font-size-normal);
}

.ut2-pl__description .ab-smc-more span.ab-smc+i,
.ut2-product-block__note .ab-smc-more span.ab-smc+i {
    margin: 0 3px;
}

.ab__vg-videos .ab__vg-video_thumb {
    height: auto;
    aspect-ratio: unset;
    align-items: center;
}

.ab__vg-videos .ab-vg-video-image {
    object-fit: cover;
    object-position: center;
}

html[dir="rtl"] .ab-sticker.T-sticker {
    direction: rtl;
}

.T-sticker .ab-sticker__name,
.ty-product-block .T-sticker .ab-sticker__name {
    font-size: min(12px, calc(var(--font-size-normal) - 2px));
}

.ty-product-block .ut2-pb__img .T-sticker .ab-sticker__name {
    font-size: min(13px, var(--font-size-normal));
}

[class*="__item-img"] .ab-stickers-container {
    z-index: 1;
}

.ut2-gl__image:has(.abt__ut2_hover_gallery_indicators) .ab-stickers-container__BL,
.ut2-gl__image:has(.abt__ut2_hover_gallery_indicators) .ab-stickers-container__BR {
    bottom: 0;
}

body:not(.mobile-screen) .ut2-pb__img-wrapper .ab-stickers-container {
    margin: var(--gap-xs);
}

input[name="ab__stickers_output_side"][value="L"]~.ut2-w-c-q__buttons,
input[name="ab__stickers_output_side"][value="L"]~.ut2-pl__list-buttons {
    left: auto;
    right: 5px;
    top: 5px;
}

.ut2-simple-list [class*="__TL"],
.ut2-simple-list [class*="__TR"] {
    top: var(--gap-xxs);
    left: var(--gap-xxs);
    right: var(--gap-xxs);
}

.ut2-simple-list [class*="__BL"],
.ut2-simple-list [class*="__BR"] {
    display: none;
}

.ut2-template-small__item [class*="__BL"],
.ut2-template-small__item [class*="__BR"] {
    display: none;
}

a,
a:hover,
a:focus,
a:active {
    outline: none !important;
}

*,
:after,
:before {
    box-sizing: border-box;
}

body,
p,
div,
li {
    font-size: var(--font-size-normal);
}

a {
    font-size: var(--link-font-size);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
}

a:hover {
    color: var(--color-links-active);
}

#tygh_container.loading-more-products #ajax_overlay,
#tygh_container.loading-more-products #ajax_loading_box {
    display: none !important;
    visibility: hidden !important;
}

img,
.ut2-a__bg-banner {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

[class*="list"] .ty-no-image {
    max-height: 100%;
}

.decolorize>* {
    transition: opacity 400ms, filter 400ms;
    filter: grayscale(100%) brightness(1.01);
    will-change: filter, opacity;
    opacity: 0.7;
    backface-visibility: hidden;
    transform: rotate(0deg) translate3d(0px, 0px, 0px);
}

@media (hover: hover) {
    .decolorize>*:hover {
        filter: initial;
        opacity: 0.999;
    }
}

.cm-image-gallery {
    opacity: 1;
}

body:not(.js_window_-loaded) .cm-image-gallery img.ty-pict {
    block-size: auto;
}

.pict-underlay,
.ty-vendor-communication-product-info-image,
.ut2-pb__sticky-add-to-cart_product-img,
.ty-orders-detail__table-image,
.ty-cart-content__image,
.ty-cart-items__list-item-image>a {
    border-radius: var(--border-radius-decreased-more);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.pict-underlay img.ty-pict:not(.ab-vg-video-icon),
.ty-vendor-communication-product-info-image img.ty-pict:not(.ab-vg-video-icon),
.ut2-pb__sticky-add-to-cart_product-img img.ty-pict:not(.ab-vg-video-icon),
.ty-orders-detail__table-image img.ty-pict:not(.ab-vg-video-icon),
.ty-cart-content__image img.ty-pict:not(.ab-vg-video-icon),
.ty-cart-items__list-item-image>a img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ty-tooltip-block {
    font-size: var(--font-size-medium);
}

.ty-control-group__label .ty-tooltip-block {
    display: inline;
}

.ty-control-group__label+.ty-tooltip-block {
    display: none;
}

.ut2-ellipsis {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

body>.ty-gdpr-tooltip {
    z-index: 10002 !important;
}

@media (max-height: 890px) {
    body>.ty-gdpr-tooltip[id*="call_requests_product"] {
        bottom: 0;
        top: auto !important;
        position: fixed !important;
        pointer-events: none;
    }
}

body>.ut2-tooltip {
    background: #00000088;
    color: currentColor;
    position: fixed !important;
    width: 100%;
    max-width: unset;
    z-index: 1;
    left: 0 !important;
    border-top: #00000088;
    bottom: var(--safe-area-inset-bottom) !important;
    top: var(--safe-area-inset-top) !important;
    padding: unset !important;
    flex-direction: column;
    justify-content: flex-end;
}

body>.ut2-tooltip:not(.hidden) {
    display: flex !important;
}

body>.ut2-tooltip .ut2-btn-close {
    float: right;
}

body>.ut2-tooltip>.tooltip-wrap {
    clear: both;
    padding: var(--gap-sm) var(--gap-sm) var(--gap-m);
    background: white;
    transform: translateY(100%);
    transition: transform 300ms;
    max-height: 100%;
}

body>.ut2-tooltip>.tooltip-wrap.show {
    transform: translateY(0);
}

body>.ut2-tooltip>.tooltip-wrap .tooltip-content {
    clear: both;
    margin-top: var(--gap-m);
    overflow-y: auto;
    max-height: 100%;
    padding-right: var(--gap-sm);
    margin-right: calc(var(--gap-sm) * -1);
}

body>.ut2-tooltip>.tooltip-wrap .tooltip-content::-webkit-scrollbar {
    width: 5px;
}

.ty-accordion {
    width: 100%;
    margin-top: 0;
}

.ty-accordion .ui-accordion-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0;
    margin: 0;
    background: none;
    font-size: calc(var(--font-size-large) - 1px);
    font-weight: bold;
    outline: none !important;
    border-radius: 0;
    color: var(--color-font);
}

@media (min-width: 1024px) {
    .ty-accordion .ui-accordion-header {
        font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
        font-weight: 900;
    }
}

.ty-accordion .ui-accordion-header:not(:first-child) {
    border-top: 1px solid var(--color-base);
}

.ty-accordion .ui-accordion-header span.ui-icon {
    top: auto;
    right: var(--gap-sm);
    position: relative;
    width: var(--gap-sm);
    height: var(--gap-sm);
}

.ty-accordion .ui-accordion-header span.ui-icon:before,
.ty-accordion .ui-accordion-header span.ui-icon:after {
    content: "";
    position: absolute;
    background-color: #1e1e1e;
    transition: transform 150ms;
}

.ty-accordion .ui-accordion-header span.ui-icon:before {
    inset-block-start: 0;
    inset-inline-start: 50%;
    width: 2px;
    height: var(--gap-sm);
    margin-inline-start: -1px;
}

.ty-accordion .ui-accordion-header span.ui-icon:after {
    inset-block-start: 50%;
    inset-inline-start: 0;
    width: var(--gap-sm);
    height: 2px;
    margin-block-start: -1px;
}

.ty-accordion .ui-accordion-header span.ui-icon:hover {
    cursor: pointer;
}

.ty-accordion .ui-accordion-header.ui-accordion-header-active {
    background: none;
    color: var(--color-font);
}

.ty-accordion .ui-accordion-header.ui-accordion-header-active~div {
    margin-bottom: var(--gap-sm);
}

@media (max-width: 1023px) {
    .ty-accordion .ui-accordion-header.ui-accordion-header-active~div {
        margin-bottom: var(--gap-m);
    }
}

.ty-accordion .ui-accordion-header.ui-accordion-header-active span.ui-icon {
    position: relative;
    width: var(--gap-sm);
    height: var(--gap-sm);
}

.ty-accordion .ui-accordion-header.ui-accordion-header-active span.ui-icon:after {
    content: "";
    position: absolute;
    background-color: rgba(30, 30, 30, 0.35);
    transition: transform 150ms;
}

.ty-accordion .ui-accordion-header.ui-accordion-header-active span.ui-icon:before {
    content: none;
}

.ty-accordion .ui-accordion-header.ui-accordion-header-active span.ui-icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.ty-accordion .ui-accordion-header.ui-accordion-header-active span.ui-icon:hover {
    cursor: pointer;
}

.ty-accordion .ui-accordion-content {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ty-accordion .ui-accordion-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ty-wysiwyg-content.content-description {
    max-width: 100%;
    overflow-x: auto;
}

.ui-widget-content {
    background: var(--color-general);
}

.owl-item.loading {
    transform: translate(0%, 380%);
}

.ty-owl-controls {
    z-index: 1;
}

.owl-carousel .owl-wrapper:after {
    content: none;
}

.owl-carousel .owl-page>span {
    margin: 5px 2px;
}

.owl-carousel .owl-page.active {
    opacity: 1;
}

.owl-carousel .owl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-carousel .owl-pagination .owl-page>span:not(.owl-numbers) {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 3px;
    background-color: transparent;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
    border-radius: 3px;
}

.owl-carousel .owl-pagination .owl-page.active>span {
    background-color: var(--color-main);
}

.owl-carousel:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) {
    margin-top: 0;
}

.owl-carousel:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-buttons>div {
    position: absolute;
    top: calc(50% - var(--min-height-button) / 2);
    padding: 0;
    margin: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--min-height-button);
    width: var(--min-height-button);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    color: var(--color-font);
    opacity: 1;
    border-radius: 100%;
    transition: color 150ms, background-color 150ms, box-shadow 150ms;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.owl-carousel:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-buttons>div.owl-prev {
    left: 5px;
    right: auto;
}

.owl-carousel:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-buttons>div.owl-next {
    right: 5px;
    left: auto;
}

.owl-carousel:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-buttons>div:hover,
.owl-carousel:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-buttons>div:focus,
.owl-carousel:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-buttons>div:active {
    color: var(--color-links);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 3px rgba(0, 0, 0, 0.2);
    background: var(--color-general);
}

.fill--color .owl-carousel:not(.ty-thumbs-wrapper) .owl-controls:not(.owl-controls-outside) .owl-buttons>div {
    box-shadow: inset 0 0 0 1px #fff, 0 2px 3px rgba(0, 0, 0, 0.1);
}

.owl-carousel:not(.ty-thumbs-wrapper):hover .owl-controls:not(.owl-controls-outside) {
    visibility: visible;
}

.owl-controls.owl-controls-outside {
    text-align: unset;
}

.owl-controls.owl-controls-outside .owl-buttons {
    display: flex;
    justify-content: flex-end;
    column-gap: var(--gap-xxs);
}

.owl-controls.owl-controls-outside .owl-buttons>div {
    height: var(--min-height-button);
    width: var(--min-height-button);
    text-align: center;
    padding: unset;
    margin: unset;
    color: var(--color-font);
    background: var(--fill-gray);
    opacity: 1;
    border-radius: var(--height-button);
}

.owl-controls.owl-controls-outside .owl-buttons>div span,
.owl-controls.owl-controls-outside .owl-buttons>div i {
    line-height: var(--min-height-button);
    font-size: 18px;
}

.ty-thumbs-wrapper [class*="ty-icon"]:not(.ty-no-image__icon) {
    visibility: visible;
}

.ty-thumbs-wrapper [class*="ty-icon"]:not(.ty-no-image__icon):not(:hover) {
    color: var(--color-font-lighten-max);
}

.ty-thumbs-wrapper .ty-icon-left-circle {
    left: 0;
}

.ty-thumbs-wrapper .ty-icon-right-circle {
    right: 0;
}

.mouseevents .ty-thumbs-wrapper:not(:hover) .owl-controls {
    display: none !important;
}

.ty-select-block,
.ty-sort-dropdown__content,
.ty-dropdown-box__content,
.ty-horizontal-product-filters-dropdown__content {
    background: var(--fill-white);
    margin-top: 0;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 15px 0 rgba(0, 0, 0, 0.3);
    border-radius: var(--border-radius-box);
}

.ty-select-wrapper {
    position: relative;
    display: inline-flex;
}

.ty-select-wrapper .ty-select-block__a {
    color: var(--color-links);
    white-space: nowrap;
    text-decoration: none;
    user-select: none;
    background: initial;
    border-radius: var(--border-radius);
    border: 1px solid var(--color-base);
    display: flex;
    align-items: center;
    padding: var(--gap-xxs) var(--gap-xs);
}

.ty-select-wrapper .ty-select-block__a.open {
    color: var(--color-font);
    background: initial;
    border-color: var(--color-base20);
}

.ty-select-wrapper .ty-select-block__a.open .ty-select-block__arrow {
    color: var(--color-font-lighten);
}

@media (hover: hover) and (pointer: fine) {

    .ty-select-wrapper .ty-select-block__a:hover,
    .ty-select-wrapper .ty-select-block__a.open:hover {
        color: var(--color-font);
        background: initial;
        border-color: var(--color-base20);
    }

    .ty-select-wrapper .ty-select-block__a:hover .ty-select-block__arrow,
    .ty-select-wrapper .ty-select-block__a.open:hover .ty-select-block__arrow {
        color: var(--color-font-lighten);
    }
}

.ty-select-wrapper .ty-select-block__a--phone-mask {
    height: 40px;
    border-radius: var(--border-radius);
}

.ty-select-wrapper .ty-select-block__arrow {
    color: var(--color-font-lighten);
}

.ty-select-wrapper .ty-select-block {
    min-width: fit-content;
    top: 100%;
    right: 0;
    left: auto;
    overflow: hidden;
}

.ty-select-wrapper .ty-select-block__list {
    padding: 5px;
}

.ty-select-wrapper .ty-select-block__list-item {
    padding: initial;
}

.ty-select-wrapper .ty-select-block__list-a {
    min-width: max-content;
    padding: var(--gap-xxs) var(--gap-xs);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ty-select-wrapper .ty-select-block__list-a:hover {
    color: var(--color-font);
    background: var(--fill-gray);
    border-radius: var(--border-radius-box);
}

.ty-float-right .ty-select-block {
    right: 0;
    left: auto;
}

.ty-dropdown-box__content {
    min-width: 340px;
}

@media (max-width: 430px) {
    .ty-dropdown-box__content {
        min-width: 100%;
    }
}

.ty-dropdown-box__content .ut2-btn-close {
    position: absolute;
    right: var(--gap-xs);
    top: var(--gap-xs);
    z-index: 1;
}

.ty-dropdown-box__content .ty-dropdown-box__item {
    padding: 7px var(--gap-xs);
    margin: 0 var(--gap-xs);
    border-radius: var(--border-radius-box);
}

@media (max-width: 576px) {
    .ty-dropdown-box__content .ty-dropdown-box__item {
        padding: 7px var(--gap-xxs);
    }
}

.ty-dropdown-box__content .ty-dropdown-box__item:hover {
    background: var(--fill-gray);
}

.ty-dropdown-box__content .ty-dropdown-box__item:hover a {
    color: var(--color-font);
}

@media (max-width: 1023px) {
    .ty-dropdown-box__content .ty-dropdown-box__title>.ut2-icon {
        display: none;
    }
}

.mobile-screen .ty-dropdown-box {
    position: inherit;
}

.ty-dropdown-box__title[id] {
    line-height: 1;
    user-select: none;
    cursor: pointer;
    border: 0 none;
    padding: initial;
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xxs);
}

.ty-dropdown-box__title[id] i.ut2-icon::before {
    color: currentColor;
    flex-shrink: 0;
}

.ty-dropdown-box__title[id]>span,
.ty-dropdown-box__title[id]>a {
    inline-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: var(--gap-xxs);
}

.ty-dropdown-box__title[id]>span::after,
.ty-dropdown-box__title[id]>a::after {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\e908";
    font-size: 16px;
    opacity: .6;
    margin-inline-start: calc(var(--gap-xxs) * -1);
    flex-shrink: 0;
}

.ty-dropdown-box__title[id]:hover {
    background: initial;
}

.ty-dropdown-box__title[id].open>span::after,
.ty-dropdown-box__title[id].open>a::after {
    content: "\e904";
}

@media (max-width: 767px) {
    .ty-dropdown-box__title[id].open .ty-dropdown-box__title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
        z-index: 1010;
        padding: 0 50px 0 var(--gap-s);
        border-bottom: 1px solid var(--color-base10);
    }
}

.ty-tabs {
    margin-block: var(--gap-xs);
    border: 0;
    max-width: 100%;
}

@media (max-width: 576px) {
    .ty-tabs .ty-tabs__list {
        min-width: calc(100% + var(--gap-m));
        scroll-snap-type: x mandatory;
        scroll-margin-block-start: var(--gap-s);
        scroll-margin-block-end: var(--gap-s);
        margin-inline: calc(var(--gap-s) * -1);
        padding-inline: var(--gap-s);
    }
}

.ty-tabs .ut2-scroll-left,
.ty-tabs .ut2-scroll-right {
    -webkit-transform: none !important;
    transform: none !important;
}

.ty-tabs .ut2-scroll-left>span,
.ty-tabs .ut2-scroll-right>span {
    font-size: 18px;
    width: 20px;
    height: var(--min-height-button);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.ty-tabs .ut2-scroll-left>span:hover,
.ty-tabs .ut2-scroll-right>span:hover {
    color: var(--color-links);
}

.ty-tabs .ut2-scroll-left>span::after,
.ty-tabs .ut2-scroll-right>span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 20px;
    z-index: 1;
}

@media (max-width: 576px) {

    .ty-tabs .ut2-scroll-left,
    .ty-tabs .ut2-scroll-right {
        display: none !important;
    }
}

.ty-tabs .ut2-scroll-left {
    inset-inline-start: 0;
}

.ty-tabs .ut2-scroll-left span::after {
    inset-inline-start: auto;
    inset-inline-end: -20px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

html[dir="rtl"] .ty-tabs .ut2-scroll-left span::after {
    inset-inline-end: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.ty-tabs .ut2-scroll-right {
    inset-inline-end: 0;
}

.ty-tabs .ut2-scroll-right span::after {
    inset-inline-end: auto;
    inset-inline-start: -20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

html[dir="rtl"] .ty-tabs .ut2-scroll-right span::after {
    inset-inline-start: 20px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

.ty-tabs__list {
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
}

.ty-tabs__list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ty-tabs .ty-tabs__item {
    height: var(--min-height-button);
    background: none;
    border: 0;
    padding: 0;
    margin: 0 var(--gap-xs);
    border-radius: 0;
}

@media (max-width: 640px) {
    .ty-tabs .ty-tabs__item {
        scroll-snap-align: center;
    }
}

.ty-tabs .ty-tabs__item .ty-tabs__a,
.ty-tabs .ty-tabs__item .ty-tabs__span,
.ty-tabs .ty-tabs__item .ty-tabs .subtab a {
    height: var(--min-height-button);
    width: max-content;
    align-content: center;
    line-height: normal;
    padding: 0;
    border-radius: 0;
}

@media (max-width: 899px) {

    .ty-tabs .ty-tabs__item .ty-tabs__a,
    .ty-tabs .ty-tabs__item .ty-tabs__span,
    .ty-tabs .ty-tabs__item .ty-tabs .subtab a {
        font-size: var(--font-size-medium);
        font-weight: 500;
    }
}

.ty-tabs .ty-tabs__item:first-child {
    margin-left: 0;
}

.ty-tabs .ty-tabs__item:last-child {
    margin-right: 0;
}

.ty-tabs .ty-tabs__item .ty-tabs__a,
.ty-tabs .ty-tabs__item .ty-tabs__span,
.ty-tabs .ty-tabs__item .ty-tabs .subtab a {
    font-size: var(--font-size-medium);
    color: var(--color-font-lighten);
}

.ty-tabs .ty-tabs__item.active .ty-tabs__a,
.ty-tabs .ty-tabs__item.active .ty-tabs__span,
.ty-tabs .ty-tabs__item.active .ty-tabs .subtab a {
    color: var(--color-font);
}

.ty-tabs .ty-tabs__item.active:before,
.ty-tabs .ty-tabs__item:not(.active):hover:before {
    content: "";
    background: var(--color-font);
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 2px;
}

.ty-tabs .ty-tabs__item:not(.active):hover:before {
    background: var(--color-base5);
}

.ty-tabs__content>*:not(:first-child, .ty-tabs__content .hidden) {
    display: none;
}

.ty-tabs__content>div>div[style*="padding-bottom"] {
    padding-bottom: 0 !important;
}

@media (max-width: 1023px) and (hover: none) {
    .fill--gray .ty-tabs:after {
        background: linear-gradient(90deg, transparent 0%, #f5f5f7 100%);
    }
}

.touchevents .ty-tabs .ty-tabs__content,
.touchevents .ty-tabs__content>*:not(:first-child, .touchevents .hidden),
.mouseevents .ty-tabs .ty-tabs__content,
.mouseevents .ty-tabs__content>*:not(:first-child, .mouseevents .hidden) {
    display: block;
}

.ty-tabs__content {
    padding: 0;
}

.ty-tabs__content:after,
.ty-tabs__content:before {
    content: none;
}

[id^="content_abt__ut2_grid_tab"]>span {
    display: none;
}

.ty-no-image {
    margin: unset;
    border: 0 none;
    background: var(--fill-gray);
    border-radius: var(--border-radius-decreased);
    overflow: hidden;
}

.ty-product-notification__image,
.ty-product-notification__body .ty-no-image {
    margin: unset;
}

.cm-hint {
    color: var(--color-font-lighten);
}

.ty-group-block {
    border-radius: var(--border-radius);
}

@media (max-width: 768px) {
    .ab__qobp_cart {
        float: none;
    }

    .ab__qobp_cart .ab__qobp_content,
    .ab__qobp_cart #ab__qobp_product,
    .ab__qobp_cart .ab__qobp_phone {
        margin-inline: initial;
    }
}

.ty-twishlist-item,
.ty-compare-products__delete {
    height: auto;
    position: absolute;
    z-index: 3;
    top: -10px;
    right: auto;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    background: #fff;
    border: 1px solid var(--color-links);
    padding: 1px 7px 1px 5px;
    border-radius: 12px;
}

@media (min-width: 768px) {

    .ty-twishlist-item,
    .ty-compare-products__delete {
        display: none;
    }
}

.ty-twishlist-item a span,
.ty-compare-products__delete a span {
    color: var(--color-links);
}

.ty-twishlist-item a .ty-icon,
.ty-compare-products__delete a .ty-icon {
    height: 18px;
    display: inherit;
}

.ut2-gl__item:hover .ty-twishlist-item,
.ty-compare-products__product:hover .ty-compare-products__delete {
    display: inline-block;
}

.ut2-gl__item:hover .ty-twishlist-item:hover,
.ty-compare-products__product:hover .ty-compare-products__delete:hover {
    border-color: #f44336;
}

.ut2-gl__item:hover .ty-twishlist-item:hover *,
.ty-compare-products__product:hover .ty-compare-products__delete:hover * {
    color: #f44336;
}

.ut2__subcategories .ut2-top {
    margin-top: 0;
}

.cat-content-grid .ab-fn-first-level.one_level {
    border: 0;
    border-top: 1px solid var(--color-base5);
}

.cat-content-grid .ab-fn-first-level.one_level {
    border-top: 0;
    border-bottom: 2px solid #039be5;
    margin-block-end: var(--gap-s);
}

.cat-content-grid .main-content-grid .ty-mainbox-title {
    margin-bottom: 13px;
    position: relative;
}

.cat-content-grid .main-content-grid:not(.span16) {
    float: right;
    width: calc(100% - 330px);
}

@media (max-width: 1023px) {
    .cat-content-grid .main-content-grid:not(.span16) {
        width: calc(100% - 240px);
    }
}

@media (max-width: 767px) {
    .cat-content-grid .main-content-grid:not(.span16) {
        float: initial;
        width: initial;
    }

    body.desktop-screen .cat-content-grid .main-content-grid:not(.span16),
    body.tablet-screen .cat-content-grid .main-content-grid:not(.span16) {
        float: right;
        width: calc(100% - 200px - var(--gap-s));
    }
}

.cat-content-grid .side-grid {
    margin: initial;
    width: 300px;
}

@media (max-width: 1023px) {
    .cat-content-grid .side-grid {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .cat-content-grid .side-grid {
        width: initial;
    }

    body.desktop-screen .cat-content-grid .side-grid,
    body.tablet-screen .cat-content-grid .side-grid {
        float: left;
        width: 200px;
    }
}

.subcategories {
    display: flex;
    flex-wrap: wrap;
    padding: var(--gap-s) 0 0;
    text-align: left;
}

.ty-subcategories-img {
    padding: 0 10px 10px;
}

.ty-subcategories__item {
    position: relative;
    padding: 0 var(--gap-sm) var(--gap-sm);
    margin: 0;
    align-self: baseline;
}

@media (max-width: 768px) {
    .ty-subcategories__item {
        margin: 0 0 var(--gap-s) 0;
        max-width: 280px;
    }
}

.ty-subcategories__item.cat-img {
    padding: 10px;
    margin: 0 -1px -1px 0 !important;
    width: 20%;
    border: 1px solid transparent;
    background: #fff;
}

@media (max-width: 1142px) {
    .ty-subcategories__item.cat-img {
        width: 25%;
    }
}

@media (max-width: 960px) {
    .ty-subcategories__item.cat-img {
        width: 33.333333%;
    }
}

@media (max-width: 576px) {
    .ty-subcategories__item.cat-img {
        width: 50%;
    }
}

.ty-subcategories__item.cat-img:hover {
    position: relative;
    z-index: 1;
    border: 1px solid var(--color-base5);
    box-shadow: 0 0 6px 0 var(--color-base5);
}

.ty-subcategories__item.cat-img:hover span {
    color: var(--color-links);
    text-decoration: underline;
}

.ty-subcategories__item span {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    height: auto;
    font-size: var(--font-size-normal);
    font-weight: bold;
    line-height: 1.2;
}

.ty-subcategories__item img+span {
    height: 50px;
    overflow: hidden;
    white-space: normal;
    padding: 0 10px;
    justify-content: center;
    text-align: center;
}

.ty-subcategories__item:hover span {
    color: var(--color-links);
    text-decoration: underline;
}

.ut2-cat-container,
.ut2-feat-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: var(--gap-xs);
}

.ut2-cat-container.reverse,
.ut2-feat-container.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.ut2-cat-container.reverse>.ty-wysiwyg-content,
.ut2-feat-container.reverse>.ty-wysiwyg-content {
    padding-top: var(--gap-s);
}

.ut2-cat-container .ty-no-items--extended,
.ut2-feat-container .ty-no-items--extended {
    margin-block-start: var(--gap-xs);
}

.ut2-selected-filter-item {
    position: relative;
    display: inline-block;
    float: left;
    padding: 7px 28px 7px 10px;
    margin: 1px 5px 4px 0;
    line-height: 100%;
    font-weight: normal;
    color: var(--color-font);
    border: 1px dashed var(--color-base5);
    border-radius: var(--border-radius-full);
}

.ut2-selected-filter-item:hover {
    color: var(--color-font);
    border-color: var(--color-base20);
    border-style: solid;
    cursor: pointer;
}

.ut2-selected-filter-item:hover i:before {
    color: var(--color-decorative);
}

.ut2-selected-filter-item i {
    inline-size: initial;
    block-size: initial;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    line-height: 100%;
    color: #848484;
    -webkit-font-smoothing: auto;
}

.ut2-selected-filter-item.reset {
    border: 1px solid var(--color-decorative);
    color: var(--color-decorative);
    background: var(--color-decorative-light);
    font-weight: 500;
    padding-right: 28px;
}

@media (max-width: 767px) {
    .ut2-selected-filter-item.reset {
        margin-bottom: var(--gap-sm);
    }
}

.ut2-selected-filter-item.reset:hover {
    border-color: var(--color-decorative);
}

.ut2-selected-filter-item.reset i {
    color: var(--color-decorative);
}

.ut2-subcategories {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.ut2-subcategories-block .ut2-sidebox-important__body {
    padding: var(--gap-sm) var(--gap-xxs);
}

.ut2-subcategories .hidden {
    display: none !important;
}

.ut2-subcategories .ut2-item {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-inline-start: var(--gap-xs);
    cursor: pointer;
}

.ut2-subcategories .ut2-item a,
.ut2-subcategories .ut2-item>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: var(--color-font);
    padding: 6px 0;
    gap: var(--gap-xxs);
}

.ut2-subcategories .ut2-item a em,
.ut2-subcategories .ut2-item>span em {
    font-size: var(--font-size-small);
    font-style: normal;
    color: var(--color-font-lighten);
    line-break: normal;
    padding: 2px 5px;
    margin-inline-end: 10px;
    border-radius: 10px;
    background: var(--fill-gray);
}

.ut2-subcategories .ut2-item a:hover,
.ut2-subcategories .ut2-item>span:hover {
    color: var(--color-links);
}

.ut2-subcategories .ut2-item.ut2-more-btn>span {
    width: fit-content;
    justify-content: flex-start;
    text-transform: capitalize;
    color: var(--color-links);
    gap: 3px;
}

.ut2-subcategories .ut2-item.ut2-more-btn>span span {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: color-mix(in srgb, var(--color-links) 50%, var(--color-general));
    color: var(--color-links);
}

.ut2-subcategories .ut2-item.ut2-more-btn>span span:hover {
    text-decoration-color: var(--color-links-active);
}

.ut2-subcategories .ut2-item.ut2-more-btn>span i {
    font-size: var(--font-size-small);
    height: calc(var(--font-size-normal) / 1.5);
}

.ut2-subcategories .ut2-item:not(.ut2-more-btn):hover:not(.current) {
    border-radius: var(--border-radius);
}

.side-grid .ut2-subcategories .ut2-item:not(.ut2-more-btn):hover:not(.current) {
    background: var(--fill-gray);
}

.side-grid .ut2-subcategories .ut2-item:not(.ut2-more-btn):hover:not(.current) em {
    background: var(--fill-white);
}

.ut2-subcategories .parent a>span {
    display: flex;
    align-items: center;
    gap: var(--gap-xxs);
}

.ut2-subcategories .parent>.ut2-item:first-child:not(.current):not(:hover)>* {
    color: var(--color-font-lighten);
}

.ut2-subcategories .ut2-items .parent>.ut2-items.level-3 {
    margin-inline-start: var(--gap-xs);
}

.ut2-subcategories .ut2-items .parent>.ut2-items.level-3 .current>span: before {
    left: calc((var(--gap-s) + var(--gap-xxs)) * -1);
}

.ut2-subcategories .current>span {
    position: relative;
    color: var(--color-font);
    font-weight: bold;
}

.ut2-subcategories .current>span em {
    color: var(--color-font);
}

.ut2-subcategories .current>span:before {
    content: "";
    position: absolute;
    background-color: #f44336;
    width: 3px;
    height: 80%;
    border-radius: var(--border-radius);
    left: calc(var(--gap-sm) * -1);
}

.breadcrumbs-grid {
    scroll-padding-left: var(--gap-s);
    scroll-padding-right: var(--gap-s);
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.breadcrumbs-grid-left {
    text-align: center;
}

.breadcrumbs-grid-center {
    text-align: center;
}

.ty-breadcrumbs {
    width: 100%;
    padding: var(--gap-xxs) 105px var(--gap-xxs) 0;
    margin-bottom: var(--gap-s);
    border-bottom: 1px solid var(--color-base);
    font-size: var(--link-font-size);
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ty-breadcrumbs::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.mobile-screen .ty-breadcrumbs {
    font-size: var(--font-size-small);
}

.ty-breadcrumbs>div {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ty-breadcrumbs>div::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 899px) {
    .ty-breadcrumbs {
        width: calc(100% + (var(--gap-s) * 2));
        margin-left: calc(var(--gap-s) * -1);
    }

    .ty-breadcrumbs .ty-breadcrumbs__a:first-child {
        padding-left: var(--gap-s);
    }

    .ty-breadcrumbs .ty-breadcrumbs__current {
        padding-right: var(--gap-s);
    }
}

.ty-breadcrumbs__a {
    padding: 0;
    font-size: var(--link-font-size);
    color: var(--color-font-lighten);
    line-height: 30px;
    height: 30px;
}

.mobile-screen .ty-breadcrumbs__a {
    font-size: var(--font-size-small);
}

.ty-breadcrumbs__a:hover {
    color: var(--color-links);
}

.ty-breadcrumbs__slash {
    vertical-align: bottom;
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: var(--color-font-lighten-max);
    height: 30px;
}

.ty-breadcrumbs__current {
    display: inline;
    color: var(--color-font-lighten-max);
}

.ut2-extra-block-title .ty-mainbox-title {
    margin-bottom: 0;
    margin-top: var(--gap-s);
}

@media (min-width: 768px) {
    .ut2-extra-block-title .ty-breadcrumbs {
        padding: var(--gap-xxs) 0;
    }
}

.ut2-extra-block-title+div {
    padding-bottom: var(--gap-s);
}

.ty-pagination__bottom {
    border: unset;
}

.ty-pagination {
    clear: both;
    padding: unset;
    margin: var(--gap-s) auto 0;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    gap: var(--gap-xxs);
}

.ty-pagination+.ty-sort-container {
    margin-top: var(--gap-xs);
}

.ty-pagination__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    gap: var(--gap-xxs);
}

@media (max-width: 1023px) {
    .ty-pagination__items>a {
        display: none;
    }
}

@media (max-width: 480px) {
    .ty-pagination__items {
        margin: 0;
    }
}

.ty-pagination__item,
.ty-pagination__selected {
    white-space: nowrap;
    color: var(--color-font-lighten);
    background: var(--fill-white);
    border: 1px solid var(--color-base5);
    border-radius: var(--border-radius);
    margin: unset;
    padding: 0 var(--gap-xs);
    min-width: var(--height-button);
    height: var(--height-button);
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ty-pagination__item.mute,
.ty-pagination__selected.mute {
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
    border-style: dashed;
}

.ty-pagination__item:hover {
    color: var(--color-links);
    background: var(--fill-gray);
    padding: 0 var(--gap-xs);
}

.ty-pagination__selected {
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px var(--color-links);
}

.ty-pagination__selected,
.ty-pagination__prev,
.ty-pagination__next {
    color: var(--color-links);
}

@media (max-width: 480px) {
    .ty-pagination__btn {
        width: unset;
    }
}

.ty-pagination__btn:not([class*="cm-history"]) {
    pointer-events: none;
}

.ty-pagination__btn:has(+ .ty-pagination__items) {
    margin-inline-end: auto;
}

@media (max-width: 1023px) {
    .ty-pagination__btn:has(+ .ty-pagination__items) {
        margin-inline-end: unset;
    }
}

.ty-pagination__items+.ty-pagination__btn {
    margin-inline-start: auto;
}

@media (max-width: 1023px) {
    .ty-pagination__items+.ty-pagination__btn {
        margin-inline-start: unset;
    }
}

.ty-pagination__btn.ty-pagination__right-arrow .ty-icon {
    margin-inline-end: -3px;
}

html[dir="rtl"] .ty-pagination__btn.ty-pagination__right-arrow .ty-icon {
    transform: scale(-1);
}

.ty-pagination__btn:not(.ty-pagination__right-arrow) .ty-icon {
    margin-inline-start: -3px;
}

html[dir="rtl"] .ty-pagination__btn:not(.ty-pagination__right-arrow) .ty-icon {
    transform: scale(-1);
}

.ty-pagination__btn .ty-icon:before {
    font-size: 20px;
    display: block;
}

@media (max-width: 979px) {
    .ty-pagination__btn .ty-pagination__text {
        display: block;
    }
}

.ty-pagination-container {
    width: 100%;
    justify-content: center;
}

.ut2-sorting-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

@media (max-width: 1023px) {
    .ut2-sorting-wrap {
        z-index: 2;
    }
}

@media (max-width: 576px) {

    .ut2-sorting-wrap #sw_elm_pagination_steps,
    .ut2-sorting-wrap .ut2-sort-label {
        display: none;
    }
}

.ut2-sorting-wrap .ty-sort-dropdown+.ty-sort-dropdown {
    margin-left: var(--gap-s);
}

.ut2-sort-label {
    display: inline-flex;
    align-items: center;
    float: left;
    line-height: var(--min-height-button);
    padding-right: var(--gap-xxs);
    color: var(--color-font-lighten);
}

@media (max-width: 576px) {
    .ut2-sort-label {
        display: none;
    }
}

.ty-sort-container {
    background: none;
    padding: 0;
    margin-block: var(--gap-xs);
    border-radius: 0;
}

.ty-sort-dropdown {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.ty-sort-dropdown ul {
    padding: var(--gap-xs) 0;
    margin: 0;
    list-style: none;
}

.ty-sort-dropdown__content {
    width: max-content;
    min-width: 220px;
    max-width: calc(100vw - var(--gap-s) * 2);
    overflow: hidden;
    z-index: 3;
    top: 100%;
    left: -10px;
}

.ty-sort-dropdown__content-item {
    padding: 0;
}

.ty-sort-dropdown__content-item a {
    color: var(--color-font);
    white-space: break-spaces;
    padding: var(--gap-xxs) var(--gap-sm);
    margin: 0 var(--gap-xxs);
    border-radius: var(--border-radius-box);
}

@media (max-width: 576px) {
    .ty-sort-dropdown__content-item a {
        padding: var(--gap-xxs) var(--gap-xs);
    }
}

.ty-sort-dropdown__content-item a:hover {
    color: var(--color-font);
    background: var(--fill-gray);
}

.ty-sort-dropdown__wrapper {
    display: flex;
    align-items: center;
    height: var(--min-height-button);
    padding: 0;
    color: var(--color-links);
    transition: color 150ms, background-color 150ms;
}

.ty-sort-dropdown__wrapper i {
    transition: transform 150ms;
}

.ty-sort-dropdown__wrapper:hover {
    background: none;
    color: var(--color-links-active);
}

.ty-sort-dropdown__wrapper.open {
    background: none;
    color: var(--color-links-active);
}

.ty-sort-dropdown__wrapper.open i {
    transform: rotate(180deg);
}

.ty-sort-dropdown__icon {
    padding-left: var(--gap-xxs);
    top: 2px;
}

.subcategories+div>.ty-sort-container {
    border-top: 0 none;
}

@media (max-width: 576px) {
    .ut2-sorting-wrap .ty-sort-dropdown:first-child {
        padding-left: 28px;
    }

    .ut2-sorting-wrap .ty-sort-dropdown:first-child:before {
        font-family: uni2-icons !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: uni2-icons, sans-serif;
        content: "\e92b";
        color: var(--color-font-lighten-max);
        font-size: 24px;
        left: -2px;
        position: absolute;
    }
}

.ty-sort-container__views-icons {
    flex: 1 0 auto;
    justify-content: flex-end;
    display: flex;
}

.ty-sort-container__views-a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-font-lighten-max);
    font-size: var(--font-size-medium);
    width: var(--min-height-button);
    height: var(--min-height-button);
    padding: 0 0 0 var(--gap-xs);
    transition: color 300ms;
    background: transparent !important;
}

.ty-sort-container__views-a .ty-icon {
    padding: 0;
    font-size: 24px;
}

.ty-sort-container__views-a:hover {
    color: var(--color-font-lighten);
}

.ty-sort-container__views-a.active {
    color: var(--color-links);
}

.ty-dropdown-box__content .ty-product-filters__wrapper {
    background: var(--color-general);
}

.ty-product-filters {
    padding: var(--gap-m) var(--gap-sm) var(--gap-sm);
    margin-left: 0;
}

.ty-product-filters__block {
    user-select: none;
}

.ty-product-filters__tooltip {
    height: 0 !important;
}

.ty-product-filters__wrapper {
    background: unset;
}

.ty-product-filters__search-icon {
    top: 50%;
    right: var(--gap-xs);
    transform: translateY(-50%);
    line-height: 100%;
    cursor: pointer;
}

@media (hover: none) and (pointer: coarse) {
    .ty-product-filters__search-icon {
        right: var(--gap-xxs);
    }
}

.ty-product-filters__search-icon.hidden {
    display: none;
}

.ty-product-filters__title .ty-icon-cancel-circle {
    top: 3px;
    line-height: 14px;
}

.ty-product-filters__group {
    padding: 1px 0;
}

.ty-product-filters__group input[type="text"] {
    border-color: var(--color-base);
}

.ty-product-filters__group input[type="text"]::-webkit-input-placeholder {
    color: var(--color-font-lighten-max);
}

.ty-product-filters__group input[type="text"]::-moz-placeholder {
    color: var(--color-font-lighten-max);
}

.ty-product-filters__group input[type="text"]:-ms-input-placeholder {
    color: var(--color-font-lighten-max);
}

.ty-product-filters__group input[type="text"]:-moz-placeholder {
    color: var(--color-font-lighten-max);
}

.ty-product-filters__group input[type="text"]:hover {
    border-color: var(--color-base20);
}

.ty-product-filters__group input[type="text"]:focus {
    color: var(--color-font);
    border-color: var(--color-base20);
}

.ty-product-filters__group [type="checkbox"]:not(:checked),
.ty-product-filters__group [type="checkbox"]:checked {
    display: none;
}

.ty-product-filters__group [type="checkbox"]:not(:checked)+label,
.ty-product-filters__group [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 30px;
    min-height: 24px;
    line-height: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ty-product-filters__group [type="checkbox"]:not(:checked)+label>span,
.ty-product-filters__group [type="checkbox"]:checked+label>span {
    line-height: normal;
}

.ty-product-filters__group [type="checkbox"]:not(:checked)+label:before,
.ty-product-filters__group [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #cbcbcb;
    background: #fff;
    transition: transform 150ms, color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
    border-radius: var(--border-radius);
}

.ty-product-filters__group [type="checkbox"]:not(:checked)+label {
    color: var(--color-font);
}

.ty-product-filters__group [type="checkbox"]:checked+label {
    color: var(--color-font);
}

.ty-product-filters__group [type="checkbox"]:not(:checked)+label:after,
.ty-product-filters__group [type="checkbox"]:checked+label:after {
    content: "\e008";
    font-family: glyphs;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: var(--font-size-small);
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #039be5;
    border: 1px solid #039be5;
    border-radius: var(--border-radius);
    transition: transform 150ms, color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
}

.ty-product-filters__group [type="checkbox"]:not(:checked)+label:hover:after,
.ty-product-filters__group [type="checkbox"]:checked+label:hover:after {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.ty-product-filters__group [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0);
}

.ty-product-filters__group [type="checkbox"]:checked+label:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
}

.ty-product-filters__group label:hover:before {
    border: 1px solid #b1b1b1 !important;
    box-shadow: inset 0 0 5px var(--color-base);
}

.ty-product-filters__group [type="checkbox"]:disabled:not(:checked)+label:before,
.ty-product-filters__group [type="checkbox"]:disabled:checked+label:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px dashed #d7d7d7 !important;
    background: #fff;
}

.ty-product-filters__group [type="checkbox"]:disabled:checked+label:hover:before {
    border: 1px dashed #d7d7d7 !important;
    background: #fff;
    cursor: default;
}

.ty-product-filters__group [type="checkbox"]:disabled:checked+label:after {
    color: var(--color-font-lighten-max);
    cursor: default;
}

.ty-product-filters__group [type="checkbox"]:disabled+label {
    color: var(--color-font-lighten-max);
    cursor: default;
}

.ty-product-filters__group [type="checkbox"]:checked:focus+label:before,
.ty-product-filters__group [type="checkbox"]:not(:checked):focus+label:before {
    border: 1px solid var(--color-base10);
}

.ty-product-filters__color-filter.ty-product-filters__variants {
    line-height: 1;
    margin-inline: -1px;
    margin-block-start: -1px;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xxs);
}

.ty-product-filters__color-filter.ty-product-filters__variants .ty-product-filters__color-list-item {
    margin: initial;
    padding: initial;
}

.ty-product-filters__color-filter.ty-product-filters__variants label.ty-product-filters__color-filter-item {
    line-height: 1;
    padding: initial;
    display: block;
    position: relative;
}

.ty-product-filters__color-filter.ty-product-filters__variants label.ty-product-filters__color-filter-item input.ty-product-filters__color-filter-checkbox {
    position: absolute !important;
    opacity: 0 !important;
}

.ty-product-filters__color-filter.ty-product-filters__variants label.ty-product-filters__color-filter-item input.ty-product-filters__color-filter-checkbox:checked+.ty-product-filters__color-filter-check {
    opacity: 1;
}

.ty-product-filters__color-filter.ty-product-filters__variants label.ty-product-filters__color-filter-item input.ty-product-filters__color-filter-checkbox:not(:checked)+.ty-product-filters__color-filter-check {
    opacity: 0;
}

.ty-product-filters__color-filter.ty-product-filters__variants label.ty-product-filters__color-filter-item:hover .ty-product-filters__color-filter-swatch {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), 0 0 0 1px var(--color-base20);
    border: 1px solid #fff;
}

.ty-product-filters__color-filter.ty-product-filters__variants .ty-product-filters__color-filter-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 14px;
}

.ty-product-filters__color-filter.ty-product-filters__variants .ty-product-filters__color-filter-check:before {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
}

.ty-product-filters__color-filter.ty-product-filters__variants .ty-product-filters__color-filter-swatch {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.ty-product-filters__color-filter-check {
    z-index: 1;
}

.ty-product-filters__color-filter-swatch {
    display: flex;
}

.ty-product-filters__color-filter-swatch .ty-product-filters__color-abt__ut2_multicolor:first-child {
    rotate: 30deg;
    transform-origin: right;
}

.ty-product-filters__color-filter-swatch .ty-product-filters__color-abt__ut2_multicolor:last-child:not(:only-child) {
    transform: rotate(30deg) translate3d(1px, 3px, 0px);
}

.ty-product-filters__color-filter-swatch img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
}

.abt__ut2_color_mark:has(.ty-product-filters__color-abt__ut2_multicolor) {
    display: inline-flex;
    overflow: hidden;
}

.abt__ut2_color_mark .ty-product-filters__color-abt__ut2_multicolor:first-child {
    rotate: 30deg;
    transform-origin: right;
}

.abt__ut2_color_mark .ty-product-filters__color-abt__ut2_multicolor:last-child:not(:only-child) {
    transform: rotate(30deg) translate3d(1px, 3px, 0px);
}

.ty-product-filters__color-abt__ut2_multicolor {
    display: inline-block;
    width: 50%;
    height: 100%;
}

.cm-date-range {
    display: block;
    padding: 0;
}

div.daterangepicker.dropdown-menu.opensright,
div.daterangepicker.dropdown-menu.opensleft {
    position: absolute;
    top: 30px;
    z-index: 300;
    min-width: 534px;
    max-width: 300px;
    min-height: 0;
    padding: var(--gap-sm);
    white-space: normal;
    text-align: left;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 15px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    z-index: 1011;
}

div.daterangepicker.dropdown-menu.opensright:after,
div.daterangepicker.dropdown-menu.opensright:before,
div.daterangepicker.dropdown-menu.opensleft:after,
div.daterangepicker.dropdown-menu.opensleft:before {
    content: "";
    position: absolute;
    top: -21px;
    left: 20px;
    right: auto;
    border-color: transparent;
    border-style: solid;
    border-top-width: 0;
    border-width: 11px;
    border-bottom-color: #fff;
}

div.daterangepicker.dropdown-menu.opensright:before,
div.daterangepicker.dropdown-menu.opensleft:before {
    top: -22px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

div.daterangepicker.dropdown-menu.opensright .closer,
div.daterangepicker.dropdown-menu.opensleft .closer {
    cursor: pointer;
    position: absolute;
    right: var(--gap-xs);
    top: var(--gap-xs);
    color: #848484;
}

@media (min-width: 1025px) {

    div.daterangepicker.dropdown-menu.opensright .closer,
    div.daterangepicker.dropdown-menu.opensleft .closer {
        display: none;
    }
}

div.daterangepicker.dropdown-menu.opensright:hover .closer,
div.daterangepicker.dropdown-menu.opensleft:hover .closer {
    display: block;
}

div.daterangepicker.dropdown-menu.opensright.show-calendar,
div.daterangepicker.dropdown-menu.opensleft.show-calendar {
    max-width: 500px;
    margin: var(--gap-xs) 0 0 calc(var(--gap-sm) * -1);
}

div.daterangepicker.dropdown-menu.opensright.show-calendar td,
div.daterangepicker.dropdown-menu.opensleft.show-calendar td {
    font-size: 11px;
    box-shadow: inset 0 0 0 1px white, inset 0 0 0 1px white, inset 0 0 0 1px white, inset 0 0 0 1px white;
}

div.daterangepicker.dropdown-menu.opensright.show-calendar .disabled,
div.daterangepicker.dropdown-menu.opensright.show-calendar select.disabled,
div.daterangepicker.dropdown-menu.opensleft.show-calendar .disabled,
div.daterangepicker.dropdown-menu.opensleft.show-calendar select.disabled {
    background: var(--fill-gray);
}

@media (max-width: 1023px) {

    div.daterangepicker.dropdown-menu.opensright,
    div.daterangepicker.dropdown-menu.opensleft {
        position: fixed;
        top: calc(var(--gap-xs) * -1) !important;
        left: var(--gap-sm) !important;
        right: 0 !important;
        bottom: 0;
        padding: var(--gap-s);
        width: 100%;
        min-width: 320px !important;
        overflow-y: auto;
    }

    div.daterangepicker.dropdown-menu.opensright::-webkit-scrollbar,
    div.daterangepicker.dropdown-menu.opensleft::-webkit-scrollbar {
        width: 5px;
    }

    div.daterangepicker.dropdown-menu.opensright.show-calendar td,
    div.daterangepicker.dropdown-menu.opensleft.show-calendar td {
        font-size: var(--font-size-normal);
    }

    div.daterangepicker.dropdown-menu.opensright.show-calendar .ranges,
    div.daterangepicker.dropdown-menu.opensright.show-calendar .calendar,
    div.daterangepicker.dropdown-menu.opensleft.show-calendar .ranges,
    div.daterangepicker.dropdown-menu.opensleft.show-calendar .calendar {
        width: 100%;
    }

    div.daterangepicker.dropdown-menu.opensright .range_inputs,
    div.daterangepicker.dropdown-menu.opensleft .range_inputs {
        display: flex;
        flex-wrap: wrap;
    }

    div.daterangepicker.dropdown-menu.opensright .range_inputs>div,
    div.daterangepicker.dropdown-menu.opensleft .range_inputs>div {
        flex: 50%;
    }
}

div.daterangepicker .input-mini {
    background-color: #fff;
}

div.daterangepicker .ranges li {
    padding: 5px 10px;
}

div.daterangepicker button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-width: var(--height-button);
    height: var(--height-button);
    padding: 0 var(--gap-sm);
    white-space: normal;
    line-height: 1;
    border: none;
    background: var(--color-tertiary);
    background-clip: border-box;
    transition: background 150ms, border-color 150ms, box-shadow 150ms, opacity 150ms;
    gap: var(--gap-xxs);
    cursor: pointer;
    color: #1e1e1e;
    font-size: var(--button-font-size);
    letter-spacing: normal;
    border-radius: var(--height-button);
}

div.daterangepicker button>span:not(.ty-icon) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xxs);
}

div.daterangepicker button bdi {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

div.daterangepicker button i,
div.daterangepicker button span.ty-icon {
    display: flex;
    align-items: center;
    top: inherit;
    font-size: 22px;
    line-height: var(--height-button);
    height: var(--height-button);
    margin-right: 0;
}

div.daterangepicker button i+span:not(:has(bdi)),
div.daterangepicker button span.ty-icon+span:not(:has(bdi)) {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    padding-block: 1px;
}

div.daterangepicker button:hover {
    padding-inline: 15px;
    background: var(--color-tertiary-active);
    color: #fff;
}

div.daterangepicker button.btn.btn-small.btn-success.applyBtn {
    background: #4c4c4c;
    color: #fff;
    margin-bottom: var(--gap-xs);
    flex: 1;
}

div.daterangepicker * {
    text-shadow: none !important;
}

.tooltip {
    max-width: 300px;
    padding: var(--gap-xs) var(--gap-sm);
    color: var(--color-font);
    background: var(--color-general-lighten);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
    border-radius: var(--border-radius);
}

.tooltip a:not(.ty-btn) {
    text-decoration: underline;
}

.tooltip p {
    color: var(--color-font);
    padding-bottom: var(--gap-xs);
}

.tooltip img {
    margin-block: var(--gap-xs);
    border-radius: var(--border-radius-decreased-more);
    overflow: hidden;
}

.tooltip img+.ty-btn {
    margin-block-start: 0;
}

.tooltip .ty-btn {
    margin-block: var(--gap-xs);
}

.tooltip h2,
.tooltip h3,
.tooltip h4,
.tooltip h5 {
    margin-bottom: var(--gap-xxs);
}

.tooltip .tooltip-arrow+strong {
    font-weight: normal;
}

.tooltip-arrow {
    right: 0px;
    border-width: 0 0 20px 30px;
    border-color: transparent transparent var(--color-general-lighten) transparent;
}

button.tooltip {
    background: var(--color-links);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

button.tooltip-arrow {
    border-color: transparent transparent #007cb9 transparent;
}

button.arrow-right .tooltip-arrow {
    border-color: transparent #007cb9 transparent transparent;
}

.touchevents button.tooltip {
    display: none !important;
}

@media (min-width: 768px) {

    .side-grid .ut2-filters>div,
    .side-grid .ut2-subcategories-block>div {
        background: #fff;
        position: relative;
        margin-bottom: 0;
    }
}

.ut2-filters>div .ty-btn.ty-product-filters__reset-button {
    color: var(--color-font);
    background: transparent;
    box-shadow: inset 0 0 0 2px #039be5;
}

.ut2-filters>div .ty-product-filters__wrapper .ut2-more-btn:not(.open):before {
    margin-left: -24px;
}

.ut2-filters>div .ty-product-filters__tools {
    padding: initial;
    padding-block: var(--gap-sm);
    padding-inline: var(--gap-sm);
    padding-inline-start: initial;
}

.ut2-filters>div .ty-product-filters__tools:not(.hidden) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-xs);
}

.ut2-filters>div .ty-product-filters__tools::before,
.ut2-filters>div .ty-product-filters__tools::after {
    content: initial;
}

.ut2-filters>div .ty-product-filters__tools .ty-btn {
    float: none;
    margin: initial;
    flex-shrink: 0;
}

.ut2-filters>div .ty-product-filters {
    padding: var(--gap-s) 0 0;
    margin-bottom: 0;
}

.ut2-filters>div .ty-product-filters label {
    font-weight: normal;
}

.ut2-filters>div .ty-product-filters>li {
    padding: 0;
}

.ut2-filters>div .ty-product-filters__block {
    margin-top: 0 !important;
    padding-block: var(--gap-sm);
    border-top: 1px solid var(--color-base);
}

.ut2-filters>div .ty-product-filters__block .ty-product-filters__block {
    display: contents;
}

.ut2-filters>div .ty-product-filters__wrapper {
    border-radius: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.ut2-filters>div .ty-product-filters__wrapper::-webkit-scrollbar {
    width: 5px;
}

.ut2-filters>div .ty-product-filters__wrapper .ut2-more-btn {
    display: flex;
    align-items: center;
    margin-block-start: var(--gap-xxs);
}

.ut2-filters>div .ty-product-filters__wrapper .ut2-more-btn i {
    font-size: 20px;
}

.ut2-filters>div .ty-product-filters__wrapper .ut2-more-btn.open span.more {
    display: none;
}

.ut2-filters>div .ty-product-filters__wrapper .ut2-more-btn.open span.hidden {
    display: inline-block;
}

.ut2-filters>div .ty-product-filters__wrapper .ut2-more-btn.open i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ut2-filters>div .ty-product-filters__wrapper .ut2-more-btn span {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: color-mix(in srgb, var(--color-links) 50%, var(--color-general));
    color: var(--color-links);
}

.ut2-filters>div .ty-product-filters__wrapper .ut2-more-btn span:hover {
    text-decoration-color: var(--color-links-active);
}

.ut2-filters>div .ty-product-filters__group {
    display: flex;
    flex-direction: column;
    margin: 0 0 7px 0;
    padding: 0;
}

.ut2-filters>div .ty-product-filters__no-items-found {
    line-height: normal;
    margin: var(--gap-s) 0 0 0;
}

.ut2-filters>div .ty-product-filters__variants {
    max-block-size: var(--ut2-product-filter-variant-list-_max-height_-shortened);
    margin-bottom: 0;
    overflow-y: hidden;
    overscroll-behavior: initial;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
}

.ut2-filters>div .ty-product-filters__variants::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

@media (hover: hover) and (pointer: fine) {
    .ut2-filters>div .ty-product-filters__variants:hover:not(.none-overflow) {
        overflow-y: auto;
    }
}

.ut2-filters>div .ty-product-filters__variants.none-overflow {
    overflow-y: auto;
    max-block-size: min(60vh, 400px);
}

.ut2-filters>div .ty-product-filters__variants:not(:hover)+.ut2-more-btn::after {
    bottom: calc((var(--font-size-normal) * 1.1) + 10px);
}

.ut2-filters>div .ty-product-filters__variants.hidden+.ut2-more-btn {
    display: none;
}

.ut2-filters>div .ty-product-filters__switch {
    padding: 0;
    padding-right: 20px;
    width: 100%;
    border: none;
}

@media (max-width: 576px) {
    .ut2-filters>div .ty-product-filters__switch {
        font-size: var(--font-size-medium);
    }
}

.ut2-filters>div .ty-product-filters__switch .ty-product-filters__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: var(--gap-xxs);
    color: var(--color-font);
    font-weight: 600;
    font-size: var(--font-size-medium);
}

.ut2-filters>div .ty-product-filters__switch .ty-product-filters__title .ty-icon-cancel-circle {
    font-size: 18px;
    padding: unset;
    margin: unset;
    inset: unset;
    line-height: unset;
}

.ut2-filters>div .ty-product-filters__switch-right.ty-icon,
.ut2-filters>div .ty-product-filters__switch-down.ty-icon {
    margin-right: -18px;
    top: 2px;
}

.ut2-filters>div .ty-product-filters__switch-right:before,
.ut2-filters>div .ty-product-filters__switch-right:after,
.ut2-filters>div .ty-product-filters__switch-down:before,
.ut2-filters>div .ty-product-filters__switch-down:after {
    content: "";
}

.ut2-filters>div .ty-product-filters__switch-down {
    position: relative;
    width: 15px;
    height: 15px;
}

.ut2-filters>div .ty-product-filters__switch-down:before,
.ut2-filters>div .ty-product-filters__switch-down:after {
    content: "";
    position: absolute;
    background-color: #989898;
    transition: transform 150ms;
}

.ut2-filters>div .ty-product-filters__switch-down:before {
    inset-block-start: 0;
    inset-inline-start: 50%;
    width: 2px;
    height: 15px;
    margin-inline-start: -1px;
}

.ut2-filters>div .ty-product-filters__switch-down:after {
    inset-block-start: 50%;
    inset-inline-start: 0;
    width: 15px;
    height: 2px;
    margin-block-start: -1px;
}

.ut2-filters>div .ty-product-filters__switch-down:hover {
    cursor: pointer;
}

.ut2-filters>div .ty-product-filters__switch-right {
    position: relative;
    width: 15px;
    height: 15px;
}

.ut2-filters>div .ty-product-filters__switch-right:after {
    content: "";
    position: absolute;
    background-color: #989898;
    transition: transform 150ms;
}

.ut2-filters>div .ty-product-filters__switch-right:before {
    content: none;
}

.ut2-filters>div .ty-product-filters__switch-right:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.ut2-filters>div .ty-product-filters__switch-right:hover {
    cursor: pointer;
}

.ut2-filters>div .ty-product-filters__search {
    padding: 0;
    margin-bottom: var(--gap-xs);
}

@media (min-width: 768px) {
    .ut2-filters>div .ty-product-filters__search .ty-input-text-medium {
        height: var(--min-height-button);
        min-height: var(--min-height-button);
    }
}

.ut2-filters>div .ty-product-filters__reset-button {
    font-size: 100%;
}

.ut2-filters>div .ty-product-filters__reset-button i {
    left: 0;
    font-size: 20px;
}

.ut2-filters>div .ut2-product-filters__variant__prefix:empty {
    display: none;
}

.ut2-filters>div .ut2-product-filters__variant__prefix:not(:empty) {
    margin-inline-end: var(--gap-xxs);
}

.ut2-filters>div .ut2-product-filters__variant__suffix: empty {
    display: none;
}

.ut2-filters>div .ut2-product-filters__variant__suffix:not(:empty) {
    margin-inline-start: var(--gap-xxs);
}

.ut2-filters>div .set-distance.hidden {
    display: none;
}

.ut2-dropdown-outside-position.ut2-filters>div .cm-product-filters {
    overflow: hidden;
}

.ut2-dropdown-outside-position.ut2-filters>div .ty-product-filters__block {
    padding-left: var(--gap-sm);
    padding-right: var(--gap-sm);
}

.ut2-dropdown-outside-position.ut2-filters>div .ty-product-filters__block:first-child {
    border: 0;
}

.ut2-dropdown-outside-position.ut2-filters>div .ty-product-filters__tools .ty-product-filters__reset-button {
    background: transparent;
    box-shadow: inset 0 0 0 2px #039be5;
}

.ut2-dropdown-outside-position.ut2-filters>div .ty-product-filters__tools .ut2-fl__buttons-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-xs);
}

.ut2-dropdown-outside-position.ut2-filters>div .ty-product-filters>ul.items-more:not(.none-overflow):after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    height: var(--gap-sm);
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 1;
}

.ut2-dropdown-outside-position.ut2-filters>div .ty-product-filters>ul.items-more:not(.none-overflow)::after {
    position: sticky !important;
}

.ty-price-slider {
    margin-bottom: 0;
    padding: var(--gap-s) 0 var(--gap-xs) 0;
}

.ty-price-slider__inputs {
    white-space: nowrap;
    color: var(--color-font-lighten);
    height: var(--height-button);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.ty-price-slider__bidi-container {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    flex: 1 1 auto;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ty-price-slider__bidi-container {
        flex-grow: 0;
    }
}

.ab__ut2--price-slider__sep {
    margin-inline: 5px;
    padding-block-end: 2px;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

.ty-price-slider__filter-prefix,
.ty-price-slider__filter-suffix {
    font-size: calc(var(--font-size-normal) - 1px);
    color: var(--color-font-lighten);
    padding-block-start: 2px;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {

    .ty-price-slider__filter-prefix,
    .ty-price-slider__filter-suffix {
        font-size: var(--font-size-normal);
    }
}

.ty-price-slider__filter-prefix:not(:empty) {
    margin-inline-end: 3px;
}

.ty-price-slider__filter-suffix:not(:empty) {
    margin-inline-start: 3px;
}

.ty-price-slider__bidi-container input[type="text"].ty-price-slider__input-text {
    font-size: var(--font-size-normal);
    line-height: var(--height-button);
    padding-inline: 6px;
    padding-block: 0;
    height: 100%;
    width: initial;
    inline-size: 100%;
    min-inline-size: var(--height-button);
    flex: 1 1 auto;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (hover: none) {
    .ty-price-slider__bidi-container input[type="text"].ty-price-slider__input-text {
        min-inline-size: 70px;
        max-inline-size: 30vw;
    }
}

.ty-range-slider {
    border: 0;
    background: var(--color-base5);
}

.ty-range-slider .ui-slider-range {
    border: 0;
    margin-top: 0;
    height: 5px;
    background: #039be5;
}

.ty-range-slider .ui-slider-handle {
    z-index: 1;
    width: 24px;
    height: 24px;
    top: -10px;
    border: 5px solid #039be5;
    background: #fff;
    border-radius: 100%;
    scale: .8;
    transform-origin: 0 center;
    transition: scale 400ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), border-color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (max-width: 1023px) {
    .ty-range-slider .ui-slider-handle {
        width: 30px;
        height: 30px;
        top: -13px;
    }
}

.ty-range-slider .ui-slider-handle:focus,
.ty-range-slider .ui-slider-handle:hover {
    scale: 1;
}

.ty-range-slider__item {
    background: var(--color-base5);
}

.ty-range-slider__num {
    --ty-force-range-slider-num-start: -10px;
}

#tygh_container~.ty-tooltip--filter {
    border-radius: var(--border-radius);
    width: initial;
    max-width: initial;
    max-inline-size: 250px;
    height: var(--min-height-button);
    padding: 0 var(--gap-xs);
    margin: initial;
    color: white;
    position: fixed !important;
    top: var(--ut2-changed-filter-checkbox-container-top) !important;
    transform: translate3d(0, -50%, 0);
    right: initial !important;
    left: initial !important;
    inset-inline-start: calc(var(--ut2-changed-filter-checkbox-container-left)) !important;
    bottom: initial !important;
    display: flex;
    align-items: center;
    animation: show_products_found_filter_notice_h 400ms ease-in-out;
}

#tygh_container~.ty-tooltip--filter .tooltip-arrow {
    display: block;
}

@media (max-width: 540px) {
    #tygh_container~.ty-tooltip--filter .tooltip-arrow {
        display: none;
    }
}

@media (max-width: 540px) {
    #tygh_container~.ty-tooltip--filter {
        text-align: center !important;
        font-weight: bold;
        border-radius: initial;
        max-inline-size: initial;
        inline-size: 100%;
        height: var(--height-button);
        top: initial !important;
        inset-block-end: 0 !important;
        transform: translate3d(0, 0, 0);
        inset-inline: 0 !important;
        justify-content: center;
        animation: show_products_found_filter_notice_v 400ms ease-out;
    }
}

@keyframes show_products_found_filter_notice_h {
    0% {
        opacity: 0;
        transform: translate3d(calc(var(--flow-direction-factor-inline) * -40px), -50%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes show_products_found_filter_notice_v {
    0% {
        transform: translate3d(0, 100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.ty-horizontal-product-filters.ut2-filters {
    padding-left: 0;
    margin: 0;
    background: none;
}

.ty-horizontal-product-filters.ut2-filters~.ut2-cat-container {
    margin-block-start: var(--gap-xs);
}

.ty-horizontal-product-filters .ty-product-filters__wrapper {
    border-radius: 0;
    position: initial;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ty-horizontal-product-filters .ty-product-filters__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ty-horizontal-product-filters-dropdown__wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: var(--font-size-normal);
    height: var(--height-button);
    line-height: 1;
    padding: 0 var(--gap-sm);
    color: var(--color-font);
    background: none;
    border-radius: var(--border-radius-full);
    box-shadow: inset 0 0 0 1px var(--color-base10);
    transition: color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
    user-select: none;
}

body.desktop-screen .ty-horizontal-product-filters-dropdown__wrapper,
body.tablet-screen .ty-horizontal-product-filters-dropdown__wrapper {
    position: relative;
}

body.desktop-screen .ty-horizontal-product-filters-dropdown__wrapper:after,
body.desktop-screen .ty-horizontal-product-filters-dropdown__wrapper:before,
body.tablet-screen .ty-horizontal-product-filters-dropdown__wrapper:after,
body.tablet-screen .ty-horizontal-product-filters-dropdown__wrapper:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 10.5px;
    border-color: transparent;
    border-style: solid;
    border-top-width: 0;
    border-width: 7.5px;
    border-bottom-color: #fff;
}

body.desktop-screen .ty-horizontal-product-filters-dropdown__wrapper:before,
body.tablet-screen .ty-horizontal-product-filters-dropdown__wrapper:before {
    top: -15px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

body.desktop-screen .ty-horizontal-product-filters-dropdown__wrapper:before,
body.desktop-screen .ty-horizontal-product-filters-dropdown__wrapper:after,
body.tablet-screen .ty-horizontal-product-filters-dropdown__wrapper:before,
body.tablet-screen .ty-horizontal-product-filters-dropdown__wrapper:after {
    top: unset;
    inset-block-end: 0;
    display: none;
}

.ty-horizontal-product-filters-dropdown__wrapper>span {
    opacity: .6;
    padding-left: 5px;
    font-size: var(--font-size-normal);
}

.ty-horizontal-product-filters-dropdown__wrapper:hover {
    background: var(--fill-gray);
    box-shadow: inset 0 0 0 1px var(--color-base20);
}

.ty-horizontal-product-filters-dropdown__wrapper.active {
    background: #fff;
    box-shadow: inset 0 0 0 2px #039be5;
}

.ty-horizontal-product-filters-dropdown__wrapper.active:hover {
    box-shadow: inset 0 0 0 2px #039be5;
}

.ty-horizontal-product-filters-dropdown__wrapper.open {
    background: #039be5;
    box-shadow: inset 0 0 0 1px #039be5;
    color: #fff;
}

body.desktop-screen .ty-horizontal-product-filters-dropdown__wrapper.open,
body.tablet-screen .ty-horizontal-product-filters-dropdown__wrapper.open {
    z-index: 4;
}

body.desktop-screen .ty-horizontal-product-filters-dropdown__wrapper.open:before,
body.desktop-screen .ty-horizontal-product-filters-dropdown__wrapper.open:after,
body.tablet-screen .ty-horizontal-product-filters-dropdown__wrapper.open:before,
body.tablet-screen .ty-horizontal-product-filters-dropdown__wrapper.open:after {
    display: block;
}

.ty-horizontal-product-filters-dropdown__wrapper.open i:before {
    content: "\e904";
    color: #fff;
}

.ty-horizontal-product-filters-dropdown__icon {
    margin: 0;
    padding-left: 0;
    top: 1px;
}

.ty-horizontal-product-filters-dropdown__content {
    border: 0 none;
    margin: initial;
    padding-block: 45px var(--gap-s);
    padding-inline: var(--gap-s);
    inline-size: 285px;
    min-width: initial;
    max-block-size: calc(100dvh - var(--js_rt__dropdown-popup-_top-clearance-to-window-edge, var(--height-button)) - var(--gap-m));
    overflow: clip;
    position: fixed;
    z-index: 3;
    inset-block-start: var(--js_rt_popup-dist-_top, 100%);
    inset-inline-start: var(--js_rt_popup-dist-_inline-start, 0px);
}

@media (min-width: 768px) {
    .js_popup_-invisible .ty-horizontal-product-filters-dropdown__content {
        opacity: 0;
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ty-horizontal-product-filters-dropdown__content {
        border-radius: initial;
        padding-block: initial;
        padding-inline: initial;
        inline-size: 100%;
        max-block-size: initial;
        position: fixed;
        z-index: 10001;
        inset-block-start: initial;
        inset-block-end: 0;
        inset-inline: 0;
        transform: translateY(100%);
        transition: transform 400ms cubic-bezier(.4, 0, .2, 1);
    }

    .ty-horizontal-product-filters-dropdown__content.container-opened {
        transform: translateY(0);
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ut2-horizontal-product-filters-dropdown__stuffing {
        padding-block: var(--gap-sm) calc(var(--gap-xs) * 2);
        padding-inline: var(--gap-s);
        max-block-size: calc(100dvh - 50px);
        min-block-size: 150px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: #cbcbcb transparent;
    }

    .ut2-horizontal-product-filters-dropdown__stuffing::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
}

.ty-horizontal-product-filters .ut2-horizontal-product-filters-dropdown__stuffing [id^=content] {
    padding-top: initial;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ut2-filters__search {
        background: rgba(255, 255, 255, 0.75);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        margin-inline: calc(var(--gap-s) * -1);
        padding-inline: var(--gap-s);
        padding-block: var(--gap-sm);
        position: sticky;
        z-index: 2;
        inset-block-start: calc(var(--gap-sm) * -1);
        margin-block-start: calc(var(--gap-sm) * -1);
    }
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-product-filters__search {
        margin-bottom: initial;
    }
}

.ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-product-filters__variants {
    --ut2-product-horizontal-filter-variant-list-_max-height_-full: calc(100dvh - var(--js_rt__dropdown-popup-_top-clearance-to-window-edge, var(--height-button)) - var(--js_rt__dropdown-popup-_subtracted-space, 131px) - var(--gap-m));
}

.ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-product-filters__variants:not(.none-overflow) {
    max-block-size: min(var(--ut2-product-filter-variant-list-_max-height_-shortened), var(--ut2-product-horizontal-filter-variant-list-_max-height_-full));
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-product-filters__variants:not(.none-overflow) {
        max-block-size: var(--ut2-product-filter-variant-list-_max-height_-shortened);
        overflow-y: hidden !important;
    }
}

.ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-product-filters__variants.none-overflow {
    max-block-size: var(--ut2-product-horizontal-filter-variant-list-_max-height_-full);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-product-filters__variants.none-overflow {
        max-block-size: initial;
        overflow-y: initial !important;
    }
}

.ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-product-filters__variants:not(:hover)+.ut2-more-btn::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-product-filters__no-items-found {
        margin-top: initial;
    }
}

.ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-range-slider,
.ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-range-slider .ui-slider-range,
.ut2-horizontal-product-filters-dropdown__stuffing [id^=content] .ty-range-slider .ui-slider-handle {
    z-index: initial;
}

.ty-horizontal-product-filters .ut2-horizontal-product-filters-dropdown__stuffing .ty-product-filters__tools {
    background: none;
    padding-block: var(--gap-s) 0;
    padding-inline: initial;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) and (pointer: coarse) {
    .ty-horizontal-product-filters .ut2-horizontal-product-filters-dropdown__stuffing .ty-product-filters__tools {
        background: var(--fill-gray);
        margin-inline: calc(var(--gap-s) * -1);
        padding-inline: var(--gap-s);
        margin-block-start: var(--gap-sm);
        padding-block: var(--gap-sm) calc(var(--gap-xs) * 2);
        position: sticky;
        z-index: 2;
        inset-block-end: calc(var(--gap-xs) * -2);
        margin-block-end: calc(var(--gap-xs) * -2);
    }
}

.ty-horizontal-product-filters .ut2-horizontal-product-filters-dropdown__stuffing .ty-product-filters__tools: empty {
    display: none;
}

.ut2-horizontal-product-filters-dropdown__stuffing .ut2-more-btn {
    font-size: var(--font-size-normal);
    margin-block-start: var(--gap-xxs);
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    column-gap: 1px;
}

.ut2-horizontal-product-filters-dropdown__stuffing .ut2-more-btn.open span.more {
    display: none;
}

.ut2-horizontal-product-filters-dropdown__stuffing .ut2-more-btn.open span.hidden {
    display: inline-block;
}

.ut2-horizontal-product-filters-dropdown__stuffing .ut2-more-btn.open i {
    transform: rotate(180deg);
}

.ut2-horizontal-product-filters-dropdown__stuffing .ut2-more-btn span {
    text-decoration: underline;
    text-underline-offset: 1.3px;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(0, 124, 185, 0.5);
    color: #007cb9;
}

.ut2-horizontal-product-filters-dropdown__stuffing .ut2-more-btn span:hover {
    text-decoration-color: #07587f;
}

.ut2-horizontal-product-filters-dropdown__stuffing .ut2-more-btn i {
    font-size: 20px;
}

.ty-horizontal-product-filters .ut2-scroll-left,
.ty-horizontal-product-filters .ut2-scroll-right {
    width: 20px;
}

.ty-horizontal-product-filters .ut2-scroll-left>span,
.ty-horizontal-product-filters .ut2-scroll-right>span {
    position: relative;
    inset: unset;
    transform: unset;
    font-size: 18px;
    width: 20px;
    height: var(--height-button);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.ty-horizontal-product-filters .ut2-scroll-left>span:hover,
.ty-horizontal-product-filters .ut2-scroll-right>span:hover {
    color: var(--color-links);
}

.ty-horizontal-product-filters .ut2-scroll-left>span:after,
.ty-horizontal-product-filters .ut2-scroll-right>span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 20px;
    z-index: 1;
}

html[dir="ltr"] .ty-horizontal-product-filters .ut2-scroll-left {
    left: -5px;
}

@media (max-width: 767px) {
    html[dir="ltr"] .ty-horizontal-product-filters .ut2-scroll-left {
        left: -15px;
    }
}

html[dir="ltr"] .ty-horizontal-product-filters .ut2-scroll-left span:after {
    right: -20px;
    left: auto;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

html[dir="rtl"] .ty-horizontal-product-filters .ut2-scroll-left {
    left: -5px;
    transform: scaleX(-1);
}

@media (max-width: 767px) {
    html[dir="rtl"] .ty-horizontal-product-filters .ut2-scroll-left {
        left: -15px;
    }
}

html[dir="rtl"] .ty-horizontal-product-filters .ut2-scroll-left span:after {
    right: 20px;
    left: auto;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

html[dir="ltr"] .ty-horizontal-product-filters .ut2-scroll-right {
    right: -5px;
}

@media (max-width: 767px) {
    html[dir="ltr"] .ty-horizontal-product-filters .ut2-scroll-right {
        right: -15px;
    }
}

html[dir="ltr"] .ty-horizontal-product-filters .ut2-scroll-right span:after {
    right: auto;
    left: -20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

html[dir="rtl"] .ty-horizontal-product-filters .ut2-scroll-right {
    right: -5px;
    transform: scaleX(-1);
}

@media (max-width: 767px) {
    html[dir="rtl"] .ty-horizontal-product-filters .ut2-scroll-right {
        right: -15px;
    }
}

html[dir="rtl"] .ty-horizontal-product-filters .ut2-scroll-right span:after {
    right: auto;
    left: 20px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

div[class^="span"].side-grid .ty-product-list {
    min-width: 100%;
    flex: 1 100%;
}

div[class^="span"].side-grid .ty-product-list>form {
    display: flex;
    flex-direction: column;
}

div[class^="span"].side-grid .ty-product-list .ut2-pl__content {
    flex-direction: column-reverse;
}

div[class^="span"].side-grid .ty-product-list .ut2-pl__image {
    margin: 0 0 var(--gap-s);
}

div[class^="span"].side-grid .ty-product-list .ut2-pl__info {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

div[class^="span"].side-grid .ty-compact-list__item {
    min-width: 100%;
    flex: 1 100%;
}

div[class^="span"].side-grid .ty-compact-list__item .ty-compact-list__title {
    margin-right: var(--gap-sm);
}

div[class^="span"].side-grid .ty-compact-list__item .ty-compact-list__controls {
    margin-right: var(--gap-sm);
}

div[class^="span"].side-grid .ty-compact-list__item .ut2-cl-bt {
    display: none;
}

.ut2-quick-view-button,
.ut2-add-to-wish:not(.label),
.ut2-add-to-compare:not(.label) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--min-height-button);
    width: var(--min-height-button);
}

.ut2-quick-view-button i,
.ut2-add-to-wish:not(.label) i,
.ut2-add-to-compare:not(.label) i {
    display: contents;
    font-size: 24px;
    color: gray;
}

.ut2-quick-view-button i .path3:before,
.ut2-add-to-wish:not(.label) i .path3:before,
.ut2-add-to-compare:not(.label) i .path3:before {
    color: gray;
}

.ut2-quick-view-button.active i .path3:before,
.ut2-add-to-wish:not(.label).active i .path3:before,
.ut2-add-to-compare:not(.label).active i .path3:before {
    color: var(--color-links);
}

.ut2-quick-view-button.active i.ut2-icon-addchart,
.ut2-add-to-wish:not(.label).active i.ut2-icon-addchart,
.ut2-add-to-compare:not(.label).active i.ut2-icon-addchart {
    color: var(--color-links);
}

.ut2-quick-view-button:hover .path3:before,
.ut2-add-to-wish:not(.label):hover .path3:before,
.ut2-add-to-compare:not(.label):hover .path3:before {
    color: var(--color-links);
}

.ut2-add-to-wish:not(.label).active span:before {
    color: var(--color-links);
}

[class*="__buttons"]:not([class*="ut2-w-c-q"]) [class*="ut2-icon-"] .path1:before,
[class*="__buttons"]:not([class*="ut2-w-c-q"]) [class*="ut2-icon-"] .path2:before,
.ut2-pb__sticky-add-to-cart_block [class*="ut2-icon-"] .path1:before,
.ut2-pb__sticky-add-to-cart_block [class*="ut2-icon-"] .path2:before {
    color: transparent !important;
}

.ut2-add-to-wish.label i .path1:before,
.ut2-add-to-wish.label i .path2:before,
.ut2-add-to-compare.label i .path1:before,
.ut2-add-to-compare.label i .path2:before {
    content: none;
    display: none;
}

.ut2-add-to-wish.label i>span:before {
    margin-left: 0;
}

.ut2-add-to-wish.label.active i .path3:before,
.ut2-pb__sticky-add-to-cart_block .ut2-add-to-wish.active i .path3:before {
    content: "\e985";
    color: var(--color-links);
}

.ut2-add-to-compare.label .path1:before,
.ut2-add-to-compare.label .path2:before,
.ut2-add-to-compare.label .path3:before {
    margin-left: 0;
}

.ut2-add-to-compare.active i .path1:before {
    content: "\e989";
    color: #fff;
}

.ut2-add-to-compare.active i .path2:before {
    content: "\e98a";
    margin-left: -1em;
    color: #fff;
}

.ut2-add-to-compare.active i .path3:before {
    content: "\e98b";
}

.ut2-w-c-q__buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-flow: column;
    gap: 2px;
    z-index: 1;
}

.ut2-w-c-q__buttons.w_c_q-hover a:not(.label):not(.selected) {
    display: none;
}

.ut2-gl__item:hover .ut2-w-c-q__buttons.w_c_q-hover a,
.ty-product-list:hover .ut2-w-c-q__buttons.w_c_q-hover a,
.ty-scroller-list__item:hover .ut2-w-c-q__buttons.w_c_q-hover a {
    display: flex;
}

.ty-product-labels {
    flex-direction: column;
    align-items: flex-end;
    line-height: normal;
    margin: 0;
    gap: var(--gap-xxs);
    z-index: 1;
}

.ty-product-labels__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 24px;
    border-radius: 12px;
}

.ty-product-labels--left-top {
    align-items: flex-start;
    left: 0;
    top: 0;
}

.ty-product-labels--top-right {
    right: auto;
    left: 0;
    top: 0;
}

.ty-product-labels--top-left {
    left: 0;
    justify-content: flex-start;
}

.ty-product-labels__content {
    display: flex;
    align-items: center;
    font-size: 11px;
}

.ty-product-labels__content bdi {
    margin-left: 3px;
    font-weight: bold;
    font-style: normal;
}

.ty-product-labels__item--discount .ty-product-labels__content {
    color: white;
}

.ty-product-labels__item--shipping {
    background: var(--color-font-lighten);
}

.ty-product-labels__item--shipping>div:after {
    content: "\e928";
    font-size: 16px;
    margin-left: 3px;
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
}

.product-title {
    position: relative;
    display: inline-flex;
    gap: var(--gap-xxs);
}

.product-title .brand-name {
    display: block;
    font-weight: 600;
}

.ty-product-options {
    padding: unset;
}

.ty-product-options .ty-control-group {
    display: flex;
    flex-flow: column;
    gap: var(--gap-xxs) var(--gap-xs);
}

.ty-product-options .ty-control-group:after,
.ty-product-options .ty-control-group:before {
    content: unset;
}

.ty-product-options .ty-control-group .ut2-vimg__wrap {
    display: flex;
    align-items: baseline;
}

.ty-product-options select {
    min-width: 210px;
    max-width: 100%;
    width: fit-content;
}

.ty-product-options__radio--label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0;
    max-width: 200px;
    min-width: 50px;
    min-height: calc(var(--min-height-button) - 4px);
    border: 1px solid var(--color-base10);
    padding: var(--gap-xxs);
    float: left;
    font-size: var(--font-size-normal);
    cursor: pointer;
    border-radius: var(--border-radius);
    transition: color 150ms, background-color 150ms, border-color 150ms, box-shadow 150ms, text-shadow 150ms, opacity 150ms;
}

@media (max-width: 767px) {
    .ty-product-options__radio--label {
        max-width: 142px;
    }
}

.ty-product-options__radio--label bdi {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
    line-height: 1.2;
    z-index: 2;
}

.ty-product-options__radio--label--disabled {
    opacity: 1;
    overflow: hidden;
    color: var(--color-font-lighten);
    cursor: default;
    pointer-events: none;
}

.ty-product-options__radio--label--disabled:before,
.ty-product-options__radio--label--disabled:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: calc(100% + 20px);
    height: 1px;
    background-color: var(--color-base10);
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
    z-index: 1;
}

.ty-product-options__radio--label--disabled:after {
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
}

.ty-product-options__radio--label--disabled:not([for]) {
    border-style: dashed;
    color: var(--color-font-lighten-max);
    border-color: var(--color-base10) !important;
    cursor: not-allowed !important;
}

.ty-product-options__radio:checked+.ty-product-options__radio--label,
.ty-product-options__radio--label:active {
    box-shadow: inset 0 0 0 1px var(--color-base20);
}

.ty-product-options__radio:checked+.ty-product-options__radio--label:not(.ty-product-options__radio--label--disabled),
.ty-product-options__radio--label:active:not(.ty-product-options__radio--label--disabled) {
    border-color: var(--color-links);
    box-shadow: inset 0 0 0 1px var(--color-links);
    position: relative;
}

.ty-product-options__radio:checked+.ty-product-options__radio--label:not(.ty-product-options__radio--label--disabled):before,
.ty-product-options__radio--label:active:not(.ty-product-options__radio--label--disabled):before {
    position: absolute;
    right: -5px;
    top: -5px;
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\e969";
    font-size: 12px;
    color: var(--color-links);
    background: var(--color-general);
    overflow: hidden;
    width: 14px;
    height: 14px;
    padding: 1px;
    border-radius: 100%;
}

.ty-product-options__radio:not(:checked)+.ty-product-options__radio--label:hover {
    border-color: var(--color-base20);
}

.ty-product-options__image--wrapper {
    display: block;
    position: relative;
    align-content: center;
    text-align: center;
    box-sizing: content-box;
    margin: 0;
    padding: 1px;
    min-width: calc(var(--tb-var-image-width, 50) * 1px);
    max-width: calc(var(--tb-var-image-width, 50) * 1px);
    border: 1px solid var(--color-base5);
    box-shadow: inset 0 0 0 1px var(--color-general);
    border-radius: calc(var(--border-radius) + 1px);
    background: #fff;
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
    overflow: visible;
}

.ty-product-options__image--wrapper img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ty-product-options__image--wrapper:after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    inset: -5px;
}

.ty-product-options__image--wrapper img {
    min-height: inherit;
    box-shadow: none;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    overflow: hidden;
}

.ty-product-options__image--wrapper .ty-no-image {
    aspect-ratio: initial;
    width: calc(var(--var-no-image_width) * 1px);
    height: calc(var(--var-no-image_height) * 1px);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    overflow: hidden;
}

.ty-product-options__image--wrapper>span:not(.ty-no-image) {
    height: 32px;
    display: block;
    align-content: center;
    background: var(--color-general);
    padding: var(--gap-xxs);
    border-radius: 0 0 calc(var(--border-radius) - 1px) calc(var(--border-radius) - 1px);
}

.ty-product-options__image--wrapper>span:not(.ty-no-image)>span {
    font-size: var(--font-size-smallest);
    font-weight: 500;
    line-height: 1;
    padding-block-end: 1px;
    color: var(--color-font-lighten);
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ty-product-options__image--wrapper--active:not(.ty-product-options__image--wrapper--disabled)>span {
    border-color: transparent;
}

.ty-product-options__image--wrapper--active:not(.ty-product-options__image--wrapper--disabled)>span>span {
    color: var(--color-font);
    font-weight: 600;
}

.ty-product-options__image--wrapper--disabled:active,
.ty-product-options__image--wrapper:not([data-ca-variation-image]) .ty-product-options__image--wrapper--active {
    border-color: var(--color-links);
    box-shadow: 0 0 0 1px var(--color-links);
    opacity: 1;
}

.ty-product-options__image--wrapper--disabled {
    position: relative;
    opacity: 1;
    cursor: default;
    overflow: hidden;
}

.ty-product-options__image--wrapper--disabled img {
    cursor: default;
}

.ty-product-options__image--wrapper--disabled:not(:hover) {
    filter: grayscale(1);
    will-change: filter;
    border-style: dashed;
}

.ty-product-options__image--wrapper--disabled:not(:hover) img {
    opacity: .5;
}

.ty-product-options__image--wrapper--disabled:not(:hover)>span>span {
    color: var(--color-font-lighten-max);
}

.ty-product-options__image--wrapper--disabled:active,
.ty-product-options__image--wrapper--disabled.ty-product-options__image--wrapper--active {
    border-color: var(--color-base20);
    border-style: solid;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 1px inset var(--color-base20);
}

.ty-product-options__image--wrapper--active:not(.ty-product-options__image--wrapper--disabled) {
    box-shadow: inset 0 0 0 1px var(--color-links);
    border-color: var(--color-links);
}

.ty-product-options__image--wrapper--active:not(.ty-product-options__image--wrapper--disabled):before {
    position: absolute;
    right: -5px;
    top: -5px;
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\e969";
    font-size: 12px;
    color: var(--color-links);
    background: var(--color-general);
    overflow: hidden;
    width: 14px;
    height: 14px;
    padding: 1px;
    border-radius: 100%;
    z-index: 1;
}

.ty-product-options__image--wrapper:hover {
    border-color: var(--color-base20);
}

.ty-product-options__image--wrapper:hover>span>span {
    color: var(--color-font);
}

.ty-product-options__image--wrapper:hover:not(.ty-product-options__image--wrapper:hover--active) {
    border-color: var(--color-base20);
    opacity: .95;
}

.ut2-pb .ty-product-options__image--wrapper--disabled,
.ut2-pb .ty-product-options__radio--label--disabled {
    cursor: pointer;
    pointer-events: all;
}

.ut2-pb .ty-product-options__image--wrapper--disabled img,
.ut2-pb .ty-product-options__radio--label--disabled img {
    cursor: pointer;
}

.ut2-pb .ty-product-options__item-label--tooltip {
    margin-right: 0;
}

.ty-product-option-container {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.ty-cart-content__options {
    margin-top: 0;
}

.ty-cart-content__options+.ty-cart-content__options {
    padding: 0;
}

.ty-product-list__option select {
    max-width: 310px;
    width: 100%;
}

.ty-product-options__description {
    margin: var(--gap-xxs) 0;
}

.ty-product-options__item-label {
    width: fit-content;
    font-size: var(--font-size-normal);
    font-weight: normal;
    color: var(--color-font-lighten);
    padding: initial;
}

.ty-product-options__item-label>bdi,
.ty-product-options__item-label+bdi {
    width: 100%;
}

.object-container .ty-product-options__item-label {
    width: 100%;
}

.ty-product-options__item>.ty-clear-both {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xxs);
}

.ty-product-options__item>.ty-clear-both.ty-product-variant-image {
    margin-left: 0;
}

.ty-product-variant-image {
    margin-left: 0;
    gap: var(--gap-xxs);
}

.ty-product-variant-image img {
    padding: var(--gap-xxs);
    margin: 0;
    border: 1px solid var(--color-base5);
    border-radius: var(--border-radius);
    box-sizing: content-box;
}

.ty-product-variant-image img:hover {
    border-color: var(--color-base10);
}

.ty-product-variant-image img[class*="-selected"] {
    border-color: var(--color-primary);
    box-shadow: inset 0 0 0 1px var(--color-primary);
}

.ty-qty-in-stock,
.ty-qty-out-of-stock {
    display: inline-flex;
    align-items: center;
    padding: 0;
    font-weight: normal;
}

.ty-qty-in-stock span,
.ty-qty-out-of-stock span {
    display: inline-flex;
    align-items: center;
}

.ty-qty-out-of-stock {
    color: #848484;
}

.on_backorder {
    color: var(--color-links);
}

.ty-qty,
.quantity {
    border-radius: 25px;
}

.ty-qty:after,
.ty-qty:before,
.quantity:after,
.quantity:before {
    content: none;
}

.ty-qty .ty-value-changer,
.quantity .ty-value-changer {
    width: 80px;
    height: var(--height-button);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    background: var(--fill-gray);
    border-radius: var(--border-radius-full);
}

.ut2-cart-content .ty-qty .ty-value-changer,
.ut2-cart-content .quantity .ty-value-changer {
    width: 100px;
}

.ut2-cart-content .ty-qty .ty-value-changer .ty-value-changer__increase,
.ut2-cart-content .ty-qty .ty-value-changer .ty-value-changer__decrease,
.ut2-cart-content .quantity .ty-value-changer .ty-value-changer__increase,
.ut2-cart-content .quantity .ty-value-changer .ty-value-changer__decrease {
    min-width: 36px;
    height: 36px;
}

.ut2-cart-content .ty-qty .ty-value-changer .ty-value-changer__input,
.ut2-cart-content .quantity .ty-value-changer .ty-value-changer__input {
    font-size: var(--font-size-medium);
}

.ty-qty .ty-value-changer a[class*="changer"],
.quantity .ty-value-changer a[class*="changer"] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    border-width: 0;
    font-size: 20px;
    font-family: monospace;
    border-radius: 0;
    background: none;
    color: rgba(30, 30, 30, 0.5);
}

.ty-qty .ty-value-changer a[class*="changer"]:hover,
.quantity .ty-value-changer a[class*="changer"]:hover {
    color: var(--color-font);
    background: none;
}

.ty-qty .ty-value-changer__input,
.quantity .ty-value-changer__input {
    padding: 0;
    width: 100%;
    height: var(--min-height-button);
    min-height: var(--min-height-button);
}

@media (hover: hover) {

    .ut2-template-small__mix-price-and-button .ty-qty,
    .ut2-simple-list__mix-price-and-button .ty-qty,
    .ty-compact-list__buttons .ty-qty,
    .ut2-gl__mix-price-and-button .ty-qty,
    .ut2-vl__mix-price-and-button .ty-qty,
    .ut2-template-small__mix-price-and-button .quantity,
    .ut2-simple-list__mix-price-and-button .quantity,
    .ty-compact-list__buttons .quantity,
    .ut2-gl__mix-price-and-button .quantity,
    .ut2-vl__mix-price-and-button .quantity {
        margin-top: calc(50% * -1 - 5px);
        position: absolute;
        top: 50%;
        right: calc(var(--gap-sm) * -1);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
        background: #fff;
        padding: 5px 45px 5px 5px;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
    }
}

.ut2-template-small__mix-price-and-button .ty-qty .ty-value-changer,
.ut2-simple-list__mix-price-and-button .ty-qty .ty-value-changer,
.ty-compact-list__buttons .ty-qty .ty-value-changer,
.ut2-gl__mix-price-and-button .ty-qty .ty-value-changer,
.ut2-vl__mix-price-and-button .ty-qty .ty-value-changer,
.ut2-template-small__mix-price-and-button .quantity .ty-value-changer,
.ut2-simple-list__mix-price-and-button .quantity .ty-value-changer,
.ty-compact-list__buttons .quantity .ty-value-changer,
.ut2-gl__mix-price-and-button .quantity .ty-value-changer,
.ut2-vl__mix-price-and-button .quantity .ty-value-changer {
    max-height: var(--min-height-button);
    background: #fff;
}

.ty-qty a+input.ty-value-changer__input,
.ty-qty .quantity a+input.ty-value-changer__input,
.quantity a+input.ty-value-changer__input,
.quantity .quantity a+input.ty-value-changer__input {
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none !important;
}

.touch .ty-value-changer__increase,
.touch .ty-value-changer__decrease {
    color: rgba(30, 30, 30, 0.5);
    width: 14px;
    height: 14px;
}

.ty-min-qty-description {
    color: var(--color-font-lighten);
}

.ty-product-coming-soon {
    display: flex;
    align-items: center;
    margin: 0 0 var(--gap-xs);
    padding: 5px 8px;
    background: rgba(244, 67, 54, 0.1);
    color: #f44336;
    border-radius: var(--border-radius-box);
}

.ty-product-coming-soon i {
    padding: 0 5px 2px 0;
    font-size: 16px;
}

.ut2-pb .ty-product-coming-soon i {
    font-size: 22px;
    color: #f44336;
}

.ty-price[id] {
    white-space: nowrap;
    margin: 0;
}

.ty-price[id] bdi>span:not([id*="sec"]):last-child sup,
.ty-price[id] bdi>span:not([id*="sec"]):last-child sub {
    top: 0;
    bottom: 0;
    font-size: 100%;
    font-weight: normal;
}

.ty-price-update {
    font-size: unset;
}

.ty-price-num {
    font-size: var(--price-font-size);
    font-weight: 700;
    line-height: 1;
}

.ty-price-num span {
    font-size: var(--price-font-size);
    font-weight: normal;
}

.ty-price-num sup {
    top: -0.25em;
}

.ty-price-num sub {
    bottom: 0;
}

.no-touchevents .ty-price-num {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
}

.ty-list-price {
    display: contents;
    color: var(--color-font-lighten);
    font-size: var(--font-size-smallest);
    line-height: initial;
}

.ty-list-price sub,
.ty-list-price sup {
    font-size: 85%;
    padding-inline-start: 2px;
}

.ty-list-price sup {
    top: -0.12em;
}

.ty-list-price sub {
    bottom: 0;
}

.ty-list-price bdi {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
}

.ty-list-price+.ty-list-price:not([id]) {
    margin-inline-start: -3px;
    display: inline-block;
}

.ty-price-num[id*="price"] sup,
.ty-price-num[id*="price"] sub,
.ty-list-price[id*="price"] sup,
.ty-list-price[id*="price"] sub {
    padding-inline-start: 2px;
}

.ty-strike {
    display: inline-block;
    position: relative;
    color: var(--color-font-lighten);
    text-decoration: none;
}

.ty-strike bdi>span:not([id*="sec"]):last-child sup,
.ty-strike bdi>span:not([id*="sec"]):last-child sub {
    font-weight: normal;
    font-size: inherit;
    top: 0;
}

.ty-strike span[id*="price"] {
    position: relative;
}

.ty-strike span[id*="price"]:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: var(--color-font-lighten);
    width: 100%;
    height: 1px;
    box-sizing: content-box;
}

.ty-strike .ty-list-price {
    font-size: 14px;
}

@media (max-width: 576px) {
    .ty-strike .ty-list-price {
        font-size: var(--font-size-small);
    }
}

.price+.ty-strike {
    text-decoration: line-through;
}

.ty-save-price:not(:empty) {
    display: inline-flex;
    flex-wrap: wrap;
    column-gap: 2px;
    min-width: fit-content;
    padding: 2px;
    margin-top: 3px;
    font-weight: 500;
    color: var(--color-font-lighten);
    border: 1px solid var(--color-font-lighten-max);
    border-radius: calc(var(--border-radius) * 1.6);
}

.ty-save-price:not(:empty) sup,
.ty-save-price:not(:empty) sub {
    padding-inline-start: 1px;
}

.ut2-sld-short .ty-save-price:not(:empty) {
    padding: 1px 2px;
    margin: 0;
}

.ty-product-prices {
    margin: 0;
    gap: var(--gap-xxs);
}

.ty-price-curency-input {
    margin-bottom: -10px;
}

.ty-price-curency-input input.ty-price-curency__input {
    margin-left: 0;
    width: min(120px, 85%);
    min-height: var(--min-height-button);
    height: var(--min-height-button);
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: var(--price-font-size);
    font-weight: 700;
}

.ty-no-price {
    color: var(--color-font-lighten-max);
    font-size: var(--font-size-small);
    white-space: break-spaces;
    min-width: 94px;
}

@media (max-width: 768px) {
    .ty-no-price {
        max-width: 100%;
    }
}

.ty-product-block .ty-no-price {
    max-width: 150px;
}

.ty-tax-include {
    font-size: 11px;
    color: var(--color-font-lighten);
    padding-bottom: 0;
}

[class*="price"]>div:not([class]) {
    display: flex;
    flex-wrap: wrap;
    gap: 1px 5px;
}

@media (max-width: 1023px) {
    [class*="price"]>div:not([class]) {
        line-height: 1;
    }
}

[class*="price"].pr-col>div:not([class]),
[class*="price"].pr-mix>div:not([class]),
[class*="price"].pr-col-os-fill>div:not([class]) {
    flex-direction: column;
}

[class*="price"].pr-col .ty-price-update,
[class*="price"].pr-mix .ty-price-update,
[class*="price"].pr-col-os-fill .ty-price-update {
    display: block;
}

[class*="price"].pr-col-rev>div:not([class]),
[class*="price"].pr-col-rev-mix>div:not([class]) {
    flex-direction: column-reverse;
}

[class*="price"].pr-col-rev .ty-price-update~[id*="line_discount_update"],
[class*="price"].pr-col-rev-mix .ty-price-update~[id*="line_discount_update"] {
    order: -1;
}

[class*="price"].pr-mix.pr-color .ty-price-update,
[class*="price"].pr-row-mix.pr-color .ty-price-update,
[class*="price"].pr-col-rev-mix.pr-color .ty-price-update {
    display: block;
}

[class*="price"].pr-mix.pr-color .ty-price-update .ty-price,
[class*="price"].pr-row-mix.pr-color .ty-price-update .ty-price,
[class*="price"].pr-col-rev-mix.pr-color .ty-price-update .ty-price {
    color: #f44336;
}

[class*="price"].pr-col-os-fill .ty-strike .ty-list-price,
[class*="price"].pr-row-os-fill .ty-strike .ty-list-price {
    color: #f44336;
}

[class*="price"].pr-col-os-fill .ty-strike .ty-list-price:after,
[class*="price"].pr-row-os-fill .ty-strike .ty-list-price:after {
    background-color: #f44336;
}

[class*="price"].pr-col-os-fill .ty-save-price *,
[class*="price"].pr-col-os-fill .ty-save-price,
[class*="price"].pr-row-os-fill .ty-save-price *,
[class*="price"].pr-row-os-fill .ty-save-price {
    border-color: #f44336;
    background-color: #f44336;
    color: white;
}

[class*="price"] .ty-price-update~span {
    max-inline-size: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--gap-xxs);
    line-height: 0;
}

[class*="price"] div.ty-price-per-unit {
    display: block;
    font-size: var(--font-size-small);
    color: var(--color-font-lighten);
    margin-bottom: 0;
    min-width: 100%;
}

[class*="price"] span[id^="clean_price_update"] {
    display: block;
    margin-block: 3px;
    color: var(--color-font-lighten);
    font-size: var(--font-size-small);
}

[class*="price"] span[id^="clean_price_update"] [id^=line_product_price] {
    display: inline-flex;
    width: max-content;
    font-size: var(--font-size-small);
}

[class*="price"] span[id^="clean_price_update"] [id^=line_product_price]>bdi {
    margin-right: 2px;
}

.ut2-cost-multi,
.ut2-cost-base,
.ut2-cost-opted {
    display: initial;
}

.ut2-cost-base,
.ut2-cost-opted {
    white-space: nowrap !important;
}

.ut2-cost-base span,
.ut2-cost-base bdi,
.ut2-cost-opted span,
.ut2-cost-opted bdi {
    display: initial !important;
}

.ut2-qd .ut2-cost-multi {
    white-space: nowrap;
}

.ty-product-bundles-product-bundles .ty-price[id],
.pswp__price-wrap .ty-price[id],
.ui-dialog .buttons-container .ty-price[id],
.ab-mobile-select-variation-container .buttons-container .ty-price[id],
.ut2-pb__sticky-add-to-cart .ty-price[id],
.ut2-pb .ty-product-prices .ty-price[id],
.ty-compare-products__product .ty-price[id],
.ty-product-list .ut2-pl__price .ty-price[id],
.ut2-thumbnail-list__item .ty-price[id],
.ut2-gl__item .ty-price[id],
.ty-scroller__item .ty-price[id],
.ut2-template-small__item .ty-price[id],
.ty-compact-list__item .ty-price[id],
.ut2-variations-list__item .ty-price[id] {
    white-space: initial;
}

.ty-product-bundles-product-bundles .ty-price-update+span,
.pswp__price-wrap .ty-price-update+span,
.ui-dialog .buttons-container .ty-price-update+span,
.ab-mobile-select-variation-container .buttons-container .ty-price-update+span,
.ut2-pb__sticky-add-to-cart .ty-price-update+span,
.ut2-pb .ty-product-prices .ty-price-update+span,
.ty-compare-products__product .ty-price-update+span,
.ty-product-list .ut2-pl__price .ty-price-update+span,
.ut2-thumbnail-list__item .ty-price-update+span,
.ut2-gl__item .ty-price-update+span,
.ty-scroller__item .ty-price-update+span,
.ut2-template-small__item .ty-price-update+span,
.ty-compact-list__item .ty-price-update+span,
.ut2-variations-list__item .ty-price-update+span {
    row-gap: 2px;
}

.ty-product-bundles-product-bundles .ty-price-update+span:has([type=hidden]),
.pswp__price-wrap .ty-price-update+span:has([type=hidden]),
.ui-dialog .buttons-container .ty-price-update+span:has([type=hidden]),
.ab-mobile-select-variation-container .buttons-container .ty-price-update+span:has([type=hidden]),
.ut2-pb__sticky-add-to-cart .ty-price-update+span:has([type=hidden]),
.ut2-pb .ty-product-prices .ty-price-update+span:has([type=hidden]),
.ty-compare-products__product .ty-price-update+span:has([type=hidden]),
.ty-product-list .ut2-pl__price .ty-price-update+span:has([type=hidden]),
.ut2-thumbnail-list__item .ty-price-update+span:has([type=hidden]),
.ut2-gl__item .ty-price-update+span:has([type=hidden]),
.ty-scroller__item .ty-price-update+span:has([type=hidden]),
.ut2-template-small__item .ty-price-update+span:has([type=hidden]),
.ty-compact-list__item .ty-price-update+span:has([type=hidden]),
.ut2-variations-list__item .ty-price-update+span:has([type=hidden]) {
    display: none;
}

.ty-product-bundles-product-bundles .ty-price-update+span:has([class*=ut2-cost]),
.ty-product-bundles-product-bundles .ty-price-update+span:has([class*=price]),
.pswp__price-wrap .ty-price-update+span:has([class*=ut2-cost]),
.pswp__price-wrap .ty-price-update+span:has([class*=price]),
.ui-dialog .buttons-container .ty-price-update+span:has([class*=ut2-cost]),
.ui-dialog .buttons-container .ty-price-update+span:has([class*=price]),
.ab-mobile-select-variation-container .buttons-container .ty-price-update+span:has([class*=ut2-cost]),
.ab-mobile-select-variation-container .buttons-container .ty-price-update+span:has([class*=price]),
.ut2-pb__sticky-add-to-cart .ty-price-update+span:has([class*=ut2-cost]),
.ut2-pb__sticky-add-to-cart .ty-price-update+span:has([class*=price]),
.ut2-pb .ty-product-prices .ty-price-update+span:has([class*=ut2-cost]),
.ut2-pb .ty-product-prices .ty-price-update+span:has([class*=price]),
.ty-compare-products__product .ty-price-update+span:has([class*=ut2-cost]),
.ty-compare-products__product .ty-price-update+span:has([class*=price]),
.ty-product-list .ut2-pl__price .ty-price-update+span:has([class*=ut2-cost]),
.ty-product-list .ut2-pl__price .ty-price-update+span:has([class*=price]),
.ut2-thumbnail-list__item .ty-price-update+span:has([class*=ut2-cost]),
.ut2-thumbnail-list__item .ty-price-update+span:has([class*=price]),
.ut2-gl__item .ty-price-update+span:has([class*=ut2-cost]),
.ut2-gl__item .ty-price-update+span:has([class*=price]),
.ty-scroller__item .ty-price-update+span:has([class*=ut2-cost]),
.ty-scroller__item .ty-price-update+span:has([class*=price]),
.ut2-template-small__item .ty-price-update+span:has([class*=ut2-cost]),
.ut2-template-small__item .ty-price-update+span:has([class*=price]),
.ty-compact-list__item .ty-price-update+span:has([class*=ut2-cost]),
.ty-compact-list__item .ty-price-update+span:has([class*=price]),
.ut2-variations-list__item .ty-price-update+span:has([class*=ut2-cost]),
.ut2-variations-list__item .ty-price-update+span:has([class*=price]) {
    display: inline-flex;
}

.ty-product-bundles-product-bundles [id^=line_discount_update]:has([type=hidden]),
.pswp__price-wrap [id^=line_discount_update]:has([type=hidden]),
.ui-dialog .buttons-container [id^=line_discount_update]:has([type=hidden]),
.ab-mobile-select-variation-container .buttons-container [id^=line_discount_update]:has([type=hidden]),
.ut2-pb__sticky-add-to-cart [id^=line_discount_update]:has([type=hidden]),
.ut2-pb .ty-product-prices [id^=line_discount_update]:has([type=hidden]),
.ty-compare-products__product [id^=line_discount_update]:has([type=hidden]),
.ty-product-list .ut2-pl__price [id^=line_discount_update]:has([type=hidden]),
.ut2-thumbnail-list__item [id^=line_discount_update]:has([type=hidden]),
.ut2-gl__item [id^=line_discount_update]:has([type=hidden]),
.ty-scroller__item [id^=line_discount_update]:has([type=hidden]),
.ut2-template-small__item [id^=line_discount_update]:has([type=hidden]),
.ty-compact-list__item [id^=line_discount_update]:has([type=hidden]),
.ut2-variations-list__item [id^=line_discount_update]:has([type=hidden]) {
    display: none;
}

.ty-product-bundles-product-bundles [id^=line_discount_update]:has([class*=ut2-cost]),
.ty-product-bundles-product-bundles [id^=line_discount_update].ut2-sld-short,
.ty-product-bundles-product-bundles [id^=line_discount_update]:has([class*=price]),
.pswp__price-wrap [id^=line_discount_update]:has([class*=ut2-cost]),
.pswp__price-wrap [id^=line_discount_update].ut2-sld-short,
.pswp__price-wrap [id^=line_discount_update]:has([class*=price]),
.ui-dialog .buttons-container [id^=line_discount_update]:has([class*=ut2-cost]),
.ui-dialog .buttons-container [id^=line_discount_update].ut2-sld-short,
.ui-dialog .buttons-container [id^=line_discount_update]:has([class*=price]),
.ab-mobile-select-variation-container .buttons-container [id^=line_discount_update]:has([class*=ut2-cost]),
.ab-mobile-select-variation-container .buttons-container [id^=line_discount_update].ut2-sld-short,
.ab-mobile-select-variation-container .buttons-container [id^=line_discount_update]:has([class*=price]),
.ut2-pb__sticky-add-to-cart [id^=line_discount_update]:has([class*=ut2-cost]),
.ut2-pb__sticky-add-to-cart [id^=line_discount_update].ut2-sld-short,
.ut2-pb__sticky-add-to-cart [id^=line_discount_update]:has([class*=price]),
.ut2-pb .ty-product-prices [id^=line_discount_update]:has([class*=ut2-cost]),
.ut2-pb .ty-product-prices [id^=line_discount_update].ut2-sld-short,
.ut2-pb .ty-product-prices [id^=line_discount_update]:has([class*=price]),
.ty-compare-products__product [id^=line_discount_update]:has([class*=ut2-cost]),
.ty-compare-products__product [id^=line_discount_update].ut2-sld-short,
.ty-compare-products__product [id^=line_discount_update]:has([class*=price]),
.ty-product-list .ut2-pl__price [id^=line_discount_update]:has([class*=ut2-cost]),
.ty-product-list .ut2-pl__price [id^=line_discount_update].ut2-sld-short,
.ty-product-list .ut2-pl__price [id^=line_discount_update]:has([class*=price]),
.ut2-thumbnail-list__item [id^=line_discount_update]:has([class*=ut2-cost]),
.ut2-thumbnail-list__item [id^=line_discount_update].ut2-sld-short,
.ut2-thumbnail-list__item [id^=line_discount_update]:has([class*=price]),
.ut2-gl__item [id^=line_discount_update]:has([class*=ut2-cost]),
.ut2-gl__item [id^=line_discount_update].ut2-sld-short,
.ut2-gl__item [id^=line_discount_update]:has([class*=price]),
.ty-scroller__item [id^=line_discount_update]:has([class*=ut2-cost]),
.ty-scroller__item [id^=line_discount_update].ut2-sld-short,
.ty-scroller__item [id^=line_discount_update]:has([class*=price]),
.ut2-template-small__item [id^=line_discount_update]:has([class*=ut2-cost]),
.ut2-template-small__item [id^=line_discount_update].ut2-sld-short,
.ut2-template-small__item [id^=line_discount_update]:has([class*=price]),
.ty-compact-list__item [id^=line_discount_update]:has([class*=ut2-cost]),
.ty-compact-list__item [id^=line_discount_update].ut2-sld-short,
.ty-compact-list__item [id^=line_discount_update]:has([class*=price]),
.ut2-variations-list__item [id^=line_discount_update]:has([class*=ut2-cost]),
.ut2-variations-list__item [id^=line_discount_update].ut2-sld-short,
.ut2-variations-list__item [id^=line_discount_update]:has([class*=price]) {
    display: inline-flex;
}

.ty-product-bundles-product-bundles [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.pswp__price-wrap [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ui-dialog .buttons-container [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ab-mobile-select-variation-container .buttons-container [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ut2-pb__sticky-add-to-cart [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ut2-pb .ty-product-prices [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ty-compare-products__product [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ty-product-list .ut2-pl__price [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ut2-thumbnail-list__item [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ut2-gl__item [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ty-scroller__item [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ut2-template-small__item [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ty-compact-list__item [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price,
.ut2-variations-list__item [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price {
    line-height: 1.1;
    margin-top: 1px;
    margin-bottom: 1px;
    row-gap: 1px;
}

.ty-product-bundles-product-bundles [id^=line_discount_update].ut2-sld-short .ty-save-price,
.pswp__price-wrap [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ui-dialog .buttons-container [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ab-mobile-select-variation-container .buttons-container [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ut2-pb__sticky-add-to-cart [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ut2-pb .ty-product-prices [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ty-compare-products__product [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ty-product-list .ut2-pl__price [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ut2-thumbnail-list__item [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ut2-gl__item [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ty-scroller__item [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ut2-template-small__item [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ty-compact-list__item [id^=line_discount_update].ut2-sld-short .ty-save-price,
.ut2-variations-list__item [id^=line_discount_update].ut2-sld-short .ty-save-price {
    line-height: 1.2;
}

.ty-product-bundles-product-bundles [id^=line_discount_update] .ty-save-price,
.pswp__price-wrap [id^=line_discount_update] .ty-save-price,
.ui-dialog .buttons-container [id^=line_discount_update] .ty-save-price,
.ab-mobile-select-variation-container .buttons-container [id^=line_discount_update] .ty-save-price,
.ut2-pb__sticky-add-to-cart [id^=line_discount_update] .ty-save-price,
.ut2-pb .ty-product-prices [id^=line_discount_update] .ty-save-price,
.ty-compare-products__product [id^=line_discount_update] .ty-save-price,
.ty-product-list .ut2-pl__price [id^=line_discount_update] .ty-save-price,
.ut2-thumbnail-list__item [id^=line_discount_update] .ty-save-price,
.ut2-gl__item [id^=line_discount_update] .ty-save-price,
.ty-scroller__item [id^=line_discount_update] .ty-save-price,
.ut2-template-small__item [id^=line_discount_update] .ty-save-price,
.ty-compact-list__item [id^=line_discount_update] .ty-save-price,
.ut2-variations-list__item [id^=line_discount_update] .ty-save-price {
    padding-inline: 5px;
    align-items: baseline;
}

.ty-product-bundles-product-bundles span[id^="clean_price_update"]:has([type=hidden]),
.pswp__price-wrap span[id^="clean_price_update"]:has([type=hidden]),
.ui-dialog .buttons-container span[id^="clean_price_update"]:has([type=hidden]),
.ab-mobile-select-variation-container .buttons-container span[id^="clean_price_update"]:has([type=hidden]),
.ut2-pb__sticky-add-to-cart span[id^="clean_price_update"]:has([type=hidden]),
.ut2-pb .ty-product-prices span[id^="clean_price_update"]:has([type=hidden]),
.ty-compare-products__product span[id^="clean_price_update"]:has([type=hidden]),
.ty-product-list .ut2-pl__price span[id^="clean_price_update"]:has([type=hidden]),
.ut2-thumbnail-list__item span[id^="clean_price_update"]:has([type=hidden]),
.ut2-gl__item span[id^="clean_price_update"]:has([type=hidden]),
.ty-scroller__item span[id^="clean_price_update"]:has([type=hidden]),
.ut2-template-small__item span[id^="clean_price_update"]:has([type=hidden]),
.ty-compact-list__item span[id^="clean_price_update"]:has([type=hidden]),
.ut2-variations-list__item span[id^="clean_price_update"]:has([type=hidden]) {
    display: none;
}

.ty-product-bundles-product-bundles span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ty-product-bundles-product-bundles span[id^="clean_price_update"]:has([class*=price]),
.pswp__price-wrap span[id^="clean_price_update"]:has([class*=ut2-cost]),
.pswp__price-wrap span[id^="clean_price_update"]:has([class*=price]),
.ui-dialog .buttons-container span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ui-dialog .buttons-container span[id^="clean_price_update"]:has([class*=price]),
.ab-mobile-select-variation-container .buttons-container span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ab-mobile-select-variation-container .buttons-container span[id^="clean_price_update"]:has([class*=price]),
.ut2-pb__sticky-add-to-cart span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ut2-pb__sticky-add-to-cart span[id^="clean_price_update"]:has([class*=price]),
.ut2-pb .ty-product-prices span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ut2-pb .ty-product-prices span[id^="clean_price_update"]:has([class*=price]),
.ty-compare-products__product span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ty-compare-products__product span[id^="clean_price_update"]:has([class*=price]),
.ty-product-list .ut2-pl__price span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ty-product-list .ut2-pl__price span[id^="clean_price_update"]:has([class*=price]),
.ut2-thumbnail-list__item span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ut2-thumbnail-list__item span[id^="clean_price_update"]:has([class*=price]),
.ut2-gl__item span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ut2-gl__item span[id^="clean_price_update"]:has([class*=price]),
.ty-scroller__item span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ty-scroller__item span[id^="clean_price_update"]:has([class*=price]),
.ut2-template-small__item span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ut2-template-small__item span[id^="clean_price_update"]:has([class*=price]),
.ty-compact-list__item span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ty-compact-list__item span[id^="clean_price_update"]:has([class*=price]),
.ut2-variations-list__item span[id^="clean_price_update"]:has([class*=ut2-cost]),
.ut2-variations-list__item span[id^="clean_price_update"]:has([class*=price]) {
    display: inline-flex;
}

.ty-product-bundles-product-bundles span[id^="clean_price_update"] [id^="line_product_price"],
.pswp__price-wrap span[id^="clean_price_update"] [id^="line_product_price"],
.ui-dialog .buttons-container span[id^="clean_price_update"] [id^="line_product_price"],
.ab-mobile-select-variation-container .buttons-container span[id^="clean_price_update"] [id^="line_product_price"],
.ut2-pb__sticky-add-to-cart span[id^="clean_price_update"] [id^="line_product_price"],
.ut2-pb .ty-product-prices span[id^="clean_price_update"] [id^="line_product_price"],
.ty-compare-products__product span[id^="clean_price_update"] [id^="line_product_price"],
.ty-product-list .ut2-pl__price span[id^="clean_price_update"] [id^="line_product_price"],
.ut2-thumbnail-list__item span[id^="clean_price_update"] [id^="line_product_price"],
.ut2-gl__item span[id^="clean_price_update"] [id^="line_product_price"],
.ty-scroller__item span[id^="clean_price_update"] [id^="line_product_price"],
.ut2-template-small__item span[id^="clean_price_update"] [id^="line_product_price"],
.ty-compact-list__item span[id^="clean_price_update"] [id^="line_product_price"],
.ut2-variations-list__item span[id^="clean_price_update"] [id^="line_product_price"] {
    display: initial;
    width: initial;
}

.ty-product-bundles-product-bundles .ty-list-price+.ty-list-price:not([id]),
.ty-product-bundles-product-bundles .ty-price-num+.ty-price-num:not([id]),
.pswp__price-wrap .ty-list-price+.ty-list-price:not([id]),
.pswp__price-wrap .ty-price-num+.ty-price-num:not([id]),
.ui-dialog .buttons-container .ty-list-price+.ty-list-price:not([id]),
.ui-dialog .buttons-container .ty-price-num+.ty-price-num:not([id]),
.ab-mobile-select-variation-container .buttons-container .ty-list-price+.ty-list-price:not([id]),
.ab-mobile-select-variation-container .buttons-container .ty-price-num+.ty-price-num:not([id]),
.ut2-pb__sticky-add-to-cart .ty-list-price+.ty-list-price:not([id]),
.ut2-pb__sticky-add-to-cart .ty-price-num+.ty-price-num:not([id]),
.ut2-pb .ty-product-prices .ty-list-price+.ty-list-price:not([id]),
.ut2-pb .ty-product-prices .ty-price-num+.ty-price-num:not([id]),
.ty-compare-products__product .ty-list-price+.ty-list-price:not([id]),
.ty-compare-products__product .ty-price-num+.ty-price-num:not([id]),
.ty-product-list .ut2-pl__price .ty-list-price+.ty-list-price:not([id]),
.ty-product-list .ut2-pl__price .ty-price-num+.ty-price-num:not([id]),
.ut2-thumbnail-list__item .ty-list-price+.ty-list-price:not([id]),
.ut2-thumbnail-list__item .ty-price-num+.ty-price-num:not([id]),
.ut2-gl__item .ty-list-price+.ty-list-price:not([id]),
.ut2-gl__item .ty-price-num+.ty-price-num:not([id]),
.ty-scroller__item .ty-list-price+.ty-list-price:not([id]),
.ty-scroller__item .ty-price-num+.ty-price-num:not([id]),
.ut2-template-small__item .ty-list-price+.ty-list-price:not([id]),
.ut2-template-small__item .ty-price-num+.ty-price-num:not([id]),
.ty-compact-list__item .ty-list-price+.ty-list-price:not([id]),
.ty-compact-list__item .ty-price-num+.ty-price-num:not([id]),
.ut2-variations-list__item .ty-list-price+.ty-list-price:not([id]),
.ut2-variations-list__item .ty-price-num+.ty-price-num:not([id]) {
    margin-inline-start: -1px;
}

.ty-product-bundles-product-bundles .ty-list-price+.ty-list-price:not([id]) sup,
.ty-product-bundles-product-bundles .ty-list-price+.ty-list-price:not([id]) sub,
.ty-product-bundles-product-bundles .ty-price-num+.ty-price-num:not([id]) sup,
.ty-product-bundles-product-bundles .ty-price-num+.ty-price-num:not([id]) sub,
.pswp__price-wrap .ty-list-price+.ty-list-price:not([id]) sup,
.pswp__price-wrap .ty-list-price+.ty-list-price:not([id]) sub,
.pswp__price-wrap .ty-price-num+.ty-price-num:not([id]) sup,
.pswp__price-wrap .ty-price-num+.ty-price-num:not([id]) sub,
.ui-dialog .buttons-container .ty-list-price+.ty-list-price:not([id]) sup,
.ui-dialog .buttons-container .ty-list-price+.ty-list-price:not([id]) sub,
.ui-dialog .buttons-container .ty-price-num+.ty-price-num:not([id]) sup,
.ui-dialog .buttons-container .ty-price-num+.ty-price-num:not([id]) sub,
.ab-mobile-select-variation-container .buttons-container .ty-list-price+.ty-list-price:not([id]) sup,
.ab-mobile-select-variation-container .buttons-container .ty-list-price+.ty-list-price:not([id]) sub,
.ab-mobile-select-variation-container .buttons-container .ty-price-num+.ty-price-num:not([id]) sup,
.ab-mobile-select-variation-container .buttons-container .ty-price-num+.ty-price-num:not([id]) sub,
.ut2-pb__sticky-add-to-cart .ty-list-price+.ty-list-price:not([id]) sup,
.ut2-pb__sticky-add-to-cart .ty-list-price+.ty-list-price:not([id]) sub,
.ut2-pb__sticky-add-to-cart .ty-price-num+.ty-price-num:not([id]) sup,
.ut2-pb__sticky-add-to-cart .ty-price-num+.ty-price-num:not([id]) sub,
.ut2-pb .ty-product-prices .ty-list-price+.ty-list-price:not([id]) sup,
.ut2-pb .ty-product-prices .ty-list-price+.ty-list-price:not([id]) sub,
.ut2-pb .ty-product-prices .ty-price-num+.ty-price-num:not([id]) sup,
.ut2-pb .ty-product-prices .ty-price-num+.ty-price-num:not([id]) sub,
.ty-compare-products__product .ty-list-price+.ty-list-price:not([id]) sup,
.ty-compare-products__product .ty-list-price+.ty-list-price:not([id]) sub,
.ty-compare-products__product .ty-price-num+.ty-price-num:not([id]) sup,
.ty-compare-products__product .ty-price-num+.ty-price-num:not([id]) sub,
.ty-product-list .ut2-pl__price .ty-list-price+.ty-list-price:not([id]) sup,
.ty-product-list .ut2-pl__price .ty-list-price+.ty-list-price:not([id]) sub,
.ty-product-list .ut2-pl__price .ty-price-num+.ty-price-num:not([id]) sup,
.ty-product-list .ut2-pl__price .ty-price-num+.ty-price-num:not([id]) sub,
.ut2-thumbnail-list__item .ty-list-price+.ty-list-price:not([id]) sup,
.ut2-thumbnail-list__item .ty-list-price+.ty-list-price:not([id]) sub,
.ut2-thumbnail-list__item .ty-price-num+.ty-price-num:not([id]) sup,
.ut2-thumbnail-list__item .ty-price-num+.ty-price-num:not([id]) sub,
.ut2-gl__item .ty-list-price+.ty-list-price:not([id]) sup,
.ut2-gl__item .ty-list-price+.ty-list-price:not([id]) sub,
.ut2-gl__item .ty-price-num+.ty-price-num:not([id]) sup,
.ut2-gl__item .ty-price-num+.ty-price-num:not([id]) sub,
.ty-scroller__item .ty-list-price+.ty-list-price:not([id]) sup,
.ty-scroller__item .ty-list-price+.ty-list-price:not([id]) sub,
.ty-scroller__item .ty-price-num+.ty-price-num:not([id]) sup,
.ty-scroller__item .ty-price-num+.ty-price-num:not([id]) sub,
.ut2-template-small__item .ty-list-price+.ty-list-price:not([id]) sup,
.ut2-template-small__item .ty-list-price+.ty-list-price:not([id]) sub,
.ut2-template-small__item .ty-price-num+.ty-price-num:not([id]) sup,
.ut2-template-small__item .ty-price-num+.ty-price-num:not([id]) sub,
.ty-compact-list__item .ty-list-price+.ty-list-price:not([id]) sup,
.ty-compact-list__item .ty-list-price+.ty-list-price:not([id]) sub,
.ty-compact-list__item .ty-price-num+.ty-price-num:not([id]) sup,
.ty-compact-list__item .ty-price-num+.ty-price-num:not([id]) sub,
.ut2-variations-list__item .ty-list-price+.ty-list-price:not([id]) sup,
.ut2-variations-list__item .ty-list-price+.ty-list-price:not([id]) sub,
.ut2-variations-list__item .ty-price-num+.ty-price-num:not([id]) sup,
.ut2-variations-list__item .ty-price-num+.ty-price-num:not([id]) sub {
    font-size: inherit;
    font-weight: inherit;
    position: initial;
    top: initial;
    bottom: initial;
    display: contents;
}

.ty-product-bundles-product-bundles .ty-price-num[id*="price"] sup,
.ty-product-bundles-product-bundles .ty-price-num[id*="price"] sub,
.ty-product-bundles-product-bundles .ty-list-price[id*="price"] sup,
.ty-product-bundles-product-bundles .ty-list-price[id*="price"] sub,
.pswp__price-wrap .ty-price-num[id*="price"] sup,
.pswp__price-wrap .ty-price-num[id*="price"] sub,
.pswp__price-wrap .ty-list-price[id*="price"] sup,
.pswp__price-wrap .ty-list-price[id*="price"] sub,
.ui-dialog .buttons-container .ty-price-num[id*="price"] sup,
.ui-dialog .buttons-container .ty-price-num[id*="price"] sub,
.ui-dialog .buttons-container .ty-list-price[id*="price"] sup,
.ui-dialog .buttons-container .ty-list-price[id*="price"] sub,
.ab-mobile-select-variation-container .buttons-container .ty-price-num[id*="price"] sup,
.ab-mobile-select-variation-container .buttons-container .ty-price-num[id*="price"] sub,
.ab-mobile-select-variation-container .buttons-container .ty-list-price[id*="price"] sup,
.ab-mobile-select-variation-container .buttons-container .ty-list-price[id*="price"] sub,
.ut2-pb__sticky-add-to-cart .ty-price-num[id*="price"] sup,
.ut2-pb__sticky-add-to-cart .ty-price-num[id*="price"] sub,
.ut2-pb__sticky-add-to-cart .ty-list-price[id*="price"] sup,
.ut2-pb__sticky-add-to-cart .ty-list-price[id*="price"] sub,
.ut2-pb .ty-product-prices .ty-price-num[id*="price"] sup,
.ut2-pb .ty-product-prices .ty-price-num[id*="price"] sub,
.ut2-pb .ty-product-prices .ty-list-price[id*="price"] sup,
.ut2-pb .ty-product-prices .ty-list-price[id*="price"] sub,
.ty-compare-products__product .ty-price-num[id*="price"] sup,
.ty-compare-products__product .ty-price-num[id*="price"] sub,
.ty-compare-products__product .ty-list-price[id*="price"] sup,
.ty-compare-products__product .ty-list-price[id*="price"] sub,
.ty-product-list .ut2-pl__price .ty-price-num[id*="price"] sup,
.ty-product-list .ut2-pl__price .ty-price-num[id*="price"] sub,
.ty-product-list .ut2-pl__price .ty-list-price[id*="price"] sup,
.ty-product-list .ut2-pl__price .ty-list-price[id*="price"] sub,
.ut2-thumbnail-list__item .ty-price-num[id*="price"] sup,
.ut2-thumbnail-list__item .ty-price-num[id*="price"] sub,
.ut2-thumbnail-list__item .ty-list-price[id*="price"] sup,
.ut2-thumbnail-list__item .ty-list-price[id*="price"] sub,
.ut2-gl__item .ty-price-num[id*="price"] sup,
.ut2-gl__item .ty-price-num[id*="price"] sub,
.ut2-gl__item .ty-list-price[id*="price"] sup,
.ut2-gl__item .ty-list-price[id*="price"] sub,
.ty-scroller__item .ty-price-num[id*="price"] sup,
.ty-scroller__item .ty-price-num[id*="price"] sub,
.ty-scroller__item .ty-list-price[id*="price"] sup,
.ty-scroller__item .ty-list-price[id*="price"] sub,
.ut2-template-small__item .ty-price-num[id*="price"] sup,
.ut2-template-small__item .ty-price-num[id*="price"] sub,
.ut2-template-small__item .ty-list-price[id*="price"] sup,
.ut2-template-small__item .ty-list-price[id*="price"] sub,
.ty-compact-list__item .ty-price-num[id*="price"] sup,
.ty-compact-list__item .ty-price-num[id*="price"] sub,
.ty-compact-list__item .ty-list-price[id*="price"] sup,
.ty-compact-list__item .ty-list-price[id*="price"] sub,
.ut2-variations-list__item .ty-price-num[id*="price"] sup,
.ut2-variations-list__item .ty-price-num[id*="price"] sub,
.ut2-variations-list__item .ty-list-price[id*="price"] sup,
.ut2-variations-list__item .ty-list-price[id*="price"] sub {
    padding-inline-start: 1px;
}

.ui-dialog .buttons-container .ty-price-update,
.ab-mobile-select-variation-container .buttons-container .ty-price-update,
.ut2-pb__sticky-add-to-cart .ty-price-update,
.ty-compare-products__product .ty-price-update,
.ty-product-list .ut2-pl__price .ty-price-update,
.ut2-thumbnail-list__item .ty-price-update,
.ut2-gl__item .ty-price-update,
.ty-scroller__item .ty-price-update,
.ut2-template-small__item .ty-price-update,
.ty-compact-list__item .ty-price-update {
    font-size: 0;
}

.ui-dialog .buttons-container .ty-price-update span,
.ui-dialog .buttons-container .ty-price-update bdi,
.ab-mobile-select-variation-container .buttons-container .ty-price-update span,
.ab-mobile-select-variation-container .buttons-container .ty-price-update bdi,
.ut2-pb__sticky-add-to-cart .ty-price-update span,
.ut2-pb__sticky-add-to-cart .ty-price-update bdi,
.ty-compare-products__product .ty-price-update span,
.ty-compare-products__product .ty-price-update bdi,
.ty-product-list .ut2-pl__price .ty-price-update span,
.ty-product-list .ut2-pl__price .ty-price-update bdi,
.ut2-thumbnail-list__item .ty-price-update span,
.ut2-thumbnail-list__item .ty-price-update bdi,
.ut2-gl__item .ty-price-update span,
.ut2-gl__item .ty-price-update bdi,
.ty-scroller__item .ty-price-update span,
.ty-scroller__item .ty-price-update bdi,
.ut2-template-small__item .ty-price-update span,
.ut2-template-small__item .ty-price-update bdi,
.ty-compact-list__item .ty-price-update span,
.ty-compact-list__item .ty-price-update bdi {
    font-size: var(--price-font-size);
    line-height: 1;
}

.ui-dialog .buttons-container .ty-price-update .ty-no-price,
.ab-mobile-select-variation-container .buttons-container .ty-price-update .ty-no-price,
.ut2-pb__sticky-add-to-cart .ty-price-update .ty-no-price,
.ty-compare-products__product .ty-price-update .ty-no-price,
.ty-product-list .ut2-pl__price .ty-price-update .ty-no-price,
.ut2-thumbnail-list__item .ty-price-update .ty-no-price,
.ut2-gl__item .ty-price-update .ty-no-price,
.ty-scroller__item .ty-price-update .ty-no-price,
.ut2-template-small__item .ty-price-update .ty-no-price,
.ty-compact-list__item .ty-price-update .ty-no-price {
    max-width: initial;
    min-width: initial;
    font-size: var(--font-size-normal);
    line-height: 1.1;
}

.ut2-variations-list__item .ty-price-update {
    font-size: 0;
}

.ut2-variations-list__item .ty-price-update span,
.ut2-variations-list__item .ty-price-update bdi {
    font-size: calc(var(--price-font-size) - 2px);
    line-height: 1;
}

.ut2-variations-list__item .ty-price-update .ty-no-price {
    max-width: initial;
    min-width: initial;
    font-size: calc(var(--price-font-size) - 3px);
    line-height: 1.1;
}

.ut2-pb .ty-product-prices .ty-price-update {
    font-size: 0;
}

.ut2-pb .ty-product-prices .ty-price-update span,
.ut2-pb .ty-product-prices .ty-price-update bdi {
    font-size: var(--font-size-big);
    line-height: 1;
}

.ut2-pb .ty-product-prices .ty-price-update .ty-no-price {
    max-width: initial;
    min-width: initial;
    font-size: var(--font-size-large);
    line-height: 1.1;
}

@media (max-width: 834px) {

    .ut2-pb__sticky-add-to-cart .ty-price-update:has(.ut2-cost-opted):has(+ span [class*=ut2-cost]) span,
    .ut2-pb__sticky-add-to-cart .ty-price-update:has(.ut2-cost-opted):has(+ span [class*=ut2-cost]) bdi {
        font-size: calc(var(--price-font-size) - 2px);
    }
}

@media (max-width: 374px) {

    .ut2-pb__sticky-add-to-cart .ty-price-update span,
    .ut2-pb__sticky-add-to-cart .ty-price-update bdi {
        font-size: calc(var(--price-font-size) - 2px);
    }
}

.pswp__price-wrap>bdi {
    font-size: var(--price-font-size);
    line-height: 1;
    font-weight: bold;
}

.ty-product-bundles-product-item__price>.ty-price {
    font-size: 0;
}

.ty-product-bundles-product-item__price>.ty-price span,
.ty-product-bundles-product-item__price>.ty-price bdi {
    font-size: var(--price-font-size);
    line-height: 1;
}

.ty-product-bundles-bundle-form__price .ty-product-bundles-bundle-form__price-new {
    font-size: calc(var(--font-size-big) - 4px);
    line-height: 1;
    font-weight: bold;
}

.ui-dialog .buttons-container [id^=old_price_update],
.ab-mobile-select-variation-container .buttons-container [id^=old_price_update],
.ut2-pb__sticky-add-to-cart [id^=old_price_update],
.ty-compare-products__product [id^=old_price_update],
.ty-product-list .ut2-pl__price [id^=old_price_update],
.ut2-thumbnail-list__item [id^=old_price_update],
.ut2-gl__item [id^=old_price_update],
.ty-scroller__item [id^=old_price_update],
.ut2-template-small__item [id^=old_price_update],
.ty-compact-list__item [id^=old_price_update],
.ut2-variations-list__item [id^=old_price_update] {
    font-size: 0;
}

.ui-dialog .buttons-container [id^=old_price_update] span,
.ui-dialog .buttons-container [id^=old_price_update] bdi,
.ab-mobile-select-variation-container .buttons-container [id^=old_price_update] span,
.ab-mobile-select-variation-container .buttons-container [id^=old_price_update] bdi,
.ut2-pb__sticky-add-to-cart [id^=old_price_update] span,
.ut2-pb__sticky-add-to-cart [id^=old_price_update] bdi,
.ty-compare-products__product [id^=old_price_update] span,
.ty-compare-products__product [id^=old_price_update] bdi,
.ty-product-list .ut2-pl__price [id^=old_price_update] span,
.ty-product-list .ut2-pl__price [id^=old_price_update] bdi,
.ut2-thumbnail-list__item [id^=old_price_update] span,
.ut2-thumbnail-list__item [id^=old_price_update] bdi,
.ut2-gl__item [id^=old_price_update] span,
.ut2-gl__item [id^=old_price_update] bdi,
.ty-scroller__item [id^=old_price_update] span,
.ty-scroller__item [id^=old_price_update] bdi,
.ut2-template-small__item [id^=old_price_update] span,
.ut2-template-small__item [id^=old_price_update] bdi,
.ty-compact-list__item [id^=old_price_update] span,
.ty-compact-list__item [id^=old_price_update] bdi,
.ut2-variations-list__item [id^=old_price_update] span,
.ut2-variations-list__item [id^=old_price_update] bdi {
    font-size: calc(var(--price-font-size) - 4px);
    line-height: 1;
}

.ut2-pb .ty-product-prices [id^=old_price_update] {
    font-size: 0;
}

.ut2-pb .ty-product-prices [id^=old_price_update] span,
.ut2-pb .ty-product-prices [id^=old_price_update] bdi {
    font-size: var(--font-size-medium);
    line-height: 1.2;
}

@media (max-width: 834px) {

    .ut2-pb__sticky-add-to-cart .ty-price-update:has(.ut2-cost-opted):has(+ span [class*=ut2-cost])+span span,
    .ut2-pb__sticky-add-to-cart .ty-price-update:has(.ut2-cost-opted):has(+ span [class*=ut2-cost])+span bdi {
        font-size: calc(var(--price-font-size) - 9px);
    }
}

.ty-product-bundles-product-item__price>.ty-strike {
    font-size: 0;
}

.ty-product-bundles-product-item__price>.ty-strike span,
.ty-product-bundles-product-item__price>.ty-strike bdi {
    font-size: calc(var(--price-font-size) - 5px);
    line-height: 1;
}

.ty-product-bundles-product-item__price>.ty-strike .ut2-cost-base,
.ty-product-bundles-product-item__price>.ty-strike .ut2-cost-opted,
.ty-product-bundles-bundle-form__price-old .ut2-cost-base,
.ty-product-bundles-bundle-form__price-old .ut2-cost-opted {
    text-decoration: line-through;
}

.ty-compact-list__item [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price {
    justify-content: end;
}

@media (max-width: 460px) {
    .ty-compact-list__item [id^=line_discount_update]:not(.ut2-sld-short) .ty-save-price {
        justify-content: initial;
    }
}

.ut2-pb .ty-product-prices [id^=line_discount_update] span,
.ut2-pb .ty-product-prices [id^=line_discount_update] bdi {
    font-size: var(--font-size-small);
}

.pswp__price-wrap [id^="clean_price_update"],
.ty-compare-products__product [id^="clean_price_update"],
.ty-product-list .ut2-pl__price [id^="clean_price_update"],
.ut2-thumbnail-list__item [id^="clean_price_update"],
.ut2-gl__item [id^="clean_price_update"],
.ty-scroller__item [id^="clean_price_update"],
.ut2-template-small__item [id^="clean_price_update"],
.ty-compact-list__item [id^="clean_price_update"],
.ut2-variations-list__item [id^="clean_price_update"] {
    font-size: 0 !important;
    margin-block: 4px 0 !important;
}

.pswp__price-wrap [id^="clean_price_update"] span,
.pswp__price-wrap [id^="clean_price_update"] bdi,
.ty-compare-products__product [id^="clean_price_update"] span,
.ty-compare-products__product [id^="clean_price_update"] bdi,
.ty-product-list .ut2-pl__price [id^="clean_price_update"] span,
.ty-product-list .ut2-pl__price [id^="clean_price_update"] bdi,
.ut2-thumbnail-list__item [id^="clean_price_update"] span,
.ut2-thumbnail-list__item [id^="clean_price_update"] bdi,
.ut2-gl__item [id^="clean_price_update"] span,
.ut2-gl__item [id^="clean_price_update"] bdi,
.ty-scroller__item [id^="clean_price_update"] span,
.ty-scroller__item [id^="clean_price_update"] bdi,
.ut2-template-small__item [id^="clean_price_update"] span,
.ut2-template-small__item [id^="clean_price_update"] bdi,
.ty-compact-list__item [id^="clean_price_update"] span,
.ty-compact-list__item [id^="clean_price_update"] bdi,
.ut2-variations-list__item [id^="clean_price_update"] span,
.ut2-variations-list__item [id^="clean_price_update"] bdi {
    display: initial;
    font-size: 11px !important;
    line-height: 1.1 !important;
}

.pswp__price-wrap [id^="clean_price_update"] sup,
.ty-compare-products__product [id^="clean_price_update"] sup,
.ty-product-list .ut2-pl__price [id^="clean_price_update"] sup,
.ut2-thumbnail-list__item [id^="clean_price_update"] sup,
.ut2-gl__item [id^="clean_price_update"] sup,
.ty-scroller__item [id^="clean_price_update"] sup,
.ut2-template-small__item [id^="clean_price_update"] sup,
.ty-compact-list__item [id^="clean_price_update"] sup,
.ut2-variations-list__item [id^="clean_price_update"] sup {
    top: -0.35em;
}

.ut2-pb .ty-product-prices [id^="clean_price_update"] {
    font-size: 0 !important;
    margin-block: 3px 0 !important;
}

.ut2-pb .ty-product-prices [id^="clean_price_update"] span,
.ut2-pb .ty-product-prices [id^="clean_price_update"] bdi {
    display: initial;
    font-size: var(--font-size-small) !important;
    line-height: 1 !important;
}

.pswp__price-wrap sup,
.pswp__price-wrap sub {
    font-size: 75% !important;
}

.ty-product-bundles-product-bundles [id^=line_product_price] {
    font-size: 0 !important;
    display: block !important;
    margin-block: 4px 0 !important;
}

.ty-product-bundles-product-bundles [id^=line_product_price] span,
.ty-product-bundles-product-bundles [id^=line_product_price] bdi {
    display: initial;
    font-size: 11px !important;
    line-height: 1.1 !important;
}

.ty-product-bundles-product-bundles [id^=line_product_price] sup {
    top: -0.35em;
}

.ty-product-bundles-product-bundles .ty-product-bundles-product-item__price .ty-nowrap,
.ty-product-bundles-product-bundles .ty-product-bundles-bundle-form__price .ty-nowrap {
    white-space: initial;
}

.ty-product-bundles-product-bundles .ty-product-bundles-product-item__price {
    display: block;
}

.ty-product-bundles-product-bundles .ty-product-bundles-product-item__price>span {
    display: inline-block;
}

.ut2-simple-list .ut2-simple-list__wrap .ut2-simple-list__price[class*="price"][class*="pr-"] .ty-strike bdi>span {
    top: initial;
}

.ut2-variations-list:has(.ut2-cost-opted):has(.ty-price-update + span [class*=ut2-cost]) .ut2-variations-list__item {
    min-height: 100px;
}

.ut2-thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xs);
}

.ut2-thumbnail-list__item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-inline: var(--gap-xxs);
    padding-block: var(--gap-xxs) var(--gap-xs);
    min-width: 119px;
    width: calc((100% / var(--tls-pr-count)) - 9px);
    border-radius: var(--border-radius-decreased);
    --color-main-light: rgba(15, 151, 217, 0.2);
    --color-second-light: rgba(233, 76, 65, 0.2);
}

.ut2-color-box .ut2-thumbnail-list__item {
    box-shadow: inset 0 0 0 1px var(--color-main-light);
}

.ut2-second-color-box .ut2-thumbnail-list__item {
    box-shadow: inset 0 0 0 1px var(--color-second-light);
}

.ut2-gray-box .ut2-thumbnail-list__item {
    box-shadow: inset 0 0 0 1px var(--color-base);
}

.span4 .ut2-thumbnail-list__item {
    --tls-pr-count: 2;
}

.ut2-gray-box .ut2-thumbnail-list__item,
.ut2-color-box .ut2-thumbnail-list__item,
.ut2-second-color-box .ut2-thumbnail-list__item {
    background: var(--color-general);
}

.ut2-gray-box .ut2-thumbnail-list__item .ut2-thumbnail-list__img-block,
.ut2-color-box .ut2-thumbnail-list__item .ut2-thumbnail-list__img-block,
.ut2-second-color-box .ut2-thumbnail-list__item .ut2-thumbnail-list__img-block {
    background: #fff;
}

.ut2-gray-box .ut2-thumbnail-list__item .ut2-thumbnail-list__img-block img,
.ut2-color-box .ut2-thumbnail-list__item .ut2-thumbnail-list__img-block img,
.ut2-second-color-box .ut2-thumbnail-list__item .ut2-thumbnail-list__img-block img {
    mix-blend-mode: normal;
}

.ut2-thumbnail-list__item>form {
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.ut2-thumbnail-list__item>form>* {
    align-items: center;
    text-align: center;
    justify-content: center;
}

.ut2-thumbnail-list__item>form>*>* {
    justify-content: center;
}

.ut2-thumbnail-list__item>form>*.ut2-thumbnail-list__img-block {
    display: flex;
    width: 100%;
    margin-block-end: var(--gap-xxs);
    border-radius: var(--border-radius-decreased-more);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ut2-thumbnail-list__item>form>*.ut2-thumbnail-list__img-block img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

.ut2-thumbnail-list__item>form>*.ut2-thumbnail-list__butons {
    padding-block-start: var(--gap-xxs);
    margin-block-start: auto;
}

.ut2-thumbnail-list__item .ut2-add-to-wish {
    position: absolute;
    right: 0;
    top: 0;
}

.ut2-thumbnail-list__item .ut2-add-to-wish i {
    font-size: 20px;
}

.desktop-screen .ut2-thumbnail-list__item:not(:hover) .ut2-add-to-wish:not(.active) {
    display: none;
}

.ut2-thumbnail-list__item .ut2-thumbnail-list__name .product-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-font);
    margin-bottom: var(--gap-xxs);
}

.ut2-thumbnail-list__item .ut2-template-small__item-price {
    min-height: initial;
    min-width: initial;
    align-self: stretch;
    display: initial;
}

.ut2-thumbnail-list__item .ut2-template-small__item-price>span {
    display: block;
}

.ut2-thumbnail-list__item .ut2-template-small__item-price .ty-price-num {
    font-size: var(--font-size-medium);
}

.ut2-thumbnail-list__item .ab-stickers-container__price_before {
    text-align: center;
    display: block;
}

.ut2-rp__grid .ut2-gl__body {
    min-height: inherit !important;
}

.ut2-rp__grid .ut2-gl__image {
    height: inherit !important;
}

.ut2-rp__grid .ut2-gl__item {
    margin-bottom: -2px;
}

.ty-compare {
    z-index: 0;
}

@media (max-width: 899px) {
    .ty-compare__wrapper {
        width: calc(100vw - var(--gap-sm));
    }
}

.ty-compare-products__product {
    position: relative;
    padding: 0 var(--gap-sm);
    min-width: max(195px, 100%);
}

.ty-compare-products__product .ut2-simple-list__wrap {
    margin-bottom: var(--gap-sm);
}

.ty-compare-products__product .ty-remove {
    justify-content: center;
    margin: var(--gap-xs) 0;
}

@media (hover: hover) {
    .ty-compare-products__product:not(:hover) .ty-remove {
        visibility: hidden;
    }
}

.ty-compare-products__image {
    margin-bottom: var(--gap-xs);
}

.ty-compare-products__menu {
    background: #fff;
    padding-left: 0;
    padding-right: var(--gap-sm);
}

.ty-compare-products__menu .ty-compare-menu {
    width: auto;
}

.ty-compare-products__menu .ty-compare-menu__a {
    padding: 0;
    color: var(--color-links);
}

.ty-compare-products__menu .ty-compare-menu__a:hover {
    background: none;
    color: var(--color-links-active);
}

.ty-compare-products__menu .ty-compare-menu__item {
    padding: 0;
    margin-bottom: var(--gap-xs);
}

.ty-compare-products__menu .ty-compare-menu__elem {
    padding: 0;
    background: none;
    color: var(--color-links-active);
    text-decoration: underline;
    word-break: break-all;
}

.ty-compare-products .ty-product-labels {
    top: 0;
    left: var(--gap-xs);
}

.ut2-comparison-product-features-add {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-s);
    padding-top: var(--gap-xs);
}

.ty-compare-feature__item.ty-compare-sort,
.ty-compare-products__menu {
    background: #fff;
    position: sticky;
    left: 0;
    right: auto;
    width: 200px;
    max-width: 200px;
    word-wrap: break-word;
    z-index: 4;
}

.ty-compare-feature__item.ty-compare-sort:before,
.ty-compare-products__menu:before {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--color-base5);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (max-width: 899px) {

    .ty-compare-feature__item.ty-compare-sort,
    .ty-compare-products__menu {
        width: 150px;
    }
}

.ty-compare-sort__a {
    margin-left: 0;
}

@media (max-width: 899px) {
    .ty-compare-sort__a {
        visibility: visible;
    }
}

.ty-compare-sort__title {
    color: #1e1e1e;
}

@media (max-width: 899px) {
    .ty-compare-sort.ty-compare-feature__item {
        padding-left: 0;
    }
}

.ty-compare-feature__table {
    border-bottom: 1px solid var(--color-base);
}

.ty-compare-feature__item {
    border-width: 1px 0 0 0;
    border-color: var(--color-base);
    padding: var(--gap-sm);
}

.ty-compare-feature__row:nth-child(odd) {
    background: unset;
}

.ty-compare-feature__row:hover {
    background: var(--fill-gray);
}

.ty-compare-feature_item_size {
    padding: var(--gap-sm);
    min-width: max(195px, 100%);
}

.ut2-compare__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 899px) {
    .ut2-compare__buttons {
        justify-content: center;
        background: none;
        padding: 0;
    }

    .ut2-compare__buttons a {
        flex: 1 calc(50% - var(--gap-sm));
        margin-right: var(--gap-sm);
    }

    .ut2-compare__buttons a:last-child {
        margin: 0;
    }
}

.ut2-compare__buttons .ty-btn__outline:before {
    content: "\e91d";
    font-size: 20px;
    margin-right: 2px;
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
}

.ty-remove__txt {
    font-size: var(--font-size-normal);
    vertical-align: baseline;
    padding-left: 0;
}

.ut2-rating-stars {
    display: flex;
}

.ut2-rating-stars .ty-product-review-reviews-stars__link {
    display: contents;
}

.ut2-rating-stars.r-block {
    overflow: hidden;
    align-items: center;
    gap: 3px;
    height: 20px;
}

.ut2-rating-stars.r-block>* {
    order: 1;
}

.ut2-rating-stars.r-block .ut2-rating-stars-empty,
.ut2-rating-stars.r-block .ty-product-review-reviews-stars,
.ut2-rating-stars.r-block .ut2-rating-stars-num,
.ut2-rating-stars.r-block .cn-reviews {
    order: 0;
}

.ut2-rating-stars.r-block [class*="-icon"] {
    margin-inline: 2px;
}

.ut2-rating-stars-num {
    color: var(--color-font-lighten);
    font-size: var(--font-size-small);
    padding-left: 1px;
}

.ut2-pb__sticky-add-to-cart_product-rating .ut2-rating-stars-num,
.ut2-pb__rating .ut2-rating-stars-num {
    font-size: var(--font-size-normal);
}

.ut2-rating-stars-empty {
    display: flex;
    align-items: center;
}

.ut2-rating-stars-empty .ut2-rating-stars-num {
    color: var(--color-font-lighten-max);
}

@media (max-width: 979px) {
    .ty-features-all {
        display: flex;
        flex-wrap: wrap;
    }

    .ty-features-all__group {
        flex: 1 30%;
        padding-right: 3.3333%;
    }
}

@media (max-width: 576px) {
    .ty-features-all__group {
        flex: 1 45%;
        padding-right: 0;
        text-align: left;
    }

    .ty-features-all__group:nth-child(odd) {
        padding-right: 5%;
        flex: 1 50%;
    }
}

.ut2-features-list {
    display: flex;
    flex-flow: column;
    gap: var(--gap-xxs);
    width: 100%;
}

.ut2-pb__short-features .ut2-features-list {
    gap: var(--gap-xs);
}

.ut2-gl__item .ut2-features-list {
    --font-size-features-list: var(--font-size-small);
}

.ut2-features-list>div {
    display: contents;
}

.ut2-features-list .ty-control-group {
    position: relative;
    display: flex;
    margin: unset;
    justify-content: space-between;
}

.ut2-features-list .ty-control-group:before {
    content: none;
}

.ut2-features-list .ty-control-group:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(var(--font-size-features-list, 14px) - 1px);
    background: linear-gradient(90deg, #000 35%, transparent 0%) repeat-x;
    background-size: 4px;
    opacity: .3;
}

.ut2-features-list .ty-control-group span,
.ut2-features-list .ty-control-group em {
    text-align: right;
    font-style: normal;
    font-size: var(--font-size-features-list, 14px);
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.ut2-features-list .ty-control-group>span {
    max-width: 50%;
}

.ut2-features-list .ty-control-group>span em {
    display: inline;
    background: var(--color-general);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    position: relative;
    z-index: 1;
}

.ut2-features-list .ty-control-group>span.ty-product-feature__label {
    text-align: left;
    width: 50%;
}

.ut2-features-list .ty-control-group>span.ty-product-feature__label em {
    padding-right: 3px;
}

.ut2-features-list .ty-control-group>span:not(.ty-product-feature__label) em {
    padding-left: 3px;
}

.ut2-gl__item:hover .ut2-features-list .ty-control-group>span:not(.ty-product-feature__label)>em {
    display: inline;
}

.ut2-features-list .ut2-product-feature__prefix:empty {
    display: none;
}

.ut2-features-list .ut2-product-feature__prefix:not(:empty) {
    margin-inline-end: 3px;
}

.ut2-features-list .ut2-product-feature__suffix:empty {
    display: none;
}

.ut2-features-list .ut2-product-feature__suffix:not(:empty) {
    margin-inline-start: 3px;
}

.ty-compare-checkbox {
    border: 0;
    width: auto;
    height: auto;
}

.ty-compare-checkbox__icon,
.ty-compare-checkbox:empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    top: 0;
    border: 1px solid var(--color-base10);
    background: var(--color-general);
    border-radius: 3px;
}

.ty-compare-checkbox__icon.ty-icon-ok,
.ty-compare-checkbox:empty.ty-icon-ok {
    color: var(--color-in-stock);
    margin-right: 1px;
}

.ty-product-feature__label {
    color: var(--color-font-lighten);
}

.ty-feature__image {
    margin: 10px 25px 10px 0;
    max-width: 280px;
}

@media (min-width: 767px) {
    .ty-feature__image {
        float: left;
    }
}

.ui-dialog-content>.abt__ut2--product-features {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
    padding: var(--gap-s);
    max-height: calc(100dvh - 50px - 40px * 2);
}

.ui-dialog-content>.abt__ut2--product-features::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

@media (max-width: 767px),
(max-width: 1023px) and (orientation: landscape) {
    .ui-dialog-content>.abt__ut2--product-features {
        max-height: calc(100dvh - 50px);
    }
}

.abt__ut2--product-features__container {
    container-name: qc--product-feature;
    container-type: inline-size;
}

.abt__ut2--product-features__container .abt__ut2--product-features__list:has(.ty-product-feature-group:first-child) {
    margin-block-start: calc(var(--gap-xs) * -1);
}

.abt__ut2--product-features__container .ty-product-feature,
.abt__ut2--product-features__container .ty-product-feature-group {
    margin-bottom: unset;
}

.abt__ut2--product-features__container .fg-two-col .ty-product-feature,
.abt__ut2--product-features__container .fg-two-col .ty-product-feature-group {
    break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
    background: none;
    position: relative;
    z-index: 0;
    padding: 3px 0;
}

.abt__ut2--product-features__container .ty-product-feature-group .ty-subheader {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: calc(var(--font-size-normal) + 1px);
    line-height: var(--check-radio-label-line-height);
    color: var(--color-font);
    text-transform: none;
    font-weight: bold;
    padding: var(--gap-xs) 0;
    display: block;
}

.abt__ut2--product-features__container .ty-product-feature-group .ty-icon-help-circle,
.abt__ut2--product-features__container .ty-product-feature-group .ty-tooltip-block {
    font-size: var(--font-size-medium);
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    inset-block-start: -1px;
}

.abt__ut2--product-features__container .ty-product-feature {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    padding: 7px var(--gap-sm);
    display: flex;
    align-items: flex-start;
}

.abt__ut2--product-features__container .fg-one-col .ty-product-feature:nth-child(2n) {
    background: var(--fill-gray);
    border-radius: var(--border-radius-decreased-more);
}

.abt__ut2--product-features__container .fg-one-col .ty-product-feature:nth-child(2n) .ty-product-feature__value input[type=checkbox] {
    outline: 4px solid var(--fill-gray);
}

.abt__ut2--product-features__container .fg-two-col .ty-product-feature:after {
    content: "";
    background: linear-gradient(90deg, #000 35%, transparent 0%);
    background-size: 4px;
    background-repeat: repeat-x;
    opacity: .3;
    height: 1px;
    position: absolute;
    inset-inline: 0;
    inset-block-start: calc(var(--check-radio-label-line-height));
}

.abt__ut2--product-features__container .ty-product-feature__label,
.abt__ut2--product-features__container .ty-product-feature__value {
    line-height: var(--check-radio-label-line-height);
    min-inline-size: 0;
    padding-block: 3px;
    position: relative;
    z-index: 1;
}

.abt__ut2--product-features__container .ty-product-feature__label {
    color: var(--color-font-lighten);
    white-space: nowrap;
    flex-shrink: 0;
    width: 40%;
    max-width: 280px;
    min-width: 170px;
    padding-inline: 0 calc(var(--check-radio-size) + var(--gap-xxs));
}

.abt__ut2--product-features__container .ty-product-feature__label.object-container {
    background: none;
    overflow: unset;
    padding-inline-end: calc(var(--check-radio-size) + var(--gap-xxs) + 19px);
}

.abt__ut2--product-features__container .ut2-product-feature__label__name {
    white-space: initial;
}

.abt__ut2--product-features__container .fg-two-col .ut2-product-feature__label__name {
    background: var(--color-general);
}

.abt__ut2--product-features__container .ty-product-feature__value {
    flex-basis: 0;
    flex-grow: 1;
    max-width: unset;
    margin-left: unset;
    display: block;
}

.abt__ut2--product-features__container .ty-product-feature__value input[type=checkbox] {
    position: absolute;
    inset-inline-end: 100%;
    inset-block-start: calc((var(--check-radio-label-line-height) - var(--check-radio-size)) / 2 + 3px);
    margin-inline-end: unset;
    outline: 4px solid #fff;
}

.abt__ut2--product-features__container .cm-ab-similar-filter-container .ty-product-feature__value {
    padding-inline-start: var(--check-radio-inline-gap);
}

.abt__ut2--product-features__container .fg-two-col .ty-product-feature__value {
    background: var(--color-general);
}

.abt__ut2--product-features__container .ty-product-feature__prefix:empty {
    display: none;
}

.abt__ut2--product-features__container .ty-product-feature__prefix:not(:empty) {
    margin-inline-end: 3px;
}

.abt__ut2--product-features__container .ut2-lv__color-variant {
    flex-shrink: 0;
    align-self: start;
    display: inline-block;
    vertical-align: middle;
    margin-block-start: -3px;
}

.abt__ut2--product-features__container .ty-product-feature__suffix:empty {
    display: none;
}

.abt__ut2--product-features__container .ty-product-feature__suffix:not(:empty) {
    margin-inline-start: 3px;
}

.abt__ut2--product-features__container .ty-product-feature__multiple {
    padding: unset;
    margin: unset;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 3px;
    column-gap: var(--gap-xxs);
}

.abt__ut2--product-features__container .ty-product-feature__multiple.abt__ut2_checkboxes {
    display: block;
    margin-block-start: -3px;
    margin-inline-start: calc(var(--check-radio-inline-gap) * -1);
}

.abt__ut2--product-features__container .ty-product-feature__multiple.abt__ut2_checkboxes .ty-product-feature__multiple-item {
    padding-block: 3px;
    padding-inline-start: var(--check-radio-inline-gap);
    position: relative;
}

.abt__ut2--product-features__container .ty-product-feature__multiple .ty-product-feature__multiple-item {
    line-height: var(--check-radio-label-line-height);
}

.abt__ut2--product-features__container .ty-product-feature__multiple-item {
    margin: unset;
    padding: unset;
}

.abt__ut2--product-features__container .ty-product-feature__multiple-item em {
    font-style: initial;
    margin-inline-start: -3px;
}

.abt__ut2--product-features__utility {
    margin-block-start: var(--gap-sm);
}

body.mobile-screen .abt__ut2--product-features__utility {
    margin-block-start: calc(var(--gap-xs) * 2);
}

.abt__ut2--product-features__utility .abt__ut2_search_similar_in_category_btn.disabled {
    cursor: default;
    pointer-events: none;
    filter: grayscale(100);
    color: var(--color-font-lighten);
}

.abt__ut2--product-features__utility .abt__ut2_search_similar_in_category_btn .ty-icon {
    font-size: 18px;
}

body.desktop-screen .ty-product-feature__value:hover>input:checked~.abt__ut2_search_similar_in_category_btn,
body.desktop-screen .ty-product-feature__multiple.abt__ut2_checkboxes .ty-product-feature__multiple-item:hover>input:checked~.abt__ut2_search_similar_in_category_btn {
    opacity: 1;
    pointer-events: auto;
}

body.desktop-screen .ty-product-feature__value>.abt__ut2_search_similar_in_category_btn,
body.desktop-screen .ty-product-feature__multiple.abt__ut2_checkboxes .ty-product-feature__multiple-item>.abt__ut2_search_similar_in_category_btn {
    font-weight: normal;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    height: 28px;
    padding: 0 var(--gap-xs);
    position: absolute;
    inset-inline-start: var(--gap-xxs);
    inset-block-start: calc((var(--check-radio-label-line-height) + 6px - 28px) / 2);
    opacity: 0;
    pointer-events: none;
}

body:not(.desktop-screen) .ty-product-feature__value>input:checked~.abt__ut2_search_similar_in_category_btn,
body:not(.desktop-screen) .ty-product-feature__multiple.abt__ut2_checkboxes .ty-product-feature__multiple-item>input:checked~.abt__ut2_search_similar_in_category_btn {
    display: inline-flex;
}

body:not(.desktop-screen) .ty-product-feature__value>.abt__ut2_search_similar_in_category_btn,
body:not(.desktop-screen) .ty-product-feature__multiple.abt__ut2_checkboxes .ty-product-feature__multiple-item>.abt__ut2_search_similar_in_category_btn {
    font-size: var(--font-size-normal);
    line-height: initial;
    font-weight: initial;
    vertical-align: initial;
    text-align: start;
    text-transform: initial;
    background: initial;
    box-shadow: initial;
    border-radius: initial;
    min-width: initial;
    height: initial;
    padding: initial;
    margin-inline-start: 3px;
    display: none;
}

body:not(.desktop-screen) .ty-product-feature__value>.abt__ut2_search_similar_in_category_btn bdi,
body:not(.desktop-screen) .ty-product-feature__multiple.abt__ut2_checkboxes .ty-product-feature__multiple-item>.abt__ut2_search_similar_in_category_btn bdi {
    text-decoration: underline;
    word-break: initial;
    text-overflow: initial;
    overflow: initial;
    padding: initial;
    display: initial;
}

.ty-product-feature__value>.abt__ut2_search_similar_in_category_btn,
.ty-product-feature__multiple.abt__ut2_checkboxes .ty-product-feature__multiple-item>.abt__ut2_search_similar_in_category_btn {
    color: var(--color-links);
    word-wrap: initial;
    white-space: nowrap;
    max-width: initial;
}

.ty-product-feature__value>.abt__ut2_search_similar_in_category_btn:after,
.ty-product-feature__multiple.abt__ut2_checkboxes .ty-product-feature__multiple-item>.abt__ut2_search_similar_in_category_btn:after {
    content: "\e01b";
    font-family: glyphs;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-block-start: 2px;
}

html[dir="rtl"] .ty-product-feature__value>.abt__ut2_search_similar_in_category_btn:after,
html[dir="rtl"] .ty-product-feature__multiple.abt__ut2_checkboxes .ty-product-feature__multiple-item>.abt__ut2_search_similar_in_category_btn:after {
    transform: scaleX(-1);
}

.footer-stay-connected {
    background: #fff;
}

.ut2-subscription-block,
.ut2-social-link-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: var(--fill-gray);
    padding: var(--gap-s);
    border-radius: var(--border-radius-box);
}

.ut2-subscription-block .ty-mainbox-title,
.ut2-social-link-block .ty-mainbox-title {
    justify-content: center;
    line-height: normal;
}

.ut2-subscription-block .ut2-subscription-block__title,
.ut2-subscription-block .ty-social-link__title,
.ut2-social-link-block .ut2-subscription-block__title,
.ut2-social-link-block .ty-social-link__title {
    color: var(--color-font-lighten);
    font-size: var(--font-size-medium);
    text-transform: unset;
    line-height: normal;
    padding-block-end: var(--gap-xs);
}

.ut2-subscription-block .ty-gdpr-agreement,
.ut2-subscription-block .ty-social-link__text,
.ut2-social-link-block .ty-gdpr-agreement,
.ut2-social-link-block .ty-social-link__text {
    color: var(--color-links);
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
}

.ut2-subscription-block__input {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--gap-xs);
}

.ut2-subscription-block__input input[type="text"] {
    padding-inline: var(--gap-sm);
    border-color: transparent;
    background: var(--color-general);
    width: auto;
    min-width: 50%;
    border-radius: var(--border-radius-full);
}

@media (min-width: 1200px) {
    .ut2-subscription-block__input .help-inline {
        position: absolute;
        padding: 7px;
    }
}

@media (max-width: 320px) {
    .ut2-subscription-block__input input[type="text"] {
        width: calc(90% - var(--height-button));
    }

    .ut2-subscription-block__input .ty-btn__subscribe {
        width: var(--height-button);
    }

    .ut2-subscription-block__input .ty-btn__subscribe bdi {
        display: none;
    }
}

.ty-footer-form-block-policy__input {
    margin: 0 auto;
}

.ty-lable-subscribe-policy {
    color: var(--color-font-lighten);
}

.ut2-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--gap-xxs);
}

.ut2-social-links a {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--height-button);
    height: var(--height-button);
    padding: 0;
    background: #848484;
    border-radius: 100%;
}

.ut2-social-links a i:before {
    color: #fff;
    width: 100%;
    font-size: 130%;
}

.ut2-social-links a:hover {
    background: #039be5;
}

.ty-footer-grid__full-width>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ty-footer-grid__full-width>.row-fluid .bottom-copyright,
.ty-footer-grid__full-width>.row-fluid .ty-payment-icons {
    margin: 0;
    padding: var(--gap-xs) 0;
}

.ty-footer-grid__full-width.footer-copyright {
    padding: 0 !important;
    margin: 0 !important;
}

.ty-footer-menu__header,
.ty-footer-general__header {
    font-size: var(--font-size-large);
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    padding-top: var(--gap-l);
    color: #1e1e1e;
}

.ty-footer-general__body {
    padding-block-start: var(--gap-xxs);
    margin: 0;
}

@media (max-width: 767px) {
    .ty-footer-general__body {
        padding-block-start: initial;
    }
}

.ty-footer-general__body ul,
.ty-footer-general__body ol {
    line-height: 1.45;
    padding: initial;
    margin: initial;
    margin-block: var(--gap-xxs);
}

.ty-footer-general__body li {
    border: 0 none;
    position: static;
    margin: initial;
    margin-block: var(--gap-xxs);
    padding: initial;
    display: block;
}

.ty-footer div:not(.ty-footer-general__header),
.ty-footer a,
.ty-footer li,
.ty-footer p,
.ty-footer,
.footer-copyright div:not(.ty-footer-general__header),
.footer-copyright a,
.footer-copyright li,
.footer-copyright p,
.footer-copyright {
    color: #1e1e1e;
    font-size: var(--font-size-normal);
}

.ty-footer div:not(.ty-footer-general__header):hover:not(p):not(li),
.ty-footer a:hover:not(p):not(li),
.ty-footer li:hover:not(p):not(li),
.ty-footer p:hover:not(p):not(li),
.ty-footer:hover:not(p):not(li),
.footer-copyright div:not(.ty-footer-general__header):hover:not(p):not(li),
.footer-copyright a:hover:not(p):not(li),
.footer-copyright li:hover:not(p):not(li),
.footer-copyright p:hover:not(p):not(li),
.footer-copyright:hover:not(p):not(li) {
    color: #1e1e1e;
    font-size: var(--font-size-normal);
}

@media (max-width: 768px) {

    .ty-footer,
    .footer-copyright {
        width: 100%;
    }
}

.footer-copyright {
    background: none;
}

@media (max-width: 768px) {
    .ty-footer-general__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        min-height: 50px;
        font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
        font-size: var(--font-size-medium);
        font-weight: bold;
        border-bottom: 1px solid #e4e4e4;
    }

    .ty-footer-general__header.open {
        border-color: transparent;
    }

    .ty-footer-menu {
        padding-top: var(--gap-s);
        padding-bottom: var(--gap-xs);
    }

    .ty-footer-menu .ty-wysiwyg-content ul,
    .ty-footer-menu .ty-wysiwyg-content ol {
        margin-left: 0;
    }

    .ty-footer-menu__item {
        margin: var(--gap-xxs) 0;
        padding: 0;
        border-bottom: 0;
    }

    .ty-footer-menu__icon-open,
    .ty-footer-menu__icon-hide {
        top: 0;
    }

    .ty-footer-menu__icon-open {
        position: relative;
        width: var(--gap-sm);
        height: var(--gap-sm);
    }

    .ty-footer-menu__icon-open:before,
    .ty-footer-menu__icon-open:after {
        content: "";
        position: absolute;
        background-color: #1e1e1e;
        transition: transform 150ms;
    }

    .ty-footer-menu__icon-open:before {
        inset-block-start: 0;
        inset-inline-start: 50%;
        width: 2px;
        height: var(--gap-sm);
        margin-inline-start: -1px;
    }

    .ty-footer-menu__icon-open:after {
        inset-block-start: 50%;
        inset-inline-start: 0;
        width: var(--gap-sm);
        height: 2px;
        margin-block-start: -1px;
    }

    .ty-footer-menu__icon-open:hover {
        cursor: pointer;
    }

    .ty-footer-menu__icon-hide {
        position: relative;
        width: var(--gap-sm);
        height: var(--gap-sm);
    }

    .ty-footer-menu__icon-hide:after {
        content: "";
        position: absolute;
        background-color: rgba(30, 30, 30, 0.35);
        transition: transform 150ms;
    }

    .ty-footer-menu__icon-hide:before {
        content: none;
    }

    .ty-footer-menu__icon-hide:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px;
    }

    .ty-footer-menu__icon-hide:hover {
        cursor: pointer;
    }
}

.popup-block {
    position: relative;
}

.popup-block .close {
    position: absolute;
    right: 8px;
    top: 18px;
    z-index: 301;
}

.popup-block .close i {
    color: white;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.popup-block .close:hover i {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ut2__qty-discounts {
    display: flex;
    margin-inline-end: -100px;
}

.ut2-qd {
    display: flex;
    flex-direction: column;
    padding: var(--gap-xs);
    margin-top: var(--gap-sm);
    border: 1px solid #f44336;
    border-radius: var(--border-radius);
    min-width: 200px;
}

.ut2-qd:before {
    border-bottom-color: var(--color-base);
}

.ut2-qd__title {
    font-size: var(--font-size-small);
    font-weight: bold;
    color: #f44336;
    background: var(--color-general);
    width: fit-content;
    padding: 0 var(--gap-xxs);
    margin-top: calc((var(--font-size-normal) + var(--gap-xxs)) * -1);
}

.ut2-qd__label {
    color: var(--color-font-lighten);
    font-size: 10px;
    padding-bottom: 3px;
}

.ut2-qd__wrap {
    display: flex;
}

.ut2-qd__col {
    flex-basis: 50%;
}

.ut2-qd__col:nth-child(1) {
    min-width: 60px;
}

.ut2-qd__col>div {
    display: flex;
    align-items: center;
    height: 22px;
}

.ut2-qd__col>div:not(.ut2-qd__label):nth-child(even) {
    background: var(--fill-gray);
}

.ut2-qd__item,
.ut2-qd__price,
.ut2-qd__label {
    padding-inline: var(--gap-xxs);
}

.ut2-qd__price {
    color: var(--color-font);
    font-weight: bold;
}

.ut2-lv__features-item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: var(--gap-xxs);
    position: relative;
    overflow: hidden;
}

.ut2-lv__features-item+.ut2-lv__features-item {
    margin-top: var(--gap-xs);
}

.ut2-lv__features-item+.ut2-lv__features-item:not(:last-child) {
    margin-block-end: var(--gap-xxs);
}

.ut2-lv__features-item: hover {
    flex-wrap: wrap;
}

.ut2-lv__features-item:not(:hover) {
    padding-inline-end: 20px;
}

.ut2-lv__features-item:not(:hover):after {
    content: "";
    display: block;
    height: 100%;
    width: 20px;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.ut2-lv__features-item:has(.ut2-lv__color-variant) {
    overflow: visible;
}

.ut2-lv__features-item>a.ut2-lv__color-variant.active,
.ut2-lv__features-item>a.ut2-lv__color-variant:hover {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), 0 0 0 1px var(--color-base20);
    border-color: var(--color-general);
    z-index: 1;
}

.ut2-lv__features-description {
    display: block;
    font-size: var(--font-size-small);
    font-weight: bold;
    margin-block-end: var(--gap-xxs);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ut2-lv__features-description:not(:first-child) {
    margin-block-start: var(--gap-xs);
}

.ut2-lv__color-variant {
    min-width: var(--lv-color-item-size);
    max-width: var(--lv-color-item-size);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), 0 0 0 1px var(--color-general);
    border-radius: 100%;
    box-sizing: content-box;
    border: 1px solid transparent;
    background-clip: padding-box !important;
    overflow: hidden;
    aspect-ratio: 1;
    transition: unset;
}

.ut2-lv__color-variant.active,
.ut2-lv__color-varianta:hover .ut2-lv__color-variant {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), 0 0 0 1px var(--color-base20);
    border-color: var(--color-general);
    z-index: 1;
}

.ut2-lv__color-variant img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.lv-hover-items .ty-product-options__image--wrapper {
    border-width: 1px;
    overflow: clip;
    max-height: fit-content;
    min-width: min(36px, 22%);
    max-width: calc(var(--tb-var-image-width) * 1px);
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    aspect-ratio: var(--tb-var-image-width) / var(--tb-var-image-height);
}

.lv-hover-items .ty-product-options__image--wrapper img {
    width: 100%;
}

.lv-hover-items .ty-product-options__image--wrapper.active {
    border-color: var(--color-base20);
}

.lv-hover-items .ty-product-options__image--wrapper.hidden {
    display: none;
}

.ut2-lv__features-variant {
    display: block;
    flex: 0 0 auto;
    align-content: center;
    min-height: var(--lv-item-size, 24px);
    min-width: var(--lv-item-size, 24px);
    padding-inline: 1ch;
    font-size: var(--font-size-smallest);
    color: var(--color-font-lighten);
    font-weight: 500;
    border: 1px dotted var(--color-base10);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    order: 2;
    border-radius: calc(var(--border-radius) * 1.6);
}

.ut2-lv__features-variant.active {
    border: 1px solid var(--color-base20);
    color: var(--color-font);
    font-weight: 600;
    order: 1;
}

.ut2-lv__more {
    height: 100%;
    align-content: center;
    white-space: nowrap;
    color: var(--color-font-lighten);
    background: var(--color-general);
    order: 3;
    font-size: 13px;
    z-index: 1;
    cursor: pointer;
}

.ut2-lv__more:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.ut2-lv__more:before {
    content: attr(data-more);
    display: block;
}

.lv-hover-items {
    position: relative;
}

.lv-hover-items[data-display="color"] {
    align-items: flex-start;
    margin-block: 2px 4px;
    padding: 1px;
    z-index: 1;
}

.tablet-screen .lv-hover-items[data-display="color"],
.mobile-screen .lv-hover-items[data-display="color"] {
    gap: 8px;
    margin-bottom: 0;
}

.mobile-screen .ut2-gl__item[data-lv-more] .lv-hover-items[data-display="color"] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-screen .ut2-gl__item[data-lv-more] .lv-hover-items[data-display="color"]::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ut2-gl__item[data-lv-more]:not(:hover) .lv-hover-items[data-display="color"] {
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
}

.ut2-gl__item:not([data-lv-more]) .lv-hover-items {
    width: fit-content;
    align-items: center;
    padding-inline-end: 25px;
}

.ut2-gl__item .ut2-gl__content .lv-hover-items {
    margin-block: 6px 0;
}

.ut2-gl__item.content-on-hover .lv-hover-items[data-display="color"] {
    min-height: calc(var(--lv-color-item-size) + 4px);
}

.ut2-gl__item .lv-hover-items[data-display="thumbnails"] {
    min-width: 100%;
    margin-block: var(--gap-xxs) var(--gap-xs);
}

.ut2-gl__item .ut2-gl__bottom .lv-hover-items[data-display="thumbnails"] {
    margin-block: var(--gap-xs);
}

.ut2-gl__item:not([data-lv-more]) .lv-hover-items[data-display="thumbnails"] {
    padding-inline-end: 0;
}

@media (hover: hover) {
    .ut2-gl__item.content-on-hover:not(:hover) .lv-hover-items[data-display="thumbnails"] {
        display: none;
    }

    .ut2-gl__item.content-on-hover:not(:hover) .lv-hover-items[data-display="thumbnails"]+.ut2-gl__content {
        margin-block-start: var(--gap-xs);
    }
}

.ut2-gl__item: not(.content-on-hover) .lv-hover-items[data-display="thumbnails"] {
    margin-block: var(--gap-xs) 0;
}

.ut2-gl__item:not(.content-on-hover) .ut2-gl__content+.lv-hover-items {
    flex: 1 0 auto;
    align-items: flex-end;
    margin-block: var(--gap-xs) 0;
}

.desktop-screen .ut2-gl__item .lv-hover-items[data-display="thumbnails"] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3px;
}

.desktop-screen .ut2-gl__item[data-lv-more]:hover .lv-hover-items {
    padding-inline-end: 0;
    flex-wrap: wrap;
}

.desktop-screen .ut2-gl__item[data-lv-more]:hover .lv-hover-items:after {
    content: unset;
}

.desktop-screen .ut2-gl__item[data-lv-more]:not(:hover) .lv-hover-items[data-display="thumbnails"]>.hidden:not(.ut2-lv__more) {
    display: none;
}

.desktop-screen .ty-product-list .lv-hover-items[data-display="thumbnails"] {
    flex-wrap: wrap;
}

.mobile-screen .ut2-gl__item .lv-hover-items[data-display="thumbnails"],
.tablet-screen .ut2-gl__item .lv-hover-items[data-display="thumbnails"] {
    width: 100%;
    flex-wrap: nowrap;
}

@media (max-width: 1023px) {

    .mobile-screen .ut2-gl__item .lv-hover-items[data-display="thumbnails"] .ty-product-options__image--wrapper,
    .tablet-screen .ut2-gl__item .lv-hover-items[data-display="thumbnails"] .ty-product-options__image--wrapper {
        max-width: min(36px, 22%);
    }
}

@media (max-width: 900px) {

    .mobile-screen .ut2-gl__item .lv-hover-items[data-display="thumbnails"] .ty-product-options__image--wrapper,
    .tablet-screen .ut2-gl__item .lv-hover-items[data-display="thumbnails"] .ty-product-options__image--wrapper {
        min-width: min(30px, 20%);
        max-width: min(30px, 20%);
    }
}

.mobile-screen .ut2-gl__item[data-lv-more] .lv-hover-items[data-display="thumbnails"],
.tablet-screen .ut2-gl__item[data-lv-more] .lv-hover-items[data-display="thumbnails"] {
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline-end: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-screen .ut2-gl__item[data-lv-more] .lv-hover-items[data-display="thumbnails"]::-webkit-scrollbar,
.tablet-screen .ut2-gl__item[data-lv-more] .lv-hover-items[data-display="thumbnails"]::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ut2-gl__item[data-lv-more] .lv-hover-items>.hidden:not(.ut2-lv__more),
.ty-product-list[data-lv-more] .lv-hover-items>.hidden:not(.ut2-lv__more) {
    display: initial;
}

.ut2-gl__item[data-lv-more] .lv-hover-items .ut2-lv__more,
.ty-product-list[data-lv-more] .lv-hover-items .ut2-lv__more {
    display: none;
}

.grid-list__load-more:not(.view) .ut2-gl__item .ut2-lv__more {
    display: none;
}

.grid-list {
    --lv-item-size: 20px;
    --lv-color-item-size: 16px;
}

.ty-product-list {
    --lv-color-item-size: 22px;
}

.ty-product-list .lv-hover-items:not(:has([data-lv-more])) {
    padding-inline-end: 0;
}

.ty-product-list .lv-hover-items:not(:has([data-lv-more])):after {
    content: none;
}

.desktop-screen .ty-product-list .lv-hover-items[data-display="color"],
.desktop-screen .ty-product-list .lv-hover-items[data-display="thumbnails"] {
    padding-block: var(--gap-xs);
}

.ty-product-list .lv-hover-items[data-display="color"]: empty,
.ty-product-list .lv-hover-items[data-display="thumbnails"]:empty {
    display: none;
}

.mobile-screen .ty-product-list .lv-hover-items[data-display="color"],
.mobile-screen .ty-product-list .lv-hover-items[data-display="thumbnails"] {
    min-height: 0;
}

a.ut2-lv__features-variant:hover,
a>span.ut2-lv__features-variant:hover {
    border: 1px solid var(--color-base20);
    color: var(--color-font);
}

.ut2-vopt__wrap {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xxs);
}

.ut2-variations-list__wrapper {
    position: relative;
}

.ut2-variations-list__style {
    display: none;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 1;
}

.object-container .ut2-variations-list__style {
    top: 30px;
}

.ut2-variations-list__style:has(input[type="checkbox"]:checked)~table.ut2-variations-list td.ut2-variations-content__product-var {
    flex-flow: column;
    align-items: center;
    min-width: min(150px, 33.3333%);
    gap: 1px;
}

@media (min-width: 768px) {
    .ut2-variations-list__wrapper:has(.ut2-variations-list__style) .ut2-variations-list__style {
        display: block;
    }
}

table.ut2-variations-list {
    display: contents;
    position: relative;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
}

table.ut2-variations-list thead {
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    max-width: 100%;
    margin-top: -20px;
    padding: 20px 0;
    gap: var(--gap-xs);
    border-bottom: 1px solid var(--color-base);
    margin-bottom: var(--gap-xs);
}

table.ut2-variations-list thead:before {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\e92b";
    color: var(--color-font-lighten-max);
    font-size: 24px;
}

table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="1"])~tbody tr>td:nth-child(2),
table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="2"])~tbody tr>td:nth-child(3),
table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="3"])~tbody tr>td:nth-child(4),
table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="4"])~tbody tr>td:nth-child(5),
table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="5"])~tbody tr>td:nth-child(6),
table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="6"])~tbody tr>td:nth-child(7),
table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="7"])~tbody tr>td:nth-child(8),
table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="8"])~tbody tr>td:nth-child(9),
table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="9"])~tbody tr>td:nth-child(10),
table.ut2-variations-list thead:has(th[data-sortedby*="user"][data-column="10"])~tbody tr>td:nth-child(11) {
    order: 2;
    border: 2px solid #1e905d;
    padding: 3px 6px;
}

table.ut2-variations-list thead>tr {
    display: flex;
    align-items: center;
}

table.ut2-variations-list thead>tr th {
    display: none;
}

table.ut2-variations-list thead>tr th[data-sortedby="user"],
table.ut2-variations-list thead>tr th:not([class*="tablesorter-headerUnSorted"]) {
    display: block;
}

table.ut2-variations-list thead>tr th[data-sortedby="user"]>div:after,
table.ut2-variations-list thead>tr th:not([class*="tablesorter-headerUnSorted"])>div:after {
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    content: "\e9cd";
    position: relative;
    font-size: 18px;
    left: 4px;
    color: #1e905d;
}

table.ut2-variations-list thead>tr th[data-sortedby="user"][aria-sort="ascending"]>div:after,
table.ut2-variations-list thead>tr th:not([class*="tablesorter-headerUnSorted"])[aria-sort="ascending"]>div:after {
    transform: rotate(90deg);
}

table.ut2-variations-list thead>tr th[data-sortedby="user"][aria-sort="descending"]>div:after,
table.ut2-variations-list thead>tr th:not([class*="tablesorter-headerUnSorted"])[aria-sort="descending"]>div:after {
    transform: rotate(-90deg);
}

table.ut2-variations-list thead>tr:hover {
    position: absolute;
    top: -3px;
    left: 29px;
    flex-flow: column;
    align-items: flex-start;
    width: 280px;
    padding: var(--gap-xxs);
    z-index: 2;
    background: var(--color-general);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 15px 0 rgba(0, 0, 0, 0.3);
    border-radius: var(--border-radius-decreased);
}

table.ut2-variations-list thead>tr:hover>th {
    display: block;
    width: 100%;
    height: initial;
}

table.ut2-variations-list thead>tr:hover>th:hover .tablesorter-header-inner {
    color: var(--color-font);
    background: var(--fill-gray);
}

table.ut2-variations-list thead>tr th {
    border-radius: var(--border-radius);
    box-shadow: none;
    border: 0;
    padding: 0;
    flex-shrink: 0;
    overflow: hidden;
    order: 1;
}

table.ut2-variations-list thead>tr th .tablesorter-header-inner {
    color: rgba(30, 30, 30, 0.8);
    text-align: left;
    line-height: 1;
    min-height: var(--min-height-button);
    padding: var(--gap-xxs) var(--gap-xs);
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

table.ut2-variations-list thead>tr th:not(.tablesorter-headerUnSorted) {
    order: 0;
}

table.ut2-variations-list thead>tr th:not(.tablesorter-headerUnSorted):not(:hover) {
    color: var(--color-font);
    background: var(--fill-gray);
}

table.ut2-variations-list tbody {
    display: flex;
    flex-flow: column;
}

table.ut2-variations-list tbody>tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--gap-xxs);
    background: var(--color-general);
    position: relative;
}

table.ut2-variations-list tbody>tr:hover {
    border-color: var(--color-base5);
    z-index: 1;
}

table.ut2-variations-list tbody>tr td.ut2-variations-list__thumb {
    order: 0;
}

table.ut2-variations-list tbody>tr {
    padding: var(--gap-xs);
}

table.ut2-variations-list tbody>tr:nth-child(even) {
    background: var(--fill-gray);
    border-radius: var(--border-radius-decreased);
}

@media (min-width: 1024px) {
    .ut2-variations-list__wrapper table.ut2-variations-list tbody>tr {
        padding-left: 135px;
        padding-right: 170px;
        min-height: calc(var(--ut2-variations-list-image-height) + var(--gap-s));
    }

    .ut2-variations-list__wrapper table.ut2-variations-list tbody>tr:has(.ty-valign-top) {
        min-width: 200px;
    }

    .ut2-variations-list__wrapper table.ut2-variations-list tbody>tr .ut2-variations-list__price {
        position: absolute;
        top: 0;
        height: 100%;
        max-width: 115px;
        align-items: center;
        left: var(--gap-xs);
    }

    .ut2-variations-list__wrapper table.ut2-variations-list tbody>tr .ut2-variations-list__price .ty-no-price {
        min-width: 80px;
        max-width: min-content;
    }

    .ut2-variations-list__wrapper table.ut2-variations-list tbody>tr .ut2-variations-list__product-elem-options {
        position: absolute;
        top: 0;
        right: var(--gap-xxs);
        height: 100%;
        max-width: 150px;
    }
}

.ut2-variations-list__wrapper table.ut2-variations-list tbody>tr .ut2-variations-list__thumb {
    flex-shrink: 0;
    border-radius: var(--border-radius-decreased-more);
    overflow: hidden;
    background: #f6f6f8;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ut2-variations-list__wrapper table.ut2-variations-list tbody>tr .ut2-variations-list__thumb img.ty-pict:not(.ab-vg-video-icon) {
    mix-blend-mode: darken;
}

@media (min-width: 1024px) {
    .ut2-variations-list__wrapper table.ut2-variations-list.ut2-vl-var-thumb tbody>tr {
        padding-left: 200px;
    }

    .ut2-variations-list__wrapper table.ut2-variations-list.ut2-vl-var-thumb tbody>tr .ut2-variations-list__price {
        max-width: 180px;
    }
}

@media (min-width: 1024px) {
    .ut2-variations-list__wrapper table.ut2-variations-list.ut2-vl-cart-bt tbody>tr {
        padding-right: 200px;
    }

    .ut2-variations-list__wrapper table.ut2-variations-list.ut2-vl-cart-bt tbody>tr .ut2-variations-list__product-elem-options {
        max-width: 200px;
    }
}

table.ut2-variations-list td {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1;
    border: 0;
    padding: 0;
    order: 1;
}

@media (max-width: 1023px) {
    table.ut2-variations-list td {
        font-size: var(--font-size-small);
        font-weight: 600;
    }
}

table.ut2-variations-list td .ut2-variations-list__product-elem {
    flex: 1;
}

table.ut2-variations-list td.ut2-variations-content__product-var {
    height: fit-content;
    min-height: 22px;
    border: 1px dashed var(--color-base5);
    border-radius: min(5px, var(--border-radius));
    padding: 3px 6px;
    column-gap: var(--gap-xxs);
    order: 3;
}

@media (max-width: 576px) {
    table.ut2-variations-list td.ut2-variations-content__product-var {
        width: 100%;
    }
}

table.ut2-variations-list td.ut2-variations-list__product-elem-options {
    flex: 1;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    min-width: 150px;
    gap: var(--gap-xxs);
    background: transparent !important;
    border-color: transparent !important;
    order: 2 !important;
}

@media (max-width: 1023px) {
    table.ut2-variations-list td.ut2-variations-list__product-elem-options {
        flex: 1 0 calc(100% - 200px);
    }
}

table.ut2-variations-list td.ut2-variations-list__product-elem-options:before {
    content: none !important;
}

table.ut2-variations-list td.ut2-variations-list__product-elem-options:has(.ty-qty-out-of-stock) .ut2-vl__control [class^=cm-reload] {
    display: none;
}

table.ut2-variations-list td.ut2-variations-list__product-elem-options .stock-wrap {
    line-height: 1;
    text-align: end;
    margin-block-end: 2px;
}

@media (max-width: 576px) {
    table.ut2-variations-list td.ut2-variations-list__product-elem-options .stock-wrap {
        display: none;
    }
}

table.ut2-variations-list td.ut2-variations-list__product-elem-options .stock-wrap .ty-control-group {
    margin: 0;
}

table.ut2-variations-list td.ut2-variations-list__product-elem-options .stock-wrap div {
    line-height: 1;
}

table.ut2-variations-list td.ut2-variations-list__amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--gap-xs);
}

table.ut2-variations-list td.ut2-variations-list__price {
    flex-wrap: nowrap;
    gap: var(--gap-sm);
}

table.ut2-variations-list td.ut2-variations-list__sku {
    border: 0 !important;
    background: none !important;
    order: 5 !important;
}

table.ut2-variations-list .label {
    display: inline-flex;
    align-items: center;
    white-space: break-spaces;
    font-size: var(--font-size-small);
    color: var(--color-font-lighten);
}

.ut2-vl__control {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: var(--gap-xxs);
}

.ut2-vl__control .ty-btn__primary {
    padding: 0;
}

.ut2-vl__control .ty-btn__primary bdi {
    display: none;
}

.ut2-vl__price>div:not([class]) {
    flex-flow: column;
}

.ut2-vl__mix-price-and-button.ut2-vl__control:hover .ty-qty {
    visibility: visible;
    opacity: 1;
}

@media (hover: hover) {
    .ut2-vl__mix-price-and-button.ut2-vl__control:hover .ty-qty {
        top: auto;
        bottom: -5px;
        right: calc(100% - var(--min-height-button) - 10px);
    }
}

@media (hover: none) {

    .ut2-vl__mix-price-and-button .ty-qty .ty-value-changer,
    .ut2-vl__mix-price-and-button .quantity .ty-value-changer {
        background: var(--fill-gray);
        visibility: visible;
        opacity: 1;
    }
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap-s);
}

.benefits:after,
.benefits:before {
    content: none;
}

.benefits .benefit {
    display: flex;
    margin: 0;
    min-width: 240px;
    max-width: 400px;
    gap: var(--gap-s);
}

.benefits .benefit i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 100%;
    font-size: 32px;
    background: var(--color-main, #039be5);
    color: white;
}

.benefits .benefit header,
.benefits .benefit header a {
    color: var(--color-font);
    font-weight: bold;
    font-size: var(--font-size-medium);
    line-height: 1.2;
}

.benefits .benefit p {
    color: var(--color-font-lighten);
    line-height: 1.2;
}

.ty-step__container {
    border-radius: 0;
    padding-right: 80px;
}

.ty-step__container-active {
    margin: 0 0 16px 0;
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--color-base);
}

.ty-step__container-active .ty-step__title-left {
    margin-top: -2px;
}

.ty-step__title,
.ty-step__title-active,
.ty-step__title-complete {
    padding: var(--gap-sm);
}

.ty-step__title-active {
    font-size: var(--font-size-medium);
    background: #039be5;
    border-radius: 0;
}

.ty-step__title-active .ty-step__title-left {
    color: #039be5;
    background: #fff;
}

.ty-step__title-arrow {
    color: #039be5;
}

.ty-step__title-txt {
    display: inline-block;
    font-size: var(--font-size-medium);
    color: #fff;
}

.ty-step__title .ty-step__title-txt {
    color: var(--color-font);
}

.ty-step__title-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: var(--font-size-small);
    line-height: 100%;
    padding: 0;
    background: var(--color-font);
}

.ty-step__title-right .ty-btn {
    right: -60px !important;
}

.ty-step__title-icon {
    top: 18px;
    left: 18px;
}

.ty-checkout-buttons {
    background: none;
    padding-top: var(--gap-s);
    padding-right: 0;
    padding-bottom: 0;
    padding-left: var(--gap-s);
}

input.ty-checkout__register-methods-radio {
    margin-top: -1px;
}

input.ty-shipping-options__checkbox {
    margin: -2px 0 0 0;
    font-size: var(--font-size-normal);
}

.ty-shipping-options__group {
    padding-left: 10px;
    color: var(--color-links);
}

.ty-orders-detail {
    margin: 5px 0 30px 0;
    margin-top: 5px;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

.ty-orders-detail .ty-subheader {
    font-size: 20px;
}

.ty-orders-detail .js-counter {
    margin: 5px 0 0;
    background: #fff;
}

.ty-orders-detail .ab-sticker__name.uppercase {
    font-size: 100%;
}

.ty-orders-detail .T-sticker .ab-sticker__name {
    font-size: min(14px, var(--font-size-normal));
}

.ty-orders-detail .ut2-pb__price-wrap.pr-row>div:first-child,
.ty-orders-detail .ut2-pb__price-wrap.pr-row-mix>div:first-child {
    flex-direction: row;
    justify-content: flex-start;
}

.ty-orders-detail .ut2-pb__price-wrap .ty-price-per-unit {
    color: #1e1e1e;
    font-size: 14px;
}

.ty-orders__actions a.ty-btn {
    box-shadow: none !important;
    line-height: 1;
}

@media (max-width: 767px) {
    .ty-orders__actions a.ty-btn {
        display: flex;
    }
}

.ty-orders__actions a.ty-btn i {
    margin-right: 5px;
    font-size: 18px;
}

.ty-orders__actions a.ty-btn span {
    border-bottom: 0;
    margin-left: 0;
}

.ty-orders-summary__wrapper {
    width: 100%;
    border: 0 none;
    border-radius: 0;
}

.ty-orders-search__item--actions .ty-btn.text-button {
    margin: 0;
    padding: 0;
    box-shadow: none;
    color: var(--color-links);
}

.ty-orders-search__item--actions .ty-btn.text-button:hover {
    color: var(--color-links-active);
}

.abt-ut2-draggable-block {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#fancybox-title {
    margin: 0 !important;
}

[src=''] {
    visibility: hidden;
}

.abt__ut2_hover_gallery {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.abt__ut2_hover_gallery_indicators {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 90%;
    margin: 0 5%;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.abt__ut2_hover_gallery .item {
    height: 100%;
    flex: 1 1 auto;
}

.abt__ut2_hover_gallery:hover .abt__ut2_hover_gallery_indicators {
    display: flex;
}

.abt__ut2_hover_gallery:hover.lines .abt__ut2_hover_gallery_indicators div {
    height: 2px;
    width: 100%;
    margin: 0 2px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.abt__ut2_hover_gallery:hover.lines .abt__ut2_hover_gallery_indicators div.active {
    height: 2px;
    background-color: var(--color-links);
}

.abt__ut2_hover_gallery:hover.points .abt__ut2_hover_gallery_indicators div {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    margin: 0 2px;
}

.abt__ut2_hover_gallery:hover.points .abt__ut2_hover_gallery_indicators div.active {
    background-color: var(--color-links);
    box-shadow: none;
}

.fill--white div[id^="ut2_load_more_block"] .load-more-btn,
.fill--white div[id^="ut2_load_more_block"] .load-more-btn:hover {
    box-shadow: 0 0 0 5px white;
    background: #fff;
    color: #039be5;
    border: 2px solid #039be5;
}

.fill--gray div[id^="ut2_load_more_block"] .load-more-btn,
.fill--gray div[id^="ut2_load_more_block"] .load-more-btn:hover {
    box-shadow: 0 0 0 5px #f5f5f7;
    background: #f5f5f7;
    color: #039be5;
    border: 2px solid #039be5;
}

.fill--color div[id^="ut2_load_more_block"] .load-more-btn,
.fill--color div[id^="ut2_load_more_block"] .load-more-btn:hover {
    box-shadow: 0 0 0 5px #f44336;
    background: #f44336;
    color: #039be5;
    border: 2px solid #039be5;
}

@media (min-width: 768px) {

    .ty-profile-field__item.ty-first-name~.ty-profile-field__item.ty-last-name,
    .ty-profile-field__item.ty-last-name~.ty-profile-field__item.ty-first-name {
        margin-left: calc(6% - 0.5ch);
    }
}

form[name="call_requests_form_main"] .cm-cr-mask-time {
    width: auto;
}

.count,
.ty-minicart-count,
[data-added-amount]:after,
.ut2-btn__options:after,
.ut2-btn__variations:after {
    font-family: -apple-system, BlinkMacSystemFont, Inter, 'Helvetica Neue', Arial, sans-serif;
    font-size: var(--font-size-small);
    color: white;
    font-weight: 500;
    background: var(--color-decorative);
    border-radius: 9px;
    box-shadow: 0 0 0 1px var(--color-general), 0 1px 3px rgba(0, 0, 0, 0.5);
    isolation: isolate;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-inline: 4px;
    block-size: 16px;
    min-inline-size: 16px;
}

.ty-minicart-count,
.ty-compare__a .count,
.ut2-top-wishlist-count .count {
    position: absolute;
    inset-block-end: 50%;
    inset-inline-start: 50%;
    margin-block-end: 2px;
    margin-inline-start: 2px;
    block-size: 18px;
    min-inline-size: 18px;
}

.ut2-btn__options,
.ut2-btn__variations,
.ut2-added-to-cart[data-added-amount] {
    position: relative;
}

.ut2-btn__options:after,
.ut2-btn__variations:after,
.ut2-added-to-cart[data-added-amount]:after {
    position: absolute;
    top: -1px;
    right: -1px;
    padding-inline: 0;
}

.ut2-btn__options:after,
.ut2-btn__variations:after {
    content: "\e911";
    font-family: uni2-icons, sans-serif;
    color: var(--color-font);
    background: var(--color-general);
    box-shadow: 0 0 0 1px var(--color-base10), 0 0 0 2px var(--color-general), 0 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
}

.ut2-added-to-cart:not([data-added-amount]) {
    position: relative;
}

.ut2-added-to-cart:not([data-added-amount]):after {
    content: "\e969";
    font-family: uni2-icons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: uni2-icons, sans-serif;
    position: absolute;
    top: -2px;
    right: -2px;
    color: #1e905d;
    box-shadow: 0 0 0 1px var(--color-general), 0 1px 3px var(--color-general-darken);
    background: white;
    font-size: 16px;
    line-height: 16px;
    border-radius: 100%;
}

.ut2-added-to-cart[data-added-amount]:after {
    content: attr(data-added-amount);
}

.ty-tabs__a .count {
    box-shadow: unset;
}

.grid-list.ty-grid-promotions {
    max-width: none;
    margin-inline: 0;
    margin-block: 0 var(--gap-m);
    display: flex;
    flex-flow: row wrap;
    gap: 20px var(--gap-xs);
    align-items: stretch;
}

@media (max-width: 576px) {
    .grid-list.ty-grid-promotions {
        min-width: initial;
        margin-inline: 0;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .grid-list.ty-grid-promotions {
        row-gap: var(--gap-m);
    }
}

.grid-list.ty-grid-promotions .ty-column3 {
    display: contents;
}

.grid-list.ty-grid-promotions .ty-grid-list__item,
.grid-list.ty-grid-promotions .ab__pb--item {
    width: calc(25% - (var(--gap-xs) * 3) / 4);
    border: 1px solid var(--color-base5);
    border-radius: var(--border-radius-box);
    overflow: hidden;
    min-width: 0;
    margin: 0;
    display: block;
    flex: initial;
}

@media (max-width: 1100px) {

    .grid-list.ty-grid-promotions .ty-grid-list__item,
    .grid-list.ty-grid-promotions .ab__pb--item {
        width: calc(33.33% - (var(--gap-xs) * 2) / 3);
    }
}

@media (max-width: 834px) {

    .grid-list.ty-grid-promotions .ty-grid-list__item,
    .grid-list.ty-grid-promotions .ab__pb--item {
        width: calc(50% - (var(--gap-xs) * 1) / 2);
    }
}

@media (max-width: 480px) {

    .grid-list.ty-grid-promotions .ty-grid-list__item,
    .grid-list.ty-grid-promotions .ab__pb--item {
        width: auto;
        flex-basis: 100%;
    }
}

.grid-list.ty-grid-promotions .ty-grid-list__item img,
.grid-list.ty-grid-promotions .ab__pb--item img {
    display: block;
    width: 100%;
}

.grid-list.ty-grid-promotions .ab__pb--item {
    max-height: initial;
    order: initial;
    background: initial;
}

.grid-list.ty-grid-promotions .ab__pb--image {
    max-height: initial;
}

.grid-list.ty-grid-promotions .ab__pb--image a {
    display: block;
}

.grid-list.ty-grid-promotions .ab__pb--content,
.grid-list.ty-grid-promotions .ty-grid-promotions__content {
    min-height: initial;
    padding: var(--gap-sm);
    display: flex;
    flex-flow: column nowrap;
    gap: var(--gap-xs);
}

.grid-list.ty-grid-promotions img+.ty-grid-promotions__content,
.grid-list.ty-grid-promotions .ab__pb--image:has(img)+.ab__pb--content {
    border-top: 1px solid var(--color-base);
}

.grid-list.ty-grid-promotions .ty-grid-list__available {
    font-size: var(--font-size-small);
    color: var(--color-font-lighten);
    margin: 0;
    order: 20;
}

.grid-list.ty-grid-promotions .ty-grid-promotions__header,
.grid-list.ty-grid-promotions .ab__pb--content>a:first-of-type {
    font-family: Inter, 'Helvetica Neue', Arial, -apple-system, sans-serif;
    font-size: var(--font-size-normal);
    line-height: 1.4;
    font-weight: 900;
    color: var(--color-font);
    max-height: initial;
    margin: 0;
    overflow: visible;
    display: block;
    order: 10;
}

.grid-list.ty-grid-promotions .ty-grid-promotions__description,
.grid-list.ty-grid-promotions .ab__pb--description {
    line-height: 1.4;
    color: var(--color-font);
    overflow: visible;
    display: block;
    order: 30;
}

.grid-list.ty-grid-promotions p {
    line-height: 1.4;
    padding: 0;
    margin-top: var(--gap-xs);
    margin-bottom: var(--gap-xs);
}

.grid-list.ty-grid-promotions p:first-child {
    margin-top: 0;
}

.grid-list.ty-grid-promotions p:last-child {
    margin-bottom: 0;
}

[id^=subscribe_form_wrapper] {
    text-align: left;
    background: rgba(30, 144, 93, 0.1);
    border-radius: var(--border-radius);
    padding: var(--gap-xs);
    inline-size: 100%;
}

[id^=subscribe_form_wrapper]>.ty-control-group {
    margin: initial;
}

[id^=subscribe_form_wrapper]>.ty-control-group::before,
[id^=subscribe_form_wrapper]>.ty-control-group::after {
    content: initial;
}

body.user-is-guest [id^=subscribe_form_wrapper]>[id^=product_notify] {
    display: block !important;
}

body.user-is-authorized [id^=subscribe_form_wrapper]>[id^=product_notify] {
    display: none !important;
}

[id^=subscribe_form_wrapper] .ty-product-notify-email {
    width: initial;
    max-width: 300px;
    margin-block: var(--gap-xs);
}

[id^=subscribe_form_wrapper] .ty-product-notify-email: :before,
[id^=subscribe_form_wrapper] .ty-product-notify-email::after {
    content: initial;
}

[id^=subscribe_form_wrapper] .ty-product-notify-email.error .help-inline p {
    font-size: small;
}

[id^=subscribe_form_wrapper] .ty-input-text {
    padding-right: var(--height-button);
}

[id^=subscribe_form_wrapper] .ty-gdpr-agreement {
    margin-bottom: initial;
}

.ty-gift-certificate__amount {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.ty-gift-certificate__amount::before,
.ty-gift-certificate__amount::after {
    content: none;
}

.ty-gift-certificate__amount .ty-control-group__title {
    flex-basis: 100%;
    order: 1;
}

.ty-gift-certificate__amount .ty-gift-certificate__amount-input {
    order: 2;
}

.ty-gift-certificate__amount .help-inline {
    flex-basis: 100%;
    order: 4;
}

.ty-gift-certificate__amount .help-inline p:empty {
    padding: initial;
}

.ty-gift-certificate__amount .ty-gift-certificate__currency {
    margin-inline-start: var(--gap-xs);
    order: 3;
}

.ty-gift-certificate__amount .form-field-desc {
    flex-basis: 100%;
    order: 5;
}

.ty-gift-certificate__products .ut2-table-carrier {
    border-radius: var(--border-radius-box);
    border: 1px solid var(--color-base5);
    overflow: clip;
}

.ty-gift-certificate__products .ut2-table-carrier table {
    border: 0 none;
    margin: initial;
}

@media (max-width: 767px) {
    .ty-gift-certificate__products .ut2-table-carrier table tr {
        border: 0 none;
    }
}

.ty-gift-certificate__products .ut2-table-carrier table tr:last-child th,
.ty-gift-certificate__products .ut2-table-carrier table tr:last-child td {
    border-bottom: 0 none;
}

.ty-gift-certificate__products .ut2-table-carrier table th:last-child,
.ty-gift-certificate__products .ut2-table-carrier table td:last-child {
    border-right: 0 none;
}

.ty-gift-certificate__switch {
    border-radius: var(--border-radius-box);
    background: none;
    border-color: var(--color-base5);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    column-gap: var(--gap-s);
    row-gap: var(--gap-sm);
}

.ty-gift-certificate__switch::before,
.ty-gift-certificate__switch::after {
    content: initial;
}

.ty-gift-certificate__switch .ty-gift-certificate__switch-label {
    float: initial;
}

.ty-gift-certificate__switch .ty-gift-certificate__switch-mail {
    float: initial;
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--gap-s);
    row-gap: var(--gap-xs);
}

.ty-gift-certificate__switch .ty-gift-certificate__send {
    float: initial;
    padding-right: initial;
}

.ty-gift-certificate__buttons {
    font-size: 0;
    justify-content: start;
    column-gap: initial;
    row-gap: var(--gap-xs);
    container-name: qc_gift-certificate-buttons;
    container-type: inline-size;
}

.ty-gift-certificate__buttons.buttons-container {
    background: initial;
    border-radius: initial;
    padding: initial;
}

.ty-gift-certificate__buttons .ty-btn__add-to-cart {
    margin-inline-start: auto;
    order: 3;
}

.ty-gift-certificate__buttons .ut2-add-to-wish:not(.label) {
    order: 2;
    margin-inline: var(--gap-xs);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--height-button);
    height: var(--height-button);
    border-radius: calc(var(--border-radius-box) + 8px);
    background: #e5e5e5;
}

.ty-gift-certificate__buttons .ut2-add-to-wish:not(.label) i,
.ty-gift-certificate__buttons .ut2-add-to-wish:not(.label) .path3:before {
    color: var(--color-font-lighten);
}

.ty-gift-certificate__buttons .ty-gift-certificate__preview-btn {
    order: 1;
}

@media (max-width: 979px) {
    .ty-gift-certificate__buttons .ty-gift-certificate__preview-btn {
        margin-top: initial;
    }
}

.certificates-verify-grid {
    justify-content: end;
}

.row-fluid .certificates-verify-grid {
    display: flex;
}

@media (max-width: 767px) {
    .certificates-verify-grid {
        justify-content: initial;
    }
}

.certificates-verify-grid::before,
.certificates-verify-grid::after {
    content: initial;
}

.certificates-verify-grid .ty-float-right {
    float: none;
    margin-inline-start: var(--gap-m);
}

@media (max-width: 767px) {
    .certificates-verify-grid .ty-float-right {
        margin-inline-start: initial;
    }
}

.certificates-verify-grid .ty-gift-certificate-validate {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .certificates-verify-grid .ty-gift-certificate-validate {
        margin-top: var(--gap-s);
    }
}

.certificates-verify-grid .ty-gift-certificate-validate .ty-gift-certificate-validate__title {
    text-align: start;
}

.certificates-verify-grid .ty-gift-certificate-validate .ty-input-append {
    float: initial;
    width: initial;
    padding-inline-start: 37px;
}

.certificates-verify-grid .ty-gift-certificate-validate .ty-icon-gift {
    left: 0;
    top: 4px;
}

@media (min-width: 577px) {
    .ty-gift-certificate-wishlist .ut2-gl__item:hover .ut2-gl__body {
        position: initial;
    }
}

.ty-gift-certificate-wishlist .ut2-gl__body {
    box-shadow: inset 0 0 0 1px #f44336;
    z-index: 1;
    padding-block: var(--gap-sm) var(--gap-s);
    padding-inline: var(--gap-sm);
}

.ty-gift-certificate-wishlist .ty-twishlist-item {
    margin-top: var(--gap-sm);
}

@media (min-width: 900px) {
    .grid-list:not(.owl-theme) .ty-gift-certificate-wishlist .ut2-gl__item:hover .ut2-gl__body {
        top: 0;
        left: 0;
        padding: var(--gap-sm) var(--gap-sm) calc(var(--gap-s) + 5px);
        width: 100%;
        min-height: 100% !important;
        box-shadow: inset 0 0 0 1px #f44336, 0 0 10px 0 rgba(244, 67, 54, 0.5);
    }
}

.ty-gift-certificate-coupon label {
    display: block;
    margin-bottom: 5px;
}

.ty-gift-certificate-coupon button {
    bottom: 1px;
    top: auto;
}

.ty-sku-item.ty-control-group {
    line-height: normal;
    display: flex;
    align-items: center;
    column-gap: var(--gap-xxs);
    margin: initial;
    min-height: 20px;
}

.ty-sku-item.ty-control-group::after,
.ty-sku-item.ty-control-group::before {
    content: initial;
}

.ty-sku-item.ty-control-group label,
.ty-sku-item.ty-control-group div {
    line-height: normal;
}

.ty-sku-item.ty-control-group .ty-control-group__label,
.ty-sku-item.ty-control-group .ut2_copy {
    white-space: nowrap;
    width: initial;
    max-width: 100%;
    padding: initial;
}

.ty-sku-item.ty-control-group .ty-control-group__label {
    font-size: calc(var(--font-size-small) - 1px);
    color: var(--color-font-lighten);
    min-width: initial;
    margin: initial;
}

.ut2-pb__sku .ty-sku-item.ty-control-group .ty-control-group__label {
    font-size: var(--font-size-normal);
}

.ut2-cart-product-desc .ty-sku-item.ty-control-group .ty-control-group__label {
    font-size: var(--font-size-small);
}

.ty-sku-item.ty-control-group .ut2_copy {
    font-size: 0;
    padding-block: 1px;
    display: flex;
    align-items: center;
    gap: 3px;
}

@media (hover: hover) {
    .ty-sku-item.ty-control-group .ut2_copy {
        cursor: pointer;
    }

    .ty-sku-item.ty-control-group .ut2_copy:hover {
        color: var(--color-links-active);
    }

    .ty-sku-item.ty-control-group .ut2_copy:hover i,
    .ty-sku-item.ty-control-group .ut2_copy:hover .ut2--sku-text {
        color: var(--color-links-active);
    }
}

.ty-sku-item.ty-control-group .ut2_copy:active i {
    transform: scale(1.1);
}

.ty-sku-item.ty-control-group .ut2_copy i,
.ty-sku-item.ty-control-group .ut2--sku-text {
    transition: color 150ms;
}

.ty-sku-item.ty-control-group .ut2_copy i {
    font-size: var(--font-size-normal);
    color: var(--color-font-lighten-max);
}

.ut2-pb__sku .ty-sku-item.ty-control-group .ut2_copy i {
    font-size: 18px;
}

.ty-sku-item.ty-control-group .ut2--sku-text {
    font-size: var(--font-size-small);
    color: var(--color-font-lighten);
    user-select: none;
}

.ut2-pb__sku .ty-sku-item.ty-control-group .ut2--sku-text {
    font-size: var(--font-size-normal);
}

.ut2-cart-product-desc .ty-sku-item.ty-control-group .ut2--sku-text {
    font-size: var(--font-size-normal);
}

.captcha.ty-control-group {
    inline-size: 100%;
    container-name: qc_captcha;
    container-type: inline-size;
}

.litecheckout__ab_cart .captcha.ty-control-group {
    padding: initial;
    margin-bottom: calc(var(--gap-s) * -1);
}

.captcha.ty-control-group [id^=recaptcha_]>div {
    width: initial !important;
    height: initial !important;
}

.store-locator__location--wrapper {
    justify-content: initial;
    column-gap: var(--gap-s);
}

.store-locator__step-title {
    margin-inline-end: auto;
}

.store-locator__location {
    width: initial;
    max-width: initial;
    margin: initial;
    flex-basis: 30%;
}

.store-locator__location .store-locator__select-label {
    padding-right: var(--gap-xs);
}

.store-locator__location .object-picker {
    width: initial;
    min-inline-size: 170px;
    flex-grow: 1;
}

.store-locator__location .select2-container {
    display: block;
}

.store-locator .pickup--map-list {
    row-gap: calc(var(--gap-xs) * 2);
}

.store-locator .pickup__offices-wrapper {
    border-radius: initial;
    border-start-start-radius: var(--border-radius);
    border-end-start-radius: var(--border-radius);
    border: 1px solid var(--color-base);
}

@media (max-width: 767px) {
    .store-locator .pickup__offices-wrapper {
        border-start-end-radius: var(--border-radius);
        border-end-end-radius: var(--border-radius);
    }
}

.store-locator .pickup__search {
    padding: var(--gap-sm) 20px;
}

.store-locator .pickup__search .pickup__search-field {
    margin: initial;
}

.store-locator .pickup__search .store-locator__input {
    border-radius: var(--border-radius);
    padding-left: 12px;
    padding-right: 12px;
}

.store-locator .pickup__search .store-locator__label {
    width: initial;
    left: 12px;
    right: 12px;
    margin-block-start: 1px;
}

.store-locator .pickup__map-wrapper {
    border-radius: initial;
    border-start-end-radius: var(--border-radius);
    border-end-end-radius: var(--border-radius);
    border: 1px solid var(--color-base);
    border-inline-start-width: 0;
}

@media (max-width: 767px) {
    .store-locator .pickup__map-wrapper {
        border-start-start-radius: var(--border-radius);
        border-end-start-radius: var(--border-radius);
        border-inline-start-width: 1px;
    }
}

.store-locator .pickup__map-wrapper .pickup__map-container--mobile-hint {
    z-index: initial;
}

.store-locator .pickup__map-container {
    border: 0 none;
}

@media (max-width: 767px) {
    .store-locator .pickup__map-container {
        flex-basis: 40vh;
        height: 40vh;
    }
}

.store-locator__scroll-top-btn {
    margin-top: initial;
    z-index: 1;
    top: initial;
    inset-block-end: 0;
    order: 1;
    flex-grow: 1;
    width: initial;
    margin-inline: calc(var(--gap-s) * -1);
    border-block-start: 1px solid var(--color-base5);
}

.ty-template-list-menu {
    max-block-size: calc(100dvh - var(--gap-xs) * 2);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #cbcbcb transparent;
}

.ty-template-list-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.ty-template-list-menu.js_corrected-top {
    top: var(--gap-xs) !important;
}

.ty-template-list-menu [class*="ty-float-"] {
    float: initial;
}

.cm-template-over {
    pointer-events: none;
}

.ty-live-editor-dialog .ui-dialog-titlebar {
    min-height: 3.5rem;
}

.ty-live-editor-dialog .ui-dialog-title .ty-float-right .ty-btn {
    height: 2rem;
}

.live-edit-wrap {
    pointer-events: auto;
}

.ty-filter-products-by-geolocation-filter-address .ty-price-slider__bidi-container,
.ty-filter-products-by-geolocation-filter-address .ty-price-slider__filter-prefix {
    display: initial;
}

.ty-icon.ty-vendors-locations-use-my-location {
    top: calc(var(--min-height-button) / 2 - 0.5em + 2px);
    inset-inline: auto .5em;
}

.cm-image-gallery.owl-carousel {
    display: block;
}

.cm-image-gallery.owl-carousel>.cm-gallery-item {
    display: none;
}

.cm-image-gallery.owl-carousel>.cm-gallery-item:first-child {
    display: block;
}

.cm-preview-wrapper img.lazyload,
.cm-preview-wrapper img.lazyloading {
    width: auto;
}

.ut2-gl__image img {
    max-height: initial;
}

.ty-banner__image-item.ty-scroller__item img.lazyload,
.ty-banner__image-item.ty-scroller__item img.lazyloading {
    height: 0;
}

@media (hover: hover) {
    .ut2-h__menu .ut2-menu__item:hover .item-icon img.ut2-mwi-icon {
        filter: invert(0);
    }
}

.autocomplete-suggestions {
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #dbdbdb;
    display: table;
    top: 100%;
    border-left: none;
    border-bottom: none;
}

.autocomplete-suggestion {
    display: table-row;
    width: 100%;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

.autocomplete-suggestions .autocomplete-selected {
    background: #e9e9e9;
}

.autocomplete-suggestions strong {
    font-weight: 600;
    color: #00afee;
}

.autocomplete-suggestion div {
    width: 60px !important;
    text-align: center;
}

.autocomplete-suggestion div,.autocomplete-suggestions span,.autocomplete-suggestions a {
    padding: .152rem .3rem;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.autocomplete-suggestions span {
    white-space: nowrap;
    text-align: right;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    border-left: none;
}

.autocomplete-suggestion {
    cursor: pointer;
}



@media (max-width: 576px) {
    .ut2-gl__body {
        padding: var(--gap-xs);
    }
}

.ut2-load-more-wrap, .grid-list__load-more:not(.view):first-of-type
Specificity: (0,3,0)
 {
    gap: var(--gap-half);
}