#shop_cats {
    position: relative;
    float: left;
    margin: 0 0 0 50px;
    padding: 0;
    width: 230px;
}

#shop_goods {
    position: relative;
    margin: 20px 0 0 -50px; /*  margin-top изменен с 40  на 20  */
    padding: 0;
}

.on_right {
    position: relative;
    margin: 40px 0 0 250px;
    padding: 0;
}

#shop_goods .dots, #shop_goods .list {
    margin: 0;
    padding: 0;
}

#shop_goods div.nav {
    position: absolute;
    /*margin: -40px 0 0 50px;*/
    top: -83px;
    left: 50px;
}

.category div.nav, div.nav {
    position: absolute;
    top: -4px;
}

#shop_goods div.nav a, #shop_goods div.nav p {
    color: #10499e;
    font-size: 14px;
    font-weight: 400;
}

/* buy button */

#shop_goods .buttons_wrapper {
    position: relative;
    margin: 14px 0 0 0;
    overflow: hidden;
}

#shop_goods .public_offer {
    max-width: 700px;
    font-size: 12px;
    padding-top: 20px;
}

#shop_goods .goods-card .buttons {
    position: relative;
    margin: 0;
    overflow: hidden;
    float: left;
}

#shop_goods .similar-goods .buttons {
    display: none;
}

#shop_goods .buttons .price, #buy_btn_cont {
    text-align: left;
    height: 40px;
    font-size: 24px;
    color: #666;
}

#buy_btn_cont {
    float: left;
    margin-left: 20px;
    margin-top: -3px;
}

#shop_goods .buttons .price {
    padding: 10px 20px;
    padding-left: 0;
    font-weight: bold;
    color: #ff5a00;
}

#shop_goods .buttons .price-label {
    color: #10499e;
}

#shop_goods .buttons .old-price {
    position: absolute;
    margin-top: -4px;
    text-decoration: line-through;
    color: #10499e;
}

.price_title {display: none;}

#buy_btn_cont img {
    display: block;
    height: 36px;
    width: 46px;
    border-width: 0;
}

#shop_goods .store {
    margin-top: 40px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-left-width: 0;
    border-right-width: 0;
    padding: 20px;
}

/* tabs */
/*
#goods_desc {
    margin-bottom: 5px;
    border: 1px solid #ff5a00;
    border-left-width: 0;
    border-right-width: 0;
}

#goods_desc .tabs {
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    display: none;
}

#goods_desc .tabs li {
    float: left;
    background: #bbb;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    list-style-type: none;
    border-right: 2px solid #999;
}

#goods_desc .tabs .current {
    background: #e8f6ee;
    color: #000;
}

#goods_desc .tabs li:last-child {
    border-top-right-radius: 10px;
    border-width: 0;
}
*/
#goods_desc .content {
    display: none;
    padding: 10px 0;
    font-size: 14px;
}

#goods_desc .current {
    display: block;
}

/* cart */

#shopping_cart_table {
    width: 100%;
    border-collapse: collapse;
}

#shopping_cart_table th {
    text-align: center;
    border-bottom: 2px solid #999;
    padding: 2px;
}

#shopping_cart_table td {
    border-bottom: 1px solid #aaa;
    padding: 2px;
    vertical-align: middle;
    width: 16%;
}

#shopping_cart_table tr:last-of-type {
    display: none;
}

#shopping_cart_table img {
    width: 100px;
}
/*
#shopping_cart_table .features {
    font-size: 12px;
    color: #666;
}
*/
#shopping_cart_table .digit {
    width: 10%;
    text-align: right;
    word-break: break-all;
}

#shopping_cart_table .noline {
    border-width: 0;
}

#shopping_cart_table .img {
    width: 5%;
    max-width: 104px;
}

#shopping_cart_table input {
    width: 40%;
    height: 28px;
    line-height: 28px;
    font-family: 'Open Sans', Trebuchet MS, Verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 0 10px 0 10px;
    text-indent: 0;
    border: 1px solid #999;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    color: #666666;
    outline: none;
    text-align: right;
}

#shopping_cart_table a.del {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: right;
/*    font-size: 12px;
    color: #666;*/
}


/* Order List */

#order_list .item, #order_item .item {
    position: relative;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    color: #333;
    border-bottom: 1px solid #aaa;
}

#order_list a.item:hover div, #order_item a.item:hover div {
    background-color: #eee;
}

#order_list .item div, #order_item .item div {
    float: left;
    width: 33%;
    min-height: 40px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    padding: 6px 1% 6px 1%;
}

#order_list .th div, #order_item .th div {
    font-weight: bold;
    border-bottom: 2px solid #999;
    text-align: center;
}

#order_list a.item div {
    border-bottom: 1px solid #aaa;
}

#order_list .item .digits, #order_item .item .digits {
    text-align: right;
    width: 8%;
}

#order_item div.long {
    text-align: right;
    width: 79%;
    padding-right: 1%;
}

#order_item div.end {
    border-width: 0;
    line-height: 40px;
}

/* View Switcher */

#view_switcher {
    position: absolute;
    right: 25px;
    top: 5px;
    width: 42px;
    height: 16px;
    overflow: hidden;
}

