.home .full-content{
	padding-top: 0;
}
.home-slide{
	padding-left: 247px;
}

/**/
.home-box{
	margin-bottom: 30px;
}
.banner-item {
	margin-bottom: 10px;
}
.banner-item img {
	width: 100%;
	display: block;
}

/**/
.title-row {
	border-left: 3px solid #f20a0a;
	background-color: #000;
	display: inline-block;
	padding: 8px 10px;
	color: #fff !important;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
}
.title-row a{
	color: #fff;
}
.home-tab {
	padding: 5px;
	background-color: #fff;
}
.home-tab>ul{
	list-style: none;
	padding: 0;
	border-bottom: 2px solid #f0f0f0;
}
.home-tab>ul li {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
	padding:8px 15px;
	cursor: pointer;
}
.home .woocommerce ul.products.columns-4{
	grid-gap: 10px;
	margin: 0;
}
.home .woocommerce ul.products.columns-4 li.type-product{
	border-width: 3px;
	border-style: solid;
	border-color: #f4f4f4;
	background-color: #fff;
	padding: 5px;
}
/**/
.home-sidebar {
	background-color: #fff;
	position: sticky;
	top: 0;
	margin-bottom: 5px;
}
.home-tt-title h2 {
	font-weight: 400;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}

.home-tt .item-post {
	padding: 8px 11px;
	margin: 0px;
	border-bottom: 1px solid #ececec;
}
.home-tt .item-post h4{
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 14px;
}
.home-tt .item-post h4:hover{
	color: #f00;
}
/**/

.home-th {
	padding: 0 15px 30px;
}
.home-th-title {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.main-th a{
	padding: 22px 0;
	border-bottom: 1px solid #e2e2e2;
	justify-content: space-between;
	align-items: center;
}
.main-th a img{
	width: 50%;
	display: block;
	max-width: 160px;
}

.block-product {
	background-color: #fff;
	margin-bottom: 20px;
}
.block-product .col-left{
	width: 21%;
}
.block-product .col-right{
	width: 79%;
}
.block-product h2 {
	margin-bottom: 10px;
}
.block-product .col-left img {
	width: 100%;
	display: block;
}
.row-cat-child {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 0 10px;
}
.cat-head {
	position: relative;
}	
.cat-head button {
	border: none;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	font-size: 18px;
}
.row-cat-child h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	margin: 5px 0;
}
.row-cat-child ul {
	padding: 0;
	list-style: none;
	color: #000;
	font-size: 13px;
	margin: 0;
}
.row-cat-child ul a {
	color: #000;
	display: inline-block;
	margin-bottom: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/**/
.row-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.row-title h2{
	padding: 0;
	border: none;
	padding-right: 10px;
	font-size: 22px;
	margin: 0;
	color: #000;
}
.row-title b {
	display: block;
	-ms-flex: 1;
	flex: 1;
	height: 2px;
	opacity: .1;
	background-color: currentColor;
}

.dv-item img {
  width: 26%;
  object-fit: contain;
  max-height: 80px;
}
.dv-content {
  flex: 1;
  padding-left: 10px;
}
.dv-content h3 {
  margin-top: 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.dv-item {
  align-items: center;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
	.home-box-dv .dv-item {
		width: 50%;
	}
	.dv-content h3 {
		font-size: 14px;
	}
	.row-title h2{
		font-size: 18px;
	}
}
@media only screen and (max-width: 900px) {
	.home-slide {
		padding-left: 0;
	}
	.home-box {
		margin-bottom: 20px;
	}
	/**/
	.home-tab > ul{
		margin: 0 0 5px;
	}
	/**/
	.home-row .col-mb {
		width: 100%;
	}
	.home-tab {
		padding: 0;
	}
	.home-th-title,
	.title-row,
	.home-tt-title h2,
	.home-tab > ul li{
		font-size: 16px;
	}
	/**/
	.home-sidebar {
		margin-top: 20px;
		display: grid;
		grid-template-columns: calc(100% - 280px) 280px;
	}
	.home-th {
		padding: 0 10px 10px;
	}
	.block-product{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 800px) {
	.home-tt-title h2, .home-tab > ul li {
		font-size: 15px;
	}
	/**/
	.block-product .col-left {
		display: none;
	}
	.block-product .col-right{
		width: 100%;
	}
	.row-cat-child h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.row-cat-child {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px 10px;
		margin-bottom: 15px;
	}
	.home-th-title,
	.title-row, .home-tt-title h2, .home-tab > ul li {
		font-size: 15px;
	}
	.row-title h2 {
		font-size: 16px;
	}
	/**/
	.main-th a{
		padding: 10px 0;
	}
	.home-tab > ul li {
		padding: 7px 10px;
	}
}
@media only screen and (max-width: 600px) {
	.home-banner .col-mb {
		width: 50%;
	}
	.home-box-dv .dv-item {
		width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.home-sidebar {
		grid-template-columns: 1fr;
	}
	.home-th {
		padding: 0 0px 10px;
	}
}
@media only screen and (max-width: 450px) {
	.row-cat-child {
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 400px) {
	.home-th-title, .title-row, .home-tt-title h2, .home-tab > ul li {
		font-size: 14px;
	}
}