.col-xs-2_4,
.col-md-2_4,
.col-sm-2_4,
.col-lg-2_4 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/* menu */
#cart-top-all {
	position: relative;
    float: left;
}
#cart .cart-inner {
	margin-top: 25px;
    cursor: pointer;
    height: 39px;
    margin-right: 16px;
    position: relative;
    width: 39px;
    background: rgba(0, 0, 0, 0) url(../image/icon-cart.png) no-repeat scroll center center;
}
#cart .cart-icon {
	cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
#cart .cart-icon span.title {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 48px;
}
#cart .cart-icon span.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 28px;
}
#cart .cart-items {
	background: rgba(0, 0, 0, 0) url(../image/icon-notify.png) no-repeat scroll center center;
    height: 23px;
    position: absolute;
    right: -25px;
    top: -12px;
    width: 52px;
    text-align: center;
    color: #fff;
}
#cart > .content {
	border: 0;
	max-width: 385px;
}
.box-heading .pull-right a {
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    color: #23527c;
}
.box-heading .pull-right a:hover {
    color: #EB7AB0;
}
.product-info.row .description a.btn {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
    background: #EB7AB0;
    color: #ffff;
    border: 2px solid #EB7AB0;
    padding: 10px 0;
    font-size: 15px;
}
.product-info .cart .button_add_cart:hover,
.product-info.row .description a.btn:hover {
	background-color: #a01116;
	border-color: #a01116;
}
@keyframes fixedmenu {
    0% {
	    top: -100%;
	}

	100% {
	    top: 0;
	}
}
