header#page-header button#cart-button{
    right: 45px;
    height: 60px;

}

@media screen and (max-width: 767px) {
    header#page-header button#cart-button{
        right: 32px;
	height: 55px;
    }
}


@media screen and (max-width: 992px) {
    header#page-header button#cart-button{
	z-index: 1037;
    }
}
