#content {
	margin: 20px 0;
	overflow: hidden;
}
.with-border {
	border: 1px solid #e6e7ee;
}
#content .box {
	margin-bottom: 20px;
}
#content .box .box-inner {
	overflow: hidden;
	background: white;
	padding: 10px 20px 20px;
}
#content .box-title {
	position: relative;
	margin-bottom: 10px;
}
.box-title.prefix .icon {
	text-transform: none;
}
.box-title .icon {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
}
.box-title .icon::before {
	width: 40px;
	height: 40px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	background: var(--c1);
	color: #fff;
	font-size: 22px;
	border-radius: 50%;
	text-align: center;
    line-height: 40px;
	margin-right: 10px;
}
.box-title .icon span {
    top: 3px;
	position: relative;
}
.box .btn-link {
	background: #f2f3f7;
	border: 1px solid #ddd;
	padding: 7px 20px;
	min-width: 96px;
	color: var(--c5);
	border-radius: 20px;
	margin-top: 5px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.box .btn-link:hover {
	color: white;
	background: var(--c5);
	border-color: var(--c5);
}















































.video {
	position: relative;
}
.video .img {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.video .img .fa {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 40px;
}
.video .txt {
	position: relative;
}
.video .txt .title {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.3;
    font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.video .txt .meta {
	display: flex;
	color: #888888;
	font-size: 13px;
}
.video .txt .meta-sap {
	margin: 0 3px;
}















































.product-cat {
	position: relative;
}
.product-cat .subcats {
	display: flex;
	margin-top: 10px;
}
.product-cat .subcats li {
	color: #666666;	
}
.product-cat .subcats li:not(:last-child){
	margin-right: 30px;
}
.product-cat .column-left {
	width: 235px;
}
.product-cat .column-right {
	width: calc(100% - 250px);
    width: -o-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
}
.product-cat .brands {
	margin-bottom: 22px;
	border-top: 1px solid #e4e6eb;
	border-left: 1px solid #e4e6eb;
}
.product-cat .brands li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #e4e6eb;
	border-right: 1px solid #e4e6eb;
}
.product-cat .brands li a {
	position: relative;
	padding-top: 50px;
	overflow: hidden;
	display: block;
}
.product-cat .brands li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 60%;
	max-height: 60%;
	width: auto;
	height: auto;
}
.products .group-item {
	padding: 0 0 1px;
	position: relative;
	margin-left: -15px;
	margin-right: -20px;
}
.products .group-item:first-child {
	padding-top: 1px;
}
.products .group-item:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	border-top: 1px solid #ddd;
}
.products .group-item:last-child {
	margin-bottom: 0;
}
.products .group-item::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	border-bottom: 1px solid #ddd;
}
.products .group-item::after {
	content: '';
	display: table;
	clear: both;
}
.product-cat .product {
	width: 25%;
	float: left;
}
.product-cat .product .inner {
	min-height: 380px;
}
.products .product {
	padding: 20px;
	background: #ffffff;
	position: relative;
    z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.products .product.deal {
	padding: 19px;
	border: 1px solid #ffffff;
}
.products .product.deal:hover {
	border-color: #0c735c;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.products .product .img {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	margin-bottom: 3px;
}
.products .product .img a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.products .product .icons {
	margin-bottom: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.products .product .icon-brand {
	background: #ddd;
	text-transform: uppercase;
	height: 20px;
	padding: 0 10px;
	font-size: 11px;
	line-height: 20px;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.products .product .icon-status {
	color: #666666;
	font-size: 13px;
	line-height: 20px;
}
.products .product .icon-status::before {
	margin-right: 5px;
	color: var(--c5);
}
.products .product .title {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.products .product .prices {
	display: flex;
	height: 22px;
}
.products .product .prices li {
	line-height: 1.4;
}
.products .product .prices .price-new {
	font-size: 16px;
	font-weight: 700;
	color: #fa0707;
}
.products .product .prices li:not(:last-child) {
	margin-right: 10px;
}
.products .product .prices .price-old {
	font-size: 13px;
	text-decoration: line-through;
	color: #666666;
}
.product-cat .tfoot {
	margin-top: 20px;
}
.tfoot .btn-link {
	margin-top: 0;
	width: 420px;
}
.tfoot .btn-link::after {
	content: '\f18e';
	margin-left: 5px;
}














































#promotion {
	overflow: hidden;
	margin-right: 30px;
	padding-bottom: 0 ! important;
}
#promotion .box-title {
	margin-top: 10px;
	margin-bottom: 15px;
}
#promotion .box-title .icon::before {
	background: var(--c6);
}
#promotion .box-title .all-link {
	margin-top: 2px;
}
#promotion .banners {
	position: relative;
	margin-bottom: 20px;
}
#promotion .banners::after {
	content: '';
	left: 0;
	right: 0;
	z-index: 999;
	bottom: -20px;
	position: absolute;
	border-bottom: 1px solid #ddd;
}
#promotion .products {
	content: '';
	width: initial;
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
}
#promotion .product>.inner {
	padding: 13px 20px;
	position: relative;
	background: #ffffff;
}
#promotion .product:hover {
	z-index: 99999;
	position: relative;
	border-color: #0c735c;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