#view_switcher div {
    width: 16px;
    height: 16px;
    float: right;
    background: transparent url('/images/view-switch.gif') 0 -16px no-repeat;
    cursor: pointer;
    padding: 0;
}

#view_switcher div:first-child {
    float: left;
    background-position: -12px -16px;
}

#view_switcher div:first-child.selected {
    background-position: -12px 0;
}

#view_switcher div:last-child.selected {
    background-position: 0 0;
}

#shop_goods .gallery .item {
    position: relative;
    height: 400px;
    line-height: 400px;
    text-align: center;
    overflow: hidden;
}

/* goods features*/
#shop_goods .right {
    position: relative;
    min-width: 300px;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
}

#shop_goods .features {
    position: relative;
    overflow: hidden;
}

#shop_goods .features > div {
    padding-right: 30px;
}


#shop_goods .features h4 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}

#shop_goods .features div.item {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*margin: 0 0 5px 0;*/
    font-size: 14px;
    line-height: 34px;
}

#shop_goods .features .title {
    float: left;
    width: 50%;
    margin-right: 0;
    color: #10499e;
}

#shop_goods .features .title div {
    padding-right: 10px;
}

#shop_goods .features .title span {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

#shop_goods .features .values {
    float: left;
    width: 50%;
}

#shop_goods .features span {
    /*margin: 0 5px 5px 0;*/
    background: none;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    min-height: 32px;
    line-height: 32px;
    /*color: #10499e;*/
}

#shop_goods .features .values span.item {
    margin: 0 5px 5px 0;
}

#shop_goods .features span.item {
    padding: 0 12px;
    border-radius: 2px;
    border: 1px solid #cccdcd;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    cursor: pointer;
}

#shop_goods .features span.item:hover {
    border-color: #34358b;
}

#shop_goods .features span.selected, #shop_goods .features span.selected:hover {
    background-color: #ea7516;
    color: #fff;
    border-color: #ea7516;
}

#shop_goods .hide, #shop_goods .hide0 {
    display: none;
}

#shop_goods .features span.color, #shop_goods .features span.color:hover {
    border-width: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    background: none;
    color: #333;
}

#shop_goods .color div {
    width: 54px;
    height: 32px;
    margin: 1px 1px 2px 1px;
    background-image: url("/images/pix.gif");
    background-repeat: repeat;
    border-radius: 2px;
    border: 2px solid transparent;
    outline: 1px dotted #eee;
}

#shop_goods .color p {
    font-size: 10px;
    height: 20px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

#shop_goods .selected p {
    color: #333;
    font-weight: bold;
}

#shop_goods .features span.selected div {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
    border-color: #000;
}

#shop_goods .features hr {
    width: 100%;
    background-color: #eee;
    height: 1px;
    border-width: 0;
    margin: 10px 0 20px 0;
}

#shop_goods .features h2 {
    display: none;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 20px;
    color: #10499e;
}
#shop_goods .features p {
    position: relative;
    margin: 12px 0px;
    line-height: 1;
    vertical-align: middle;
}
#shop_goods .features p span {
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
    display: block;
}
#shop_goods .features p span select,
#shop_goods .features p span input {
    position: relative;
    top: -3px;
    vertical-align: bottom;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}
#shop_goods .features p span select {
    z-index: 10;
}
#shop_goods .features p span .customSelect {
    height: 23px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    background: #fff url("/images/select.png") right center no-repeat;
    position: relative;
    min-width: 100px;
    top: -3px;
    padding-left: 4px;
}
#shop_goods .features p span input {
    height: 25px;
    width: 100px;
    padding: 0px 3px;
    border-radius: 4px;
    border: 1px solid #9a9a9a;
}
#shop_goods .features p span strong {
    color: #b00903;
    font-size: 28px;
    font-weight: 600;
    line-height: 19px;
}
#shop_goods .features p>span:first-of-type {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    background: #fff;
    vertical-align: middle;
}
#shop_goods .features p>span:first-of-type:after {
    display: inline-block;
    position: absolute;
    bottom: 3px;
    margin-left: 4px;
    content: "";
    width: 1000px;
    border-bottom: 1px dotted #000;
}
#shop_goods .features p>span:last-of-type {
    position: relative;
    display: inline-block;
    float: right;
    clear: both;
    padding-left: 4px;
    background: #fff;
    vertical-align: middle;
}
.goodsFeatures-quantity_c {
    text-align: right;
}

.cart_m p {
    float: right;
    margin: 0;
    padding: 0;
}

#shop_goods .category li:after {
    display: none;
}

#shop_cats ul {
    position: relative;
    width: 228px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

#shop_cats ul li {
    position: relative;
    width: 216px;
    padding: 6px;
    border-top: 1px solid #ddd;
}

#shop_cats ul li:first-child {
    border-width: 0;
}

#shop_cats ul li.title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

#shop_cats a {
    color: #df1d32;
}

#shop_cats a:hover {
    color: #333;
}

