@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;    
}
h1, h2, h3, h4, h5, h6, .header-menu > li > a, .filters .button,
#sidebar-left #side-promo li .price, #tabs .ui-tabs-nav li, #product #buy-block .current-price,
#category .product-list .product .price .current-price, .product-set .product-list .product .price .current-price, #buy-block .total,
#product #buy-block #product-skus li .price, .sku-sets .set .set-item-name {
    font-family: 'Istok Web', sans-serif;
    font-weight:  normal;
    color: #515151;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: underline;
}
.clear, .clear-both {
    clear: both;
}
.hide {
    display: none;
}

.level_ht_0 > a {
   font-size: 30px;
  line-height: 48px;
  text-transform: uppercase;
  padding-left: 20px;
  border-left: 4px solid #fcba30;
  border-radius: 3px 0 0 3px;
}
ul.html_site_tree {
    width: 100%;
}
ul.html_site_tree,
ul.html_site_tree > li.level_ht_0 {
    display: inline-block;
    vertical-align: top;
}
ul.html_site_tree > li.level_ht_0 {
    width: 30%;
}

.htm_row {
    margin: 15px 0;
}

.htm_row li.level_ht_1 {
  margin-left: 15px;
}
/*--------------*/
/* CONSTRUCTION */
/*--------------*/
#main, #fast-links, #breadcrumbs, #footer, #product-category, #slogan {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
#main-wrapper {
    padding: 20px 0;
    background: #fafafa;
    border-bottom: 1px solid #cecece;
}
#sidebar-left {
    float: left;
    width: 230px;
}
#sidebar-right {
    float: right;
    width: 230px;
}
.content {
    float: left;
    width: 950px;    
    margin-left: 20px;
}
* html #without-footer {
    height: 100%;
}
#without-footer {
    min-height: 100%;
    margin-bottom: -80px;
}
/*-----------*/
/* PROMO-BAR */
/*-----------*/
#promo-bar {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%; 
}
#promo-bar .paint {
    height: 18px;
    background: url('../img/yellow-border.png');
}
#promo-bar .wrapper {
    background: #fcba30;  
    text-align: center;
    box-shadow: 0 -10px 20px rgba(0,0,0,0.15) inset;   
}
#promo-bar .wrapped {
    display: inline-block; 
    padding: 10px 0;  
    position: relative; 
}
#promo-bar .wrapped .close {
    background: url('../img/close.png');
    width: 32px;
    height: 32px;    
    position: absolute;
    right: -42px;
    top: 0;
    opacity: 0.7;
}
#promo-bar .wrapped .close:hover {
    opacity: 1;
}
#promo-bar .wrapped .truck {
    font-size: 24px;
    margin-bottom: 3px;
    padding-left: 60px;  
    line-height: 48px;
    color: #333332;
    text-transform: uppercase;
    background: url('../img/truck.png') no-repeat 0 50%;
    background-size: 48px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.25);
}
#promo-bar .wrapped .truck span {
    font-weight: bold;
}
#promo-bar .wrapped .link a {
    display: inline-block;
    color: #fe5252;
    background: white;
    padding: 3px 20px;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25) inset;
}
.get_promo_back {
    position: fixed;
    bottom: 0;
    left: calc(50% - 75px);
    padding: 5px 0;
    width: 150px;
    text-align: center;
    color: white;
    font-weight: bold;
    z-index: 22;
    background: #fe5252;
    display: block;
    cursor: pointer;
    font-size: 13px;
    border-radius: 5px 5px 0 0;
}
/*--------*/
/* HEADER */
/*--------*/
#header {

}
#black-line {
    background: #333;
    height: 5px;
}
#fast-links-wrapper {
    background: #f9f9f9;
    /* border-bottom: 1px solid #cecece; */
    text-align: right;
    line-height: 35px;
    z-index: 4;
    font-size: 13px;
}
#fast-links {
    display: flex;
    justify-content: space-between;    
}
#fast-links > * {
    
}
#fast-links #page-list {
    display: flex;    
}
#fast-links #phone {
    
}
#fast-links #cabinet {    
    display: flex;   
}
#cabinet li, #page-list li {
    display: flex;
    margin-right: 20px;    
}
#cabinet li:last-child, #page-list li:last-child {
    margin-right: 0px; 
}
#fast-links #page-list {
}
#fast-links #phone {
    text-align: center;
}
#fast-links #phone span {
    line-height: 16px;
    font-size: 14px;
    background: url('../img/phone-icon.png') no-repeat 0 0px;
    padding-left: 22px;
}
#fast-links #phone span a {
    color: #969696;
    font-size: 12px;
}
#fast-links #cabinet {
    text-align: right;
}
#slogan-wrapper {
    background: #fafafa;
    border-bottom: 1px solid #cecece;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
}
#slogan {
    text-align: center;
    padding: 7px 0;
}
#logo-block-wrapper {    
    border-bottom: 1px solid #cecece;
}
#logo-block {
    margin: 0 auto;
    width: 1200px;    
    height: 150px;
    position: relative;
}
#logo-block > div, .header-menu {
    position: absolute;
}
#logo {
    top: 24px;
    left: 38px;   
}
#logo a {
    display: block;
    height: 100px;   
    width: 102px;
}
/*
#logo {
    top: 24px;
    left: 38px;    
    background-color: #fcba30;
    padding: 10px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    transition: all 0.3s;
}
#logo:hover {
    background-color: #eee;
}
#logo a {
    display: block;
    height: 80px;   
    width: 80px;
    border-radius: 5px;
}
#logo:hover a {
    background: url('../img/logo.svg') no-repeat !important;
    background-size: 100% !important;
}*/
#header-search {
    top: 30px;
    left: 200px;
}
#header-search #search {
    width: 300px;
    padding: 5px 10px;
    border: 1px solid #cecece;
    transition: width 0.3s;
}
#header-search #search:focus {
    width: 400px;
}
.header-menu {
    top: 85px;
    left: 200px;
}
#cart {
    top: 46px;
    right: 0;
}
#breadcrumbs-wrapper {
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
}
#breadcrumbs {
    padding: 10px 0 10px 0;
}
#breadcrumbs li {
    list-style: none;
    margin-right: 30px;
    display: inline-block;
}
#breadcrumbs li a {    
    display: block;
    padding: 0 20px;
    line-height: 40px;
    position: relative;
    color: #333;
    background: #e2e2e2;
}
#breadcrumbs li:first-child a {
    border-radius: 3px 0 0 3px;
}
#breadcrumbs li a:before, #breadcrumbs li a:after {
    content: "";
    display: block;
    position: absolute;  
    width: 0;
    height: 0;
}
#breadcrumbs li:first-child a:before {    
    left: 0;
    border: none;
}
#breadcrumbs li a:before {    
    left: -20px;
    border: 20px solid #e2e2e2;
    border-left-color: transparent;
}
#breadcrumbs li a:after {
    top: 0;
    right: -20px;
    border-top: 20px solid transparent;
    border-left: 20px solid #e2e2e2;
    border-bottom: 20px solid transparent;
}
#breadcrumbs li a:hover {
    background: #f9582f;
    text-decoration: none;
    color: white;
}
#breadcrumbs li a:hover:before {
    left: -20px;
    border: 20px solid #f9582f;
    border-left-color: transparent;
}
#breadcrumbs li:first-child a:hover:before {
    left: 0;
    border: none;
}
#breadcrumbs li a:hover:after {
    top: 0;
    right: -20px;
    border-top: 20px solid transparent;
    border-left: 20px solid #f9582f;
    border-bottom: 20px solid transparent;
}

