body {
    font-size: 14px;
    font-family: 'PT Serif Caption', serif;
    color: #000;
}

h1 {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
}
h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
}

h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
}
h3 .label {
    font-size:11px;
    color:#bc1515;
}
.label {
    font-size:11px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
h5 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}
.container {
    width: 1140px;
    padding-left: 0;
}

.container-fluid {
    min-width: 1140px;
}

.content {
    margin-top: 20px;
}

b {
    font-weight: bold;
}

a {
    color: #bc1515;
    text-decoration: underline;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #880f0f;
    outline: 0;
}

a:focus {
    color: #880f0f;
    outline: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    line-height: 24px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #bc1515;
}

.main_block {
    margin:30px 0 10px;
}
.gray {
    color: #919191;
}

.hint {
    color: #aaa;
}

.topnav {
    background: #060101;
    color: #c2c2c2;
    font-size: 12px;
}

.topnav a {
    color: #c2c2c2;
    text-decoration: none;
}

.topnav .inline .separator {
    margin-left: 10px;
}
.topnav .row-fluid {
    padding-top:8px;
}



/** Хлебные крошки **/

.breadcrumb {
    margin: 0;
    padding: 8px 10px 9px 20px;
    background: #ededed;
}

.breadcrumb a {
    font-size: 13px;
    color: #5f5f5f;
}

.header-table {
    display: table;
    width: 100%;
    padding: 15px 0;
}

.header-table-row {
    display: table-row;
}

.header-table-row .header-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}

.header-table-row .header-table-cell h3 a {
    color: #333333;
    text-decoration: none;
}

.block-align {
    display: table;
    width: 100%;
    padding: 15px 0;
}

.block-align-row {
    display: table-row;
    width: 100%;
}

.block-cell-circle {
    display: table-cell;
    vertical-align: middle;
    width: 40px !important;
}

.block-cell-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.block-cell-text form {
    margin: 0;
}

.block-cell-text input[type="text"] {
    margin-bottom: 0;
    height: 24px;
    width: 100%;
}

.block-cell-text #search {
    width: 94%;
}

.header {
    background: #ededed;
}

.header .search-icon {
    float: left;
    margin-right: 20px;
}



.circle-one {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: #951111; /* Old browsers */
    background: -moz-linear-gradient(top, #951111 0%, #bc1515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #951111 0%,#bc1515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #951111 0%,#bc1515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951111', endColorstr='#bc1515',GradientType=0 ); /* IE6-9 */

}

.block-align-row:hover .circle-one {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.topmenu {
    background: #951111; /* Old browsers */
    background: -moz-linear-gradient(top, #951111 0%, #bc1515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #951111 0%,#bc1515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #951111 0%,#bc1515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951111', endColorstr='#bc1515',GradientType=0 ); /* IE6-9 */

}

/** Заголовок с чертой **/
.header-block h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: solid 3px #ccc;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
}

.header-block h3:after {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    height: 3px;
    width: 150px;
    background: #bc1515;
}

.header-block #slider-product-next, .header-block #slider-product-prev {
    position: absolute;
    margin-left: 20px;
}

.header-block #slider-product-next {
    margin-left: 40px;
}

/* Category filter */
.filter .btn-bordered {
    margin-top:20px;
    color:#9e9e9e;
    border-color:#cccccc;
}
.filter .btn-bordered:focus {
    text-decoration: none;
}
.filter .btn-bordered:hover {
    border-color:#dddddd;
    text-decoration: none;
}
.filter .filter-header {
    text-decoration: none;
    display: block;
    font-size: 16px;
    background: #951111; /* Old browsers */
    background: -moz-linear-gradient(top, #951111 0%, #bc1515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #951111 0%,#bc1515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #951111 0%,#bc1515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951111', endColorstr='#bc1515',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    position: relative;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.filter .filter-header a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px 14px;
}

.filter .filter-header span {
    position: absolute;
    z-index: 10;
    color: #ffffff;
    right: 10px;
    top: 30%;
    font-size: 17px;
}

.filter .filtergroup {
    margin-bottom: 0;
}

.filter .filtergroup .slider {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.filter .filtergroup .slider .pricehint {
    text-align: left;
    margin: 10px 10px -10px 10px;
    font-size: 10px;
    color: #7e7e7e;
}

.filter .filtergroup .slider .min,
.filter .filtergroup .slider .max {
    width: 25%;
}

.filter .filtergroup .slider input[type="text"] {
    text-align: center;
    color: #888888;
    border: 1px solid #848484;
    height: 20px;
}

.filter .filtergroup label {
    color: #5d5d5d;
}

.filter .panel-default {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
}

.filter .panel-body {
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px;
    background: #f6f6f6;
    cursor: pointer;
    position: relative;
}

.filter .slideall a {
    color: #333333;
    outline: 0;
}

.filter .slideall {
    margin: 10px 0 0;
    font-size: 11px;
}

.filter .clearfilter {
    margin: 20px 0;
}
.filter .clearfilter a:focus {
    text-decoration: none;
}

.filter .panel-body .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #888888;
}

.filter .panel-body:hover {
    color: #808080;
}

.filter .checkboxfilter {
    padding: 0 10px;
    font-size: 14px;
}

.filter .checkboxfilter:last-child {
    margin-bottom: 20px;
}

.filter .diaposon {
    margin: 20px 0;
}

.filter .filter-slider {
    margin: 20px;
}

.filter .radio,
.filter .checkbox {
    margin: 3px 0;
}

.category-name {
    margin: 0 0 20px;
}

.category-image img {
    height: auto;
    width: 100%;
}

.category_description {
    margin: 20px 0;
}

/** Pagination **/
.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination li {
    float: left;
}

.pagination li a {
    display: block;
    padding: 10px 15px;
}
.pagination li span {
    display: block;
    margin-top:12px;
}

.pagination li.selected a {
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    background: #f6f6f6;
    text-decoration: none;
    color: #000000;
}
/** Слайдер для каталога **/
.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    font-weight: bold;
    background: transparent url('img/price_slider_moover.png') no-repeat scroll 0 0;
    cursor: pointer;
    border: 0;
    outline: 0;
}

