﻿@charset "utf-8";

.tax-product_brand .brand-description {
    overflow: hidden;
    zoom: 1;
}

.tax-product_brand .brand-description img.brand-thumbnail {
    width: 25%;
    float: right;
}

.tax-product_brand .brand-description .text {
    width: 72%;
    float: left;
}

.widget_brand_description img {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1em;
}

ul.brand-thumbnails {
    margin-left: 0;
    margin-bottom: 0;
    clear: both;
    list-style: none;
}

ul.brand-thumbnails:before {
    clear: both;
    content: "";
    display: table;
}

ul.brand-thumbnails:after {
    clear: both;
    content: "";
    display: table;
}

ul.brand-thumbnails li {
    float: left;
    margin: 0 3.8% 1em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
}

ul.brand-thumbnails.fluid-columns li {
    width: auto;
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
    clear: both;
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
    margin-right: 0;
}

ul.brand-thumbnails.columns-1 li {
    width: 100%;
    margin-right: 0;
}

ul.brand-thumbnails.columns-2 li {
    width: 48%;
}

ul.brand-thumbnails.columns-3 li {
    width: 30.75%;
}

ul.brand-thumbnails.columns-5 li {
    width: 16.95%;
}

ul.brand-thumbnails.columns-6 li {
    width: 13.5%;
}

.brand-thumbnails li img {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
}

@media screen and (max-width: 768px) {
    ul.brand-thumbnails:not(.fluid-columns) li {
        width: 48% !important;
    }

    ul.brand-thumbnails:not(.fluid-columns) li.first {
        clear: none;
    }

    ul.brand-thumbnails:not(.fluid-columns) li.last {
        margin-right: 3.8%;
    }

    ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
        clear: both;
    }

    ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
        margin-right: 0;
    }
}

.brand-thumbnails-description li {
    text-align: center;
}

.brand-thumbnails-description li .term-thumbnail img {
    display: inline;
}

.brand-thumbnails-description li .term-description {
    margin-top: 1em;
    text-align: left;
}

#brands_a_z h3:target {
    text-decoration: underline;
}

ul.brands_index {
    list-style: none outside;
    overflow: hidden;
    zoom: 1;
}

ul.brands_index li {
    float: left;
    margin: 0 2px 2px 0;
}

ul.brands_index li a,
ul.brands_index li span {
    border: 1px solid #ccc;
    padding: 6px;
    line-height: 1em;
    float: left;
    text-decoration: none;
}

ul.brands_index li span {
    border-color: #eee;
    color: #ddd;
}

ul.brands_index li a:hover {
    border-width: 2px;
    padding: 5px;
    text-decoration: none;
}

ul.brands_index li a.active {
    border-width: 2px;
    padding: 5px;
}

div#brands_a_z a.top {
    border: 1px solid #ccc;
    padding: 4px;
    line-height: 1em;
    float: right;
    text-decoration: none;
    font-size: 0.8em;
}

.ux-swatch {
    align-items: center;
    box-shadow: 0 0 0 1px #d5d5d5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    white-space: nowrap;
}

.ux-swatch:hover:not(.selected):not(.disabled) {
    box-shadow: 0 0 0 1px #999;
}

.ux-swatch.disabled {
    opacity: 0.5;
}

.ux-swatch__color {
    height: 100%;
    width: 100%;
}

.ux-swatch__color--single-color {
    background: var(--swatch-color);
}

.ux-swatch__color--dual-color {
    background: linear-gradient(135deg,
            var(--swatch-color) 50%,
            var(--swatch-color-secondary) 50%);
}

.ux-swatch--color,
.ux-swatch--image {
    height: var(--swatch-size-medium);
    padding: 2px;
    width: var(--swatch-size-medium);
}

.ux-swatch--label {
    font-size: 14px;
    min-height: var(--swatch-size-medium);
    min-width: var(--swatch-size-medium);
    padding: 0 8px;
}

.ux-swatch--color.disabled:before,
.ux-swatch--image.disabled:before {
    background: #000 !important;
    border: 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 !important;
    min-width: auto;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-45deg);
    width: 100%;
}

.ux-swatch--label.disabled {
    background: linear-gradient(to top left,
            transparent calc(50% - 0.031rem),
            #000,
            transparent calc(50% + 0.031rem));
}

.dark .ux-swatch--color.disabled:before,
.dark .ux-swatch--image.disabled:before {
    background: #fff !important;
}

.dark .ux-swatch--label.disabled {
    background: linear-gradient(to top left,
            transparent calc(50% - 0.031rem),
            #fff,
            transparent calc(50% + 0.031rem));
}

.ux-swatch--color .ux-swatch__text,
.ux-swatch--image .ux-swatch__text {
    display: none;
}

.ux-swatches {
    --swatch-size-x-small: 15px;
    --swatch-size-small: 20px;
    --swatch-size-medium: 30px;
    --swatch-size-large: 45px;
    --swatch-size-x-large: 70px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 5px 0;
}

.ux-swatches--rounded * {
    border-radius: 2px;
}

.ux-swatches--circle * {
    border-radius: 50%;
}

.ux-swatches--circle .ux-swatch--label,
.ux-swatches--circle .ux-swatches__limiter {
    border-radius: 100px;
}

.ux-swatches--circle .ux-swatch__color--dual-color {
    background: linear-gradient(180deg,
            var(--swatch-color) 50%,
            var(--swatch-color-secondary) 50%);
}

.ux-swatches--x-small .ux-swatch--color,
.ux-swatches--x-small .ux-swatch--image {
    height: var(--swatch-size-x-small);
    width: var(--swatch-size-x-small);
}

.ux-swatches--small .ux-swatch--color,
.ux-swatches--small .ux-swatch--image {
    height: var(--swatch-size-small);
    width: var(--swatch-size-small);
}

.ux-swatches--large .ux-swatch--color,
.ux-swatches--large .ux-swatch--image {
    height: var(--swatch-size-large);
    width: var(--swatch-size-large);
}

.ux-swatches--x-large .ux-swatch--color,
.ux-swatches--x-large .ux-swatch--image {
    height: var(--swatch-size-x-large);
    width: var(--swatch-size-x-large);
}

.ux-swatches--x-small .ux-swatch--label {
    min-height: var(--swatch-size-x-small);
    min-width: var(--swatch-size-x-small);
    padding: 2px 8px;
}

.ux-swatches--small .ux-swatch--label {
    min-height: var(--swatch-size-small);
    min-width: var(--swatch-size-small);
    padding: 2px 8px;
}

.ux-swatches--large .ux-swatch--label {
    min-height: var(--swatch-size-large);
    min-width: var(--swatch-size-large);
    padding: 0 10px;
}

.ux-swatches--x-large .ux-swatch--label {
    min-height: var(--swatch-size-x-large);
    min-width: var(--swatch-size-x-large);
    padding: 0 15px;
}

.ux-swatches__limiter {
    font-size: 0.8rem;
    line-height: unset;
    margin: 0;
    min-height: unset;
    padding: 2px;
}

.ux-swatches.ux-swatches-in-loop {
    gap: 8px;
    margin-bottom: 0.7em;
    width: 100%;
}

.ux-swatch-active .box-image .back-image {
    display: none !important;
}

.has-hover .ux-swatch-active [class*="image-"] img,
.has-hover:hover .ux-swatch-active [class*="image-"] img {
    filter: none;
    opacity: 1;
    transform: none;
}

.text-center .ux-swatches,
.text-center .variations .label {
    justify-content: center;
}

.text-right .ux-swatches,
.text-right .variations .label {
    justify-content: flex-end;
}

.text-center .ux-swatch+.ux-swatches__limiter,
.text-center .ux-swatches-in-loop .ux-swatch,
.text-right .ux-swatch+.ux-swatches__limiter,
.text-right .ux-swatches-in-loop .ux-swatch {
    margin-left: 0;
    margin-right: 0;
}

.ux-swatch-widget-layered-nav-list__graphic {
    display: flex;
    height: 20px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    width: 20px;
}

.chosen .ux-swatch-widget-layered-nav-list__graphic:before,
.woocommerce-widget-layered-nav-list__item:hover .ux-swatch-widget-layered-nav-list__graphic:before {
    align-items: center;
    bottom: 0;
    color: #fff;
    content: "";
    display: flex;
    font-family: fl-icons;
    font-size: 10px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 2px;
}

.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;
    margin: 0 0 -4px;
    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 .select2-selection--single .select2-selection__clear {
    position: relative;
}

.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;
    padding: 0;
}

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

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

.select2-dropdown {
    background-color: var(--wc-form-color-background, #fff);
    color: var(--wc-form-color-text, #000);
    border: 1px solid #aaa;
    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],
.select2-results__option[data-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: #fff;
}

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

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

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

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.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: #888 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: #eee;
    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 #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    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__rendered li {
    list-style: none;
    margin: 5px 5px 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
    content: "";
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    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: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.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 #000 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    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--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.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: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
    background-color: #ddd;
}

.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],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #0073aa;
    color: #fff;
}

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

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

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

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 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 #aaa;
    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 #0073aa;
}

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

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 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: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
}

.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: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #0073aa;
}

.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: #e4e4e4;
    border: 1px solid #aaa;
    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: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.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 #0073aa;
}

