@import url("reset.css");

/* @group Общий стиль */
html,
body {
	font: 15px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/ackgr.jpg);
 font-family: 'Jura', sans-serif;
}
::selection {
background: #b5e5b5; /* Safari */
}
::-moz-selection {
background: #b5e5b5; /* Firefox */
}
p{margin-bottom: 15px; font-family: 'Jura', sans-serif; }

h1 {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: normal;
    font-family: 'Roboto Slab', serif;
 background: url(../images/bkgr-h1.jpg);
 padding: 1%;
 color: white;
 border-radius: 10px 30px;
}

h2 {
	clear: both;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
    font-family: 'Roboto Slab', serif;
}

h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
    font-family: 'Roboto Slab', serif;
}

table tbody tr th, span, table tbody tr th, form label, {
    font-family: 'Jura', sans-serif;
}
input[type="text"], input[type="password"] {

}
textarea {
resize: none;
}

.catalog_hr {
color: #3aa301;
}


    select {
      width: 150px;
      height: 26px;
      border-radius: 5px;
     border: 2px solid #3aa301;
      -webkit-appearance: none;
      background-image: url(../images/select-arrow-pink.png);
      background-position: right center;
      background-repeat: no-repeat;
     padding-left: 5px;
      line-height: 1em;
      /* for FF */
      -moz-appearance: none;
      text-indent: 0.01px; 
      text-overflow: '';
      /* for IE */
      -ms-appearance: none;
      appearance: none!important;
     color: green;
     outline: none;
    }
     
    select::-ms-expand {
      display: none;
    }
    option {
     border: 2px solid #3aa301;
    }
.products .product .forselecti select[name='variant'] {
   margin-left: 28px;
  }

span {
 font-size: 15px;
}

.coupon_code, textarea, .input_form_new, .input_captcha, .form-oplata input {
border-radius: 3px;
 border: 1px solid #c2c2c2;
 margin-top: 10px;
font-family: 'Roboto Slab', serif;
}

a { color: green; text-decoration: none; font-family: 'Jura', sans-serif; font-size: 15px;}

a:hover { color: #3aa301;}

e[type="button"] {
	cursor:hand;
	cursor:pointer;
}
/* @end — Общий стиль */


/* @group Верхняя строка */
.rating .rater-starsOff, .rating .rater-starsOn { text-align: left; width: 80px; display: inline-block; background:url(../images/rating.png) repeat-x 0 0px; height:16px; }
.rating .rater-starsOn { background-position: 0 -16px; }
.rating-new .rater-starsOff-new, .rating-new .rater-starsOn-new { width: 80px; display: inline-block; background:url(../images/rating-new.jpg) repeat-x 0 0px; height:16px; }
.rating-new .rater-starsOn-new { background-position: 0 -16px; }
.head_menu {
    margin-top: 150px;
    background-color: #0095eb;
    padding: 10px;
    font-size: 19px;
    border-radius: 7px;
}
.head_menu ul li {
    display: inline-block;
}
.head_menu ul {
 display: flex;
 justify-content: space-around;
}
.head_menu ul li a {
     color: white;
     font-family: 'Fira Sans Extra Condensed', sans-serif;
     transform:0.5s;
}
.head_menu ul li a:hover {
 color: #9bcfec;
}
.link_new {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.head-product-flex {
 display: flex;
 justify-content: space-around;
 margin-top: 10px;
}
.features-head {
 width: 400px;
 height: 282px;
 overflow: hidden;
}
.features-head .features li label {
 width: 50%;
}
.features-head .features li span {
float: left;
	display: block;
	width: 50%;
}
.out-product {
 width: 208px;
}
.features-flex-direct a {
 margin-top: 10px;
}
.features-flex-direct {
 display: flex;
 flex-direction: column;
 align-items: center;
}
.header-flex {
  display: flex;
  justify-content: space-around;
 border: 2px solid #3aa301;
 padding: 40px;
 background: #fff;
 border-radius: 7px;
 margin-top: 50px;
 overflow: hidden;
  margin-top: 60px;
}
#top{
	margin:0px auto;
	width: 1300px;
}
#menu{
	margin-left: -10px;
	float: left;
	margin-top: 7px;
	max-width: 700px;
    display: none;
}
#blog h2 a {
 font-size: 15px;
}
#menu li{
	height: 30px;
	display: block;
	float: left;
	list-style: none;
}
#menu li a{
	margin-right: 5px;
	font-size: 12px;
	display: block;
	float: left;
	padding: 6px 11px 6px 11px;
	color: #606060;
}
#menu li.selected a, #menu li:hover a{
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	padding: 5px 10px 6px 10px;
	border-radius: 20px;
	text-decoration: none;
}

