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

.product-small-thumb {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.dropdown-menu .products-link-details {
    overflow-y: auto;
}



.ui-photos.sortable > div:not(.ui-state-disabled) {
    cursor: move; }

.ui-photos > div {
    height: 240px; }
.ui-photos > div:hover .item-delete-lg {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all; }
.ui-photos > div:last-of-type .item-wrapper {
    background: #fff;
    border: 2px dashed #969696; }
.ui-photos > div:last-of-type:hover .item-wrapper {
    border-color: #1AA6B7; }

.ui-photos .item-wrapper {
    background: #969696;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 95%;
    overflow: hidden;
    padding: 0.25rem;
    margin: 0.25rem; }
.ui-photos .item-wrapper img {
    position: absolute;
    max-width: calc(120% - 0.5rem);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.ui-photos .item-delete-lg {
    cursor: pointer;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(248, 108, 107, 0.5);
    width: 100%;
    color: #fff;
    transform: translateY(24px);
    pointer-events: none; }
.ui-photos .item-delete-lg:hover {
    background: #f86c6b; }
.ui-photos .item-delete-lg i {
    vertical-align: middle;
}
.ui-photos .item-delete-sm {
    z-index: 1;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #f86c6b;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.4rem;
    text-align: center; }

.ui-photos .photo-add {
    cursor: pointer;
    margin-top: 60px; }

.ui-photos.ui-photos-slim > div {
    height: 150px; }

.ui-photos.ui-photos-slim .photo-add {
    margin-top: 12px; }

.custom-file-input {
    width: 100%;
    height: 1px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.recipe__description img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}
@media (min-width: 800px) {
    .recipe__description img {
        max-width: 400px;
    }
}

.recipe__description img.size-full, .recipe__description img.alignnone, .recipe__description img.size-medium {
    display: block;
}


.header-swiper-holder  {
    height: 280px;
}

@media (min-width: 768px) {
    .header-swiper-holder {
        height:366px
    }
}

@media (min-width: 992px) {
    .header-swiper-holder {
        height:366px
    }
}

@media (min-width: 1601px) {
    .header-swiper-holder {
        height:420px;
    }
}

/*.recipe__body a, .post__details a {
    color: #4AA760 !important;
}*/