.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 #aaa;
    outline: 0;
}

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

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    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],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
    background-color: #3875d7;
    color: #fff;
}

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

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0073aa;
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,
            initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-lock {
    display: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

:root {}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,
            rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

:root {}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

:root {
    --ywar-general-color: #0eb7a8;
    --ywar-general-hover-icons: #fff;
    --ywar-stats-background: #f5f5f5;
    --ywar-graph-default: #d8d8d8;
    --ywar-graph-accent: #12a6b1;
    --ywar-graph-percentage: #000;
    --ywar-stars-default: #cdcdcd;
    --ywar-stars-accent: #dc9202;
    --ywar-avatar-background: #eaeaea;
    --ywar-avatar-initials: #acacac;
    --ywar-review-border: #dcdcdc;
    --ywar-review-shadow: rgba(14, 183, 168, 0.33);
    --ywar-review-featured-background-color: #c99a15;
    --ywar-review-featured-text-color: #fff;
    --ywar-review-featured-border-color: #f7c431;
    --ywar-review-featured-border-shadow: rgba(247, 196, 49, 0.33);
    --ywar-review-staff-background-color: #12a6b1;
    --ywar-review-staff-text-color: #fff;
    --ywar-review-load-more-button-text: #fff;
    --ywar-review-load-more-button-background: #0eb7a8;
    --ywar-review-load-more-button-text-hover: #0eb7a8;
    --ywar-review-load-more-button-background-hover: #dcdcdc;
    --ywar-like-background: #f5f5f5;
    --ywar-like-icon: #000;
    --ywar-like-background-rated: #e3eff0;
    --ywar-like-icon-rated: #12a6b1;
    --ywar-submit-button-text: #fff;
    --ywar-submit-button-background: #36a1ff;
    --ywar-submit-button-text-hover: #36a1ff;
    --ywar-submit-button-background-hover: #dcdcdc;
}

html.yith-ywar-open-popup {
    overflow: hidden !important;
}

html.yith-ywar-open-popup body {
    overflow: hidden !important;
}

.yith-ywar-product-page {
    box-sizing: border-box;
}

.yith-ywar-main-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    gap: 40px;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper {
    display: grid;
    gap: 30px;
    padding: 0 !important;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper.columns-3 {
    grid-template-columns: 250px 380px auto;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper.columns-2 {
    grid-template-columns: 250px auto;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper.columns-1 {
    grid-template-columns: auto;
}

@media screen and (max-width: 768px) {
    .yith-ywar-main-wrapper .yith-ywar-stats-wrapper {
        grid-template-columns: auto !important;
        gap: 0;
    }

    .yith-ywar-main-wrapper .yith-ywar-stats-wrapper>div {
        border-radius: 0 !important;
    }

    .yith-ywar-main-wrapper .yith-ywar-stats-wrapper>div:first-child {
        border-radius: 16px 16px 0 0 !important;
    }

    .yith-ywar-main-wrapper .yith-ywar-stats-wrapper>div:last-child {
        border-radius: 0 0 16px 16px !important;
    }
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-average-rating-box {
    background: var(--ywar-stats-background);
    min-height: 250px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-average-rating-box .average-rating {
    font-size: 50px;
    line-height: 50px;
    color: #000;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-average-rating-box .total-reviews {
    font-size: 14px;
    color: #000;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-average-rating-box .stars {
    display: inline-block;
    height: 20px;
    width: 100px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    vertical-align: bottom;
    margin: 10px 0;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-multi-criteria-box {
    background: var(--ywar-stats-background);
    min-height: 250px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    justify-content: center;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-multi-criteria-box .single-criterion {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #e7e7e7;
    height: 50px;
    align-items: center;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-multi-criteria-box .single-criterion .criterion-label.has-icon {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
    height: 25px;
    display: flex;
    align-items: center;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-multi-criteria-box .single-criterion .criterion-rating {
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 35px;
    justify-content: space-between;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-multi-criteria-box .single-criterion .criterion-rating:after {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    vertical-align: bottom;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    background-color: #000;
    display: inline-block;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-multi-criteria-box .single-criterion:last-of-type {
    border: none;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-graph-box {
    background: var(--ywar-stats-background);
    height: 250px;
    border-radius: 16px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 15px;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-graph-box .rating-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 15px;
    align-items: center;
    cursor: pointer;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-graph-box .rating-group[data-count="0"] {
    cursor: default;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-graph-box .rating-group .rating-label {
    font-size: 14px;
    color: #000;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    width: 30px;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-graph-box .rating-group .rating-label:after {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    vertical-align: bottom;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    background-color: #000;
    display: inline-block;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-graph-box .rating-group .rating-bar {
    border-radius: 7px;
    background-color: var(--ywar-graph-default);
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-graph-box .rating-group .rating-bar .rating-bar-accent {
    border-radius: 7px;
    background-color: var(--ywar-graph-accent);
    height: 10px;
}

.yith-ywar-main-wrapper .yith-ywar-stats-wrapper .yith-ywar-graph-box .rating-group .rating-count {
    font-size: 12px;
    color: var(--ywar-graph-percentage);
    width: 30px;
    text-align: right;
}

.yith-ywar-main-wrapper .yith-ywar-filter-data .filter-title {
    font-size: 20px;
    font-weight: 600;
}

.yith-ywar-main-wrapper .yith-ywar-filter-data .filter-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.yith-ywar-main-wrapper .yith-ywar-filter-data .filter-buttons .filter-button {
    border-radius: 3px;
    border: 1px solid #bebebe;
    padding: 0 15px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    min-width: 170px;
    height: 50px;
    justify-content: center;
    position: relative;
}

.yith-ywar-main-wrapper .yith-ywar-filter-data .filter-buttons .filter-button.rating-label:after {
    content: "";
    background-color: var(--ywar-general-color);
    background-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/close.svg);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 8px;
    cursor: pointer;
}

.yith-ywar-main-wrapper .yith-ywar-filter-data .filter-buttons .filter-button.show-all-reviews {
    background: #f5f5f5;
    cursor: pointer;
}

.yith-ywar-main-wrapper .yith-ywar-filter-data .filter-buttons .filter-button.show-all-reviews:hover {
    background-color: var(--ywar-general-color);
    color: #fff;
}

.yith-ywar-main-wrapper .yith-ywar-reviews-wrapper {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.yith-ywar-main-wrapper .yith-ywar-reviews-wrapper .review-tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    color: #8e8e8e;
}

.yith-ywar-main-wrapper .yith-ywar-reviews-wrapper .review-tabs .tab-item {
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
}

.yith-ywar-main-wrapper .yith-ywar-reviews-wrapper .review-tabs .tab-item.selected,
.yith-ywar-main-wrapper .yith-ywar-reviews-wrapper .review-tabs .tab-item:hover {
    color: #000;
}

.yith-ywar-main-wrapper .yith-ywar-reviews-wrapper .review-tabs .tab-item.selected:after,
.yith-ywar-main-wrapper .yith-ywar-reviews-wrapper .review-tabs .tab-item:hover:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: var(--ywar-general-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.yith-ywar-edit-forms .form-header {
    border-radius: 16px 16px 0 0;
    padding: 35px;
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: bold;
}

.yith-ywar-edit-forms .form-content {
    padding: 0 35px 35px 35px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
}

.yith-ywar-edit-forms .form-content .form-element {
    display: flex;
    flex-direction: column;
}

.yith-ywar-edit-forms .form-content .form-element label {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding-bottom: 35px;
}

.yith-ywar-edit-forms .form-content .form-element label input {
    padding: 0.3rem 1rem;
}

.yith-ywar-edit-forms .form-content .form-element label textarea {
    padding: 1rem;
}

.yith-ywar-edit-forms .form-content .form-element label input[type="text"],
.yith-ywar-edit-forms .form-content .form-element label input[type="email"],
.yith-ywar-edit-forms .form-content .form-element label textarea {
    border-radius: 3px;
    border: 1px solid #bebebe;
    font-size: 14px;
    line-height: 24px;
    height: 44px;
    background: #fff;
    box-shadow: none;
}

.yith-ywar-edit-forms .form-content .form-element label input[type="text"].review-content,
.yith-ywar-edit-forms .form-content .form-element label input[type="email"].review-content,
.yith-ywar-edit-forms .form-content .form-element label textarea.review-content {
    min-height: 150px;
    resize: vertical;
    overflow: auto auto;
}

.yith-ywar-edit-forms .form-content .form-element label.has-error {
    position: relative;
}

.yith-ywar-edit-forms .form-content .form-element label.has-error input[type="text"],
.yith-ywar-edit-forms .form-content .form-element label.has-error input[type="email"],
.yith-ywar-edit-forms .form-content .form-element label.has-error textarea {
    border-color: #ce0000;
}

.yith-ywar-edit-forms .form-content .form-element label.has-error input[type="text"]:focus-visible,
.yith-ywar-edit-forms .form-content .form-element label.has-error input[type="email"]:focus-visible,
.yith-ywar-edit-forms .form-content .form-element label.has-error textarea:focus-visible {
    outline: none;
}

.yith-ywar-edit-forms .form-content .form-element label.has-error:after {
    content: attr(data-message);
    position: absolute;
    bottom: 10px;
    color: #ce0000;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating {
    display: grid;
    grid-template-columns: min-content auto;
    gap: 20px;
    align-items: center;
    padding-bottom: 35px;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-label {
    font-size: 15px;
    height: 25px;
    line-height: 25px;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-label.has-error {
    color: #ce0000;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper {
    height: 25px;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper .stars {
    height: 25px;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper .stars span {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper .stars span:before {
    content: "";
    display: inline-block;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    height: 25px;
    width: 25px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: var(--ywar-stars-default);
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper .stars span:hover~span:before {
    background: var(--ywar-stars-default);
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper .stars:hover span:before {
    background: var(--ywar-stars-accent);
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper .stars.selected span.active:before {
    background: var(--ywar-stars-accent);
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper .stars.selected span.active~span:before {
    background: var(--ywar-stars-default);
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper .stars.selected span:not(.active):before {
    background: var(--ywar-stars-accent);
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper.has-error {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating .rating-wrapper.has-error:after {
    content: attr(data-message);
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    color: #ce0000;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-rating.has-error:after {
    content: attr(data-message);
    color: #ce0000;
    font-size: 15px;
    grid-column: 1 / 3;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-user-data {
    flex-direction: row;
    gap: 35px;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-user-data label {
    flex: 1;
}

@media screen and (max-width: 480px) {
    .yith-ywar-edit-forms .form-content .form-element.form-review-user-data {
        flex-direction: column;
        gap: 0;
    }
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment label {
    gap: 0;
    margin-bottom: 15px;
    padding: 0;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment label span {
    font-size: 12px;
    color: #7a7a7a;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list.empty {
    display: none;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list .attachment {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    position: relative;
    border: 1px solid #bebebe;
    border-radius: 3px;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list .attachment img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list .attachment:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--ywar-general-hover-icons);
    position: absolute;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/trash.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/trash.svg);
    -webkit-mask-size: 30px;
    mask-size: 30px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 9;
    top: 0;
    left: 0;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list .attachment:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--ywar-general-color);
    position: absolute;
    opacity: 0.8;
    z-index: 1;
    top: 0;
    left: 0;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list .attachment.attachment-video:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/play-video.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/play-video.svg);
    -webkit-mask-size: 30px;
    mask-size: 30px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 9;
    top: 0;
    left: 0;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list .attachment.attachment-video:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    top: 0;
    left: 0;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list .attachment.attachment-video:hover:before {
    background-color: var(--ywar-general-hover-icons);
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/trash.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/trash.svg);
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .attachments-list .attachment.attachment-video:hover:after {
    background-color: var(--ywar-general-color);
    opacity: 0.8;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .new-attachment {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    color: #475569;
    text-decoration: none;
    cursor: pointer;
    background: #fcfbfb;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .new-attachment:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #475569;
    position: absolute;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/plus.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/plus.svg);
    -webkit-mask-size: 30px;
    mask-size: 30px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 9;
    top: 0;
    left: 0;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .new-attachment:hover:before {
    background-color: var(--ywar-general-hover-icons);
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .new-attachment:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--ywar-general-color);
    position: absolute;
    opacity: 0.8;
    z-index: 1;
    top: 0;
    left: 0;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .attachments-wrapper .new-attachment .attachment-field {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments .messages {
    font-size: 13px;
    color: #ce0000;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-attachment .yith-ywar-attachments.yith-ywar-is-dragging .new-attachment {
    background: var(--ywar-general-color);
    color: #fff;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-recaptcha {
    padding-top: 35px;
}

.yith-ywar-edit-forms .form-content .form-element.form-review-recaptcha.has-error:after {
    content: attr(data-message);
    font-size: 13px;
    color: #ce0000;
}

.yith-ywar-edit-forms .form-footer {
    border-radius: 0 0 16px 16px;
    padding: 35px;
    height: 54px;
    box-sizing: content-box;
    background-color: #ececec;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.yith-ywar-edit-forms .form-footer .login-info {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
}

.yith-ywar-edit-forms .form-footer .login-info a {
    color: var(--ywar-general-color);
    text-decoration: none;
}

.yith-ywar-edit-forms .form-footer .login-info a:hover {
    text-decoration: underline;
}

.yith-ywar-edit-forms .form-footer .submit-button {
    padding: 0 40px;
    height: 54px;
    color: var(--ywar-submit-button-text);
    background: #36a1ff;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.yith-ywar-edit-forms .form-footer .submit-button:hover {
    color: #36a1ff;
    background: var(--ywar-submit-button-background-hover);
}

.yith-ywar-edit-forms .form-footer .submit-button.create-action {
    max-width: 400px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .yith-ywar-edit-forms .form-footer {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .yith-ywar-edit-forms .form-footer .submit-button.create-action {
        width: auto;
    }
}

.yith-ywar-edit-forms.new-reply {
    margin-left: 150px;
}

@media screen and (max-width: 768px) {
    .yith-ywar-edit-forms.new-reply {
        margin-left: 25px;
    }
}

.yith-ywar-review-form-message,
.yith-ywar-pending-reviews-list,
.yith-ywar-reviews-list,
.yith-ywar-reviews-list-popup,
.yith-ywar-reviews-list-shortcode,
.yith-ywar-replies-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
    box-sizing: border-box;
}

.yith-ywar-review-form-message .yith-ywar-single-review,
.yith-ywar-pending-reviews-list .yith-ywar-single-review,
.yith-ywar-reviews-list .yith-ywar-single-review,
.yith-ywar-reviews-list-popup .yith-ywar-single-review,
.yith-ywar-reviews-list-shortcode .yith-ywar-single-review,
.yith-ywar-replies-wrapper .yith-ywar-single-review {
    border: 1px solid var(--ywar-review-border);
    border-radius: 10px;
    box-shadow: 0 2px 4px 2px var(--ywar-review-shadow);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.yith-ywar-review-form-message .yith-ywar-single-review.review-reply,
.yith-ywar-pending-reviews-list .yith-ywar-single-review.review-reply,
.yith-ywar-reviews-list .yith-ywar-single-review.review-reply,
.yith-ywar-reviews-list-popup .yith-ywar-single-review.review-reply,
.yith-ywar-reviews-list-shortcode .yith-ywar-single-review.review-reply,
.yith-ywar-replies-wrapper .yith-ywar-single-review.review-reply {
    margin-left: 150px;
}

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

    .yith-ywar-review-form-message .yith-ywar-single-review.review-reply,
    .yith-ywar-pending-reviews-list .yith-ywar-single-review.review-reply,
    .yith-ywar-reviews-list .yith-ywar-single-review.review-reply,
    .yith-ywar-reviews-list-popup .yith-ywar-single-review.review-reply,
    .yith-ywar-reviews-list-shortcode .yith-ywar-single-review.review-reply,
    .yith-ywar-replies-wrapper .yith-ywar-single-review.review-reply {
        margin-left: 25px;
    }
}

.yith-ywar-review-form-message .yith-ywar-single-review.with-badge:after,
.yith-ywar-pending-reviews-list .yith-ywar-single-review.with-badge:after,
.yith-ywar-reviews-list .yith-ywar-single-review.with-badge:after,
.yith-ywar-reviews-list-popup .yith-ywar-single-review.with-badge:after,
.yith-ywar-reviews-list-shortcode .yith-ywar-single-review.with-badge:after,
.yith-ywar-replies-wrapper .yith-ywar-single-review.with-badge:after {
    display: inline-block;
    content: attr(data-badge);
    border-radius: 3px 0 0 3px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 20px;
    padding: 10px 20px;
}

.yith-ywar-review-form-message .yith-ywar-single-review.with-badge.featured-review,
.yith-ywar-pending-reviews-list .yith-ywar-single-review.with-badge.featured-review,
.yith-ywar-reviews-list .yith-ywar-single-review.with-badge.featured-review,
.yith-ywar-reviews-list-popup .yith-ywar-single-review.with-badge.featured-review,
.yith-ywar-reviews-list-shortcode .yith-ywar-single-review.with-badge.featured-review,
.yith-ywar-replies-wrapper .yith-ywar-single-review.with-badge.featured-review {
    border: 1px solid var(--ywar-review-featured-border-color);
    box-shadow: 0 2px 4px 2px var(--ywar-review-featured-border-shadow);
}

.yith-ywar-review-form-message .yith-ywar-single-review.with-badge.featured-review:after,
.yith-ywar-pending-reviews-list .yith-ywar-single-review.with-badge.featured-review:after,
.yith-ywar-reviews-list .yith-ywar-single-review.with-badge.featured-review:after,
.yith-ywar-reviews-list-popup .yith-ywar-single-review.with-badge.featured-review:after,
.yith-ywar-reviews-list-shortcode .yith-ywar-single-review.with-badge.featured-review:after,
.yith-ywar-replies-wrapper .yith-ywar-single-review.with-badge.featured-review:after {
    color: var(--ywar-review-featured-text-color);
    background: var(--ywar-review-featured-background-color);
}

.yith-ywar-review-form-message .yith-ywar-single-review.with-badge.staff-review:after,
.yith-ywar-pending-reviews-list .yith-ywar-single-review.with-badge.staff-review:after,
.yith-ywar-reviews-list .yith-ywar-single-review.with-badge.staff-review:after,
.yith-ywar-reviews-list-popup .yith-ywar-single-review.with-badge.staff-review:after,
.yith-ywar-reviews-list-shortcode .yith-ywar-single-review.with-badge.staff-review:after,
.yith-ywar-replies-wrapper .yith-ywar-single-review.with-badge.staff-review:after {
    color: var(--ywar-review-staff-text-color);
    background: var(--ywar-review-staff-background-color);
}

.yith-ywar-review-form-message .yith-ywar-single-review.in-shortcode,
.yith-ywar-pending-reviews-list .yith-ywar-single-review.in-shortcode,
.yith-ywar-reviews-list .yith-ywar-single-review.in-shortcode,
.yith-ywar-reviews-list-popup .yith-ywar-single-review.in-shortcode,
.yith-ywar-reviews-list-shortcode .yith-ywar-single-review.in-shortcode,
.yith-ywar-replies-wrapper .yith-ywar-single-review.in-shortcode {
    padding-top: 165px;
}

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

    .yith-ywar-review-form-message .yith-ywar-single-review.in-shortcode,
    .yith-ywar-pending-reviews-list .yith-ywar-single-review.in-shortcode,
    .yith-ywar-reviews-list .yith-ywar-single-review.in-shortcode,
    .yith-ywar-reviews-list-popup .yith-ywar-single-review.in-shortcode,
    .yith-ywar-reviews-list-shortcode .yith-ywar-single-review.in-shortcode,
    .yith-ywar-replies-wrapper .yith-ywar-single-review.in-shortcode {
        padding-top: 120px;
    }
}

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

    .yith-ywar-review-form-message .yith-ywar-single-review,
    .yith-ywar-pending-reviews-list .yith-ywar-single-review,
    .yith-ywar-reviews-list .yith-ywar-single-review,
    .yith-ywar-reviews-list-popup .yith-ywar-single-review,
    .yith-ywar-reviews-list-shortcode .yith-ywar-single-review,
    .yith-ywar-replies-wrapper .yith-ywar-single-review {
        padding: 20px;
    }
}

.yith-ywar-review-form-message .load-more-reviews,
.yith-ywar-review-form-message .load-more-reviews-popup,
.yith-ywar-review-form-message .load-more-reviews-shortcode,
.yith-ywar-pending-reviews-list .load-more-reviews,
.yith-ywar-pending-reviews-list .load-more-reviews-popup,
.yith-ywar-pending-reviews-list .load-more-reviews-shortcode,
.yith-ywar-reviews-list .load-more-reviews,
.yith-ywar-reviews-list .load-more-reviews-popup,
.yith-ywar-reviews-list .load-more-reviews-shortcode,
.yith-ywar-reviews-list-popup .load-more-reviews,
.yith-ywar-reviews-list-popup .load-more-reviews-popup,
.yith-ywar-reviews-list-popup .load-more-reviews-shortcode,
.yith-ywar-reviews-list-shortcode .load-more-reviews,
.yith-ywar-reviews-list-shortcode .load-more-reviews-popup,
.yith-ywar-reviews-list-shortcode .load-more-reviews-shortcode,
.yith-ywar-replies-wrapper .load-more-reviews,
.yith-ywar-replies-wrapper .load-more-reviews-popup,
.yith-ywar-replies-wrapper .load-more-reviews-shortcode {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.yith-ywar-review-form-message .load-more-reviews .load-more-button,
.yith-ywar-review-form-message .load-more-reviews .load-more-button-popup,
.yith-ywar-review-form-message .load-more-reviews .load-more-button-shortcode,
.yith-ywar-review-form-message .load-more-reviews-popup .load-more-button,
.yith-ywar-review-form-message .load-more-reviews-popup .load-more-button-popup,
.yith-ywar-review-form-message .load-more-reviews-popup .load-more-button-shortcode,
.yith-ywar-review-form-message .load-more-reviews-shortcode .load-more-button,
.yith-ywar-review-form-message .load-more-reviews-shortcode .load-more-button-popup,
.yith-ywar-review-form-message .load-more-reviews-shortcode .load-more-button-shortcode,
.yith-ywar-pending-reviews-list .load-more-reviews .load-more-button,
.yith-ywar-pending-reviews-list .load-more-reviews .load-more-button-popup,
.yith-ywar-pending-reviews-list .load-more-reviews .load-more-button-shortcode,
.yith-ywar-pending-reviews-list .load-more-reviews-popup .load-more-button,
.yith-ywar-pending-reviews-list .load-more-reviews-popup .load-more-button-popup,
.yith-ywar-pending-reviews-list .load-more-reviews-popup .load-more-button-shortcode,
.yith-ywar-pending-reviews-list .load-more-reviews-shortcode .load-more-button,
.yith-ywar-pending-reviews-list .load-more-reviews-shortcode .load-more-button-popup,
.yith-ywar-pending-reviews-list .load-more-reviews-shortcode .load-more-button-shortcode,
.yith-ywar-reviews-list .load-more-reviews .load-more-button,
.yith-ywar-reviews-list .load-more-reviews .load-more-button-popup,
.yith-ywar-reviews-list .load-more-reviews .load-more-button-shortcode,
.yith-ywar-reviews-list .load-more-reviews-popup .load-more-button,
.yith-ywar-reviews-list .load-more-reviews-popup .load-more-button-popup,
.yith-ywar-reviews-list .load-more-reviews-popup .load-more-button-shortcode,
.yith-ywar-reviews-list .load-more-reviews-shortcode .load-more-button,
.yith-ywar-reviews-list .load-more-reviews-shortcode .load-more-button-popup,
.yith-ywar-reviews-list .load-more-reviews-shortcode .load-more-button-shortcode,
.yith-ywar-reviews-list-popup .load-more-reviews .load-more-button,
.yith-ywar-reviews-list-popup .load-more-reviews .load-more-button-popup,
.yith-ywar-reviews-list-popup .load-more-reviews .load-more-button-shortcode,
.yith-ywar-reviews-list-popup .load-more-reviews-popup .load-more-button,
.yith-ywar-reviews-list-popup .load-more-reviews-popup .load-more-button-popup,
.yith-ywar-reviews-list-popup .load-more-reviews-popup .load-more-button-shortcode,
.yith-ywar-reviews-list-popup .load-more-reviews-shortcode .load-more-button,
.yith-ywar-reviews-list-popup .load-more-reviews-shortcode .load-more-button-popup,
.yith-ywar-reviews-list-popup .load-more-reviews-shortcode .load-more-button-shortcode,
.yith-ywar-reviews-list-shortcode .load-more-reviews .load-more-button,
.yith-ywar-reviews-list-shortcode .load-more-reviews .load-more-button-popup,
.yith-ywar-reviews-list-shortcode .load-more-reviews .load-more-button-shortcode,
.yith-ywar-reviews-list-shortcode .load-more-reviews-popup .load-more-button,
.yith-ywar-reviews-list-shortcode .load-more-reviews-popup .load-more-button-popup,
.yith-ywar-reviews-list-shortcode .load-more-reviews-popup .load-more-button-shortcode,
.yith-ywar-reviews-list-shortcode .load-more-reviews-shortcode .load-more-button,
.yith-ywar-reviews-list-shortcode .load-more-reviews-shortcode .load-more-button-popup,
.yith-ywar-reviews-list-shortcode .load-more-reviews-shortcode .load-more-button-shortcode,
.yith-ywar-replies-wrapper .load-more-reviews .load-more-button,
.yith-ywar-replies-wrapper .load-more-reviews .load-more-button-popup,
.yith-ywar-replies-wrapper .load-more-reviews .load-more-button-shortcode,
.yith-ywar-replies-wrapper .load-more-reviews-popup .load-more-button,
.yith-ywar-replies-wrapper .load-more-reviews-popup .load-more-button-popup,
.yith-ywar-replies-wrapper .load-more-reviews-popup .load-more-button-shortcode,
.yith-ywar-replies-wrapper .load-more-reviews-shortcode .load-more-button,
.yith-ywar-replies-wrapper .load-more-reviews-shortcode .load-more-button-popup,
.yith-ywar-replies-wrapper .load-more-reviews-shortcode .load-more-button-shortcode {
    color: var(--ywar-review-load-more-button-text);
    background: var(--ywar-review-load-more-button-background);
    padding: 10px 50px;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.yith-ywar-review-form-message .load-more-reviews .load-more-button:hover,
.yith-ywar-review-form-message .load-more-reviews .load-more-button-popup:hover,
.yith-ywar-review-form-message .load-more-reviews .load-more-button-shortcode:hover,
.yith-ywar-review-form-message .load-more-reviews-popup .load-more-button:hover,
.yith-ywar-review-form-message .load-more-reviews-popup .load-more-button-popup:hover,
.yith-ywar-review-form-message .load-more-reviews-popup .load-more-button-shortcode:hover,
.yith-ywar-review-form-message .load-more-reviews-shortcode .load-more-button:hover,
.yith-ywar-review-form-message .load-more-reviews-shortcode .load-more-button-popup:hover,
.yith-ywar-review-form-message .load-more-reviews-shortcode .load-more-button-shortcode:hover,
.yith-ywar-pending-reviews-list .load-more-reviews .load-more-button:hover,
.yith-ywar-pending-reviews-list .load-more-reviews .load-more-button-popup:hover,
.yith-ywar-pending-reviews-list .load-more-reviews .load-more-button-shortcode:hover,
.yith-ywar-pending-reviews-list .load-more-reviews-popup .load-more-button:hover,
.yith-ywar-pending-reviews-list .load-more-reviews-popup .load-more-button-popup:hover,
.yith-ywar-pending-reviews-list .load-more-reviews-popup .load-more-button-shortcode:hover,
.yith-ywar-pending-reviews-list .load-more-reviews-shortcode .load-more-button:hover,
.yith-ywar-pending-reviews-list .load-more-reviews-shortcode .load-more-button-popup:hover,
.yith-ywar-pending-reviews-list .load-more-reviews-shortcode .load-more-button-shortcode:hover,
.yith-ywar-reviews-list .load-more-reviews .load-more-button:hover,
.yith-ywar-reviews-list .load-more-reviews .load-more-button-popup:hover,
.yith-ywar-reviews-list .load-more-reviews .load-more-button-shortcode:hover,
.yith-ywar-reviews-list .load-more-reviews-popup .load-more-button:hover,
.yith-ywar-reviews-list .load-more-reviews-popup .load-more-button-popup:hover,
.yith-ywar-reviews-list .load-more-reviews-popup .load-more-button-shortcode:hover,
.yith-ywar-reviews-list .load-more-reviews-shortcode .load-more-button:hover,
.yith-ywar-reviews-list .load-more-reviews-shortcode .load-more-button-popup:hover,
.yith-ywar-reviews-list .load-more-reviews-shortcode .load-more-button-shortcode:hover,
.yith-ywar-reviews-list-popup .load-more-reviews .load-more-button:hover,
.yith-ywar-reviews-list-popup .load-more-reviews .load-more-button-popup:hover,
.yith-ywar-reviews-list-popup .load-more-reviews .load-more-button-shortcode:hover,
.yith-ywar-reviews-list-popup .load-more-reviews-popup .load-more-button:hover,
.yith-ywar-reviews-list-popup .load-more-reviews-popup .load-more-button-popup:hover,
.yith-ywar-reviews-list-popup .load-more-reviews-popup .load-more-button-shortcode:hover,
.yith-ywar-reviews-list-popup .load-more-reviews-shortcode .load-more-button:hover,
.yith-ywar-reviews-list-popup .load-more-reviews-shortcode .load-more-button-popup:hover,
.yith-ywar-reviews-list-popup .load-more-reviews-shortcode .load-more-button-shortcode:hover,
.yith-ywar-reviews-list-shortcode .load-more-reviews .load-more-button:hover,
.yith-ywar-reviews-list-shortcode .load-more-reviews .load-more-button-popup:hover,
.yith-ywar-reviews-list-shortcode .load-more-reviews .load-more-button-shortcode:hover,
.yith-ywar-reviews-list-shortcode .load-more-reviews-popup .load-more-button:hover,
.yith-ywar-reviews-list-shortcode .load-more-reviews-popup .load-more-button-popup:hover,
.yith-ywar-reviews-list-shortcode .load-more-reviews-popup .load-more-button-shortcode:hover,
.yith-ywar-reviews-list-shortcode .load-more-reviews-shortcode .load-more-button:hover,
.yith-ywar-reviews-list-shortcode .load-more-reviews-shortcode .load-more-button-popup:hover,
.yith-ywar-reviews-list-shortcode .load-more-reviews-shortcode .load-more-button-shortcode:hover,
.yith-ywar-replies-wrapper .load-more-reviews .load-more-button:hover,
.yith-ywar-replies-wrapper .load-more-reviews .load-more-button-popup:hover,
.yith-ywar-replies-wrapper .load-more-reviews .load-more-button-shortcode:hover,
.yith-ywar-replies-wrapper .load-more-reviews-popup .load-more-button:hover,
.yith-ywar-replies-wrapper .load-more-reviews-popup .load-more-button-popup:hover,
.yith-ywar-replies-wrapper .load-more-reviews-popup .load-more-button-shortcode:hover,
.yith-ywar-replies-wrapper .load-more-reviews-shortcode .load-more-button:hover,
.yith-ywar-replies-wrapper .load-more-reviews-shortcode .load-more-button-popup:hover,
.yith-ywar-replies-wrapper .load-more-reviews-shortcode .load-more-button-shortcode:hover {
    color: var(--ywar-review-load-more-button-text-hover);
    background: var(--ywar-review-load-more-button-background-hover);
}

.yith-ywar-no-reviews {
    display: flex;
    min-height: 250px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.yith-ywar-no-reviews .icon {
    width: 70px;
}

.yith-ywar-no-reviews .message {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.yith-ywar-review-form-message,
.yith-ywar-pending-reviews-list {
    border: 1px solid #cacaca;
    border-radius: 10px;
    gap: 0;
    overflow: hidden;
}

.yith-ywar-review-form-message .wrapper-title,
.yith-ywar-pending-reviews-list .wrapper-title {
    background: #f6f6f6;
    height: 70px;
    padding: 0 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
}

.yith-ywar-review-form-message .wrapper-title span,
.yith-ywar-pending-reviews-list .wrapper-title span {
    color: var(--ywar-general-color);
    cursor: pointer;
}

.yith-ywar-review-form-message .wrapper-content,
.yith-ywar-pending-reviews-list .wrapper-content {
    opacity: 0.5;
}

.yith-ywar-review-form-message .wrapper-content .yith-ywar-single-review,
.yith-ywar-pending-reviews-list .wrapper-content .yith-ywar-single-review {
    border: none;
    border-top: 1px solid #cacaca;
    border-radius: 0;
    box-shadow: none;
}

.yith-ywar-review-form-message.has-toggle .wrapper-title,
.yith-ywar-pending-reviews-list.has-toggle .wrapper-title {
    cursor: pointer;
}

.yith-ywar-review-form-message.has-toggle .wrapper-content,
.yith-ywar-pending-reviews-list.has-toggle .wrapper-content {
    display: none;
}

.yith-ywar-filter-data .review-product-info,
.yith-ywar-review-attachments .review-product-info,
.yith-ywar-single-review .review-product-info {
    background: #ececec;
    padding: 35px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 130px;
}

.yith-ywar-filter-data .review-product-info .reviewed-product,
.yith-ywar-review-attachments .review-product-info .reviewed-product,
.yith-ywar-single-review .review-product-info .reviewed-product {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: bold;
}

.yith-ywar-filter-data .review-product-info .reviewed-product .img-wrapper,
.yith-ywar-review-attachments .review-product-info .reviewed-product .img-wrapper,
.yith-ywar-single-review .review-product-info .reviewed-product .img-wrapper {
    height: 60px;
    width: 60px;
}

.yith-ywar-filter-data .review-product-info .reviewed-product .img-wrapper img,
.yith-ywar-review-attachments .review-product-info .reviewed-product .img-wrapper img,
.yith-ywar-single-review .review-product-info .reviewed-product .img-wrapper img {
    height: 100%;
    width: auto;
}

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

    .yith-ywar-filter-data .review-product-info,
    .yith-ywar-review-attachments .review-product-info,
    .yith-ywar-single-review .review-product-info {
        padding: 20px;
        height: 100px;
    }
}

.yith-ywar-filter-data .review-user-group,
.yith-ywar-review-attachments .review-user-group,
.yith-ywar-single-review .review-user-group {
    display: flex;
    flex-direction: row;
    gap: 20px;
    order: 1;
}

.yith-ywar-filter-data .review-user-group .review-user-avatar,
.yith-ywar-review-attachments .review-user-group .review-user-avatar,
.yith-ywar-single-review .review-user-group .review-user-avatar {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
}

.yith-ywar-filter-data .review-user-group .review-user-avatar span,
.yith-ywar-review-attachments .review-user-group .review-user-avatar span,
.yith-ywar-single-review .review-user-group .review-user-avatar span {
    display: flex;
    background-color: var(--ywar-avatar-background);
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--ywar-avatar-initials);
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
}

.yith-ywar-filter-data .review-user-group .review-info,
.yith-ywar-review-attachments .review-user-group .review-info,
.yith-ywar-single-review .review-user-group .review-info {
    display: flex;
    gap: 4px;
    flex-direction: column;
    flex: 1;
}

.yith-ywar-filter-data .review-user-group .review-info .multi-rating,
.yith-ywar-review-attachments .review-user-group .review-info .multi-rating,
.yith-ywar-single-review .review-user-group .review-info .multi-rating {
    display: flex;
    flex-direction: row;
    gap: 10px 30px;
    flex-wrap: wrap;
}

.yith-ywar-filter-data .review-user-group .review-info .multi-rating .single-criterion,
.yith-ywar-review-attachments .review-user-group .review-info .multi-rating .single-criterion,
.yith-ywar-single-review .review-user-group .review-info .multi-rating .single-criterion {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    gap: 15px;
}

.yith-ywar-filter-data .review-user-group .review-info .review-user,
.yith-ywar-review-attachments .review-user-group .review-info .review-user,
.yith-ywar-single-review .review-user-group .review-info .review-user {
    font-size: 14px;
    font-weight: bold;
}

.yith-ywar-filter-data .review-user-group .review-info .review-user .verified,
.yith-ywar-review-attachments .review-user-group .review-info .review-user .verified,
.yith-ywar-single-review .review-user-group .review-info .review-user .verified {
    display: inline-flex;
    background-color: #e7f0de;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: normal;
    border-radius: 10px;
    align-items: center;
    gap: 6px;
    line-height: 20px;
}

.yith-ywar-filter-data .review-user-group .review-info .review-user .verified img,
.yith-ywar-review-attachments .review-user-group .review-info .review-user .verified img,
.yith-ywar-single-review .review-user-group .review-info .review-user .verified img {
    height: 9px;
}

.yith-ywar-filter-data .review-user-group .review-info .review-date,
.yith-ywar-review-attachments .review-user-group .review-info .review-date,
.yith-ywar-single-review .review-user-group .review-info .review-date {
    font-size: 12px;
}

.yith-ywar-filter-data .review-rating,
.yith-ywar-review-attachments .review-rating,
.yith-ywar-single-review .review-rating {
    display: block;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    height: 15px;
    width: 75px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
}

.yith-ywar-filter-data .review-rating.rating-1,
.yith-ywar-review-attachments .review-rating.rating-1,
.yith-ywar-single-review .review-rating.rating-1 {
    background: linear-gradient(90deg,
            var(--ywar-stars-accent) 20%,
            var(--ywar-stars-default) 0);
}

.yith-ywar-filter-data .review-rating.rating-2,
.yith-ywar-review-attachments .review-rating.rating-2,
.yith-ywar-single-review .review-rating.rating-2 {
    background: linear-gradient(90deg,
            var(--ywar-stars-accent) 40%,
            var(--ywar-stars-default) 0);
}

.yith-ywar-filter-data .review-rating.rating-3,
.yith-ywar-review-attachments .review-rating.rating-3,
.yith-ywar-single-review .review-rating.rating-3 {
    background: linear-gradient(90deg,
            var(--ywar-stars-accent) 60%,
            var(--ywar-stars-default) 0);
}

.yith-ywar-filter-data .review-rating.rating-4,
.yith-ywar-review-attachments .review-rating.rating-4,
.yith-ywar-single-review .review-rating.rating-4 {
    background: linear-gradient(90deg,
            var(--ywar-stars-accent) 80%,
            var(--ywar-stars-default) 0);
}

.yith-ywar-filter-data .review-rating.rating-5,
.yith-ywar-review-attachments .review-rating.rating-5,
.yith-ywar-single-review .review-rating.rating-5 {
    background: var(--ywar-stars-accent);
}

.yith-ywar-filter-data.avatar-below-review .review-user-group,
.yith-ywar-review-attachments.avatar-below-review .review-user-group,
.yith-ywar-single-review.avatar-below-review .review-user-group {
    order: 6;
}

.yith-ywar-filter-data.avatar-below-review .review-title,
.yith-ywar-review-attachments.avatar-below-review .review-title,
.yith-ywar-single-review.avatar-below-review .review-title {
    margin: 0;
}

.yith-ywar-filter-data .reply-to,
.yith-ywar-review-attachments .reply-to,
.yith-ywar-single-review .reply-to {
    font-size: 13px;
    padding-top: 20px;
    order: 2;
}

.yith-ywar-filter-data .review-title,
.yith-ywar-review-attachments .review-title,
.yith-ywar-single-review .review-title {
    font-size: 18px;
    font-weight: bold;
    order: 3;
    margin-top: 20px;
}

.yith-ywar-filter-data .review-title.reply-title,
.yith-ywar-review-attachments .review-title.reply-title,
.yith-ywar-single-review .review-title.reply-title {
    margin: 0;
}

.yith-ywar-filter-data .review-content,
.yith-ywar-review-attachments .review-content,
.yith-ywar-single-review .review-content {
    font-size: 16px;
    line-height: 24px;
    order: 4;
}

.yith-ywar-filter-data .review-content .edit-button,
.yith-ywar-review-attachments .review-content .edit-button,
.yith-ywar-single-review .review-content .edit-button {
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    height: 24px;
    display: inline-flex;
    padding: 0 10px;
    align-items: center;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin: 0 20px;
    gap: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.yith-ywar-filter-data .review-content .edit-button:hover,
.yith-ywar-review-attachments .review-content .edit-button:hover,
.yith-ywar-single-review .review-content .edit-button:hover {
    color: var(--ywar-general-color);
}

.yith-ywar-filter-data .review-content .edit-button:hover:before,
.yith-ywar-review-attachments .review-content .edit-button:hover:before,
.yith-ywar-single-review .review-content .edit-button:hover:before {
    background-color: var(--ywar-general-color);
}

.yith-ywar-filter-data .review-content .edit-button:before,
.yith-ywar-review-attachments .review-content .edit-button:before,
.yith-ywar-single-review .review-content .edit-button:before {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    vertical-align: bottom;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/edit.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/edit.svg);
    background-color: #000;
    display: inline-block;
}

.yith-ywar-filter-data .review-attachments,
.yith-ywar-review-attachments .review-attachments,
.yith-ywar-single-review .review-attachments {
    order: 5;
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}

.yith-ywar-filter-data .review-attachments .single-attachment,
.yith-ywar-review-attachments .review-attachments .single-attachment,
.yith-ywar-single-review .review-attachments .single-attachment {
    width: 80px;
    height: 80px;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.yith-ywar-filter-data .review-attachments .single-attachment:hover:before,
.yith-ywar-review-attachments .review-attachments .single-attachment:hover:before,
.yith-ywar-single-review .review-attachments .single-attachment:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--ywar-general-hover-icons);
    position: absolute;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/zoom.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/zoom.svg);
    -webkit-mask-size: 30px;
    mask-size: 30px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 9;
    top: 0;
    left: 0;
}

.yith-ywar-filter-data .review-attachments .single-attachment:hover:after,
.yith-ywar-review-attachments .review-attachments .single-attachment:hover:after,
.yith-ywar-single-review .review-attachments .single-attachment:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--ywar-general-color);
    position: absolute;
    opacity: 0.8;
    z-index: 1;
    top: 0;
    left: 0;
}

.yith-ywar-filter-data .review-attachments .single-attachment.attachment-video:before,
.yith-ywar-review-attachments .review-attachments .single-attachment.attachment-video:before,
.yith-ywar-single-review .review-attachments .single-attachment.attachment-video:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/play-video.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/play-video.svg);
    -webkit-mask-size: 30px;
    mask-size: 30px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 9;
    top: 0;
    left: 0;
}

.yith-ywar-filter-data .review-attachments .single-attachment.attachment-video:after,
.yith-ywar-review-attachments .review-attachments .single-attachment.attachment-video:after,
.yith-ywar-single-review .review-attachments .single-attachment.attachment-video:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    top: 0;
    left: 0;
}

.yith-ywar-filter-data .review-attachments .single-attachment.attachment-video:hover:after,
.yith-ywar-review-attachments .review-attachments .single-attachment.attachment-video:hover:after,
.yith-ywar-single-review .review-attachments .single-attachment.attachment-video:hover:after {
    background-color: var(--ywar-general-color);
    opacity: 0.8;
}

.yith-ywar-filter-data .review-actions,
.yith-ywar-review-attachments .review-actions,
.yith-ywar-single-review .review-actions {
    order: 7;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yith-ywar-filter-data .review-actions .helpful-count,
.yith-ywar-review-attachments .review-actions .helpful-count,
.yith-ywar-single-review .review-actions .helpful-count {
    font-size: 12px;
    text-align: right;
}

.yith-ywar-filter-data .review-actions .buttons-wrapper,
.yith-ywar-review-attachments .review-actions .buttons-wrapper,
.yith-ywar-single-review .review-actions .buttons-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .spacer,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .spacer,
.yith-ywar-single-review .review-actions .buttons-wrapper .spacer {
    margin-left: auto;
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons {
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 5px 10px;
    gap: 10px;
    font-size: 12px;
    height: 36px;
    color: #000;
    border-width: 1px;
    border-style: solid;
    justify-content: center;
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.reply-button,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.helpful-button,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.reply-button,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.helpful-button,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.reply-button,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.helpful-button {
    border-color: #d6d6d6;
    background-color: var(--ywar-like-background);
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.reply-button:before,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.helpful-button:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.reply-button:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.helpful-button:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.reply-button:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.helpful-button:before {
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: var(--ywar-like-icon);
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.reply-button.reply-button:before,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.helpful-button.reply-button:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.reply-button.reply-button:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.helpful-button.reply-button:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.reply-button.reply-button:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.helpful-button.reply-button:before {
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/reply.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/reply.svg);
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.reply-button.helpful-button:before,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.helpful-button.helpful-button:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.reply-button.helpful-button:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.helpful-button.helpful-button:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.reply-button.helpful-button:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.helpful-button.helpful-button:before {
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/like.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/like.svg);
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.reply-button:hover,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.reply-button.selected,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.helpful-button:hover,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.helpful-button.selected,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.reply-button:hover,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.reply-button.selected,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.helpful-button:hover,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.helpful-button.selected,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.reply-button:hover,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.reply-button.selected,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.helpful-button:hover,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.helpful-button.selected {
    border-color: #cce0e2;
    background-color: var(--ywar-like-background-rated);
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.reply-button:hover:before,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.reply-button.selected:before,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.helpful-button:hover:before,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.helpful-button.selected:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.reply-button:hover:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.reply-button.selected:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.helpful-button:hover:before,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.helpful-button.selected:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.reply-button:hover:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.reply-button.selected:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.helpful-button:hover:before,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.helpful-button.selected:before {
    background: var(--ywar-like-icon-rated);
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.report-button,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.delete-button,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.report-button,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.delete-button,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.report-button,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.delete-button {
    border-color: #ebc7c7;
    background-color: #fff1f1;
    min-width: 60px;
}

.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.report-button:hover,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.report-button.selected,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.delete-button:hover,
.yith-ywar-filter-data .review-actions .buttons-wrapper .action-buttons.delete-button.selected,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.report-button:hover,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.report-button.selected,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.delete-button:hover,
.yith-ywar-review-attachments .review-actions .buttons-wrapper .action-buttons.delete-button.selected,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.report-button:hover,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.report-button.selected,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.delete-button:hover,
.yith-ywar-single-review .review-actions .buttons-wrapper .action-buttons.delete-button.selected {
    border-color: #ebc7c7;
    background-color: #ebc7c7;
}

.yith-ywar-filter-data .review-actions .reported-message,
.yith-ywar-review-attachments .review-actions .reported-message,
.yith-ywar-single-review .review-actions .reported-message {
    font-size: 12px;
    text-align: right;
    color: #ce0000;
}

.yith-ywar-filter-data .yith-ywar-edit-forms,
.yith-ywar-review-attachments .yith-ywar-edit-forms,
.yith-ywar-single-review .yith-ywar-edit-forms {
    order: 999;
}

.yith-ywar-product-rating {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    position: relative;
    margin: 0 !important;
    padding: 0 0 10px 0;
}

.yith-ywar-product-rating .stars {
    display: inline-block;
    height: 20px;
    width: 100px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    vertical-align: bottom;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
}

.yith-ywar-product-rating .total-reviews {
    font-size: 14px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.yith-ywar-product-rating.page-loop {
    padding: 0;
    justify-content: center;
}

.yith-ywar-product-rating.page-loop .stars {
    height: 15px;
    width: 75px;
    margin: 5px 0;
}

.yith-ywar-product-rating .yith-ywar-graph-box {
    border: 1px solid var(--ywar-stats-background);
    width: 320px;
    border-radius: 16px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 5px;
    position: absolute;
    margin: 10px 0 0 0;
    top: 0;
    background: #fff;
    z-index: 1;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease 0.3s;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.yith-ywar-product-rating .yith-ywar-graph-box:before {
    content: "";
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent var(--ywar-stats-background) transparent;
    position: absolute;
    margin-top: -7px;
    left: 35px;
    top: 0;
}

.yith-ywar-product-rating .yith-ywar-graph-box .rating-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 5px;
    align-items: center;
}

.yith-ywar-product-rating .yith-ywar-graph-box .rating-group .rating-label {
    font-size: 14px;
    color: #000;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    width: 30px;
}

.yith-ywar-product-rating .yith-ywar-graph-box .rating-group .rating-label:after {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    vertical-align: bottom;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    background-color: #000;
    display: inline-block;
}

.yith-ywar-product-rating .yith-ywar-graph-box .rating-group .rating-bar {
    border-radius: 7px;
    background-color: var(--ywar-graph-default);
    width: calc(85% - 30px);
    height: 10px;
    overflow: hidden;
}

.yith-ywar-product-rating .yith-ywar-graph-box .rating-group .rating-bar .rating-bar-accent {
    border-radius: 7px;
    background-color: var(--ywar-graph-accent);
    height: 10px;
}

.yith-ywar-product-rating .yith-ywar-graph-box .rating-group .rating-count {
    font-size: 12px;
    color: var(--ywar-graph-percentage);
    width: 15%;
    text-align: right;
}

.yith-ywar-product-rating:hover .yith-ywar-graph-box {
    visibility: visible;
    opacity: 1;
    top: 20px;
    pointer-events: auto;
}

.filter-options-wrapper,
.sorting-options-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    margin: 0 !important;
}

.filter-options-wrapper .filter-options,
.filter-options-wrapper .sorting-options,
.sorting-options-wrapper .filter-options,
.sorting-options-wrapper .sorting-options {
    min-width: 230px;
}

.filter-options-wrapper .select2-container,
.sorting-options-wrapper .select2-container {
    height: 44px;
}

.filter-options-wrapper .select2-container .select2-selection,
.sorting-options-wrapper .select2-container .select2-selection {
    padding: 5px;
    height: 44px;
    border: 1px solid #bebebe;
    border-radius: 3px !important;
}

.filter-options-wrapper .select2-container .select2-selection .select2-selection__rendered,
.sorting-options-wrapper .select2-container .select2-selection .select2-selection__rendered {
    font-size: 13px;
    line-height: 32px;
}

.filter-options-wrapper .select2-container .select2-selection .select2-selection__arrow,
.sorting-options-wrapper .select2-container .select2-selection .select2-selection__arrow {
    height: 44px;
    width: 34px;
}

.filter-options-wrapper .select2-container .select2-selection .select2-selection__arrow b,
.sorting-options-wrapper .select2-container .select2-selection .select2-selection__arrow b {
    -webkit-mask-size: 20px;
    mask-size: 20px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/chevron-down.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/chevron-down.svg);
    border: none;
    margin: 0 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #888;
}

.filter-options-wrapper .select2-container.select2-container--open .select2-selection__arrow b,
.sorting-options-wrapper .select2-container.select2-container--open .select2-selection__arrow b {
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/chevron-up.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/chevron-up.svg);
}

.yith-ywar-select2-stars .select2-star-rating,
.yith-ywar-select2-stars .select2-selection__rendered,
.filter-options-wrapper .select2-star-rating,
.filter-options-wrapper .select2-selection__rendered {
    display: flex !important;
    gap: 30px;
    align-items: center;
}

.yith-ywar-select2-stars .select2-star-rating:before,
.yith-ywar-select2-stars .select2-selection__rendered:before,
.filter-options-wrapper .select2-star-rating:before,
.filter-options-wrapper .select2-selection__rendered:before {
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    height: 15px;
    width: 75px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    display: inline-block;
    content: "";
}

.yith-ywar-select2-stars .select2-star-rating[title*="1"]:before,
.yith-ywar-select2-stars .select2-selection__rendered[title*="1"]:before,
.filter-options-wrapper .select2-star-rating[title*="1"]:before,
.filter-options-wrapper .select2-selection__rendered[title*="1"]:before {
    background: linear-gradient(90deg,
            var(--ywar-stars-accent) 20%,
            var(--ywar-stars-default) 0);
}

.yith-ywar-select2-stars .select2-star-rating[title*="2"]:before,
.yith-ywar-select2-stars .select2-selection__rendered[title*="2"]:before,
.filter-options-wrapper .select2-star-rating[title*="2"]:before,
.filter-options-wrapper .select2-selection__rendered[title*="2"]:before {
    background: linear-gradient(90deg,
            var(--ywar-stars-accent) 40%,
            var(--ywar-stars-default) 0);
}

.yith-ywar-select2-stars .select2-star-rating[title*="3"]:before,
.yith-ywar-select2-stars .select2-selection__rendered[title*="3"]:before,
.filter-options-wrapper .select2-star-rating[title*="3"]:before,
.filter-options-wrapper .select2-selection__rendered[title*="3"]:before {
    background: linear-gradient(90deg,
            var(--ywar-stars-accent) 60%,
            var(--ywar-stars-default) 0);
}

.yith-ywar-select2-stars .select2-star-rating[title*="4"]:before,
.yith-ywar-select2-stars .select2-selection__rendered[title*="4"]:before,
.filter-options-wrapper .select2-star-rating[title*="4"]:before,
.filter-options-wrapper .select2-selection__rendered[title*="4"]:before {
    background: linear-gradient(90deg,
            var(--ywar-stars-accent) 80%,
            var(--ywar-stars-default) 0);
}

.yith-ywar-select2-stars .select2-star-rating[title*="5"]:before,
.yith-ywar-select2-stars .select2-selection__rendered[title*="5"]:before,
.filter-options-wrapper .select2-star-rating[title*="5"]:before,
.filter-options-wrapper .select2-selection__rendered[title*="5"]:before {
    background: var(--ywar-stars-accent);
}

.yith-ywar-select2-stars,
.yith-ywar-select2 {
    padding: 0 !important;
    font-size: 13px;
    border: none;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    z-index: 99999;
}

.yith-ywar-select2-stars.select2-dropdown--below,
.yith-ywar-select2.select2-dropdown--below {
    margin-top: 10px;
}

.yith-ywar-select2-stars.select2-dropdown--above,
.yith-ywar-select2.select2-dropdown--above {
    margin-top: -10px;
}

.yith-ywar-select2-stars .select2-results .select2-results__option,
.yith-ywar-select2 .select2-results .select2-results__option {
    padding: 10px;
}

.yith-ywar-select2-stars .select2-results .select2-results__option.select2-results__option--highlighted,
.yith-ywar-select2 .select2-results .select2-results__option.select2-results__option--highlighted {
    background-color: #fff;
    color: var(--ywar-general-color);
}

.yith-ywar-select2-stars .select2-results .select2-results__option[aria-selected="true"],
.yith-ywar-select2-stars .select2-results .select2-results__option[data-selected="true"],
.yith-ywar-select2 .select2-results .select2-results__option[aria-selected="true"],
.yith-ywar-select2 .select2-results .select2-results__option[data-selected="true"] {
    background-color: #fff;
    color: var(--ywar-general-color);
}

.yith-ywar-select2-stars .select2-results .select2-results__option:first-child,
.yith-ywar-select2 .select2-results .select2-results__option:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.yith-ywar-select2-stars .select2-results .select2-results__option:last-child,
.yith-ywar-select2 .select2-results .select2-results__option:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.yith-ywar-popup {
    position: fixed;
    height: 100%;
    visibility: hidden;
    top: 0;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.98);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 0;
    left: 50%;
    padding: 80px 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

.yith-ywar-popup.visible {
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.yith-ywar-popup.visible .popup-close,
.yith-ywar-popup.visible .popup-wrapper {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.yith-ywar-popup.closed .popup-close,
.yith-ywar-popup.closed .popup-wrapper {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.yith-ywar-popup .popup-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 70px;
    height: 70px;
    mask-size: 35px 35px;
    -webkit-mask-size: 35px 35px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/close.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/close.svg);
    background-color: #c1c1c1;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.yith-ywar-popup .popup-close:hover {
    cursor: pointer;
    background-color: #6d6d6d;
}

.yith-ywar-popup .popup-wrapper {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
    max-width: 1280px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.yith-ywar-popup .popup-wrapper .popup-close-link {
    font-size: 12px;
    margin: 0 0 16px 0;
    display: inline-block;
    color: var(--ywar-general-color);
    text-decoration: none;
}

.yith-ywar-popup .popup-wrapper .popup-close-link:hover {
    text-decoration: underline;
}

.yith-ywar-popup .popup-wrapper .product-name {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.yith-ywar-popup .popup-wrapper .popup-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.yith-ywar-popup .popup-wrapper .popup-content {
    margin-top: 16px;
}

@media screen and (max-width: 1710px) {
    .yith-ywar-popup .popup-wrapper {
        max-width: 1050px;
    }
}

@media screen and (max-width: 1024px) {
    .yith-ywar-popup .popup-wrapper {
        padding: 40px;
    }
}

.yith-ywar-popup .simplebar-scrollbar::before {
    background-color: #cacaca;
}

.yith-ywar-review-attachments {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.yith-ywar-review-attachments .review-data {
    max-width: 470px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 1024px) {
    .yith-ywar-review-attachments .review-data {
        max-width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .yith-ywar-review-attachments .review-data {
        max-width: 100%;
    }
}

.yith-ywar-review-attachments .review-data .review-user-group {
    display: grid !important;
    grid-template-columns: 75px auto;
    gap: 15px 5px;
}

.yith-ywar-review-attachments .review-data .review-user-group .multi-rating {
    grid-column: 1 / 3;
    width: min-content;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.yith-ywar-review-attachments .review-data .review-user-group .multi-rating .single-criterion {
    display: grid;
    font-size: 14px;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: auto 75px;
}

.yith-ywar-review-attachments .review-data.inactive-review {
    display: none;
}

.yith-ywar-review-attachments .attachments-gallery {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 1710px) {
    .yith-ywar-review-attachments .attachments-gallery {
        max-width: 550px;
    }
}

@media screen and (max-width: 1470px) {
    .yith-ywar-review-attachments .attachments-gallery {
        max-width: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .yith-ywar-review-attachments .attachments-gallery {
        max-width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .yith-ywar-review-attachments .attachments-gallery {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .yith-ywar-review-attachments {
        flex-direction: column;
    }
}

.yith-ywar-swiper {
    --swiper-navigation-sides-offset: 0px;
    max-height: 700px;
}

.yith-ywar-swiper.swiper-gallery-gallery,
.yith-ywar-swiper.swiper-gallery-lightbox {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.yith-ywar-swiper.swiper-gallery-gallery .swiper-slide,
.yith-ywar-swiper.swiper-gallery-lightbox .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    min-height: 100px;
}

.yith-ywar-swiper.swiper-gallery-gallery .swiper-slide .wp-video,
.yith-ywar-swiper.swiper-gallery-lightbox .swiper-slide .wp-video {
    width: 100% !important;
    height: 100% !important;
}

.yith-ywar-swiper.swiper-gallery-gallery .swiper-slide .wp-video .wp-video-shortcode,
.yith-ywar-swiper.swiper-gallery-lightbox .swiper-slide .wp-video .wp-video-shortcode {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.yith-ywar-swiper.thumbs-gallery-gallery,
.yith-ywar-swiper.thumbs-gallery-lightbox,
.yith-ywar-swiper.preview-gallery {
    box-sizing: border-box;
    margin: 0;
}

.yith-ywar-swiper.thumbs-gallery-gallery .swiper-slide,
.yith-ywar-swiper.thumbs-gallery-lightbox .swiper-slide,
.yith-ywar-swiper.preview-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.yith-ywar-swiper.thumbs-gallery-gallery,
.yith-ywar-swiper.thumbs-gallery-lightbox {
    height: 80px;
}

.yith-ywar-swiper.thumbs-gallery-gallery .swiper-slide,
.yith-ywar-swiper.thumbs-gallery-lightbox .swiper-slide {
    width: 80px;
    height: 80px;
    opacity: 0.4;
}

.yith-ywar-swiper.thumbs-gallery-gallery .swiper-slide.swiper-slide-thumb-active,
.yith-ywar-swiper.thumbs-gallery-lightbox .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.yith-ywar-swiper.preview-gallery {
    height: 160px;
}

.yith-ywar-swiper.preview-gallery .swiper-slide {
    width: 160px;
    height: 160px;
}

.yith-ywar-swiper.preview-gallery .swiper-slide:hover,
.yith-ywar-swiper.thumbs-gallery-gallery .swiper-slide:hover {
    opacity: 1;
}

.yith-ywar-swiper.preview-gallery .swiper-slide:hover:before,
.yith-ywar-swiper.thumbs-gallery-gallery .swiper-slide:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--ywar-general-hover-icons);
    position: absolute;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/zoom.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/zoom.svg);
    -webkit-mask-size: 30px;
    mask-size: 30px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 9;
    top: 0;
    left: 0;
}

.yith-ywar-swiper.preview-gallery .swiper-slide:hover:after,
.yith-ywar-swiper.thumbs-gallery-gallery .swiper-slide:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--ywar-general-color);
    position: absolute;
    opacity: 0.8;
    z-index: 1;
    top: 0;
    left: 0;
}

.yith-ywar-swiper.preview-gallery .swiper-slide.attachment-video:before,
.yith-ywar-swiper.thumbs-gallery-gallery .swiper-slide.attachment-video:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/play-video.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/play-video.svg);
    -webkit-mask-size: 30px;
    mask-size: 30px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 9;
    top: 0;
    left: 0;
}

.yith-ywar-swiper.preview-gallery .swiper-slide.attachment-video:after,
.yith-ywar-swiper.thumbs-gallery-gallery .swiper-slide.attachment-video:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    opacity: 0.6;
    z-index: 1;
    top: 0;
    left: 0;
}

.yith-ywar-swiper.preview-gallery .swiper-slide.attachment-video:hover:after,
.yith-ywar-swiper.thumbs-gallery-gallery .swiper-slide.attachment-video:hover:after {
    background-color: var(--ywar-general-color);
    opacity: 0.8;
}

.yith-ywar-swiper .swiper-buttons {
    height: 60px;
    width: 30px;
    background: var(--ywar-general-color);
    color: #fff;
    margin-top: -30px;
    opacity: 0.8;
}

.yith-ywar-swiper .swiper-buttons:after {
    font-size: 20px;
}

.yith-ywar-swiper .swiper-buttons:hover {
    opacity: 1;
}

.yith-ywar-reviews-with-attachments {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.yith-ywar-reviews-with-attachments.empty-gallery {
    display: none;
}

.yith-ywar-gallery-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    visibility: hidden;
    z-index: 100001;
    opacity: 1;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.yith-ywar-gallery-lightbox .lightbox-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.9);
}

.yith-ywar-gallery-lightbox .lightbox-wrapper {
    width: 100%;
    z-index: 100001;
    visibility: hidden;
    max-width: 700px;
    max-height: 820px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.15);
    align-self: center;
    box-sizing: border-box;
    position: relative;
}

.yith-ywar-gallery-lightbox .lightbox-wrapper .lightbox-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.yith-ywar-gallery-lightbox .lightbox-wrapper .lightbox-close {
    position: absolute;
    right: -14px;
    top: -14px;
    width: 70px;
    height: 70px;
    mask-size: 35px 35px;
    -webkit-mask-size: 35px 35px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/close.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/close.svg);
    background-color: #c1c1c1;
    z-index: 10;
}

.yith-ywar-gallery-lightbox .lightbox-wrapper .lightbox-close:hover {
    cursor: pointer;
    background-color: #6d6d6d;
}

.yith-ywar-gallery-lightbox.visible {
    visibility: visible;
}

.yith-ywar-gallery-lightbox.visible .lightbox-overlay,
.yith-ywar-gallery-lightbox.visible .lightbox-wrapper {
    visibility: visible;
}

.yith-ywar-user-reviews .review-product-column,
.yith-ywar-user-reviews .review-rating-column,
.yith-ywar-user-reviews .review-content-column {
    width: 28%;
    font-size: 13px;
}

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

    .yith-ywar-user-reviews .review-product-column,
    .yith-ywar-user-reviews .review-rating-column,
    .yith-ywar-user-reviews .review-content-column {
        width: auto;
    }
}

.yith-ywar-user-reviews .review-action-column {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .yith-ywar-user-reviews .review-action-column:before {
        display: none;
    }
}

.yith-ywar-user-reviews .review-prev-column {
    text-align: left;
}

.yith-ywar-user-reviews .review-next-column {
    text-align: right;
}

.yith-ywar-user-reviews .reviewed-product {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.yith-ywar-user-reviews .reviewed-product .img-wrapper {
    height: 50px;
    width: 50px;
}

.yith-ywar-user-reviews .reviewed-product .img-wrapper img {
    height: 100%;
    width: auto;
}

.yith-ywar-user-reviews .rating-wrapper {
    display: inline-grid;
    align-items: center;
    grid-template-columns: 70px auto;
}

.yith-ywar-user-reviews .rating-wrapper .single-rating {
    font-weight: bold;
    display: inline-flex;
    gap: 3px;
    font-size: 14px;
    align-items: center;
    width: 35px;
}

.yith-ywar-user-reviews .rating-wrapper .single-rating:after {
    content: "";
    display: inline-block;
    -webkit-mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    mask-image: url(../../../plugins/yith-woocommerce-advanced-reviews-premium/assets/images/rating-star.svg);
    height: 20px;
    width: 20px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #dc9202;
}

.yith-ywar-user-reviews .rating-wrapper .overall {
    font-size: 12px;
}

.yith-ywar-user-reviews .rating-wrapper .multi-criteria {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.yith-ywar-user-reviews .rating-wrapper .multi-criteria .single-criterion {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #cacaca;
    gap: 5px;
}

.yith-ywar-user-reviews .rating-wrapper .multi-criteria .single-criterion:last-child {
    border: none;
}

.yith-ywar-user-reviews .rating-wrapper .multi-criteria .single-criterion .criterion-label {
    width: calc(100% - 40px);
}

#ywar_receive_requests_field {
    padding: 0;
}

.yith-ywar-unsubscribe-form .form-header {
    font-weight: normal;
}

.yith-ywar-unsubscribe-form .form-content {
    padding: 0 35px;
}