html {
    height: 100%;
}
body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #232323;
    background-color: #F8F8F6;
    min-width: 320px;
    overflow-x: hidden;
}
.main {
    flex: 1 0 auto;
    padding-top: 20px;
    padding-bottom: 25px;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #8A5C3E;
    margin: 0 0 5px;
}
.h1 {
    display: block;
    position: relative;
    height: 37px;
    border-bottom: 3px solid;
    border-color: #447535;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 37px;
}
.h1 span {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    background-color: #447535;
    color: #fff;
}
.h1 span::before {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 0px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 37px solid #447535;
}
#sidebar .h1 {
    margin: 0;
}
.h2 {
    display: block;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.post_title,
.product_title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 12px;
}
.products_title {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover,
a:active {
    text-decoration: none;
}
.container {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -12px;
    margin-left: -12px;
}
.row:after,
.container:after,
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}
.hidden {
    display: none!important;
}
.center {
    text-align: center;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.nowrap {
    white-space: nowrap;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: left;
}
.table th,
.table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #ddd;
}
.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* POPUP WINDOW */
.popup .fancybox-close-small::after {
    box-shadow: 0 0 0 1px #ddd;
}
.fancybox-container .popup  {
    padding: 16px 15px;
    background-color: #fff;
    border-radius: 2px;
}
.popup_inner {
    width: 280px;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
.popup_heading {
    margin-bottom: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #447535;
}
/* Form */
.form_group {
    margin-bottom: 15px;
}
.label_block,
.form_label {
    display: block;
    margin-bottom: 5px;
}
.form_input {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 38px;
    line-height: 36px;
    padding: 0 8px;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
}
.form_textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px;
    font-family: inherit;
    font-size: inherit;
}
.captcha {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 15px;
}
.input_captcha {
    display: inline-block;
    width: 125px;
    vertical-align: top;
    margin-left: 10px;
}
.secret_number {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e8e8e1;
    line-height: 36px;
    padding: 0 9px;
    border-radius: 2px;
    background: #f5f8f9;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}
.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}
.message_success {
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #ffffff;
    background-color: #ff6600;
    border: 2px dotted #12ff02;
    text-transform: uppercase;
}
.error {
    color: #f00;
}
#sm_logo {
    float: right;
    font-size: 0;
    float: right;
    margin-left: 25px;
}
#sm_logo img {
    vertical-align: top;
}
.map {
    margin: 20px 0 30px;
}
.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}
.dropdown {
    display: none;
}
.block {
    margin-bottom: 25px;
}
.header a,
.footer a,
.callback,
.search_button,
.button,
.catalog_link,
.arrow_right,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.angle_icon,
.subscribe_button,
.menu_item,
.browsed_name a {
    transition: all 0.3s ease;
}
/*Header*/
.header_top {
 	background: #8A5C3E;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #ddd;
}
.header_top a {
    text-decoration: none;
    color: #fff;
}
.header_top a:hover {
    color: #DEDEDE;
}
.top_notice {
    position: relative;
    white-space: nowrap;
}
.top_notice marquee {
    display: block;
}
.top_notice_title {
    position: relative;
    background: #D59472;
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
    padding: 0 10px;
    z-index: 10;
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
}
.top_notice_title:before {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid #D59472;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}
.top_notice_text {
    display: inline-block;
    vertical-align: middle;
}
.top_notice_list {
    white-space: nowrap;
}
.top_notice_list span {
    padding: 0 15px;
}
.rss_icon {
    vertical-align: -2px;
    margin-right: 4px;
}
.top_item {
    position: relative;
    float: right;
    height: 36px;
    padding-top: 9px;
    border-right: 1px solid #ddd;
    text-transform: capitalize;
}
.top_item:last-child {
    border-left: 1px solid #ddd;
}
.top_item svg {
    vertical-align: middle;
    margin: -3px 0 0 0;
}
.dropdown {
    display: none;
}
.top_item .dropdown {
    position: absolute;
    top: 100%;
    right: -1px;
    min-width: calc(100% + 2px);
    background: #8A5C3E;
    padding: 8px 0;
    border: 1px solid #ddd;
    z-index: 20;
}
.top_item .drop_item {
	display: block;
	padding: 8px 5px;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
}
.top_item .switch {
    position: relative;
    cursor: pointer;
}
.top_item .switch::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    margin: 0 0 0 1px;
    vertical-align: middle;
}
.active.switch::after {
    transform: rotate(180deg);
}
.account {
    display: block;
}
.logo {
    margin-top: 25px;
    font-size: 0;
}
.search {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 25px;
}
.search_input {
    width: 100%;
    padding: 0 50px 0 15px;
    height: 36px;
    border: none;
    background: none;
    font-size: 13px;
}
.search_button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #777;
    background-color: transparent;
    width: 45px;
    line-height: 38px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}
