.transition-loader, .uni-search-template button.close:after, .uni-search-template button.close:before {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.uni-search-filters label:after, .uni-search-filters label:before {
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
}

.uni-search-results, .uni-search-template input[type="text"], .uni-search-template input::placeholder {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.uni-search {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    display: flex;
    position: fixed;
    visibility: hidden;
    flex-direction: column;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

body.admin-bar .uni-search {
    top: 32px;
}

.uni-search.active {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}

.uni-screen-background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(33, 33, 33, 1);
}

.uni-search-template {
    position: relative;
    background-color: white;
    padding: 20px;
    width: calc(100% - 630px);
    flex: none;
    margin: 0 auto;
    transition: all .5s ease;
}

body.uni-toolbar-open .uni-search-template {
    padding-left: 60px;
}

body.uni-toolbar-open .filter-reverse .uni-search-template {
    padding-left: 0;
    padding-right: 95px;
}

.uni-search-template .uni-search-form-block {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}

.uni-search-template .uni-search-form-block .uni-search-form-content {
    display: flex;
    justify-content: space-between
}

.uni-search-template .uni-search-form-block .uni-search-form {
    padding-bottom: 25px;
}

.uni-search-filters {
    top: 0;
    right: 0;
    bottom: 0;
    color: #333;
    width: 315px;
    padding: 6px;
    position: fixed;
    overflow-y: auto;
    background: #fff;
    transition: 1s ease;
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.42);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,.42);
    box-shadow: 0 0 16px rgba(0,0,0,.42);
}

.filter-reverse .uni-search-filters {
    right: unset;
    left: 0;
}

body.admin-bar .uni-search-filters {
    top: 32px;
}

body.uni-search-loading .uni-search-filters {
    opacity: .5;
}

.uni-search-filters h3 {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 10px;
    text-transform: uppercase;
}

.uni-search-filters label {
    font-size: 16px;
    margin-right: 7px;
}

body:not(.uni-search-loading) .uni-search-filters label {
    cursor: pointer;
}

#uni-search .uni-search-filters input[type="checkbox"] {
    opacity: 0 !important;
    position: absolute !important;
    display: block !important;
}

.uni-search-filters input[tabindex]:focus + label {
    outline: -webkit-focus-ring-color auto 1px;
}

.uni-search-filters .uni-search-filter-item {
    line-height: 20px;
    position: relative;
}

.uni-search-filters label:after {
    left: 0;
    top: 1px;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 4px;
    border: 2px solid #939393;
}

.uni-search-filters label:before {
    top: 5px;
    left: 6px;
    opacity: 0;
    width: 4px;
    z-index: 1;
    content: "";
    height: 7px;
    position: absolute;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.uni-search-filters label:hover:after, .uni-search-filters input:checked + label:after {
    background: #333;
    border-color: #333;
}

.uni-search-filters input:checked + label:before {
    opacity: 1;
}

.uni-search-filters .search-filter-list {
    display: none;
}

.uni-search-filters .search-filter-block.show-filter-list .search-filter-list {
    display: block;
    padding-left: 25px;
    list-style-type: none;
    -webkit-animation: 300ms blink linear;
    -o-animation: 300ms blink linear;
    animation: 300ms blink linear;
}

.uni-search-template label {
    font-size: 1.2em;
    flex-basis: calc(80% - 4px);
}

.uni-search-buttons {
    margin-bottom: 10px;
}

#purple-lens-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(158,158,158,0.65);
    z-index: 99999;
}

#purple-lens-popup button.close {
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 5px 10px;
}

#purple-lens-popup .purple-lens-popup-overlay, #purple-lens-popup .purple-lens-popup-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#purple-lens-popup .purple-lens-popup-content {
    margin: 20%;
    background-color: #fcfeff;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 5px #444444;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

#purple-lens-popup .purple-lens-popup-body {
    margin-top: 30px;
}

.uni-search-buttons .history-button[disabled] {
    opacity: 0.5;
}

.uni-search-template button.close {
    top: 0;
    width: 45px;
    height: 45px;
    right: -75px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #707070;
}

.uni-search-template button.close:after, .uni-search-template button.close:before {
    top: 49%;
    left: 56%;
    width: 55%;
    height: 2px;
    content: "";
    position: absolute;
    background: #fff;
}

