@charset "utf-8";

/* default styles */

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

* {
    margin:0;
    padding:0;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: "Open Sans", Sans-Serif, Tahoma;
    font-size: 14px;
}

* html body {
    height: 100%;
}

a {color: #000;}
a:hover {color: #333;}

input, select {
    font-family: "Open Sans", Sans-serif, Tahoma;
    font-size: 14px;
}

/* base layout styles */

#wrapper {min-height: 100%;}

#content {
    position: relative;
    padding: 0 0 480px 0;
}

#content .left_col {
    float: left;
    width: 270px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.has_left_col main {position: relative; margin-left: 320px;}

footer {
    position: relative;
    margin-top: -442px;
    height: 440px;
    clear: both;
    width: 100%;
    background: #f5f3f0;
    border-top: 2px solid #fff;
}

header {
    position: relative;
    width: 100%;
    height: 160px;
    /*border-bottom: 2px solid #553329;*/
}

.container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.container .container {
    margin: 0 15px 0 15px;
    width: auto;
}

#wrapper #content.has_left_col .container .container {
    overflow: hidden;
}

/* usefull elements */

.devider, .divider {
    position: relative;
    height: 20px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.rouble {
    font-family: 'ALSRubl-Verdana';
    font-style: normal;
}

.script_time {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 10px;
    line-height: 10px;
    color: transparent;
}

/* search hints */

header .top form.search {
    display: block;
    position: relative;
    float: right;
    margin-top: 5px;
    height: 30px;
}

form.search {
    display: block;
    position: relative;
    width: 240px;
    height: 40px;
}

header .top form.search input[type=text] {
    padding: 0 10px;
}

header .top form.search input[type=submit] {
    height: 30px;
}

header .top form.search input[type=submit]#search_form_input:hover,
header .top form.search input[type=text]#search_form_input:focus,
header .top form.search:hover:before,
header .top form.search:focus:before {
    background-color: #fff;
    border-color: #53aa66;
}

header .top form.search input[type=submit]#search_form_input:active,
header .top form.search:active:before {
    background-color: #3f7b4c;
    border-color: #3f7b4c;
    color: #fff;
}

.banner_line {
    position: relative;
    background: transparent url('/images/bg-header.png') 0 0 repeat;
    height: 50px;
}

form.search input[type=submit] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 40px;
    /*border: 2px solid #f1eeea;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-left-width: 0;
    /*background: #fff url(/images/icons.png) 15px -301px no-repeat;*/
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
    background: none;
    border: none;
}

header .top form.search:before {
    content: '\e908';
    display: block;
    font-family: 'Unisiter-Icons';
    color: #737373;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    height: 26px;
    border: 2px solid #e94e1b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-left-width: 0;
    background-color: #e94e1b;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    padding-left: 15px;
    transition: 0.3s;
}

form.search input[type=text] {
    display: block;
    width: 180px;
    height: 26px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    outline: none;
    border: 2px solid #f1eeea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-right-width: 0;
}

form.search input[type=text]::-webkit-input-placeholder {color: #666; font-size: 14px;}
form.search input[type=text]::-moz-placeholder          {color: #666; font-size: 14px;}
form.search input[type=text]:-moz-placeholder           {color: #666; font-size: 14px;}
form.search input[type=text]:-ms-input-placeholder      {color: #666; font-size: 14px;}

#search_hints {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    border: solid 1px #eee;
    border-top: none;
    width: 100%;
    min-width: 340px;
    max-width: 560px;
    z-index: 55;
    background-color: #fff;
    padding: 5px 20px 20px 20px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0 5px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow:         0 5px 5px 0 rgba(0, 0, 0, 0.25);
}

#search_hints .result {
    padding: 4px 0 4px 0;
    height: 16px;
    overflow: hidden;
    line-height: normal;
}

#search_hints .result .parent:after {
    content: " → ";
}

#search_hints h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0 0 0;
    font-weight: 600;
    color: #333e48;
}