#breadcrumbs li.last span {    
    display: block;
    padding: 0 20px;
    li.lastne-height: 40px;
    position: relative;
    color: #333;
    background: #e2e2e2;
}
#breadcrumbs li.last span:before, #breadcrumbs li.last span:after {
    content: "";
    display: block;
    position: absolute;  
    width: 0;
    height: 0;
}
#breadcrumbs li.last:first-child span:before {    
    left: 0;
    border: none;
}
#breadcrumbs li.last span:before {    
    left: -20px;
    border: 20px solid #e2e2e2;
    border-left-color: transparent;
}
#breadcrumbs li.last span:after {
    top: 0;
    right: -20px;
    border-top: 20px solid transparent;
    border-left: 20px solid #e2e2e2;
    border-bottom: 20px solid transparent;
}

/*------*/
/* MENU */
/*------*/
.header-menu {
    /*background: #333;
    padding: 0px 20px;*/
}
.header-menu li {
    list-style: none;    
}
.header-menu > li {
    display: inline-block;
    margin-right: 3px;
    position: relative;
    border-top: 2px solid transparent;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all ease .35s;
}
.header-menu > li:last-child {
    margin-right: 0px;
}
.header-menu > li:hover {
    border-top: 2px solid #fcba30;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}
.header-menu > li.selected, .header-menu > li.selected-parent {
    border-top: 2px solid #cecece;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}
.header-menu > li > a {
    display: block;
    padding: 15px 5px 13px 6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    color: #333;   
}
.header-menu > li > a:hover {
    text-decoration: none;
}
.header-menu > li > ul {
    z-index: 5;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 250px;
    border-top: 1px dotted #fcba30;
    background: white;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    /*box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);*/
    padding: 15px 15px 10px 15px;
}
.header-menu > li:hover > ul {
    display: block;
}
.header-menu > li > ul > li {    
    background: url('../img/dot-grid.png') no-repeat 0 2px;
    padding-left: 22px;
    margin-bottom: 7px;
}
.header-menu > li > ul > li > a {
    line-height: 18px;
    display: block;
}
/*----------*/
/* SIDEBARS */
/*----------*/
.sidebar-list {
    padding: 20px;
    background: white;
    border-top: 4px solid #fcba30;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}
.recomend {
    font-size: 17px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sidebar-list h2 span {    
    float: left;
    background: #fcba30 url('../img/star.png') no-repeat 50% 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.sidebar-list li {    
    list-style: none;
}
.sidebar-list > li {
    margin-bottom: 7px;
}
.sidebar-list > li:last-child {
    margin-bottom: 0;
}
/*--------------*/
/* SIDEBAR LEFT */
/*--------------*/
#sidebar-left #category-tree li ul {
    margin: 5px 0;
    padding-left: 20px;
}
#sidebar-left #category-tree li ul li {
    margin-bottom: 3px;
}
#sidebar-left #category-tree li ul li a {    
    font-size: 13px;
}
#sidebar-left #category-tree .selected > a {
    font-weight: bold;
}
#sidebar-left #side-promo li.product {
    list-style: none;
    margin-bottom: 10px;
}
#sidebar-left #side-promo li.product a {
    text-decoration: none;
}
#sidebar-left #side-promo li.product .image {
    display: table;
    float: left;
    border: 1px solid #eee;
    padding: 8px;
    margin-right: 10px;
    width: 50px;    
    height: 50px;
}
#sidebar-left #side-promo li.product:hover .image {
    border: 1px solid #fcba30;
}
#sidebar-left #side-promo li.product .image .image-align {    
    display: table-cell;
    vertical-align: middle;
}
#sidebar-left #side-promo li.product .image img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}
#sidebar-left #side-promo li.product .name {
    overflow: hidden;
    font-size: 13px;
    color: #969696;
	margin-bottom:5px;
}
#sidebar-left #side-promo li.product .price {
    font-weight: bold;
    font-size: 13px;
	  padding-top: 5px;
}
/*---------------*/
/* SIDEBAR RIGHT */
/*---------------*/
#filters.filters form {
    /* margin-bottom: 10px; */
}
#filters.filters .filter-param {
    margin-bottom: 12px;
}
#filters.filters .filter-param h5 {    
    margin-bottom: 7px;
    font-size: 16px;
    color: #969696;
    line-height: 15px;
}
#filters.filters .filter-param h5 i {
    
}
#filters.filters .filter-param h5 b {
    border: none;
    font-weight: normal;
}
#filters.filters .filter-param label {    
    line-height: 14px;
}
#filters.filters .filter-param label:not(:last-child) {
    margin-bottom: 5px;
}
#filters.filters .price-filter {
    display: table;    
}
#filters.filters .price-filter .price-row {
    display: table-row;
}
#filters.filters .price-filter .price-row span {
    display: table-cell;
}
#filters.filters .price-filter div.price-row:first-child span {
    padding-bottom: 10px;
}
#filters.filters .price-filter .field input {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 100px;
    margin: 0 10px;
}
#filters.filters .button {
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    color: #333;
    cursor: pointer;
    text-transform: uppercase;
    background: #ffca60;
    margin-bottom: 10px;
    background: -moz-linear-gradient(top,  #ffca60 0%, #eda412 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca60), color-stop(100%,#eda412));
    background: -webkit-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -o-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -ms-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: linear-gradient(to bottom,  #ffca60 0%,#eda412 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca60', endColorstr='#eda412',GradientType=0 );
}
#filters.filters .button:hover {
    color: white;
    background: #fd5a5a;
    background: -moz-linear-gradient(top,  #fd5a5a 0%, #f04d4d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd5a5a), color-stop(100%,#f04d4d));
    background: -webkit-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -o-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -ms-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: linear-gradient(to bottom,  #fd5a5a 0%,#f04d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5a5a', endColorstr='#f04d4d',GradientType=0 );
}
#filters.filters a.filters-reset {
    text-align: center;
    display: block;
    margin: 0 auto 0;
    border: none;
    color: #969696;
    font-size: 13px;
    text-decoration: underline;
}
#filters.filters .slider .ui-slider-horizontal .ui-widget-header {
    background: #fcba30;
}
/*--------*/
/* FOOTER */
/*--------*/
#footer-container {
    background: #333;    
}
#footer {
    height: 40px;
    padding: 20px 0;
    /*color: #666;*/
    color: #848484;
}
#footer a {
    color: #848484;
    transition: color .3s ease;
}
#footer a:hover {
    color: #cecece;    
    text-decoration: none;
}
#footer-buffer {
    height: 80px;
}
#footer #copyright {
    margin-bottom: 10px;
}
/*------*/
/* CART */
/*------*/
.cart-header {
    float: left;
    margin-bottom: 15px;
}
.cart-header h1 {
    float: left;
    font-size: 40px;
    line-height: 56px;
}
.back-to-shop {
    line-height: 56px;
    margin-left: 20px;
}
#checkout-button-top {
    text-align: right;
    line-height: 56px;
}
#checkout-button-top input {
    
}
#checkout-button-top input:hover {
    
}
#cart-content .table {    
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    margin-bottom: 15px;
}
#cart-content .table thead {    
    border-top: 6px solid #575757;    
    text-align: center;
}
#cart-content .table thead td {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
}
#cart-content .table td {
    padding: 10px 20px;
}
#cart-content .table .product-row td {    
    text-align: center;
    background: white;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