.uni-search-template button.close:after {
    -webkit-transform: rotate(135deg) translate(10px, 10px);
    -moz-transform: rotate(135deg) translate(10px, 10px);
    -ms-transform: rotate(135deg) translate(10px, 10px);
    -o-transform: rotate(135deg) translate(10px, 10px);
    transform: rotate(135deg) translate(10px, 10px);
}

.uni-search-template button.close:before {
    -webkit-transform: rotate(45deg) translate(-10px, 10px);
    -moz-transform: rotate(45deg) translate(-10px, 10px);
    -ms-transform: rotate(45deg) translate(-10px, 10px);
    -o-transform: rotate(45deg) translate(-10px, 10px);
    transform: rotate(45deg) translate(-10px, 10px);
}

.uni-search-template button.close:hover:after {
    -webkit-transform: rotate(135deg) translate(10px, 10px) scale(.85, 1);
    -moz-transform: rotate(135deg) translate(10px, 10px) scale(.85, 1);
    -ms-transform: rotate(135deg) translate(10px, 10px) scale(.85, 1);
    -o-transform: rotate(135deg) translate(10px, 10px) scale(.85, 1);
    transform: rotate(135deg) translate(10px, 10px) scale(.85, 1);
}

.uni-search-template button.close:hover:before {
    -webkit-transform: rotate(45deg) translate(-10px, 10px) scale(.85, 1);
    -moz-transform: rotate(45deg) translate(-10px, 10px) scale(.85, 1);
    -ms-transform: rotate(45deg) translate(-10px, 10px) scale(.85, 1);
    -o-transform: rotate(45deg) translate(-10px, 10px) scale(.85, 1);
    transform: rotate(45deg) translate(-10px, 10px) scale(.85, 1);
}

.uni-search-template button.submit {
    height: 45px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    flex-basis: calc(20% - 4px);
}

body.uni-search-loading .uni-search-template button.submit {
    opacity: .5;
}

.uni-search-template input[type="text"] {
    margin: 0;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 5px 50px 5px 20px;
}

.uni-search-template input[type="text"]:focus {
    border-color: #26a9af;
}

.uni-search-template input:focus::placeholder {
    opacity: 0;
}

.uni-search-results {
    height: 0;
    overflow: hidden;
    background: #fbfbfb;
    padding: 0 50px;
}

.uni-search-results iframe {
    width: 100%;
    height: 100vh;
}

body.uni-search-have-results {
    overflow: hidden;
}

body.uni-search-have-results .uni-search-results {
    height: 100vh;
    overflow-y: auto;
    padding: 20px 50px 200px;
    border-top: 2px solid #e1e5ea;
    border-bottom: 2px solid #e1e5ea;
}

body.uni-search-have-results .uni-search-results #primary, body.uni-search-have-results .uni-search-results .cart-collaterals, body.uni-search-have-results .uni-search-results .woocommerce-checkout {
    margin-bottom: 50px;
}

body.uni-search-have-results .uni-search-results .woocommerce {
    -webkit-animation: 600ms search_results linear;
    -o-animation: 600ms search_results linear;
    animation: 600ms search_results linear;
}

@keyframes search_results {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.uni-search-results .products {
    display: block;
}

.ask-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 50px;
}

#uni-search .uni-search-results select {
    display: block !important;
}

#uni-search .uni-search-product-list {
    display: inline-flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}

#uni-search .uni-search-product-list li {
    width: 50%;
    padding: 10px;
    text-align: center;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#uni-search .uni-search-product-list h2 {
    font-size: 20px;
}

#uni-results {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px 15px;
}

#uni-search button, #uni-search a.button {
    background-color: #000;
    color: white;
    text-transform: none;
    font-size: 18px;
    text-align: center;
    border-width: 1px;
    border-style: outset;
    border-color: #000;
    border-radius: 8px;
}

.search-filter-block button {
    width: 100%;
    margin: 5px 0;
}

.uni-search-results .woocommerce-product-gallery {
    opacity: 1 !important;
}

.acc-failed {
    outline: 3px solid #5800ff !important;
}

.acc-failed.thick-outline {
    outline-width: 2px !important;
}

