﻿.toBack {
    z-index: 0 !important;
}

.mobi-show {
    visibility: hidden;
}

.btn-back-style {
}

.item-desc {
    min-height: 180px;
}

#carousel .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-thumbs__slide__button img {
    height: 75px !important;
}

.dark-mode .custom-select {
    background: rgb(63 63 63 / 80%) !important;
}

@media screen and (max-width: 600px) {
    .block-fit {
        display: inline-block;
        width: 49%;
        margin-top: 10px;
    }

    .mobi-align-center {
        text-align: center;
    }

    .mobi-show {
        visibility: visible !important;
        display: block;
        text-align: center;
    }

    .mb-mobile-2 {
        margin-bottom: 5px
    }

    .btn-back-style {
        display: block;
    }

    .btn-buy {
        display: block;
        width: 100%;
    }
}
