
.loader-mini {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #f0f0f0;
    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: #780F5C;
    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);
    }
}

#cookie-notice {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 12px;
    font-size: 13px;
    /*padding-right: 240px;*/
    z-index: 1000000;
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-quick-add-to-cart {
    color: #ffffff !important;
    z-index: 99;
}

#checkout-form label {
    display: block;
}

.cart form.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), 0 -0.25rem 0.5rem rgba(255, 255, 255, 0.25) !important;
}

@media (min-width: 1200px) {
    .navbar-brand img {
        max-height: 46px;
    }
}

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

.info-description {
    color: #222;
}

.product-holder .product .product__specs .product__name {
    color: #222;
    font-size: 0.7em;
}

@media (min-width: 768px) {
    .product-holder .product .product__specs .product__name {
        font-size: 0.8rem;
        -webkit-line-clamp: 3;
    }
}

.card-pay {
    width: 100%;
    max-width: 188px;
}

.cover-swiper {
     padding: 0px 0px !important;
}