#breadrumb {
	margin-bottom: 0;
}
.box-content {
	padding-bottom: 40px;
}

#sidebar .widget {
	padding: 15px;
	background: white;
}
#sidebar .widget:not(:last-child) {
	margin-bottom: 20px;
}
#banner-left a:not(:last-child) {
	display: block;
	margin-bottom: 20px;
}
ul.product-list li {
	position: relative;
	padding-left: 15px;
}
ul.product-list li:not(:last-child) {
	margin-bottom: 7px;
}
ul.product-list li::before {
	width: 4px;
	height: 4px;
	content: '';
	background: #999999;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}
.products .group-item {
	border-bottom: 1px solid #d9d9d9;	
}
.products .product {
    z-index: 10;
	padding: 20px;
	background: #ffffff;
	position: relative;
	min-height: 370px;
    transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.product>.inner {
	position: relative;
}
.group-item::after {
	content: '';
	display: table;
	clear: both;
}
.group-item .product {
	width: 25%;
	float: left;
}
.products .product:hover {
    z-index: 1;
    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);
}
.products .product .img {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	margin-bottom: 3px;
}
.products .product .img a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.products .product .icons {
	margin-bottom: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #e4e6ed;
}
.products .product .icon-brand {
	background: #dfe1e8;
	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;
}
.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;
}
#procats .box::after {
	content: '';
	clear: both;
	display: table;
}
#procats .box:not(:last-child) {
	margin-bottom: 35px;
}
#primary .products,
#procats .products {
	background: white;
}
#procats .product {
    padding: 13px 20px;
}
#procats .products .owl-prev,
#procats .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 .2s ease;
    -webkit-transition: all .2s ease;
    margin-top: -30px;
}
#procats .products .owl-prev {
    left: -34px;
    padding-left: 43px;
    background: url(../images/owl-prev.png) no-repeat;
}
#procats .products .owl-next {
    right: -34px;
    padding-left: 27px;
    background: url(../images/owl-next.png) no-repeat;
}
#procats .products .owl-prev:hover,
#procats .products .owl-next:hover {
    color: #fa0707;
}
#procats .products .owl-stage-outer:hover {
	z-index: 99;	
}
#procats .catname {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
}
#procats .catname span {
	color: var(--c5);
}
#procats .more-link {
	padding: 30px;
	background: white;
	border-top: 1px solid #d9d9d9;
}
#procats .box .btn-link {
    background: #f2f3f7;
    border: 1px solid #e4e6ed;
    height: 30px;
    padding: 4px 20px;
    min-width: 96px;
    color: var(--c5);
    border-radius: 20px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
#procats .box .btn-link:hover {
    color: white;
    background: var(--c5);
    border-color: var(--c5);
    text-decoration: none;
}
#procats .box .btn-link::after {
    content: '\f18e';
    margin-left: 5px;
}

/* title */
h1.title {
	font-size: 22px;
    font-weight: 700;
    margin: 2px 0 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}

/* box-filter */
.box-filter {
	background: white;
	margin-bottom: 20px;
	padding: 10px;
}
.box-filter input.form-control: {
	background: #f6f6f6;
	border-color: #e0e0e6;
	box-shadow: none;
	border-radius: 6px;
	padding: 6px 8px;
}
.box-filter ul {
	display: flex;
}
.box-filter li:not(.last) {
	margin-right: 25px;
}
.box-filter label {
	font-weight: 400;
	line-height: 34px;
	margin-right: -18px;
	margin-bottom: 0;
	white-space: nowrap;
	color: #666666;
}

#menu-procat .widget-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 -15px 10px;
	padding: 0 15px 10px;
	border-bottom: 1px solid #d9d9d9;
}
#menu-procat .active {
	color: var(--c5);
	font-weight: 700;
}

.noitem {
	border-radius: 0;
}
.mess {
	color: #666666;
	font-size: 20px;
	border-radius: 0;
	background: #e5f8f4;
	border-color: var(--c5);
}
.mess b {
	color: var(--c5);
}

