@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;
    font-size: 14px;
    color: #242424;
}

* html body {
    height: 100%;
}

a {color: #242424;}
a:hover {color: #9a9a9e;}

input, select {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
}

/* base layout styles */

#wrapper {min-height: 100%;}

#content {
    position: relative;
    padding: 40px 0 430px 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: -390px;
    height: 390px;
    clear: both;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    color: #666;
}

header {
    position: relative;
    width: 100%;
    height: 230px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.container .container {
    margin: 0 15px 0 15px;
    width: auto;
}

.container.products {
    margin: 0;
}

/* 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;
}

/* BEGIN h1, h2, h3, h4*/

h1,
h2,
h3,
h4 {
    font-family: Montserrat;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
}

/* END h1, h2, h3, h4*/

header .top {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
}

header .top p {
    font-size: 14px;
    color: #888;
    float: left;
}

/* BEGIN header about */

header ul.about {
    display: block;
    position: relative;
    float: right;
    height: 40px;
    list-style-type: none;
    color: #999;
}

header ul.about li {
    display: block;
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
}

header ul.about li:before {
    display: block;
    position: relative;
    float: left;
    content: "/";
    margin: 0;
    padding: 0 6px;
}

header ul.about li:first-child:before {
    display: none;
}

header ul.about a {
    color: #999;
}

header ul.about a:hover {
    color: #9a9a9e;
}

header ul.about .phone a {
    text-decoration: none;
}

/*header .top ul.about a:before {
    display: block;
    float: left;
    font-family: 'Unisiter-Icons';
    font-size: 14px;
    margin-right: 6px;
    line-height: 20px;
}

header .top ul.about .mail a:before {
    content: "\e905";
    margin-top: 1px;
}

header .top ul.about .phone a:before {
    content: "\e902";
    font-size: 15px;
}*/

/* END header about*/

/* BEGIN header user nav */

header .top nav.user,
header .top nav.user ul {
    display: block;
    position: relative;
    margin: 0 420px;
    height: 40px;
}

header .top nav.user ul {
    margin: 0;
    text-align: center;
    list-style-type: none;
}

header .top nav.user li {
    display: inline-block;
}

header .top nav.user li:before {
    display: block;
    position: relative;
    float: left;
    content: "/";
    margin: 0;
    padding: 0 4px 0 2px;
}

header .top nav.user ul li:first-child:before {
    display: none;
}

header .top nav.user a.login:before {
    content: "\e90c";
    display: block;
    float: left;
    font-family: 'Unisiter-Icons';
    font-size: 13px;
    margin-right: 6px;
    line-height: 39px;
    margin-top: 1px
}

/* END header user nav */

header .logo {
    display: block;
    width: 200px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 14px;
    margin-left: -100px;
    background: transparent url("/images/logo.png") 0 0 no-repeat;
}

header:before {
    display: block;
    content: " ";
    position: absolute;
    top: 169px;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

/* BEGIN header main nav */

header nav.main {
    display: block;
    position: absolute;
    left: 0;
    top: 128px;
    width: 100%;
    height: 60px;
    font-family: Montserrat;
    border-top: 1px solid #e5e5e5;
    z-index: 99;
}

header nav.main ul {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    list-style-type: none;
    text-align: center;
}

header nav.main li {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}

header nav.main li.sub {
    padding-right: 46px;
}

header nav.main li.sub:after {
    position: absolute;
    right: 29px;
    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 {
    position: relative;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    text-decoration: none;
}

header nav.main li span:hover {
    color: #9a9a9e;
}

header nav.main a[href="/shop/category/"]:before {
    content: '\e90d';
    display: inline-block;
    font-family: 'Unisiter-Icons';
    position: absolute;
    right: -14px;
    top: -26px;
    font-size: 34px;
    font-weight: bold;
    color: #9a9a9e;
}

header nav.main a[href="/shop/category/"]:after {
    content: 'HOT!';
    display: block;
    position: absolute;
    right: -10px;
    top: -28px;
    font-size: 10px;
    color: #fff;
}

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;
}

header nav.main ul ul li {
    display: block;
    height: auto;
    line-height: 20px;
    padding: 10px 0;
}

header nav.main ul ul li a {
    line-height: 20px;
    height: auto;
}

/* END header main nav */

/* BEGIN header catalog */

.catalog_wrapper {
    display: none;
}

/* END header catalog */

/* BEGIN header search */

header .search form {
    display: block;
    position: absolute;
    left: -15px;
    top: 41px;
    width: 180px;
    height: 40px;
    margin: 0;
    padding: 0;
}

header .search input[type=text] {
    display: block;
    position: relative;
    width: 130px;
    padding: 5px 180px 5px 10px;
    height: 20px;
    line-height: 20px;
    border: 5px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    overflow: hidden;
    transition: border-color 0.3s;

}

header .search input[type=text]:focus {
    border-bottom: 1px solid #333e48;
}



header .search input[type=submit] {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 150px;
    top: 10px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1111;
}

header .search label:hover {
    color: #9a9a9e;
}

header .search label:after {
    display: block;
    content: '\e908';
    font-family: 'Unisiter-Icons';
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
}

/*header .search label:hover:after {*/
/*    right: -150px;*/
/*}*/

header form.search:after {
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 35px;
    width: 155px;
    height: 1px;
    background-color: #e5e5e5;
}

#search_form_input::-webkit-input-placeholder {color: #231f20;}
#search_form_input::-moz-placeholder          {color: #231f20;}
#search_form_input:-moz-placeholder           {color: #231f20;}
#search_form_input:-ms-input-placeholder      {color: #231f20;}

#search_hints {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    border: solid 1px #eee;
    border-top: none;
    width: 100%;
    min-width: 340px;
    max-width: 600px;
    z-index: 100;
    background-color: #fff;
    padding: 5px 20px 20px 20px;
    -webkit-box-shadow: 0 -2px 25px -6px rgb(0 0 0 / 25%);
    -moz-box-shadow:    0 -2px 25px -6px rgb(0 0 0 / 25%);
    box-shadow: 0 -2px 25px -6px rgb(0 0 0 / 25%);
}

#search_hints .result {
    padding: 4px 0 4px 0;
    height: 20px;
    overflow: hidden;
}

#search_hints .result a{
    font-size: 18px;
}