.ui-slider .ui-slider-handle:focus {
    outline: 0;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal {
    height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: -9px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget-content {
    background: #ccc;
}

.ui-widget-header {
    border-bottom: 0;
    background: #4b4d47;
}

.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/** Category ***/
.product-per-page {
    color: #444444;
}

.product-per-page {
    padding-top: 7px;
    margin: 0;
}

.sorting {
    font-size: 11px;
}

.sorting a {
    color: #444444;
}

.promo-category {
    padding: 5px 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    background: #f6f6f6;
}

.subcategory {
    font-size: 16px;
    margin-bottom: 20px;
}
.subcategory li {
    padding-left:0 !important;
}
/** Product */
#product .skus {
    margin:20px 0;
    padding:0;
    list-style: none;
}
#product .skus .price {
    font-size:16px;
}
#product .options {
    margin-top:20px;
}
#product .services {
    margin-top:10px;
}
#product .sub {
    font-size:11px;
    color:#7d7d7d;
    font-weight:bold;
}
#product .sub a {
    color:#7d7d7d;
    font-weight:normal;
}
#product .added2cart {
    margin-bottom:20px;
    display: block;
}
.purchase .to-cart, .purchase .to-back
{
    display:inline-block;
}
#product-core-image {
    position: relative;
}

#product-core-image .badge {
    left: 0 !important;
    right: auto;
}

.product-gallery #slider-productimag-prev {
    margin-bottom: 10px;
}

.product-gallery .fa {
    font-size: 30px;
    color: #000000;
    margin-left: 28px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.product-gallery .fa:hover {
    color: #bc1515;
}

.compare-favorite .fa {
    margin-right:10px;
}
.compare-favorite {
    font-size:20px;
    text-align: right;
    margin-top:13px;
}


.compare-favorite .compare-favorite-icon .fa {
    color: #cccccc;
    margin-right: 8px;
}
.compare-favorite .active .fa {
    color: #bc1515;
}
.compare-favorite a {
    color: #000000;
}


.more-images img {
    border: 1px solid #bbbbbb;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
}

.more-images .selected img {
    border: 1px solid #bc1515;
}

.more-images  img:hover {
    border: 1px solid #666666;
}


.product-nav-block {
    border: 1px solid #ebebeb;
    padding: 40px 20px;
    margin-bottom: 20px;
}

.priceblock .price {
    font-size: 22px;
}

.priceblock .stocks {
    margin: 20px 0;
}

.priceblock .compare-at-price {
    font-size: 22px;
    color: #7d7d7d;
}

.priceblock .discount {
    font-size: 22px;
    color: #7d7d7d;
}

.purchase {
    background: #ededed;
    padding: 20px 20px 10px;
    margin: 20px 0;
}



.product-features-scroll, .product .product-features {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000000;
}
.featuresblock:first-child span {
    padding-right: 3px;
    color: #000000;
    background-color: #FFF;
}
.featuresblock:first-child {
    width: 30%;
    margin: 0;
    padding-right: 5%;
    padding-left: 0;
    background: url('img/spec-dot.gif') repeat-x scroll 100% 19px transparent;
    float: left;
}
.featuresblock {
    margin-left: 35%;
    padding: 4px 0 4px 3px;
    word-wrap: break-word;
    position: relative;
}

.options {
    line-height: 2em;
}
.options label.name, .services label.checkbox {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
    margin-top: 10px;
    letter-spacing: 1px;
}
.options select {
    text-transform: none;
}
.options .inline-select {
    margin-bottom: 15px;
}
.options .inline-select a {
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 3px 7px;
    text-decoration: none;
    position: relative;
    min-width: 22px;
    text-align: center;
    color: #000000;
    background: #ffffff;
}
.options .color-fix a {
    padding: 5px 15px !important;
}
.options .inline-select a:hover {
    background-color: #bc1515;
    border: 1px solid #bc1515;
    color: #ffffff;
}
.options .inline-select a .color_name {
    display: none;
    position: absolute;
    bottom: -22px;
    left: 50%;
    font-size: 0.6em;
    color: rgba(0, 0, 0, 0.7);
    margin-left: -40px;
    width: 80px;
}
.options .inline-select a .color_checkmark {
    display: none;
    position: absolute;
    top: 7px;
    left: 10px;
}
.options .inline-select a.selected {
    border: 1px solid #bc1515;
    color: #ffffff !important;
    background-color: #bc1515;
}
.options .inline-select a.selected .color_name {
    display: block;
}
.options .inline-select a.selected .color_checkmark {
    display: block;
}

/** Lastnews **/
.lastnews {
    padding:10px 20px 10px;
    border:1px solid #ebebeb;
    background: #fbfbfb;
    margin-top:20px;
}
.lastnews .date {
    font-size:11px;
    color:#888888;
}
.lastnews a {
    color:#090000;
}
.lastnews h4 {
    color:#bc1515;
}
/** Last photo **/
.lastphoto {
    padding:10px 20px 20px;
    border:1px solid #ebebeb;
    background: #fbfbfb;
    margin-top:20px;
}
.lastphoto .photo a {
    display: inline-block;
    margin-right:15px;
    margin-top:15px;
}
.lastphoto .photo img {

    border:2px solid #ffffff;
}
.lastphoto .photo img:hover {
    border:2px solid #bc1515;
}
.lastphoto .photo a:nth-child(2n+2) {
    margin-right:0;
}
.lastphoto h4 {
    color:#bc1515;
}

/** Tags **/
.tags h4 {
    color:#bc1515;
}
.tags {
    padding:10px 20px 20px;
    border:1px solid #ebebeb;
    background: #fbfbfb;
    margin-top:20px;
}
.tags a {
    color:#090000;
}

/** Promos **/
.home-promos {

}
.home-promos a {
    color: #ffffff;
}
.home-promos .block-promos {
    position: relative;
    height: 220px;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
}
.home-promos .block-promos .title {
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    min-height:70px;
    color: #ffffff;
    padding: 7px 0;
}
.home-promos .block-promos .title .promo-text {
    font-size: 13px;
    padding: 0 7px;
    line-height: 15px;
    margin-top: 5px;
}
.home-promos .block-promos:hover {
    opacity: 0.9;
    position: relative;
    z-index: 10;
    border: 1px solid #333333;
}
/** Меню **/

ul.menu-v-header .header-icon {
    position: absolute;
    z-index: 10;
    color: #ffffff;
    right: 10px;
    top: 30%;
}

ul.menu-v-header {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

ul.menu-v-header li {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    background: #fbfbfb;

}

ul.menu-v-header li a {
    padding: 12px 20px 14px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    background: #7f7d7d; /* Old browsers */
    color: #ffffff;

}

ul.menu-v {
    padding: 0;
    margin: 0;

}

ul.menu-v ul {
    margin: 0;
    padding: 0;
}

ul.menu-v li {
    position: relative;
    list-style: none;
    padding: 0;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    background: #fbfbfb;
}

ul.menu-v li:first-child {
    border-top: 0;
}

ul.menu-v li:last-child {
    border-bottom: 1px solid #ebebeb;
}

ul.menu-v li a {
    padding: 12px 20px;
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
}

ul.menu-v .tree a {
    padding-right: 25px;
}

ul.menu-v .tree:after {
    font-family: 'FontAwesome', serif;
    position: absolute;
    top: 30%;
    right: 10px;
    content: "\f054";
    font-size: 11px;
    color: #000000;
}

ul.menu-v .tree:hover {
    color: #ffffff;
}

ul.menu-v li:hover > a {
    background: #951111; /* Old browsers */
    background: -moz-linear-gradient(top, #951111 0%, #bc1515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #951111 0%,#bc1515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #951111 0%,#bc1515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951111', endColorstr='#bc1515',GradientType=0 ); /* IE6-9 */
    color: #ffffff;

}

ul.menu-v .tree:hover {
    color: #ffffff;
}

ul.menu-v ul {
    display: none;
    width: 250px;
    left: 100%;
    top: 0;
    background: #fff;
    padding: 0;
    position: absolute;
    z-index: 13012;
    margin-left: 0;
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.32);
    border: 0;
}

ul.menu-v ul li {
    z-index: 111;
    position: relative;
    width: 250px;
    margin: 0;

}

ul.menu-v ul li a {
    text-transform: none;
    display: block;
    padding: 12px 20px;
    margin: 0;
    border: 0;
    color: #000000;
}

ul.menu-v li:hover > ul {
    display: block;
    height: auto;
}

/** Standart **/
ul.menu-h {
    padding: 0;
    margin: 0;
    position: relative;
}

ul.menu-h a {
    color: #ffffff;
}

ul.menu-h ul {
    margin: 0;
    padding: 0;
}

ul.menu-h ul ul {
    top: 0 !important;
}

ul.menu-h li.home a {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px dotted #e9aaaa;
}

ul.menu-h li {
    position: relative;
    float: left;
    list-style: none;
    padding: 0;
}

ul.menu-h li a {
    padding: 12px 15px;
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
}

ul.menu-h .tree a {
    padding-right: 25px;
}

ul.menu-h .tree:after {
    font-family: 'FontAwesome', serif;
    position: absolute;
    top: 30%;
    right: 10px;
    content: "\f078";
    font-size: 8px;
    color: #ffffff;
}

ul.menu-h ul .tree:after {
    color: #000000;
    font-family: 'FontAwesome', serif;
    position: absolute;
    top: 25%;
    right: 5px;
    content: "\f054";
    font-size: 8px;
}

ul.menu-h .tree:hover {
    color: #ffffff;
}

ul.menu-h li:hover > a {
    background: #7f7d7d; /* Old browsers */
    color: #ffffff;
}

ul.menu-h .tree:hover {
    color: #ffffff;
}

ul.menu-h ul {
    display: none;
    width: 250px;
    left: 0;
    background: #fff;
    padding: 0;
    position: absolute;
    z-index: 13012;
    margin-left: 0;
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.32);
}

ul.menu-h ul li {
    z-index: 111;
    position: relative;
    width: 250px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

ul.menu-h ul li li {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

ul.menu-h .menu-v li {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
ul.menu-h .menu-v > li:last-child {
    border: 0;
}
ul.menu-h .menu-v li > li {
    border-bottom: 1px solid #e5e5e5;
}

ul.menu-h ul li > li:last-child {
    border-bottom: 0;
}

ul.menu-h ul li a {
    text-transform: none;
    display: block;
    padding: 10px 5px 10px 15px;
    margin: 0;
    color: #000000;
}

ul.menu-h ul li ul {
    top: -1px;
    left: 100%;
    margin-left: 0;
}

ul.menu-h li:hover > ul {
    display: block;
    height: auto;
}

/** Catalog **/
#list li {
    width:100%;
    padding:0;
    height:auto;
}
#list.product-thumbs  .list_block {
    width:900px;
}

#list form {
    padding:5px 3px;
}
#list .description {
   display: block;
}
#list .image {
    float:left;
    width:200px;
    height: auto;
}
#list .list_block {
    float:left;
    width:630px;
    margin-bottom:20px;
}
#list .text-center {
    text-align: left;
}
#list .price {
    text-align: left;
    margin-top:20px;
}
#list .rating_big {
    text-align: left;
    margin-top:20px;
}
#list .name {
    text-align: left;
    height: auto;
    font-size:18px;
    padding-left:0;
    margin-top:20px;
}
ul.thumbs {
    padding: 0;
    margin: 20px 0 0;
}