.box-option-search {
	margin-bottom: 20px;
}
.box-option-search .widget:not(:last-child) {
	margin: 0 ! important;
	border-bottom: 2px solid #f0f0f3;
}
.box-option-search .widget-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}
.box-option-search li:not(:last-child) {
	margin-bottom: 7px;
}
.box-option-search input[type=checkbox] {
	margin: 0;
    padding: 0;
    color: #555;
    outline: 0;
    clear: none;
    width: 16px;
    height: 16px;
    line-height: 0;
    cursor: pointer;
    background: #fff;
    text-align: center;
    position: relative;
	border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    -webkit-appearance: none;
	margin-top: -2px;
}
.box-option-search input[type=checkbox]:checked {
    background: var(--c5);
	border-color: var(--c5);
}
.box-option-search input[type=checkbox]:checked:before {
    top: 50%;
    left: 1px;
    color: white;
    font-size: 13px;
    content: '\f00c';
    position: absolute;
    font-family: FontAwesome;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.box-option-search label {
	cursor: pointer;
	font-weight: 400;
	margin: 0 0 0 -3px;
	padding: 0 0 0 10px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.box-option-search li:hover {
	color: var(--c5);
}
.box-option-search .active label {
	color: var(--c5);
}
#primary {
	margin-left: 13px;
	max-width: 1050px;
}
#sidebar {
	max-width: 210px;
	margin-right: -14px;
}

#box-brand {
	margin-left: -13px;
	margin-bottom: 20px;
}
#box-brand a {
	background: white;
	margin-left: 13px;
	position: relative;
	vertical-align: top;
	display: inline-flex;
	margin-bottom: 13px;
}
#box-brand a.active .hover {
	border: 1px solid var(--c5);
}
#box-brand span.hover {
	width: 105px;
	height: 60px;
}
#box-brand span.hover img {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 70%;
	max-height: 70%;
	width: auto;
	height: auto;
}

select.form-control {
	box-shadow: none;
	border-radius: 6px;
	border-color: #e0e0e6;
	appearance: none;
	-webkit-appearance: none;
	padding-left: 8px;
    padding-right: 23px;
	background:#f6f6f6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
    background-size: 8px 6px;
    background-position: right 0.8rem center;
    background-repeat: no-repeat;
}

/* 1024px */
@media screen and (max-width: 1024px)
{
	#primary {
		margin-left: 0;
		max-width: 100%;
	}
	#sidebar {
		max-width: 100%;
		margin-right: 0;
	}
	#primary .products,
	#procats .products {
		overflow: hidden;
	}
	.products .group-item::after {
		display: none;
	}
	div.group-item .product {
		width: 33.3333333%;
		border-bottom: 1px solid #ddd ! important;
	}
	#box-brand {
		margin-left: 0;
		margin-bottom: 30px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	#box-brand .brand-img {
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 0;
		width: 14.2777777%;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	#procats .more-link {
		padding: 20px;
	}
}

/* 768px */
@media screen and (max-width: 768px)
{
	div.group-item .product {
		width: 50%;
	}
	#box-brand .brand-img {
		width: 16.66666666%;
	}
	#box-brand span.hover {
		width: 86px;
		height: 50px;
	}
	#procats .more-link {
		padding: 15px;
	}
}

/* 767px */
@media screen and (max-width: 767px)
{
	section#content {
		margin-top: 20px;
	}
	#menu-procat {
		display: none;
	}
	h1.title {
		margin-top: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	.box-filter {
		margin-bottom: 10px;
		border: 1px solid #ddd;
	}
	.box-filter li:not(.last) {
		margin-right: 10px;
	}
	div.products {
		border-top: 1px solid #ddd ! important;
		border-left: 1px solid #ddd ! important;		
	}
	div.products .product {
		min-height: initial;
		border-right: 1px solid #ddd ! important;
	}
	#procats .products .owl-next {
		right: -33px;
	}
	#procats .more-link {
		padding: 15px;
	}
	
	#sidebar .widget {
		padding: 10px;
		border-bottom-width: 1px;
	}
	.box-option-search .widget-title {
		cursor: pointer;
		margin-bottom: 0;
		position: relative;
	}
	.box-option-search .widget-title::after {
		right: 0;
		content: '\f107';
		position: absolute;
		font-family: FontAwesome;
	}
	.box-option-search .widget-title.open {
		color: var(--c5);
	}
	.box-option-search .widget-title.open::after {
		content: '\f106';
	}
	.box-option-search .widget-content {
		display: none;
		padding: 10px;
		background: #fafafa;
		margin: 10px -10px -10px;
		border-top: 1px solid #f0f0f3;
	}
	#box-brand {
		margin-bottom: 20px;
	}
	#box-brand .brand-img {
		width: 20%;
	}
	.box-option-search {
		margin-bottom: 10px;
	}
}

/* 380px */
@media screen and (max-width: 380px)
{
	.products .product .prices,
	.products .product .prices li {
		display: block;
	}
	.products .product .prices li:not(:last-child) {
		margin: 0;
	}
}