body {
	font-family: 'bahnschrift', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
.clear{
	clear: both;
}
.product-thumb .button-group button, .product-thumb .price {
	font-family: 'bahnschrift';
}
.sub-category a {
	color:#027b2c;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
aside#column-left h3 {
    font-size: 14px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #027b2c;
	background-image: linear-gradient(to bottom, #027b2c, #027b2c);
	background-repeat: repeat-x;
}

header {
	background: #017C2C;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-callback a {
    text-transform: uppercase;
    background: #fff;
    padding: 10px 25px;
    border-radius: 15px;
		    cursor: pointer;
}


.right-header {
    display: flex;
    justify-content: flex-end;
}
.main-menu {
    background: #E6E6E6;
    min-height: 45px;
    display: flex;
    align-items: center;
}
.head-email img {
    margin-right: 15px;
}
.head-email a {
    color: #fff;
		font-size: 24px;
}
main-menu {
    position: relative;
}
.bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.57);
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
}
.display-block {
    display: block !important;
}
.phone .ico {
    height: 15px;
    margin-left: 5px;
}
/* logo */
#logo {
	margin: 5px 0 5px 0;
}

/* search */
#search input {
    background: none;
    border: 0;
    border-bottom: 1px solid #6f6e6e;
}
/* telephone */
.head-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box-telephone {
    margin-left: 10px;
	display:flex;
}
.box-telephone .phone {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	display: flex;
	line-height: 24px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	.product-thumb .image {
		width: 50%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
	color: #130b44;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.wrapper-menu {
    position: absolute;
    z-index: 77;
    top: 100%;
    /*left: 0*/;
    display: none;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #fff;

}
.wrapper-menu::before {
    position: absolute;
    top: -6px;
    right: 70px;
    z-index: 1000;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #fff;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    content: "";
}
.section-carousel .title-box {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	position: relative;
	margin-top: 40px;
	font-size: 18px;
	z-index: 10;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #000000;
}
.section-carousel .title-box:before{
		content: '';
		width: 100%;
		height: 5px;
		background: #017C2C;
		position: absolute;
		left: 0px;
		top: 35px;
		z-index: -1;
}
.section-carousel {
    text-align: center;
}
ul.list-category {
    position: relative;
		min-height: 390px;
    width: 300px;
    border-radius: 3px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    list-style-type: none;
	padding: 10px 25px 10px 35px;
}
ul.list-category li a {
    color: #027b2c;
    padding: 10px 0px 10px 20px;
}
.child > ul > li > a {
    color: #9c9a9a;
    padding: 15px 0px 15px 10px;
    font-size: 16px;
    display: flex;
}
button#catalog-menu, a.item-menu {
        color: #000;
    padding: 10px;
    text-transform: uppercase;
}
.menu-sub-category {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* height: 100%; */
    min-height: 400px;
    padding: 20px 8px 8px 325px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.category-link {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    padding-left: 0px;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 31px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease;
}
.wrapper-menu a {
    color: #000;
}
ul.list-category:before {
	content: "";
	width: 5px;
	background: #027b2c;
	position: absolute;
	height: 97.5%;
	z-index: 9;
	top: 20px;
}
ul.list-category > li:first-child {
    margin-top: 10px;
}

li.menu-category-item.sub-category-hover > a {
    background-color: #f6f6f6;
		z-index: 7;
}
.menu-sub-category {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* height: 100%; */
    min-height: 400px;
    padding: 8px 8px 8px 325px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.sub-category-hover .menu-sub-category {
    display: block;
    padding-bottom: 25px;
}
ul.column-category {
    list-style: none;
    padding: 0;
		display: flex;
}
ul.column-category > li > a {
    background: #f6f6f6;
    padding: 15px;
}
ul.column-category > li > a {
    background: #f6f6f6;
    padding: 16px 10px;
    font-size: 16px;
		display: block;
}
ul.column-category  li  a:hover{
	background: #e8e7e7;
}
.child {
    position: relative;
    margin: 5px 0px;
}
#menu .btn-navbar {
	font-size: 15px;
font-stretch: expanded;
color: #FFF;
padding: 2px 18px;
float: right;
background-color: #027b2c;
background-image: linear-gradient(to bottom, #027b2c, #027b2c);
background-repeat: repeat-x;
border-color: #520e14 #63131a #5a1118;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
#list-view, #grid-view {
	display: none;
	opacity: 0;
	visibility: hidden;
}
#mobile_catalog .icon-menu-mobile {
    position: absolute;
    top: 15px;
    right: 0;
}
.main-menu-mobile {
    flex-grow: 2;
    align-self: center;
    background: #fff;
    right: -320px;
    height: 100vh;
    position: absolute;
    width: 320px;
    z-index: 9;
    top: 0;
    transition: 1s;
}
@media (max-width: 1024px){
	.main-menu-mobile {
	    position: fixed;
	    z-index: 22;
			width: 320px;
			box-shadow: 1px 1px 14px 0px #000;
	}
	.btn-mobile-menu {
    height: 20px;
	}
	.icon-menu-mobile {
    position: relative;
    right: 5px;
    top: 0px;
	}
	.icon-menu-mobile span {
    height: 2px;
    background: #ffffff;
    width: 20px;
    display: block;
    position: relative;
	}
	.icon-menu-mobile span:nth-child(1) {
    top: 0px;
	}
	.icon-menu-mobile span:nth-child(2) {
    top: 5px;
	}
	.icon-menu-mobile span:nth-child(3) {
    top: 10px;
	}

}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	div#logo img {
	    max-width: 85px;
	}
	.sub-category-hover .menu-sub-category {
	    width: 724px;
	}
	h3.module-title {
	    font-size: 18px;
	    margin-top: 65px;
			margin-bottom: 25px;
	}
	header {
		padding: 15px 0px;
		height: 110px;
		display: flex;
		align-items: center;
	}
	.head-callback {
		margin-left: 25px;
	}
}
@media (min-width: 992px){
	.sub-category-hover .menu-sub-category {
	    width: 940px;
	}
}
@media (min-width: 1200px){
	.sub-category-hover .menu-sub-category {
	    width: 1135px;
	}
}
@media (min-width: 1440px){
	.sub-category-hover .menu-sub-category {
	    width: 1135px;
	    padding-top: 20px;
	}
}