ul.thumbs li .rating_big {
    text-align: center;
}

ul.thumbs li .rating_big a, ul.thumbs li .rating_big a:hover {
    color: #cccccc;
}

ul.thumbs li {
    display: inline-block;
    position: relative;
    width: 193px;
    height: 340px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ebebeb;
    margin: 0 5px 20px 0;
}

ul.thumbs li a {
    color: #333333;
}

ul.thumbs li a:hover {
    color: #333333;
}

ul.thumbs li .preview {
    position: absolute;
    top: 20px;
    left: 10px;
    display: none;
    z-index: 30;
}
ul.thumbs li .preview a {
    position:relative;
    display:block;
}
ul.thumbs li .preview .active span {
    background: #951111; /* Old browsers */
    background: -moz-linear-gradient(top, #951111 0%, #bc1515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #951111 0%,#bc1515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #951111 0%,#bc1515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951111', endColorstr='#bc1515',GradientType=0 ); /* IE6-9 */

}
ul.thumbs li .preview .active span:hover {
    color:#ffffff;
}

ul.thumbs li .preview span {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    line-height: 34px;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #060101; /* Old browsers */
    border-radius: 2px;
}

ul.thumbs li .preview_icon span:hover {
    color:#cccccc;
}

ul.thumbs li .out-of-stock {
    font-size: 13px !important;
}

ul.thumbs li .preview a {
    text-decoration: none;
}

ul.thumbs li .image {
    text-align: center;
    line-height: 180px;
    margin-bottom: 10px;
}

ul.thumbs li .price {
    font-size: 16px;
    color: #bc1515;
    margin-bottom: 4px;
}

ul.thumbs li .out-of-stock {
    color: #8e8e8e;
}

ul.thumbs li .price s {
    font-size: 13px;
    color: #8e8e8e;
}

ul.thumbs li .aviable {
    margin-top: 2px;
    font-size: 11px;
    color: #6bb400;
}

ul.thumbs li .buy_button {
    position: relative;
}

ul.thumbs li a.compare {
    margin-top: 3px;
}

ul.thumbs li .description {
    display: none;
}

ul.category-thumbs li:nth-child(4n+4) {
    margin-right: 0;
}

ul.category-thumbs li:hover {
    border: 1px solid #797979;
}

ul.thumbs li .name {
    margin-top: 5px;
    height: 45px;
    padding: 0 10px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
}

ul.thumbs .outofstock {
    font-size: 16px;
    color: #bc1515;
}

/** Product slider fix */
ul.product-slider-thumbs {
    margin: 0;
}

ul.product-slider-thumbs li {
    width: 208px !important;
}
ul.product-slider-thumbs.slidefix li:nth-child(5n+5) {
    margin-right: 0 !important;
}

ul.product-slider-thumbs li:hover {
    border: 1px solid #797979;
}

/** Product fix */
ul.product-thumbs li {
    width: 208px;
}

ul.product-thumbs li:hover {
    border: 1px solid #797979;
}

ul.product-thumbs li:nth-child(5n+5) {
    margin-right: 0 !important;
}

/*  Бейджи для фотографий */
.badge {
    position: absolute;
    z-index: 20;
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
    right: 0;
    top: 10px;
    font-family: Arial, serif;
}

.badge span {
    padding: 5px 10px;
    position: relative;
    z-index: 100;
    color: #fff;
    background: #f8484a;
}

.low-price {
    color: #f8484a;
}

.new {
    color: #59b210;
}

.bestseller {
    color: #f7a310;
}

/** Кнока в каталоге - вид каталога **/
.btn-catalog {
    position: relative;
    font-size: 18px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    padding: 6px 10px 6px;
    background: #f6f6f6; /* Old browsers */
    color: #333333;
    border: 1px solid #cccccc;
    margin-left: 10px;
}

.btn-catalog.active {
    color: #bc1515;
    background: #e7e7e7;
}

.btn-bordered {
    position: relative;
    font-size: 14px;
    border-radius: 2px;
    color: #bc1515;
    text-align: center;
    text-decoration: none;
    padding: 4px 15px 7px;
    border:2px solid #bc1515; /* Old browsers */

}

/* Основная кнопка */
.wa-button, .btn, button[type="submit"], input[type="submit"] {
    position: relative;
    font-size: 14px;
    border-radius: 2px;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 0 rgba(0, 0, 0, 0.5);
    padding: 6px 15px 8px;
    background: #951111; /* Old browsers */
    background: -moz-linear-gradient(top, #951111 0%, #bc1515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #951111 0%,#bc1515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #951111 0%,#bc1515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951111', endColorstr='#bc1515',GradientType=0 ); /* IE6-9 */
    border: 0;
}

.wa-button:hover, .btn:hover, button[type="submit"]:hover, input[type="submit"]:hover {
    color: #fff;
    background: #bc1515; /* Old browsers */
}

.wa-button:focus, .btn:focus, button[type="submit"]:focus, input[type="submit"]:focus {
    color: #fff;
    text-decoration: none;
    background: #bc1515;
}

.wa-button:disabled, .btn:disabled, .btn:disabled:hover, button:disabled, button:disabled:hover, input[type="submit"]:disabled, input[type="submit"]:disabled:hover {
    cursor: not-allowed;
    background-color: #cccccc;
    background-image: none;
    text-shadow: 1px 0 rgba(0, 0, 0, 0.2);
}

/** Icon **/
.icon16.color {
    margin-right: 5px;
    border-radius: 20px;
    height: 10px;
    width: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-top: 3px;
}

.rating-user {
    color: #aeaeae;
}

i.icon16 {
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    background: url("img/icons.png") no-repeat;
    background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}

* i.icon16 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.1em 0.2em 0 0;
}

.icon16.rss {
    background-position: -16px 0;
}

.icon16.facebook {
    background-position: -32px 0;
}

.icon16.twitter {
    background-position: -48px 0;
}

.icon16.vk {
    background-position: -64px 0;
}

.icon16.google {
    background-position: -80px 0;
}

.icon16.userpic20 {
    background-position: -2px -2px;
    border-radius: 50%;
    background-size: auto;
}

.icon16.color {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 12px;
    height: 12px;
    background-image: none;
}

.loading_icon {
    margin: 10px 0;
}

.icon16.star,
.icon16.star-full {
    background-position: -16px -16px;
}

.icon16.star-half {
    background-position: -32px -16px;
}

.icon16.star-empty {
    background-position: -48px -16px;
}

.icon16.star-hover {
    background-position: -64px -16px;
}

.icon16.remove {
    background-position: -96px -16px;
}

.icon16.saved {
    background-position: -112px -16px;
}

.icon16.stock-red {
    background-position: -128px -16px;
}

.icon16.stock-yellow {
    background-position: -144px -16px;
}

.icon16.stock-green {
    background-position: -160px -16px;
}

.icon16.stock-transparent {
    background-position: -176px -16px;
}

.add-review a {
    text-decoration: none;
    border-bottom: 1px dotted #bc1515;
}

/** Stocks **/
.stocks {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.stocks .fa {
    padding-right: 5px;
    font-size: 11px;
}

.stocks .red {
    color: #e00 !important;
}

.stocks .stock-critical {
    color: #e00;
}

.stocks .stock-low {
    color: #a80;
}

.stocks .stock-high {
    color: #59B210;
}

.stocks .stock-none {
    color: #aaa;
    white-space: normal;
}

.stocks .icon16 {
    margin-top: 0.1em;
}

/** review **/
.write-review,
.rules {
    margin: 30px 0 40px;
}

.write-review a,
.rules a {
    text-decoration: none;
    border-bottom: 1px dotted #bc1515;
}

.review {
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 20px;
}

.review .summary {
    font-size: 0.9em;
    color: #777;
}

.review .summary h6 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0.3em;
}

.review .summary a.username {
    color: #777;
}

.review .summary a.username:hover {
    color: red;
}

.review .summary a {
    display: inline;
    padding: 0;
}

.review .summary .date {
    color: #aaa;
}

.review .summary .date .divider {
    margin: 0 10px;
}

.review p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.review .actions a {
    padding: 0 !important;
    text-decoration: none;
    border-bottom: 1px dotted #bc1515;
    font-size: 12px;
}

.review:hover {
    background: #fafafa;
    border: 1px solid #888888;
    box-shadow: 0 5px 0 rgba(255, 255, 255, 0.75);
}

.reviews {
    margin-bottom: 20px;
}

.reviews ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.reviews .hint {
    font-size: 11px;
}

.reviews ul li ul {
    padding-left: 35px;
}

.reviews ul li ul li .review h6 {
    color: #000000;
}

.reviews ul li .review-form {
    padding: 20px 0 0;
}

.reviews ul li .review-form textarea {
    min-height: 100px;
}

.reviews ul .in-reply-to {
    background: #fafafa;
    position: relative;
}

.reviews ul .new {
    background: #ffc;
    padding: 20px;
}

.reviews ul.menu-h.auth-type {
    padding: 0 0 40px;
    margin-left: -5px;
}

.reviews ul.menu-h.auth-type li {
    padding-right: 10px;
}

.reviews ul.menu-h.auth-type li a {
    padding: 5px 6px;
}

.reviews ul.menu-h.auth-type li a img {
    top: 0;
}

.reviews textarea {
    height: 100px;
    min-height: 100px;
    margin-top: 0;
}

.review-form h4 {
    margin: 0 0 20px;
    font-weight: normal;
}

.review-form-fields p.review-field a {
    display: inline;
    padding: 0;
}

.review-form-fields label {
    width: 160px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #aaa;
}

.review-form-fields input[type="text"] {
    width: 20em;
    height: 24px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background: #ffffff none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.review-form textarea {
    min-width: 70%;
    min-height: 160px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background: #ffffff none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.review-form .wa-captcha-input {
    width: 80px !important;
}

.review-form .review-submit {
    padding: 0 0 20px 170px;
}

.review-form .userpic {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
}

.review-form ul.menu-h.auth-type li a img {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.review-form ul.menu-h.auth-type {
    padding-bottom: 20px;
}

.review-form label {
    width: 160px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #000000;
    font-weight: bold;
}

.reviews span.rate {
    line-height: 1.3em;
    display: block;
    margin: 0.5em 0;
}

.reviews span.rate a {
    text-decoration: none !important;
}

.reviews span.rate .icon10 {
    background: url(../../../../wa-content/img/icon10.png) no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
}

.reviews span.rate .icon10.star {
    background-position: -60px -40px;
}

.reviews span.rate .icon10.star-empty {
    background-position: -80px -40px;
}

input.error,
input.wa-error,
textarea.error {
    border: 1px solid #c71907 !important;
}

.errormsg, .wa-error-msg {
    color: #c71907;
    font-size: 11px;
    margin-left: 10px;
}

/** Заказы **/
.my-orders .span8 a {
    color:#000000;
}


/** Сравнение */
#compare-table {
    margin-bottom: 0;
}
#compare-table p a {
    color: #000000;
}
#compare-table h5 {
    margin: 0;
}
#compare-table .image {
    height: 180px;
    width: 180px;
    position: relative;
    margin-bottom: 10px;
}
#compare-table .image_fix {
    line-height: 180px;
    text-align: center;
}
#compare-table .image .remove-icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #c0171e;
    padding: 0 5px;
    border-radius: 2px;
}
#compare-table .remove-icon a .fa {
    margin-right:5px;
}
#compare-table .remove-icon a {
    font-size: 11px !important;
}
#compare-table .white-td td {
    background: #fff;
    border-top: 0;
    padding-bottom: 40px;
}
#compare-table td button {
    padding: 8px 15px;
}
#compare-table td .price {
    display: block;
    height: 50px;
    font-size: 22px;
}
#compare-table td .price s {
    display: block;
    font-size: 13px;
    color: #8E8E8E;
}
#compare-table tr:last-child td {
    padding: 30px 10px;
    border-bottom: 0;
}
#compare-table h5 {
    font-weight: 700;
    margin-top: 10px;
}
.compare-scroll {
    width: 1130px;
    overflow-x: scroll;
    overflow-y: hidden;
}
ul.compare-diff-all {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -7px;
    width: 200px;
}
ul.compare-diff-all li {
    display: block;
    margin-bottom: 10px;
}
ul.compare-diff-all li a {
    padding: 5px;
    color: #888;
}
ul.compare-diff-all li.selected a {
    background: #060101; /* Old browsers */
    text-decoration: none;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
}
ul.compare-diff-all li.selected a b {
    border: none;
}