#promotion .product .txt {
	padding-bottom: 0;
}
#promotion .products .owl-prev,
#promotion .products .owl-next {
	width: 79px;
	height: 79px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	line-height: 79px;
    font-size: 26px;
    color: #888888;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-top: -30px;
}
#promotion .products .owl-prev:hover,
#promotion .products .owl-next:hover {
	color: #fa0707;
}
#promotion .products .owl-prev {
	left: -34px;
	padding-left: 43px;
	background: url(../images/owl-prev.png) no-repeat;
}
#promotion .products .owl-next {
	right: -34px;
	padding-left: 27px;
	background: url(../images/owl-next.png) no-repeat;
}
#promotion .products .title {
	min-height: 62px;
}
#promotion .products .owl-stage-outer {
	overflow: initial;
}
#promotion .products .owl-stage-outer:hover {
	z-index: 99;	
}














































#news.box-inner {
    margin-left: -30px;
}
#news .box-title {
	margin-top: 10px;
	margin-bottom: 20px;
}
#news .box-title .icon::before {
    background: var(--c5);
}
.news-small li:not(:last-child) {
	margin-bottom: 20px;
	overflow: hidden;
}
.news-small a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 58px;
	padding-left: 95px;
}
.news-small .img {
	top: 0;
	left: 0;
	max-width: 85px;
	max-height: 58px;
	position: absolute;
}
.news-small .all-link {
	margin-top: 24px;
    margin-bottom: 4px;
	height: 34px;
	padding: 6px 20px;
}















































#content #hotdeal {
	background: url(../images/bg-hotdeal.jpg) no-repeat;
	background-size: cover;
	border-radius: 4px;
    overflow: hidden;
	padding-bottom: 25px;
}
#hotdeal .box-title {
	margin-top: 10px;
	margin-bottom: 15px;
}
#hotdeal .box-title .icon::before {
    background: #ff671d;
}
#hotdeal .products .owl-prev,
#hotdeal .products .owl-next {
	width: 79px;
	height: 79px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	line-height: 79px;
    font-size: 26px;
    color: #888888;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#hotdeal .products .owl-prev:hover,
#hotdeal .products .owl-next:hover {
	color: #fa0707;
}
#hotdeal .products .owl-prev {
	left: -54px;
	padding-left: 43px;
	background: url(../images/owl-prev.png) no-repeat;
}
#hotdeal .products .owl-next {
	right: -54px;
	padding-left: 27px;
	background: url(../images/owl-next.png) no-repeat;
}
#hotdeal .product .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
}
#hotdeal .product .txt {
	width: 60%;
	padding-right: 5px;
}
#hotdeal .product .img {
	width: 40%;
	padding-top: 160px;
	margin-bottom: 0;
}
#hotdeal .product .prices {
	display: block;
	margin-bottom: 10px;
}
#hotdeal .product .prices li {
	margin-right: 0;
}
#hotdeal .product .price-new {
	font-size: 20px;
}
#hotdeal .product .price-old {
	font-size: 12px;
	line-height: 1.5;
}
#hotdeal .product .icon-discount {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #fa0707;
	z-index: 1;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
}
#hotdeal .product .time {
	display: flex;
}
#hotdeal .product .time li {
	width: 33.333333%;
	text-align: center;
}
#hotdeal .product .time li:not(.last) {
	margin-right: 10px;
}
#hotdeal .product .time strong {
	height: 60px;
	display: block;
	font-size: 20px;
	padding: 17px 0;
	overflow: hidden;
	border-radius: 4px;
	background: #ddd;
}
#hotdeal .product strong.countdown {
	font-size: 16px;
	color: #ffffff;
	background: #fa0707;
	padding: 10px 0;
}
#hotdeal .product strong.countdown small {
	font-size: 12px;
	font-weight: 400;
	position: relative;
    top: -2px;
}
#hotdeal .product .time span {
    display: block;
	font-size: 12px;
    margin-top: 10px;
    line-height: 16px;
}
















