#blog{
	list-style: none;
}

#currencies{
	margin-bottom:20px;
}

#currencies ul{
	margin-top: 20px;
 text-align: center;
}
#currencies ul a li{
	display: inline;
	list-style: none;
 font-weight: bold;
border: 1px solid #99d999;
 padding: 10px;
 box-shadow: 5px 5px 6px -3px rgba(0, 0, 0, .2);
 border-radius: 5px;
}

#currencies ul a{
	white-space: nowrap;
 	font-size: 30px;
}
#currencies ul li.selected a{
	text-decoration: none;
}
#cart_id_id {
 position: absolute;
 z-index: 2;
}
#cart_informer{
	background-color: #fff;
	padding: 5px 13px 6px 13px;
	color: #505050;
 display: flex;
 align-items: center;
 width: 100%;
 justify-content: center;
    border-top: 2px solid #3aa301;
 border-bottom: 2px solid #3aa301;
 position: fixed;
}
#cart_infa {
  font-size: 20px;
}
#cart_informer:before {
 content: url(../images/cart.jpg);
}
#cart_informer span, #cart_informer a {
 font-size: 20px;
 font-weight: bold;
}
.politics-solgasie {
 margin-top: 10px;
 display: flex;
 align-items: center;
 font-size: 16px;
}
/* @group Шапка сайта */
#header {
	margin:0px auto;
	width: 1300px;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.contact-wsv-block {
 display: flex;
 align-items: center;
 width: 150px;
 justify-content: space-around;
}
#blog_menu .link_new {
 background-color: #93d793;
 width: 100%;
 padding: 4px 0 4px 0;
 text-align: center;
 border-radius: 40px 10px;
}
/* @group Футкр сайта */
#footer {
	margin:0 auto;
	width: 1235px;
	overflow: hidden;
	clear: both;
	padding: 30px;
   border: 2px solid #3aa301;
 border-radius: 7px;
  background: #fff;
}
.footer-flex-top {
  display: flex;
 justify-content: space-around;
 align-items: flex-start;
}
.footer-flex-bottom {
 display: flex;
 justify-content: space-around;
 align-items: center;
 margin-top: 20px;
}
.footer-punkts {
 width: 250px;
}
.footer-punkts h3 {
 border-bottom: 2px solid black;
 padding-bottom: 10px;
}
.footer-punkts ul li {
 list-style-type: none;
}
.header-words {
font-family: 'Roboto Slab', serif;
 font-size: 30px;
 text-align: center;
 margin-top: 10px;
 margin-bottom: -130px;
 background: #fff;
 border: 2px solid #3aa301;
 border-radius: 7px 7px 0 0;
 border-bottom: none;
 padding-top: 10px;
 padding-bottom: 10px;
}
.login-cart-flex {
 display: flex;
 flex-direction: column;
 margin-top: 15px;
}
#account{
	float: right;
	font-size: 12px;
	margin: 12px 10px 10px 0px;
	text-align: right;
	color: #505050;
}
#account #login{
	padding-left: 7px;
  font-size: 20px;
 position: relative;
}
#account #logout{
	padding-left: 7px;
 font-size: 20px;
}
#account #register {
 font-size: 20px;
}