table.features {
    border-spacing: 0;
    border-collapse: collapse;
}

table.features td {
    padding: 5px 0 2px;
    border: none;
}

table.features td.name {
    min-width: 345px;
    vertical-align: top;
}

table.features tr.divider td {
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
}

.related {
    padding-top: 30px;
    margin-top: 20px;
}


/** Search */
.searchtype .btn-catalog {
    margin-left:0;
    margin-right:10px;
}
.clearview_block {
    margin-top:10px;
}

/** Cart **/
.cart .cart-hint {
    color:#6b6b6b;
}
.cart .delete {
    display: block;
    background: #eeeeee;
    width:40px;
    height:40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.cart .delete:hover {
    opacity: 0.7;
}
.cart .cart-product {
    margin-bottom:20px;
}
.cart .cupon {
    background: #4b4d47; /* Old browsers */
    background: -moz-linear-gradient(top, #4b4d47 0%, #2f312a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4b4d47 0%, #2f312a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4b4d47 0%, #2f312a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4d47', endColorstr='#2f312a', GradientType=0); /* IE6-9 */
    color: #ffffff;
    padding: 20px 20px 20px 20px;
}
.cart .cupon p {
    margin-top: 3px;
    font-weight: bold;
    font-size: 18px;
}
.cart .cupon input[type="text"] {
    height: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    background-color: #ffffff;
    border: 1px solid #CCC;
    border-radius: 0;
    width: 50%;
    margin-bottom:0 !important;
}
.cart .cupon-text {
    font-size: 22px;
}

.cart .cupon-text a {
    text-decoration: none;
    color: #bc1515;
    border-bottom: 1px dotted #bc1515;
}
.cart .total-button {
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 20px;
}
.cart .total-button input[type="submit"] {
    background: #951111; /* Old browsers */
    background: -moz-linear-gradient(top, #951111 0%, #bc1515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #951111 0%,#bc1515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #951111 0%,#bc1515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951111', endColorstr='#bc1515',GradientType=0 ); /* IE6-9 */
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 2px;
}
.cart .total-button input[type="submit"]:hover {
    opacity: 0.85;
}
.cart .total-button input[type="submit"]:focus {
    color: #ffffff;
}
.cart .total-button .cart-discount {
    margin-right: 20px;
}
.cart .total-button h4 {
    margin-bottom: 25px;
}
.cart .background-cart {
    background: #e8e8e8;
}
.cart .bonuses {
    padding: 5px 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    background: #f6f6f6;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    font-size: 18px;
}
.cart .bonuses .bonus {
    margin-top: 20px;
    font-size: 14px;
}
.cart .bonuses .bonus .use_affiliate {
    margin-top: 20px;
}
.cart .fa-question-circle {
    color: #787878;
    cursor: help;
}

/* Checkout
----------- */
.checkout-order {
    border:1px solid #e8e8e8;
    padding:5px 20px 20px;
    margin-top:20px;
}
.checkout-order .btn-bordered {
    margin-top:20px;
    display: block;
    color:#9e9e9e;
    border-color:#cccccc;
}
.checkout-order .btn-bordered:focus {
    text-decoration: none;
}
.checkout-order .btn-bordered:hover {
    border-color:#dddddd;
    text-decoration: none;
}
.checkout-order .btn {
    color:#ffffff;
}

.container-fix {
    padding-left: 0;
}
.checkout form {
    margin:0 !important;
}
.checkout {
    margin: 20px 0 0;
}
.checkout-header {
    margin: 0;
    color: #999;
    background: #fff;
    padding: 20px;
}
.checkout-header h3 {
    margin-bottom: 0;
}
.checkout-header h3 a {
    text-decoration: none;
    color: #777;
    font-weight: normal;
}
.checkout-header h3 a:hover {
    color: #bc1515 !important;
}
.checkout-header strong {
    color: #666;
}
.checkout ul.checkout-options {
    padding-left: 25px;
}
.checkout ul.checkout-options li {
    list-style: none;
    position: relative;
    margin-bottom: 30px;
    clear: both;
}
.checkout ul.checkout-options li h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}
.checkout ul.checkout-options li h3 select {
    width: 270px;
    margin: 0;
    color: #000;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    border: 1px solid #B3B3B3;
    font-size: 13px;
}
.checkout ul.checkout-options li h3 label {
    margin-right: 10px;
    font-weight: bold;
}
.checkout ul.checkout-options li .rate {
    float: right;
    text-align: center;
    width: 250px;
}
.checkout ul.checkout-options li .rate .price {
    font-size: 18px;
}
.checkout ul.checkout-options li .rate .est_delivery {
    font-size: 12px;
    color: #888888;
}
.checkout ul.checkout-options li p {
    width: 70%;
    font-size: 0.85em;
    color: #888888;
}
.checkout ul.checkout-options li input[type="radio"] {
    position: absolute;
    top: 4px;
    left: -25px;
}
.checkout ul.checkout-options li label input[type="radio"] {
    top: -1px;
}
.checkout ul.checkout-options li img.method-logo {
    position: relative;
    float: left;
    margin-right: 10px;
    top: -6px;
    left: 0;
    /* adjusted for default 60x32-px logos */
}
.checkout ul.checkout-options li .wa-form {
    margin-top: 0;
    margin-bottom: 30px;
}
.checkout ul.checkout-options li .wa-form label input[type="radio"] {
    position: static;
}
.checkout .checkout-result {
    padding: 60px 0 20px;
    background: #fff;
    text-align: center;
}
.checkout .checkout-result h1 {
    font-size: 4em;
    margin-bottom: 50px;
    font-weight: bold;
}
.checkout .checkout-result.error h1 {
    color: red;
}
.checkout .checkout-result .wa-form {
    margin: 10px auto 20px;
    width: 400px;
    float: none;
    text-align: left;
}
.checkout .checkout-result .back {
    margin-top: 50px;
}
.checkout {
    padding: 0;
}
.checkout h2 {
    padding: 15px 20px 18px;
    font-weight: normal;
    border: 1px solid #e8e8e8;
    background: #f6f6f6;
    margin: 0;
}
.checkout h2 a {
    text-decoration: none;
    color: #000;
}
.checkout h2 a:hover {
    color: #bc1515 !important;
}
.checkout h2.upcoming a:hover {
    color: #000 !important;
    cursor: default;
}
.checkout h2 a.hint {
    font-size: 0.6em;
    color: #aaa;
    text-decoration: none;
    margin-top: 6px;
}
.checkout h2 a.hint strong {
    text-decoration: underline;
}
.checkout h2.is-done {
    position: relative;
}
.checkout h2.is-done:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-size: 30px;
}
.checkout .checkout-step-content {
    padding: 20px;
    background: #fff;
}
.checkout ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
.checkout ul li {
    font-size: 1.1em;
    margin-bottom: 5px;
}
.checkout ul li input[type="radio"] {
    margin-right: 3px;
}
.checkout #login-form h1 {
    display: none;
}
.checkout input.large {
    font-size: 1.4em;
}
.checkout .comment {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}
.checkout blockquote img {
    margin-right: 20px;
    float: left;
    border-radius: 50%;
}
.checkout blockquote p {
    margin-bottom: 10px;
    margin-left: 70px;
    font-size: 14px;
}
.checkout blockquote p span {
    color: #000;
}
.checkout-step {
    margin-bottom: 1px;
}
.checkout .errormsg.inline {
    display: inline;
    margin-left: 10px;
}
.checkout table.table {
    width: 100%;
}
.checkout table.table td {
    border: none;
}
.checkout .last span.loading {
    left: -10px;
}
.checkout .wa-form .wa-field .wa-name {
    padding-top: 0.3em;
}
.checkout .wa-form .wa-field.wa-field-birthday .wa-value select {
    margin-right: 5px;
}
.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
    min-width: 100px;
    width: 20%;
}
.checkout .float-right {
    float: right;
}