@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#logo img {
    max-width: 150px;
	}
	.sub-category-hover .menu-sub-category {
		display: none !important;
	}
	.main-menu {
    display: block;
		background: none;
	}
	button#catalog-menu, a.item-menu {
    color: #017c2c;
    padding: 15px 0px;
		font-size: 16px;
		border-bottom: 1px solid rgba(1, 124, 44, 0.07);
	}
	li.menu-category-item a {
    color: #017c2c;
	}
	.box-telephone {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
	}
	.box-telephone .phone {
		    font-size: 20px;
	}
	.head-search {
    display: flex;
    align-items: center;
	}
	.phone a {
    color: #fff;
	}
	.title-box-info {
    text-align: center;
	}
	.sub-category-list {
		display: flex;
		margin-bottom: 20px;
		list-style-type: none;
		justify-content: space-evenly;
	}
	.sub-category-list li a {
		padding: 10px;
		font-size: 16px;
		border: 1px solid #017c2c;
		display: block;
		text-align: center;
		margin: 0px 5px;
		color: #017c2c;
		text-transform: uppercase;
	}
	.sub-category-list li {
		width: 100%;
	}
}
/* content */
#content {
	min-height: 500px;
}
/* footer */
footer {
		margin-top: 30px;
    padding-top: 30px;
    background-color: #fff;
    color: #000000;
    padding-bottom: 40px;
}
.footer-contact p {
    margin: 0;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;

}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	    background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:last-child:after {
    content: "";
}
ul.breadcrumb li a {
    color: #828282;
}
.breadcrumb > li:after {
    content: '>>';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.pagination {
	margin: 0;
}
/* buttons */
#button-cart {
    min-width: 200px;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-none {
    background: none;
    border: 0;
    box-shadow: none;
}
.btn-default {
	color: #fff;
    background-color: #027b2c;
    text-decoration: none;
    cursor: pointer;
		display:block;
}
.btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #130b44;
    border-color: #130b44;
}
.btn-primary {
	color: #ffffff;
	background-color: #027b2c;
	background-image: linear-gradient(to bottom, #027b2c, #027b2c);
	background-repeat: repeat-x;
	border-color: #027b2c #027b2c #027b2c;
	font-size: 14px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .button-group button:hover, .product-thumb .button-group button:active {
    background-color: #027b2c;
		color:#fff;
}
.product-slide > div {
    margin: 0 15px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	text-align: center;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 65px;
	margin-bottom: 15px;
}
.caption h4 a {
    font-size: 13px;
    color: #a8a8a8;
}
span.price-old {
    text-decoration: line-through;
    color: red;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
li.menu-category-item {
    border-bottom: 1px solid rgba(1, 124, 44, 0.18);
		padding: 7px 0px;
}
li.menu-category-item {
    text-transform: uppercase;
}
}
@media (max-width: 992px) {
	div#logo img {
    max-width: 50px;
		    margin: 0 auto;
	}
}
@media (max-width: 767px) {
		.header {
		    padding: 15px 0px;
		}
		div#logo img {
			max-width: 50px;
			margin: 0 auto;
		}
		.box-information {
		    background: none !important;
				    margin-top: 30px !important;
		}
		.product-list .product-thumb .caption {
			min-height: 0;
			margin-left: 0;
			padding: 0 10px;
		}
		.product-grid .product-thumb .caption {
			min-height: 0;
		}
		.top-menu {
			display: flex;
			justify-content: start;
			flex-direction: column;
		}
		.product-thumb .button-group button {
			line-height:30px;
		}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #017c2c;
	font-size: 13px;
	text-align: center;
}
.product-thumb .image {
    margin-top: 20px;
}
.caption h4 a {
    color: #000;
		font-size: 13px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #ccc;
	color: #353434;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #027b2c;
	text-decoration: none;
	cursor: pointer;
}
/*@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}*/

