@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Regular.eot?') format('eot'), url('font/OpenSans-Regular.woff') format('woff'), url('font/OpenSans-Regular.ttf') format('truetype'), url('font/OpenSans-Regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    color: #3d2b24;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    background: #fff url(body-bg.jpg) 50% 0% no-repeat;
    min-width: 970px;
}

.container {
	min-width: 970px !important;
}

.wrap {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #3d2b24;
    border-bottom: 1px solid rgba(61, 43, 36, 0.3);
}
a:hover {
    text-decoration: none;
    color: #2B5900;
    border-color: rgba(43, 89, 0, 0.3);
}
a:focus {
    color: inherit;
    text-decoration: none;
}

a.active {
    color: #2B5900;
    text-decoration: none;
    border-bottom: 0;
}

:focus, a:focus {
    outline: 0;
}

ul {
    list-style-type: square;
}
li {
    margin: 0 0 0.4em 0;
}

ul.no-style {
    list-style: none;
}

/*p + ul, p + ol {
    margin-top: -5px;
}*/

h1, h2, h3, h4, h5 {
    font-family: "Open Sans", Arial, sans-serif;
}
h1 {
    font-size: 29px;
    margin: 0 0 20px;
}
h2 {
    font-size: 20px;
    margin: 20px 0;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 10px;
}

h2.small {
    font-size: 18px;
    margin-bottom: 15px;
}
h1 {
    border-bottom: 3px solid #D6AA78;
    padding-bottom: 10px;
}

.home-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 0;
    border-bottom: 1px solid #f0d4a9;
    padding-bottom: 10px;
    padding-left: 15px;
}

.mt0 {
    margin-top: 0;
}

.extra-wrap {
    position: relative;
    overflow: hidden;
}
.space {
    white-space: nowrap;
}
.hidden {
    display: none;
}

.dotted, a.dotted, a.dotted:hover {
    border-bottom: 1px dotted;
    text-decoration: none;
    cursor: pointer;
}

a.btn, a.btn:hover, a.btn:focus {
    border: 0;
}

img.f-left {
    float: left;
    margin: 0 20px 10px 0;
}
img.f-right {
    float: right;
    margin: 0 0 10px 20px;
}
.img-bord {
    background: #f9f1e3;
    padding: 2px;
    border: 2px solid #f4e4ce;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
    padding: 4px 3px 5px;
    color: #000;
    font-size: 13px;
    border-top: 1px solid #f0d4a9;
}
.table > thead > tr > th, .table > tbody > tr > th {
    border-top: 0;
}

.upper {
    text-transform: uppercase;
}

/* form */
.form-control {
    background-color: #F7F4ED;
    border-radius: 3px;
    border: 1px solid #f0d4a9;
    height: 32px;
    box-shadow: none;
}
.form-control:focus {
    border-color: #d6aa78;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    border-radius: 3px;
}
.btn:focus, .btn:active:focus {
    outline: 0;
    outline-offset: 0;
}

