/* MEDIA QUERIES */


@media
only screen and (-webkit-max-device-pixel-ratio: 2)      and (min-width: 768px)  and (max-width: 1024px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (min-width: 768px)  and (max-width: 1024px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (min-width: 768px)  and (max-width: 1024px),
only screen and (        max-device-pixel-ratio: 2)      and (min-width: 768px)  and (max-width: 1024px) { 
	.whb-header-bottom.whb-hidden-mobile { display: block; }
	.whb-header-bottom-inner { height: 42px!important; } 
	.whb-header-bottom .sub-menu-dropdown { margin: 21px 0 0 0; }
}


/* DEVICES*/

/* iPhone X */
@media 
only screen 
and (device-width : 375px) 
and (device-height : 812px) 
and (-webkit-device-pixel-ratio : 3) {
	
}

/* iPhone 8 Plus */
@media 
only screen 
and (device-width : 414px) 
and (device-height : 736px) 
and (-webkit-device-pixel-ratio : 3) {

}

/*************/
/* MAX-WIDTH */
/*************/

@media (max-width: 1024px){
	.whb-clone.whb-sticked .whb-general-header .woodmart-logo img {max-height: 90px; position: absolute; top: 0; left: 50%; margin-left: -25%; }
}



/*************/
/* MIN-WIDTH */
/*************/

@media only screen and (min-width: 800px){
	li.menu-nav-li-home > a > span { display: none; }
	.menu-item-design-sized .sub-menu-dropdown { padding-top: 0; }
}

@media only screen and (min-width: 992px){
	.contact-us-header { background-image: url('http://s3-us-west-2.amazonaws.com/lucius-hudson-bucket/wp-content/uploads/2020/05/Lucius-Hudson-Location-map-background-large.png'); }
}

@media only screen and (min-width: 1025px){
	.woocommerce-cart .cart-totals-section { margin-left: 50%; }
	.woocommerce-cart .cart-totals-section.col-lg-5 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.popup-quick-view .product-image-summary {min-height: 640px; }
}

@media only screen and (min-width: 1750px){
	.contact-us-header { 
		background-size: 1920px auto;
	}
}