#shop_cats {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 45%;
}

.cats_with_goods #shop_cats {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}

#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;
    width: 69%;
    margin: -40px 0 0 0;
}

h1[itemprop="name"] + #shop_goods div.nav {
    width: 100%;
}

#shop_goods div.nav a, #shop_goods div.nav p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    width: 69%;
}

h1[itemprop="name"] + #shop_goods div.nav p{
    width: 100%;
}

#shop_goods div.nav a:hover {
    color: #0062bd;
}

/* buy button */
/*
#shop_goods .buttons {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
*/
#shop_goods .buttons .price, #buy_btn_cont {
    text-align: left;
    height: 31px;
    font-size: 30px;
    color: #333e48;
    margin-bottom: 20px;
}

#shop_goods .goods-card .price {
    position: relative;
    font-weight: bold;
    color: #333e48;
    font-size: 20px;
    margin-bottom: 20px;
}

#shop_goods .goods-card .price.no_price .currency {
    display: none;
}

#shop_goods .goods-card .price .old {
    position: absolute;
    left: 0;
    top: -12px;
    font-size: 14px;
    line-height: 14px;
    color: #aaa;
    text-decoration: line-through;
    font-weight: normal;
}

#buy_btn_cont input,
#buy_btn_cont a.button {
    padding: 0;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #231f20;
    color: #fff;
}

#buy_btn_cont a.button {
    width: 138px;
    height: 36px;
    line-height: 36px;
}

#buy_btn_cont input:hover,
#buy_btn_cont a.button:hover {
    background-color: #9a9a9e;
    border-color: #9a9a9e;
}

#buy_btn_cont img {
    display: block;
    height: 36px;
    width: 46px;
    border-width: 0;
}

/* tabs */

body #goods_desc {
    text-align: unset;
    margin-top: 78px;
}

#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 #9a9a9e;
    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 {
    border-top: 1px solid #e5e5e5;
    display: none;
    padding: 15px 0;
    font-size: 14px;
    clear: both;
}

#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 #999;
    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: #333e48;
    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: 0;
    top: -78px;
    width: 42px;
    height: 16px;
    overflow: hidden;
}

#view_switcher div {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
    padding: 0;
}

#view_switcher div.list {
    padding-right: 10px;
}

#view_switcher div:before {
    color: #cccccc;
    display: block;
    float: left;
    font-family: 'Unisiter-Icons';
    font-size: 16px;
}

#view_switcher div.list:before {
    content: "\e912";
}

#view_switcher div.dots:before {
    content: "\e914";
}

#view_switcher div.list.selected:before,
#view_switcher div.dots.selected:before {
    color: #333e48;
}

#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;
    padding-bottom: 40px;
}

#shop_goods .features {
    position: relative;
    width: 100%;
}

#shop_goods .features h4 {
    margin: 0 0 20px 0;

}

#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: 50%;
    margin-right: 0;
    font-weight: bold;
    color: #333e48;
}

#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 transparent;
    display: inline-block;
    vertical-align: top;
    min-height: 18px;
    line-height: 18px;
}

#shop_goods .features span.item {
    padding: 2px 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
    -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: #0062bd;
}

#shop_goods .features span.selected, #shop_goods .features span.selected:hover {
    background-color: #9a9a9e;
    color: #fff;
    border-color: #9a9a9e;
}

#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: #333e48;
}

#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: #333e48;
    font-weight: bold;
}

#shop_goods .features span.selected div {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
    border-color: #333e48;
}

#shop_goods .features hr {
    width: 100%;
    background-color: #eee;
    height: 1px;
    border-width: 0;
    margin: 10px 0 20px 0;
}

#shop_goods .features {
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 6px;
}
#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 #999;
    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 #999;
}
#shop_goods .features p span strong {
    color: #9a9a9e;
    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 #333e48;
}
#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;
}

.cart_m p {
    float: right;
    margin: 0;
    padding: 0;
}

#shop_goods .category li:after {
    display: none;
}

#shop_cats ul {
    position: relative;
    width: 268px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.cats_with_goods #shop_cats ul {
    width: auto;
    margin-left: -47px;
    margin-bottom: 40px;
    border: none;
}

#shop_cats ul li {
    position: relative;
    width: 256px;
    padding: 6px;
    border-top: 1px solid #ddd;
}

.cats_with_goods #shop_cats ul li {
    width: 270px;
    padding: 0;
    border-top: none;
} 

#shop_cats ul li:first-child {
    border-width: 0;
}

#shop_cats ul li.title {
    font-size: 16px;
    font-weight: 600;
    color: #333e48;
}

/*#shop_cats a {
    color: #9a9a9e;
}*/

#shop_cats a:hover {
    color: #333e48;
}

