.mcart__summary {
    width: 100%;
}
.mcart_summary_title {
    width: 100%;
}
.mcart__summary-rowwrapper {
    width: 100%;
}
.mcart__summary_items_row {
    padding-top: 4px;
    border-bottom: 1px dashed #c6c6c6;
}
.mcart__summary_items_tit {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
}
.mcart__summary_items_img img {
    width: 100%;
    height: auto;
}
.mcart__summary_items_tot {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}
.mcart__summary_tot_tit {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px!important;
}
.mcart__summary_cart_tot_val {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    line-height: 20px!important;
}



/* 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) {
}

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}