#cart-content .table .product-row td.pname {
    text-align: left;
}
#cart-content .table .product-row td:last-child {
    border-right: none;
}
#cart-content .table .product-row td .icon-trash {
    background: #ffca60 url('../img/icon_trash_black.png') 50% 50% no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s;
}
#cart-content .table .product-row td .icon-trash:hover {
    background: #333 url('../img/icon_trash.png') 50% 50% no-repeat;
}
#cart-content .table .qty {
    width: 3em;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #cecece;
}
#cart-content .button.large,
#checkout-button-top input {
    cursor: pointer;
    color: #333;
    padding: 10px 20px;
    background: #ffca60;
    background: -moz-linear-gradient(top,  #ffca60 0%, #eda412 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca60), color-stop(100%,#eda412));
    background: -webkit-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -o-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -ms-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: linear-gradient(to bottom,  #ffca60 0%,#eda412 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca60', endColorstr='#eda412',GradientType=0 );
    border-radius: 3px;
    border: 0;
    display: inline-block;
}
#cart-content .button.large:hover,
#checkout-button-top input:hover {
    background: #fd5a5a;
    background: -moz-linear-gradient(top,  #fd5a5a 0%, #f04d4d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd5a5a), color-stop(100%,#f04d4d));
    background: -webkit-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -o-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -ms-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: linear-gradient(to bottom,  #fd5a5a 0%,#f04d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5a5a', endColorstr='#f04d4d',GradientType=0 );
    color: white;
}
#cart-buy-block {
    width: 32%;
    text-align: center;
    padding: 20px 0;
    background: white;
    float: right;
    border-top: 4px solid #fcba30;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
#cart-buy-block .total {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}
#cart-buy-block .checkout-button input{
    font-size: 20px;
}
/*----------*/
/* CATEGORY */
/*----------*/
#info-panel {
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
    background: white;
    display: none;
}
#category #promo {
    margin-bottom: 20px;
}
#category #promo li {
    list-style: none;
}
#category #promo li:first-child {
    display: none;
}
#category #promo li img {
    border: 1px solid #eee;
}
#category h1 {
    font-size: 38px;
    line-height: 38px;
    margin: 0 10px 20px 0;
    float: left;
}
#category .category-count {
    line-height: 38px;
    color: #777;
}
#category .category-element {
    padding: 10px 20px;
    background: white;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