#shop_goods .filters {
    position: relative;
    float: left;
    margin: 0 0 60px 50px;
    padding: 10px;
    width: 250px;
    background-color: #fafafa;
    min-height: 448px;
    border: 1px solid #ddd;
    border-left-width: 0;
    border-right-width: 0;
}

#shop_goods .filters .title {
    font-weight: bold;
    color: #34358b;
    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: #ea7516;
    outline: none;
    text-decoration: none;
    border-width: 0;
}

#shop_goods .filters input[type=button]:hover, #shop_goods .filters input[type=submit]:hover {
    background: #34358b;
}

.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: 254px;
    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;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-left-width: 0;
    border-right-width: 0;
    float: left;
}

.category_text h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.category_text p {
    text-align: justify;
}

/* карточка товара */

#shop_goods .goods-card {
    position: relative;
    margin-left: 50px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

#shop_goods .goods-card .gallery {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    float: left;
    overflow: hidden;
    padding-right: 40px;
    margin-bottom: 40px;
}

#shop_goods .goods-card .gallery .middle {
    position: relative;
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    margin-bottom: 4px;
}

#shop_goods .goods-card .gallery .middle img {
    display: block;
    border-width: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

#zoom {
    position: absolute;
    background: url(/images/zoom.png) left top no-repeat;
    width: 24px;
    height: 24px;
    right: 35px;
    bottom: 35px;
    cursor: pointer;
}

#shop_goods .goods-card .small {
    position: relative;
    margin-left: -4px;
}

#shop_goods .goods-card .small img {
    float: left;
    position: relative;
    display: block;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 4px 4px;
    cursor: pointer;
    width: 95px;
    height: 95px;
}

#shop_goods .goods-card .small img:hover {
    border-color: #34358b;
}

#shop_goods .goods-card .small img.selected {
    border-color: #ea7516;
}

#shop_goods .similar-goods {
    position: relative;
    margin: 0 0 0 -50px;
    height: 410px;
    overflow: hidden;
    clear: both;
    padding: 40px 0;
}

#shop_goods .similar-goods  h4 {
    display: block;
    height: 20px;
    padding: 0;
    margin: 0 0 20px 50px;
    font-weight: 600;
    font-family: Montserrat;
    color: #10499e;
    line-height: 20px;
    font-size: 18px;
}

.yandex-xml {
    margin-left: 20px;
    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;
}

#shop_goods .sorting select {
    color: #10499e;
}

#settings_discounts {display: none;}

#qt_discounts_json, .qt_discounts_json {display: none;}

#is_ways_of fieldset {
    border-width: 0;
}

.hidden_goods {
    opacity: 0.4;
}

.one_click_buy {
    display: block;
    position: relative;
    float: left;
    margin-top: 66px;
    margin-left: 20px;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #10499e;
}

.one_click_buy:hover {
    color: #ff5a00;
}

.similar-goods .one_click_buy {
    display: none;
}

.gallery span.info {
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 30px;
    background-color: #ff5a00;
    padding: 0 10px;
    color: #fff;
}

/* 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;
}

/* увеличиваем высоту + и - */

.goods-card .qt {
    float: left;
    display: block;
    height: 36px;
    width: 100px;
    overflow: hidden;
}

#shop_goods .goods-card .decr, #shop_goods .goods-card .incr {
    height: 32px;
    line-height: 32px;
}

.goods-card .qt input {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

    /* + и - для покупки в карточке товара */
/*
#shop_goods .qt {
    float: left;
    display: block;
    height: 34px;
    width: 100px;
    overflow: hidden;
}

#shop_goods .decr, #shop_goods .incr {
    display: block;
    float: left;
    width: 26px;
    height: 34px;
    background-color: #10499e;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: background-color 0.3s;
}

#shop_goods .decr:hover, #shop_goods .incr:hover {
    background-color: #ff5a00;
    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 #10499e;
    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;
}
/*
#shop_goods .goods .buttons {
    margin-left: 9.5%;
}
*/
.in-stores {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

.in-stores-title {
    float: left;
    width: 50%;
    margin-right: 0;
    color: #10499e;
}

#shop_goods .features  .in-stores-values {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #10499e;
}

#shop_goods .features  .in-stores-values:hover {
    color: #ea7516
}

.stores {
    border-top: 1px solid #d8d8d8;
    min-height: 56px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.stores-address,
.stores-time,
.stores-count {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
    line-height: 56px;
    text-align: center;
}

.stores-address {
    width: 300px;
}

.stores-time {
    width: 300px;
}

.stores-count {
    width: 150px;
    text-align: center;
}

.stores .stores-count {
    color: #10499e;
}

.stores-head div {
    color: gray;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
}

.icon-time:before {
    content: "\1F551";
}

@media (max-width: 850px) {
    .stores-address,
    .stores-time,
    .stores-count {
        width: 100%;
    }
}

.goods_wrapper {
    overflow: hidden;
}

#shop_goods > div.text,
.pagination {
    margin-left: 50px;
}

#shop_goods .features .values select.values {
    border: 1px solid #10499e;
    display: inline-block;
    vertical-align: top;
    min-height: 32px;
    line-height: 32px;
    color: #10499e;
}

#shop_goods .goods-card .goods-gallery {
    display: none;
}
