/**
    Theme name: GLOO starter theme
    created by: GLOO https://gloo.pl/
    Author: <a href="https://gloo.pl/">GLOO.PL</a>
    Version: 1.0 beta
 */

.products-list,
.products-grid {
    position: relative;
}

.lds-ring {
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 999999999;
    background-color: #f2ede7;
    top: 0;
    left: 0;
}

.lds-ring.lds-ring-compare {
    min-height: 60vh;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 45%;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #414141;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #414141 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

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


/** 2nd loader */

.shop-basket {
    position: relative;
}

.lds-ring2 {
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 1000000;
    background-color: #f2ede7;
}

.lds-ring2 div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 30%;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #A58D78;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #A58D78 transparent transparent transparent;
}

.lds-ring2 div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring2 div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring2 div:nth-child(3) {
    animation-delay: -0.15s;
}

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

.woocommerce form .form-row label {
    line-height: 1;
    margin-bottom: 0;
    font-weight: normal;
}

.comment-form-rating .stars:nth-of-type(2) {
    display: none!important;
}

.grecaptcha-logo,
.grecaptcha-badge {
    display: none!important;
}

.slick-lightbox-slick-img {
    background: #fff;
}

.slick-lightbox-slick .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1000;
    background: transparent;
    border: none;
    color: transparent;
}

.slick-lightbox-slick .slick-arrow.slick-prev::before {
    content: "";
    width: 25px;
    height: 50px;
    display: inline-block;
    background-image: url(images/ico/productSingle-slider_icon-left.png);
}

.slick-lightbox-slick .slick-arrow.slick-next::before {
    content: "";
    width: 25px;
    height: 50px;
    display: inline-block;
    background-image: url(images/ico/productSingle-slider_icon-right.png);
}

.slick-lightbox .slick-lightbox-inner span {
    color: transparent;
}