.acc-fail-tooltip {
    position: absolute;
    color: #5800ff;
    font-size: 13px;
    border-radius: 8px;
    background-color: white;
    line-height: 1;
    z-index: 999;
    text-transform: none;
    width: 200px;
    border: 1px solid #f7f7f7;
    padding: 10px 10px 10px 30px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 16px 24px rgba(0, 0, 0, 0.06);
}

.acc-fail-tooltip a {
    display: inline-block;
    color: #26a9af;
    margin-top: 3px;
}

.acc-fail-tooltip a:hover {
    color: inherit;
    text-decoration: underline;
}

.acc-fail-tooltip:hover {
    cursor: pointer;
    border-color: #5800ff;
}

.acc-fail-tooltip:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 12px;
    border-radius: 50%;
    background-color: #5800ff;
}

.scanner-loader {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99999999;
    font-size: 22px;
}

.scanner-loader .dots {
    position: absolute;
    width: 0;
    overflow: hidden;
    animation: dots-loading infinite 2s ease-in-out;
}

@keyframes dots-loading {
    0% {
        width: 0;
    }

    100% {
        width: 40px;
    }
}

@-webkit-keyframes dots-loading {
    0% {
        width: 0;
    }

    100% {
        width: 40px;
    }
}

/* Start notification block. Loader and result text */
.uni-search .notification-text {
    margin: 0;
    text-align: left;
}

.transition-loader {
    left: 50%;
    opacity: 0;
    width: 100%;
    bottom: 16px;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.uni-page-loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: 50%;
    transform: translate(-50%, -50%);
}

.uni-page-loader .transition-loader {
    bottom: auto;
    opacity: 1;
    visibility: visible;
}

body.uni-search-loading .transition-loader {
    opacity: 1;
    visibility: visible;
}

.loader-text {
    text-align: center;
    color: #5800ff;
    font-size: 24px;
}

.transition-loader-inner {
    color: #26a9af;
    text-align: center;
}

.transition-loader-inner .loader-circle {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: #26a9af;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.uni-page-loader .transition-loader-inner .loader-circle {
    width: 12px;
    height: 12px;
    margin: 0 24px;
}

.transition-loader-inner .loader-circle {
    -webkit-animation: loader 2.5s infinite ease-in-out;
    -o-animation: loader 2.5s infinite ease-in-out;
    animation: loader 2.5s infinite ease-in-out;
}

.transition-loader-inner .loader-circle:nth-child(1) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms;
}

.transition-loader-inner .loader-circle:nth-child(2) {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}

.transition-loader-inner .loader-circle:nth-child(3) {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms;
}

.transition-loader-inner .loader-circle:nth-child(4) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
}

.transition-loader-inner .loader-circle:nth-child(5) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
}

.transition-loader-inner .loader-circle:nth-child(6) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100ms;
}

.blink {
    -webkit-animation: blink 1000ms infinite ease-in-out;
    -o-animation: blink 1000ms infinite ease-in-out;
    animation: blink 1000ms infinite ease-in-out;
}

.acc-open-tooltip {
    position: absolute;
    z-index: 22;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='256' cy='378.5' r='25'/%3E%3Cpath d='M256,0C114.516,0,0,114.497,0,256c0,141.484,114.497,256,256,256c141.484,0,256-114.497,256-256 C512,114.516,397.503,0,256,0z M256,472c-119.377,0-216-96.607-216-216c0-119.377,96.607-216,216-216 c119.377,0,216,96.607,216,216C472,375.377,375.393,472,256,472z'/%3E%3Cpath d='M256,128.5c-44.112,0-80,35.888-80,80c0,11.046,8.954,20,20,20s20-8.954,20-20c0-22.056,17.944-40,40-40 c22.056,0,40,17.944,40,40c0,22.056-17.944,40-40,40c-11.046,0-20,8.954-20,20v50c0,11.046,8.954,20,20,20 c11.046,0,20-8.954,20-20v-32.531c34.466-8.903,60-40.26,60-77.469C336,164.388,300.112,128.5,256,128.5z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    background-color: #fff;
}

