#content {
	padding-top: 60px;
}


.btn-buy.bottom-new {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	float: right;
	position: absolute;
	right: 0;
	font-size: 24px;
}
img.img-cart-8 {
    width: 24px;
    height: 21px;
    padding-right: 10px;
}
.btn-buy.bottom-new:hover {
	color: #0072bc;
	transition: cubic-bezier(.65,.05,.36,1) .2s;
}
.img-cart-8 {
	filter: grayscale(100%) contrast(100%) brightness(2.6%);
}
.img-cart-8:hover {
	filter: none;
	transition: cubic-bezier(.65,.05,.36,1) .2s;
}
@media only screen and (min-width:320px) and (max-width:900px){
.btn-buy.bottom-new {
	float: right;
	position: absolute;
	right: 15px;
	margin-top: 6px;
}
}
@media only screen and (min-width:320px) and (max-width:900px){
    
    .custom-res {
	display: block;
	overflow: scroll !important;
	width: 100%;
	height: auto;
}
}
