@media all and (max-width: 1200px) {	
}
@media all and (max-width: 1150px) {
	
}
@media all and (max-width: 1024px) {

}
@media all and (max-width: 960px) {
	.ru-nav-mobile{
	  display: block;
	}
	header .bottom .ru-menu,header .uk-margin{
		display: none;
	}
	header .bottom .uk-search-default{
		width: 100%;
	}
	header .bottom .uk-logo{
		width: 30%;
		margin-top:0;
	}
	header .bottom .uk-search-default{
		margin-top:0;
	}
	header .uk-logo a{
		display: inline-block;
		width: 100%
	}
	header .uk-logo a img{
		display: inline-block;
		width: 100% !important;
		height: auto !important;
		padding-left: 0 !important;
	}
	.uk-container{
	}
	#ru-menu .uk-navbar-left{
		display: none
	}
	header .bottom{
		box-shadow: 0 4px 6px rgba(0,0,0,.15);
		padding-top: 8px;
		padding-bottom: 5px;
	}
	.bottom-fixed{
		background: #FFF;
	    position: fixed;
	    top: 0px;
	    z-index: 100;		
	}
	header .bottom .ru-cart{
		display: flex;
		width: calc(15% - 5px);
	}
	header .bottom .ru-cart a{		
    	margin-left: 5px;
    	line-height: 45px;
	}
	header .bottom .ru-cart a span:nth-child(2){
		top: 0.5em;
	}
	header .bottom .uk-margin{
		padding-left: 5px;
	    padding-right: 5px;
	    margin-bottom: 0;
	}
	.uk-offcanvas-bar{
		width: 300px;
	}
	.uk-offcanvas-bar .content table#cart-view .img {
	    width: 50px;
	    position: relative;
	}
	.uk-offcanvas-bar .content table#cart-view .img img {
	    margin-top: 2px;
	    width: 50px;
	    border: 1px solid #ededed;
	    margin-right: 10px;
	    max-width: none;
	}
	.uk-offcanvas-bar .content .uk-hr{
		margin:0;
	}
	.ru-nav-mobile nav{
	    position: fixed;
	    z-index: 1000;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    height: var(--bottomNavHeight);
	    -webkit-backdrop-filter: blur(10px);
	    backdrop-filter: blur(10px);
	    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
	    background-color: rgba(255,255,255,0.9);
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    font-size: 11px;
	}
	.ru-nav-mobile nav a{
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-align-items: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    text-align: center;
	    padding-top: 1em;
	    padding-bottom: 1em;
	    color: #757575;
	    line-height: 1;
	}
	.ru-nav-mobile nav a img {
	    width: 24px;
	    height: 24px;
	    display: inline-block;
	    max-width: 100%;
	}
	.ru-nav-mobile nav a span{
	    margin-top: 0.5em;
	    color: rgb(0, 0, 0);
	}
	footer .mxh{
		display: block;
	}
	footer .mxh form{
		display: block;
		width: 100%
	}
	footer .mxh form label{
		display: block;
		width: 100%
	}
	footer .mxh form .uk-form-controls{
		margin-left:0;
		margin-bottom: 10px;
	}
	.ru-btn-open-quick-view{
		display: none !important;
	}
	.box-home-product .sub_nav{
		display: none !important;
	}
	/*danh muc*/
	.ru-box-product li .img{
		min-height: inherit;
	}
	.ru-category .ru-item-left{
		display: block;
		top: 57px;
		padding-top:15px;
	    bottom: 95px;	    
	    padding-left: 10px;
	    position: fixed;
	    overflow-y: auto;
	    overflow-x: hidden;
	    background: #FFF;
	    z-index: 95;
	    margin: 0;
	    width: 220px;
	    border: 1px solid var(--color-hr);
	    -webkit-transition: left 0.8s;
	    -moz-transition: left 0.8s;
	    transition: left 0.8s;
	    left: -235px;
	}	
	.ru-category .visible{
	    left: 0; 
	}
	.ru-category .ru-item-left > .uk-text-bold{
		display: none;
	}
	.ru-category .ru-item-left > .uk-margin-bottom{
		display: none;
	}
	.ru-category .ru-box-filter{
		width: 190px;
		padding: 5px;
	}
	.ru-category .ru-item-right{
		width: 100%;
		border-left: 0px;
    	padding-left: 0px;
	}
	.ru-btn-bo-loc-sp-show{
	  display: block;
	  position: fixed;
	  bottom: 60px;
	  width: 100%;
	  opacity: 1;
	  left: 0;
	  z-index: 100;
	}
	.ru-btn-bo-loc-sp-show .uk-button-secondary{
	  width: 100%;
	  text-transform: capitalize;
	}
	/*chi tiet san pham*/
	.ru-detail .uk-breadcrumb li:last-child{
		width: 100% !important;
		font-weight: 600
	}
	.ru-detail .uk-breadcrumb li:last-child:before{
		content: " " !important;
		margin:0 !important;
	}
	.ru-detail .product-details{
		width: 100%;
		display: block;
	}
	.product-details .left{
		width: 100% !important;
	}
	.product-details .home_text{
		width: 100% !important;
	}
	.product-details .home_text .uk-margin-top{
		z-index: 99;
	    position: fixed;
	    bottom: 62px;
	    left: 2px;
	    padding-right: 10px;
	    padding-left: 10px;
	    background: #FFF;
	    width: calc(100% - 20px);
	    padding: 10px;
	    margin-top: 0 !important;
	}	
	.product-details .home_text .uk-margin-top .uk-button-primary{
		width: 100% !important;
		margin-bottom: 0px;
	}
	.product-details .home_text .uk-margin-top .uk-button-default{
		width: 100% !important;
		display: none;
	}
	
}
@media all and (max-width: 768px) {		
}
@media all and (max-width: 600px) {
	
}
@media all and (max-width: 480px) {		
	header .top .uk-container .ru-right a:nth-child(1){
		display: none;
	}
}
@media all and (max-width: 320px) {
	
}

@media print {
}