.acc-fail-tooltip-inner {
    width: 600px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 40px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.acc-fail-tooltip-inner .close-tooltip {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 4px;
    right: 4px;
    transition: 0.2s ease;
    border-radius: 2px;
}

.acc-fail-tooltip-inner .close-tooltip:before, .acc-fail-tooltip-inner .close-tooltip:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 2px;
    top: 50%;
    left: 50%;
    background-color: #000;
}

.acc-fail-tooltip-inner .close-tooltip:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.acc-fail-tooltip-inner .close-tooltip:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.acc-fail-tooltip-inner .close-tooltip:hover {
    background-color: #d3bcff;
}

.acc-fail-tooltip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    outline: none;
}

.acc-fail-tooltip-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    color: #26a9af;
}

.acc-fail-tooltip-footer-landmarks {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.acc-scanner-rules-button {
    background: #c255ff;
    padding: 10px 16px;
    border-radius: 6px;
    color: white !important;
    text-decoration: none !important;
}

.acc-scanner-rules-button:hover {
    background: #a83be5;
    text-decoration: none !important;
}

.acc-fail-landmarks-links:hover {
    color: #c255ff !important;
}

.acc-fail-tooltip-landmarks-title {
    color: #4D4A59 !important;
}

.acc-fail-tooltip-heading {
    text-align: center;
}

.disabled-lendmarks {
    margin-top: -14px;
    color: #5800ff;
    text-align: center;
}

.acc-scanner-rules-button:active {
    background: #c255ff;
    text-decoration: none;
}

.acc-fail-tooltip-read-more {
    display: flex;
    justify-content: center;
}

.acc-fail-tooltip-select-collapse {
    display: none;
}

.acc-fail-tooltip-footer>a {
    margin-top: 16px;
}

.acc-fail-tooltip-select-collapse.acc-fail-tooltip-select-show {
    display: block;
}

.acc-fail-tooltip-select-collapse>li {
    padding: 8px 20px;
    border-top: 1px solid #c255ff;
    font-size: 14px
}

.acc-fail-tooltip-select-collapse>li>a {
    color: #4c4959;
}

.acc-fail-tooltip-landmarks-select {
    border: 1px solid #c255ff;
}

.acc-fail-tooltip-landmarks-select>div {
    padding: 16px;
}

.acc-select-arrow {
    border: 6px solid transparent;
    border-top-color: #c255ff;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
}

.acc-select-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #c255ff;
    color: white !important;
}

.acc-scanner-button {
    background-color: #CC41FF;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid transparent;
    padding: 5px 15px;
    font-weight: bold;
}
.acc-scanner-button:hover {
    border: solid 1px #CC41FF;
    color: #CC41FF;
    background-color: white;
}

.acc-scanner-button-outlined {
    border: solid 1px #CC41FF;
    border-radius: 40px;
    color: #CC41FF;
    background-color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 15px;
    font-weight: bold;
}

.acc-scanner-button-outlined:hover {
    background-color: #CC41FF;
    color: white;
}

.acc-scanner-button:active, .acc-scanner-button-outlined:active {
    opacity: 0.5;
}

@media all and (min-width: 1400px) {
    #uni-search .uni-search-product-list li {
        width: 33.3%;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loader {
    0% {
        opacity: 0;
        transform: translateX(-300px) scale(1);
    }

    33% {
        opacity: 1;
        transform: translateX(0px) scale(2);
    }

    66% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateX(300px) scale(2);
    }
}