#search_hints .result .parent:after {
    content: " → ";
}

#search_hints h2 {
    font-size: 24px;
    line-height: 38px;
    margin: 5px 0 0 0;
    font-weight: 600;
    color: #3b4256;
}

/* END header search */

/* BEGIN header cart */

#cart {
    position: absolute;
    right: 0;
    top: 33px;
    line-height: 15px;
    padding-left: 45px;
    padding-top: 10px;
    min-height: 50px;
    font-weight: 600;
    color: #392a25;
}

#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: #333e48;
}

/* END header cart */

/* BEGIN header lines */

.header_lines {
    position: relative;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* END header lines */

/* BEGIN main catalog */

#main_catalog:before {
    display: block;
    content: "Каталог";
    height: 50px;
    line-height: 50px;
    background-color:     #231f21;
    color:     #fff;
    padding-left: 20px;
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
#main_catalog,
#main_catalog ul {
    position: relative;
    width: 266px;
    background:     #fff;
    padding: 0;
}
#main_catalog li {
    width: 266px;
    padding: 0;
}
#main_catalog {
    border: 1px solid     #ccc;
    border-top-width: 0;
    z-index: 1100;
}
#main_catalog ul,
#main_catalog li {
    display: block;
    list-style-type: none;
    position: relative;
}
#main_catalog a {
    display: block;
    position: relative;
    color:     #666;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 10px 16px 20px;
    width: 218px;
    -webkit-transition: all 0.5s ease;
}
#main_catalog ul li:after {
    position: absolute;
    display: block;
    content: " ";
    background-color:     #ccc;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}
#main_catalog > li:last-child > a:after {
    display: none;
}
#main_catalog li.strong a,
#main_catalog nav.main a,
#main_catalog li.current > a {
    font-weight: 700;
}
#main_catalog > .main > ul:first-child > li:last-child > a:after {
    display: block;
}
#main_catalog li.strong a,
#main_catalog li.current > a {
    font-weight: 700;
}
#main_catalog li:last-child > a {
    margin-bottom: 0;
}
#main_catalog li:last-child > a:after {
    display: none;
}
#main_catalog a:hover {
    color:     #000;
    margin-left: 20px;
    padding-right: 0;
}
#main_catalog ul ul {
    position: absolute;
    left: 270px;
    margin-top: -39px;
    display: none;
    z-index: 999;
    background-color:     #fff;
    margin-left: -4px;
    color:     #334141;
}
#main_catalog ul li:hover > ul {
    display: block;
    border: 1px solid     #ccc;
    border-top: none;
}
#main_catalog li.bottom > ul {
    top: auto;
    bottom: 0;
}
#main_catalog > ul > li.top > ul {
    top: 39px;
    bottom: auto;
}
#main_catalog li.show > a {
    font-weight: bold;
}
#main_catalog:hover + .decorate_block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1000;
}