#category .category-element li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    line-height: 20px;
    font-size: 13px;
}
#category .category-element li.list-header {
    font-weight: bold;
}
#category .category-element li.selected {
    background: #fcba30;
    padding: 2px 7px;
    border-radius: 3px;
}
#category .category-element li.selected a {
    color: black;
}
#category-description {
    background: white;
    border-top: 4px solid #fcba30;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    padding: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #969696;
    text-align: justify;
}
#category-description h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#category-description p:not(:last-child) {
    text-indent: 20px;
    margin-bottom: 10px;
}
#category #products {
    width: 700px;
}
#category .product-list li.product,
#search .product-list li.product,
#other .product-list li.product,
.product-set .product-list li.product {
    position: relative;
    border-top: 4px solid #eee;
    border-radius: 3px 3px 0 0;
    background: white;
    width: 200px;    
    padding: 12px;
    margin: 0 14px 14px 0;
    /* border: 1px solid #eee; */
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
#category .product-list li:nth-child(3n+3),
#search .product-list li:nth-child(4n+4),
#other .product-list li:nth-child(4n+4) {
    margin-right: 0;
}
#category .product-list .product .image,
#search .product-list .product .image,
#other .product-list .product .image,
.product-set .product-list .product .image {
    margin-bottom: 10px;
    text-align: center;
    line-height: 200px;
    width: 200px;
}
#category .product-list .product .image img,
#search .product-list .product .image img,
#other .product-list .product .image img,
.product-set .product-list .product .image img {
    vertical-align: middle;
}
#category .product-list .product .badge,
#search .product-list .product .badge,
#other .product-list .product .badge,
.product-set .product-list .product .badge {
    position: absolute;
    width: 91px;
    height: 91px;
    top: -6px;
    right: -5px;    
    background-image: url('../img/labels.png');
}
#category .product-list .product .badge span,
#search .product-list .product .badge span,
#other .product-list .product .badge span,
.product-set .product-list .product .badge span {
    display: none;
}
#category .product-list .product .badge.new,
#search .product-list .product .badge.new,
#other .product-list .product .badge.new,
.product-set .product-list .product .badge.new {
    background-position: -91px 0px;
}
#category .product-list .product .badge.bestseller,
#search .product-list .product .badge.bestseller,
#other .product-list .product .badge.bestseller,
.product-set .product .badge.bestseller {
    background-position: -273px 0px;
}
#category .product-list .product .badge.sale,
#search .product-list .product .badge.sale,
#other .product-list .product .badge.sale,
.product-set .product .badge.sale {
    background-position: 182px 0px;    
    top: -6px;
    left: -5px;
}
#category .product-list .product .badge.low-price,
#search .product-list .product .badge.low-price,
#other .product-list .product .badge.low-price,
.product-set .product-list .product .badge.low-price {
    display: none;
}
#category .product-list .product .name,
#search .product-list .product .name,
#other .product-list .product .name,
.product-set .product-list .product .name {
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;    
}
#category .product-list .product .name a,
#search .product-list .product .name a,
#other .product-list .product .name a,
.product-set .product-list .product .name a {
    line-height: 18px;
}
#category .product-list .product .name .name-end, 
#search .product-list .product .name .name-end,
#other .product-list .product .name .name-end,
.product-set .product-list .product .name .name-end {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 60px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
#category .product-list .product .price {
    
}
#category .product-list .product .compare {
    position: absolute;
    bottom: 12px;
    left: 10px;
}
#category .product-list .product .price .old-price,
#search .product-list .product .price .old-price,
#other .product-list .product .price .old-price,
.product-set .product-list .product .price .old-price {
    text-decoration: line-through;
    color: #969696;
}
#category .product-list .product .price .current-price,
#search .product-list .product .price .current-price,
#other .product-list .product .price .current-price,
.product-set .product-list .product .price .current-price {
    font-size: 18px;
    font-weight: bold;
    color: #f9582f;
}
#category .product-list .product .price .sale,
#search .product-list .product .price .sale,
#other .product-list .product .price .sale,
.product-set .product-list .product .price .sale {
    background: #8cab00;
    color: white;
    display: inline-block;
    padding: 3px 10px;
    line-height: 12px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 5px;
}
#category .product-list .product .addtocart,
#search .product-list .product .addtocart,
#other .product-list .product .addtocart,
.product-set .product-list .product .addtocart {
    float: right;    
    border-radius: 50%;
    background: #ffca60;
    background: -moz-linear-gradient(top,  #ffca60 0%, #eda412 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca60), color-stop(100%,#eda412));
    background: -webkit-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -o-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -ms-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: linear-gradient(to bottom,  #ffca60 0%,#eda412 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca60', endColorstr='#eda412',GradientType=0 );    
    height: 60px;
    width: 60px;
}
.sidebar-list .addtocart {
    border: 0;
	border-radius: 50%;
    background: #ffca60 url('../img/star.png') no-repeat 50% 50%;    
    height: 40px;
    width: 40px;
    cursor: pointer;
	vertical-align:top;
	margin-right:13px;
	margin-bottom:20px;
}
.sidebar-list .addtocart,.pop-products{
	display:inline-block;
}
#category .product-list .product .addtocart:hover,
#search .product-list .product .addtocart:hover,
#other .product-list .product .addtocart:hover,
.product-set .product-list .product .addtocart:hover,
.sku-sets .set button.button:hover {
    background: #fd5a5a;
    background: -moz-linear-gradient(top,  #fd5a5a 0%, #f04d4d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd5a5a), color-stop(100%,#f04d4d));
    background: -webkit-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -o-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -ms-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: linear-gradient(to bottom,  #fd5a5a 0%,#f04d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5a5a', endColorstr='#f04d4d',GradientType=0 );
}
#category .product-list .product .addtocart .submit,
#search .product-list .product .addtocart .submit,
#other .product-list .product .addtocart .submit,
.product-set .product-list .product .addtocart .submit, .anim > .addtocart .submit{
    border: 0;
    background: url('../img/icon_cart_product_5.png') no-repeat 50% 50%;    
    height: 60px;
    width: 60px;
    cursor: pointer;
}

#category .product-list .product .addtocart:hover .submit,
#search .product-list .product .addtocart:hover .submit,
#other .product-list .product .addtocart:hover .submit,
.product-set .product-list .product .addtocart:hover .submit {
    background: url('../img/icon_cart_product.png') no-repeat 50% 50%;
}
/*---------*/
/* PRODUCT */
/*---------*/
#product-category-wrapper {
    background: #f5f5f5;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}
#product-category h2 {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 24px;
    margin-right: 20px;
    float: left;
}
.like_h2 {
	  text-transform: uppercase;
  line-height: 30px;
  font-size: 24px;
  margin-right: 20px;
  float: left;
}
.back-to-cat {
    display: block;
    float: left;
    line-height: 30px;
    color: #969696;
}
#product-category-wrapper .compare {
    float: right;    
}
#product-category-wrapper .compare a {
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
}
#product-category-wrapper .compare a:hover {
    text-decoration: underline;
}
#product {
    
}
#product #main-image-wrapper {
    display: table;
    float: left;
    width: 542px;
    position: relative;    
    padding: 20px;
    text-align: center;
    background: white;
    border-top: 1px solid #eee;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    min-height: 480px;
}
#product #product-core-image  {    
    display: table-cell;
    vertical-align: middle;
}
#product #product-core-image .cur-img {
    max-height: 500px;
    max-width: 500px;    
}
#product #product-core-image .badge {
    position: absolute;
    width: 91px;
    height: 91px;
    top: -2px;
    left: -2px;
}
#product #product-core-image .badge span {
    display: none;
}
#product #product-core-image .badge.new {
    background-image: url('../img/labels.png');
    background-position: 0px 0px;
}
#product #product-core-image .badge.bestseller {
    background-image: url('../img/labels.png');
    background-position: 364px 0px;
}
#product #buy-block {
    float: right;
    width: 590px;
}
#product #buy-block #name-rating {
    /* border-bottom: 1px solid #e3e3e3; */
    /* padding-bottom: 10px; */
    margin-bottom: 7px;
}
#product #buy-block #name-rating h1 {
    font-size: 30px;
    line-height: 36px;
}
#product #buy-block #name-rating .rating {    
    margin-right: 5px;
    float: left;
}
#product #buy-block #name-rating span.sale-badge {
    font-size: 14px;
    line-height: 21px;
    vertical-align: top;
}
#product #buy-block #price-block {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#product #buy-block .add2cart {
    margin-bottom: 5px;
}
#product #buy-block .add2cart li {
    display: inline-block;
    vertical-align: middle;
}
#product #buy-block .current-price {
    font-size: 40px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #f9582f;
    line-height: 40px;
}
#product #buy-block .old-price {
    font-size: 16px;
    color: #969696;
    margin-bottom: 10px;
    padding-left: 10px;
}
#product #buy-block .border-top {
    border-top: 2px solid #eee;
    padding-top: 15px;
}
#product #buy-block .availiable {
    line-height: 19px;    
}
#product #buy-block .availiable .stocks {
    float: left;
    margin-right: 20px;    
}
#product #buy-block .articul {
    /* font-weight: 700; */
    font-size: 12px;
    color: #969696;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e3e3e3;
}
#product #buy-block #product-skus {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
#product #buy-block #product-skus li {    
    list-style: none;
    padding: 10px 15px;
    background: white;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