@-webkit-keyframes loader {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

@media screen and (max-width: 991px) {
    .uni-search-template {
        margin: 0;
        width: calc(100% - 315px);
    }

    .uni-search-template .uni-search-form-block {
        margin-left: 0;
        width: 85%;
    }

    .uni-search-template button.submit {
        margin-left: 14px;
    }

    body.uni-search-have-results .uni-search-results {
        min-height: 40vh;
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .uni-search-template .uni-search-form-block {
        width: 100%;
    }

    .uni-search-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #uni-search button, #uni-search a.button {
        position: relative;
        right: auto;
    }

    .uni-search-template {
        width: 100%;
    }

    .uni-search-filters {
        position: static;
        z-index: 1;
        width: 100%;
    }

    body.uni-search-have-results .uni-search-results {
        padding: 20px 0;
        min-height: 44vh;
    }

    #uni-search .uni-search-product-list h2 {
        font-size: 14px;
    }

    .uni-search-template .uni-search-form-block, .uni-search-template .uni-search-form-block .uni-search-form {
        padding-bottom: 10px;
    }

    .uni-search .notification-text {
        font-size: 10px;
    }

    .uni-search-template button.close {
        width: 30px;
        height: 30px;
    }

    .uni-search-template button.close:after, .uni-search-template button.close:before {
        top: 48%;
        left: 76%;
    }

    .uni-search-template input[type="text"] {
        height: 30px;
    }

    .uni-search-buttons {
        margin-bottom: 5px;
    }

    .uni-search-template button.submit {
        margin-top: 5px;
        top: 0;
    }

    .uni-search-template .uni-search-form-block, .uni-search-template .uni-search-form-block .uni-search-form {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 480px) {
    .uni-search-template .uni-search-form-block .uni-search-form-content {
        flex-direction: column;
    }

    .uni-search-template button.submit {
        margin-left: 0;
        margin-top: 5px;
        height: 35px;
    }
}

@media screen and (max-height: 600px ) {
    #purple-lens-popup .purple-lens-popup-content {
        margin: 10%;
    }
}

#shop-wrap [name="add-to-cart"].button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
}

[for="min-price"]:before, [for="min-price"]:after {
    display: none;
}

.uni-search-results .uni-search-products {
    margin-bottom: 80px;
}

#uni-search .search-filter-block > button {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath d='M8 3L16 12L8 21' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 10px) center/24px #fff;
    border: 0;
    border-radius: 8px;
    padding: 14px 46px 14px 10px;
    text-transform: none;
    font-size: 18px;
    text-align: left;
    color: #252525 !important;
    transition: 0.2s ease;
}

#uni-search .search-filter-block > button[aria-expanded="true"] {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath d='M21 8L12 16L3 8' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat calc(100% - 10px) center/24px #fff;
}

.search-filter-block {
    border: 1px solid #C7C7C7;
    border-radius: 8px;
}

.search-filter-block + .search-filter-block {
    margin-top: 8px;
}

.uni-search-filters .search-filter-block.show-filter-list .search-filter-list {
    padding-left: 0;
    margin: 0 10px;
}

.price-range-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.price-range-field {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    position: relative;
}

.price-range-field label:before, .price-range-field label:after {
    content: none;
}

.price-range-field.first:after {
    content: '-';
    position: absolute;
    left: calc(100% + 5px);
    font-size: 24px;
    font-weight: bold;
    color: #939393;
    bottom: 5px;
}

.price-range-field label {
    font-size: 16px;
    font-weight: 600;
    color: #4E4E4E;
    display: block;
    margin-bottom: 4px;
}

.price-range-field input {
    border: 2px solid #939393;
    border-radius: 4px;
    height: 46px;
    padding: 4px;
}

#uni-search .search-filter-block button[data-name="apply-filter"] {
    padding: 18px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    border-radius: 12px;
    border: 0;
    text-transform: none;
    margin: 0 0 14px;
}

.uni-search-filters .uni-search-filter-item {
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 6px;
}

#uni-search button[data-name="clear-filter"] {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    text-transform: none;
    color: #000;
    font-size: 18px;
    margin: 28px auto 0;
    width: calc(100% - 26px);
}

.acc-right-panel-container {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000000000;
    display: flex;
    width: 450px;
    transition-property: all;
    transition-duration: 350ms;
    transition-timing-function: ease;
    font-family: sans-serif;
    color: #4D4A59;
}

.acc-right-panel-container ::-webkit-scrollbar {
    width: 14px;
}

.acc-right-panel-container ::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    background-clip: padding-box;
    border-radius: 20px;
    background-color: #ab48ce;
}

.acc-right-panel-close-button-container {
    width: 0px;
    height: 100vh;
    position: relative;
    background: lightblue;
}

