body.no-scroll {
    overflow: hidden;
}

.search-input {
    font-size:14px;
    color:black;
    /*height:29px;*/
    margin:3px 10px 0 0;
    width:394px;
    cursor:pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23555' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 6px center;
    padding: 0 32px;
    line-height: 29px;
    border: 1px solid #002052;
}

.search-input::placeholder {
    color: #000;
}

.super-search-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 20px;
    color: rgba(0,0,0,.9);
    /*font-size: 15px;*/
    text-rendering: optimizeLegibility;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    background: rgba(0,0,0,0.4);
    z-index: 10000;
    overflow-y: auto;
    padding-left: 48px;
    padding-right: 48px;
}

.d-none {
    display: none !important;
}

.super-search-wrapper {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    margin: 0 auto;
    max-width: 1050px;
    min-width: 1000px;
    margin-bottom: 2%;
}

.super-search-wrapper a {
    /*color: #0d47a1;*/
    text-decoration: none;
}
.super-search-wrapper a:hover {
    /*color: #0d47a1 !important;*/
    text-decoration: none;
}

.super-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 0 33px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    justify-content: start;
    align-items: stretch;
    /*position: sticky;*/
    /*position: -webkit-sticky; !* Safari *!*/
    /*top: 0;*/
    /*background: #fff;*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
}

.super-search-form.sticky {
    /*box-shadow: 0 1px 10px rgba(0,0,0,.2);*/
}

.super-search-icon {
    /*-webkit-box-flex: 0;*/
    /*-ms-flex-positive: 0;*/
    /*flex-grow: 0;*/
    /*line-height: 0;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    align-items: center;
    color: #9e9e9e;
    display: none
}

.super-search-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px;
    padding-left: 0;
}

.super-search-input input {
    width: 100%;
    border: 0;
    font-size: 19px;
    line-height: 42px;
    padding: 20px 0;
}

.super-search-input input:focus {
    outline: 0;
}

.super-search-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.super-search-close a {
    color: #9e9e9e;
    display: inline-block;
    height: 24px;
}

.super-search-close a:hover {
    color: #000;
}

.super-search-rest-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    /*margin-right: -20px;*/
    margin-left: 0;
}

.items-product-rest-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    /* width: 33.3%; */
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
    justify-content: end;
}

.super-search-rest-results a,
.items-product-rest-results a {
    color: #fff !important;
    vertical-align: middle;
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    background: #1e88e5;
    border-radius: 3px;
    margin: 0 20px;
    font-size: 13px;
    height: 34px;
}

.super-search-rest-results a:hover,
.items-product-rest-results a:hover {
    background-color: #1976d2;
}

.super-search-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6;
}

.super-search-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    border-right: 1px solid #e6e6e6;
}

.super-search-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: -20px;*/
    flex-direction: column;
}

.super-search-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.super-search-categories {
    /*margin-top: 40px;*/
}

.super-search-category {
    border-bottom: 1px solid #e6e6e6;
}

.super-search-category a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    /*color: #333;*/
}

.super-search-category.active {
    position: relative;
    border-color: transparent;
}

.super-search-category.active a {
    background: #1e88e5;
    border-bottom: 1px solid transparent;
    margin-right: -1px;
    color: #fff !important;
}

.super-search-category .close-filter {
    position: absolute;
    width: 48px;
    left: -48px;
    background: #126bba;
    top: 0;
    bottom: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.super-search-category .close-filter i {
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
}

.super-search-category.active:before {
    /*position: absolute;*/
    /*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");*/
/*   */
}

.super-search-category a:first-of-type {
    /*border-top: 1px solid #e6e6e6;*/
}

.super-search-category a:hover {
    /*color: #333;*/
}

.super-search-category a span {
    /*text-decoration: underline;*/
}

.super-search-category a .super-search-badge {
    margin-left: 30px;
    padding: 3px 5px;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 3px;
    font-size: 13px;
    text-decoration: none !important;
    color: #878787;
    line-height: 13px;
}

.super-search-category a:hover .super-search-badge {
    background: #0d47a1;
    border: 1px solid #0d47a1;
    color: #fff;
}

.super-search-products {
    /*-webkit-box-flex: 1;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    /*padding: 20px;*/
    /*padding-right: 0;*/
    width: 100%;
}

.super-search-cell-items {
    padding-left: 30px;
}

.items-title {
    margin-bottom: 40px;
}

.items-title a {
    font-size: 21px;
}

.items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 33px;
}

.items-product-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    width: 100%;
    font-size: 19px;
    margin-bottom: 10px;
    padding-top: 20px;
    gap: 20px;
    padding-left: 33px;
    padding-right: 33px;
}

.items-product-category:first-of-type {
    border: 0;
    padding-top: 0;
}

.items-product-category a {
    /*color: #333;*/
    text-decoration: none;
    font-size: 15px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.items-product-category a span {
    font-size: 12px;
}

.items-product-category a img {
    width: 16px;
}

.items-product-category a:hover .icon-arrow-right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m24 40-2.1-2.15L34.25 25.5H8v-3h26.25L21.9 10.15 24 8l16 16Z' fill='red'/%3E%3C/svg%3E");
}

.items-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    /*width: 33.3%;*/
    width: 25%;
    padding-right: 20px;
    padding-bottom: 40px;
    flex-direction: column;
}

