#main{
	margin-top: 20px;
}

.shop-page-title{
    position: relative;
}

.page-title-inner{
    position: relative;
    padding-top: 20px;
    min-height: 60px;
}

 .left-text-center{
  font-size: 18px;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
}


.left-text-center a{
  text-decoration: none;
  color: rgb(170, 160, 160);
}

.left-text-center a:hover{
  color: #000;
}

.divider{
  font-weight:600;
}

.right-text-center{
  display: flex;
  align-content: center;
  justify-content: center;
}

.right-text-center .hide-for-medium{
  font-size: 16px;
  text-align: right;
  margin-top: 6px;
  margin-bottom: 5px;
  margin-right: 10px;
}

/*.woocommerce-ordering{*/
/*	margin: 15px 1px;*/
/*}*/

.orderby{
	padding: 5px;
	outline: none;
}

.widget-posts,
.widget_products{
	background-color: #fff;
	border: 1px solid #eee;
	margin: auto;
}

.widget-title{
	padding: 20px 10px;
	border-bottom: 1px solid  #eee;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.menu-item-515{
	padding: 10px 20px;
	color: #000;
}

.menu-item-515:hover a{
	color: #F05D5A;
}

.menu-item-515:nth-child(odd){
	background-color: #f8f8f8;
}

.menu-item-515 a{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	padding: 6px 0;
}

.menu{
	padding-left: 0;
	margin: 0;
}

.li-posts{
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
}

.li-posts:nth-child(odd),
.li-posts-div .flex-col:nth-child(odd)
{
	background-color: #f8f8f8 !important;
}

.widget-img, 
.widget-img:hover{
	padding: 0 !important;
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}

.li-posts .li-posts-div{
	display: flex;
	align-items: center;
}

.li-posts .li-posts-a{
	color: #000;
	font-weight: 500;
}

.li-posts-div .flex-col{
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #444;
	text-align: left;  
}

.li-posts-a:hover .flex-col{
	color: #F05D5A !important;
}

dl, ol, ul {
	margin: 0 !important;
}

ol, ul {
	padding-left: 0 !important;
}

.box-text-products{
	margin: 13px 0;
}

.list-varid-mona{
	margin: 10px 0;
}

.mona-list-varid{
	display: flex !important;
	align-content: center;
	justify-content: center;
}

.title-wrapper a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.inner__col .box-image{
	/* box-shadow: 0px 0px 1px 0px; */
	transition: all 0.8s;
}

.inner__col:hover .box-image{
	box-shadow: 0px 0px 17px -8px;
	transition: all 0.8s;
}

@media (max-width: 1920px){
	.col-md-9 .row .col-md-3{
		margin-bottom: 60px;
	}
}

@media (max-width: 996px){
  .right-text-center{
  	display: block;
  	align-content: center;
  	justify-content: center;
  	
	}
	.right-text-center .hide-for-medium {
		font-size: 16px;
		margin: 15px 0px;
		text-align:left;
		display:none;
	}
}

.products{
	display: none;
}
.products:first-child{
	display: block;
}

.title-wrapper p{
	overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  text-align: center;
}

.productList-tab-content-number{
  margin: 20px 0;
  text-align: center;
}

.productList-tab-content-number a{
  color: #000;
  text-decoration: none;
  border-radius: 99px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-weight:600;
}

.productList-tab-content-number a:hover{
  background-color: #000;
  color: #fff;
  border: none;
}
/*danh mục bên trái*/
@media(max-width:766px){
	#Danh-muc{
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: #000;
		z-index: 100;
		opacity: 0.6;
		display: none;
	}
	
	.shop-sidebar {
		width: 320px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 115;
		background-color: rgba(255,255,255,0.95);
		transform: translateX(-320px);
		transition: transform 0.5s;
		bottom: 0;
		overflow: auto;
	}
	
	.widget-posts,
	.widget_products{
		width: 280px;
	}

	.hamberger{
		display: block !important;
	}
	#category{
		display: block !important;
	}
	
	.left-text-center{
	  text-align:center;
	  display:block;
	}
}

.hamberger{
	display: none;
	margin: 15px 0;
}

#category{
	display: none;
}