/* 10x10 Icons
-------------- */
i.icon10 {
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    background: url("img/icons.png") no-repeat;
    background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}

* i.icon10 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.2em 0.1em 0 0;
}

.icon10.star,
.icon10.star-full {
    background-position: 0 -100px;
}

.icon10.star-half {
    background-position: -10px -100px;
}

.icon10.star-empty {
    background-position: -20px -100px;
}

/** Promo **/

.promo {
    padding: 20px 20px 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
    background: #f6f6f6;
}

.promo h3 {
    color: #bc1515;
    margin-top: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.promo .iconpromo i {
    color: #4e4b4b;
    font-size: 50px;
    display: block;
    padding-top: 5px;
}

.iconpromo span {
    color: #4e4b4b;
    font-size: 50px;
    display: block;
    padding-top: 5px;
}

.wa-auth-adapters {
    padding:10px 10px 15px 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #f7f7f7;
}

.wa-auth-adapters ul {
    padding: 0;
    margin: 0;
    min-height: 16px;
}

.wa-auth-adapters ul li {
    list-style: none;
    display: inline-block;
    padding: 0 30px 0 0;
}

.wa-auth-adapters ul li a {
    display: block;
    padding-top: 5px;
    border-bottom: 0;
    color: #000;
}

.wa-auth-adapters ul li a img {
    position: relative;
    top: 0;
    left: -3px;
    border-bottom: 0;
    padding-right: 5px;
}

.wa-auth-adapters p {
    clear: left;
    color: #888;
    font-size: .9em;
    padding-top: 10px;
}

.wa-form {
    float: left;
    margin: 10px 0;
    overflow: visible;
    width: 100%;
}

.wa-form .wa-field {
    clear: left;
    margin: 0;
    padding-top: 3px;
}

.wa-form .wa-field .wa-name {
    float: left;
    width: 155px;
    padding-bottom: 10px;
    font-size: .95em;

}

.wa-form .wa-field.wa-separator {
    height: 10px;
}

.wa-form .wa-field .wa-value {
    margin-left: 180px;
    margin-bottom: 5px;
    position: relative;
}

.wa-form .wa-field .wa-value .wa-error {
    border: 1px solid red;
}

.wa-form .wa-field .wa-value textarea {
    width: 260px;
    margin: 0;
    color: #000;
    font-size: 13px;
    height: 24px;
    padding-top: 5px;
    padding-left: 7px;
    border: 1px solid #b3b3b3;
    border-radius: 0;
}

.wa-form .wa-field .wa-value textarea:focus {
    border: 1px solid #000;
}

.wa-form .wa-field .wa-value input[type="text"], .wa-form .wa-field .wa-value input[type="email"], .wa-form .wa-field .wa-value input[type="password"] {
    width: 260px;
    margin: 0;
    color: #000;
    font-size: 13px;
    padding-left: 7px;
    border: 1px solid #b3b3b3;
    border-radius: 0;
}

.wa-form .wa-field .wa-value input[type="text"]:focus, .wa-form .wa-field .wa-value input[type="email"]:focus, .wa-form .wa-field .wa-value input[type="password"]:focus {
    border: 1px solid #bc1515;
}

.wa-form .wa-field .wa-value select {
    width: 270px;
    margin: 0;
    color: #000;
    font-size: 13px;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    border: 1px solid #b3b3b3;
}

.wa-form .wa-field .wa-value select:focus {
    border: 1px solid #bc1515;
}

.wa-form .wa-field .wa-value textarea {
    min-width: 260px;
    height: 70px;
}

.wa-form .wa-field .wa-value label {
    display: block;
}

.wa-form .wa-field .wa-value .errormsg {
    margin-left: 0;
}

.wa-form .wa-field .wa-value.wa-submit {
    margin-top: 10px;
}

.wa-form .wa-field .wa-value p label {
    display: block;
    margin: 0;
}

.wa-form .wa-field .wa-value p {
    line-height: 1.6em;
    margin-bottom: 23px;
    position: relative;
}

.wa-form .wa-field .wa-value p span {
    color: #777;
    font-size: .9em;
    display: block;
}

.wa-form .wa-field .wa-value p i.icon16 {
    float: left;
    left: -20px;
    margin-top: 2px;
    position: absolute;
}

.wa-form .wa-field .wa-value p input {
    display: block;
    margin-bottom: 2px;
}

.wa-form .wa-field .wa-value p input[type="radio"], .wa-form .wa-field .wa-value p input[type="checkbox"] {
    display: inline;
}

.wa-form .wa-field .wa-value p .field.wa-required span:after {
    content: " *";
    color: #faa;
}

.wa-form .wa-field.wa-required .wa-name:after {
    content: " *";
    color: #faa;
}

.wa-form .wa-field .wa-value .wa-captcha input[type="text"] {
    width: 110px;
}

.wa-captcha {
    padding: 7px 0 0;
}

.wa-captcha p {
    clear: left;
    margin: 0;
    padding: 0;
}

.wa-captcha p img {
    float: left !important;
    margin-right: 5px;
    margin-top: -8px;
}

.wa-captcha p input {
    width: 50px;
    float: left !important;
}

.wa-captcha .wa-captcha-refresh {
    font-size: .8em;
    text-decoration: none;
    color: #aaa;
    border-bottom: 1px solid #aaa;
}

.wa-captcha .wa-error-msg {
    display: inline;
    margin-left: 20px;
    margin-top: -20px;
}

.wa-captcha strong {
    float: left !important;
    margin-right: 10px;
    margin-top: 3px;
}

.wa-captcha p {
    margin-bottom: 20px;
}

/** Табы в продукте **/
.tabs {
    margin: 0;
    margin-top: 40px;
    padding: 0;
    padding-bottom: 1px;
}


.tabs ul {
    margin: 0;
    padding: 0;
}

.tabs li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ededed;

}

