#content #shop.middle{
	flex-direction: row;
	align-items: flex-start;
}
#shop aside{
	padding: 50px 0;
	width: 230px;
	margin-right: 35px;
	word-break: break-all;
	text-align: left;
}
#shop aside h2{
	color: #3f3e3c;
	font-size: 30px;
	margin: 0 0 80px;
	/*font-family: 'Exo2-0-Regular';*/
}
#shop aside .cat_menu .parent{
	color: #3f3e3c;
	cursor: pointer;
	font-size: 18px;
	margin: 0 0 20px;
}
#shop aside .cat_menu .parent .name{
	padding: 0 35px 0 20px;
	box-sizing: border-box;
	text-decoration: none;
	color: #3f3e3c;
	display: block;
	width: 100%;
	min-height: 40px;
	height: auto;
	word-break: break-word;
	line-height: 38px;
	background: #f5f5f5;
	position: relative;
	/*font-family: 'Exo2-0-Medium';*/
}
#shop aside .cat_menu .parent .name:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url("../../../img/cat_menu.png");
	width: 11px;
	height: 7px;
	right: 20px;
	position: absolute;
	top: 16px;
	background-position: 0 -13px;
}
#shop aside .cat_menu .parent.open .name:after{
	background-position: 0 0;
}
#shop aside .cat_menu .parent.open .child{
	display: block;
}
#shop aside .cat_menu .child{
	padding: 15px 0 15px 35px;
	display: none;
}
#shop aside .cat_menu .child .item{
	margin: 0 0 15px;
}
#shop aside .cat_menu .child a{
	font-size: 16px;
	color: #3f3e3c;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	position: relative;
	word-break: break-word;
}
#shop aside .cat_menu .child a:hover,
#shop aside .cat_menu .child a.active{
	color: #00CDE1;
}
#shop aside .cat_menu .child .item:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background: #59544e;
	margin-right: 7px;
}
#shop .products{
	margin: 40px 0 0;
}
#shop .product-list h1{
	color: #3f3e3c;
	/*font-family: 'Exo2-0-Regular';*/
	font-size: 30px;
	margin: 0 0 20px;
}
#shop .product-list .products .item{
	display: inline-block;
	vertical-align: top;
	width: 178px;
	margin: 0 0 15px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	height: 285px;
	z-index: 1;
}
#shop .product-list .products .item .wrapper{
	padding: 35px 20px 20px;
	background: white;
	border: solid 1px transparent;
	position: relative;
}
#shop .product-list .products .item .added{
	display: none;
	user-select: none;
	-webkit-user-select: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.93);
	z-index: 99;
	width: 99%;
	height: 75%;
	border: solid 1px #3f3e3c;
	line-height: 250px;
	color: #3f3e3c;
	font-size: 22px;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
}
#shop .product-list .products .item:hover .added{
	width: 100%;
	height: 100%;
	line-height: 350px;
}
#shop .product-list .products .item:hover{
	z-index: 2;
	overflow: visible;
}
#shop .product-list .products .item:hover .wrapper{
	border: solid 1px #c7c6c6;
	box-shadow: 0 5px 21px rgba(0, 0, 0, 0.15);
}
#shop .product-list .products .item.last{
	margin-right: 0;
}
#shop .product-list .products .item .image{
	width: 100%;
	height: 131px;
	position: relative;
}
#shop .product-list .products .item .image img{
	width: 100%;
	max-height: 100%;
}
#shop .proposition{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 180px;
	text-align: right;
	z-index: 98;
	display: flex;
	align-content: flex-start;
	justify-content: flex-end;
	padding: 0 10px;
	box-sizing: border-box;
}
#shop .proposition.popular.action{
	justify-content: space-between;
}
#shop .proposition.action .action{
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	line-height: 15px;
	background: white;
	border: solid 1px #D20006;
	border-radius: 100%;
	color: #D20006;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 1;
}
#shop .proposition:not(.action) .action,
#shop .proposition:not(.popular) .popular{
	display: none;
}
#shop .proposition.popular .popular{
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	line-height: 15px;
	background: white;
	border: solid 1px #D20006;
	border-radius: 100%;
	color: #D20006;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 1;
}
#shop .proposition p span{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
#shop .proposition p{
	position: relative;
	color: #D20006;
	font-family: 'PT Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
}
#shop .product-list .products .item .url{
	color: #3f3e3c;
	/*font-family: 'Exo2-0-Regular';*/
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	display: block;
	margin: 10px 0;
}
#shop .product-list .products .item .url:hover{
	text-decoration: underline;
}
#shop .product-list .products .item .price{
	color: #00CDE1;
	text-align: center;
	/*font-family: 'Exo2-0-Regular';*/
	font-size: 20px;
}
#shop .product-list .products .item .price.action_price{
	text-decoration: line-through;
	font-size: 18px;
	margin: 5px auto;
}
#shop article{
	width: 830px;
	text-align: left;
	padding: 10px 0;
}
#shop article .breadcrumbs{
	margin: 0 0 15px;
}
.breadcrumbs{
	margin: 0 0 40px;
}
.breadcrumbs a:hover{
	text-decoration: none;
}
.breadcrumbs .bread_page{
	color: #3f3e3c;
	font-size: 14px;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	margin: 10px 0;
	line-height: 22px;
}
#shop .sort_filter .sort_block{
	margin: 5px;
	display: inline-block;
}
#shop .sort_filter .label,
#shop .sort_filter .filter_list{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 15px;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
}
#shop .sort_filter .label{
	color: #333333;
}
#shop .sort_filter .filter_list,
#shop .sort_filter a{
	text-decoration: none;
}
#shop .sort_filter .count_sort{
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	font-size: 15px;
	color: #3f3e3c;
}
#shop .sort_filter a:hover,
#shop .sort_filter a.active{
	text-decoration: underline;
}
#shop .sort_filter .filter_list > .item,
#shop .sort_filter .count_sort{
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
#shop .sort_filter .filter_list > .item.active{
	text-decoration: underline;
}
#shop .sort_filter .filter_list > .item:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url("../../../img/filter.png") no-repeat;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	background-size: contain;
	position: relative;
	top: -1px;
}
#shop .sub_list{
	position: absolute;
	z-index: 99;
	background: white;
	top: 15px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.19);
	padding: 10px 10px 25px;
	box-sizing: border-box;
	width: 170px;
	font-size: 14px;
	display: none;
}
#shop .sub_list .item.active{
	text-decoration: underline;
}
#shop .filter_list > .item:hover .sub_list{
	display: block;
}
#shop .empty_product{
	font-size: 15px;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	color: #333333;
}
#shop .order{
	text-align: center;
	margin: 20px 0;
}
#shop .techInfo .order{
	text-align: left;
	margin: 0;
	position: relative;
}
#shop .order .submit{
	width: 140px;
	display: block;
	margin: 0 auto;
	height: 36px;
	border: none;
	font-size: 15px;
	cursor: pointer;
	border-radius: 50px;
	outline: none;
}
#shop .product-list .products .item .order{
	opacity: 0;
}
#shop .product-list .products .item:hover .order{
	opacity: 1;
}
#shop .top-block{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#shop .cart-block{
	width: 100px;
	height: 100px;
	text-align: center;
	border: solid 1px #DBDBDB;
	border-radius: 50%;
	position: relative;
	background-image: url('../../../img/shop-cart.png');
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
}
#shop .cart-block:hover{
	border-radius: 0;
}
#shop .cart-block.fixed{
	position: fixed;
	top: 60px;
	right: 20px;
	z-index: 9;
	background-color: white;
}
#shop .cart-block .cart-count{
	position: absolute;
	background: #D20006;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	right: 20px;
	font-size: 14px;
	line-height: 17px;
	top: 25px;
	transition: all .5s;
}
#shop .cart-block:hover .cart-count{
	right: 60px;
}

