﻿
@media all and (min-width: 1560px) {

	/* GLOBAL STYLES */

	.home-page .topic-block,
	.home-page .product-grid,
	.home-page-polls,
	.home-page .CMSPage,
	.premium-container {
		width: 1440px;
	}

	.master-column-wrapper {
		width: 1440px;
	}

	.breadcrumb {
		width: 1440px;
	}

	.desktop-nav-wrapper {
		padding: 15px 240px;
	}
	.header-tools {
		padding-right: 240px;
	}

	.popup-cart-dialog .item-column:nth-child(2) .item-details {
		margin: auto;
		flex-basis: 11vw;
	}
	.popup-cart-dialog .item-column:last-child {
		width: 15%;
	}

	.boarding-autocomplete {
		max-width: 268px;
	}

	.apply-voucher-btn-warpper {
		width: 20%;
	}
}
