
#content .left_col {
    float: left;
    width: 270px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.has_left_col main {position: relative; margin-left: 320px;}

#shop_cats {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cats_with_goods #shop_cats {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#shop_goods {
    position: relative;
    margin: 60px 0 0 0;
    padding: 0;
}

.on_right {
    position: relative;
    margin: 40px 0 0 250px;
    padding: 0;
}

#shop_goods .dots, #shop_goods .list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

main div.nav { /* breadcrumps at categoriesl list */
    margin-top: 20px;
    margin-bottom: 20px;
}

#shop_goods div.nav {
    position: absolute;
    margin: -40px 0 0 0;
}

#shop_goods div.nav a, #shop_goods div.nav p {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
}

#shop_goods div.nav a:hover {
    color: #2c3959;
}

/* buy button */

#shop_goods .buttons {
    display: none;
}

#shop_goods .buttons .price, #buy_btn_cont {
    display: none;
}

#shop_goods .goods-card .price {
    display: none;
}

#shop_goods .goods-card .price .old {
    display: none;
}

#buy_btn_cont img {
    display: none;
}

/* tabs */

#goods_desc {

}

#goods_desc .tabs {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}

#goods_desc .tabs li {
    position: relative;
    float: left;
    background: #f9f9f9;
    color: #666;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    list-style-type: none;
    border: 1px solid #fed700;
    border-bottom-width: 0;
    border-right-width: 0;
}

#goods_desc .tabs .current {
    background: #fff;
    color: #000;
}

#goods_desc .tabs .current:after {
    content: " ";
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
}

#goods_desc .tabs li:last-child {
    border-top-right-radius: 4px;
    border-right-width: 1px;
}

#goods_desc .content {
    display: none;
    clear: both;
}

#goods_desc .current {
    display: block;
}

#shop_goods .category li:after {
    display: none;
}

#shop_cats ul {
    position: relative;
}

.cats_with_goods #shop_cats ul {
    width: auto;
    margin-left: -50px;
    margin-bottom: 40px;
    border: none;
}

#shop_cats ul li {
    position: relative;
    padding: 6px 0;
}

.cats_with_goods #shop_cats ul li {
    width: 100%;
    padding: 0px;
    border-top: none;
} 

#shop_cats ul li:first-child {
    border-width: 0;
}

#shop_cats ul li.title {
    font-size: 16px;
    font-weight: 600;
    color: #334141;
}

/*#shop_cats a {
    color: #fed700;
}*/

#shop_cats a:hover {
    color: #334141;
}

#shop_goods .filters {
    display: none;
    position: fixed;
    left: -100px;
    top: 0;
    margin: 0;
    padding: 1% 20px 1% 120px;
    width: 210px;
    background-color: #fafafa;
    height: 98%;
    border-right: 1px solid #ddd;
    overflow-y: auto;
    z-index: 999;
}

#shop_goods .filters .title {
    font-weight: bold;
    color: #334141;
    margin-bottom: 2px;
}
#shop_goods .filters .values {
    margin-bottom: 10px;
    padding-left: 10px;
}
#shop_goods .filters input[type=button], #shop_goods .filters input[type=submit] {
    color: #ffffff;
    font-size: 14px;
    padding: 6px 10px 6px 10px;
    border-width: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    cursor: pointer;
    background-color: #334141;
    outline: none;
    text-decoration: none;
    border-width: 0;
}

#shop_goods .filters input[type=button]:hover, #shop_goods .filters input[type=submit]:hover {
    background-color: #0062bd;
}

.category-wrapper {
    position: relative;
    overflow: hidden;
}

section.category {
    text-align: center;
    margin-top: 20px;
    margin-right: -18px;
}

section.category .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 251px;
    padding: 20px;
    background-color: #fafafa;
    margin: 0 18px 18px 0;
    border-width: 0;
    border-top: 1px solid #eee;
    text-decoration: none;
    color: #333;
    text-align: left;
}

section.category ul {
    list-style-type: none;
}

section.category .main {
    font-size: 16px;
    font-weight: 600;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}

section.category li {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 2px;
}

.category_text {
    /*
    margin-top: 40px;
    padding: 20px;
    border-top: 2px dashed #fed700;
    */
}

.category_text h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.category_text p {
    text-align: justify;
}

/* карточка товара */

#shop_goods .goods-card {
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

#shop_goods .goods-card .gallery {
    display: none;
}

#shop_goods .similar-goods {
    position: relative;
    margin: 0;
    /*height: 450px;*/
    overflow: hidden;
    /*clear: both;*/
    margin-top: 40px;
    padding-top: 40px;
    text-align: left;
    margin-left: -5%;
}

#shop_goods .similar-goods:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 95.5%;
    height: 1px;
    background-color: #2c3959;
}

