/*
 *	@package	SGO.com.vn Responsive Template for Joomla!
 *	
 *	@copyright	Copyright (C) 2005 - 2018 SGO.com.vn. All rights reserved.
 *	@license	GNU/GPL version 2, or later
 *	@website:	https://sgo.com.vn
 *	Support Forum - https://sgo.com.vn/lien-he/
 */

/*======= LARGE RESOLUTION =======*/

@media (min-width: 1200px){

}

/*======= MEDIUM RESOLUTION =======*/

@media (min-width: 992px) and (max-width: 1199px) {
    
    

}

/*======= SMALL RESOLUTION =======*/

@media (max-width: 991px) {
	
    
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.mod-garments-content .user-item{
		margin-top: 10px;
	}
	
}

/*======= EXTRA SMALL RESOLUTION =======*/

@media (max-width: 767px) {
	
	#wrap-top{
		text-align: center;
	}
	
	#mobile-menu-btn{
		top: 95px;
	}
	
	#logo{
		margin-left: 0;
	}
	
	#mod-user1 .user-item{
		margin: 15px 0;
	}
	
	.mod-garments-content .custom{
		position: relative;
		width: 100%;
		float: left;
		margin: 0 0 15px;
	}
	
	.info1,
	.info2{
		width: 100%;
		float: left;
		text-align: center;
	}
	
}

.block480{
	display: none;
}

@media (max-width: 480px) {

	.none480{
		display: none;
	}
	.block480{
		display: block !important;
	}
	
}

@media (max-width: 420px) {
	
	

}