@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
	.head-search {
		margin-right: 5px;
    margin-left: 5px;
	}
	#search input {
		max-width:105px;
	}
	input#input-search {
		margin-bottom: 20px;
	}
	section.logo.language #logo img {
    max-width: 155px;
	}
	.product-slide .product-thumb {
		/*display: flex;*/
		display:block;
	}
	.product-thumb {
		position:relative;
		display: flex;
	}
	.product-thumb .button-group {
    position: absolute;
    right: 0;
    bottom: 0;
		    width: 60%;
	}
	.product-thumb .image {
		margin: 0 auto;
	}
	.product-thumb .caption {
        display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 0px;
		width: 100%;
	}
.slick-dots {
	display:none !important;
}
	footer {
    text-align: center;
	}
	.box-price-buy {
    flex-direction: column;
	}

	#product {
    width: 100%;
	}
	.breadcrumb {
		border:none;
	}
	ul.breadcrumb li a {
		font-size: 11px;
	}
	.breadcrumb > li{
		padding: 0px 10px;
	}
	.breadcrumb > li:after {
		content: '/';
		border:none;
		width: auto;
		    top: 0px;
				right: 0px;
		transform:none;
	}
	/*list category Katalog*/
	.box-list-category a {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    padding: 20px 0px;
    text-transform: uppercase;
    color: #e23f20;
    font-size: 16px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
	}
	.img-list-category img {
    height: 60px;
    position: absolute;
    left: 10px;
    top: 0;
	}
	.ico-sub-category {
    position: absolute;
    right: 0px;
    z-index: 99;
    padding: 20px;
    top: 0;
	}
	.sub-category-box {
    transition: 1s;
    opacity: 0;
    height: 0;
    overflow: hidden;
	}
	.box-list-category a {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    padding: 20px 0px;
    text-transform: uppercase;
    color: #027b2c;
    font-size: 16px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
	}
	.list-sub-category {
    background: #eaeaea;
	}
	.sub-category-box {
    transition: 1s;
    opacity: 0;
    height: 0;
    overflow: hidden;
	}
	.sub-category-box.show_sub {
    display: block;
    transition: 1s;
    opacity: 1;
    height: auto;
	}
	section.telephone-box {
		margin-left: 40px;
		margin-right: 40px;
		display: flex;
		align-items: center;
		margin-top: 30px;
	}
	section.telephone-box a {
		color:#017c2c;
	}
	section.logo.language {
    margin-top: 35px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	li.menu-category-item.sub-category-hover > a {background: none;}
	form#language button {
	    color: #fff;
	}
	section.logo.language {
    margin-left: 40px;
    margin-right: 40px;
	}
	.main-menu {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
	}
	ul.mobile-list-category {
    padding: 0;
    height: 0;
	/*height:auto;*/
    overflow: hidden;
    transition: 1s;
    opacity: 0;
	    margin-bottom: 50px;
 }
		ul.mobile-list-category.active_sub_category {
	    padding: 0;
	    height: auto;
	    overflow: hidden;
	    transition: 1s;
	    opacity: 1;
		margin-top: 0px;
	}
	.mobile-ico-phone {
	    margin-right: 10px;
	}
	form#language button {
    font-size: 14px;
	}
  .table-box {
      overflow-x: scroll;
  }
  #mobile_catalog {
    border-bottom: 1px solid #fff;
    padding: 15px 0px 5px 0px;
    position: relative;
	    text-transform: uppercase;
  }
  section.logo.language .btn-link {
    padding: 0;
	}
	h3.module-title {
		font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
	}
}
@media (max-width: 340px) {
	.product-thumb .caption {
		min-height: 130px;
	}
	.image {
		display: flex;
		align-items: center;
	}
	h4.abs-category {
		width: 80% !important;
	}
	h4.abs-category {
		    bottom: 15px !important;
	}
}
/* product page */
h1.title-product {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}
.box-img-product {
    display: flex;
}
.list-img {
    margin-right: 15px;
}
ul.nav.nav-tabs li a {
    font-size: 14px;
}
.nav-tabs>li>a {
	color:#000;
}
.box-price-buy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ccc;
	padding: 0px 20px;
	margin-bottom: 15px;
}
.page-product a {
    color: #027b2c;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color:#027b2c;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.owl-wrapper-outer img {
    margin: 0 auto;
}

