@media only screen and (max-width: 1024px) {
	.header .mobile-menu-toggle {
        float:left!important;
        text-align: left;
	    vertical-align: middle;
	    padding-top: 12px;
	}
	.header .mobile-menu-toggle a{
		color: #0093dd;
	    text-decoration: none;
	    font-size: 32px;
	}
	.header #logo { display: table-cell;padding: 30px; text-align:center;}
	.header .bottom-header {}
	.header .bottom-header .bottom-header-inner{float:none;}
	.header .bottom-header .left-bottom-header{}
	.header .bottom-header .right-bottom-header{}
	.header .bottom-header-divider{}
	.header .bottom-header-divider > span{margin: 0 15px;}
	.header .top-cart { display:inline-block;margin:0;padding-top: 12px; }
	.header .user__icon { 
		display: none; 
		padding-right: 5px;
	}
	
	.header .search__icon { 
		display: none; 
		padding-top: 16px; 
		padding-right: 15px;
	}
	
	.header .search__icon .fa { 
		color: #0093dd; 
		font-size: 21px;
	}

	.header .user__icon .fa { 
		color: #0093dd; 
		font-size: 25px;
		padding-right: 10px;
	}
	.grid-banners .grid_item{margin-bottom:15px;text-align: center;}
	.grid-banners .grid_item ._inner{padding: 0 10px;}
	.rev_slider .tp-caption{/*display:none!important;*/}
	.product-view .product-view-inner .left{
		width: 100%;
	    max-width: 400px;
	    clear: both;
	    margin: 0px auto 10px auto;
	    float: none;
    }
    .product-view .product-view-inner .image-additional{width: 100%;}
    .product-view .product-view-inner .right{
        margin-left: 0px !important;
	    clear: both;
	    margin-right: 0px;
	    border-right: none;
		padding: 25px 0px 15px;
    }
}

@media only screen and (max-width: 768px) {
	.logo--small {
		height: 35px !important;
		margin-top: 6px;
	}
	
	.header {
		padding-top: 0 !important;
	}
}

@media only screen and (max-width: 353px) {
	.header .user__icon, .header .search__icon {
		padding-right: 8px;
	}

	.header .user__icon .fa {
		padding-right: 0;
	}
}

/*Duc*/
@media(min-width: 992px) and (max-width: 1024px)
{
	.main-nav-wrapper 
	{
	    display: none !important;
	}
	.header .bottom-header .left-bottom-header
	{
		display: table-cell !important;
	}
	.header .bottom-header-divider
	{
		display: table-cell !important;
	}
	.top-search
	{
		display: none !important;
	}
	.mobile-search
	{
		display: block !important; 
	}
	.header .top-cart
	{
		padding-top: 5px !important;
	}
	.header .mobile-menu-toggle
	{
		padding-top: 5px !important;
	}
}
@media(min-width: 1024px) and (max-width: 1200px)
{
	.right-bottom-header .top-search
	{
		margin-top: 0 !important;
	}
	.main-nav-wrapper
	{
		display: table-cell !important;
	}
	.header .bottom-header .left-bottom-header
	{
		display: table-cell !important;
	}
}
/*Duc*/