.items-product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.items-product-img {
    width: 70px;
    height: 70px;
    text-align: center;
    /*border: 1px solid #ccc;*/
    margin-right: 10px;
    /*padding: 5px;*/
    border-radius: 3px;
    position: relative;
}

.items-product-discount {
    position: absolute;
    top: -6px;
    background-color: #FF9C11;
    color: #fff;
    padding: 2px 5px;
    border-radius: 9px;
    font-size: 11px;
    line-height: 12px;
}

.items-product-img a {
    /*display: block;*/
}

.items-product-img img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
}

.items-product-img span {
    color: #666;
    font-size: 11px;
    display: block;
    text-align: left;
    margin-top: 10px;
}

.items-product-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.items-product-title {
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 14px;
}

.items-product-title a {
    display: block;
}

.items-product-price {
    font-size: 15px;
    /*margin-bottom: 5px;*/
    white-space: nowrap;
    /*margin-top: 10px;*/
}

.items-product-stock {
    font-size: 12px;
    color: #555;
}

.items-product-stock.green {
    color: green;
    margin-bottom: 5px;
}

.items-product-info-wrapper {
    font-size: 11px;
    color: #555;
    line-height: 13px;
}

.items-product-info-wrapper div {
    margin-bottom: 3px;
}

.items-product-info-wrapper div:last-child {
    margin-bottom: 0;
}

.items-product-status-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.items-product-old-price::before {
    background: #8b929b;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-3deg);
    width: 100%
}
.items-product-old-price {
    font-size: 12px;
    color: #8b929b;
    position: relative;
}
.items-product-price-discount {
    color: #13c772;
    font-weight: 500;
    letter-spacing: 1px;
}

.items-product-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 40px;
    justify-content: center;
}

.items-product-more a {
    border-radius: 3px;
    color: #fff;
    vertical-align: middle;
    display: inline-flex;
    line-height: 34px;
    padding: 0 20px;
    align-items: center;
    gap: 6px;
    background: #1e88e5;
    font-size: 13px;
    height: 34px;
    width: 200px;
    justify-content: center;
}

.items-product-more a:hover {
    /*color: red;*/
}

.items-product-more a:hover .icon-arrow-down {
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 40 8 24l2.1-2.1 12.4 12.4V8h3v26.3l12.4-12.4L40 24Z' fill='red'/%3E%3C/svg%3E");*/
}

.text-green {
    color: green;
}

.super-search-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.super-search-results-link-wrapper {
    padding: 40px 20px 40px 110px;
    border-top: 1px solid #e6e6e6;
    margin: 40px 0 -20px -20px;
}

.icon-arrow-right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m24 40-2.1-2.15L34.25 25.5H8v-3h26.25L21.9 10.15 24 8l16 16Z' fill='%230d47a1'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-arrow-up {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M22.5 40V13.7L10.1 26.1 8 24 24 8l16 16-2.1 2.1-12.4-12.4V40Z' fill='%23fff'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-arrow-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 40 8 24l2.1-2.1 12.4 12.4V8h3v26.3l12.4-12.4L40 24Z' fill='%23fff'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.splide__track {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.splide__arrow--prev {
    left: 0 !important;
}

.splide__arrow--next {
    right: 0 !important;
}

.splide {
    width: 100% !important;
}

.splide__list {
    align-items: center;
}

.splide__arrow {
    background-color: #eee !important;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    transition: background-color 100ms linear;
    height: 2.5em !important;
    width: 2.5em !important;
    opacity: 1 !important;
}

.splide__arrow:hover {
    background-color: #1e88e5 !important;
}

.splide__arrow--prev {
    -moz-transform:  rotateY(180deg) !important;
    -o-transform:  rotateY(180deg) !important;
    -webkit-transform:  rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
    margin-top: -1em;
}

.splide__arrow i {
    background: transparent url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='512px' id='_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon points='160,128.4 192.3,96 352,256 352,256 352,256 192.3,416 160,383.6 287.3,256 ' fill='%230d47a1'/%3E%3C/svg%3E") no-repeat 7px 6px;
    background-size: 16px;
    display: inline-block;
    text-indent: -999px;
    height: 100%;
    width: 100%;
    background-position: center;
}

.splide__arrow:hover i {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='512px' id='_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon points='160,128.4 192.3,96 352,256 352,256 352,256 192.3,416 160,383.6 287.3,256 ' fill='%23fff'/%3E%3C/svg%3E");
}

.splide__slide a {
    display: inline-block !important;
    font-size: 14px;
}

.property-templates-list {
    padding: 20px 33px;
    border-bottom: 1px solid #e6e6e6;
}

.breadcrumbs-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.breadcrumbs-wrapper .breadcrumbs {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs-wrapper .breadcrumbs li:after {
    content: '/';
    margin-left: 8px;
}

.breadcrumbs-wrapper .breadcrumbs li:last-child:after {
    display: none;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-ball-clip-rotate {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-clip-rotate.la-dark {
    color: #d1d1d1;
}
.la-ball-clip-rotate > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-clip-rotate {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .5s linear infinite;
    -moz-animation: ball-clip-rotate .5s linear infinite;
    -o-animation: ball-clip-rotate .5s linear infinite;
    animation: ball-clip-rotate .5s linear infinite;
}
.la-ball-clip-rotate.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-clip-rotate.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-ball-clip-rotate.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-clip-rotate.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-ball-clip-rotate.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-clip-rotate.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}