/* www.mmosolution.com */
#mmos-cart {
    width: auto;

}
#mmos-cart > .btn {
	background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    padding-right: 9px;
    width: auto;
    position: relative;
}
#mmos-cart > .btn i{
       font-size: 28px;
    color: #000000;
    display: inline-block;
    line-height: 1;
}

#mmos-cart-total{
         position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    background: #ce0518;
    color: #fff;
    bottom: 0px;
    right: 0px;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
}
#mmos-cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#mmos-cart.open > .btn:hover {
    color: #444;
}
#mmos-cart .dropdown-menu {
    padding: 0 25px !important;
    width: 330px;
    right: -1px;
    list-style: none none;
    border: 0;
    margin-top: 38px;
    background: #fff;
    box-sizing: border-box;
}

#mmos-cart .dropdown-menu table {
    margin-bottom: 10px;

}
#mmos-cart .table > tbody > tr > td{
    border-top: 1px solid #ffffff;
}
#mmos-cart .dropdown-menu li > div {
   
    padding: 0 10px;
}
#mmos-cart .dropdown-menu li p {
    margin: 20px 0;
}

.item-inner button.btn-m-request {
	    padding: 6px 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 10px;
}
#mmos-button-cart.button-cart::before, #mmos-button-cart-qick.button-cart::before {
	
	content : '';
}
.newproducts_slider button.btn-m-request span{
	display: none;
}








