/* media */


/* small mobile :320px */
@media (max-width: 767px) {

.shopping-cart span.item-total {
    background: rgba(0, 0, 0, 0) url("../img/icon/shopping-icon.png") repeat scroll 0 0 / cover;
/*	background: green; */
    display: block;
    font-weight: 700;
    line-height: 17px;
    min-width: 35px;
    padding: 14px 2px 5px;
    position: absolute;
    right: 0;
    text-align: center !important;
    top: 8px;
}

.header-top {
    background: #595959 none repeat scroll 0 0;
    color: #fff;
    min-height: 50px;
}

.shopping-cart ul li .shopping-cart-wrapper {
  width: 600px;
} 

.sinEspacio {
	margin-bottom: 50px;
}


.top-dropdown ul li .open-dropdown {
    background: #fff;
    color: #878787;
    position: absolute;
    width: 100px;
    border: 1px solid rgba(5, 145, 34, 1);
    padding: 5px 0;
    right: 10px;
    z-index: 999 !important;
    border-radius: 10px;
   /* z-index: 333333 !important; */
}

.menuCatImg p {
	position: absolute;
	margin-top: -250px;
	text-align: center;
	width: 90%;
}



}