/* Single product */
.singleProduct .product-info{
	margin: 30px 0 0;
}
.singleProduct .product-info .info{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.singleProduct .main-image{
	width: 350px;
	height: 240px;
	margin: 0 5px 0 0;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.singleProduct .main-image img{
	max-height: 100%;
	width: auto;
	max-width: 100%;
	height: auto;
}
.singleProduct .addition-images{
	width: 80px;
}
.singleProduct .addition-images .fancybox-gallery{
	height: 56px;
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
	border: solid 1px #dcdfdd;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	text-align: center;
}
.singleProduct .addition-images img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.singleProduct .addition-images .bx-wrapper .bx-next,
.singleProduct .addition-images .bx-wrapper .bx-prev{
	background: url(../../../img/arrow-black.png) no-repeat;
}
.singleProduct .addition-images .bx-wrapper .bx-next{
	right: -25px;
	transform: rotate(90deg);
	bottom: 13px;
	top: auto;
	opacity: 0.5;
}
.singleProduct .addition-images .bx-wrapper .bx-prev{
	top: 28px;
	transform: rotate(-90deg);
	right: -25px;
	left: auto;
	opacity: 0.5;
}
.singleProduct .addition-images .bx-wrapper .bx-next:hover,
.singleProduct .addition-images .bx-wrapper .bx-prev:hover{
	opacity: 1;
}

.singleProduct .techInfo{
	background: #f5f5f5;
	padding: 15px;
	width: 345px;
	box-sizing: border-box;
	min-height: 240px;
	position: relative;
}
.singleProduct h1{
	color: #3f3e3c;
	font-size: 30px;
	/*font-family: 'Exo2-0-Regular';*/
	margin: 0 0 15px;
}
.singleProduct .techInfo .price-article{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin: 0 0 25px;
	width: 250px;
}
.singleProduct .techInfo .price{
	color: #00CDE1;
	font-size: 20px;
}
.singleProduct .techInfo.isColor .article{
	color: #D1D0D1;
	font-size: 13px;
}
.singleProduct .techInfo .article .num{
	color: #3f3e3c;
}
.singleProduct .order label{
	color: #3f3e3c;
	font-size: 14px;
}
.singleProduct .isColor .socials{
	margin: 0 0 0 30px;
	display: inline-block;
	vertical-align: middle;
}
#shop .singleProduct .submit{
	display: inline-block;
}
.singleProduct .colors{
	margin: 10px 0;
}
.singleProduct .colors .colorItem{
	display: inline-block;
	vertical-align: top;
	width: 39px;
	margin-right: 9px;
	cursor: pointer;
	opacity: 0.7;
	position: relative;
}
.singleProduct .colors .colorItem.active,
.singleProduct .colors .colorItem:hover{
	opacity: 1;
}
.singleProduct .colors .colorItem input[type='radio']{
	position: absolute;
	opacity: 0;
}
.singleProduct .colors .colorItem .image{
	width: 100%;
	height: 32px;
	margin: 0 0 4px;
}
.singleProduct .colors .colorItem .image img,
.singleProduct .colors .colorItem .image .colorBlock{
	width: 100%;
	height: 100%;
}
.singleProduct .colors .colorItem .image .colorBlock{
	width: 100%;
	height: 100%;
	border: solid 1px black;
	box-sizing: border-box;
}
.singleProduct .colors .colorItem .label{
	font-size: 11px;
	text-align: center;
	color: #3f3e3c;
	/*font-family: 'Exo2-0-Medium';*/
}
.singleProduct .order .countProduct,
.singleProduct .order .chooseColor{
	margin: 0 0 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.singleProduct .order .countProduct label,
.singleProduct .order .countProduct .count,
.singleProduct .order .countProduct .sum,
.singleProduct .order .countProduct .min{
	display: inline-block;
}
.singleProduct .order .countProduct label{
	margin-right: 5px;
}
.singleProduct .order .countProduct .count{
	width: 50px;
	height: 18px;
	padding: 3px 3px 3px 5px;
	font-size: 14px;
	background: transparent;
}
.singleProduct .order .countProduct .count:focus{
	background: white;
}
.singleProduct .order .countProduct .count,
.singleProduct .order .countProduct .sum,
.singleProduct .order .countProduct .min{
	border: solid 1px #d1d1d1;
	color: #292d30;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
}
.singleProduct .order .countProduct .sum,
.singleProduct .order .countProduct .min{
	width: 25px;
	height: 24px;
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.singleProduct .order .countProduct .sum:hover,
.singleProduct .order .countProduct .min:hover{
	background: white;
}
.singleProduct .about{
	background: #f5f5f5;
	margin: 20px 0;
	padding: 20px 25px;
}
.singleProduct .about h2,
.singleProduct .about .h2{
	color: #3f3e3c;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	font-size: 30px;
	margin: 0 0 20px;
}
.singleProduct .about .text{
	color: #3f3e3c;
	font-size: 14px;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	line-height: 22px;
}
.singleProduct .about .text p{
	line-height: 22px;
	margin: 0 0 15px;
}
.singleProduct .shipping_url{
	font-size: 16px;
	color: #3f3e3c;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	position: relative;
}
.singleProduct .shipping_url:hover{
	text-decoration: none;
}
.singleProduct .reviews h2{
	font-size: 22px;
	color: #3f3e3c;
	margin: 20px 0;
	/*font-family: 'Exo2-0-Regular';*/
	padding: 0 0 0 30px;
}
.singleProduct .reviews .reviewsList .item{
	margin: 0 0 10px;
}
.singleProduct .reviews .left,
.singleProduct .reviews .stars,
.singleProduct .reviews .star,
.singleProduct .reviews .right,
.singleProduct .reviews .admin_info{
	display: inline-block;
	vertical-align: middle;
}
.singleProduct .reviews .left,
.singleProduct .reviews .admin_info{
	width: 155px;
	overflow: hidden;
	padding: 0 15px 20px 30px;
	margin: 0 10px 0 0;
	border-right: solid 1px #e5e5e5;
}
.singleProduct .reviews .admin_info{
	border: none;
	text-align: left;
	padding: 10px 0 10px 50px;
}
.singleProduct .reviews .answer{
	background: #f5f5f5;
	margin: 5px 0 10px;
}
.singleProduct .reviews .answer .right{
	padding: 10px;
}
.singleProduct .reviews .points{
	color: #3f3e3c;
	font-size: 16px;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
}
.singleProduct .reviews .right{
	width: 585px;
	padding: 0 10px;
}
.singleProduct .reviews .stars{
	vertical-align: text-top;
	margin: 0 0 0 5px;
}
.singleProduct .reviews .star{
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url("../../../img/stars.png");
}
.singleProduct .reviews .star.active{
	background-position: 0 -18px;
}
.singleProduct .reviews .userName{
	color: #3f3e3c;
	font-size: 14px;
	/*font-family: 'Exo2-0-Medium';*/
	display: block;
	margin: 8px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.singleProduct .reviews .date{
	color: #61605e;
	font-size: 13px;
	/*font-family: 'Exo2-0-Thin';*/
}
.singleProduct .reviews .right{
	color: #3f3e3c;
	font-size: 14px;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	vertical-align: top;
	line-height: 22px;
}
.singleProduct .addReview{
	width: 180px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #00cde1;
	font-size: 13px;
	color: #00cde1;
	border-radius: 30px;
	text-align: center;
	background: transparent;
	line-height: 31px;
	cursor: pointer;
	margin: 20px 0;
	text-transform: uppercase;
}
.singleProduct .addReview:hover{
	background: #00cde1;
	color: white;
}
.singleProduct .emptyProduct{
	color: #3f3e3c;
	font-size: 18px;
	/*font-family: 'Exo2-0-Medium';*/
	position: relative;
}

.pagination{
	text-align: center;
}
.pagination .page{
	display: inline-block;
	vertical-align: middle;
	color: #3f3e3c;
	font-size: 16px;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	border: solid 1px #b3b0b0;
	margin: 0 5px;
	width: 26px;
	height: 26px;
	line-height: 25px;
}
.pagination .page:hover,
.pagination .page.active{
	background: #cccccc;
	color: white;
}
.pagination .page:hover a{
	color: white;
}
.pagination .page a{
	color: #3f3e3c;
	/*font-family: 'Exo2-0-Light';*/
	font-weight: 300;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#reviewForm{
	width: 50%;
	margin: 40px 0;
	display: none;
	position: relative;
}
#reviewForm .review-send{
	position: absolute;
	z-index: 1;
	background: white;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
#reviewForm .review-send.active{
	display: block;
}
#reviewForm form{
	margin: 25px 0 0;
}
#reviewForm .field{
	position: relative;
	margin: 0 0 30px;
}
#reviewForm .field:first-child{
	margin: 0 0 30px;
}
#reviewForm .field .input-field{
	height: 35px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: solid 1px #9e9e9f;
	font-size: 14px;
	color: #292929;
	padding: 0 10px;
	box-sizing: border-box;
}
#reviewForm .field .input-field:focus{
	border: none;
	border-bottom: solid 1px #00cde1;
	outline: none;
}
#reviewForm .field .form-label{
	color: #9e9e9f;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	left: 10px;
	top: 10px;
	transition: all 0.5s;
}
#reviewForm .field .input-field:focus + .form-label,
#reviewForm .field .form-label.active{
	color: #00cde1;
	top: -20px;
}
#reviewForm .submit-button{
	width: 100%;
	height: 50px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
}
#reviewForm .submit-button:focus{
	outline: none;
}
#reviewForm .field .input-field#review-message{
	resize: none;
	height: 80px;
}

.cart-add{
	position: absolute;
	background: white;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	align-items: center;
	text-align: center;
	line-height: 26px;
	transition: opacity .3s linear;
	z-index: -1;
	justify-content: center;
}
.cart-add.active{
	z-index: 1;
	opacity: 1;
}

#search{
	margin: 10px 0;
}
#search input[type='text']{
	height: 35px;
	width: 150px;
	border: none;
	border-bottom: solid 1px #9e9e9f;
	font-size: 14px;
	color: #292929;
	padding: 0 10px;
	box-sizing: border-box;
}
#search .submit-button{
	border: none;
	width: 75px;
	height: 35px;
	margin: 0 0 0 10px;
	cursor: pointer;
}