/* individual styles */

header .top {
    position: relative;
    width: 100%;
    height: 40px;
    line-height:40px;
    background-color: #000;
    color: #fff;
    /*overflow: hidden;*/
    border-bottom: 1px solid #53aa66;
    font-weight: 400;
}

header .top a {
    color: #fff;
    transition: color 0.2s;
    font-weight: 600;
}

header .top a:hover {
    color: #fff;
}

header .top #search_hints a {
    color: #333e48;
}

header .top #search_hints a:hover {
    color: #000;
}

header ul.about {
    display: block;
    position: relative;
    float: left;
    height: 40px;
    list-style-type: none;
}

header ul.about li {
    display: block;
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 15px;
    border-left: 1px solid #333;
}

header ul.about li:first-child {
    padding-left: 0;
    border-width: 0;
}

header ul.about a {
    display: block;
    position: relative;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 600;
}

header ul.about a:before {
    content: "\e902";
    display: block;
    float: left;
    font-family: 'Unisiter-Icons';
    font-weight: bold;
    font-size: 15px;
    margin-right: 6px;
}

header ul.about li:last-child a:before {
    content: "\e906";
    display: block;
    float: left;
    font-family: 'Unisiter-Icons';
    font-weight: bold;
    font-size: 15px;
    margin-right: 6px;
}

header nav.user {
    display: block;
    height: 40px;
    position: relative;
    float: right;
}

header nav.user ul {
    display: block;
    position: relative;
    height: 40px;
    list-style-type: none;
}

header nav.user ul li {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
}

header nav.user ul li {
    padding: 0 15px;
}

header nav.user ul li:after {
    content: " ";
    display: block;
    position: absolute;
    right: -2px;
    top: 20px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}

header nav.user ul li:last-child {
    padding-right: 0;
}

header nav.user ul li:last-child:after {
    display: none;
}

header .logo {
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 200px;
    height: 100px;
    background: transparent url('/images/logo.png') 0 0 no-repeat;
}

/* main menu */

header nav.main {
    position: relative;
    text-align: center;
    margin: 0 150px;
    padding-top: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

header nav.main li {
    display: inline-block;
    position: relative;
    height: 20px;
    line-height: 20px;
    list-style-type: none;
    padding: 0 15px;
}

header nav.main li.sub {
    padding-right: 32px;
}

header nav.main li.sub:after {
    position: absolute;
    right: 16px;
    top: 1px;
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 10px;
    font-weight: bold;
}

header nav.main a,
header nav.main li span{
    text-decoration: none;
    color: #333e48;
}

header nav.main a:hover,
header nav.main li span:hover {
    text-decoration: underline;
    color: #000;
}

header nav.main ul ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    height: auto;
    background: transparent url("/images/opacity-white.png") 0 0 repeat;
}

header nav.main li:hover ul {
    display: block;
    width: 100%;
}

header nav.main ul ul li {
    display: block;
    height: auto;
    line-height: 20px;
    padding: 2px 0;
    cursor: pointer;
}

header nav.main ul ul li a {
    line-height: 20px;
    height: auto;
}

#cart {
    position: absolute;
    right: 0;
    top: 33px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 50px;
    padding-top: 10px;
    min-height: 50px;
    font-weight: 600;
    color: #000000;
}

#cart:before {
    content: '\e900';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 29px;
    line-height: 15px;
    font-weight: 500;
    position: absolute;
    left: 5px;
    top: 19px;
    height: 32px;
    color: #000000;
}

#cart a {
    background-color: #000;
    padding: 1px 6px;
    margin-top: 40px;
    text-decoration: none;
    line-height: 30px;
    border: 2px solid #53aa66;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

#cart a:hover {
    background-color: #e94e1b;
    border-color: #000;
}

#cart a:active {
    background-color: #333;
    border-color: #333;
}

footer .bottom {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #e4e1dc;
    color: #8e8a87;
}

