#shop_cats {
    position: relative;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    width: 230px;
}

#shop_goods {
    position: relative;
    margin: 40px 0 0 -50px;
    padding: 0;
}

.on_right {
    position: relative;
    margin: 40px 0 0 250px;
    padding: 0;
}

#shop_goods .dots, #shop_goods .list {
    margin: 0;
    padding: 0;
}

main div.nav {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#shop_goods div.nav {
    position: absolute;
    margin: -40px 280px 0 50px;
}

main div.nav a {
    color: #5e5a54;
    text-decoration: none;
    padding: 0 10px;
}

main div.nav a:hover {
    color: #000;
}

main div.nav span:first-child a {
    padding-left: 0;
}

/* buy button */

#shop_goods .buttons {
    height: 34px;
    position: relative;
    margin: 0;
    overflow: hidden;
    clear: both;
}

#shop_goods .goods-card .price, #buy_btn_cont {
    /*display: block;*/
    float: left;
    width: auto;
    margin-right: 10px;
    text-align: left;
    height: 40px;
    font-size: 30px;
    color: #666;
}

#shop_goods .goods-card .price {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

#buy_btn_cont {
    text-align: left;
    font-size: 30px;
    color: #666;
    margin: 0;
    float: left;
}

#shop_goods .goods-card .old-price {
    text-decoration: line-through;
    color: #999;
}

#shop_goods .goods-card .price-label {
    height: 40px;
    line-height: 52px;
    float: left;
    margin-right: 10px;
    font-weight: 600;
    color: #5e5a54;
}

#buy_btn_cont img {
    display: block;
    height: 36px;
    width: 46px;
    border-width: 0;
}

#buy_btn_cont a, #buy_btn_cont input {
    display: block;
}

#shop_goods .store {
    display: none;
}

/*list*/

.list {
    width: 100%;
}

.list .goods_wrapper {
    margin: 0 0 0 50px;
    width: 100%;
}

.list .goods {
    display: table;
    float: none;
    width: 94.5%;
    min-width: 380px;
    height: 51px;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
}

.list .goods:hover {
    border: 1px solid #000;
}

.list .goods a {
    display: block;
    position: relative;
    width: unset;
    top: 0;
    overflow: hidden;
    text-decoration: none;
}

.list .goods > a  {
    height: 120px;
}

.list .goods > a.buy  {
    height: 34px;
    position: absolute;
    top: 64px;
    right: 15px;
    width: 100px;
    left: unset;
    opacity: 1;
    font-size: 16px;
    border-radius: 4px;
    background: #5fbd74 url(/images/icons.png) 100px -220px no-repeat;
}

.list .goods > a.buy:hover {
    background-color: #e94e1b;
    border-color: #000;
}

.list .goods a.buy.in_cart:after {
    content: "В корзине";
    background: #e94e1b;
}

.list .goods a.buy:after {
    content: "Купить";
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 101px;
    height: 34px;
    text-align: center;
    text-indent: 3px;
}

.list .goods img {
    display: block;
    max-width: 90px;
    max-height: 120px;
    position: absolute;
    left: 20px;
    top: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-width: 0;
    margin: 0;
}

.list .goods .name {
    position: absolute;
    left: 160px;
    top: 20px;
    line-height: 22px;
    color: #262626;
    height: 45px;
    width: 59%;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.list .goods .price {
    position: absolute;
    width: unset;
    right: 14px;
    top: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    color: #262626;
}

#shop_goods .list .goods_wrapper .buttons {
    display: block;
    position: absolute;
    left: unset;
    right: 20px;
    top: 23px;
    height: 74px;
    text-decoration: none;
    width: 100px;
}

#shop_goods .list .buttons input.buy {
    left: 0px;
    width: 96px;
    bottom: -8px;
}

.list .goods.in-cart .buttons a.buy {
    left: 0;
}

.list .goods .buttons a.buy {
    left: 0;
}

.list .goods .buttons a.buy {
    padding: 0 6px;
}

/* tabs */

#goods_desc {
    clear: both;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #eee;
    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 li:last-child {
    border-top-right-radius: 10px;
    border-width: 0;
}

#goods_desc .content {
    display: none;
    padding: 20px 0;
    font-size: 14px;
    text-align: left;
}

#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 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 {
    display: block;
    float: left;
    width: 48px;
    height: 32px;
    border: 1px solid #000;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    background-color: #fff;
    font-family: 'Open Sans', Trebuchet MS, Verdana, arial, helvetica, sans-serif;
    outline: none;
    text-indent: 0;
}

#shopping_cart_table a.del {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #666;
}

#shopping_cart_table .center {
    text-align: center;
}

