@media (min-width: 1300px) and (max-width: 1514px) {
	.search{
		/* width: 200px; */
	}
}
@media (min-width: 1090px) and (max-width: 1299px) {
	.search{
		/* width: 150px; */
	}
}
@media (max-width: 1089px) {
	.btn-open-search{
		display: block;
	}
	.search{
		/* position: absolute; */
		/* top: 45px; */
		/* width: 0px; */
		/* opacity: 0; */
	}
	.header-right{
		width: inherit;
	}
}
@media (min-width: 1396px) {
	.container {
		max-width: 1366px !important;
		width: 100%;
	}
}
@media (min-width: 1200px) and (max-width: 1395px) {
	.container {
		max-width: 1366px !important;
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.w-full .modal-body{
		width: 98%;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.pro1-item:nth-child(2n+1) .pro1-left,
	.pro1-left{
		padding:20px;
	}
	.pro1-item{
		margin:20px 0;
	}
	.name_pro1 a{
		font-size: 25px;
	}
	.des_pro1{
		font-size: 14px;
	}
	.img_pro1{
		width: 60%;
	}
	.w-full .modal-body{
		width: 98%;
	}
}

@media (max-width: 767px) {
	.padding {
		padding: 10px 0;
	}

	footer {
		padding: 20px 0;
	}

	.row_footer {
		flex-wrap: wrap;
	}

	.footer1,
	.footer2,
	.footer3,
	.footer4 {
		width: 100%;
		padding: 5px;
	}

	.coppyright,
	.thongke {
		text-align: center;
	}

	.fix-toolbar {
		display: block;
	}
	#tienich,
	.topone,
	.zalo_fixed,
	.drag-wrapper,
	.ctrlq.fb-button,
	.call_fixed,
	header nav,
	.topone_center p:nth-child(2),
	.hotline,
	.menu,
	.topone_center p {
		display: none;
	}

	.form_contact {
		width: 100%;
		padding: 0;
	}

	.logo {
    width: 100%;
    flex: none;
}
	.header-right{
		width: 100%;
		flex: none;
		margin: 0;
		padding: 10px;
	}
	.logo img{
		/* max-height: 80px; */
	}

	.showmnrp {
		display: block !important;
	}

	.pagination>li>a,
	.pagination>li>span {
		padding: 4px 10px;
	}

	.title-pro-detail {
		margin: 10px 0;
	}
	.content-tabs-pro-detail img,
	.content-main img {
		height: inherit !important;
	}
	
	.media_left,
	.media_right,
	.about_left,
	.about_right {
        width: 100%;
		padding: 5px 0;
    }
	.title-about,
	.title-home,
	.title-main{
		font-size:24px;
	}
	.title-about span,
	.title-home span,
	.title-main span{
	font-size: 24px;
	}
	.title-about p,
	.title-home p,
	.title-main p{
		font-size: 20px;
	}
	.about_img{
		padding: 20px;
	}
	.about_img:before{
		border-width:10px;
	}
	.pro1-item:nth-child(2n+1) .pro1-left,
	.pro1-left{
		padding: 10px;
		width: 100%;
		border: 0;
	}
	.pro1-right{
		padding: 0px;
		width: 100%;
	}
	.pro1-item{
		margin: 10px 0;
	}
	.name_pro1 a{
		font-size: 25px;
	}
	.des_pro1{
		font-size: 14px;
	}
	.img_pro1{
		width: 60%;
	}
	.wrap-cart .right-box__content{
		width: 100%;
		margin: 10px 0 0;
		padding-bottom: 80px;
	}
	.left-box{
		max-width: 100%;
		min-width: 100%;
		flex:1;
	}
	.mid-box{
		flex:1;
		background: #fff;
		padding: 10px 0;
		border-radius: 10px;
		max-width: 100%;
		min-width: 100%;
	}
	.right-box{
		max-width: 100%;
		min-width: 100%;
		flex:1;
		display: none;
	}
	.box-white-radius{
		margin:10px 0;
		padding: 0;
		background: transparent;
		min-height: auto;
	}
	.box-white-radius.fixtops{
		position:fixed;
		top:0;
		left:0;
		background: #F5F5F5;
		z-index: 99;
		margin: 0;
	}
	.box-white-radius.fixtops ul{
		margin: 0;
	}
	.price_pro{
		padding-right: 40px;
		padding-bottom: 0;
	}
	.price_pro span , .price_pro a {
	    display: block;
	}
	header .wrap-top{
    margin-bottom: 0;
    padding: 0;
}
	.box-white-radius .title{
		display:none;
	}
	.box-white-radius ul{
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
	}
	.box-white-radius ul li{
		background: #fff;
		margin: 3px;
		border-radius: 5px;
		font-size: 13px;
		width: calc(25% - 6px);
		color:#000;
		font-weight: 600;
	}
	.box-white-radius ul li span{
		display: -webkit-box;
		-webkit-webkit-line-clamp: 1;
		-moz-webkit-line-clamp: 1;
		-ms-webkit-line-clamp: 1;
		-o-webkit-line-clamp: 1;
		-webkit-line-clamp: 1;
		-webkit-webkit-box-orient: vertical;
		-moz-webkit-box-orient: vertical;
		-ms-webkit-box-orient: vertical;
		-o-webkit-box-orient: vertical;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.w-full{
		height: inherit;
	}
	.left-pro-detail-img img{
		max-height: 400px;
	}
	.right-pro-detail-box{
		padding-top: 20px;
	}
	.btn-donghangreponsive{
		display: none;
	}
	.w-full .modal-body{
		width:100%;
	}
	.left-pro-detail{
		width:100%;
		height: initial;
	}
	.left-pro-detail-img{
		height: initial;
	}
	.left-pro-detail img{
		
	}
	.right-pro-detail{
		width:100%
	}
	.header-right h2{
		text-transform: uppercase;
		font-size: 17px;
		font-style: normal;
		font-weight: 600;
		line-height: 25px;
		letter-spacing: 0;
		text-align: left;
		color: #040404;
		padding: 0 10px;
	}
	.header-right p{
		margin: 5px 0;
		font-size: 15px;
		color: #6b6b6b;
		font-weight: 600;
	}
	.header-right p i {
	    width: 25px;
	}
	.header-right p span {
		font-weight: 700;        color: #000;
	}
	.option label span{
		display: block;	
	}
	.w-full .modal-body{
		width: 98%;
	}
	.option label{
		font-size: 12pt;
	}
	.name_pro {
		font-size: 14px;
		/* min-height: 80px; */
	}
	.goidien-rp{
		display: none;
	}
	.goidien-rp a{
    height: 43px;
    display: inline-block;
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 8px rgba(63, 63, 70, .1);
    box-shadow: 0 0 8px rgba(63, 63, 70, .1);
    padding: 0 10px;
    line-height: 43px;
    font-size: 12px;
}
	.goidien-rp a i{
    color: var(--bgmainhv);
    font-size: 15px;
    padding-right: 5px;
}
.box-quanty-addcart{flex-wrap: wrap;}
.attr-content-pro-detail{
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 10px 0 0;
}
.cart-pro-detail{
	width: 100%;
}
	.cart-pro-detail a.addnow{
		width: 100%;
		margin: 0;
	}
	.option{
		width: 100%;
	}
	.procart-home-action a{
		width: 34px;
		margin: 2px 0;
	}
	.donhang-btn{
		display: none;
	}
}

@media (max-width: 550px) {}