.text-capitalize-first:first-letter {
     text-transform: uppercase;
 }

.loader-mini {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #f0f0f0;
    /*background: #091e48;*/
    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);
    z-index: 33;
}

.loader-mini:before {
    width: 50%;
    height: 48%;
    background: #FF8E0A;
    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);
    }
}



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

.products__title .subcategory-list {
    font-size: 1rem;
}

.opacity {
    opacity: 0.6;
}

.opacity:hover {
    opacity: 1;
}

.select-store-img {
    height: 65px;
}

/*.cover-carousel .owl-nav div {*/
/*    background: none !important;*/
/*}*/
/*.owl-theme .owl-nav [class*=owl-] {*/
/*    font-size: 42px;*/
/*}*/

.cover-carousel .owl-nav div {
    bottom: 24px !important;
    top: auto;
}

.cover-carousel .owl-prev {
    left: 24px;
}

.cover-carousel .owl-next {
    right: 24px;
}



/* line 516, ../sass/_layout.scss */
.portofolio-item {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 200px;
}
@media (min-width: 1200px) {
    /* line 516, ../sass/_layout.scss */
    .portofolio-item {
        height: 250px;
    }
}
@media (min-width: 1601px) {
    /* line 516, ../sass/_layout.scss */
    .portofolio-item {
        height: 300px;
    }
}
.order-status:not(.active) {
    opacity: 0.1;
}

.product button, .product .input-counter {
    z-index: 999;
    position: relative;
}

.menu-subcategory {
    max-height: 75vh;
    overflow: auto;
}

@media (min-width: 768px) {
    #swipebox-overlay {
        padding: 24px !important;
    }
}
