
	@media (min-width: 768px) {
		.checkout-v2.brand-custom .order-summary .main-content .side-col .sticky.fixed {
			right: 0;
			width: 50%;
		}
	}
	@media (min-width: 992px) {
		.checkout-v2.brand-custom .order-summary .main-content .side-col .sticky.fixed {
			right: calc((100% - 900px) / 2);
			width: calc(900px * 0.333333333);
		}
	}
	@media (min-width: 1200px) {
		.checkout-v2.brand-custom .order-summary .main-content .side-col .sticky.fixed {
			right: calc((100% - 1130px) / 2);
			width: calc(1130px * 0.333333333);
		}
	}

	@media (min-width: 992px) {
		section:last-child .main-content {
			margin-bottom: 80px;
		}
	}
