
@media only screen and (max-width: 1200px) {
  	.menu-link {
		font-size: 0.7rem;
	}
}

@media only screen and (min-width: 992px) {
  	.w-md-50{
  		width: 50% !important;
  	}
}

@media only screen and (max-width: 991.98px) {
  	.menu-link {
		font-size: 0.9rem;
	}

	.dropdown-menu {
		background-color: #000;
		position: absolute;
		top: -30px !important;
		left: 150px !important;
	}

	#primary-menu-trigger, #page-menu-trigger {
		position: absolute;
	    top: -44px;
	    right: -48px;
	}
}

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

	#primary-menu-trigger, #page-menu-trigger {
		top: -12px;
	    right: -4px;
	}

	#top-right-login {
		position: absolute;
		right: 100px;
	}

	#top-right-cart {
		position: absolute;
		right: 60px;
	}

	#logo a.retina-logo {
		position: relative;
		top: 0px;
	}

	.basket-header-row {
		display: none;
	}

	.mobile-basket-desc {
		display: inline-block;
	}

	.basket-row-total {
		font-size: 1.5rem;
	}

	.basket-row{
		border-top: solid 1px #ccc;
	}

	.checkout-hide {
		display: none;
	}
}

@media only screen and (max-width: 575.98px) {
	.checkout-prodname{
		font-size: 14px;
	}

	#payment-form {
		padding: 40px 10px;
	}
}


@media only screen and (max-width: 399.98px) {
	#logo img {
	    height: 50px !important;
	}
}