footer p.description {
    display: block;
    position: absolute;
    left: 0;
    top: 60px;
    background: transparent url('/images/logo.png') 0 0 no-repeat;
    padding-top: 120px;
    font-size: 15px;
    line-height: 30px;
    color: #555555;
    font-weight: 300;
    width: 100%;
    max-width: 340px;
}

footer .contacts {
    display: none;
    position: absolute;
    right: 0;
    top: 260px;
    list-style: none;
    width: 270px;
    font-size: 15px;
    line-height: 22px;
    color: #555555;
}

footer .contacts a {
    font-size: 15px;
    line-height: 22px;
    color: #555555;
}

footer .contacts a:hover {
    color: #000;
}

footer .contacts span, footer .contacts a {
    padding: 0 0 0 22px;
    background: transparent url(/images/icons.png) 0 0 no-repeat;
}

footer .contacts .address span {
    display: none;
    background-position: 0 -345px;
}

footer .contacts .phone a {
    background-position: 0 -392px;
}

footer .contacts .mail a {
    background-position: 0 -437px;
}

footer .contacts .title {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    height: 20px;
}

footer .ways_to_pay {
    position: absolute;
    left: 60%;
    bottom: 15px;
    font-size: 12px;
    width: 80px;
    line-height: 10px;
    font-weight: 600;
    text-align: right;
    padding-right: 200px;
    background: transparent url('/images/ways-to-pay.png') right 0 no-repeat;
}