#logo{
	width: 250px;
	height: 105px;
 margin-left: -40px;
}
#logo img {
 width: 300px;
}
#contact{
 width: 500px;
	height: 25px;
	color: #505050;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
 line-height: 25px;
 display: flex;
	align-items: center;
 justify-content: space-around;
}
#contact #phone{
	font-size: 18px;
 color: green;
 font-weight: bold;
}
.captcha-block-new {
 width: 410px;
display: flex;
justify-content: center;
}
.span-header-hgui {
 color: black;
 font-size: 20px;
}
.flexible-header {
 display: flex;
 align-items: center;
}
.wsv-block {
 display: flex;
 align-items: center;
}

#main {
	margin:0px auto;
	width: 1300px;
}
#content {
	float: right;
	width: 1020px;
	margin-bottom: 20px;
 margin-left: 10px;
  border: 2px solid #3aa301;
 border-radius: 7px;
 padding: 10px;
  background: #fff;
 overflow: hidden;
}
.cart_empty {
 float: right;
 margin-right: 10px;
 margin-top: -25px;
 font-size: 18px;
}
#left {
	width: 222px;
	float: left;
	overflow: hidden;
 background: #fff;
 border: 2px solid #3aa301;
 border-radius: 7px;
 padding: 10px;
 margin-bottom: 10px;
}
.skidka {
 font-weight: bold;
 font-size: 20px;
}
.aqua_menu {
height: 100px;
}
.cart-delivery-flex {
 display: flex;
 justify-content: space-around;
 padding-bottom: 10px;
}
#search{
	margin-top: 20px;
	margin-bottom: 10px;
	height: 28px;
 display: flex;
 flex-direction: column;
}
#search .input_search{
	width: 470px;
	height: 25px;
	font-size: 15px;
	border: 2px solid #3aa301;
    border-radius: 5px;
	display: block;
 float: left;
  border: 1px solid #c2c2c2;
 font-family: 'Jura', sans-serif;
 padding: 5px;
 margin-top: 40px;
}
#search .button_search {
	width: 44px;
	height: 36px;
	background-position-y: middle;
	background: url(../images/search.png) no-repeat;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
 margin-top: 40px;
}
.on_href {
 text-align: center;
}
.new-year-img {
 position: absolute;
 margin-top: 40px;
 margin-left: -40px;
}
.new-year-right {
 position: absolute;
 right: 0;
 margin-top: 20px;
}
/* @group Меню каталога*/
#catalog_menu {
	margin-top: 130px;
	margin-bottom: 10px;
 border: 2px solid #3aa301;
 border-radius: 0 0 7px 7px;
 background: #fff;
 border-top: none;
}
#catalog_menu {
	padding-left: 0px;
	padding-bottom: 5px;
	list-style: none;
  display: flex;
 justify-content: space-around;
  border-bottom: 2px solid #3aa301;
}
#catalog_menu ul:hover ul {
 opacity:1;
 display: block;
}
#catalog_menu ul:hover ul li a:hover {
 -moz-transform:scale(1.05);
	    -webkit-transform:scale(1.05);
}
#catalog_menu ul:hover ul a {
 text-decoration:none;
	    -webkit-transition:-webkit-transform 0.075s linear;
}
#catalog_menu ul ul {
	padding-top: 0px;
	padding-bottom: 0px;
 display: none;
 position:absolute;
 opacity:0;
 -webkit-transition:0.25s linear opacity;
