
.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: #8C5F3B;
    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);
    }
}

.w-auto {
    width: auto !important;
}


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

#checkout-form .form-check label.form-check-label {
    display: inline;
}

.bg-blur {
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.4);
}

.bg-transparent-2 {
    /*background: rgba(0, 0, 0, 0.5);*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
}

.bg-overlay {
    position: relative;
}

.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.opacity-5 {
    opacity: 0.5;
}

/** main style overwrite START **/
#photoThumbs .thumb img {
    object-fit: cover !important;
}

/** main style overwrite END **/

.product .product-specs {
    position: relative;
    z-index: 1;
}

.what-we-do .item .item__brief {
    -webkit-line-clamp: 30 !important;
}

.blog-item:hover .item__bg {
    transform: scale(1.05);
}

.product__brief p:last-of-type {
    margin-bottom: 0;
}


.cover-carousel .cover__item {
    max-height: 600px;
}

.news-banner {
    background: #fff !important;
    color: #333;
}

.news-banner .title {
    color: #333;
}

.news-banner .owl-prev, .news-banner .owl-next {
    background: #B2926C !important;
    border: 2px solid #fff;
    bottom: 0 !important;
}

.news-banner .news-carousel .banner__product:hover .product__img img {
    -webkit-filter: none;
    filter: none;
}

.news-banner .news-carousel .banner__product .product__description {
    color: #444;
}

.title.after--white:after {
    background: #333;
}

.news-banner:after {
    content: none !important;
}

.news-banner .news-carousel .banner__product .product__img img {
    max-height: 320px;
}

@media screen and (max-width: 39.9375em) {
    .slide-item {
        min-height: 280px;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (min-width: 40em) {
    .slide-item {
        height: 360px;
        min-height: 360px;
    }
}

@media screen and (min-width: 64em) {
    .slide-item {
        height: 600px;
        min-height: 600px;
    }
}


@media (min-width: 1000px) {
    #cc_div #cm {
        min-width: 600px !important;
    }
    #c-ttl {
        font-size: 1.3em !important;
    }
    #c-txt {
        font-size: 1.2rem !important;
    }
    .c-bn {
        font-size: 1em !important;
    }
}