.product-list li {
	position: relative;
	padding-left: 15px;
}
.product-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #999999;
}
.product-list li:not(:last-child) {
	margin-bottom: 10px;
}
.product-list li a {
	display: block;
	line-height: 1.3;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#banner-slide {
	max-width: 780px;
	overflow: hidden;
}
#banner-slide .slider-nav .slick-list {
	margin-left: -1px;
	margin-right: -1px;
}
#banner-slide .slider-nav div.text-center {
	height: 50px;	
	font-size: 12px;
	line-height: 1.3;
	position: relative;
	outline: none;
	padding: 10px;
	cursor: pointer;
}
#banner-slide .slider-nav div.text-center::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	height: 50px;
	width: 1px;
	background: #ddd;
}
#banner-slide .slider-nav span {
	position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
	height: 30px;
	margin: 5px 0;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
#banner-slide .slider-nav div.slick-current {
	color: var(--c5);
	font-weight: 700;
}
#content .box .box-inner.with-border {
	padding: 19px;
	overflow: hidden;
}
#services {
    margin-left: -40px;
}
#services .widget-title {
	margin: 0;
	background: var(--c5);
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	text-align: center;
	font-weight: 700;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#services .service {
	padding-top: 22px;
}
#services .service:not(:last-child) {
	padding-bottom: 21px;
	border-bottom: 1px solid #ddd;
}
#services .service .img a {
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
}
#services .service .img img {
	max-width: 90%;
	max-height: 90%;
}
#services .service .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 5px;
}
#services .service .readmore {
	background: var(--c5);
	border: 1px solid var(--c5);
	color: #ffffff;
	height: 26px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 15px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#services .service .readmore:hover {
	background: white;
	color: var(--c5);
	border-color: var(--c5);
}
















































/* 1024px */
@media screen and (max-width: 1024px)
{
	#content .box .box-inner {
		padding: 10px 15px 15px;
	}
	#content #hotdeal {
		padding-bottom: 15px;
	}
	#banner-slide {
		margin-left: -5px;
	}
	#promotion {
		margin-right: 25px;
	}
	#promotion .banners {
		max-height: 126px;
		margin-bottom: 15px;
	}
	#promotion .banners::after {
		bottom: -15px;
	}
	#promotion .product > .inner {
		min-height: 370px;
	}
	#news .box-title {
		margin-bottom: 15px;
	}
	#news .news-small li:not(:last-child) {
		margin-bottom: 17px;
	}
	#news .all-link {
		margin-top: 25px;
	}
	.product-cat .product {
		width: 33.33333333%
	}
	.product-cat .product:last-child {
		display: none;
	}
	#content .box .box-inner.with-border {
		padding: 15px;
	}
	#hotdeal .product .time strong {
		width: 100%;
	}
	#hotdeal .product .time small {
		display: block;
	}
	.product-cat .thead .owl {
		margin-bottom: 15px ! important;
	}
	.product-cat .tfoot {
		margin-top: 15px;
	}
}

