/* Large desktops and laptops */
@media (min-width: 1200px) {
	.container{
		width: 1000px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.stylecommon{
		margin-bottom: 10px;
	}

	.v2-tab-home-ul li a{
		padding: 0px;
	}

	.f-product-view .f-product-view-info .f-product-view-info-detail{
		width: 100%;
		clear: both;
	}

	.f-product-view .f-product-view-info .f-product-view-info-image {
	    padding: 0 0px;
	    display: inline-block;
	    float: none;
	}

	.textcenter {
	    text-align: center;
	}

	#slideads{
		display: none;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	#slideads{
		display: none;
	}
	
	.search-box{
		clear: both;
	}

	.search-box{
		float: none;
		display: inline-block;
		padding: 10px 15px !important;
		vertical-align: middle;
		display: none;
	}

	.stylecart .miniv2-toolbar-barclick{
		font-size: 9px !important;
		text-align: right;
	}
	.hiddentext{
		font-size:11px !important;
	}
	.stylecart .miniv2-toolbar-barclick .fa{
		font-size:11px !important;
	}
	.giohang {
		float: none;
		display: inline-block;
		margin: 0px -2px;
		padding: 0px 15px;
		vertical-align: middle;
		z-index: 99;
		float: right;
		width: 50%;
		font-size: 11px;
		text-align: right;
	}

		.f-miniCart-miniv2 {
	    position: fixed;
	    width: 250px;
	    height: 100%;
	    z-index: 0;
	    background: #FFF;
	    right: -250px;
	    top: 0;
	}

	.f-menutop-name {
	    display: block;
	    width: 36px;
	    height: 36px;
	    background: #0D5494 url(../imgs/menu.png) no-repeat center;
	    text-indent: -9999px;
	    position: absolute;
	    top: 9px;
	    left: 0px;
	    z-index: 9999999999;
	    cursor: pointer;
	    /* width: 100%; */
	    /* float: right; */
	}

	#search-box .search-area .search-button i {
    font-size: 18px;
    color: #494b56;
    line-height: 29px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.f-menutop-name {
	    
	}

	.stylecart{
		float: none;
		text-align: right;
	}

	.header-top-top{
		padding: 10px 0px;
	}

	.headerlogo{
		clear: both;
	}

	.v2-tab-home-ul li {
	    list-style: none;
	    float: none;
	    display: inline-block;
	    background: #999;
	    position: relative;
	    margin-right: 16px;
	    width: 100%;
	    margin-bottom: 10px;
	}

	.v2-tabhome .v2-tabhome-title{
		height: auto;
	}

	.viewlist .v2-home-pr-item-img{
		width: 100%;
		float: none;
	}

	.viewlist .f-pr-item-boxdetail {
	    float: none;
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	    text-align: center;
	}

	.viewlist .icon-hover {
	    text-align: center;
	}

	.viewlist .v2-home-pr-item-price-gr{
		text-align: center;
	}
}