/* 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;
}

/* goods features*/
#shop_goods .right {
    position: relative;
    min-width: 300px;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
}

#shop_goods .features {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

#shop_goods .features h4 {
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: none;
    font-weight: bold;
}

#shop_goods .features div.item {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
}

#shop_goods .features .title {
    float: left;
    width: 40%;
    margin-right: 0;
    font-weight: 600;
    color: #5e5a54;
}

#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: 60%;
}

#shop_goods .features span {
    margin: 0 5px 5px 0;
    background: none;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    min-height: 20px;
    line-height: 20px;
}

#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: #000;
}

#shop_goods .features span.selected, #shop_goods .features span.selected:hover {
    background-color: #e94e1b;
    color: #fff;
    border-color: #555;
}

#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 {
    overflow: hidden;
    padding-top: 6px;
    border-bottom: 1px dotted #ccc;
}
#shop_goods .features h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
#shop_goods .features p {
    position: relative;
    margin: 12px 0;
    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: 0 3px;
    border-radius: 4px;
    border: 1px solid #9a9a9a;
}
#shop_goods .features p span strong {
    color: #000;
    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: #000;
}

#shop_cats a:hover {
    color: #333;
}

#shop_goods .filters {
    position: relative;
    float: left;
    margin: 0 0 0 50px;
    padding: 10px;
    width: 250px;
    background-color: #fafafa;
    min-height: 328px;
    border: 1px solid #ddd;
    border-left-width: 0;
    border-right-width: 0;
}

#shop_goods .filters .title {
    font-weight: bold;
    color: #000;
    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: #555;
    outline: none;
    text-decoration: none;
    border-width: 0;
}

#shop_goods .filters input[type=button]:hover, #shop_goods .filters input[type=submit]:hover {
    background-color: #000;
}

.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;
}

.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: 406px;
    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;
    border: 3px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: border-color 0.5s;
}

#shop_goods .goods-card .gallery .middle:hover {
    border-color: #000;
}

#shop_goods .goods-card .gallery .middle img {
    display: block;
    border-width: 0;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#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: 0 -3px;
}

#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;
}

#shop_goods .goods-card .small img:hover {
    border-color: #aaa;
}

#shop_goods .goods-card .small img.selected {
    border-color: #000;
}

#shop_goods .similar-goods {
    position: relative;
    margin: 0;
    height: 390px;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
}

#shop_goods .similar-goods  h4 {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 20px 50px;
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
}


#shop_goods .similar-goods .goods:hover a.buy {
    opacity: 0;
}

.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;
    margin-bottom: 40px;
}

#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;
}

.category .nav {
    display: none;
}

#shop_goods .notes {
    font-family: Merriweather;
    font-size: 15px;
    color: #553329;
    padding: 20px 0;
    margin-top: 36px;
    border-top: 1px dotted #ccc;
}

.one_click_buy {
    position: relative;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dotted #666;
    width: 96px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    float: left;
    margin-top: -29px;
    margin-left: 220px;
}

.one_click_buy:hover {
    color: #000;
    border-color: #000;
}

#shop_goods .pagination {
    clear: both;
    margin-left: 50px;
}

/* 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;
}

#shop_goods .qt {
    height: 34px;
    width: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

#shop_goods .decr:hover,
#shop_goods .incr:hover {
    background-color: #e94e1b;
    color: #fff;
}
#shop_goods .qt a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
#shop_goods .decr,
#shop_goods .incr,
#shopping_cart_table .decr,
#shopping_cart_table .incr {
    display: block;
    float: left;
    width: 26px;
    height: 34px;
    background-color: #000;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transition: background-color 0.3s;
    text-decoration: none;
}

#shop_goods .qt input {
    display: block;
    float: left;
    width: 48px;
    height: 32px;
    border: 1px solid #000;
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #666;
    background-color: #fff;
}

.qt_discounts {
    margin-top: 20px;
    color: #666;
}

#shopping_cart_table div.buttons {
    position: relative;
    text-align: center;
}

#shopping_cart_table div.qt {
    display: inline-block;
    float: none;
    height: 34px;
    width: 100px;
    overflow: hidden;
    margin-right: 10px;
}

#shopping_cart_table .old {
    display: block;
}

/* filters hide button */

#shop_goods .filters .close {
    display: none; /* 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);
}
/*уведомить о поступлении заказа */
.goods_arrival {
    display: block;
    position: relative;
    float: left;
    margin-top: 12px;
    margin-left: 40px;
    color: #666;
    border-bottom: 1px dotted #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.goods_arrival:hover {
    color: #000;
    border-color: #000;
}

.goods_arrival_wrapper {
    max-width: 300px;
}
/*уведомить о поступлении заказа */