.search_button:hover {
    color: #447535;
}
.search_icon {
    width: 19px;
    height: 19px;
    vertical-align: middle;
}
.header_phones {
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 16px;
}
.tel_wrap {
    display: inline-block;
    padding-left: 47px;
    background: url(../images/tel_icon.png) no-repeat left center;
}
.header_phone {
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 19px;
}
.callback {
    display: block;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 2px;
    color: #447535;
}
.callback span {
    border-bottom: 1px dotted #447535;
}
.callback:hover span{
    border-color:  transparent;
}
.menu_link {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 44px;
    color: #fff;
}
/*Меню каталога*/
.catalog_nav {
    position: relative;
}
.catalog_menu {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding-top: 5px;
    padding-bottom: 5px;
}
.catalog_item {
    position: relative;
}
.catalog_link {
  display: block;
  padding: 10px 25px 10px 15px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}
.level_1 > .catalog_item > .catalog_link {
    text-transform: uppercase;
    font-size: 12px;
}
.catalog_link:hover,
.angle_icon:hover {
    color: #447535;
}
.angle_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-align: center;
}
.angle_icon svg {
    vertical-align: middle;
}
.angle_icon.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.subcatalog {
    display: none;
    padding-left: 10px;
}
.opened > .subcatalog {
    display: block;
}
.nav_heading {
    line-height: 44px;
    background-color: #8A5C3E;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.catalog_icon {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    background-color: #1F4C11;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-right: 4px;
}
#cart_informer {
    position: relative;
    line-height: 44px;
    background-color: #D59472;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.cart_info {
    display: inline-block;
    text-decoration: none;
    padding-left: 28px;
    color: #fff;
    background: url(../images/cart_info.png) no-repeat 0 12px;
}
/*Footer*/
.footer {
    background-color: #8A5C3E;
    color: #ccc;
    padding: 30px 0 20px;
    font-size: 13px;
    line-height: 1.8;
}
.footer a {
    color: #ccc;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.foot_heading {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.foot,
.foot_work {
    margin-bottom: 15px;
}
.subscribe_form {
    position: relative;
    margin-top: 18px;
    margin-bottom: 20px;
    max-width: 250px;
}
.subscribe_input {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    height: 34px;
    padding: 0 105px 0 8px;
    color: #232323;
}
.subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    background: #447535 ;
    border: none;
    color: #fff;
    cursor: pointer;
}
.subscribe_button:hover {
    background: #1F4C11;
}
.subscribe_text {
    line-height: normal;
}
.foot_social a {
    display: inline-block;
    font-size: 0;
    text-decoration: none;
    margin-right: 12px;
    margin-bottom: 5px;
}
.foot_social a:hover {
    color: #447535;
}
.social_icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.foot_payments {
    padding-top: 2px;
}
.foot_payments > div {
    display: inline-block;
    height: 30px;
    width: 46px;
    background-image: url(../images/payments.png);
}
.payment_1 {
    background-position: 0 0;
}
.payment_2 {
    background-position: 0 -30px;
}
.payment_3 {
    background-position: 0 -60px;
}
.payment_4 {
    background-position: 0 -90px;
}
.payment_5 {
    background-position: 0 -120px;
}
.foot_address,
.foot_mail,
.foot_phone {
    padding-left: 20px;
    position: relative;
    margin-bottom: 7px;
}
.foot_address::before,
.foot_mail::before,
.foot_phone::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    top: 3px;
    left: 0;
}
.foot_address::before {
    background-position: 2px -49px;
}
.foot_mail::before {
    background-position: -100px -49px;
}
.foot_phone::before {
    background-position: -50px -48px;
    left: -1px;
}
/*Кнопки*/
.button {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    border: none;
    background-color: #447535;
    text-decoration: none;
    cursor: pointer;
}
.button:hover {
    background-color: #1F4C11;
}
.buy:hover,
.wishlist_button:hover,
.wishlist_button.selected:hover,
.comparison_button:hover,
.comparison_button.selected:hover {
    background-color: #447535;
}
.buy,
.wishlist_button,
.comparison_button {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background-color: #999;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.card .comparison_button,
.card .wishlist_button {
    position: absolute;
    z-index: 2;
    right: 20px;
}
.card .buy {
    position: absolute;
    z-index: 2;
    top: 35px;
    right: 20px;
    background-image: url(../images/cart_info.png);
    background-position: center center;
}
.card .comparison_button:hover::before,
.card .wishlist_button:hover::before,
.card .buy:hover::before {
    content: attr(title);
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 5px;
    line-height: normal;
    font-weight: 400;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #000;
    white-space: nowrap;
}
.card .comparison_button:hover::after,
.card .wishlist_button:hover::after,
.card .buy:hover::after {
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.wishlist_button {
    background-image: url(../images/sprite.svg);
    top: 70px;
    background-position: -93px -142px;
}
.comparison_button {
    background-image: url(../images/sprite.svg);
    top: 105px;
    background-position: -146px -143px;
}
.wishlist_button.selected,
.comparison_button.selected {
    background-color: #1F4C11;
}
.product_info .wishlist_button,
.product_info .comparison_button  {
    position: relative;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
}
.product_info .wishlist_button {
    background-position: -91px -140px;
}
.product_info .comparison_button {
    background-position: -144px -141px;
}
.product_info .button {
    padding: 8px 15px 9px 40px;
    background-image: url(../images/cart_info.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
}
.mright {
    margin-right: 10px;
}
/*Баннеры*/
.banner {
    margin: 0 0 25px;
}
/*Превью товара*/
.card {
 	background: #fff;
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
}
.card_image {
    display: block;
    position: relative;
    padding: 15px;
    line-height: 190px;
    height: 220px;
    font-size: 0;
}
.card_img {
    vertical-align: middle;
    max-height: 100%;
}
.card_info {
    padding: 0 10px 10px;
}
.product_name {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    max-height: 44px;
    overflow: hidden;
    text-decoration: none;
    color: #3b3b3b;
}
.product_name:hover {
    color: #447535;
}
.card .price_container {
    margin: 5px 0;
}
.card .variant_select {
    position: absolute;
    z-index: 2;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    height: 32px;
    border: 1px solid #ddd;
    margin: 0px 0 15px;
    padding: 0 5px;
    min-width: 160px;
    cursor: pointer;
    background-color: #999;
    color: #fff;
}
.price {
    white-space: nowrap;
    font-weight: bold;
}
.old_price {
    white-space: nowrap;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}
.all_brands_link,
.brand_link {
    display: flex;
    height: 100px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}
.brand_item {
    margin-bottom: 30px;
}
.news_item {
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
}
.news_image a {
    display: block;
    height: 0;
    padding-bottom: 55%;
    position: relative;
}
.news_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_content {
    padding: 10px 15px 10px;
}
.news_name {
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.news_name:hover {
    color: #447535;
}
.news_annotation p {
    margin: 0;
}
/*Хлебные крошки*/
.breadcrumb {
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
    color: #3b3b3b;
    font-size: 10px;
    text-transform: uppercase;
}
.breadcrumb li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 4px;
    background: url(../images/breadSep.png) no-repeat 100% center;
}
.breadcrumb a {
    color: #3b3b3b;
    transition: all 0.3s ease 0s;
}
.breadcrumb a:hover {
  color: #447535;
}
.breadcrumb li:last-child {
  background: none;
  color: #447535;;
}
.breadcrumb li:last-child a{
 color: #447535;;
 cursor: default;
}
/* Блог */
.blog_item {
    margin: 0 0 30px;
}
.blog_item + .blog_item{
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.blog_image {
    margin-bottom: 10px;
}
.blog_image_link {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    position: relative;
}
.blog_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.blog_name {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    text-decoration: none;
    color: #447535;
    transition: all 0.3s ease 0s;
}
.blog_name:hover {
    color: #3b3b3b;
}
.blog_date,
.post_date {
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
}
.blog_date span::before,
.post_date span::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url(../images/sprite.svg) 0px -200px no-repeat;
    margin-right: 5px;
    vertical-align: top;
}
.post_date {
    margin: 0 0 10px;
}
.purchase {
    width: 100%;
}
.purchase td,
.purchase th {
    vertical-align: middle;
	border: 1px solid #ddd;
	padding: 10px;
    text-align: center;
}
.purchase_name,
.purchase_remove a {
    text-decoration: none;
}
.purchase_name:hover,
.purchase_remove a:hover  {
    color: #447535;
}
.remove_icon {
    width: 14px;
    height:14px;
    vertical-align: middle;
}
.purchase_image,
.purchase_amount,
.purchase_remove {
    line-height: 0;
}
.amount {
    width: 86px;
    display: inline-block;
}
.plus,
.minus {
    font-size: 14px;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
}
.input_amount {
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding: 0;
    margin: 0;
    height: 28px;
    width: 30px;
    text-align: center;
}
.input_coupon {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px;
    width: 200px;
    height: 38px;
    margin: 0 5px 0 0;
    vertical-align: top;
}
.purchase_total {
    font-weight: 500;
    font-size: 16px;
}
.total_sum {
    color: #447535;
    font-size: 18px;
    font-weight: bold;
}
.purchase th,
.purchase_name {
    font-weight: 500;
    font-size: 15px;
}
.coupon .message_error {
    width: 320px;
    max-width: 100%;
}
.delivery {
    margin-top: 20px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    padding: 20px 15px 15px;
    list-style: none;
}
.delivery_item {
    margin-bottom: 15px;
}
.delivery_description {
    padding-left: 25px;
    display: none;
}
.active + .delivery_description {
    display: block;
}
.input_delivery {
    float: left;
    margin: 7px 0 0;
}
.delivery_item img {
    vertical-align: middle;
    margin-right: 4px;
}
.delivery_name {
    display: block;
    padding-left: 25px;
}
.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}
.active.delivery_label {
    font-weight: bold;
}
.method_name {
    font-weight: bold;
    font-size: 16px;
}
.method_form {
    margin: 15px 0;
}
/* @group Постраничная навигация */
.pagination {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}
.page_item {
    display: inline-block;
    margin-right: 3px;
}
.page_link {
    display: block;
    padding:3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #303030;
}
.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: #447535;
    border-color: #447535;
}
.pagination .disabled {
    display: none;
}
/* @group Сортировка */
.products_sort {
    margin: -5px 0 20px;
}
.sort {
    display: inline-block;
}
.sort_label {
    font-weight:600;
    font-size: 13px;
    margin-right: 3px;
}
.sort_select {
    height: 28px;
    border: 1px solid #ddd;
    padding-left: 2px;
}
.category_image {
    margin: 0 0 15px;
}
.card {
    margin: 0 0 20px;
}
.card_rating {
    line-height: 0;
}
/*Товар*/
.product_image {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 0;
    margin-bottom: 6px;
    text-align: center;
}
.images {
    margin-left: -3px;
    margin-right: -3px;
}
.images .images_item {
    float: left;
    width:25%;
    padding-left: 3px;
    padding-right: 3px;
}
.images_link {
    display: flex;
    border: 1px solid #ddd;
    height: 95px;
    justify-content: center;
    align-items: center;
}
.product_rating {
    margin: 0 0 13px;
    font-size: 13px;
}
.brand,
.sku,
.available {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 18px;
}
.in_stock {
    color: #00abf0;
}
.no_stock {
    color: #EB4B0C;
}
.product_info .price_container {
    margin: 0 0 11px;
}
.product_info .price {
    font-size: 20px;
    color: #447535;
    margin-right: 5px;
}
.product_info .fn_price {
    font-size: 32px;
}
.price_currency {
    vertical-align: text-bottom;
}
.product_info .old_price {
    font-size: 16px;
    vertical-align: text-bottom;
}
.product_info .variant_select {
    height: 35px;
    padding: 0 5px;
    border: 1px solid #ddd;
    min-width: 170px;
    vertical-align: top;
    margin-bottom: 15px;
}
.amount_wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
}
.product_info .amount {
    width: 110px;
}
.product_info .input_amount {
    height: 35px;
    width: 40px;
}
.product_info .plus,
.product_info .minus {
    height: 35px;
    width: 33px;
    line-height: 33px;
}
.select_container {
    margin-bottom: 10px;
}
.add_buttons {
    margin-bottom: 25px;
}
.features {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.features li {
    padding: 10px 5px 10px 5px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.features li:nth-child(odd){
    background-color: #f7f7f7;
}
.features_name {
    font-style: normal;
    display: block;
    width: 30%;
    float: left;
}
.features_value {
    float: left;
    display: block;
    width: 70%;
    padding-left: 15px;
}
.tab_navigation {
    overflow: hidden;
    z-index: 1;
}
.tab_navigation a {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    border: 1px solid #ddd;
    color: #1f2022;
    padding: 6px 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.tab_navigation a:hover,
.tab_navigation a.selected {
    background-color: #447535;
    border-color: #447535;
    color: #fff;
}
.tab_container {
    overflow: hidden;
    border: 1px solid #ddd;
    margin: -1px 0 0;
}
.tab {
    display: none;
    padding: 15px;
}
/* @group Комментарии */
.comment_item {
    margin-bottom: 15px;
}
.comment_item .comment_item {
    margin-top: 10px;
}
.admin_note{
    padding-left: 20px;
}
.comment_author {
    font-weight:bold;
    font-size: 16px;
}
.comment_text {
    padding-left: 20px;
}
.no_comments {
    margin-bottom: 15px;
}
.comment_form {
    margin: 20px 0 0;
}
.pager {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.pager li:nth-child(even) {
    text-align: right;
}
.pager a,
.pager a:hover span {
    text-decoration: none;
}
.pager a span {
    text-decoration: underline;
}
.pager a:hover {
    color: #447535;
}
.social_share {
    margin: 15px 0;
}
.change_pass {
    margin-bottom: 10px;
}
.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted;
}
.change_pass span:hover {
    border-color: transparent;
}
/*Кнопка вверх*/
.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 9999;
    display: block;
    background-color: #ccc;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.to_top:hover {
    background-color: #447535;
}
/*Фильтры*/
.filters {
    border: 1px solid #ddd;
    padding: 15px;
}
.subswitch {
    position: absolute;
    width: 45px;
    height: 44px;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    background: url(../images/sprite.svg) no-repeat -183px -35px;
    cursor: pointer;
}
.down.subswitch {
    background: url(../images/sprite.svg) no-repeat -233px -35px;
}
.filter_group {
    margin-bottom: 15px;
}
.filter_heading {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.filter_list {
    padding: 4px 0;
}
.filter_link {
    display: block;
    position: relative;
    padding-left: 23px;
    text-decoration: none;
    cursor: pointer;
}
.filter_indicator {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 1px;
}
.checked .filter_indicator {
    background: url(../images/sprite.svg) no-repeat -150px -51px;
}
.price_labels {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.price_label {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
.min_input,
.max_input {
    width: 100%;
    padding: 0 3px;
    border: none;
}
.max_input {
    text-align: right;
}
/*Просмотренные товары*/
.browsed {
 	background: #fff;
    padding: 0 15px;
    border: 1px solid #ddd;
    display: table;
    width: 100%;
    margin: 0 0 30px;
}
.browsed_item {
    display: table-row;
}
.browsed_img {
    display: table-cell;
    width: 60px;
    padding: 15px 10px 15px 0;
    font-size: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.browsed_name {
    display: table-cell;
    padding: 15px 0px 15px 10px;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
}
.browsed_item  ~ .browsed_item .browsed_img,
.browsed_item ~ .browsed_item .browsed_name {
    border-top: 1px solid #ddd;
}
.browsed_name a {
    text-decoration: none;
}
.browsed_name a:hover {
    color: #447535;
}
/* Рейтинг товара */
.rating_starOff {
    display:inline-block;
    vertical-align: middle;
}
.rating_starOff,
.rating_starOn {
    width: 90px;
    height:18px;
    background:url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
}
/* Comparison_page */
.comparison_left {
    float: left;
    width: 30%;
}
.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin: 0;
}
.comparison_product {
    padding: 0 5px;
}
.comparison_product .image {
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    height: 220px;
    line-height: 200px;
    text-align: center;
    font-size: 0;
    background: #fff;
}
.cell {
    padding: 7px;
    border-bottom: 1px solid #ccc;
}
.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}
.cprs_rating {
    padding: 7px;
    border-bottom: 1px solid #ccc;
}
.cell:nth-child(odd) {
    background: #efefef;
}
.compare_controls {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}
.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 0;
    border: 1px solid transparent;
}
.compare_show a:hover,
.compare_show .active {
    border-color: 1px solid #eee;
    color: #000;
}
.compare_show a span {
    border-bottom: 1px dashed;
}
.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}
.remove_selected {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    padding-left: 22px;
    background: url(../images/sprite.svg) no-repeat -200px 2px;
}
.preorder_label{
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #447535;
    border: none;
    border-radius: 2px;
}