footer .unisiter {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .unisiter a {
    display: inline-block;
    color: #8e8a87;
    padding-left: 18px;
    background: transparent url(/images/unisiter.png) 0 0 no-repeat;
    transition: color 0.3s;
}

footer .bottom {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #e4e1dc;
    color: #8e8a87;
}

footer .bottom a:hover {
    color: #000;
    background-position: 0 -50px;
}

footer .on_top {
    position: absolute;
    left: 50%;
    margin-left: -64px;
    bottom: 44px;
    width: 127px;
    height: 43px;
    background: transparent url('/images/on-top.png') 0 0 no-repeat;
    cursor: pointer;
}

.on_top.ontop:before,
.on_top.ontop:after {
    content: '\e90a';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-size: 19px;
    font-weight: normal;
    width: 24px;
    height: 20px;
    color: #000;
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -14px;
    transform: rotate(180deg);
}

.on_top.ontop:after {
    bottom: -19px;
}

footer nav {
    display: block;
    list-style-type: none;
    position: relative;
    padding-top: 60px;
    float: right;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

footer nav ul {
    list-style-type: none;
}

footer nav > ul > li {
    display: block;
    width: 170px;
    float: left;
    color: #333e48;
    font-size: 15px;
    margin-left: 40px;
    list-style-type: none;
}

footer nav > ul > li span {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    height: 60px;
    line-height: 15px;
}

footer .subscription h3:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5e1de;
    position: absolute;
    left: 0;
    bottom: 30px;
}

footer nav a:hover {
    color: #fff;
    text-shadow: 0 0 2px #000;
}

footer .subscription {
    position: relative;
    float: right;
    width: 270px;
    padding-top: 60px;
    font-size: 15px;
    margin-left: 40px;
}

footer .subscription h3 {
    position: relative;
    color: #333e48;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
    height: 60px;
}

footer .subscription p {
    font-size: 15px;
    line-height: 30px;
    color: #555555;
    padding-bottom: 15px;
}

footer .subscription form,
section.subscribe form {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

footer .subscription form .inputs:before,
section.subscribe form:before {
    content: '\e906';
    font-family: 'Unisiter-Icons';
    display: block;
    width: 35px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    font-size: 16px;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background-color 0.5s;
    outline: none;
    color: #fff;
    background: #000;
    padding-left: 15px;
}

section.subscribe form:before {
    width: 34px;
    right: -4px;
    background: #fff;
    padding-left: 17px;
    background-color: #000;
}

footer .subscription form .inputs:hover:before,
section.subscribe form:hover:before{
     background: #e94e1b;
}

footer .subscription form .inputs:active:before {
    background: #fff;
}

footer .subscription form input[type=text],
section.subscribe form input[type=email]{
    display: block;
    margin-right: 50px;
    width: 90%;
    padding: 0 5%;
    font-size: 15px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: none;
    border-width: 0;
    outline: none;
}

footer .subscription form input[type=text]:focus,
section.subscribe form input[type=text]:focus {
    outline: 2px solid #000;
}

footer .subscription form input[type=submit],
section.subscribe form input[type=submit] {
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    right: -4px;
    top: 0;
    background: none;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background-color 0.5s;
    outline: none;
}

footer .subscription form input[type=submit] {
    right: 0;
}

footer .subscription input::-webkit-input-placeholder {color: #a99b9a;}
footer .subscription input::-moz-placeholder          {color: #a99b9a;}
footer .subscription input:-moz-placeholder           {color: #a99b9a;}
footer .subscription input:-ms-input-placeholder      {color: #a99b9a;}

footer .subscription form input[type=text].error {
    outline: 2px solid red;
    background-color: #ffeeee;
}

footer .subscription form div.result {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    padding-top: 4px;
}

footer .unisiter {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* categories */

ul.dots {
    display: block;
    position: relative;
    margin-left: -50px;
    overflow: hidden;
}

ul.dots li {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 360px;
    margin: 0 0 50px 50px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

ul.dots li a {
    display: block;
    position: relative;
    width: 250px;
    height: 340px;
    border: 10px solid #f1eeea;
    transition: 0.5s;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

ul.dots li .name {
    position: absolute;
    font-size: 20px;
    line-height: 22px;
    width: 240px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    left: 5px;
    bottom: 0;
    overflow: hidden;
    color: #333;
}

ul.dots li img {
    display: block;
    width: 250px;
    height: 290px;
}

ul.dots li a:hover {
    border-color: #000;
    color: #fff;
}

/* goods */

.goods {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 350px;
    margin: 0 0 50px 50px;
}

.goods a {
    display: block;
    position: relative;
    width: 270px;
    height: 350px;
    text-decoration: none;
    z-index: 1;
}

.goods img {
    display: block;
    position: relative;
    width: 264px;
    height: 264px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 3px solid #f1eeea;
    transition: border-color 0.3s;
}

.goods a.buy {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 220px;
    width: 270px;
    height: 50px;
    background: #000;
    font-size: 1px;
    text-decoration: none;
    color: transparent;
    transition: opacity 0.3s;
}

.goods a.buy:before,
.goods a.buy.in_cart:before {
    content: '\e900';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    color: #fff;
    position: absolute;
    left: 93px;
    padding-left: 8px;
    bottom: 8px;
    width: 26px;
    height: 34px;
    border-radius: 17px;
    line-height: 35px;
    font-size: 18px;
}

.goods a.buy.in_cart:before {
    left: 82px;
    z-index: 1000;
}

.goods a.buy:after {
    content: "Купить";
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: 50px;
    text-align: center;
    text-indent: 40px;
}

.goods:hover a.buy {
    opacity: 1;
}

a.buy:hover {
    background-color: #e94e1b;
}

.goods:hover img {
    border-color: #000;
}

.goods .name {
    position: absolute;
    top: 295px;
    left: 10px;
    width: 250px;
    height: 32px;
    overflow: hidden;
    font-size: 16px;
    color: #5e5a54;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

.goods .price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 270px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
}

.goods .price span {
    font-family: 'ALSRubl-Verdana';
}

.goods .info, .gallery span.info {
    position: absolute;
    top: 12px;
    left: -5px;
    line-height: 30px;
    background-color: #000;
    padding: 0 9px;
    color: #fff;
    z-index: 1;
}

.goods span.info:after {
    content: '';
    border-left: 5px solid transparent;
    border-top: 5px solid #e94e1b;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
}

#content h1, #content h4 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    /*color: #fff;*/
    padding-bottom: 20px;
    font-weight: 700;
}

/* main catalog */

#main_catalog ul {
    list-style-type: none;
}

#main_catalog ul ul {
    display: none;
}

#main_catalog ul li {
    display: block;
    position: relative;
}

#main_catalog ul li:after,
#main_catalog nav.main ul li:last-child:after {
    position: absolute;
    display: block;
    content: " ";
    background-color: #f1eeee;
    left: 20px;
    top: 0;
    width: 160px;
    height: 1px;
}

#main_catalog > ul > li:first-child:after {
    display: none;
}

#main_catalog nav.main ul li:last-child:after {
    top: auto;
    bottom: 0;
}

#main_catalog ul ul li {
    padding-left: 20px;
}

#main_catalog .show > ul {
    display: block;
}