.btn-primary {
    background-color: #6D8B2E;
    border-color: #5D8226;
    background-image: -webkit-linear-gradient(top, #789744 0%, #5D8226 100%);
    background-image:      -o-linear-gradient(top, #789744 0%, #5D8226 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#789744), to(#5D8226));
    background-image:         linear-gradient(to bottom, #789744 0%, #5D8226 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff789744', endColorstr='#ff5D8226', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #789744;
    background-image: none;
    border-color: #789744;
    color: #fff;
}

input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
}

/* main */
.main-content {
    background: #F9F1E3;
    padding-bottom: 15px;
    border-radius: 4px;
}

.center-column h2:first-child, .center-column h3:first-child {
    margin-top: 0;
}

/* HEADER */
/* logo + поиск + личный кабинет */
.main-header {
    padding: 20px 0;
    font-size: 13px;
}
.logo a {
    border-bottom: 0;
}
.logo img {
    max-width: 100%;
    height: auto;
    margin: 5px 0 0 19px;
}

/* phone */
.header-phone {
    position: relative;
}

.header-phone > a {
    display: block;
    font-size: 18px;
    border-bottom: 0;
}
.header-phone.dropdown > a::after {
    font-size: 18px;
}

.header-phone small {
    position: relative;
    font-size: 14px;
    top: -2px;
}

.dropdown > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: top;
    padding-left: 7px;
}

.header-phone .dropdown-menu {
    border-radius: 4px;
    min-width: 200px;
    border-top: none;
    left: auto;
    padding: 15px 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    margin-top: -1px;
}
.header-phone:hover .dropdown-menu {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}

.dropdown-menu .dropdown-menu-inner {
    padding: 0 15px;
}
.dropdown-menu .dropdown-menu-inner p {
    margin-bottom: 7px;
}

/* search */
.ss-result-search .dropdown-menu {
    display: block;
}

.header-search .form-inline {
    height: 34px;
    border: 1px solid #6D8B2E;
    position: relative;
    margin-top: 10px;
    border-radius: 3px;
}
.header-search .form-inline input {
    padding: 0 50px 0 10px;
    width: 100%;
    background: #f9f1e3;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 32px;
}
.header-search .form-inline input:focus {
    background: #fff;
}
.header-search .btn-search {
    position: absolute;
    right: -1px;
    top: -1px;
    background: #6d8b2e url(search.png) center center no-repeat;
    border: 0;
    width: 38px;
    height: 34px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.header-search .btn-search:hover, .header-search .btn-search:focus {
    background-color: #789744;
}

.ss-result-search ul {
    list-style: none;
    margin: 0;
    padding: 3px 0 0;
    font-size: 13px;
}
.ss-result-search ul li {
    line-height: 1.2;
    padding: 2px 10px 3px;
    cursor: pointer;
}
.ss-result-search ul li.active {
    background: #89a353;
    color: #fff;
}

/* личный кабинет */
.header-user {
    text-align: center;
    position: relative;
}
.header-account {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.header-account .fa {
    margin-right: 5px;
    font-size: 16px;
}

.header-logon {
    position: relative;
    margin-top: 2px;
}
.header-logon a {
    margin-left: 15px;
}


/* меню каталога */
.box-vertical-megamenus {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 999;
}
.home .box-vertical-megamenus {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -50px;
}
.box-vertical-megamenus .title {
    background: #6D8B2E;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    margin: 0;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
}
.box-vertical-megamenus .title .btn-open-mobile {
    display: block;
    float: right;
    width: 16px;
    height: 12px;
    background: url(cat.png) 0 0 no-repeat;
    margin-top: 19px;
}
.box-vertical-megamenus .title.active .btn-open-mobile {
    background-position: 0 -40px;
}

.home .box-vertical-megamenus .title .btn-open-mobile {
    display: none;
}
.home .box-vertical-megamenus .title {
    cursor: default;
}

.vertical-menu-content {
    background: #fff;
    display: none;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 30px;
    background: #F9ECD5;
    border: 1px solid #6D8B2E;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.home .vertical-menu-content {
    display: block;
}

.vertical-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vertical-menu-list li {
    display: block;
    line-height: 1.3em;
    position: relative;
    margin-bottom: 0;
}
.vertical-menu-list > li.divider {
    border-top: 1px dotted #6D8B2E;
    margin: 10px 0;
    padding: 0;
}

.vertical-menu-list > li > a {
    display: block;
    border-bottom: 0;
    padding: 5px 15px;
    color: #2b5900;
}
.vertical-menu-list > li:hover > a {
    background: #89a353;
    color: #fff;
}
.vertical-menu-list > li:hover > a.parent:before {
    color: #fff;
}

.vertical-menu-list .icon-menu {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background-position: 0 0 !important;
}
.vertical-menu-list > li:hover .icon-menu {
    background-position: 0 -20px !important;
}

.vertical-menu-content ul > li > a.parent:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 8px;
    right: 10px;
    color: #2b5900;
}
.vertical-menu-content ul > li > a.parent:after {
    position: absolute;
    background: #f9ecd5;
    height: 100%;
    top: 0;
    right: -2px;
    width: 2px;
    content: ' ';
    z-index: 2000;
    opacity: 0;
}
.vertical-menu-content ul > li:hover > a.parent:after {
    opacity: 1;
}

.vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: visible;
    display: block;
    height: auto;
    opacity: 1;
}

.vertical-dropdown-menu {
    position: absolute;
    top: -15px;
    left: 100%;
    z-index: 900;
    -webkit-transition: opacity 0.5s/*, -webkit-transform 0.5s*/;
    transition: opacity 0.5s/*, transform 0.5s*/;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #F9F1E3;
    background: #f9ecd5;
    border: 1px solid #6d8b2e;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.vertical-dropdown-menu .vertical-groups {
    padding: 20px 15px;
}
.vertical-dropdown-menu .vertical-groups h4 {
    letter-spacing: -1px;
    font-size: 14px;
    margin-top: 0;
    line-height: 1.3;
}
.vertical-dropdown-menu .group-link-default {
    padding-left: 15px;
    padding-bottom: 10px;
}
.vertical-dropdown-menu .group-link-default li {
    margin-bottom: 5px;
}

.vertical-dropdown-menu .mega-products .mega-product {
    border-right: 1px solid #eaeaea;
    margin-top: 15px;
    line-height: 18px;
}
.vertical-dropdown-menu .mega-products .mega-product:last-child {
    border-right: none;
}

/* предпочтения в шапке */
.top-service-box {
    height: 50px;
    background: #738F41;
    border-radius: 3px;
    position: relative;
    padding: 0 15px;
}
.top-service-box:hover  {
    background-image: -webkit-linear-gradient(top, #789744 0%, #5D8226 100%);
    background-image:      -o-linear-gradient(top, #789744 0%, #5D8226 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#789744), to(#5D8226));
    background-image:         linear-gradient(to bottom, #789744 0%, #5D8226 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff789744', endColorstr='#ff5D8226', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.top-service-box .price-link {
    display: block;
    color: #fff;
    border-bottom: none;
    line-height: 50px;
}
.top-service-box .price-link .title {
    text-transform: uppercase;
    float: left;
}

.top-service-box .price-link .icon {
    display: block;
    background: url(icon-price-2.png) no-repeat;
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 15px;
}

.top-service-box .price-link .fa {
    float: right;
    font-size: 22px;
    margin: 14px 0 0;
}


.top-heart-box {
    height: 50px;
    background: #89A353;
    border-radius: 3px;
    padding: 0 15px;
    position: relative;
}
.top-heart-box:hover  {
    background-image: -webkit-linear-gradient(top, #789744 0%, #5D8226 100%);
    background-image:      -o-linear-gradient(top, #789744 0%, #5D8226 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#789744), to(#5D8226));
    background-image:         linear-gradient(to bottom, #789744 0%, #5D8226 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff789744', endColorstr='#ff5D8226', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}

.top-heart-box .heart-link {
    display: table;
    width: 100%;
    text-decoration: none;
    border-bottom: 0;
    color: #fff;
    line-height: 1.3;
    height: 50px;
    vertical-align: middle;
}
.top-heart-box .heart-box {
    display: table-cell;
    vertical-align: middle;
}
.top-heart-box .heart-box .title {
    text-transform: uppercase;
}
.top-heart-box > .fa {
    margin: 7px 0 0;
    float: right;
    font-size: 25px;
}
.top-heart-box .heart-box .count {
    display: block;
}

.top-heart-box .icon {
    display: block;
    background: url(icon-heart.png) no-repeat;
    width: 26px;
    height: 24px;
    float: right;
    margin-top: 14px;
}
.top-heart-box .icon-act {
    background: url(icon-heart-act2.png) no-repeat;
}

/* корзина в шапке */
.top-cart-box {
    height: 50px;
    padding: 0 15px;
    background: #81A040;
    border-radius: 3px;
    position: relative;
}
.top-cart-box:hover  {
    background-image: -webkit-linear-gradient(top, #789744 0%, #5D8226 100%);
    background-image:      -o-linear-gradient(top, #789744 0%, #5D8226 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#789744), to(#5D8226));
    background-image:         linear-gradient(to bottom, #789744 0%, #5D8226 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff789744', endColorstr='#ff5D8226', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}

.top-cart-box .cart-link {
    display: block;
    padding-top: 7px;
    text-decoration: none;
    border-bottom: 0;
    color: #fff;
    line-height: 1.3;
}
.top-cart-box .cart-box {
    display: block;
    float: left;
}
.top-cart-box .cart-box .title {
    text-transform: uppercase;
}

.top-cart-box .icon {
    display: block;
    background: url(icon-cart.png) no-repeat;
    width: 26px;
    height: 24px;
    float: right;
    margin-top: 7px;
}

.top-cart-box .fa {
    margin: 7px 0 0;
    float: right;
    font-size: 25px;
}
.top-cart-box .cart-box .count {
    display: block;
    font-size: 13px;
}
.top-cart-box > .cart-box > .count {
    font-size: 13px;
}

/* END HEADER */

/* footer */
.footer {
    background: #F9EAD0;
    margin-top: 30px;
    font-size: 13px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.catalog-footer {
    padding-bottom: 25px;
    border-bottom: 1px solid #f0d4a9;
}

.site-footer {
    padding-bottom: 25px;
    border-bottom: 1px solid #f0d4a9;
}
.footer h4 {
    margin: 25px 0 15px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .action-list {
    margin-top: 25px;
    font-weight: 600;
}
.footer .action-list li {
    margin-bottom: 10px;
}
.footer .action-list .icon-menu {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background-position: 0 0 !important;
}

.footer-contact strong {
    font-size: 15px;
}

.social {
    margin-top: 20px;
}
.social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #D6AA78;
    background: #D6AA78;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
}
.social a:hover {
    color: #D6AA78;
    border-color: #D6AA78;
    background: transparent;
}

.footer-call {
    padding: 25px 0;
}
.footer-call .btn {
    width: 100%;
    margin-top: 23px;
}
.footer-call .form-control {
    background: #F9F1E3;
}

footer {
    font-size: 12px;
    background-color: #D6AA78;
    color: #fff;
    position: relative;
}
footer:before {
    content:"";
    display: block;
    position: absolute;
    width: 216px;
    height: 256px;
    background: url(body-bg-l.jpg) no-repeat;
    bottom: 0;
    left: -216px;
}
footer:after {
    content:"";
    display: block;
    position: absolute;
    width: 210px;
    height: 202px;
    background: url(body-bg-r.jpg) no-repeat;
    bottom: 0;
    right: -210px;
}

footer a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
footer a:hover {
    color: #F9F1E3;
    border-color: rgba(249, 241, 227, 0.3);
}

.copy-softart img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.copy-softart span {
    display: block;
}

.footer-inner {
    padding-top: 20px;
    padding-bottom: 10px;
}
.site {
    margin-top: 5px;
    margin-bottom: 5px;
}

.f-phone big {
    font-size: 18px;
}
.f-phone small {
    font-size: 12px;
    position: relative;
    top: -3px;
}

.footer-legal a {
	display: inline-block;
	white-space: nowrap;
}
.footer-legal a:first-child {
	margin-right: 20px;
}

/* всплыв. окно */
.popover {
    max-width: 370px;
    font-size: 13px;
    border-radius: 4px;
    top: 100%;
    padding: 0;
    line-height: 1.3;
    font-family: "Open Sans", Arial, sans-serif;
}
.popover.bottom {
    margin-top: 12px;
}

.win-close {
    background: #f6f7f8;
    text-align: right;
    padding: 5px 15px 7px 15px;
    border-radius: 0 0 6px 6px;
}

.win-cont {
    padding: 15px 15px 10px;
}
.win-cont h4 {
    margin-top: 0;
    font-size: 16px;
}

.win-hcontact h4 {
    margin: 20px 0 5px;
}
.popover ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popover .form-control {
    height: 30px;
    padding: 4px 8px;
}
.popover .form-group {
    margin-bottom: 10px;
}

.win-profile {
    left: auto;
    right: 14px;
    width: 250px;
}
.win-profile.popover.bottom > .arrow {
    left: 70%;
}
.win-profile.profile-fix.popover.bottom > .arrow {
    left: 39%;
}

.win-registration {
    left: auto;
    right: 14px;
    width: 250px;
}
.win-registration .small {
    margin-top: 5px;
}
.win-registration.popover.bottom > .arrow {
    left: 43%;
}

.win-hcontact {
    width: 250px;
    left: -40px;
}
.win-hcontact.popover.bottom {
    margin-top: 9px;
}

.win-price {
    left: -45px;
    width: 350px;
}

.win-heart {
    width: 350px;
    left: -45px;
}

.win-cart {
    width: 350px;
    left: auto;
    right: -15px;
}
.win-cart.popover.bottom > .arrow {
    left: 58%;
}

.win-filter {
    margin-top: -30px;
}

.win-filter-fixed-btn {
    top: 0;
}

.win-filter-fixed-btn .win-cont {
    padding: 10px;
}

.win-filter-fixed-btn.popover.right > .arrow {
    top: 50% !important;
}

.win-filter-fixed-btn .btn {
    margin: 0 !important;
}

/* список товаров в корзине и предпочтениях (всплывающ. окна) */
.product-box {
    border-bottom: 1px solid #eaeaea;
    display: table;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
}
.product-box:last-child {
    border-bottom: 0;
}
.product-box .image-link, .product-box .product-link, .product-box .remove-link {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}
.product-box .image-link {
    width: 50px;
}
.product-box .image-link img {
    max-width: 100%;
    height: auto;
}

.product-box .remove-link {
    padding: 0;
    text-align: right;
}
.product-box .remove-link .fa {
    font-size: 20px;
}
.product-box .remove-link a {
    border: 0;
}

.product-box .product-link .product-price {
    font-weight: bold;
}

.product-box .cart-code, .product-box .bookmark-code {
    font-size: 12px;
    color: #666;
    padding: 3px 0;
}

.win-cart .cart-prices {
    padding-top: 5px;
    font-size: 15px;
}
.win-cart .cart-prices .total-name {
    float: left;
}
.win-cart .cart-prices .total-price {
    float: right;
    font-size: 18px;
}

.win-cart .cart-buttons {
    margin-top: 10px;
}

/* кнопка в корзину с инпутом */
.win-cont .purchase {
    margin-top: 5px;
}
.win-cont .add-cart-amount .amount-minus, .win-cont .add-cart-amount .amount-plus {
    padding-top: 5px;
}

.purchase-small .add-cart-amount {
    margin-right: 5px;
    width: 86px;
}
.purchase-small .add-cart-amount input {
    width: 86px;
}
.purchase-small .btn-add-cart {
    padding: 5px;
}

/* корзина - страница*/
.cart-step {
    margin-bottom: 25px;
}
.cart-step .step {
    float: left;
    margin-right: 20px;
}
.cart-step h2 {
    margin-top: 0;
    font-weight: normal;
}
.cart-step .active, .cart-step .active h2 {
    font-weight: bold;
}
.cart-step .step-arr {
    font-size: 20px;
}

#ss-cart-table .add-cart-amount {
    float: none;
    margin-right: 0;
    display: inline-block;
}
#ss-cart-table .table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
    padding: 5px;
}
#ss-cart-table .fa {
    font-size: 15px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

#ss-cart-table img {
    border: 1px solid #f0d4a9;
    padding: 2px;
}

#ss-cart-table .siteset-gallery {
    display: block;
    border: 0;
}


/* leftcolumn */
.block {
    border: 1px solid #f0d4a9;
    margin-top: 30px;
    border-radius: 3px;
    overflow: hidden;
    background: #f9f1e3;
}
.block h2 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f0d4a9;
    background: #f0d4a9;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 12px;
    margin: 0;
}
.block .block-content {
    padding:  15px;
}


.submenu {
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #f0d4a9;
}
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px 0;
}
.submenu ul li {
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.submenu ul li a {
    display: block;
    padding: 5px 10px 5px 15px;
    border-bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}
.submenu ul li:last-child a {
    border-bottom: 0;
}
.submenu ul li a:hover, .submenu ul li.active a, .submenu ul li.active a:hover {
    color: #3d2b24;
    background: #F9EAD0;
}
.submenu h3 {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #f0d4a9;
    background: #f0d4a9;
    padding-left: 15px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 12px;
    margin: 0;
}


/* каталог рубрика */
.row-category {
    margin-bottom: 20px;
}
.row-category .category-img {
    float: left;
    margin-right: 30px;
    background: rgba(244, 228, 206, 0.5);
    border: 1px solid #f0d4a9;
    padding: 15px;
}
.row-category .category-img a {
    border: 0;
}
.row-category .category-img img {
    display: block;
    vertical-align: top;
}

.row-category a.lnk-cat {
    border: 0;
}

/* сортировка */
.shop_box_row {
    background: #f0d4a9;
    background: rgba(244, 228, 206, 1);
    border: 1px solid #f0d4a9;
    margin-bottom: 15px;
/*    overflow: hidden; */
    padding: 0px 15px;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.sort_box {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sort_box li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}
.sort_box li a {
}
.sort_box li a:hover {
}
.sort_box li.active a {
    color: #000;
    border-bottom: 0;
}
.sort_box li.active i {
    color: #000;
}

.sort_box2 {
    float: right;
}

.product_view {
    float: right;
}
.product_view ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.product_view .product_view_hd {
    display: inline-block;
    margin-right: 8px;
}
.product_view li {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 2px;
    padding: 0;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #d6aa78;
}
.product_view li.current {
    border: 1px solid #6d8b2e;
    background: #6d8b2e;
    cursor: default;
}

.product_view li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 0;
    vertical-align: top;
    overflow: hidden;
    margin-top: 5px;
    background: url(product-view-icons.gif) no-repeat;
}

.product_view li.view_grid span {
    background-position: 0 0;
}
.product_view li.view_grid:hover span {
    background-position: -16px 0;
}
.product_view li.view_grid.current span {
    background-position: -32px 0;
}

.product_view li.view_list span {
    background-position: -48px 0;
}
.product_view li.view_list:hover span {
    background-position: -64px 0;
}
.product_view li.view_list.current span {
    background-position: -80px 0;
}

.product_view li.view_table span {
    background-position: -96px 0;
}
.product_view li.view_table:hover span {
    background-position: -112px 0;
}
.product_view li.view_table.current span {
    background-position: -128px 0;
}

.product_view li:hover {
    border: 1px solid #6d8b2e;
}

.product_view li i {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}


/* фильтр */
.filter-box {
    border: 1px solid #f0d4a9;
    border-radius: 3px;
    background: #f9f1e3;
}
.filter-box h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f0d4a9;
    background: #f0d4a9;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 12px;
    margin: 0;
}

.filter-box .badge {
    color: #555;
}

.filter-box .catalog-filter {
    padding:  0 15px 15px;
}
.catalog-filter h4 {
    margin: 15px 0 8px;
    position: relative;
}
.catalog-filter .fa {
    cursor: pointer;
}

.catalog-filter .popover.right > .arrow {
    top: 20px;
}

.catalog-filter .filter-interval input {
    display: inline;
    width: 42%;
}
.catalog-filter .filter-interval .dash {
    display: inline;
}
.catalog-filter .filter-interval .ss-slider {
    margin: 10px 14px 20px 8px;
}

.catalog-filter .checkbox-list {
    border: 1px solid #f0d4a9;
    border-radius: 3px;
    padding-left: 10px;
}
.catalog-filter .checkbox-list a, .catalog-filter .checkbox-list a:hover, .catalog-filter .checkbox-list a:focus {
    border: 0;
    color: #3d2b24;
    text-decoration: none;
}

.catalog-filter .btn {
    margin-top: 15px;
}

.catalog-filter .filter-text-disabled, .catalog-filter .filter-text-disabled a {
    color: #ADA9A5 !important;
    cursor: default !important;
}


/* детализация товара */
.product-detail {
    margin-bottom: 30px;
}

.label-group {
    display: block;
    margin-bottom: 10px;
}
.label-group span {
    margin-right: 5px;
}
.label-new {
    display: inline-block;
    background: #ffc000;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.label-sale {
    display: inline-block;
    background: #c38e83;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.label-hit {
    display: inline-block;
    background: #ff4318;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.product-detail .product-code {
    margin-bottom: 10px;
}

.product-detail .product-desc p {
    margin-bottom: 10px;
}

.product-detail .price big {
    font-size: 26px;
}

.product-detail .descbox {
    margin-right: 320px;
}
.product-detail .pricebox {
    width: 300px;
    float: right;
    padding: 15px;
    border: 1px solid #f0d4a9;
    background: rgba(244, 228, 206, 0.5);
}

/* в корзину с инпутом */
.purchase {
    margin-top: 15px;
}
.btn-add-cart {
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    font-size: 13px;
}
.btn-add-cart:before {
    background: url("cart.png") no-repeat left center;
    content: " ";
    float: left;
    height: 100%;
    margin-right: 5px;
    width: 16px;
}
.btn-add-cart .badge {
    background: #fff none repeat scroll 0 0;
    color: #555;
    margin-left: 5px;
    top: 0;
}
.add-cart-amount {
    float: left;
    height: 30px;
    margin-right: 10px;
    position: relative;
    width: 92px;
}
.add-cart-amount .amount-minus, .add-cart-amount .amount-plus {
    background: #F0D4A9;
    color: #555;
    cursor: pointer;
    display: block;
    height: 26px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 26px;
    z-index: 1;
}
.add-cart-amount .amount-minus {
    left: 2px;
}
.add-cart-amount .amount-plus {
    right: 2px;
}
.add-cart-amount input {
    border: 2px solid #F0D4A9;
    background: #f9f1e3;
    border-radius: 3px;
    box-shadow: none;
    height: 30px;
    padding-left: 26px;
    padding-right: 26px;
    text-align: center;
    width: 92px;
}
.add-cart-amount input:focus {
    border: 1px solid #f0d4a9;
}

.product-detail .heart {
    display: block;
    margin-top: 20px;
}
.product-detail .heart a {
    border-bottom: 0;
}
.product-detail .heart i {
    font-size: 18px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.product-detail .heart.bookmark-true i {
    color: #ba5900;
}

.product-detail .heart a span {
    border-bottom: 1px solid rgba(61, 43, 36, 0.3);
}
.product-detail .heart a:hover span {
    border-bottom: 1px solid rgba(43, 89, 0, 0.3);
}

.tbl-tech-announce {
    color: #666;
    font-size: 13px;
}
.tbl-tech-announce td {
    padding: 2px 40px 3px 10px;
}
.tbl-tech-announce td:last-child {
    color: #000;
}
.tbl-tech-announce tr:nth-child(2n) {
    background: rgba(244, 228, 206, 1);
}

/* детализация товара - изображение */
.photosbox {
    position: relative;
    width: 358px;
    float: left;
    margin-right: 25px;
}
.imagebox {
    position: relative;
    overflow: hidden;
    display: table;
}
.imagebox .inner {
    width: 100%;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.imagebox .inner img {
    display: inline;
    vertical-align: middle;
    cursor: pointer;
}

.photosbox .imagebox {
    border: 1px solid #f0d4a9;
    width: 358px;
    height: 358px;
}
.photosbox .imagebox .inner img {
    max-width: 340px;
    max-height: 340px;
}
.imagebox .zoom {
    display: block;
    position: absolute;
    background: url(zoom.png) no-repeat;
    width: 26px;
    height: 26px;
    z-index: 1;
    top: 0;
    left: 0;
}

.photos {
    display: block;
    height: 82px;
    position: relative;
    margin: 10px 0 10px -10px;
}
.photos .image {
    position: relative;
    display: table;
    width: 82px;
    height: 82px;
    float: left;
    margin: 0 0 10px 10px;
    border: 2px solid transparent;
    cursor: pointer;
}
.photos .image .inner {
    width: 100%;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #f0d4a9;
}
.photos .image .inner img {
    max-width: 70px;
    max-height: 70px;
}
.photos .image.active, .photos .image.active:hover {
    border-color: #d6aa78;
}
.photos .image:hover {
    border-color: #f0d4a9;
}

/* смотрите также*/
.page-product-box {
	padding: 0 0 20px;
}
.page-product-box h3 {
	text-transform: uppercase;
	margin-bottom: 17px;
	font-weight: bold;
	font-size: 16px;
}

.page-product-box .owl-next {
	top: -25px;
}
.page-product-box .owl-prev {
	top: -25px;
	left: inherit;
	right: 30px;
}

.product-list.owl-carousel .owl-item img {
	width: auto;
}

/*  content */
.view-more {
    text-align: center;
    margin-top: 20px;
}

.path {
    color: #000;
    font-size: 12px;
    padding: 12px 0 20px;
    line-height: 1.9;
}
.path a {
    color: #666;
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.path a:hover {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.path .navigation-pipe {
    color: #666;
    margin: 0 4px;
}

/* pagination */
.paginationbox {
    margin: 20px 0;
}
.paginationbox b {
    display: inline-block;
    margin-right: 10px;
    padding-top: 9px;
    font-weight: 400;
    float: left;
}
.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.pagination > li {
    margin: 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #f9ead0;
    border: 1px solid #F0D4A9;
    color: #3d2b24;
    padding: 5px 10px;
    border-radius: 0;
}
.pagination > li:first-child > a,.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #3d2b24;
    background-color: #F4E4CE;
    border-color: #F0D4A9;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #d6aa78;
    border-color: #d6aa78;
}


/* mix */
.red {
    color: red;
}
.big {
    font-size: 16px;
}

.article {
    margin-bottom: 20px;
}
.article h3 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
}

.image-bg {
    display: inline-block;
    float: left;
    margin: 0 20px 10px 0;
    background: #f9f1e3;
    padding: 2px;
    border: 2px solid #f4e4ce;
}

.article .image-bg {
    margin-bottom: 0;
}

time {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #787878;
}

.article p {
    margin: 0;
}

.article-box ul {
    overflow: hidden;
}

.block .article:last-child {
    margin-bottom: 0;
}
.block .article a.img-link {
    display: block;
    border-bottom: 0;
    background: #f9f1e3;
    overflow: hidden;
    padding: 2px;
    margin-bottom: 10px;
    border: 2px solid #f4e4ce;
}

.block .article h3 {
    font-weight: normal;
}
.block .article time {
    margin-bottom: 0;
}

ul.pricelist {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.pricelist li {
    margin-bottom: 7px;
}
ul.pricelist .fa {
    color: #6d8b2e;
    font-size: 16px;
    margin-right: 3px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.popover ul.win-list {
    margin-bottom: 10px;
}
.win-list li {
    font-size: 15px;
    font-weight: 600;
}

.win-price .win-cont h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.tbl_photo {
    width: 100%;
    margin: 1em 0;
}
.tbl_photo td {
    padding: 0 10px 10px 0;
    font-size: 13px;
}
.tbl_photo .photo_name {
    font-weight: bold;
}

.alf img, .alf a {
    display: inline-block;
    margin-right: 10px;
}
.alf img {
    vertical-align: text-top;
    position: relative;
    top: 2px;
}

.glossary-list dt {
    line-height: 1em;
    margin-top: 10px;
}
.glossary-list dd {
    margin-left: 25px;
}

.sitemap {
    margin-bottom: 0.65em;
    font-size: 1.08em;
}
.sitemap ul {
    list-style: none;
    font-size: 0.92em;
    padding: 0;
    margin: 5px 0 0 10px;
}
.sitemap ul li {
    margin: 0 0 2px;
}
.sitemap table td {
    vertical-align: middle;
}
.sitemap span a {
    border: 0;
}

.td-hd {
    background: #f9f9f9;
}
.td-hd strong {
    display: block;
    margin-top: 5px;
}

.links-navigator {
    padding: 10px 5px 10px 15px;
    background: #f4e4ce;
    margin-bottom: 20px;
}
.links-navigator span {
    margin-right: 10px;
}
.links-navigator span a {
    color: #2B5900;
    color: #ba5900;
    border-color: #ba5900;
}

.weblink {
    margin-bottom: 20px;
}
.weblink .weblink-image {
    float: left;
    margin-right: 20px;
}
.weblink strong {
    display: block;
    margin-bottom: 3px;
}
.weblink .weblink-url {
    margin-bottom: 5px;
}


/****************/
/* product */
.product-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.product-list > li {
    margin-bottom: 15px;
}

.product-list .product-container {
    border: 1px solid #f0d4a9;
    padding-bottom: 15px;
    position: relative;
}

.product-list .left-block {
    position: relative;
    overflow: hidden;
    padding: 15px 15px 0;
}
.product-list .left-block a {
    display: block;
    overflow: hidden;
    border: 0;
    text-align: center;
}
.product-list .left-block .grid-product-img {
    height: 250px;
}

.product-list .left-block img {
    transition: all 0.5s;
    webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 250px;
}

.product-list .product-container:hover img {
    -webkit-transform: scale(1.2,1.2);
    -webkit-transform-origin: top right;
    -moz-transform: scale(1.2,1.2);
    -moz-transform-origin: top right;
    -o-transform: scale(1.2,1.2);
    -o-transform-origin: top right;
    transform: scale(1.2,1.2);
    transform-origin: top right;
}
.product-list .right-block {
    padding: 0 15px;
    margin-top: 10px;
}

/* закладки */
.quick-view {
    margin-bottom: 10px;
}
.quick-view a {
    border-bottom: 0;
}
.quick-view a span {
    border-bottom: 1px solid rgba(61, 43, 36, 0.3);
}
.quick-view a:hover span {
    border-color: rgba(43, 89, 0, 0.3);
}

.quick-view a .heart {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 90%;
    text-align: center;
    line-height: 26px;
    color: #fff;
    margin-right: 5px;
}
.quick-view a .heart {
    background: #f0d4a9;
}
.quick-view a .heart:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f08a";
    font-weight: bold;
}

.quick-view a:hover .heart, .quick-view a .act {
    background-color: #ba5900;
}

.product-list .purchase {
    margin-top: 10px;
}

.product-list .product-name {
    margin: 0;
    padding-bottom: 5px;
    line-height: 1.4;
    font-weight: normal;
    font-size: 14px;
}
.product-list .product-info {
    padding: 0 5px;
}

.product-list .price {
    font-size: 18px;
    color: #ba5900;
}
.old-price {
    text-decoration: line-through;
    margin-left: 10px;
    line-height: 25px;
    color: #666;
}

.product-list .product-code {
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}

.featured-new {
    position: absolute;
    right: -5px;
    top: -5px;
    background: transparent url("featured-new.png") no-repeat;
    width: 75px;
    height: 75px;
    z-index: 100;
}
.featured-hit {
    position: absolute;
    right: -5px;
    top: -5px;
    background: transparent url("featured-hit.png") no-repeat;
    width: 75px;
    height: 75px;
    z-index: 100;
}
.featured-sale {
    position: absolute;
    right: -5px;
    top: -5px;
    background: transparent url("featured-sale.png") no-repeat;
    width: 75px;
    height: 75px;
    z-index: 100;
}


/* товар плиткой */
.grid {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
/*  display: table;
    width: 100%; */
}
.grid li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    line-height: normal;
    letter-spacing: normal;
    float: none;
}

.home .product-list.grid li {
    margin-top: 20px;
    margin-bottom: 0;
}

.product-list.grid .purchase {
    display: inline-block;
    margin-left: -10px;
    margin-right: -10px;
}
.product-list.grid .add-cart-amount {
    margin-right: 5px;
    width: 86px;
}
.product-list.grid .add-cart-amount input {
    width: 86px;
}
.product-list.grid .btn-add-cart {
    padding: 5px;
    font-size: 12px;
}
.product-list.grid .btn-add-cart .badge {
    margin-left: 2px;
}

.product-list.grid .product-container:hover .btn-detail {
    bottom: 0;
}
.product-list.grid .product-container .btn-detail,
.product-list.grid .product-container .btn-view {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    width: 100%;
    background-color: rgba(250,130,50,1);
    color: #fff;
    text-align: center;
    line-height: 50px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;

}
/*.product-list.grid .product-container .btn-detail:hover {
  background-color: #fa8232;
} */
.product-list.grid .product-container .btn-detail a,
.product-list.grid .product-container .btn-view a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.product-list.grid .product-container:hover .btn-view {
	bottom: 70px;
}

/* товар списком */
.product-list.list > li {
    margin-bottom: 0;
}
.product-list.list .product-container {
    padding: 15px;
    border-top: 0;
}
.product-list.list > li:first-child .product-container {
    border-top: 1px solid #f0d4a9;
}

.product-list.list .left-block {
    width: 100px;
    float: left;
    position: inherit;
    margin-right: 10px;
    padding: 0;
    text-align: center;
}

.product-list.list .left-block a.product-image {
    display: block;
    height: 100px;
    width: 100px;
    line-height: 97px;
}
.product-list.list .left-block a.product-image img {
    margin: 0;
    max-width: 100px;
    max-height: 100px;
}

.product-list.list .right-block {
    float: right;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: right;
}
.product-list.list .product-price-wrap {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
    text-align: right;
}

/*.product-list.list .purchase-wrap {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    width: 137px;
}*/
.product-list.list .purchase {
    margin-top: 0;
}
.product-list.list .add-cart-amount {
    margin-right: 5px;
    width: 86px;
}
.product-list.list .add-cart-amount input {
    width: 86px;
}
.product-list.list .btn-add-cart {
    padding: 5px;
    font-size: 12px;
    width: 137px;
    text-align: left;
}
.product-list.list .btn-add-cart .badge {
    margin-left: 2px;
}

.product-list.list .quick-view {
    margin: 5px 0 0;
    font-size: 13px;
}

.product-list.list .center-block {
    display: block;
    overflow: hidden;
}

.product-list.list .product-name {
    padding-bottom: 5px;
}

.product-list.list .product-desc {
    font-size: 12px;
    margin-bottom: 10px;
}
.product-list.list .product-desc p {
    margin-bottom: 2px;
}

.product-list.list .label-group span {
    margin: 5px 0 0;
}

/* табличный вид продукции */
.tbl-cat {
    width: 100%;
}
.tbl-cat td {
    border-top: 1px solid #f0d4a9;
    color: #000;
    font-size: 13px;
    padding: 5px;
}
.tbl-cat tr:first-child > td {
    border-top: 0;
}

.tbl-cat .purchase {
    margin: 0;
}
.tbl-cat .add-cart-amount {
    margin-right: 5px;
    width: 86px;
}
.tbl-cat .add-cart-amount input {
    width: 86px;
}
.tbl-cat .btn-add-cart {
    padding: 5px;
    font-size: 12px;
    width: 137px;
    text-align: left;
}
.tbl-cat .btn-add-cart .badge {
    margin-left: 5px;
}

.tbl-cat .price {
    font-size: 14px;
    white-space: nowrap;
    color: #ba5900;
    font-weight: 600;
}
.tbl-cat .old-price {
    margin: 0;
}

.tbl-cat .td-add-cart {
    white-space: nowrap;
    width: 238px;
}

.tbl-cat .td-art {
    font-size: 12px;
    white-space: nowrap;
    padding-left: 0;
}

.tbl-cat .td-heart {
    white-space: nowrap;
    padding-right: 0;
    padding-left: 0;
}
.tbl-cat .quick-view {
    margin: 0;
}
.tbl-cat .quick-view a .heart {
    margin: 0;
    display: block;
}

.label-small {
    font-size: 10px;
    padding: 0 2px 1px;
}

/* тексты на главной */
.home-text {
    margin-top: 20px;
}


/* сезон, новинки, распродажа на главной */
.popular-tabs {
    overflow: hidden;
}
.popular-tabs .nav-tab {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #F0D4A9;
}
.popular-tabs .nav-tab li {
    border-bottom: 3px solid #F0D4A9;
    margin: 0 3px 0 0;
    height: 45px;
    line-height: 45px;
    float: left;
    padding: 0px 15px;
}
.popular-tabs .nav-tab a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 0;
    color: #3d2b24;
}
.popular-tabs .nav-tab a:hover {
    color: #3d2b24;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.popular-tabs .nav-tab li.li-0:hover, .popular-tabs .nav-tab li.li-0.active {
    border-bottom: 3px solid #FF4318;
}
.popular-tabs .nav-tab li.li-1:hover, .popular-tabs .nav-tab li.li-1.active {
    border-bottom: 3px solid #FFC000;
}
.popular-tabs .nav-tab li.li-2:hover, .popular-tabs .nav-tab li.li-2.active {
    border-bottom: 3px solid #F63;
    border-bottom: 3px solid #C38E83;
}
.popular-tabs .nav-tab li.li-3:hover, .popular-tabs .nav-tab li.li-3.active {
    border-bottom: 3px solid #FF4318;
}
.popular-tabs .nav-tab li.li-4:hover, .popular-tabs .nav-tab li.li-4.active {
    border-bottom: 3px solid #FFC000;
}
.popular-tabs .nav-tab li.li-5:hover, .popular-tabs .nav-tab li.li-5.active {
    border-bottom: 3px solid #F63;
}


/* категории на главной */
.category-featured {
    overflow: hidden;
}

.navbar {
    min-height: 20px;
}
.navbar-nav {
    margin: 0;
}
.nav-menu .navbar-nav li {
    margin: 0 2px 0 0;
    padding: 0;
}
.nav-menu {
    border-radius: none;
    margin-bottom: 20px;
}
.nav-menu .navbar-collapse {
   padding: 0;
   margin: 0;
   border: none;
}
.nav-menu .nav > li > a {
    background: none;
    padding: 9px 15px;
    border-bottom: 0;
    background: #89A353;
    background: #ADBD65;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}
.nav-menu li:hover a, .nav-menu li.active a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav-menu-green .navbar-collapse {
    background: transparent;
    border-bottom: 3px solid #6D8B2E;
}
.nav-menu-green li a:hover, .nav-menu-green li.active a, .nav-menu-green li.selected a {
    background: #6D8B2E;
    color: #fff;
}

.tab-container {
    position: relative;
}
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.tab-container .active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
}

.categories .tab-panel p {
    margin: 0;
}


.category-list {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}
.category-list li {
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    line-height: normal;
    letter-spacing: normal;
    float: none;
}
.home .category-list li {
    margin: 20px 0 0;
}

.category-list .category-container {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: rgba(244, 228, 206, 0.5);
    border: 1px solid #f0d4a9;
}
.category-list .category-container:hover {
    background: rgba(244, 228, 206, 1);
}

.category-link {
    display: block;
    border: 0;
    padding: 15px;
}

.category-list a h3 {
    font-size: 14px;
    margin: 15px 0 0;
    line-height: 1.4;
    color: #BA5900;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 40px;
}
.category-list a h3 {
    color: #BA5900;
    border-bottom: 0;
}

.category-list li .image-link {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 290px;
    border: 0;
}
.category-list li .image-link img {
    vertical-align: top;
    display: block;
    max-width: 100%;
    height: auto;
}

.delivery-description {
    font-size: 85%;
    padding-left: 5px;
}

/* окно Быстрый просмотр */
.product-view {
	width: 820px;
	height: 660px;
}
.product-view .modal-content {
	height: 100%;
	position: relative;
}
.product-view .modal-footer {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	bottom: 0;
}
.product-view .modal-body {
	height: 100%;
	padding: 0 0 60px 0;
}
.modal-content button.close {
    display: block;
    background: url(win-close.png) no-repeat;
    width: 14px;
    height: 14px;
    top: 13px;
    right: 13px;
    opacity: 1;
    position: absolute;
    z-index: 1;
}
.product-view .desc-right {
    float: right;
    height: 100%;
    width: 345px;
    padding-top: 40px;
    border-left: solid 1px #eee;
    font-size: 13px;
}
.product-view .desc-right h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.product-view .desc-right .text {
	margin-bottom: 20px;
}

.product-view .desc-right-wrap {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.product-view h1 {
	font-size: 20px;
	margin: 0 0 5px;
}
.product-view .product-code {
	margin-bottom: 10px;
}
.product-view .price big {
    font-size: 26px;
}
.product-view .heart {
    display: block;
    margin-top: 20px;
}
.product-view .heart a {
	border: 0;
}
.product-view .heart i {
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.product-view .heart a span {
	border-bottom: 1px solid rgba(61, 43, 36, 0.3);
}

.product-view .image-left {
    margin-right: 345px;
/*    overflow: hidden; */
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
}

.product-view .product-full {
  height: auto;
  overflow: hidden;
}
.product-view .product-full img {
	width: 362px;
	height: auto;
}
.product-view .product-img-thumb {
  /*margin-top: 15px;
  padding: 0 40px;*/
  height: 100%;
}
.product-view .product-img-thumb img {
	display: block;
    width: 46px;
    height: auto;
    vertical-align: top;
}
.product-view .product-img-thumb li {
  padding: 0;
  margin: 0 0 15px 0;
}
.product-view .verticalCarousel .vc_goUp, .vc_goDown {
	border-bottom: 0;
	text-align: center;
	font-size: 26px;
}
.product-view .showcase-slider .fa {
	font-size: 26px;
}
.product-view .showcase-slide {
    display: block;
    width: 52px;
    margin: 0 auto 10px;
    border: 1px solid transparent;
}
.product-view .showcase-slide img {
    width: 50px;
}
.zoomContainer {
	z-index: 9999;
}
.item-status-false {
	margin: 13px 0 9px 0;
}

/*-- media queries --*/
@media (max-width: 1199px) {
    .catalog-filter .filter-interval input {
        width: 40%;
    }
    .shop_box_row {
        font-size: 12px;
        padding: 0 10px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .copy-softart {
        position: relative;
        margin-left: -41px;
    }

    .win-cart {
        left: auto;
        right: 0;
    }
    .win-cart.popover.bottom > .arrow {
        left: 60%;
    }
    .win-price, .win-heart {
        left: -40px;
    }
    .win-profile.popover.bottom > .arrow {
        left: 80%;
    }
    .win-profile.profile-fix.popover.bottom > .arrow {
        left: 50%;
    }
    .win-registration.popover.bottom > .arrow {
        left: 50%;
    }

    .top-cart-box .cart-box .count, .top-heart-box .heart-box .count {
        font-size: 13px;
    }

    .category-list li .image-link {
        max-height: 232px;
    }

    .logo img {
        margin-left: 0;
    }

}

@media (max-width:991px) {
    .header-phone {
        float: right;
    }
    .header-user {
        text-align: right;
    }
    .top-service-box {
        padding: 0 7px;
    }
    .top-service-box .price-link {
        line-height: 48px;
    }
    .top-service-box .price-link .title {
        font-size: 13px;
        text-transform: none;
    }

    .top-heart-box {
        padding: 0 7px;
    }
    .top-heart-box .heart-box {
        font-size: 13px;
    }
    .top-heart-box .heart-box .title {
        text-transform: none;
        font-size: 13px;
    }

    .top-cart-box {
        padding: 0 7px;
    }
    .top-cart-box .cart-box {
        font-size: 13px;
    }
    .top-cart-box .cart-box .title {
        text-transform: none;
        font-size: 13px;
    }
    .top-cart-box .icon {
        font-size: 20px;
    }

    .nav-menu .nav > li > a {
        padding: 5px 6px;
        font-size: 12px;
    }

    .category-list li a.image-link {
        max-height: 242px;
    }
    .popover.bottom > .arrow {
        display: none;
    }
    .popover.bottom {
        margin-top: 2px;
    }
    .win-hcontact.popover.bottom {
        margin-top: 2px;
        right: 0;
        left: auto;
    }
    .win-price, .win-heart {
        left: 50%;
        margin-left: -150px;
    }
    .win-cart {
        left: auto;
        right: 0;
    }
    .product-detail .pricebox {
        float: none;
        margin-top: 10px;
    }
    .product-detail .descbox {
        margin-right: 0;
        margin-top: 10px;
        clear: both;
    }

    .tbl-cat .add-cart-amount {
        margin: 0 0 5px 0;
        float: none;
    }

    .product-list.list .center-block {
        float: left;
    }

    .shop_box_row {
        line-height: 1.2;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .sort_box {
        margin-top: 3px;
        margin-bottom: 7px;
    }
    .sort_box2 {
        float: left;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .footer {
        margin-top: 0;
    }

    .home .box-vertical-megamenus {
        position: absolute;
        left: 15px;
        right: 15px;
        z-index: 999;
    }
    .home .vertical-menu-content {
        display: none;
    }
    .home .box-vertical-megamenus .title .btn-open-mobile {
        display: block;
    }

    .vertical-menu-content ul li:hover .vertical-dropdown-menu {
        visibility: hidden;
        display: none;
    }
    .vertical-menu-content ul > li > a.parent:before {
        display: none;
    }
    .vertical-menu-content ul > li > a.parent:after {
        display: none;
    }

    .blockbox {
        display: none;
    }

    .footer-inner {
        padding-top: 0;
    }
    .footer-inner [class*="col-"] {
        padding-top: 10px;
    }
    .copy-softart img {
        display: none;
    }

    .submenu {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .top-service-box .price-link .title, .top-heart-box .heart-box, .top-cart-box .cart-box {
        display: none;
    }
    .info-box .col-xs-4 {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
    .top-service-box, .top-heart-box, .top-cart-box {
        padding: 0 15px;
    }

    .win-price, .win-heart {
        left: auto;
        margin-left: 0;
        right: 0;
    }

    .nav-menu-green {
        background: #6D8B2E;
    }
    .nav-menu-green .navbar-collapse {
        border-bottom: 0;
    }
    .nav-menu .toggle-menu {
        text-align: right;
        display: none;
        line-height: 38px;
        margin-right: 15px;
        cursor: pointer;
    }
    .nav-menu .toggle-menu:before{
        font: normal normal normal 17px/1 FontAwesome;
        content: "\f0c9";
        line-height: inherit;
        color: #fff;
    }
    .nav-menu .toggle-menu {
        display: block;
    }
    .nav-menu .navbar-nav li {
        margin: 1px 0 0 0;
    }
    .nav-menu .nav > li > a {
        border-radius: 0;
        font-size: 15px;
    }

    .product-detail .photosbox {
        float: none;
        margin-right: 0;
    }
    .product-detail .extra-wrap {
        overflow: visible;
        clear: both;
    }

    .tbl-cat .td-heart {
        padding-right: 5px;
    }
    .tbl-cat .td-art {
        padding-left: 5px;
    }
}

@media (max-width: 500px) {
    [class*="col-"] {
        width: 100%;
        float: none;
    }

    .main-header {
        padding: 10px 0 15px;
        text-align: center;
    }
    .header-phone {
        float: none;
        margin: 0 auto;
        display: inline-block;
        text-align: left;
    }

    .win-hcontact.popover.bottom {
        left: -50px;
    }

    .header-account {
        display: none;
    }
    .header-logon {
        margin-top: 10px;
    }

    .info-box {
        margin-top: 55px;
        text-align: center;
    }
    .info-box .col-xs-4 {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
        display: inline-block;
    }
    .win-price {
        left: 0;
        margin-left: 0;
        right: auto;
        width: 250px;
    }
    .win-heart {
        left: 50%;
        width: 250px;
        margin-left: -125px;
    }
    .win-cart {
        right: 0;
        left: auto;
        width: 250px;
        margin-right: 0;
    }

    .article .image-bg {
        float: none;
        margin: 0 0 10px 0;
    }
    .article .image-bg img {
        max-width: 100%;
        height: auto;
    }

    .nav-info-box {
        background: #F9F1E3;
    }
    .home .nav-info-box {
        height: 105px;
    }
    .home .box-vertical-megamenus {
        margin-top: -105px;

    }

    .category-list a h3 {
        min-height: auto;
    }

    .product-list.list .left-block {
        display: none;
    }

    .sort_box li {
        margin-right: 5px;
    }
}

@media (max-width: 410px) {
    .photosbox {
        width: 280px;
    }
    .photosbox .imagebox {
        height: 280px;
        width: 280px;
    }
    .photosbox .imagebox .inner img {
        max-height: 260px;
        max-width: 260px;
    }

}

@media print {
    a[href]:after {
        display: none;
    }

    .header-search, .header-user, .nav-info-box, .path, .shop_box_row, .filter-box, .footer, footer {
        display: none !important;
    }

    .logo img {
        margin-left: 0;
    }

    .row-category .category-img {
        border: 0;
    }

    .home .box-vertical-megamenus {
        display: none;
    }
    .home-title {
        border: 0;
        padding: 0;
    }

    .category-list .category-container, .product-list .product-container {
        border: 0;
    }

    .pagination > li > a, .pagination > li > span {
        border: 0;
    }
    .paginationbox b {
        padding-top: 5px;
    }
    .pagination > .active > span {
        font-weight: bold;
    }

    .submenu {
        display: none;
    }
}

.policy-error {
	display: none;
}

.zoomContainer {
	z-index: 9999;
}

.owl-carousel-quick {
	display: none;
}