/* 768px */
@media screen and (max-width: 768px)
{
	#content {
		margin: 15px 0;
	}
	#content .box {
		margin-bottom: 15px;
	}
	#promotion .banners {
		max-height: 120px;
	}
	#promotion .product>.inner {
		padding: 15px;
		min-height: 360px;
	}
	#promotion .products .title {
		min-height: 40px;
	}
	#news .news-small li:not(:last-child) {
		margin-bottom: 15px;
	}
	#news .all-link {
		margin-top: 20px;
		margin-bottom: 3px;
	}
	.product-cat .products {
		position: relative;
	}
	.product-cat .products::before,
	.product-cat .products::after {
		content: '';
		position: absolute;
		background: #ddd;
		left: 0;
		right: 0;
		height: 1px;
		z-index: 10;
	}
	.product-cat .products::before {
		top: 0;
	}
	.product-cat .products::after {
		bottom: 1px;
	}
	.product-cat .group-item {
		margin-right: -15px;
	}
	.product-cat .group-item::before {
		display: none;
	}
	.product-cat .group-item:first-child::before {
		left: 15px;
	}
	.product-cat .group-item:last-child {
		display: none;
	}
	.product-cat .product {
		width: 50%;
		display: block ! important;
	}
	.product-cat .product:hover {
		z-index: 11;
	}
	.product-cat .product .inner {
		padding: 15px;
		min-height: 385px;
	}
	.product-cat .icon-status {
		top: 15px;
		left: 15px;
	}
	.product-cat .brands {
		margin-bottom: 15px;
	}
	#hotdeal .product .time li:not(.last) {
		margin-right: 20px;
	}
}

/* 767px */
@media screen and (max-width: 767px)
{
	#content {
		margin-top: 0;
	}
	#content .box .box-inner {
		padding: 10px;
	}
	.box-title .icon {
		font-size: 20px;
	}
	#banner {
		margin-left: -10px;
		margin-right: -10px;
	}
	#content .box .box-inner.with-border {
		padding: 0;
		border: none;
	}
	#banner-slide {
		margin-bottom: 7px;
	}
	#banner-slide .slider-nav {
		background: #fafafa;
	}
	#banner-slide .slider-nav div.text-center::after {
		top: 0;
	}
	#banner-slide .slider-nav span {
		margin: 0;
	}
	#content #hotdeal {
		border-radius: 0;
		margin-top: -20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	#hotdeal .product .time li:not(.last) {
		margin-right: 10px;
	}
	#hotdeal .product > .inner {
		padding: 15px;
	}
	#hotdeal .product .txt {
		padding-right: 0;
	}
	#hotdeal .product .img {
		width: 35%;
	}
	#promotion {
		margin: 0 0 15px;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: -20px;
	}
	#promotion .box-title {
		margin-top: 0;
		margin-bottom: 10px;
	}
	#promotion .banners {
		margin-bottom: 10px;
	}
	#promotion .banners::after {
		bottom: -10px;
	}
	#promotion .products {
		margin: 0;
	}
	#promotion .product>.inner {
		padding: 10px;
		min-height: initial;
	}
	#promotion .products .owl-prev {
		left: -45px;
	}
	#promotion .products .owl-next {
		right: -45px;
	}
	#news.box-inner {
		margin: 0;
	}
	#news .box-title {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.product-cat .column-left,
	.product-cat .column-right {
		width: 100%;
	}
	.product-cat .thead .owl {
		margin-bottom: 10px ! important;
	}
	.product-cat .brands {
		margin-bottom: 10px;
	}
	.product-cat .brands li {
		width: 25%;
	}
	.product-cat .brands li a {
		padding-top: 50px;
	}
	.product-cat .product .inner {
		padding: 10px;
		min-height: initial;
	}
	.product-cat .group-item {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-cat .tfoot {
		margin-top: 10px;
	}
	.tfoot .btn-link {
		width: 100%;
	}
	#news .all-link {
		margin-top: 0;
		margin-bottom: 0;
	}
	.product-cat .icon-status {
		top: 10px;
		left: 10px;
	}
	#hotdeal .products {
		overflow: hidden;
	}
	#hotdeal .products .owl-prev {
		left: -34px;
	}
	#hotdeal .products .owl-next {
		right: -34px;
	}
	#hotdeal .owl-stage-outer:hover {
		z-index: 99999;
	}
	#news .news-small li:not(:last-child) {
		margin-bottom: 10px;
	}
	div.icon-status {
		top: 10px;
		left: 10px;
	}
}

/* 380px */
@media screen and (max-width: 380px)
{
	#hotdeal .product > .inner {
		padding: 10px;
	}
	#hotdeal .owl-controls {
		display: none;
	}
	.products .product .prices,
	.products .product .prices li {
		display: block;
	}
	.products .product .prices li:not(:last-child) {
		margin-right: 0;
	}
}