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

.autumn-sale
{
    background-size: cover;
    background-position: bottom;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #fff;
    overflow: hidden;
   
}

.autumn-sale .content
{
    background: #fe6f55;
}

@media (max-width: 576px)
{
    .autumn-sale .content
    {
        font-size: .8rem;
    }
}


.cover {
    background-size: 40% !important;
    background-position: bottom 15% right 25%  !important;;
    background-repeat: no-repeat  !important;;
}

.editable-content ul
{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.editable-content ul li
{
    position: relative;
    padding-left: 1.5rem;
}

.editable-content ul li:not(:last-child)
{
    margin-bottom: 1rem;
}

.editable-content ul li::before
{
    content: "\e90b";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
    color: var(--secondary);
}


.photo-holder
{
    height: 250px;
}

.home-banner .main-photo
{
    width: 100% !important;
    height: 130% !important;
    clip-path: url(#photo-shape) !important;
    right: -15px !important;

}

.home-banner .main-photo-border
{
    width: 125% !important;
    height: 120% !important;
    clip-path: url(#photo-shape-outline) !important;
    right: -32px;

}

@media screen and (min-width: 767px)
{
    .home-banner .main-photo
    {
        right: -40px !important;
    }

    .home-banner .main-photo-border
    {
        width: 129% !important;
        right: -76px;
        height: 116% !important;
    }

    .photo-holder
    {
        height: 300px;
    }
}

@media screen and (min-width: 980px)
{
    .photo-holder
    {
        height: auto;
    }

    .home-banner .main-photo-border
    {
        width: 106% !important;
        height: 146% !important;
        right: -66px;
    }
}

@media screen and (max-width: 980px)
{
    .home-banner .main-photo, .home-banner .main-photo-border
    {
        top: 0 !important;
        transform: none !important;
    }
}

@media screen and (min-width: 1200px)
{
    .home-banner .main-photo-border
    {
        right: -80px;
    }
}

@media screen and (min-width: 1600px)
{
    .home-banner .main-photo-border
    {
        right: -82px;
    }
}

.cover
{
    background-size: 58% !important;
    background-position: bottom -2% right -5% !important;
}

@media screen and (min-width: 1200px)
{
    .cover
    {
        background-size: 44% !important;
        background-position: bottom -2% right 5% !important;
    }
}

@media screen and (min-width: 1600px)
{
    .cover
    {
        background-size: 40% !important;
    }
}


.cover-swiper-wrapper .swiper-pagination {
    bottom: 12px;
}

.cover-swiper-wrapper .swiper-button-next-cover {
    right: 17px !important;
    bottom: 12px !important;
}

.cover-swiper-wrapper .swiper-button-prev-cover {
    left: auto !important;
    right: 60px !important;
    bottom: 12px !important;
}

@media (min-width: 768px) {
    .cover-swiper-wrapper .swiper-pagination {
        display: none;
    }
}