border: 2px solid #a4a2a2;
 padding: 10px;
 border-radius: 3px;
 background-color: white;
 width: 100px;
 z-index: 1;
}
#catalog_menu ul ul a {
 white-space:nowrap;
 display:block;
}
#catalog_menu ul ul li {
 float:none;
}
#catalog_menu ul li {
	font-size: 16px;
	margin-top: 8px;
    font-family: 'Roboto', sans-serif;
 list-style-type: none;
}
#catalog_menu .nine_pix_img{
	vertical-align: middle;
 width: 90px;
 height: 115px;
 /*animation-name: rotatechange;
 animation-duration: 1s;
 animation-timing-function: ease-in-out;
 animation-iteration-count: infinite;
 animation-direction: alternate;*/
}
@keyframes rotatechange {
 0% {transform: rotate(6deg);}
 100% {transform: rotate(-6deg);}
}
.text-ul-center {
 color: green;
 text-align: center;
 margin-bottom: 10px;
}
.img-ul-1 {
  height: 115px;
}
.href-cart-align {
 padding-bottom: 30px;
  padding-top: 10px;
 display: flex;
 justify-content: space-around;
 width: 700px;
 margin: 0 auto;
}
.now-center-cart {
 text-align: center;
}
.href-cart-align a {
 font-family: 'Roboto Slab', serif;
}
#catalog_menu ul li span {
   opacity: 0.5;
 margin-left: -40px;
}
#catalog_menu ul li a.selected{
	padding: 3px;
}
#catalog_menu ul ul li {
	font-size: 14px;
}
#catalog_menu ul ul li img {
 padding-left: 5px;
}
#catalog_menu ul ul ul li {
	font-size: 12px;
}
/* @end — Меню каталога*/


#all_brands {
	width: 220px;
	margin-bottom: 15px;
}


/* @group Brands */
#brands {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
#brands a {
	color: #ec0060;
	font-size: 12px;
	margin-right: 10px;
}
#brands img{
	vertical-align: middle;
}
#brands a:hover {
	color: #000;
} 
#brands a.selected {
	background-color: #ec0060;
	color: #fffeff;
	padding: 2px 2px 2px 2px;
}
.currency {
 font-size: 30px;
}
.small-currency {
 font-size: 15px;
}
/* @end */
#username, #username a {
 font-size: 20px;
}
/* Хлебные крошки */
#path{
	margin-top: 10px;
	margin-bottom: 5px;
	color: #a0a0a0;
}
#path a{
	color: #0095eb;
}
#path {
    color: #0095eb;
}
#path a:hover {
    color: #4bf;
}
/* @end */


/* @group Товар подробно */
.product .image {
	text-align: center;
	width: 300px;
	background-color: #ffffff;
	float: left;
}
.product .image img{
	max-width: 300px;
}
.product .images {
	float: left;
	clear: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product .images img{
	text-align: center;
	width: 50px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin: 4px 10px 10px 0px;
}
.product .description{
 margin-right: 25px;
 margin-left: 25px;
	width: 300px;
 padding: 0px 20px;
   text-align: center;
 border: 3px solid #3aa301; 
}
.price-name {
 background: #3aa301;
 padding: 10px;
 color: white;
 font-family: 'Roboto Slab', serif;
}
.product .features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}
.price-div-product {
 display: flex;
 flex-direction: column;
 align-items: center; 
}
.comment-users {
 border-left: 2px solid
 margin-left: 20px;
 padding-left: 10px;
}
.name-of-commentator {
 color: #3aa301;
}
.product .features li {
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background-color: #f0f0f0;
}
.product .features li.even{
	background-color: #fff;
}
.product .features label {
	font-style: normal;
	display: block;
	width: 30%;
	float: left;
}
.product .features span {
	float: left;
	display: block;
	width: 70%;
}