#shop_goods .similar-goods h4 {
    display: block;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #2c3959;
    padding: 0 0 10px 0;
    margin: 0 0 40px 5.0%;
    font-weight: bold;
    font-family: 'Amazing Grotesk';
}

#shop_goods .similar-goods .goods a.buy {
    display: none;
}

.yandex-xml {
    margin: 20px 0;
    height: 21px;
    line-height: 24px;
}

.yandex-xml a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 52px;
    height: 21px;
    background: transparent url('/images/yandex.png') 0 0 no-repeat;
}

#shop_goods .sorting {
    position: absolute;
    right: 0;
    top: -41px;
}

#shop_goods .sorting p, #shop_goods .sorting select {
    display: inline;
    margin-left: 10px;
}

#settings_discounts {display: none;}

#qt_discounts_json, .qt_discounts_json {display: none;}

#is_ways_of fieldset {
    border-width: 0;
}

.hidden_goods {
    opacity: 0.4;
}

/* buy button */


#shop_goods .buttons {
    height: 34px;
    position: relative;
    margin: 0;
    overflow: hidden;
}

#buy_btn_cont {
    text-align: left;
    font-size: 30px;
    color: #666;
    margin: 0;
    float: left;
}

#shop_goods .buttons h2 {
    display: block;
    float: left;
    line-height: 34px;
    margin-right: 20px;
}

#shop_goods .qt {
    display: none;
    height: 34px;
    width: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

#shop_goods .decr, #shop_goods .incr {
    display: block;
    float: left;
    width: 26px;
    height: 34px;
    background-color: #333e48;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: background-color 0.3s;
}

#shop_goods .decr:hover, #shop_goods .incr:hover {
    background-color: #0062bd;
    color: #fff;
}

#shop_goods .qt a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

#shop_goods .qt input {
    display: block;
    float: left;
    width: 48px;
    height: 32px;
    border: 1px solid #333e48;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    background-color: #fff;
}

#shop_goods .qt input[disabled] {
    background-color: #fff;
}

#buy_btn_cont a, #buy_btn_cont input {
    display: block;
}

#buy_btn_cont img {
    display: block;
    height: 34px;
}

/* info */

.gallery span.info {
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 30px;
    background-color: #fed700;
    padding: 0 10px;
    color: #333e48;
}

#shop_goods .show_hide_filters {
    position: absolute;
    right: 280px;
    top: -41px;
    border-bottom: 1px dashed #333;
    cursor: pointer;
}

#shop_goods .show_hide_filters:hover {
    color: #0062bd;
    border-color: #0062bd;
}

.one_click_buy {
    display: block;
    position: relative;
    float: left;
    margin-top: -29px;
    margin-left: 100px;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #0062bd;
}

.one_click_buy:hover {
    color: #333e48;
}

#oneClickByForm h1:after {
    display: none;
}

/* goods slider */

#shop_goods ul.goods_slider {
    display: block;
    list-style-type: none;
    position: relative;
    margin-left: 20px;
}

#shop_goods ul.goods_slider li {
    display: block;
    width: 30px;
    height: 80px;
    position: absolute;
    left: -15px;
    top: 151px;
    z-index: 1;
}

#shop_goods ul.goods_slider li.next {
    left: auto;
    right: -15px;
}

#shop_goods ul.goods_slider a {
    display: block;
    width: 30px;
    height: 80px;
    background: transparent url('/images/goods-slider-controls.png') 0 0;
}

#shop_goods ul.goods_slider li.next a {
    background-position-x: 30px;
}

#shop_goods ul.goods_slider a:hover {
    background-position-y: -80px;
}

/* main catalog */

#main_catalog,
#main_catalog ul,
#main_catalog li {
    position: relative;
    width: 270px;
    padding: 0;
}

#main_catalog {
    margin-top: 20px;
    overflow: hidden;
}

#main_catalog ul,
#main_catalog li {
    display: block;
    list-style-type: none;
}

#main_catalog a {
    display: block;
    position: relative;
    width: 230px;
    padding: 10px 20px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 1px;
}

#main_catalog a:after,
#main_catalog ul ul:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 270px;
    height: 1px;
    background-color: #ddd;
}

#main_catalog ul ul:after {
    bottom: auto;
    top: -1px;
}

#main_catalog > ul:last-child > li:last-child > a:after {
    display: none;
}

#main_catalog li.strong a,
#main_catalog li.current > a {
    font-weight: 700;
}

#main_catalog li:last-child > a {
    margin-bottom: 0;
}

#main_catalog a:hover {
    color: #000;
    background-color: #50cbc9;
}

#main_catalog ul ul {
    display: none;
}

#main_catalog ul li.show > ul {
    display: block;
}

#main_catalog ul ul a {
    width: 190px;
    padding-left: 60px;
}