#product #buy-block #product-skus li:last-child {
    margin-bottom: 0;
}
#product #buy-block #product-skus li .little-sku {
    color: #8e8e8e;
    font-size: 12px;
    margin-right: 10px;
}
#product #buy-block #product-skus li .price {
    float: right;
    font-size: 18px;
    font-weight: 700;
    color: #8e8e8e;
}
#product #buy-block .choose-variant {
    margin-bottom: 10px;
}
#product #buy-block #cart-form {
    margin-bottom: 15px;
}
#product #buy-block #tocart {
    background: #ffca60;
    background: -moz-linear-gradient(top,  #ffca60 0%, #eda412 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca60), color-stop(100%,#eda412));
    background: -webkit-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -o-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -ms-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: linear-gradient(to bottom,  #ffca60 0%,#eda412 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca60', endColorstr='#eda412',GradientType=0 );
    border-radius: 3px;
    display: inline-block;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
#product #buy-block #tocart:hover {
    background: #fd5a5a;
    background: -moz-linear-gradient(top,  #fd5a5a 0%, #f04d4d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd5a5a), color-stop(100%,#f04d4d));
    background: -webkit-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -o-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -ms-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: linear-gradient(to bottom,  #fd5a5a 0%,#f04d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5a5a', endColorstr='#f04d4d',GradientType=0 );
}
#product #buy-block #tocart:hover input {
    color: white;
    background: url('../img/icon_cart_product_2.png') no-repeat 20px 50%;
}
#product #buy-block #tocart input {
    height: 50px;
    display: block;
    padding: 15px 20px 15px 80px;
    background: url('../img/icon_cart_product_4.png') no-repeat 20px 50%;
    color: #333;
    border: 0;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer; 
}
#product .stocks {
    margin-bottom: 15px;
    padding-left: 10px;
}
#product .stock-table td {
    padding: 3px 10px;
}
#product #shipping-calc {
    padding: 20px;
    background: white;
    border: 1px solid #eee;
}
#product #product-gallery {
    
}
#product #product-gallery li {
    display: inline-block;
    list-style: none;
    /*margin-right: 10px;*/
    padding: 0 15px 14px 15px;
    background: white;
    width: 96px;    
    height: 96px;
}
#product #product-gallery li:nth-child(4n+4) {
    margin-right: 0px;
}
#product #product-gallery li:last-child {
    margin-right: 0;
}
#product #product-gallery li.selected a {    
    padding-bottom: 7px;
    border-bottom: 4px solid #fcba30;
    border-radius: 0 0 3px 3px;
}
#product #features table {
    width: 100%;
    border-top: 6px solid #333;
    border-collapse: collapse;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);    
}
#product #features table td {
    padding: 15px 20px;
}
#product #features table td:first-child {    
    width: 30%;
    background: #eee;
}
#product #features table td:last-child {
    border-bottom: 1px solid #cecece;
}
#product #features table tr:last-child td {
    border-bottom: none;
}
#product #features .vendor-link {
    text-decoration: underline;
    background: url('../img/external.png') 100% 50% no-repeat;
    padding-right: 16px;
}
#product #description {
    line-height: 20px;
}
#product #description h2 {
    line-height: 26px;    
    margin-bottom: 10px;
}
#product #description h2:before {
    content: "";
    background: #ffca60 url('../img/info.png') 50% 50% no-repeat;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    display: block;
    text-align: center;
    float: left;
    margin-right: 12px;
}
#product #description p {
    margin-bottom: 15px;
}
#product #description p.intro {
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-left: 25px;
    border-left: 4px solid #ffca60;
    border-radius: 3px 0 0 3px;
}
#product #description ul {
    margin-left: 30px;
    margin-bottom: 15px;
}
#product #description ul li {
    margin-bottom: 7px;
}
#product #description > *:last-child {
    margin-bottom: 0px;
}
#product #reviews ul li {
    list-style: none;
    margin-bottom: 30px;
}
#product #other .related {
    margin-bottom: 10px;
}
#product #other .related:last-child {
    margin-bottom: 0;
}
#product #other .related h3 {
    margin-bottom: 5px;
}
#product #other .related .compare-button {
    margin-bottom: 20px;
}
#product #reviews ul li h6 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
#product #reviews ul li .summary {
    margin-bottom: 5px;
}
#product #reviews ul li .username {
    font-size: 16px;
    margin-right: 20px;
}
#product #reviews ul li .date {
    color: #959595;
}
/*------*/
/* TABS */
/*------*/
#tabs {
    margin-top: 20px;
}
#tabs .ui-tabs-nav {
    margin-bottom: -1px;
}
#tabs .ui-tabs-hide {
    display: none;
}
#tabs .ui-tabs-nav li {
    display: inline-block;    
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece; 
    border-bottom: 1px solid #cecece;
    margin-right: 5px;
    margin-bottom: 0;
}
#tabs .ui-tabs-nav li:last-child {
    margin-right: 0;
}
#tabs .ui-tabs-nav li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    background: #f5f5f5;
    transition: background .5s;
}
#tabs .ui-tabs-nav li a:hover {
    background: white;
}
#tabs .ui-tabs-nav li.ui-tabs-selected {
    border-top: 4px solid #fcba30;
    border-radius: 3px 3px 0 0;
}
#tabs .ui-tabs-nav li.ui-tabs-selected a {
    background: white;    
    border-bottom: 1px solid white;    
    margin-bottom: -1px;
    /*box-shadow: 0 3px 3px rgba(0,0,0,0.15);*/
}
#tabs .ui-tabs-panel {
    background: white;
    padding: 30px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece; 
    border-bottom: 1px solid #cecece;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
