.mi_elements_container .element{
    border-bottom: 1px solid #e3e3e3;
    height: 100px;
    padding: 23px 10px;
    cursor: pointer;
}
.mi_elements_container .element div img{
    width: 80%;
}

.mi_elements_container .element div.text-uppercase{
    font-size: 20px;
}

.mi_container .custom_shirt{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 600px;
}

.hide{
    display: none;
}

.active{
    display: flex;
}
.mi_elements_container .element .mi_dropdown{
    position: absolute;
    width: 160px;
    min-height: 100px;
    padding: 5px 16px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    right: -90px;
    z-index: 99999999;
    margin-top: -80px;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
}

.mi_elements_container .element .element_container_parent{
    width: 100%;
    min-height: 70px;
}

.mi_elements_container .element .mi_dropdown .head{
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
}
.mi_elements_container .element .mi_dropdown .mi_dropdown_item{
    padding: 5px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 10px;
}
.mi_elements_container .element .mi_dropdown .mi_dropdown_item:last-child{
    border: none;
}
.mi_elements_container .element .mi_dropdown .mi_dropdown_item:hover{
    background: #f1f1f1;
}
.mi_elements_container .element .mi_dropdown .mi_dropdown_dismiss{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999999;
    border: 1px solid #e3e3e3;
    padding: 6.5px 6px;
    border-radius: 0px !important;
}
.mi_sidebar_toggle_dismiss{
    display: none;
}

.cloth_container{
    overflow: auto;
    padding: 15px 5px;
}
.cloth_container .cloth_elements{
    list-style: none;
    padding-left: 0;
}
.cloth_container .cloth_elements .cloth_el{
    display: inline-block;
    width: 110px;
    margin: 0 5px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}

.cloth_container .cloth_elements .cloth_el:hover{
    border: #444;
    box-shadow: 0px 0px 4px 0px #969696;
}
.cloth_container .cloth_elements .cloth_el img{
    width: 100%;
}




.fits_container{
    overflow: auto;
    padding: 15px 5px;
}
.fits_container .fits_elements{
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.fits_container .fits_elements .fit_el img{
    border: 1px solid #f0f0f0;
    padding: 10px;
}
.fits_container .fits_elements .fit_el{
    display: inline-block;
    width: 40%;
    max-width: 250px;
    margin: 0 5px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

.fits_container .fits_elements .fit_el img:hover{
    border: #444;
    box-shadow: 0px 0px 4px 0px #969696;
}
.fits_container .fits_elements .fit_el img{
    width: 100%;
}
.mi_fabric_previewer img{
    margin-top: 35%;
}

.mi_fabric_previewer button{
    text-align: center;
    width: 49%;
}

li.mi_selected_option:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/check.png) no-repeat;
    background-size: cover;
    margin-left: 90px;
    margin-top: -10px;
}

li.mi_selected_option.fit_el:before{
    margin-left: 20px !important;
    margin-top: 15px !important;
}



.mi_selection_overview li{
    padding: 10px 5px;
    border-bottom: 1px solid #e3e3e3;
}

.mi-card-body{
    min-height: 650px;
}

.mi_sidebar_toggle_dismiss{
    position: absolute;
    top: 4px;
    right: -40px;
}

.mi-shirt-containers{
    min-height: 600px;
}


@media only screen and (max-width: 900px) {
    .mi_sidebar_floating{
        display: none;
        position: absolute;
        top: -50px;
        left: -15px;
        z-index: 99999999;
        background: #ffffff;
        max-width: 300px;
        height: 100vh;
    }
    .mi_toggler{
        display: block;
    }
    .mi_sidebar_toggle_dismiss{
        display: block;
    }

    .mi_elements_container .element{
        height: 80px;
        padding: 15px 10px;
    }

    .mi_elements_container .element .mi_dropdown{
        top: 125px;
    }
}