.tabs li .fa {
    margin-right: 5px;
}

.tabs li a {
    color: #000;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.tabs li:hover {
    background: #f2f2f2;
}

.tabs li.selected {
    text-decoration: none;
    background: #060101; /* Old browsers */
}

.tabs li.selected a {
    color: #ffffff;
}

/** Input group plus minus */
.input-group .input-group-addon {
    padding: 0;
}

.input-group .input-group-addon:hover {
    opacity: 0.6;
}

.input-group a {
    display: block;
    padding: 2px 12px;
    color: #000000;
}

.input-group .quantity {
    width: 100%;
}

.select_quantity {
    width: 130px;

}

.select_quantity input[type="text"] {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.input-append, .input-prepend {
    margin-bottom: 0;
}

.input-prepend .quantity {
    height: 20px;
    width: 30px;
}

.input-prepend .add-on a {
    display: block;
    color:#000000;
}
.input-prepend .add-on a:hover {
    opacity: 0.5;
}


/** Slider */
.fixmargin {
    margin-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #bc1515;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #ffffff;
    display: block;
    font-size: 1.85em;
    padding: 10px 0;
    text-align: center;
}

.bx-wrapper .bx-caption span h4 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}

.home_product_slider {
    margin: 0 !important;
    padding: 0 !important;
}