.product .variants {
	font-size: 12px;
 width: 100%;

}
.product .variant td{
	padding-bottom: 6px;
}
.product .compare_price {
	font-size: 20px;
	text-decoration: line-through;
	white-space: nowrap;
	color: #707070;
 margin-top: 20px;
}
.no-product {
 	font-size: 20px;
 color: red;
 font-family: 'Roboto Slab', sans-serif;
}
.in-product-select {
 margin-top: 20px;
}
.product .price { 
	font-size: 30px;
 font-weight: bold;
	white-space: nowrap;
font-family: 'Roboto Slab', serif;
 color: green;
 margin-top: 
}
.productive {
 margin-top: 20px;
}
.product .variant_name {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
.product .variant_radiobutton {
	margin-right: 5px;
	margin-left: 0px;
}
#back_forward {
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}
#back_forward a.prev_page_link{
	margin-right: 20px;
}
.delivery_button {
 background: linear-gradient(to top, #b1a908, #c9ce06) !important;
 border: 1px solid #8f9e08 !important;
 display: block;
 width: 53%;
 margin: 0 auto;
}
.delivery_button:hover {
 color: white;
  background: linear-gradient(to top, #c9ce06, #b1a908) !important;
}
.popup_block {
 position: fixed;
 width:100%;
    height: 2000px;
 background-color: rgba(0,0,0,0.5);
    overflow:hidden;
 left: 0;
 top: 0;
 z-index: 4;
 display: none;
}
#popup {
 margin: 0 auto;
 width: 20%;
 margin-top: 10%;
 background: white;
 padding: 30px;
 border: 1px soild silver;
 border-radius: 10px;
}
#popup h2, #popup .close_popup {
 display: inline-block;
 vertical-align: middle;
}
#popup input[type="text"] {
 width: 96%;
}
.close_popup {
 color: red;
 float: right;
 cursor: pointer;
}
/* @end — Товар подробно*/
.in-product {
 list-style: none;
	display: block;
  margin-top: 15px;
 display: flex;
 justify-content: center;
}
.in-product .product{
  overflow: hidden;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 30px;
	display: -moz-inline-box; 
	display: inline-block; 
	*display: inline;
	word-spacing: normal;
 border: 1px solid #3aa301;
 border-radius: 15px;
	vertical-align: top;
    background-color: #3aa301;
 padding: 10px;
    background: linear-gradient(to top, #95d672 0%, #c9e8b7 10%, #fff 40%);
  box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, .2);
 height: 250px;
 position: relative;
}
.podrobnee {
margin: 0 auto;
 display: block;
 font-size: 20px;
 font-weight: bold;
display: flex;
 justify-content: center;
 width: 50%;
 text-align: center;
}
.button-in-product-center {
text-align: center;
}
.in-product .product h3 {
 text-align: center;
 position: absolute;
 word-wrap: break-word;
 width: 150px;
}
.in-product .product form .button {
 width: 120px;
 border-radius: 7px;
}
.button-center {
 text-align: center;
}
.in-product .product .image {
	width: 100px;
	height: 100px;
	line-height: 200px;
	padding: 5px;
	margin-bottom: 70px;
margin-left: 20px;
}
.in-product .product .image img{
	vertical-align: middle;
	max-width: 100px;
}
.in-product .product h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}
.in-product .product .price {
 font-size: 15px;
 padding-top: 8px;
}
.tiny_products {
	list-style: none;
	display: block;
 text-align: center;
}
.tiny_products .product{
	width: 210px;
	margin-right: 10px;
	margin-bottom: 30px;
	display: -moz-inline-box; 
	display: inline-block; 
	*zoom: 1; 
	*display: inline;
	word-spacing: normal;
 border: 1px solid #3aa301;
 border-radius: 15px;
	vertical-align: top;
    background-color: #3aa301;
 padding: 10px;
    background: linear-gradient(to top, #95d672 0%, #c9e8b7 10%, #fff 40%);
  box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, .2);
 height: 400px;
 position: relative;
}
.bottom-align-product {
 position: absolute;
 bottom: 0;
 margin-bottom: 15px;
}
.tiny_products .product h3 {
 text-align: center;
}
.tiny_pro {
 display: flex;
 justify-content: space-around;
 align-items: center;
}
.tiny_products .product .price {
 color: green;
}
.tiny_products .product form .button {
 width: 210px;
 border-radius: 7px;
 bottom: 0;
}
.tiny_products .product .image {
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 200px;
	line-height: 200px;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
}
.tiny_products .product .image img{
	vertical-align: middle;
	max-width: 200px;
 animation-name: scalechange;
 animation-duration: 1s;
 animation-iteration-count: infinite;
 animation-direction: alternate;
}
@keyframes scalechange {
 from {transform: scale(1, 1);}
 to {transform: scale(1.1, 1.1);}
}
.tiny_products .product h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}
.tiny_products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}
.products {
	list-style: none;
	display: block;
 display: flex;
 flex-wrap: wrap;
}
.products .product{
	width: 200px;
	display: block;
	clear: both;
overflow: hidden;
border: 1px solid #3aa301;
 border-radius: 20px;
 padding: 0 20px 20px 20px;
    background-color: #3aa301;
    background: linear-gradient(to top, #95d672 0%, #c9e8b7 20%, #fff 60%);
 margin-left: 10px;
   box-shadow: 5px 5px 6px -1px rgba(0, 0, 0, .2);
 margin-bottom: 30px;
 height: 450px;
}

.products .product .left_content_product {
 margin-left: 20px;
}
.products .product .image {
	width: 200px;
	background-color: #ffffff;
	float: left;
	margin: 10px 10px 20px 0px;
}
.products .product .image img{
	max-width: 200px;
 animation-name: scalechange;
 animation-duration: 1s;
 animation-iteration-count: infinite;
 animation-direction: alternate;
}
.products .product .product_info {
	width: 200px;
 	display: flex;
 flex-direction: column;
 align-items: center;
}
.products .product .product_info .button {
 width: 100%;
}
.products .product h3 {
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: normal;
}
.products .product .annotation {
	font-size: 15px;
 font-weight: bold;
	color: #505050;
 margin-top: 10px;
}
.products .product {
 position: relative;
}
.products .product .variants {
position: absolute;
bottom: 20px;
 left: 16px;
padding-right: 30px;
	font-size: 12px;
 width: 100%;
}
.products .product .variants .button {
 width: 86%;
}
.price-flx {
 display: flex;
 justify-content: space-around;
}
/* Кнопка */
.button {
clear: left;
cursor: pointer; 
}
.button-product {
 width: 100%;
}
.button-zakaz {
  margin: 0 auto;
 display: block;
 background-color:#3aa301;
	display:inline-block;
	color:white;
	font-family: 'Jura', sans-serif;
	font-size:14px;
	padding:6px 20px;
	text-decoration:none;
 margin-top: 10px;
 border: none;
 border-radius: 4px;
 display: block;
}
 .button-zakaz:hover {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#7ac750;
 }
.button {
	background: linear-gradient(to top, #3aa301, #5fbd2a);
	color:white;
font-family: 'Roboto Slab', serif;
	font-size:14px;
	padding:6px 20px;
	text-decoration:none;
 margin-top: 10px;
 border: 1px solid #328e00;
 border-radius: 4px;
}.button:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:linear-gradient(to top, #5fbd2a, #3aa301);
}.button:active {
	position:relative;
	top:1px;
}
.description-product {
 padding: 30px 0;
}
.left-banners {
 width: inherit;
 text-align: center;
}
.left-banners img {
 width: 200px;
 margin-top: 15px;
}
.in_cart_delivery {
font-size: 15px !important;
width: 80%;
}

.rounded_button_call {
 position: fixed;
 bottom: 50px;
 right: 50px;
 cursor: pointer;
 display: none;
 animation-name: scalechange;
 animation-duration: 0.5s;
 animation-iteration-count: infinite;
 animation-direction: alternate;
}
.popup_block_call {
 position: fixed;
 width:100%;
    height: 2000px;
 background-color: rgba(0,0,0,0.5);
    overflow:hidden;
 left: 0;
 top: 0;
 z-index: 4;
 display: none;
}
#popup_call {
	display: none;
 margin: 0 auto;
 width: 20%;
 margin-top: 10%;
 background: white;
 padding: 30px;
 border: 1px soild silver;
 border-radius: 10px;
}
#popup_call h2, #popup_call .close_popup {
 display: inline-block;
 vertical-align: middle;
}
#popup_call input[type="text"] {
 width: 96%;
}