/*-----------*/
/* JCAROUSEL */
/*-----------*/
.jcarousel-wrapper {
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);    
    background: white;
    border-top: 1px solid #eee;
    width: 590px;
    padding: 20px 0;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;    
    width: 504px;
}
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}
.jcarousel-control-prev {
    left: 10px;
}
.jcarousel-control-next {
    right: 10px;
}
a.jcarousel-control-prev, a.jcarousel-control-next {
    position: absolute;
    top: 43px;
    font-size: 40px;
    color: #cecece;
    text-decoration: none;
}
/*----------*/
/* EASYZOOM */
/*----------*/
#easy_zoom {
    width: 580px;
    height: 500px;
    border: 10px solid #fff;
    background: #fff;
    color: #333;
    position: absolute;
    top: 0px;
    left: 600px;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    /* vertical and horizontal alignment used for preloader text */
    line-height: 400px;
    text-align: center;
    z-index: 1001;
}
#easy_zoom img {
    max-width: none;
    height: auto;
}
/*-------*/
/* PAGES */
/*-------*/
#page h1, .cart-header h1, #checkout h1 {
    font-size: 40px;
    line-height: 56px;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 4px solid #fcba30;
    border-radius: 3px 0 0 3px;
}
#page h1 {
    margin-bottom: 20px;
}
#page h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
#page h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 3px;
}
#page h2.place {
    font-size: 32px;
    line-height: 32px;
    background: url('../img/city.png') no-repeat 0 0px;
    padding-left: 38px;    
    margin-top: 20px;
    margin-bottom: 10px;
}
#page p {
    margin-bottom: 20px;
    line-height: 20px;
}
#page ul {
    margin-left: 20px;
}
#page .dost-table {
    width: 100%;
}
#page .dost-table, #page .cont-table {    
    border-collapse: collapse;    
    background: white;
}
#page .dost-table td, #page .cont-table td {
    padding: 10px;
    border: 1px solid #e3e3e3;
}
#page .dost-table td:first-child {
    font-style: italic;
    width: 20%;
}
#page .cont-table.grafik {
    width: 35%;
}
#page .cont-table.grafik td:last-child {
    text-align: center;
}
#page .payment-type-img {
    /*line-height: 64px;
    padding-left: 75px;*/
}
#page .payment-type-img span {
    display: block;
    width: 64px;
    height: 64px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    float: left;
    margin: 0 20px 20px 0;
}
#page .payment-type-img.cash span {
    background: white url("../img/cash.png") no-repeat 50% 50%;
}
#page .payment-type-img.card span {
    background: white url("../img/card.png") no-repeat 50% 50%;
}
#page .payment-type-img.bank span {
    background: white url("../img/invoice.png") no-repeat 50% 50%;
}
#page .payment-type-img.terminal span {
    background: white url("../img/secure-payment.png") no-repeat 50% 50%;    
}
#page .payment-type-img.kredit span {
    background: white url("../img/kupivkredit.jpg") no-repeat 50% 50%;
}
#page .rekvizity {
    float: right;
    width: 45%;
}
#page .rekvizity table {
    width: 100%;
}
/*--------*/
/* SLIDER */
/*--------*/
#home-slider {
    border-top: 5px solid #cecece;
    border-bottom: 25px solid #f4f4f2;
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}
#home-slider .slide-01 {
    background: url('../promo/banner-1200x460-home-01.png') 50% 0 no-repeat;
}
#home-slider .slide-02 {
    background: url('../promo/banner-1200x460-home-02.png') 50% 0 no-repeat;
}
#home-slider .slide-03 {
    background: url('../promo/banner-1200x460-home-03.png') 50% 0 no-repeat;
}
#home-slider ul.slides, #category-slider ul.slides {
    list-style: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#home-slider .slide {
    height: 460px;
    float: left;
    clear: none;
}
#home-slider .slide a {
    display: block;
    height: 100%;
    width: 100%;
}
#category-slider {
    background: white;
    border: 1px solid #eee;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
