
.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;
    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;
}

/*.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;
}


.single-product-description .product__specs .quantity .form-control {
    width: 66px;
}


@media (max-width: 1200px) {
    .subheader .subheader__title {
        line-height: 0.8;
    }
}

.single-category-1 li:last-of-type {
    margin-bottom: 0;
}

.img-cart {
    width: 52px;
    height: 68px;
    object-fit: contain;
}

.cart-input {
    width: 76px;
}

.cart__content {
    overflow: auto;
}

.no-transition {
    transition: none;
}

.max-height {
    max-height: 50vh;
}

.pagination-bar .pagination {
    overflow: auto;
}

.z-index-1 {
    z-index: 1;
}

.z-index-99 {
    z-index: 99;
}

.product-brand-img {
    height: 50px;
}

.has-float-label {
    display: block;
    position: relative;
}

.has-float-label label, .has-float-label > span {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: 0.75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
}

.has-float-label label::after, .has-float-label > span::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all .2s;
}

.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s;
}

.has-float-label .form-control::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    opacity: .5;
    top: 0.6rem;
    pointer-events: none;
}

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group .has-float-label .form-control {
    width: 100%;
    border-radius: 0.25rem;
}

.input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.show-on-hover-tip {
    opacity: 0;
}

.show-on-hover-trigger {
    opacity: 0.5;
}

.show-on-hover:hover .show-on-hover-trigger, .show-on-hover:hover .show-on-hover-tip {
    opacity: 1;
}

.cover__configurator .car-list img {
    width: 56px;
}

.cover__configurator .car-list {
    height: 400px;
}

@media (min-width: 768px) {
    .cover__configurator .car-list li a {
        padding-left: 2rem;
    }

    .cover__configurator.cover__configurator-compact {
        min-height: 570px;
    }
}


@media (min-width: 1300px) {
    .filter .filter-open {
        top: 50px;
    }
}

@media (max-width: 600px) {
    .motorization .table td, .motorization .table th {
        padding: 0.2rem;
    }

    .motorization table {
        font-size: 0.8rem;
    }

    .motorization .show-on-hover-tip {
        display: none !important;
    }
}


@media (min-width: 601px) {
    .motorization .table td {
        vertical-align: middle;
    }
}


@media (min-width: 768px) {
    .choose-car-carousel .owl-item .owl__item {
        min-width: 312px;
    }
}

.cart-item-count {
    /*top: -24px;*/
    /*right: -12px;*/
    top: -1.5em;
    right: -0.6em;
}
@media (min-width: 992px) {
    .cart-wrapper .cart {
        top: 148px;
    }
    .sticky-menu .cart-wrapper .cart {
        top: 100px;
    }
}

.help .icon {
    writing-mode: vertical-lr;
}

.distinct-price s {
    font-size: 0.7em;
    color: #292929;
}


.cover__carousel .item__img img {
    max-height: 260px;
}

.see-more {
    margin-right: 1px;
}

.cover .cover-bg {
    background-position: center;
}

.cover .cover__configurator {
    opacity: 0.95;
    opacity: 0.93;
    /*backdrop-filter: blur(2px);*/
}

.cover .owl-nav {
    position: absolute;
}


.product-not-available {
    position: absolute;
    z-index: 1;
    background: rgb(228 30 36 / 90%);
    width: 100%;
    text-align: center;
    padding: 1rem 0.5rem;
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.25em;
}

.product-not-available + img {
    filter: grayscale(0.8);
}

.reserve-seat-event .close .icon {
    transition: all 0.3s ease-in-out;
}
.reserve-seat-event .close {
    position: absolute !important;
    top: 20px;
    right: 20px;
    margin: 0;
    opacity: 1 !important;
    z-index: 1;
    padding: 0;
}
.reserve-seat-event .close .icon {
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #8e8e8e;
    text-shadow: none;
}
.reserve-seat-event .close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    height: 40px;
    width: 56px;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    background: #efefef;
    z-index: -1;
}
.reserve-seat-event .close:hover .icon {
    color: #d6ad71;
    transform: rotate(360deg);
}
.reserve-seat-event .modal-header {
    padding: 2rem;
    padding-bottom: 1rem;
}
.reserve-seat-event .modal-header .icon-seat {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d6ad71;
    border-radius: 50%;
    padding: 1.5rem;
    margin: 0 auto;
}
.reserve-seat-event .modal-header .icon-seat img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: brightness(10);
}
.reserve-seat-event .modal-content {
    color: #343a40;
    border: none;
}
.reserve-seat-event .modal-content .form-control {
    color: #343a40 !important;
}
.reserve-seat-event .modal-content .event-name {
    font-size: 1.2rem;
}
.reserve-seat-event .form-group:after {
    display: none;
}
.reserve-seat-event .form-group label {
    margin-bottom: 0;
}

.event .event__cover {
    background-position: 50% !important;
}