.acc-right-panel-content-container {
    flex-shrink: 0;
    width: 450px;
    background-image: linear-gradient(to right bottom, #a172fd, #ab69fe, #b65fff, #c152fe, #cd41fc);
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    box-shadow: 0 0 3px #000000;
}

.acc-right-panel-close-button {
    width: 50px;
    height: 140px;
    background-image: linear-gradient(to bottom, #a172fd, #ab69fe, #b65fff, #c152fe, #cd41fc);
    align-self: center;
    cursor: pointer;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: .8;
    box-shadow: 0 0 3px #000000;
}

.acc-right-panel-close-button:active {
    opacity: 1;
}

.acc-right-panel-close-button-text {
    font-size: 14px;
    width: 100px;
    transform: rotate(90deg) translate(65px, 25px);
    font-weight: 600;
    color: white;
    user-select: none;
}

.acc-right-panel-container.acc-right-panel-container-close {
    width: 0;
    padding-left: 0;
    padding-right: 0;
}

.acc-right-panel-tabs-container {
    height: 347px;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden !important;
}

.acc-right-panel-tabs-top {
    height: 49px;
    display: flex;
    background: #c189ff;
}

.acc-right-panel-tabs-screens {
    border-top: none;
    height: 100%;
    overflow-y: auto;
    background: #f4f4f5;
}

.acc-right-panel-tabs-screens>div {
    display: none;
    /* width: 390px; *//* width: 100%; */
    flex-wrap: wrap;
    align-content: flex-start;
    padding-left: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.acc-right-panel-tabs-screens>div.acc-tabs-show {
    display: flex;
}

.acc-right-panel-tabs-screen-all {
    flex-direction: column;
    padding: 20px;
}

.acc-right-panel-tabs-screen-fail {
    flex-direction: column;
}

.acc-right-panel-tab {
    width: 25%;
    height: 100%;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    user-select: none;
    font-weight: 700;
}

.acc-right-panel-tab.acc-right-panel-tab-active {
    background: #f4f4f5;
    border-bottom: none;
    opacity: 1;
    color: #8c52ff;
    font-weight: 700;
    border-radius: 6px 6px 0 0;
}

.acc-right-panel-total-row {
    width: 55%;
    display: flex;
    padding: 10px;
    padding-left: 29px;
    align-items: center;
    border-bottom: 1px solid #9c71f138;
}

.acc-right-panel-total-col {
    font-size: 24px;
    padding: 0 8px;
}

.acc-right-panel-tab-list-item {
    width: 365px;padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
    /* width: 100%; */
    user-select: none;
    border-radius: 4px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
}

.acc-right-panel-tab-list-item:hover {
    background: #c189ff3d;
}

.acc-right-panel-tab-list-item-active, .acc-right-panel-tab-list-item-active.acc-right-panel-tab-list-item:hover {
    background: #c189ff75;
    font-weight: 500;
}

.acc-failed-current {
    outline: none !important;
    animation: blinkk 1.3s infinite;
}

.acc-right-panel-message-container, .acc-right-panel-code-container, .acc-right-panel-selector-container {
    /* width: 100%; */
    height: 85px;
    margin-bottom: 20px;
    font-size: 14px;
    background: #f4f4f5;
    padding: 10px;
    font-weight: 700;
    overflow-y: auto;
    border-radius: 6px;
    overflow-x: hidden;
}

.acc-failed-scan {
    outline: 2px dashed #8941fc;
}

.acc-failed-relative {
    position: relative !important;
}

.acc-common-error-icon {
    width: 25px !important;
    height: 25px !important;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
}

.acc-common-error-icon>svg {
    width: 100%;
    height: 100%;
}

.acc-right-panel-title {
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
    padding-bottom: 3px;
    color: white;
}

.acc-right-wrap-disabled {
    opacity: 0.15;
    /* width: 400px; */}

.acc-right-panel-big-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.acc-right-panel-big-icon>svg {
    width: 100%;
    heigth: 100%;
}

.acc-right-panel-total-row-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.acc-right-panel-total-col:nth-child(3) {
    margin-left: auto;
}

.acc-right-panel-nums {
    color: #d470f9;
    font-weight: 600;
}

.acc-right-panel-scantype-title {
    color: white;
    font-weight: 500;
    margin-bottom: -15px;
    padding-left: 10px;
    text-align: right;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.acc-right-panel-landmarks-fix-wrap {
    background: #f4f4f5;
    border-radius: 6px;
    overflow: hidden;
    max-height: 740px;
    margin-bottom: 15px;
    transition-property: max-height;
    transition-duration: 300ms;
}

.acc-right-panel-landmarks-fix-wrap.acc-right-panel-landmarks-fix-wrap-collapsed {
    max-height: 40px;
}

.acc-right-panel-landmarks-fix-wrap[data-element-selector-unique=unique] .acc-right-panel-landmarks-submit {
    display: flex;
}

.acc-right-panel-landmarks-fix-wrap[data-element-selector-unique=unique] .acc-right-panel-landmarks-types {
    display: flex;
}

.acc-right-panel-landmarks-addtype-collapse-button {
    display: flex;
    padding: 0px 15px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    color: white;
    background: #c189ff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.acc-right-panel-landmarks-addtype-title {
}

.acc-right-panel-landmarks-addtype-arrow {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    transition-property: transform;
    transition-duration: 300ms;
}

.acc-right-panel-landmarks-addtype-arrow.acc-right-panel-landmarks-addtype-arrow-collapsed {
    transform: rotate(0deg);
}

.acc-right-panel-landmarks-addtype-arrow>svg {
    width: 100%;
    height: 100%;
}

.acc-right-panel-landmarks-fix-wrap[data-element-selector-unique=unique] .acc-right-panel-landmarks-addtype-message {
    display: none !important;
}

.acc-right-panel-landmarks-addtype-message {
    display: none;
}

.acc-right-panel-landmarks-fix-wrap[data-element-selector] .acc-right-panel-landmarks-addtype-message {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: flex-start;
}

.acc-right-panel-landmarks-addtype-message-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.acc-right-panel-landmarks-addtype-message-icon>svg {
    width: 100%;
    height: 100%;
}

.acc-right-panel-landmarks-addtype-message-title {
    font-size: 16px;
    color: #f55b21;
}

.acc-right-panel-landmarks-types {
    display: none;
    padding: 15px;
    flex-direction: column;
}

.acc-right-panel-landmarks-types-item {
    display: flex;
    margin-bottom: 2px;
    font-size: 14px;
    width: 270px;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    font-weight: 500;
    color: #545454 !important;
}

.acc-right-panel-landmarks-types-item:hover {
    background: #c189ff3d;
}

.acc-right-panel-landmarks-submit>button {
    opacity: .4;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-weight: 600;
    padding: 7px 35px;
    border-radius: 6px;
    background: #c189ffcc;
}

.acc-right-panel-landmarks-submit {
    display: none;
    justify-content: center;
    padding: 10px 0;
}

.acc-right-panel-landmarks-submit>button[data-lm-type] {
    opacity: 1;
}

.acc-right-panel-landmarks-submit>button[data-lm-type]:active {
    background: #c189ff;
}

.acc-right-panel-tabs-screen-quick {
    width: 390px;
    /* height: 100%; */
    display: flex;
}

.acc-right-panel-fix-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 100%; */
    padding: 10px;
}

.acc-right-panel-fix-sending .acc-right-panel-fix-main-block {
    display: none;
}

.acc-right-panel-fix-main-title {
    font-size: 14px;
}

.acc-right-panel-fix-items-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-bottom: solid #e2e2e2 1px;
    padding-bottom: 10px;
}

.acc-right-panel-fix-item-wrap {
    display: flex;
    /* width: 100%; */
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 4px;
}

.acc-right-panel-fix-item-wrap.acc-right-panel-fix-item-selected {
    background: #bd77fd73;
}

.acc-right-panel-fix-input-wrap {
    width: 44% !important;
    flex-shrink: 0;
    display: flex;
    margin-right: 10px;
}

.acc-right-panel-fix-input-wrap>input {
    width: 100%;
    border: none;
    outline: 1px solid #c189ff3d;
    padding: 3px 6px !important;
    margin-right: 5px;
    color: #272727 !important;
    font-size: 12px !important;
}

.acc-right-panel-fix-readmore-wrap {
    display: flex;
    background: #c189ff;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: white;
    border-radius: 100px;
    cursor: pointer;
    margin-left: auto;
    text-decoration: none;
}

.acc-right-panel-fix-buttons-block {
    margin-top: auto;
    display: flex;
    padding: 10px 0px;
}

.acc-right-panel-fix-submit {
    border-radius: 6px;
    padding: 3px 10px;
    background: #c189ff;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-left: auto;
    cursor: pointer;
    user-select: none;
}

.acc-right-panel-fix-submit:active {
    background: #c189ffc7;
}

.acc-right-panel-fix-sending .acc-right-panel-fix-submit {
    display: none;
}

.acc-right-panel-fix-sending-frame {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.acc-right-panel-fix-sending .acc-right-panel-fix-sending-frame {
    display: flex;
}

.acc-right-panel-fix-sending-title {
    font-size: 16px;
    color: #6328d1;
}

.acc-right-panel-tab-list-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
    padding-right: 6px;
}

.acc-right-panel-fix-totab {
    display: flex;
    border: solid 1px;
    background: #52d379;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 6px;
    align-items: center;
    margin-left: 3px;
}

.acc-scan-overlay {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2308299c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: sans-serif;
}

.acc-items-scan-container {
    margin-top: 30px;
}

.acc-items-scan-container * {
    box-sizing: border-box;
}

.acc-items-scan-row-blk {
    display: flex;
    border-top: solid #ffffff6b 2px;
    padding: 4px 0 4px 4px;
}

.acc-items-scan-img-blk {
    display: flex;
    width: 70px;
    height: 48px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    align-self: center;
}

.acc-items-scan-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acc-items-scan-left-blk {
    overflow: hidden;
    width: 50px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 5px;
}

.acc-items-scan-left-blk-ext {
    width: 70px;
}

.acc-items-scan-left-title-blk {
    height: 50%;
    padding: 4px;
    align-self: flex-end;
    color: white;
    font-size: 12px;
}

.acc-items-scan-left-alt-blk {
    height: 50%;
    padding: 4px;
    align-self: flex-end;
    font-size: 12px;
    color: white;
}

.acc-items-scan-left-blk-ext .acc-items-scan-left-alt-blk {
    display: flex;
    align-items: flex-end;
}

.acc-items-scan-right-blk {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 5px;
}

.acc-items-scan-right-title-blk {
    height: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding-top: 2px;
}

.acc-items-scan-right-alt-blk {
    height: 50%;
}

.acc-items-scan-right-alt-blk>input {
    width: 263px;
    font-size: 14px;
    color: purple;
    padding: 3px 9px;
    border-radius: 4px;
    border: none;
    background: #ffffffbd;
}

.acc-items-scan-right-blk-ext .acc-items-scan-right-title-blk {
    max-width: 319px;
    width: 319px;
    height: initial;
    white-space: initial;
    overflow: visible;
    text-overflow: initial;
    word-break: break-word;
    padding-bottom: 10px;
}

.acc-items-scan-right-blk-ext .acc-items-scan-right-alt-blk>input {
    width: 315px;
}

.acc-items-scan-right-alt-blk>input:focus {
    outline: #800080cf 3px dashed;
}

.acc-items-scan-save-button-blk {
    margin-top: 40px;
}

.acc-items-scan-submit-button {
    padding: 10px;
    background: #f0d1fe;
    border: none;
    border-radius: 4px;
    color: #803497;
    font-weight: 600;
    cursor: pointer;
}

.acc-items-scan-submit-button:active {
    opacity: .8;
}

.acc-items-scan-save-error {
    color: red;
    font-weight: 600;
    margin-top: 40px;
    display: none;
    font-size: 16px;
    text-shadow: #ffffff94 0 0 3px;
    background: #f0d1fe;
    border-radius: 6px;
    padding: 10px 20px;
    text-align: center;
}

.rtl .acc-right-panel-container {
    direction: ltr;
}

.acc-scan-loader {
    border: 10px solid #b163ff; /* Blue */
    border-left: 10px solid #eeddff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spinScanLoader 1.2s linear infinite;
}

body.uni-toolbar-navigate :focus, html.uni-toolbar-navigate :focus {
    box-shadow: 0px 0px 0px 4px #fff !important;
}

@keyframes blinkk {
    from {
        box-shadow: 0 0 0 6px #ffaa0042;
    }

    60% {
        box-shadow: 0 0 0 6px #ffaa00;
    }

    to {
        box-shadow: 0 0 0 6px #ffaa0042;
    }
}

@keyframes spinScanLoader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

ul.uni-search-product-list .add-links > div {
    display: none;
}