/* END main catalog */

/* BEGIN footer minor elements */

footer a {
    color: #999;
}

footer a:hover {
    color: #231f20;
}

footer .bottom {
    position: relative;
    left: 0;
    top: 329px;
    width: 100%;
    height: 60px;
    border-top: 1px solid #e5e5e5;
    line-height: 75px;
}

footer .description {
    position: absolute;
    left: 0;
    top: 50px;
    padding-top: 107px;
    width: 260px;
    background: transparent url(/images/logo.png) 0 0 no-repeat;
    line-height: 26px;
    color: #999;
}

footer .ways_to_pay {
    display: none;
    position: absolute;
    top: 28px;
    left: 60%;
    width: 80px;
    font-size: 12px;
    line-height: 10px;
    font-weight: 600;
    text-align: right;
    background: transparent url(/images/ways-to-pay.png) right 0 no-repeat;
    margin-left: -225px;
    padding-right: 200px;
}

footer .copyright {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
}

/* END footer minor elements */

/* BEGIN footer subscription */

footer .subscription {
    display: none;
}

/* END footer subscription */

/* BEGIN footer contacts */

footer ul.contacts {
    display: block;
    list-style-type: none;
    position: relative;
    max-width: 260px;
    padding-top: 70px;
    margin-left: 120px;
    float: right;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

footer .contacts ul {
    list-style-type: none;
}
/*
footer .contacts .address {
    display: none;
}
*/

footer ul.contacts li.title {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    height: 60px;
    line-height: 16px;
    font-size: 16px;
    font-family: Montserrat;
    color: #231f20;
}

footer .contacts a,
footer .contacts p {
    display: block;
    padding: 0 0 0 26px;
    margin: 0;
    color: #666;
}

footer .contacts a a{
    padding: unset;
}

footer .contacts a:hover,
footer .contacts a:hover:before{
    color: #9a9a9e;
}

footer .contacts a:hover {
    text-decoration: underline;
}
footer .contacts .address {
    display: block;
    padding: 0 0 0 26px;
    color: #666;
}

footer .contacts li a:before,
footer .contacts li span:before {
    display: inline-block;
    font-family: 'Unisiter-Icons';
    font-weight: normal;
    position: absolute;
    left: 2px;
    font-size: 19px;
    color: #666;
}

footer .contacts .address span:before {
    content: '\e907';
}

footer .contacts .phone a:before {
    content: '\e903';
}

footer .contacts .mail a:before {
    content: '\e905';
    bottom: -2px;
}

/* END footer contacts */

/* BEGIN footer navigation */

footer nav {
    display: block;
    list-style-type: none;
    position: relative;
    padding-top: 70px;
    float: right;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

footer nav ul {
    list-style-type: none;
}

footer nav > ul > li {
    display: block;
    float: left;
    color: #999;
    font-size: 15px;
    margin-left: 120px;
    list-style-type: none;
}

footer nav > ul > li:first-child {
    margin-left: 0;
}

footer nav > ul > li span/*,
footer nav > ul > li a */{
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    height: 60px;
    line-height: 16px;
    font-size: 16px;
    font-family: Montserrat;
    color: #231f20;
}

footer nav > ul > li ul {
    list-style-type: square;
}

footer nav > ul > li ul  li:hover {
    color: #231f20;
}

/* END footer navigation */

/* BEGIN footer services (soc) icons */

footer ul.social {
    display: block;
    position: absolute;
    left: 0;
    margin-left: -4px;
    top: 260px;
    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;
    background-color: #231f21;
}

footer ul.social li a:hover {
    background-color: #9a9a9e;
}

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;}

/* END footer services (soc) icons */

/* BEGIN footer unisiter */

footer .unisiter {
    position: absolute;
    right: 0;
    top: 0;
}

footer .unisiter a {
    display: inline-block;
    color: #666;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    background: transparent url(/images/unisiter.png) 1px -15px no-repeat;
    transition: color 0.3s;
}

footer .unisiter a:hover {
    color: #000;
    background-position: 1px -65px;
}

/* END footer unisiter */

/* BEGIN footer on top */

footer .ontop {
    display: none;
}

footer .ontop:before {
    position: fixed;
    content: "\e90e";
    font-size: 28px;
    font-family: 'Unisiter-Icons';
    text-align: center;
    line-height: 48px;
    right: 15px;
    bottom: 48px;
    width: 48px;
    height: 48px;
    /*
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    */
    z-index: 9;
    cursor: pointer;
    color: #fff;
    background-color: #231f21;
    box-shadow: 0 8px 20px rgba(58,10,58,.15);
    opacity: 0.2;
}

footer .ontop:hover:before {
    background-color: #9a9a9e;
    opacity: 1.0;
}

/* END footer on top */








.left_col .bnr,
.left_col .bnr img {
    display: block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 25px;
}

/* goods */

.goods_wrapper {
    position: relative;
    margin-left: -47px;
}

.list .goods_wrapper {
    margin-left: 0;
}
/* BEGIN goods item */

.goods {/**/
    display: block;
    position: relative;
    float: left;
    width: 272px;
    height: 500px;
    margin: 0 0 60px 47px;
}

.list .goods {
    display: table;
    float: none;
    width: 100%;
    min-width: 380px;
    height: 101px;
    margin: 0;
    padding: 0;
}

.list .goods.goods_btn_no {
    height: 101px;
}

.goods:after {
    display: none;
}

.list .goods:after {
    content: " ";
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 10%;
    height: 1px;
    width: 80%;
    background-color: #e5e5e5;
}

.goods img {
    display: block;
    position: relative;
    width: 270px;
    height: 360px;
    border: 1px solid #ccc;
}

.list .goods img {
    float: left;
    width: 75px;
    height: 100px;
    border-width: 0;
    margin-right: 20px;
}

.goods a:hover img { /**/
    border-color: #9a9a9e;
}

.list .goods a {
    display: block;
    width: 70%;
    height: 100%;
    text-decoration: none;
}

.goods a:first-of-type {
    display: block;
    width: 270px;
    height: 470px;
    text-decoration: none;
}

.list .goods a:first-of-type {
    width: 70%;
    height: 100%;
}

.goods span.name {
    display: block;
    height: 60px;
    padding: 15px 0 0 0;
    margin: 0;
    text-align: center;
    font-family: Montserrat;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
}

.list .goods span.name {
    display: table-cell;
    padding-top: 20px;
    height: 31px;
    line-height:15px;
    max-width: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.goods span.info,
.gallery span.info {
    position: absolute;
    left: 10px;
    top: 330px;
    height: 20px;
    line-height: 20px;
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase;
    color: #9a9a9e;
    background-color: #fff;
    font-weight: bold;
    padding: 0 10px;
}

.goods span.info.info_available,
.gallery span.info.info_available {
    background-color: #2ebef0;
    color: #231f20;
    padding: 3px 5px;
    top: 10px;
}

.list .goods .info {
    display: block;
    left: 95px;
    top: 9px;
    line-height: 1;
    z-index: -1;
    padding: 0;
}

.goods a:hover span.name {
    text-decoration: none;
}

.goods .price {
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 0;
    top: 430px;
    font-size: 18px;
    font-weight: bold;
    z-index: -1;
}

.list .goods .price {
    left: auto;
    right: 120px;
    top: 51px;
    width: auto;
}

.goods .price .old {
    position: relative;
    display: inline;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 14px;
}

.list .goods .price .old {
    position: absolute;
    bottom: 23px;
}

.goods .price .old:after {
    display: inline;
    content: "₽";
    padding-left: 4px;
}

.list .goods a.buy {
    bottom: 8px;
}

.goods span.rouble {
    font-family: 'ALSRubl-Verdana';
}

.goods .buttons {
    position: absolute;
    float: none;
    left: 0;
    bottom: 0;
    height: 38px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.list .goods .buttons {
    left: auto;
    right: 0;
    width: 130px;
    height: 100%;
}

.goods .buttons .qt {
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    height: 38px;
    width: 100px;
    overflow: hidden;
    z-index: 1;
    line-height: 36px;
}

.list .goods .buttons .qt {
    left: auto;
    right: 0;
    top: 10px;
}

.goods a.buy,
.goods input.buy { /* without +- */
    display: block;
    position: absolute;
    right: 86px;
    bottom: 0;
    width: 100px;
    height: 36px;
    font-family: Montserrat;
    line-height: 36px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid #999;
    overflow: hidden;
    cursor: pointer;
}

.list  .goods a.buy,
.list .goods input.buy { /* without +- */
    bottom: auto;
    top: 10px;
    right: 0;
}

.list .goods.goods_btn_one a.buy, .list .goods.goods_btn_one input.buy { /* goods_btn_one */
    top: 32px;
}

.goods a.buy.more:before,
.goods input.buy.more:before { /* without +- */
    content: "подробнее";
    display: block;
}

.goods a.buy:before,
.goods input.buy:before { /* without +- */
    content: "В корзину";
    display: block;
}

.goods a.arrow:before {
    content: "В КОРЗИНЕ";
}

.list .goods.goods_btn_no .price {
    left: auto;
    right: 0;
}

.goods .buttons a.buy,
.goods .buttons input.buy { /* using +- */
    right: 30px;
    top: 0;
    bottom: auto;
    width: 98px;
    height: 36px;
}

.list .goods .buttons a.buy,
.list .goods .buttons input.buy {
    right: 0;
    top: auto;
    bottom: 10px;
}

.goods .buttons a.buy:before,
.goods .buttons input.buy:before { /* using +- */
    display: none;
}

.goods.goods_btn_no {
    height: 455px;
}

.goods.goods_btn_no a.buy.more {
    display: none;
}

.goods a.buy:hover,
.goods input.buy:hover {
    background: #231f21;
    border-color: #231f21;
    color: #ffffff;
}

.goods .buttons .qt a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 36px;
    color: #231f20;
    border: 1px solid #999;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s;
}

.goods .buttons .qt a:hover {
    background-color: #231f20;
    border-color: #231f20;
    color: #fff;
}

.goods .buttons .qt a.decr {
    border-right: none;
    line-height: 34px;
}

.goods .buttons .qt a.incr {
    left: auto;
    right: 0;
    border-left: none;
}

.goods .buttons .qt input {
    display: block;
    position: absolute;
    left: 27px;
    top: 0;
    width: 46px;
    height: 36px;
    border: 1px solid #999;
    border-left: none;
    border-right: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    color: #231f21;
    outline: none;
}

.goods .buttons .qt a:active {
    background-color: #ccc;
    border-color: #ccc;
}

/* END goods item */

/* BEGIN goods viewed */

.container-view-products {
    border-top: 1px solid #ddd;
    margin-top: 25px;
}

.container.products {
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

.goods_viewed {
    position: relative;
    clear: both;
    width: 100%;
    height: 365px;
    margin-top: 40px;
    overflow: hidden;
}

.goods_viewed .title {
    display: block;
    height: 20px;
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
    position: relative;
    font-family: Montserrat;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
}

.goods_viewed .item {
    position: relative;
    float: left;
    width: 165px;
    height: 285px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
}

.goods_viewed .item:not(:first-of-type) {
    margin-left: 48px;
}

.goods_viewed .item:nth-of-type(7) {
    margin-left: 0px;
}

.goods_viewed img {
    display: block;
    position: relative;
    width: 165px;
    height: 220px;
    border: 0;
}

.goods_viewed .name {
    padding-top: 15px;
}

/* END goods viewed */

/* articles */

section.articles ul,
section.articles li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

section.articles li {
    height: 100px;
    padding: 10px 0;
    overflow: hidden;
}

section.articles li:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 2px;
    left: 20px;
    height: 1px;
    width: 230px;
    background-color: #ddd;
}

section.articles li:last-child:after {
    display: none;
}

section.articles a {
    text-decoration: none;
    color: #333e48;
    font-weight: 600;
    line-height: 18px;
}

section.articles a:hover {
    text-decoration: underline;
}

section.articles a.img {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

section.articles a.img img {
    display: block;
    width: 100px;
}

/* BEGIN categories */

ul.dots {
    display: block;
    padding-top: 21px;
    margin-left: -47px;
}

ul.dots li {
    display: block;
    position: relative;
    float: left;
    width: 272px;
    height: 435px;
    margin: 0 0 40px 47px;
}

ul.dots li img {
    width: 270px;
    height: 360px;
    border: 1px solid #ccc;
}

ul.dots li a:hover img {
    border-color: #9a9a9e;
}

ul.dots li .name {
    display: block;
    position: absolute;
    width: 270px;
    left: 0;
    top: 375px;
    height: 60px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
}

/* END categories */

/* animated */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

form.filters .disabled {
    opacity: .3;
}

/*скрытие*/

.hide {
    display: none;
}

/* filters hide button */

#shop_goods .filters .close {
    display: block; /* depends on template and logic */
    position: absolute;
    right: 20px;
    top: 21px;
    width: 20px;
    height: 20px;
    opacity: 0.6;
    cursor: pointer;
}

#shop_goods .filters .close:hover {
    opacity: 1.0;
}

.close:before, .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #000;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
