@media only screen and (min-width: 768px) {
	.logo {
    	margin: -5px auto 0 0;
	}
	
	.page-header .header.panel {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-header .panel.wrapper .switcher .options {
		display: flex;
	}

	.page-header .switcher .switcher-option {
    	margin-left: 14px;
    	width: 22px;
	}

	.navigation .level0.active > .level-top, 
	.navigation .level0.has-active > .level-top {
		color: #D3EDFC;
	}
	.page-layout-2columns-left .column.main {
		width: 75.166667%;
	}
	.page-layout-2columns-left .sidebar-main {
		width: 24.833333%;
		padding-right: 0;
	}

	.product.data.items > .item.title:not(.disabled) > .switch:focus, 
	.product.data.items > .item.title:not(.disabled) > .switch:hover {
		background: #fecf00;
    	border-color: #fecf00;
    	color: #333333;
	}

	.product-options-bottom .price-box .price-container .price, 
	.product-info-price .price-box .price-container .price {
		font-size: 26.66px;
	}

	.page-layout-1column .product-info-main {
	    width: 50.7%;
	}
	
	.cart.table-wrapper .item .col.item {
	    padding: 10px 8px 10px 0;
	}
}