/* @group Фильтр по свойствам */
#features {
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
    font-size: 15px;
}
#features .feature_name{
	padding: 7px;
}
#features .feature_values{
	padding: 7px;
}
.features-flex {
 display: flex;
align-items: center;
}
#features a {
	padding-right: 6px;
	white-space: nowrap;
 background: #3aa301;
 color: white;
 font-weight: bold;
padding: 8px;
 border-radius: 5px;
 line-height: 5px;
 margin-top: 5px;
 display: inline-block;
}
#features a.selected {
	color: #105106;
	text-decoration: none;
}
.green_text {
 color: green;
 font-size: 18px;
 font-weight: bold;
}
.variant_weight_mcube {
 margin-left: -15%;
}
/* @end — Фильтр по свойствам*/
#blog_menu ul li {
 list-style-type: none;
 margin-bottom: 15px; 
}
#blog_menu hr {
 width: 50%;
 color: silver;
}
#blog_menu h2 a {
 font-size: 20px;
font-family: 'Roboto Slab', serif;
}
/* @group Сортировка */
.sort {
	color: #505050;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
.sort a{
	margin-right: 5px;
}
.sort .selected {
	color: #505050;
	text-decoration: none;
	margin-right: 5px;
}
/* @end */


/* @group Постраничная навигация */
.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}
.pagination a {
	display: block;
	float: left;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 4px;
	min-width: 22px;
	text-align: center;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}
