/*
-xs- Extra small devices Phones (<768px)
-sm- Small devices Tablets (≥768px)
-md- Medium devices Desktops (≥992px)
-lg- Large devices Desktops (≥1200px)
*/

@media screen and (max-width: 1690px) {
	#slidding_box {
		right: 1460px;
	}
	#slidding_box_2 {
		left: 1460px;
	}
}
@media screen and (max-width: 1580px) {
	#slidding_box {
		right: 1390px;
	}
	#slidding_box_2 {
		left: 1390px;
	}
}
@media screen and (max-width: 1506px) {
	#slidding_box {
		right: 1340px;
	}
	#slidding_box_2 {
		left: 1340px;
	}
}
@media screen and (max-width: 1455px) {
	#slidding_box {
		right: 1320px;
	}
	#slidding_box_2 {
		left: 1320px;
	}
}
@media screen and (max-width: 1430px) {
	#slidding_box {
		display: none;
	}
	#slidding_box_2 {
		display: none;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {

	#header .slogan {
	    font-size: 18px;
	}
	#eshop-nav ul li a {
		font-size: 16px;
	}
	#slider .slide {
		background-size: 100%;
	}
	#left-column h3 {
		text-align: center;
	}
	#control-panel {
		bottom: 30px;
	}
}   

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

@media screen and (min-width: 768px) and (max-width: 991px) {

	#header .slogan {
	    font-size: 17px;
	    line-height: 20px;
	}
	#menu a {
		font-size: 15px;
	}
	.site-footer, .page-wrap:after {
		height: auto;
	}
	.page-wrap {
		margin-bottom: 0;
	}
	#slider .slide {
		background-size: 100%;
	}
	#control-panel {
		bottom: 30px;
	}
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

@media screen and (max-width: 767px) {

	#menu .sub-toggle {
	    visibility: initial;
	}
	.site-footer, .page-wrap:after {
		height: auto;
	}
	.page-wrap {
		margin-bottom: 0;
	}
	#highlight-products > ul li .img-container img {
    width: 100%;
    max-height: 80px;
	}

}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

@media screen and (min-width: 600px) and (max-width: 767px) {

	
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/


@media screen and (min-width:480px) and (max-width: 599px) {
        
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
@media screen and (max-width:511px) {
	#cart_table > tbody > tr > th[scope="col"] {
		min-width: auto !important;
	}
}
@media screen and (max-width:500px) {
	#highlight-products > ul li a {
		height: 100px;
	}
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
@media screen and (max-width:405px) {
	#highlight-products > ul li a {
		height: 150px;
	}
	#highlight-products > ul li span.content-container span.price {
		width: auto;
	}
}


/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

@media screen and (min-width: 320px) and (max-width:479px) {
        
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

@media screen and (max-width:319px) {
        
}
