* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #545454;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
}

h1 {
	padding: 8px;
	font-size: 26px;
	font-weight: normal;
}

p {
	padding: 8px;
}

#page {
	height: 100%;
	background: #fafbfb;
}

#page-header .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 4px 4px 8px 4px;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

#page-header .left {
	padding: 8px 4px 4px 4px;
	order: 1;
	display: flex;
	align-items: flex-end;
}
#page-header .left  .contacts {
	padding-left: 16px;
	padding-bottom: 8px;




	font-weight: bold;
	


		
}

#page-header .left  .contacts span {
	font-weight: normal;
	color: #545454;
}



#page-header #search {
	padding: 4px;

	width: 100%;

	order: 3;

}

#page-header .right {
	padding: 4px 4px 8px 4px;
	order: 2;
}

#search-container {
	background-color: #ffffff;
	border: 2px solid #545454;
	height: 35px;
	display: flex;
	align-items: center;
}
#search-icon:after {
	content: '\e80b';

	font-family: "fontello";

	font-weight: normal;
	font-size: 16px; 
	padding: 0 8px;
}
#search-input {
	flex: 1;
}
#search-input input {
	border: none;
	border-right: none;
	font-size: 14px;
	width: 100%;
}

#search-button {
	border: 1px solid #545454;
	padding: 0 16px;
	background: #545454;
	color: #ffffff;
	font-size: 14px;
	height: 35px;
	font-weight: bold;
}

#search-button:hover {
	background-color: #316400;
}

@media (min-width: 768px) {
	#page-header #search {
		order: 2;
		flex: 1;
			max-width: 350px;
	}
	#page-header .right {
		order: 3;
	}
}

#page-header .navbar {
	width: 100%;

	padding: 8px 4px 4px 4px;
	order: 4;

}
.navbar ol {
	background: #545454;
	list-style-type: none;
	padding-left: 0;
}
.navbar ol li {
	padding: 8px 0;
	display: inline-block;
}
.navbar a {
	padding: 4px 8px;
	border-right: 1px white dotted;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.navbar li:last-child a {

	border-right: none;

}






#page-header .frame {
	border: 1px solid black;
	padding: 4px;
}








#header-cart {
	display: flex;
}
#header-cart .info {
	border: 2px solid #316400;
	padding: 8px 16px;
	font-size: 14px;
}
#header-cart .icon {
	background: #316400;
	padding: 8px 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
}

#header-cart .icon:after {
	font-family: "fontello";
	content: '\e800';
	font-weight: normal;
	font-size: 28px; 
}

.header-cart-title {
	font-weight: bold;
}


.container {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

.image-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

#page-body .container {
	display: flex;
	flex-wrap: wrap;
}

#page-body .sidebar {
	/*background: #ADD8E6;*/
	/*width: 20%;*/
	width: 100%;
}

#page-body .content {
	flex: 1;
}

.banner {
	padding: 4px;
}
.banner-item {
	padding: 4px;
}
.banner-item .frame {
	border: 1px solid #E8E8E8;
	padding: 4px;
}

.banner-item .image {
	width: 100%;
	padding: 4px;
}

/* product-sort */
.product-sort {
	padding: 0px 8px;
	display: flex;
}

.product-sort_frame {
	display: flex;
	border: 1px solid #e8e8e8;
	background: #ffffff;
}

.product-sort ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.product-sort a {
	display: inline-block;
	padding: 8px 12px;
	font-weight: bold;
}
.product-sort a.active {
	background: #e8e8e8;
}

.product-sort a:hover, .product-sort a:hover i  {
	background: #545454;
	color: #ffffff;
}

/* product-list */

.product-list {
	display: flex;
	flex-wrap: wrap;
	padding: 4px;
}

.product-list-item {
	width: 50%;
	padding: 4px;
}

.product-list-item .frame {
	border: 1px solid #E8E8E8;
	background: #ffffff;
	padding: 4px;
	text-align: center;
}

.product-list-item .image {
	display: block;
	width: 100%;
	padding: 4px;
}

.product-list-item .title {
	padding: 4px;
	font-size: 14px;
	height: 38px;
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
  display: block;

  background-color: white;
}

.product-list-item .title:before {
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
  content: '\200C';
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 25%;
  text-align: center;
}

.product-list-item .price {
	padding: 8px 4px;
	text-align: right;
	font-size: 16px;
	text-align: center;
	color: #316400;
}
.product-list-item .price-old {
	font-size: 12px;
	text-decoration: line-through;
	color: #696969;
}
.product-list-item .price-new {
	color: #e74c3c;
	font-size: 16px;
}