#shop_goods .filters {
    display: none;
    position: fixed;
    left: -100px;
    top: 0;
    margin: 0;
    padding: 1% 20px 1% 120px;
    width: 210px;
    background-color: #f9f9f9;
    height: 98%;
    border-right: 1px solid #ddd;
    overflow-y: auto;
    z-index: 1101;
}

#shop_goods .filters .title {
    font-weight: bold;
    color: #333e48;
    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: #fff;
    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: #333e48;
    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: 254px;
    padding: 20px;
    background-color: #f9f9f9;
    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 #9a9a9e;
}

.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;
    text-align: center;
    vertical-align: top;
}

#shop_goods .goods-card .gallery {
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    float: left;
    overflow: hidden;
    padding-right: 40px;
    margin-bottom: 40px;
}

#shop_goods .goods-card .gallery .middle {
    position: relative;
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    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;
    width: 0;
    height: 0;
    right: 58px;
    bottom: 70px;
    cursor: pointer;
}

#zoom:before {
    content: "\e913";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Unisiter-Icons';
    font-size: 22px;
    margin-right: 6px;
    line-height: 48px;
    margin-top: -1px;
}

#shop_goods .goods-card .small {
    position: relative;
    margin-left: -3px;
}

#shop_goods .goods-card .small img {
    float: left;
    position: relative;
    display: block;
    border: 1px solid #eee;
    margin: 0 0 3px 3px;
    cursor: pointer;
}

#shop_goods .goods-card .small img:hover {
    border-color: #9a9a9e;
}

#shop_goods .goods-card .small img.selected {
    border-color: #231f20;
}

#shop_goods .similar-goods {
    position: relative;
    margin: 0;
    /*height: 450px;*/
    overflow: hidden;
    /*clear: both;*/
    padding-bottom: 40px;
    text-align: left;
    margin-left: -47px;
}

#shop_goods .similar-goods h4 {
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0 0 20px 47px;
}

/*#shop_goods .similar-goods .goods a.buy {*/
/*    display: none;*/
/*}*/

.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;
}

#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;
}

/* +, -, quantity */

.goods-card div.qt,
#shopping_cart_table div.qt {
    display: inline-block;
    position: relative;
    float: none;
    width: 100px;
    height: 38px;
    overflow: hidden;
    margin-right: 10px;
    z-index: 1;
    line-height: 36px;
}

.goods-card div.qt {
    display: block;
    float: left;
    width: 140px;
    margin-right: 20px;
}

.goods-card div.qt .decr,
.goods-card div.qt .incr,
#shopping_cart_table .decr,
#shopping_cart_table .incr {
    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-card div.qt .decr:hover, .goods-card div.qt .incr:hover,
#shopping_cart_table .decr:hover, #shopping_cart_table .incr:hover {
    background-color: #231f20;
    border-color: #231f20;
    color: #fff;
}

.goods-card div.qt a.decr,
#shopping_cart_table div.qt a.decr {
    border-right: none;
    line-height: 34px;
}

.goods-card div.qt a.incr,
#shopping_cart_table .buttons div.qt a.incr {
    left: auto;
    right: 0;
    border-left: none;
}

.goods-card div.qt input,
#shopping_cart_table div.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-card div.qt input {
    width: 86px;
}

.goods-card div.qt a:active,
#shopping_cart_table div.qt a:active {
    background-color: #ccc;
    border-color: #ccc;
}

/*#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;
}

.qt_discounts {
    padding-top: 6px;
    color: #666;
}

/* info */

/*.gallery span.info {
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 30px;
    background-color: #9a9a9e;
    padding: 0 10px;
    color: #fff;
}*/

#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: -22px;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #231f20;
    margin-left: 180px;
}

.one_click_buy_info {
    margin: 0;
}

.one_click_buy:hover {
    color: #9a9a9e;
}

#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;
}

/* comments */

#goods_desc h4 {
    padding: 0;
    margin-bottom: 20px;
    border: none;

}

#goods_desc h4:after {
    display: none;
}

#goods_desc form.forms .item .title {
    width: 18%;
    margin-right: 2%;
}

#goods_desc form.forms .item .input,
#goods_desc form.forms .item .textarea {
    width: 48%;
    margin-right: 2%;
}

#shopping_cart_table div.buttons {
    position: relative;
    text-align: center;
}

#shopping_cart_table .old {
    display: block;
}
/*уведомить о поступлении заказа */
.goods_arrival {
    display: block;
    position: relative;
    float: left;
    margin-top: -15px;
    /*margin-left: 235px;*/
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #2482bd;
    font-size: 14px;
    font-weight: 400;
}

.goods_arrival:hover {
    color: #333e48;
}

.goods_arrival_wrapper {
    max-width: 300px;
}
/*уведомить о поступлении заказа */
/*слайдер картинок в карточке товаров*/
#shop_goods .goods-card .goods-gallery .slick-dots {
    bottom: -23px;
}
/*слайдер картинок в карточке товаров*/