
.loader-mini {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #f0f0f0;
    /*background: #091e48;*/
    position: relative;
    opacity: 0;
}

.hovarable-img img.loader-mini, .ui-photos .loader-mini.item-delete-lg, .loader-mini.anim {
    animation: load3 1.4s infinite linear;
    opacity: 1;
}

.loader-mini.abs {
    position: absolute;
    top: calc(50% - 1.5em);
    left: calc(50% - 1.5em);
    z-index: 33;
}

.loader-mini:before {
    width: 50%;
    height: 48%;
    background: #EC3F3B;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader-mini:after {
    /*background: #fff;*/
    background: transparent;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loader-mini.loader-mini-inline:after {
    /*background-color: #fff;*/
    background: transparent;

}

.anim {
    transition: all 0.3s ease-in-out;
}

.loader-mini {
    display: inline-block !important;
}

.loader-mini {
    vertical-align: middle !important;
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.review-rating {
    color: #eea20e;
    display: inline-block;
}

.review-rating i {
    font-size: 1.2rem;
    /*    //vertical-align: middle;*/
    width: .9em;
    text-align: left;
}

.review-rating .fa-star-o:before {
    color: #ccc;
    content: "\f005";
}

.review-rating .fa-star-half {
    position: relative;
}

.review-rating .fa-star-half:before {
    z-index: 1;
    position: relative;
}

.review-rating .fa-star-half:after {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f005";
    color: #ccc;
}

.review-rating-lg i {
    font-size: 24px;
}

.opacity-5 {
    opacity: 0.5;
}

#checkout-form label:not(.form-check-label) {
    display: block;
}

.product .product__img img {
    height: 180px !important
}

.product .favorit {
    top: 0.25rem;
    right: 0;
}

.product .btn-quick-add-to-cart {
    opacity: 0;
    pointer-events: none;
    bottom: -2.5rem;
    position: absolute;
}

.product:hover .btn-quick-add-to-cart {
    opacity: 1;
    pointer-events: all;
    bottom: 0;
    z-index: 2;
}

.product:hover .product__img {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.favorit .icon {
    animation: none !important;
}


.partners-swiper img {
    height: 100px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background: #fff;
    padding: 1rem; }
@media (min-width: 768px) {
    .partners-swiper img {
        height: 110px; } }
@media (min-width: 1200px) {
    .partners-swiper img {
        height: 130px; } }


.product-variant {
    width: 90px;
    text-align: center;
}

.product-variant img {
    height: 60px;
    object-fit: contain;
}

.product-variant a.color {
    height: 30px;
    width: 40px;
}

.list-attribute.active .product-variant, .product-variant:hover {
    border-color: var(--success) !important;
    border-width: 2px !important;
}


.product-variant {
    border-width: 2px !important;
}

.product-variant-external a {
    box-shadow: none !important;
}

.product-variant-external a.color {
    border: 1px solid silver !important;
}

.product-variant-external > a {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.product-variant-external:hover > a {
    border: 1px solid var(--success) !important;
}

.product-variant-external .product-variant a .icon {
    background: red;
    opacity: 0 !important;
}

.editable-content img {
    max-width: 100%;
}


.filter .list-inline-item {
    width: 20% !important;
}
.filter .list-inline-item >a {
    width: 100% !important;
}

.bg-light-warning {
    background: #fff7e1;
}

footer .custom-switch .custom-control-label::before {
    top: 0.25rem !important;
    height: 1.025rem !important;
    transform: none !important;;
    transition: none;
}

footer .custom-switch .custom-control-label::after {
    top: 50%;
    transition: none;
}

footer .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    top: calc(0.25rem + 2px);
}

/*Search suggestions*/

.overlay {
    position: relative;
    overflow: hidden;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
    pointer-events: none;
}

.search form .input-group {
    max-width: 100%;
    width: 300px;
}

.search .search-suggestions {
    width: 700px;
    max-width: 100%;
    z-index: 10;
    margin-top: -36px;
}

.search-suggestions img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: white;
}

@media (min-width: 768px) {
    .search .search-suggestions {
        margin-top: -48px;
        left: 0.75rem;
    }
}

.search .search-suggestions-inner {
    height: 500px;
    max-height: 80vh;
}

@media (min-width: 768px) {
    .search .search-suggestions-inner {
        margin-top: 48px;
    }
}

.search b {
    font-weight: 600;
}

.search form {
    z-index: 11;
}

.search p {
    top: 0;
    z-index: 1;
}
