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

.loader-mini:before {
    width: 50%;
    height: 48%;
    background: #df3395;
    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;
}

@media (min-width: 769px) {
    .navbar-nav .nav-item a.nav-link, .navbar-light.navbar-nav .nav-item a.nav-link {
        font-size: 0.8rem;
    }

    #navbar {
        box-shadow: 1px 16px 14px 0px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
}

.variant {
    height: 120px;
    width: 30%;
    overflow: hidden;
}

.variant.active, .variant:hover {
    border-color: #c2c2c2 !important;
}

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

.variant .color {
    width: 20px;
    height: 20px;
    margin: auto;
}

.variant .variant-size {
    bottom: 0;
}

@media (max-width: 768px) {
    .variants {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 768px) {
    .product-list .product:nth-child(0) {
        padding-right: 0.5rem;
    }

    .product-list .product:nth-child(1) {
        padding-left: 0.5rem;
    }

    .product-list .product__name {
        font-size: 0.8rem;
        font-weight: bold;
    }

    .product-list .product__img {
        padding: 1rem 0;
    }

    .product__availability {
        font-size: 14px;
    }

    .product__wish {
        top: 1rem;
        right: 1rem;
    }

    .product__wish i {
        font-size: 1.5rem;
    }
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
}

.font-xs {
    font-size: 0.8rem;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.5rem !important;
}

@media (max-width: 768px) {
    .sticky-top-mobile {
        position: -webkit-sticky;
        position: sticky;
        top: 4.5rem;
        z-index: 10;
    }
    .sticky-top-mobile .scrollable {
        height: 70vh;
        overflow: scroll;
    }
    .translucent-mobile {
        backdrop-filter: blur(24px);
        background: rgba(255, 255, 255, 0.8);
    }
}

.filters-colors li {
    /*border-width: 3px !important;*/
}
.filters-colors li, .filters-colors a {
    width: 41px;
    height: 41px;
    margin: auto;
    display: inline-block;
    border-radius: 0.25rem;
}

.filters-colors li a {
    display: block;
}

.filters-colors li.active {
    position: relative;
    border-color: #444 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25) !important;
}

.filters-colors li.active:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    transform: translateY(35%);
    font-size: 0.8rem;
    margin: auto;
    pointer-events: none;
    color: #fff;
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25) ;
}

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

.quantity input {
    /*width: 82px !important;*/
    width: 94px !important;
}