.home_product_slider li {
    width: 192px !important;
}

.bxslider {
    margin: 0;
    padding: 0;
    position: relative;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}

#big_slider {
    position: relative;
    margin-bottom: 10px;
}

#big_slider .bx-wrapper img {
    max-width: 100%;
    display: block;
    position: relative;
}

#big_slider .outside #slider-prev {
    position: absolute;
    top: 40%;
    left: 15px;
    color: #ffffff;
    z-index: 10;
    font-size: 30px;
    line-height: 40px;
    background: #000000;
    border: 3px solid #eeeeee;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    opacity: 0.7;
}

#big_slider .outside #slider-next {
    position: absolute;
    top: 40%;
    right: 15px;
    color: #ffffff;
    z-index: 10;
    font-size: 30px;
    line-height: 40px;
    background: #000000;
    border: 3px solid #eeeeee;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    opacity: 0.7;
}

#big_slider .outside #slider-prev a {
    color: #ffffff;
    outline: 0;
    display: block;
    margin-left: -3px;
}

#big_slider .outside #slider-next a {
    color: #ffffff;
    outline: 0;
    display: block;
    margin-left: 3px;
}

#big_slider .outside #slider-next:hover, #big_slider .outside #slider-prev:hover {
    opacity: 1;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(img/loading32.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: right;
    font-size: 0;
    font-family: Arial, serif;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    outline: 0;
    border-radius: 50%;
    z-index: 90;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls .bx-pager {
    position: absolute;
    bottom: 10px;
    z-index: 99;
    right: 10px;
}

.bx-wrapper .bx-controls-direction a {
    background: #000000;
    border: 3px solid #eeeeee;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    top: 42%;
    margin-top: -16px;
    outline: 0;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    z-index: 99;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.9;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/** Подвал **/
.footermenu {
    padding:20px;
}

#footer {
    margin: 50px auto;
    background: #353131;
    color: #fff;
}

#footer a {
    color: white;
}

