.field_error {
    color: red;
}

.accordion .accordion__hide {
    background: #f4f4f4;
    height: 65px;
    line-height: 65px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Poppins";
    cursor: pointer;
}

.swiper-slide {
    height: 83vh !important;
    overflow: scroll;
}

.buy_now {
    background: #337ab7 none repeat scroll 0 0;
}

.mi_sidebar .mi_elements_container {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(160px,1fr);
}

.mi_elements_container .element .element_container_parent:last-child {
    border-right: 2px solid #7f7f7f;
}


.scroller {
    white-space: nowrap;
    overflow-y: hidden;
    width: 100%;
    z-index: 999;
    background: #7f7f7f;
    height: 14vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .scroller .item-sm {
        margin-right: 5px;
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: top;
        white-space: initial;
    }

    .scroller .item {
        width: 140px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: top;
        white-space: initial;
    }

    .scroller .item-slider {
        margin-right: -3px;
        width: 88%;
        display: inline-block;
        vertical-align: top;
        white-space: initial;
    }

    .scroller::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .scroller::-webkit-scrollbar:vertical {
            width: 12px;
        }

        .scroller::-webkit-scrollbar:horizontal {
            height: 12px;
        }

    .scroller::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    .scroller::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

.middle {
    text-align: center;
}

.btn-circle.mmt-btn {
    height: 50px;
    border-radius: 50%;
    min-width: 40px;
    margin: 1px;
}

.mmt-btn.active {
    /*background-color: #212121;*/
    color: #000 !important;
}

.btn-circle.btn-square {
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
    margin: 2px;
    background-color: #bacbff;
}

.btn-square-active {
    background: black !important;
    color: white !important;
}

.btn-square:hover {
    outline: none;
    box-shadow: none;
}

.btn-square:focus {
    outline: none;
    box-shadow: none;
}

.scroller-fab {
    white-space: nowrap;
    overflow-y: hidden;
    background: white;
    height: 14vh;
    width: 90vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .scroller-fab .item-sm {
        margin-right: 5px;
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: top;
        white-space: initial;
    }

    .scroller-fab .item {
        width: 150px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: top;
        white-space: initial;
    }

    .scroller-fab .item-slider {
        margin-right: -3px;
        width: 95%;
        display: inline-block;
        vertical-align: top;
        white-space: initial;
    }

    .scroller-fab::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .scroller-fab::-webkit-scrollbar:vertical {
            width: 12px;
        }

        .scroller-fab::-webkit-scrollbar:horizontal {
            height: 12px;
        }

    .scroller-fab::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    .scroller-fab::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