.pagination a.selected:hover,
.pagination a.selected {
	background-color: #3aa301;
	color: #ffffff;
	border-color: #3aa301;
}
.pagination a:hover {
	background-color: #f8f8f8;
}

.pagination a.next_page_link, .pagination a.prev_page_link{
	border: none;
	background: none;
}
/* @end */


/* @group Просмотренные товары */
#browsed_products{
	margin-bottom: 20px;
}

#browsed_products li{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	width: 200px;
	height: 50px;
 display: flex;
 align-items: center;
 padding: 5px;
 border: 1px solid #99d999;
 border-radius: 5px;
 box-shadow: 5px 5px 6px -3px rgba(0, 0, 0, .2);
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
.browsed_flex {
 display: flex;
 flex-direction: column;
}
#browsed_products li .span7 {
 padding-left: 10px;
}
/* @end — Просмотренные товары */


/* @group Формы */
input[type="text"],
input[type="password"]
{
	width: 100%;
  padding: 5px;
 font-size: 15px;
}
.form {
	width:400px;
	margin-bottom: 20px;
 margin: 0 auto;
}
.cart_form {
 width: 99%;
}

.form textarea
{
	width:100%;
	height:100px;
	   padding: 5px;
 font-size: 15px;
}
.form label {
	display:block;
	font-size: 16px;
}
.form input[type="text"]{
	display:block;
	margin-bottom: 10px;
  padding: 5px;
 font-size: 15px;
}