#main_catalog nav.main a,
#main_catalog .current > a {
    font-weight: 600;
}

#main_catalog a {
    display: inline-block;
    position: relative;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0;
    -webkit-transition: color 0.5s ease;
}

#main_catalog a:hover {
    color: #000;
}

/*иконки социальных сетей в footer*/

footer ul.social {
    display: block;
    position: absolute;
    left: 0;
    margin-left: -4px;
    top: 290px;
    width: 200px;
    height: 37px;
    list-style-type: none;
}

footer ul.social li {
    display: inline-block;
    margin: 4px;
}

footer ul.social li a {
    display: block;
    width: 29px;
    height: 29px;
    background: transparent url(/engine/public/img/services.png) -6px -6px no-repeat;
    border-radius: 14px;
    background-color: #000;
}

footer ul.social li a:hover {
    background-color: #e94e1b;
}

footer ul.social li.fb a {background-position: 1px 1px;}
footer ul.social li.ig a {background-position: 1px -25px;}
footer ul.social li.vk a {background-position: 1px -50px;}
footer ul.social li.tw a {background-position: 2px -76px;}
footer ul.social li.ok a {background-position: 1.5px -103px;}
footer ul.social li.dr a {background-position: 1.5px -128px;}
footer ul.social li.yt a {background-position: 1.5px -154px;}
footer ul.social li.yl a {background-position: 1.5px -181px;}
footer ul.social li.tg a {background-position: 1.5px -206px;}
footer ul.social li.fp a {background-position: 1.5px -233px;}
footer ul.social li.ym a {background-position: 1.5px -259px;}
footer ul.social li.oz a {background-position: 1.5px -285px;}
footer ul.social li.wb a {background-position: 1.5px -311px;}

/*недавно посещённые товары*/

.container-view-products {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.goods_viewed {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 47px 0 20px 0;
}

.goods_viewed .title {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 600;
    color: #555;
    text-shadow: 0 0 2px #fff;
    font-size: 20px;
}

.goods_viewed .item {
    position: relative;
    float: left;
    width: 234px;
    height: 226px;
    background-color: #fff;
    border: 1px solid #999;
    border: none;
    margin-bottom: 55px;
}

.goods_viewed .item:not(:first-of-type) {
    margin-left: 20px;
}

.goods_viewed .item:nth-of-type(6) {
    margin-left: 0px;
}

.goods_viewed .name {
    position: relative;
    padding: 10px 10px 14px 10px;
    width: 206px;
    height: 63px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 13px;
    color: #5e5a54;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

.goods_viewed .item a {
    text-decoration: none;
}

.goods_viewed img {
    width: 206px;
    height: 206px;
    margin: 10px auto 0 auto;
    border: 0;
    display: block;
    border: 3px solid #f1eeea;
}

.goods_viewed img:hover {
    border: 3px solid #000;
}

.goods_viewed a div {
    color: #5e5a54;
}

.goods_viewed a div:hover {
    color: #000;
}

form.filters .disabled {
    opacity: .3;
}

.goods a.buy.in_cart:after {
    content: "В корзине";
    background: #e94e1b;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