#main_catalog ul ul ul a {
    width: 186px;
    padding-left: 50px;
}

/* goods */

.goods_wrapper {
    position: relative;
    /*overflow: hidden;*/
    margin-left: -10%;
}

.list .goods_wrapper {
    margin-left: 0;
}

.goods {
    position: relative;
    float: left;
    width: 45%;
    min-width: 380px;
    height: 40px;
    margin: 0 0 40px 5%;
}

.list .goods {
    display: table;
    float: none;
    width: 100%;
    min-width: 380px;
    height: 51px;
    margin: 0;
}

.goods:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: -5%;
    height: 40px;
    width: 1px;
    background-color: #ddd;
}

.list .goods:after {
    top: auto;
    bottom: 0;
    left: 5%;
    height: 1px;
    width: 90%;
}

.goods img {
    display: none;
}

.list .goods img {
    display: none;
}

.goods a {
    display: block;
    width: 100%;
    height: 170px;
    text-decoration: none;
}

.list .goods a {
    display: block;
    width: 100%;
    height: 51px;
}

.goods span.name {
    display: block;
    color: #2c3959;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-decoration: underline;
}

.list .goods span.name {
    display: table-cell;
    padding-top: 10px;
    height: 31px;
    line-height: 15px;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
}

.goods span.info {
    display: none;
}

.goods a:hover span.name {
    color: #666;
}

.goods .price {
    display: none;
}

.list .goods .price {
    display: none;
}

.goods .price .old {
    display: none;
}

.goods .price .old:after {
    display: none;
}

.goods a.buy {
    display: none;
}

.list .goods a.buy {
    display: none;
}

.goods a.buy:hover {
    display: none;
}

.goods span.rouble {
    display: none;
}

/* categories */

.main_categories ul,
ul.dots {
    display: block;
    list-style-type: none;
    margin-left: -50px;
    overflow: hidden;
}

.main_categories li,
ul.dots li {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 280px;
    margin: 0 0 50px 50px;
}

.main_categories li:after,
ul.dots li:after {
    display: block;
    content: " ";
    position: absolute;
    right: -25px;
    top: 40px;
    width: 1px;
    height: 240px;
    background-color: #ddd;
}

.main_categories li:last-child:after,
ul.dots li:last-child:after {
    display: none;
}

.main_categories li a,
ul.dots li a {
    display: block;
    width: 270px;
    height: 280px;
    text-decoration: none;
    color: #333e48;
}

.main_categories li img,
ul.dots li img {
    display: block;
    position: relative;
    width: 266px;
    height: 236px;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.main_categories li .name,
ul.dots li .name {
    display: block;
    position: absolute;
    width: 270px;
    max-height: 40px;
    bottom: 0;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
}

.main_categories li a:hover .name,
ul.dots li a:hover .name {
    color: #000;
    text-decoration: underline;
}

.main_categories li a:hover img,
ul.dots li a:hover img{
    border-color: #fed700;
}

#content main p {
    padding: 5px 0;
}

/* search */

.left_col .search {
    position: relative;
    margin:  30px 0 20px 0;
}

.left_col .search form {
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.left_col .search .input {
    margin-right: 50px;
}

#search_form_input {
    font-family: "Roboto", "Open Sans", Sans-Serif;
    display: block;
    width: 90%;
    padding: 0 5%;
    font-size: 16px;
    color: #2c3959;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: none;
    transition: 0.5s;
    border: 1px solid #2c3959;
}

#search_form_input::-webkit-input-placeholder {font-family: "Roboto", "Open Sans", Sans-Serif;}
#search_form_input::-moz-placeholder          {font-family: "Roboto", "Open Sans", Sans-Serif;}
#search_form_input:-moz-placeholder           {font-family: "Roboto", "Open Sans", Sans-Serif;}
#search_form_input:-ms-input-placeholder      {font-family: "Roboto", "Open Sans", Sans-Serif;}
#search_form_input::-webkit-input-placeholder {color: #aaa;}
#search_form_input::-moz-placeholder          {color: #aaa;}
#search_form_input:-moz-placeholder           {color: #aaa;}
#search_form_input:-ms-input-placeholder      {color: #aaa;}

#search_form_input:focus {
    box-shadow: inset 0 0 1px #50cbc9;
    border-color: #50cbc9;
}

div.search input[type=submit] {
    display: block;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #2c3959 url(/images/icons.png) 10px -350px no-repeat;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: 0.5s;
}

div.search input[type=submit]:hover {
    background-color: #50cbc9;
}

#search_hints {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    border: solid 1px #eee;
    border-top: none;
    width: 90%;
    min-width: 340px;
    max-width: 560px;
    z-index: 55;
    background-color: #fff;
    padding: 5px 5% 5% 5%;
    -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;
}

#search_hints h2 {
    display: none;
}