.product-list-item .rating {
	text-align: center;
	padding: 8px 4px;
}

.product-list-item .buttons {
	text-align: center;
	padding: 8px 4px;
}
.product-list-item .to-cart {
	display: inline-block;
	background: #316400;
	padding: 8px 16px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	border: none;
	font-weight: bold;
}
.product-list-item .to-cart:hover {
	background-color: #545454;
}

/* sidemenu */

.green a, .green i {
	color:  #316400;
}
.red a, .red i {
	color: #e74c3c;
}
.blue a, .blue i {
	color: #1E90FF;
}


.frame {
	/* border: 1px solid #e8e8e8; */
	padding: 4px;
}

#page-footer {
	padding: 8px 0 0 0;
}

#default-footer {
	background: #e8e8e8;
}

#default-footer > .container {
	display: flex;
	padding: 4px;
	flex-wrap: wrap;
	justify-content: space-around;
}

.footer-section {
	padding: 32px 4px 32px 4px;
}
.footer-section a {
	padding: 0 8px 0 8px;
}
.footer-section .head {
	font-weight:bold;
	font-size: 18px;
	padding: 32px 16px 16px 16px;
}
.footer-section .body {
	display: flex;
	justify-content: flex-start; 
}

.footer-column {
	padding: 0 16px;
}

.footer-column .header {
	font-size: 14px;
	font-weight: bold;
	padding: 24px 0px 8px 0;
}
.footer-column ul {
	list-style-type: none;
	padding: 4px 0;
}

.footer-column li a {
	text-decoration: underline;
}
.footer-column li:before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.footer-text {
	line-height: 24px;
}

.pagination {
	padding: 8px 4px;
}
.pagination ul {
	display: flex;
	list-style-type: none;
}

.pagination li {
	padding: 4px;
}
.pagination a {
	border: 1px solid #e8e8e8;
	background: #ffffff;
	padding: 8px 16px;
}
.pagination li.active a,
.pagination li.selected a {
	background: #545454;
	border-color: #545454;
	color: #ffffff;
}
.checkout-success {

	padding: 32px 4px 128px 4px;
}
.cms-block {
	padding-top: 16px;
}
.cms-block h1 {
	padding: 0 0 8px 0;
	font-size: 26px;
	font-weight: normal;
}

.cms-block h1 i {
	font-size: 26px;
	color: #316400;
}


	.cms-block h2 {
		margin: 0;	
		padding: 0 0 8px 0;
		font-size: 22px;
	}
	.cms-block p {
		margin: 0 0 8px 0;
	}
	.cms-block table {
		margin: 0 0 8px 0;
		border-collapse: collapse; 
		border: medium none;
	}
	.cms-block th {
		font-weight: bold;
		padding: 4px 8px;
	}
	.cms-block td {
		padding: 4px 8px;
	}
	.cms-block ul {
		padding: 0 0 0 40px;
	}
	
.overeno-zakazniky {
	text-align: center;
	padding-top: 16px;
}

.introduction {
	margin: 8px;
	padding: 12px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
}

.manufacturer-list {
	padding: 4px;
}

.manufacturer-list-item {
	padding: 4px;	
}
.manufacturer-list-item .frame {
	border: 1px solid #e8e8e8;
	background: #ffffff;
	display: flex;
}

.manufacturer-list-item .image {
	display: block;
	padding-right: 16px
	
}

.manufacturer-list-item .title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
	
}

.brand-block {
	border: 1px solid #e8e8e8;
	background: #ffffff;
	text-align: center;
	margin-top: 16px;
}

.brand-block .title {
    font-size: 16px;
    font-weight: bold;
    padding: 14px;
    margin-bottom: 16px;
    text-transform: uppercase;
    background: #191817;
    color: #ffffff;
}

.brand-block .image {
	padding: 4px;
	display: inline-block;
}

.brand-block .all-brands {
	padding: 16px;
	font-size: 16px;
	text-decoration: underline;
	display: inline-block;
}

@media (min-width: 320px) {
}

@media (min-width: 480px) {

}

@media (min-width: 576px) {
	.product-list-item {
		width: 33.333%;
	}
}

@media (min-width: 768px) {
	#page-body .sidebar {
		width: 300px;
	}
	.sidemenu {
		display: block;
		padding: 4px;
	}
	#sidemenu-label {
		display: none;
	}
}

@media (min-width: 992px) {
	.product-list-item {
		width: 25%;
	}

}

@media (min-width: 1200px) {
}
