<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General */
.divCartImg {float:left; margin-right:8px;}
.divCartText {float:left; margin-right:8px; margin-top:2px; color:#000; font-size:11px;}

.divCartQtyMenu {margin-top:32px;}

.divCart {height:auto; overflow:hidden;float:left;}
.divCart:hover {height:auto; overflow:hidden;}

.hypCart {
    font-size: 12px;
    font-weight: 400 !important;
    padding-top: 2px;
    font-family: Roboto;
    background: url("../../img/usr/mobile/icon-dropdown-menu-products.png") no-repeat top -30px left 0px;
    background-size: 15px;
    height: 17px;
    color: #fff;
    padding-left: 15px;
}
.hypCart:link, .hypCart:visited{color:#fff; text-decoration:none;}
.hypCart:hover, .hypCart:active {color:#fff;  text-decoration:none;}

.hypCartProd { color:#2c6c5f; font-weight:400 !important; padding:18px 0px 15px; margin-left: -5px;}
.hypCartProd:link, .hypCartProd:visited{color:#2c6c5f; text-decoration:none;}
.hypCartProd:hover, .hypCartProd:active {color:#fff; text-decoration:none;}

/*.imgCart { float:left; background:url("../img/usr/btn-hover-product.png") no-repeat; width:16px; height:14px; padding-right:5px;}*/
/* End of General */</pre></body></html>