#footer b {
    color: #bc1515;
}

#footer .social .fa {
    margin-right: 10px;
}
#footer .copyright {
    padding-left:20px;
    color:#c2c2c2;
}
/** Dialog **/
/* Dialog */
.dialog {
    display: none;
}
.dialog-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 9999;
}
.dialog-window .cart {
    position: fixed;
    top: 15%;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 10000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    text-align: left;
    width: 700px;
    bottom: 15%;
    background: #fff;
    padding: 20px;
}
.dialog-window .dialog-close {
    position: absolute;
    text-decoration: none;
    font-size: 300%;
    z-index: 10001;
    background: #bc1515;
    width: 30px;
    height: 30px;
    right: -30px;
    top: -30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 0;
    border: 0;
    background: #4c4c4c;
    color: #fff;
    opacity: 0.9;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall-show {
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-slide-show {
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.bottom-bar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,eeeeee+8 */
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top, #e8e8e8 0%, #eeeeee 18%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#eeeeee 18%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e8e8e8 0%,#eeeeee 18%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    border-top:1px solid #dbdbdb;
    padding:10px 0 4px;
    position:fixed;
    z-index:1000;
    bottom:0;
    width:100%;
    font-size:14px;
}
.bottom-bar .span3 {
    text-align: center;
}
.bottom-bar .fa {
    margin-right:5px;
    color:#bc1515;
    font-size:15px;
}
.bottom-bar a {
    color:#000000;
}
.bottom-bar .inline .divider {
    color:#cccccc;
    margin:0 30px 0 35px;
}
.bottom-bar .cart {
    font-size:16px;
    font-weight:bold;
}
.bottom-bar .cart a {
    text-decoration: none;
}
.bottom-bar .cart a:hover {
    color:#bc1515;
}
.bottom-bar .fa-shopping-cart {
    font-size:18px !important;
}

/** Inline **/
.inline .divider {
    margin:0 10px;
    color:#cccccc;
}
/** Scroll **/
#scrollerbutton {
    width: 40px;
    margin-bottom: 1px;
    height: 20px;
    color: #bc1515;
    font-size: 13px;
    line-height: 24px;
    position: fixed;
    bottom: 50px;
    right: 0;
    margin-right: 20px;
    cursor: pointer;
    display: none;
    padding: 7px 5px 12px 5px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #888888;
    background: #ffffff;
    z-index:100;
}
#scrollerbutton:hover {
    border:1px solid #bc1515;
}

/** Ajax search **/
.cart_ajax {
    position: absolute;
    z-index:20;
    background: #ffffff;
    width:321px;
    display: none;
    margin-left:-100px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.31);
}
.block-cell-text form {
    position:relative;
}
.ajax_search_header {
    padding:10px;
    background: #951111; /* Old browsers */
    background: -moz-linear-gradient(top, #951111 0%, #bc1515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #951111 0%,#bc1515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #951111 0%,#bc1515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951111', endColorstr='#bc1515',GradientType=0 ); /* IE6-9 */
    color:#ffffff;
}
.loading_ajax {
    width:15px;
    height:15px;
    position: absolute;
    top:10px;
    right:8px;
    background-image:url("img/loading.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.ajax_search {
    display: table;
    width: 100%;
    border-bottom:1px solid #eeeeee;
}
.ajax_row {
    display: table-row;
}
.ajax_block .ajax_search_link {
    padding:10px;
    background: #eeeeee;
}

.ajax_row .image {
    width: 70px;
}

.ajax_row .image img {
    width: 50px;
    padding:6px;
}

.ajax_row .name {
    line-height:14px;
    padding:6px;
}
.ajax_row .name .price {
    margin-top:5px;
}
.ajax_row .name s {
    color: #8e8e8e;
}

.ajax_cell {
    display: table-cell;
    vertical-align: middle;
}

.compare_blink, .favorite_blink {
    position: relative;
}
.bottom-bar .popover {
    width:100%;
    border-radius: 0;
    padding:2px 10px;
    top:-45px;
    background: #4c4c4c;
    color:#ffffff;
    font-family: Arial, "Times New Roman";
    font-size:11px;
    text-align:center;
    opacity: 0.9;
}

.home_slider_description {
    background: #951111; /* Old browsers */
    background: -moz-linear-gradient(top, #951111 0%, #bc1515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #951111 0%,#bc1515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #951111 0%,#bc1515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#951111', endColorstr='#bc1515',GradientType=0 ); /* IE6-9 */
    color:#ffffff;
    text-align:center;
    padding:10px;
}
.pluso {
    margin-bottom:10px;
}
h2.errormsg {
    font-size:18px;
}
/** Time work **/
.s-schedule-wrapper {
    position: relative;
    display: inline-block;
}
.s-schedule-wrapper.is-open .s-label-wrapper .s-icon {
    -webkit-transform: rotate(180deg) translate(0, -1px);
    -moz-transform: rotate(180deg) translate(0, -1px);
    -o-transform: rotate(180deg) translate(0, -1px);
    -ms-transform: rotate(180deg) translate(0, -1px);
    transform: rotate(180deg) translate(0, -1px);
}
.s-schedule-wrapper.is-open .s-hidden {
    display: block;
}
.s-schedule-wrapper .s-hidden {
    display: none;
    position: absolute;
    width: 235px;
    padding: 12px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 16px -3px rgba(0,0,0,0.25);
    box-shadow: 0 3px 16px -3px rgba(0,0,0,0.25);
    background: #fff;
    text-align: left;
    z-index: 20;
}
.s-schedule-wrapper .s-hidden.top {
    bottom: 100%;
}
.s-schedule-wrapper .s-hidden.bottom {
    top: 100%;
}
.s-schedule-wrapper .s-hidden.center {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.s-schedule-wrapper .s-hidden.left {
    left: 0;
}
.s-schedule-wrapper .s-hidden.right {
    right: 0;
}
.s-schedule-wrapper .s-label-wrapper {
    display: inline-block;
    cursor: pointer;
    color: #999;
    white-space: nowrap;
}
.s-schedule-wrapper .s-days-wrapper {
    margin: 15px 0 0;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper {
    margin-top: 5px;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper:first-child {
    margin-top: 0;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-date {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    color: #888;
    width: 100px;
    font-size: 14px;
    line-height: 1.214285714285714em;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.1875em;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value .s-time {
    color: #000;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value .s-text {
    color: #aaa;
}
.s-schedule-wrapper .fa-close {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.padding10 {
    padding:10px;
}