/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/* @end — Комментарии*/
.delivery-price {
 color: green;
 font-size: 20px;
}
/* @group Форма отправки комментария */
.comment_form {
	background-color: #f3f3f3;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
 margin: 0 auto;
}
.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form label {
font-family: 'Roboto Slab', serif;
	display: block;
	float: left;
	width: 100px;
	font-size: 15px;
	margin-top: 20px;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
border-radius: 3px;
 border: 1px solid #c2c2c2;
 margin-top: 10px;
font-family: 'Roboto Slab', serif;
}
.comment_form .input_captcha {
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 25px;
}
.cart_form .input_captcha {
 float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	height: 35px;
}
.padding-button-cart {
 padding-top: 15px;
}
.comment_form .captcha, .cart_form .captcha {
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
}
.comment_form .button {
 	float: right;
 display: block;
	margin-top: 10px;
	margin-right: 0px;
}
.feedback_form .button,
.register_form .button,
.login_form .button{
	display: block;
	margin-top: 10px;
 margin: 0 auto;
}
.now-center {
 margin: 0 auto;
 margin-top: 10px;
}
/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.feedback_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 25px;
}
.feedback_form .captcha, .register_form .captcha{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
/* @end — Форма отправки комментария */

/* @group Корзина */
#purchases{
	width: 99%;
 margin: 0 auto;
margin-top: 50px;
}
#purchases a {
 font-size: 18px;
}
#purchases tr{
	border-top: 1px solid #ccc;
	height: 70px;
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image{
	width: 50px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases td.name{
	font-size: 14px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price, #purchases .variant_name{
	font-size: 18px;
}
#purchases .remove{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount select{
	font-size:12px;
background-image: url(../images/select-arrow-pink.png);
 overflow: hidden;
font-family: 'Roboto Slab', serif;
}
#purchases .coupon .name{
	font-size:14px;
font-family: 'Roboto Slab', serif;
  width: 100px;
}
#purchases .coupon .name input.coupon_code{
	width: 200px;
}
#purchases .coupon .name input{
	font-size:16px;
}
.coupon_button {
	background-color:#3aa301;
	display:inline-block;
	color:white;
font-family: 'Roboto Slab', serif;
	font-size: 10px;
	padding:6px 20px;
	text-decoration:none;
 border: none;
 border-radius: 7px;
 margin-top: 10px;
  margin-bottom: 10px;
}.coupon_button:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#7ac750;
}.coupon_button:active {
	position:relative;
	top:1px;
}
ul#deliveries{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #ccc;
 border-radius: 3px;
	padding: 20px 20px 0 20px;
	list-style: none;
 height: 442px;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3 {
 margin-top: 7px;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 5px;
 font-size: 15px;
}
.cart-flex {
 display: flex;
 align-items: center;
}
.coupon {
 display: none;
}
.ec-delivery {
 margin-top: 20px;
}
ul#oplata {
 margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #ccc;
  border-radius: 3px;
	padding: 20px 20px 0 20px;
	list-style: none;
}
ul#oplata li{
	margin-bottom: 20px;
}
ul#oplata li div.checkbox{
	float: left;
}
ul#oplata li h3 {
 margin-top: 7px;
}
ul#oplata li h3, ul#oplata li .description{
	display: block;
	margin-left: 5px;
 font-size: 15px;
}
/* @end */


/* @group Кабинет */
#orders_history
{
	list-style: none;
}
#orders_history li
{
	margin-bottom: 10px;
}
#orders_history li a
{
	font-size: 16px;
}
/* @end — Кабинет */

.small-moderate {
 font-size: 15px;
 font-weight: bold;
 color: green;
}

/* @group Детали заказа */
table.order_info
{
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
.order-button {
 margin-left: 42.5%;
}
table.order_info td
{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button
{
	padding: 10px 20px 10px 20px;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
 border-radius: 3px;
 border: 1px solid #c2c2c2;
 margin-top: 10px;
font-family: 'Roboto Slab', serif;
 margin: 0 auto;
display: block;
}
.oplata-p {
 font-size: 15px;
 margin-top: 60px;
}
.sposob-oplata {
 color: #3aa301;
}
.form-flex-cart {
 display: flex;
 justify-content: space-around;
 margin-top: 30px;
}
#inn-block {
 width: 350px;
}
/* @end */


/* Сообщение с ошибкой */
.message_error{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
    display: flex;
 align-items: center;
}
.error_special {
  width: 162px;
}
/* @end */

.pointer{
	cursor: pointer;
}
.important_fields {
 color: red;
}