#category-slider .slide-11 {
    background: url('../promo/banner-950x150-category-01.png') 50% 0 no-repeat;
}
#category-slider .slide-12 {
    background: url('../promo/banner-950x150-category-02.png') 50% 0 no-repeat;
}
#category-slider .slide-13 {
    background: url('../promo/banner-950x150-category-03.png') 50% 0 no-repeat;
}
#category-slider .slide {
    height: 150px;
    float: left;
    clear: none;
}
#category-slider .slide a {
    display: block;
    height: 100%;
    width: 100%;
}
.slider-arrows {
    display: none;
}
.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px;
    height: 48px;
    width: 48px;
}
#home-slider:hover .slider-arrows {
    display: block;
}
.slider-arrow--right {
    bottom: 50%;
    right: 30px;    
    background: url('../img/right-arrow.png') 50% 50% no-repeat;
}
.slider-arrow--left {
    bottom: 50%;
    left: 30px;
    background: url('../img/left-arrow.png') 50% 50% no-repeat;
}
.slider-nav {
    position: absolute;
    bottom: 20px;
}
.slider-nav__item {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
}
.slider-nav__item:hover {
    background: #ccc;
}
.slider-nav__item--current {
    background: #ccc;
}
/*----------*/
/* HOMEPAGE */
/*----------*/
#homepage h2 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    font-size: 26px;
    margin-bottom: 20px;
    padding-left: 33px;
}
#homepage h2.bestseller {
    background: url('../img/bestseller.png') 0 50% no-repeat;
}
#homepage h2.promo {
    background: url('../img/promo.png') 0 50% no-repeat;
}
#homepage .product-set {
    margin-bottom: 10px
}
/*----------*/
/* CHECKOUT */
/*----------*/
#checkout {
    
}
#checkout h1 {
    margin-bottom: 10px;
}
#checkout h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}
#checkout .checkout-navigation {
    margin-bottom: 20px;
    font-size: 20px;
}
#checkout .checkout-navigation li {
    display: inline-block;
}
#checkout .checkout-navigation li a {
    display: block;
    padding-bottom: 5px;
}
#checkout .checkout-navigation li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #f9582f;
}
#checkout .checkout-navigation li.selected {
    border-bottom: 4px solid #fcba30;
    border-radius: 0 0 3px 3px;
    padding-bottom: 5px;
    cursor: default;
}
#checkout #checkout-block {
    background: white;
    border: 1px solid #eee;
    padding: 20px 30px;
}
.checkout-result.success p {
    margin-bottom: 10px;
    font-size: 16px;
}
.checkout-result.success .order-id {
    font-weight: 700;
}
#checkout .user-type {
    display: inline-block;
    list-style: none;
    margin-bottom: 20px;
}
#checkout .user-type li {
    margin-bottom: 5px;
    font-size: 16px;
}
#checkout .user-type li:last-child {
    margin-bottom: 0;
}
#checkout .user-type li input {
    margin-right: 15px;
}
#checkout-contact-form .user-data {
    float: left;
    margin-right: 30px;
}
.wa-field,
.wa-field .wa-value .field {
    margin-bottom: 7px;
}
#checkout-contact-form .wa-field-address .wa-name {
    display: none;
}
.wa-field .wa-name,
.wa-field .wa-value .field span {
    margin-bottom: 3px;
}
.wa-field .wa-value input,
.wa-field .wa-value .field input,
.wa-field .wa-value .field select {
    border: 1px solid #cecece;
    padding: 5px 10px;
    font-size: 16px;
    outline: 0;
    box-sizing: border-box;
}
.wa-field .wa-value .field,
.wa-field .wa-value .field span {
    display: block;
}
#checkout-form .checkout-submit {
    margin-top: 10px;    
}
.checkout-submit, .wa-submit input, .checkout-submit-button input,
.profile-submit, .plugin input {
    cursor: pointer;
    color: #333;
    padding: 10px 20px;
    background: #ffca60;
    background: -moz-linear-gradient(top,  #ffca60 0%, #eda412 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca60), color-stop(100%,#eda412));
    background: -webkit-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -o-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -ms-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: linear-gradient(to bottom,  #ffca60 0%,#eda412 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca60', endColorstr='#eda412',GradientType=0 );
    border-radius: 3px;
    border: 0;
    display: inline-block;
    font-size: 20px;
}
.checkout-submit:hover, .wa-submit input:hover, .checkout-submit-button input:hover,
.profile-submit:hover, .plugin input:hover {
     background: #fd5a5a;
    background: -moz-linear-gradient(top,  #fd5a5a 0%, #f04d4d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd5a5a), color-stop(100%,#f04d4d));
    background: -webkit-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -o-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: -ms-linear-gradient(top,  #fd5a5a 0%,#f04d4d 100%);
    background: linear-gradient(to bottom,  #fd5a5a 0%,#f04d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5a5a', endColorstr='#f04d4d',GradientType=0 );
    color: white;
}
.cart-account-info {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.cart-account-info p {
    margin-bottom: 5px;
}
.cart-account-info img {
    float: left;
    margin-right: 20px;
}
.wa-submit {
    margin-top: 15px;  
}
.wa-submit input {

}
.checkout-options {
    margin-bottom: 10px;
}
.checkout-options li {
    list-style: none;
    margin-bottom: 30px;
}
.checkout-options li h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.checkout-options li.selected h3 {
    color: #f9582f;
}
.checkout-options li .rate {
    float: right;
    background: #f5f5f5;
    padding: 20px;
    width: 240px;
}
.checkout-options li .price {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.checkout-options li p {
    margin-bottom: 10px;
}
#checkout-form .table, .order-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
}
#checkout-form .table td, #checkout-form .table th,
.order-table td {
    border: 1px solid #cecece;
    padding: 7px 15px;
}
.user-info {
    margin-bottom: 15px;
}
.order-comment {
    font-size: 18px;
    margin-bottom: 5px;    
}
.comment {
    margin-bottom: 15px;
    border: 1px solid #cecece;
    width: 400px;
    height: 100px;
}
.plugin {
    margin: 20px 0;
}
.plugin input {
   
}
/*---------*/
/* CABINET */
/*---------*/
.cabinet-menu {
    margin-bottom: 15px;
}
.cabinet-menu li {
    display: inline-block;
    margin-right: 10px;
    list-style: none;
}
.cabinet-menu li a {
    display: block;
    padding: 10px 20px;    
    background: #f5f5f5;
}
.cabinet-menu li.selected a {
    background: #fcba30;
}
.my-orders {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.my-orders td {
    padding: 20px 10px;
    border: 1px solid #eee;
    background: white;    
}
.my-orders .order-status {
}
#order-profile h3 {
    margin-bottom: 10px;
}
#order-profile p {
    margin-bottom: 10px;
}
/*--------*/
/* SEARCH */
/*--------*/
#search h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#search .search-query {
    margin-bottom: 20px;
    font-size:18px;    
    color: #959595;
}
#search .search-query-header {
    color: #333;
}
/*-----------*/
/* COLORTEXT */
/*-----------*/
.colortext {
    animation-name: colortext;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
    -moz-animation-name: colortext;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
    -moz-animation-direction: alternate;
    -webkit-animation-name: colortext;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-direction: alternate;
}
@keyframes colortext {
    0%      { color: #FF3660; }
    33%     { color: #E20D39; }
    66%     { color: #980927; }
    100%    { color: #E20D39; }
}
@-webkit-keyframes colortext {
    0%      { color: #FF3660; }
    33%     { color: #E20D39; }
    66%     { color: #980927; }
    100%    { color: #E20D39; }
}
@-moz-keyframes colortext {
    0%      { color: #FF3660; }
    33%     { color: #E20D39; }
    66%     { color: #980927; }
    100%    { color: #E20D39; }
}

a.map_button {background-color:#FFFFFF;
			border:6px solid #FFDB4A;
			border-radius:10px;
			padding:5px;
			vertical-align:10px;
			}
		
.moscow, a.moscow_button {display:inline-block;}

.piter, a.piter_button {display:inline-block;}

.city{display:block;}

.moscow,.piter{
	margin-right:10px;
}

.moscow_map,.piter_map{
	display: none;
    margin-bottom:20px;
}

.main_text li{
	margin-left: 17px;
}

#maint h2{
	font-family: 'Istok Web', sans-serif;
  	font-weight: normal;
 	color: #515151;
 	text-transform: none;
 	padding-left: 0;
 	margin-bottom: 11px;
}

#maint p{
	margin-bottom: 11px;
}
#rights {
	width:95%;
	  float: left;
}
.like_h2 {
	  text-transform: uppercase;
  line-height: 30px;
  font-size: 24px;
  margin-right: 20px;
  float: left;
}
.contacts-phone p{padding:5px 0;}
.contacts-phone .citys{font-weight:bold;}

.sku-sets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sku-sets .set {
    margin: 1%;
    border: 1px solid #eee;
    border-top: 4px solid #eee;
    text-align: center;
    padding: 20px;
    width: 23%;
    box-sizing: border-box;
}
.sku-sets .set .set-image {
    margin-bottom: 10px;
}
.sku-sets .set .set-item-name a {
    display: block;
    color: #777;
    margin-bottom: 10px;   
    font-weight: bold;
    font-size: 20px;    
}
.sku-sets .set .set-item-price {
    margin-bottom: 10px;
}
.sku-sets .set .set-item-price .sale {
    font-size: 16px;
    color: #fe5252;
    font-weight: bold;
    font-size: 20px;
}
.sku-sets .set .set-item-price .usual {
    text-decoration: line-through;
    font-size: 16px;
    margin: 0 5px;
}
.sku-sets .set .set-item-price .set-item-discount {
    color: #777;
}
.sku-sets .set button.button {
    background: #ffca60;
    background: -moz-linear-gradient(top,  #ffca60 0%, #eda412 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca60), color-stop(100%,#eda412));
    background: -webkit-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -o-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: -ms-linear-gradient(top,  #ffca60 0%,#eda412 100%);
    background: linear-gradient(to bottom,  #ffca60 0%,#eda412 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca60', endColorstr='#eda412',GradientType=0 );    
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 16px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}