.mcart__short_warapper.mcart__short-wait:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 29999;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    content: '...Loading...';
}
.mcart__short {
    /* min-width: 320px; */
}
.mcart_short_title {
    font-weight: bold;
    text-align: center;
}
.cart__short-rowwrapper {
    width: 100%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 2px solid #EEE447;
    border-bottom: 2px solid #EEE447;
}
.mcart_items_row {
    padding-top: 4px;
    border-bottom: 1px dashed #c6c6c6;
}
.mcart_items_tit {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
}
.mcart_items_img {
}
.mcart_items_img img {
    width: 100%;
    height: auto;
}
.mcart_items_tot {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}
.mcart__cart_tot_tit {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px!important;
}
.mcart__cart_tot_val {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    line-height: 20px!important;
}
.mcart__cart_tot_act button {
    width: 100%;
}

.mcart__cart_confirm {
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: rgba(253, 192, 47, 0.6);
}



/* media query ----------------------------------------------------------------------------- 
 Extra small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap
--------------------------------------------------------------------------------------------*/

/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

 /* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .mcart__short {
        min-width: 320px;
    }
}

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}