@media screen and (max-width: 480px ) {

	#pdp-corsair #cart-content{
		height:80%;
	}
	#pdp-corsair #cart > a {
		height: 44px !important;
		background-color: #ffffff;
	}

	#pdp-corsair #cart > a #minicart-checkout-button {
		margin-bottom: 44px;
	}

	#pdp-corsair #cart .subtotal {
    	bottom: calc(44px + 3.5em);
	}
}