/*img category*/
.imgcategory .product-thumb.transition > h4 {
	padding-left: 10px;
}
.title-top-box {
	position: relative;
}
.title-top-box h3 {

}
.title-top-box h3:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0px;
	top: 35px;
	z-index: -1;
}
.sort-box label {
    line-height: 32px;
}
.send-button input {
    width: 100%;
}
.form-contact {
    box-shadow: 0px 15px 15px -1px rgba(0, 0, 0, 0.2);
    padding: 30px 65px;
}
.form-control{
	border:1px solid #ececec !important;
}
.send-button input {
    padding: 10px 0px;
}
.line-flex {
    display: flex;
    justify-content: start;
    align-items: center;
}
.ico-contact {
    margin-right: 15px;
}
.box {
    margin-bottom: 20px;
}
/* module */

.title-top-box h3 {
    font-size: 18px;
    margin-bottom: 45px;
}

/* blog */
.information-thumb {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.information-thumb h4 {
    font-size: 20px;
}

.sertification {
    text-align: center;
}
/*seti*/
ul.list-seti {
    padding: 0;
    display: table;
}
ul.list-seti li {
    list-style-type: none;
    float: left;
    margin: 0px 5px;
}
#product input[type="radio"]{
	display:none;
}
#product .checkbox label, #product .radio label {
	padding-left: 0px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background:#027b2c;
}