/*** MEDIUM DESKTOP CSS 
***************/
@media (min-width: 992px) {
	#section-02 h2, 
	#section-05 h2 {
		font-size: 3em;
	}
	
	.featured-boxes h3 {
		font-size: 24px;
	}
	
	section .carousel-caption {
		top:25%;
	}
	.col-md-6.lead-image + .col-md-6 > h2:first-child {
		margin-top: 0px;
	}
	.navbar-static-top {
		left:0px;
	}
	.nav > li.dropdown.open .dropdown-menu {
		left: -247px;
		z-index: 200;
	}

	/** christmas **/
	.christmas {
		display: block;
		position: absolute;
        width: 170px;
        z-index: 100;
        right: 33%;
        height: 352px;
        background: url(/images/christmas/1217Christmas.png) no-repeat;
		background-size: 100%;
    }
	.award-logo3 {
		display: block;
		position: absolute;
        width: 167px;
        z-index: 102;
        right: 29.2%;
        height: 250px;
        background: url(/images/2022-iwc-fortified.png) no-repeat;
		background-size: 100%;
    }
	.award-logo4 {
		display: block;
		position: absolute;
        width: 167px;
        z-index: 103;
        right: 30.9%;
        height: 250px;
        background: url(/images/2024-iwc-fortified.png) no-repeat;
		background-size: 100%;
    }
	.award-logo {
		display: block;
		position: absolute;
        width: 167px;
        z-index: 101;
        right: 27.5%;
        height: 250px;
        background: url(/images/2021-iwc-fortified.png) no-repeat;
		background-size: 100%;
    }
	.award-logo2 {
		display: block;
		position: absolute;
        width: 167px;
        z-index: 100;
        right: 22%;
        height: 250px;
        background: url(/images/decanter-retailer-awards-logo-tag.png) no-repeat;
		background-size: 100%;
    }
	.search-description > img {
		width:40%;
		height:auto;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-inverse .navbar-nav>li>a:hover {
		margin-top: 0px;
		padding-left: 10px;
		padding-right: 0px;
	}

	.navbar-inverse .navbar-nav>li>a:hover .plus:after {
		display: none;
	}

	.shopping-cart-box .shopping-cart-img {
		height: 213px;
	}
	.shopping-cart-box .shopping-cart-img .shopping-hover {
		height: 213px;
	}
	
}
