body {
  font-size: 14px;
  font-family: Arial, serif;
}
a {
  color: #fe4579;
  text-decoration: underline;
  outline: 0;
}
a:hover {
  color: #fe4579;
  outline: 0;
}
a:focus {
  color: #fe4579;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Arial, serif;
  color: #333333;
}
h1 {
  font-size: 24px;
}
select {
  padding: 5px 3px;
  width: 200px;
  border: 1px solid #cccccc;
}
.containter-header {
  margin-top: 20px;
}
.containter-header .icon {
  font-size: 24px;
}
.marginright {
  margin-right: 5px;
  color: #ccc;
}
.borderbottom {
  border-bottom: 1px solid #dddddd;
}
/* navbar */
.navbar-fixed-top {
  z-index: 99999;
}
.navbar {
  background: #3f3f3f;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.45);
  -moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.45);
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.45);
}
.navbar-collapse .navbar-apps li:hover {
  background: #000000;
}
.navbar-collapse .navbar-apps .active a {
  background: #000000 !important;
}
.navbar-inverse .navbar-nav li a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav ul > li a {
  color: #000000;
  text-decoration: none;
}
.fixed-nav {
  position: fixed;
  margin-top: 50px;
}
/** Nav Cart **/
.cart-background {
  background: #fe4579;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.cart-background a {
  color: #ffffff !important;
  text-decoration: none;
}
.cart-background:hover {
  background: #cb3761;
}
/* Product badge */
.badge {
  position: absolute;
  z-index: 5;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 14px 4px 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
  left: 0;
  top: 10px;
}

.badge span {
  position: relative;
  z-index: 100;
  margin-right: 11px;
  color: #fff;
}

.badge:after {
  content: "";
  display: inline-block;
  border-top: 28px solid;
  border-right: 14px solid transparent;
  border-left-width: 0;
  height: 0;
  min-width: 68px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.low-price {
  color: #ff0000;
}
.new {
  color: #59b210;
}
.bestseller {
   color: #cccc33;
}
.badge-cart {
  min-width: 1px;
  height: 20px;
  padding: 4px 7px 3px 7px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #3f3f3f;
  margin-left: 5px;
  margin-right: 5px;
}
.badge-right {
  position: absolute;
  z-index: 5;
  font-size: 11px;
  line-height: 20px;
  padding: 4px 14px 4px 34px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
  right: 15px;
  top: 20px;
  color: #ffffff;
}
.badge-right span {
  position: relative;
  z-index: 100;
  margin-right: 11px;
  color: #fff;
}
.badge-right:after {
  content: "";
  display: inline-block;
  border-top: 28px solid;
  border-left: 14px solid transparent;
  border-right-width: 0;
  height: 0;
  min-width: 68px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fe4579;
}
.search-badge-cart {
  padding: 5px 7px;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #fe4579;
  color: #ffffff;
  border-radius: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
.cart-background a {
  color: #fff;
  opacity: 1;
}


/* 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: 10px;
}
.dialog-window .dialog-close {
  position: absolute;
  text-decoration: none;
  font-size: 300%;
  z-index: 10001;
  background: #fe4579;
  width: 30px;
  height: 30px;
  right: -30px;
  top: -30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.phone .email {
  font-size: 12px;
}
.phone div {
  font-size: 24px;
  }
.phone h3 {
  color: #fe4579;
  font-size: 26px !important;
}
.phone small {
  font-size: 11px;
  color: #888888;
}
.phone .fa {
  font-size: 16px;
  color: #3f3f3f;
  margin-right: 3px;
}
.phone a {
  color: #3f3f3f;
}
/* Logo header */
.logo {
  margin-bottom: 10px;
}
.logo h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.logo h1 a {
  color: #000;
  text-decoration: none;
}
.logo h1:first-letter {
  color: #fe4579;
}
.logo h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.logo .icon {
  margin-top: 20px;
}
.logo .icon a {
  color: #4d4d4d;
}
.logo .icon a:hover {
  color: #33ccff;
}
.logo .logoimage {
  max-width: 100%;
}
span.divider {
  margin: 0 15px;
}
.icon_compare {
  position: relative;
}
.icon_compare .compare_count {
  position: absolute;
  top: -8px;
  font-size: 10px;
  right: -5px;
  background: #fe4579;
  border-radius: 50%;
  color: #ffffff;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 19px;
}
.icon_favorite {
  position: relative;
}
.icon_favorite .favorite_count {
  position: absolute;
  top: -8px;
  font-size: 10px;
  right: -5px;
  background: #fe4579;
  border-radius: 50%;
  color: #ffffff;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 19px;
}
/* search in header */
.search-bar .favorite_count,
.search-bar .compare_count {
  top: -13px !important;
  right: -10px !important;
}
.search-block {
  margin-top: 15px;
}
.search-block input {
  height: 36px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.search-block span {
  color: white;
  margin-right: 5px;
}
.search-block .input-group-btn {
  margin-top: -1px;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #c9292a;
  border-color: #c9292a;
}
.showtype-block {
  height: 60px;
}
.sort {
  font-size: 11px;
}
.sort .showcat {
  margin-left: 10px;
  color: gray;
  border-bottom: 1px dotted gray;
  text-decoration: none;
}
.gray {
  color: gray;
}
/* Product catalog */
.clone a {
  color: #000000;
}
.clone .price {
  font-size: 15px;
  padding: 0 10px;
  font-weight: bold;
}
.catalog_fix li {
  max-width: 210px !important;
  border: 1px solid #e5e5e5;
}
.catalog_fix_home li {
  min-width: 227px;
  max-width: 227px !important;
  border: 1px solid #e5e5e5;
}
.fullwidth h3 a {
  font-size: 14px !important;
}
.fullwidth .catalog_fix li {
  max-width: 226px !important;
  border: 1px solid #e5e5e5;
}
#list li {
  display: table;
  min-width: 100% !important;
  height: auto;
  padding: 20px 0 !important;
}
#list li .text-center {
  text-align: left !important;
}
#list li .image {
  float: left;
  width: 20%;
  margin:20px;
}
#list li .second_picture {
  display: none;
  float: left;
}
#list li .product_block {
  width: 70%;
  float: left;
}
#list li .product_block .name,
#list li .product_block .small .price,
#list li .product_block .rating,
#list li .product_block .stock {
  text-align: left !important;
  padding: 0 !important;
}
#list li .product_block .name {
  height: auto;
  margin-bottom: 10px;
}
#list li .product_block .summary {
  margin-bottom: 20px;
}
#list li .product_block .button-group {
  text-align: left !important;
}
#list li .summary {
  display: block;
}
.catalog {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog .second_picture {
  display: none;
}
.catalog .big_product {
  position: relative;
  width: 453px;
  max-width: 453px;
  height: 581px;
  border-right: 1px solid #e5e5e5;
}
.catalog .big_product img {
  max-width: 100%;
}
.catalog .big_product .name {
  font-size: 18px;
  padding: 0 20px;
  display: block;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 300px;
  text-align: left;
  height: 30px;
}
.catalog .big_product .name a {
  color: #000000;
}
.catalog .big_product .name a:hover {
  color: #4d4d4d;
}
.catalog .big_product .image {
  line-height: 460px;
  height: 460px;
  position: relative;
  padding: 10px;

}
.catalog .big_product .price {
  font-size: 18px;
}
.catalog .big_product .stock {
  margin-left: 20px;
}
.catalog .big_product .button-area {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.catalog .big_product .button-area input[type="submit"] {
  margin: 0 15px;
  border-radius: 2px;
  background: #fe4579;
}
.catalog .big_product .button-area input[type="submit"]:hover {
  background: #cb3761;
}
.catalog .big_product .button-area .tooltips .fa {
  color: #cccccc;
  font-size: 16px;
}
.catalog .big_product .button-area .active .fa {
  color: #fe4579;
}
.catalog .big_product .padding {
  padding: 0 10px;
}
.catalog .big_product .padding a {
  color: #ccc;
}
.catalog .big_product .padding a:hover {
  color: #cccccc;
}
.catalog .big_product .padding .compare {
  border: 1px solid #ccc;
  padding: 5px;
  display: block;
  width: 30px;
}
.catalog .big_product .padding .compare:hover {
  border: 1px solid #cccccc;
}
.catalog .big_product .rating_big {
  position: absolute;
  right: 15px;
  bottom: 90px;
  font-size: 14px;
}
.catalog .big_product .rating_big a {
  text-decoration: none;
  color: #888888;
}
.catalog li {
  background: #ffffff;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
  margin-top: -1px;
  float: left;
  width: 50%;
  max-width: 227px;
  height: 291px;
}
.catalog li .summary {
  display: none;
}
.catalog li .name {
  padding: 0 10px;
  display: block;
  height: 45px;
  line-height: 15px;
  text-align: center;
  margin-top:5px;
}
.catalog li .name a {
  color: #000000;
}
.catalog li .name a:hover {
  color: #4d4d4d;
}
.catalog li .price {
  font-size: 16px;
  padding: 0 20px;
  font-weight: bold;
}
.catalog li .price s {
  color: #888;
  font-weight: normal;
}
.catalog li .rating {
  font-size: 14px;
}
.catalog li .rating a {
  text-decoration: none;
  color: #888888;
}
.catalog li:hover {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  border-right: 1px solid #e5e5e5;
}
.catalog li:hover .hover-area {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 999;
  top: 100%;
  border-bottom: 1px solid #ccc;
  width: 100%;
  -webkit-box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.16);
  box-shadow: 0 10px 10px 0 rgba(50, 50, 50, 0.16);
}
.catalog li:hover .hover-area input[type="submit"] {
  margin: 0 15px;
  border-radius: 2px;
  background: #339999;
}
.catalog li:hover .hover-area input[type="submit"]:hover {
  background: #33ccff;
}
.catalog li:hover .hover-area .padding {
  padding: 0 10px;
}
.catalog li:hover .hover-area .padding a {
  color: #ccc;
}
.catalog li:hover .hover-area .padding a:hover {
  color: #fe4579;
}
.catalog li:hover .hover-area .padding .compare {
  border: 1px solid #ccc;
  padding: 5px;
  display: block;
  width: 30px;
}
.catalog li:hover .hover-area .padding .compare:hover {
  border: 1px solid #fe4579;
}
.catalog li:hover .hover-area .tooltips .fa {
  color: #cccccc;
  font-size: 16px;
}
.catalog li:hover .hover-area .active .fa {
  color: #fe4579;
}
.catalog li .big .price {
  text-align: left;
}
.catalog li .small .price {
  text-align: center;
}
.catalog .stock {
  margin: 8px 0;
  font-size: 11px;
}
.catalog .stock .fa {
  margin-right: 5px;
  font-size: 12px;
}
.catalog .instock {
  color: #59b210;
}
.catalog .outofstock {
  color: #e00;
}
.catalog .hover-area {
  display: none;
  padding: 5px 0 15px 0;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  left: -1px;
  margin-top: -20px;
}
.catalog .hover-area .button_block {
  padding: 20px;
}
.catalog .hover-area a {
  color: #000000;
}
.catalog .hover-area a:hover {
  color: #4d4d4d;
}
.catalog .image {
  text-align: center;
  width: 100%;
  padding-top: 5px;
  line-height: 200px;
  height:200px;
  position: relative;
}
.catalog:after {
  content: '';
  display: block;
  clear: both;
}
#small_slider {
  position: relative;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  height: 383px;
}
.catalog_small {
  padding: 0;
  margin: 1px 0 0;
}
.catalog_small .second_picture {
  position: absolute;
  z-index: 4;
  opacity: 0;
  top: 0;
}
.catalog_small li {
  background: #ffffff;
  position: relative;
  list-style: none;
  border-left: 1px solid #e5e5e5;
  margin-left: -1px;
  margin-top: -1px;
  float: left;
  max-width: 227px;
  height: 381px;
  width:50%;
}
.catalog_small li:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  position: relative;
  z-index: 10;
}
.catalog_small li .summary {
  display: none;
}
.catalog_small li .name {
  padding: 0 10px;
  display: block;
  height: 45px;
  line-height: 15px;
  text-align: center;
  margin-top:5px;
}
.catalog_small li .name a {
  color: #000000;
}
.catalog_small li .name a:hover {
  color: #4d4d4d;
}
.catalog_small li .price {
  font-size: 16px;
  padding: 0 10px;
  font-weight: bold;
}
.catalog_small li .price s {
  color: #888;
  font-weight: normal;
}
.catalog_small li .big .price {
  text-align: left;
}
.catalog_small li .small .price {
  text-align: center;
}
.catalog_small li .rating {
  font-size: 14px;
}
.catalog_small li .rating a {
  text-decoration: none;
  color: #888888;
}
.catalog_small .stock {
  margin: 8px 0;
  font-size: 11px;
}
.catalog_small .stock .fa {
  margin-right: 5px;
  font-size: 12px;
}
.catalog_small .instock {
  color: #59b210;
}
.catalog_small .outofstock {
  color: #e00;
}
.catalog_small .hover-area {
  text-align: center;
}
.catalog_small .hover-area input[type="submit"] {
  margin: 0 15px;
  border-radius: 2px;
  background: #fe4579;
}
.catalog_small .hover-area input[type="submit"]:hover {
  background: #cb3761;
}
.catalog_small .hover-area a {
  color: #000000;
}
.catalog_small .hover-area a:hover {
  color: #4d4d4d;
}
.catalog_small .hover-area .tooltips .fa {
  color: #cccccc;
  font-size: 16px;
}
.catalog_small .hover-area .active .fa {
  color: #fe4579;
}
.catalog_small .image {
  text-align: center;
  width: 100%;
  padding-top: 5px;
  line-height: 200px;
  position: relative;
}
#list.catalog_small .image {
  line-height: normal;
}
.catalog_small:after {
  content: '';
  display: block;
  clear: both;
}
/* Category filter */
.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;
}
.filter .filtergroup label {
  color: #848484;
}
.filter .panel-default {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.filter .panel-body {
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 10px;
  background: #f6f6f6;
  cursor: pointer;
  position: relative;
}
.filter .panel-body .icon {
  position: absolute;
  right: 5px;
  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-dropdown a {
  text-decoration: none;
  color: #434343;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
}
.category-dropdown a:focus,
.category-dropdown a .open {
  border: 2px solid #fe4579;
}
.category-dropdown .menu-one a {
  border: 0;
}
.category-dropdown .selected {
  background: #fe4579;
}
.category-dropdown .selected a {
  color: #ffffff;
}
.category-filter {
  margin: 20px 0;
}
.category-filter i {
  font-size: 24px;
  padding-top: 5px;
  margin-left: 10px;
}
.category_description {
  margin: 20px 0;
}
.subcategory {
  color: #aaaaaa;
  margin-bottom: 20px;
}
.subcategory li a {
  color: #000000;
}
/* Product catalog */
.product-catalog {
  font-family: Arial, serif;
  text-align: center;
}
.product-catalog .glyphicon {
  font-size: 11px;
  margin-right: 5px;
}
.product-catalog h4 {
  font-family: Arial, serif;
  font-size: 16px;
  font-weight: bold;
}
.product-catalog .price {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #000;
}
.product-catalog .addtocart {
  text-transform: uppercase;
}
.product-catalog .addtocart a {
  font-size: 11px;
}
.product-catalog .thumbnail {
  padding-top: 20px;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.breadcrumb {
  border-radius: 0;
  font-size: 11px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumb .fa {
  margin-right: 5px;
}
.breadcrumb a {
  color: #707070;
}
.breadcrumb a:hover {
  color: #1229b7;
}
.breadcrumb-empty {
  margin-bottom: 20px;
  height: 10px;
}
.catalog h1 {
  font-size: 22px;
  font-family: 'PT Sans', Arial, serif;
  margin-top: 5px;
}
.catalog .view-catalog .active {
  color: #fe4579;
}
.catalog .view-catalog a {
  color: #bbb;
  outline: 0;
}
.catalog .view-catalog .glyphicon-list {
  margin-right: 10px;
}
.catalog .filtertop {
  border-top: 1px dotted #ccc;
  margin-top: 20px;
  padding-top: 10px;
}
.catalog .checkboxfilter label {
  font-weight: normal;
}
.background_product {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f7f7fa;
  padding: 10px 0 50px 0;
  border-top: 1px solid #ededed;
  width: 100%;
}
.block {
  width: 100%;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
/** Промо на главной */
.promos {
  width: 100%;
  padding: 10px;
  margin: 0 0 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
/** Иконки под слайдером */
.promos .fa {
  font-size: 40px;
  color: #fe4579;
  margin: 10px 0 5px;
  height: 40px;
  line-height: 40px;
}
.promos h4 {
  margin-bottom: 0;
  text-decoration: underline none;
  
}
.promos a {
  text-decoration: none;
  
}
.promos .col-sm-3:hover .fa {
  font-size: 50px;
}
.banner-home {
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner-home img {
  width: 100%;
}
.home-promos {
  margin: 30px 0 0;
}
.home-promos .countdown {
  border:1px solid #cccccc;position:absolute;font-size:14px;right:-1px;top:-1px;background: #ffffff;color:#000000;padding:5px;display: inline;
}
.home-promos a {
  color: #ffffff;
  text-decoration: underline;
}
.home-promos .block-promos {
  position: relative;
  height: 200px;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  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: #3f3f3f;
  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;
  -webkit-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  position: relative;
  z-index: 10;
  border: 1px solid #cccccc;
}
/** Новости на главной **/
.newsblock {
  max-height: 330px;
  min-height: 240px;
}
.newsblock .title {
  margin: 5px 0;
  font-size: 18px;
  line-height: 20px;
}
.newsblock .textblock {
  height: 100px;
}
.newsblock .sub-text {
  height: 20px;
  width: 100%;
  margin-bottom: 0px;
  font-size: 11px;
  color: #b3b3b3;
}
.newsblock .image {
  margin-bottom: 0px;
}
.newsblock .image img {
  max-width: 100%;
  max-height: 130px;
}
.newsblock .textblock {
  font-size: 14px;
  line-height: 18px;
}
.newsblock:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.26);
  position: relative;
  z-index: 10;
}
/** 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: 6px 12px;
  color: #000000;
}
.input-group .quantity {
  width: 100%;
}
.select_quantity {
  margin-top: 5px;
  width: 130px;
}
.select_quantity input[type="text"] {
  text-align: center;
  font-size: 16px;
}
/* Product */
.product ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product h3 {
  font-size: 20px;
}
.product .price {
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold;
}
.product .price s {
  color: #888;
  font-weight: normal;
}
.product h1 {
  color: #fe4579;
}
.product h4 {
  font-size: 16px;
  font-weight: bold;
}
.product .price {
  margin-top: 20px;
  font-weight: bold;
  color: #000;
}
.product .price .small {
  color: gray;
}
.product .selectable {
  margin-bottom: 10px;
}
.product .selectable select {
  width: 80%;
}
.filtersubmit {
  margin-top: 10px;
}
.filtersubmit .clearfilter {
  font-size: 12px;
  padding: 10px 0;
}
.filtersubmit .clearfilter a {
  text-decoration: none;
}
.filtersubmit .slideall {
  font-size: 11px;
}
.filtersubmit .slideall a {
  color: #888888;
}
.showhelp {
  margin-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px dotted #fe4579;
  outline: 0;
}
.showhelp:link {
  text-decoration: none;
  outline: 0;
}
.ui-slider {
  position: relative;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 17px;
  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: -5px;
  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: #cb3761;
}
.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* Menu - Search */
.search-bar {
  position: fixed;
  background: #3f3f3f;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.45);
  z-index: 100;
  width: 100%;
  display: none;
}
.search-bar a .fa-sliders,
.search-bar a .fa-heart,
.search-bar a .fa-user {
  color: #ffffff;
  font-size: 20px;
  margin-top: 15px;
}
.search-bar a .fa-sliders:hover,
.search-bar a .fa-heart:hover,
.search-bar a .fa-user:hover {
  color: #33ccff;
}
.search-bar .menu-block {
  margin-top: 8px;
}
.search-bar .search-block {
  margin-top: 8px;
}
.search-bar .menu-block a {
  display: block;
  width: 100%;
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  font-size: 15px;
}
.search-bar .menu-block a .fa {
  margin-right: 10px;
}
.search-bar .search-bar-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-bar .search-bar-cart a {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  padding: 15px 0;
  display: block;
}
.search-bar-menu {
  border-radius: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-bar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.32);
}
.search-bar-menu li:hover > a {
  background: #fe4579;
  color: #ffffff;
}
.search-bar-menu li {
  position: relative;
  border-bottom: 1px solid #cccccc;
  list-style: none;
  padding: 0;
}
.search-bar-menu li:last-child {
  border-bottom: 0;
}
.search-bar-menu li a {
  padding: 13px 16px 15px;
  width: 100%;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.search-bar-menu .tree a {
  padding-right: 20px;
}
.search-bar-menu .tree {
  background: no-repeat 100% 52%;
}
.search-bar-menu ul .tree:after {
  font-family: FontAwesome, serif;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "\f054";
  font-size: 8px;
}
.search-bar-menu li a:hover {
  background: #fe4579;
  color: #ffffff;
}
.search-bar-menu li a:hover > a {
  background: #fe4579;
  color: #ffffff;
}
.search-bar-menu a:hover > .tree {
  color: #ffffff;
}
.search-bar-menu ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 0;
  position: absolute;
  z-index: 13012;
  margin-left: 0;
  border-radius: 0;
  margin-top: 0;
}
.search-bar-menu ul li {
  z-index: 111;
  position: relative;
  width: 100%;
  margin: 0;
}
.search-bar-menu ul li a {
  display: block;
  padding: 10px 10px 10px 10px !important;
  margin: 0;
  font-size: 14px !important;
  font-weight: bold;
  text-transform: none;
  color: inherit;
  border: 0;
}
.search-bar-menu ul li a:hover {
  color: #ffffff;
}
.search-bar-menu ul li ul {
  top: 0;
  left: 100%;
  margin-left: 0;
}
.search-bar-menu li:hover > ul {
  display: block;
  height: auto;
}
.container .shop-page-menu {
  border-top: 1px dotted #d8d8d8;
  padding-top: 10px;
}
.container .shop-page-menu a {
  color: #787878;
}
.container .shop-page-menu li {
  margin-right: 10px;
}
.container .shop-page-menu li a {
  padding: 10px;
  font-size: 13px;
}
.container .shop-page-menu li a:hover {
  background: #fe4579;
  color: #ffffff;
}
.container .shop-page-menu li ul {
  display: none;
}
.shop-text .clear-main {
  margin: 30px 0 10px;
  font-size: 16px;
}
/* Menu - Vertical */
.navigation-bg {
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  padding: 0;
  margin: 0;
  position: relative;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
ul.menu-h {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
}
ul.menu-h.dropdowns ul {
  margin: 0;
  padding: 0;
}
ul.menu-h.dropdowns ul ul {
  top: 0 !important;
}
ul.menu-h.dropdowns li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
}
ul.menu-h.dropdowns li a {
  padding: 13px 15px 15px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border-top: 2px solid transparent;
}
ul.menu-h.dropdowns .tree a {
  padding-right: 20px;
}

ul.menu-h.dropdowns .tree:after {
  font-family: FontAwesome, serif;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "\f078";
  font-size: 8px;
}
ul.menu-h.dropdowns ul .tree:after {
  color: #000000;
  font-family: FontAwesome, serif;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "\f054";
  font-size: 8px;
}
ul.menu-h.dropdowns .tree:hover {
  color: #ffffff !important;
}
ul.menu-h.dropdowns li:hover > a {
  background: #fe4579;
  color: #ffffff;
}
ul.menu-h a:hover > .tree {
  color: #ffffff;
}
ul.menu-h.dropdowns ul.menu-v {
  display: none;
  width: 198px;
  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.dropdowns ul.menu-v li {
  z-index: 111;
  position: relative;
  width: 198px;
  margin: 0;
  border-bottom: 1px solid #eee;
}
ul.menu-h.dropdowns ul.menu-v li:last-child {
  border-bottom: 0;
}
ul.menu-h.dropdowns ul.menu-v li a {
  text-transform: none;
  display: block;
  padding: 10px 5px 10px 15px;
  margin: 0;
  font-weight: bold;
  border: 0;
}
ul.menu-h.dropdowns ul.menu-v li a:hover {
  color: #ffffff;
}
ul.menu-h.dropdowns ul.menu-v li ul.menu-v {
  top: -1px;
  left: 100%;
  margin-left: 0;
}
ul.menu-h.dropdowns li:hover > ul {
  display: block;
  height: auto;
}
/** list group **/
.list-group li {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #FFF;
  border: 1px solid #DDD;
}
.list-group a {
  display: block;
  padding: 10px 15px;
  color: #333333;
  text-decoration: none;
}
.list-group a:hover {
  background: #f6f6f6;
  color: #fe4579;
}
.list-group .active {
  background: #fe4579;
}
.list-group .active a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
}
.list-group .active a:hover {
  background: #f43b6f;
}
.list-group .tree:after {
  font-family: FontAwesome, serif;
  position: absolute;
  top: 40%;
  right: 8px;
  content: "\f078";
  font-size: 8px;
  color: #ffffff;
}
.list-group .arrow_box {
  position: relative;
  background: #fe4579;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 14px;
}
.list-group .arrow_box:after,
.list-group .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 99;
  pointer-events: none;
}
.list-group .arrow_box:after {
  border-top-color: #fe4579;
  border-width: 6px;
  margin-left: -6px;
}
/** Pagination */
.pagination li a {
  border-radius: 0 !important;
  padding: 10px 20px;
  color: #525252;
}
.pagination .selected a {
  background: #339999;
  border: 1px solid #339999 !important;
  color: #ffffff;
}
.pagination .selected a:hover {
  background: #339999;
  opacity: 0.5;
}
.wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 2px;
  position: absolute;
}
.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;
}
.icon16.loading {
  background: url('img/loading16.gif') 0 0;
  background-size: 16px 16px;
}
.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;
}
/* 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;
}
/** Tabel **/
.table .product {
  margin: 5px 0;
}
.table .product 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: #fe4579;
  padding: 0 5px;
  border-radius: 2px;
}
#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: 15px;
  font-weight: bold;
}
#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: #fe4579;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
}
ul.compare-diff-all li.selected a b {
  border: none;
}
.brands {
  margin: 0;
  padding: 0;
}
.brands li {
  padding-bottom: 5px;
  font-size: 13px;
  list-style: none;
}
.clearview_block {
  padding-top: 23px;
}
/* Sign up & Login forms
------------------------ */
.wa-auth-adapters {
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.wa-auth-adapters ul {
  padding: 0;
  margin: 0;
  min-height: 16px;
}
.wa-auth-adapters ul li {
  list-style: none;
  float: left;
  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: 0.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: 1em;
  font-weight: 700;
}
.wa-form .wa-field.wa-separator {
  height: 10px;
}
.wa-form .wa-field .wa-value {
  margin-left: 180px;
  margin-bottom: 5px;
  position: relative;
  max-width: 450px;
}
.wa-form .wa-field .wa-value .wa-error,
.wa-form .wa-field .wa-value .error {
  border: 1px solid #c71907 !important;
}
.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;
}
input[type="button"][disabled] {
  background: #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"] {
  display: block;
  width: 80%;
  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;
}
.wa-form .wa-field .wa-value select {
  width: 100%;
  max-width: 340px;
  margin: 0;
  color: #000;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  border: 1px solid #b3b3b3;
}
.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;
  color: #c71907;
  font-size: 11px;
}
.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: 0.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: 0.8em;
  text-decoration: none;
  color: #aaa;
  border-bottom: 1px solid #aaa;
}
.wa-captcha .wa-error-msg {
  display: inline;
  margin-left: 20px;
  margin-top: -20px;
  color: #c71907;
}
.wa-captcha strong {
  float: left !important;
  margin-right: 10px;
  margin-top: 3px;
}
.noborder {
  border-top: 0;
}
.reviews-error-msg,
.wa-error-msg {
  font-size: 11px;
  color: #c71907;
}
.outofstock {
  color: #fe4579;
}
.readytostock {
  color: #0fa43d;
}
.alert-add {
  margin-top: 20px;
  display: block;
  color: #000;
  border-top: 3px solid #fe4579;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.alert-add a {
  color: #fe4579;
}
input[disabled] {
  background: #777777;
  background-image: -webkit-linear-gradient(top, #777777, #595959);
  background-image: -moz-linear-gradient(top, #777777, #595959);
  background-image: -ms-linear-gradient(top, #777777, #595959);
  background-image: -o-linear-gradient(top, #777777, #595959);
  background-image: linear-gradient(to bottom, #777777, #595959);
  cursor: not-allowed;
  pointer-events: none;
}
/** Cart product **/
.cart .cart-hint {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.cart .cart-product {
  margin-bottom: 20px;
}
.cart .cart-product:last-child {
  margin-bottom: 0;
}
.cart .cart-product a {
  color: #000000;
}
.cart .cart-product a:hover {
  color: #4d4d4d;
}
.cart .cart-product .delete {
  font-size: 12px;
  color: #979797;
  text-decoration: none;
  border-bottom: 1px dotted #979797;
}
.cart .cart-product .delete:hover {
  border-bottom: 1px dotted #4d4d4d;
}
.cart .cupon {
  background: #3f3f3f url("img/cupon_bg.png");
  color: #ffffff;
  padding: 20px 20px 10px 20px;
}
.cart .cupon p {
  margin-top: 3px;
  font-weight: bold;
  font-size: 18px;
}
.cart .cupon input[type="text"] {
  height: 36px;
  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;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #CCC;
  border-radius: 0;
  width: 100%;
}
.cart .cupon-text {
  font-size: 22px;
}
.cart .cupon-text a {
  text-decoration: none;
  color: #fe4579;
  border-bottom: 1px dotted #fe4579;
}
.cart .total-button {
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 20px;
}
.cart .total-button input[type="submit"] {
  background: #339999;
  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 {
  background: #F2F2F5;
  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;
}
.upcoming {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.brands {
  margin: 0;
  padding: 0;
}
.brands li {
  margin-left: 15px;
  padding-bottom: 5px;
  list-style: none;
}
.brands li ul li {
  margin-left: -20px;
}
.popover {
  min-width: 180px;
}
.addquantity {
  margin-left: 10px;
}
.color {
  border-radius: 50px;
  margin-right: 5px;
  border: 1px solid #ccc;
}
.modal-content {
  margin-top: 50px;
}
/* Checkout
----------- */
.container-fix {
  padding-left: 0;
}
.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: #fe4579 !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;
}
.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;
  background: #F2F2F5;
  margin: 0;
  font-size: 20px;
}
.checkout h2 a {
  text-decoration: none;
  color: #000;
}
.checkout h2 a:hover {
  color: #fe4579 !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 {
  border: 1px solid #e1e1ef;
  margin-bottom: 2px;
}
.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;
}
/** Modal **/
.modal-title {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
/******************************************************
	CUSTOM BTN VALUES
******************************************************/
.btn-group {
  position: relative;
  z-index: 11;
}
.btn-group .btn {
  border-radius: 2px;
}
input[type=submit],
.btn {
  padding: 8px 20px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover {
  color: #ffffff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
}
input[type=submit]:disabled {
  background: #b8b8b8 !important;
  color: #ffffff;
  cursor: not-allowed !important;
}
.btn-bordered-button {
  border: 2px solid #fe4579;
  background: #fe4579;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
  border-radius: 2px;
  padding: 10px 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-bordered-button:hover,
.btn-bordered-button:focus {
  color: #ffffff;
  background: #fe4579;
  text-decoration: none;
}
.btn-bordered {
  border: 2px solid #339999;
  color: #339999;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
  border-radius: 2px;
  padding: 10px 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-bordered:hover,
.btn-bordered:focus {
  color: #339999;
  text-decoration: none;
  background: #f3f3f3;
}
.btn-catalog {
  padding: 12px 20px;
}
.btn-catalog i {
  color: #000000;
}
.btn-catalog.active i {
  color: #fe4579;
}
.btn-default {
  border: 2px solid #C4C4C4;
  color: #737373;
  padding: 12px 22px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #FFFFFF;
  border-color: #949494;
  color: #737373;
}
.btn-default:active,
.btn-default.active {
  border-color: #737373;
  box-shadow: none;
}
.btn-primary {
  background: #fe4579;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #cb3761;
}
.btn-primary:active,
.btn-primary.active {
  background: #007299;
  box-shadow: none;
}
.btn-success {
  background: #2fb9b8;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #36b9a5;
}
.btn-success:active,
.btn-success.active {
  background: #008c52;
  box-shadow: none;
}
.btn-info {
  background: #eeeeee;
  border-radius: 2px;
  color: #888888;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #e0e0e0;
  color: #888888;
}
.btn-info:active,
.btn-info.active {
  background: #e0e0e0;
  box-shadow: none;
  color: #888888;
}
.btn-warning {
  background: #eb8f34;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background: #eba259;
}
.btn-warning:active,
.btn-warning.active {
  background: #b87430;
  box-shadow: none;
}
input[type=submit],
.btn-danger {
  background: #fe4579;
  color: #ffffff;
}
input[type=submit]:hover,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background: #cb3761;
}
input[type=submit]:active,
.btn-danger:active,
.btn-danger.active {
  background: #cb3761;
  top: 1px;
  box-shadow: none;
}
/******************************************************
	SHARP BUTTONS
******************************************************/
.btn.sharp {
  border-radius: 0;
}
/******************************************************
	OUTLINE BUTTONS
******************************************************/
.btn.outline {
  background: none;
  padding: 12px 22px;
}
.btn-primary.outline {
  border: 2px solid #0099cc;
  color: #0099cc;
}
.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open > .dropdown-toggle.btn-primary {
  color: #33a6cc;
  border-color: #33a6cc;
}
.btn-primary.outline:active,
.btn-primary.outline.active {
  border-color: #007299;
  color: #007299;
  box-shadow: none;
}
.btn-success.outline {
  border: 2px solid #00bf6f;
  color: #00bf6f;
}
.btn-success.outline:hover,
.btn-success.outline:focus,
.btn-success.outline:active,
.btn-success.outline.active,
.open > .dropdown-toggle.btn-success {
  border-color: #39bf87;
  color: #39bf87;
}
.btn-success.outline:active,
.btn-success.outline.active {
  border-color: #008c52;
  color: #008c52;
  box-shadow: none;
}
.btn-info.outline {
  border: 2px solid #31cde8;
  color: #31cde8;
}
.btn-info.outline:hover,
.btn-info.outline:focus,
.btn-info.outline:active,
.btn-info.outline.active,
.open > .dropdown-toggle.btn-info {
  border-color: #5fd4e8;
  color: #5fd4e8;
}
.btn-info.outline:active,
.btn-info.outline.active {
  border-color: #35a2b5;
  color: #35a2b5;
  box-shadow: none;
}
.btn-warning.outline {
  border: 2px solid #eb8f34;
  color: #eb8f34;
}
.btn-warning.outline:hover,
.btn-warning.outline:focus,
.btn-warning.outline:active,
.btn-warning.outline.active,
.open > .dropdown-toggle.btn-warning {
  border-color: #eba259;
  color: #eba259;
}
.btn-warning.outline:active,
.btn-warning.outline.active {
  border-color: #b87430;
  color: #b87430;
  box-shadow: none;
}
.btn-danger.outline {
  border: 2px solid #fe4579;
  color: #fe4579;
}
.btn-danger.outline:hover,
.btn-danger.outline:focus,
.btn-danger.outline:active,
.btn-danger.outline.active,
.open > .dropdown-toggle.btn-danger {
  border-color: #f26d6d;
  color: #f26d6d;
}
.btn-danger.outline:active,
.btn-danger.outline.active {
  border-color: #bf4343;
  color: #bf4343;
  box-shadow: none;
}
/******************************************************
	GRADIENT BUTTONS
******************************************************/
.btn-primary.gradient {
  background: -moz-linear-gradient(top, #33a6cc 50%, #0099cc 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #33a6cc), color-stop(50%, #0099cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #33a6cc 50%, #0099cc 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #33a6cc 50%, #0099cc 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #33a6cc 50%, #0099cc 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #33a6cc 50%, #0099cc 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33a6cc', endColorstr='#0099cc', GradientType=0);
  /* IE6-9 */
}
.btn-primary.gradient:hover,
.btn-primary.gradient:focus,
.btn-primary.gradient:active,
.btn-primary.gradient.active,
.open > .dropdown-toggle.btn-primary {
  background: -moz-linear-gradient(top, #66b2cc 50%, #33a6cc 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #66b2cc), color-stop(50%, #33a6cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #66b2cc 50%, #33a6cc 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #66b2cc 50%, #33a6cc 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #66b2cc 50%, #33a6cc 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #66b2cc 50%, #33a6cc 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b2cc', endColorstr='#33a6cc', GradientType=0);
  /* IE6-9 */
}
.btn-primary.gradient:active,
.btn-primary.gradient.active {
  background: -moz-linear-gradient(top, #267c99 50%, #007299 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #267c99), color-stop(50%, #007299));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #267c99 50%, #007299 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #267c99 50%, #007299 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #267c99 50%, #007299 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #267c99 50%, #007299 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#267c99', endColorstr='#007299', GradientType=0);
  /* IE6-9 */
}
.btn-success.gradient {
  background: -moz-linear-gradient(top, #39bf87 50%, #00bf6f 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #39bf87), color-stop(50%, #00bf6f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #39bf87 50%, #00bf6f 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #39bf87 50%, #00bf6f 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #39bf87 50%, #00bf6f 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #39bf87 50%, #00bf6f 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39bf87', endColorstr='#00bf6f', GradientType=0);
  /* IE6-9 */
}
.btn-success.gradient:hover,
.btn-success.gradient:focus,
.btn-success.gradient:active,
.btn-success.gradient.active,
.open > .dropdown-toggle.btn-success {
  background: -moz-linear-gradient(top, #73bf9f 50%, #39bf87 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #73bf9f), color-stop(50%, #39bf87));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #73bf9f 50%, #39bf87 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #73bf9f 50%, #39bf87 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #73bf9f 50%, #39bf87 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #73bf9f 50%, #39bf87 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bf9f', endColorstr='#39bf87', GradientType=0);
  /* IE6-9 */
}
.btn-success.gradient:active,
.btn-success.gradient.active {
  background: -moz-linear-gradient(top, #2a8c63 50%, #008c52 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2a8c63), color-stop(50%, #008c52));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2a8c63 50%, #008c52 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2a8c63 50%, #008c52 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2a8c63 50%, #008c52 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2a8c63 50%, #008c52 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a8c63', endColorstr='#008c52', GradientType=0);
  /* IE6-9 */
}
.btn-info.gradient {
  background: -moz-linear-gradient(top, #5fd4e8 50%, #31cde8 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5fd4e8), color-stop(50%, #31cde8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5fd4e8 50%, #31cde8 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5fd4e8 50%, #31cde8 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5fd4e8 50%, #31cde8 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5fd4e8 50%, #31cde8 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fd4e8', endColorstr='#31cde8', GradientType=0);
  /* IE6-9 */
}
.btn-info.gradient:hover,
.btn-info.gradient:focus,
.btn-info.gradient:active,
.btn-info.gradient.active,
.open > .dropdown-toggle.btn-info {
  background: -moz-linear-gradient(top, #8edae8 50%, #5fd4e8 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #8edae8), color-stop(50%, #5fd4e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8edae8 50%, #5fd4e8 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8edae8 50%, #5fd4e8 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8edae8 50%, #5fd4e8 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8edae8 50%, #5fd4e8 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8edae8', endColorstr='#5fd4e8', GradientType=0);
  /* IE6-9 */
}
.btn-info.gradient:active,
.btn-info.gradient.active {
  background: -moz-linear-gradient(top, #6baab5 50%, #35a2b5 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #6baab5), color-stop(50%, #35a2b5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6baab5 50%, #35a2b5 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6baab5 50%, #35a2b5 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6baab5 50%, #35a2b5 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6baab5 50%, #35a2b5 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6baab5', endColorstr='#35a2b5', GradientType=0);
  /* IE6-9 */
}
.btn-warning.gradient {
  background: -moz-linear-gradient(top, #eba259 50%, #eb8f34 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eba259), color-stop(50%, #eb8f34));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eba259 50%, #eb8f34 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eba259 50%, #eb8f34 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eba259 50%, #eb8f34 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eba259 50%, #eb8f34 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eba259', endColorstr='#eb8f34', GradientType=0);
  /* IE6-9 */
}
.btn-warning.gradient:hover,
.btn-warning.gradient:focus,
.btn-warning.gradient:active,
.btn-warning.gradient.active,
.open > .dropdown-toggle.btn-warning {
  background: -moz-linear-gradient(top, #ebb57f 50%, #eba259 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ebb57f), color-stop(50%, #eba259));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebb57f 50%, #eba259 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebb57f 50%, #eba259 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ebb57f 50%, #eba259 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ebb57f 50%, #eba259 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebb57f', endColorstr='#eba259', GradientType=0);
  /* IE6-9 */
}
.btn-warning.gradient:active,
.btn-warning.gradient.active {
  background: -moz-linear-gradient(top, #b8824d 50%, #b87430 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #b8824d), color-stop(50%, #b87430));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b8824d 50%, #b87430 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b8824d 50%, #b87430 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b8824d 50%, #b87430 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b8824d 50%, #b87430 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8824d', endColorstr='#b87430', GradientType=0);
  /* IE6-9 */
}
.btn-danger.gradient {
  background: -moz-linear-gradient(top, #f26d6d 50%, #fe4579 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f26d6d), color-stop(50%, #fe4579));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f26d6d 50%, #fe4579 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f26d6d 50%, #fe4579 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f26d6d 50%, #fe4579 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f26d6d 50%, #fe4579 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26d6d', endColorstr='@main-color', GradientType=0);
  /* IE6-9 */
}
.btn-danger.gradient:hover,
.btn-danger.gradient:focus,
.btn-danger.gradient:active,
.btn-danger.gradient.active,
.open > .dropdown-toggle.btn-danger {
  background: -moz-linear-gradient(top, #f28585 50%, #f26d6d 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f28585), color-stop(50%, #f26d6d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f28585 50%, #f26d6d 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f28585 50%, #f26d6d 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f28585 50%, #f26d6d 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f28585 50%, #f26d6d 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28585', endColorstr='#f26d6d', GradientType=0);
  /* IE6-9 */
}
.btn-danger.gradient:active,
.btn-danger.gradient.active {
  background: -moz-linear-gradient(top, #bf5656 50%, #bf4343 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #bf5656), color-stop(50%, #bf4343));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bf5656 50%, #bf4343 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bf5656 50%, #bf4343 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bf5656 50%, #bf4343 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bf5656 50%, #bf4343 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5656', endColorstr='#bf4343', GradientType=0);
  /* IE6-9 */
}
/** Slider */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fe4579;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #ffffff;
  display: block;
  font-size: 1.85em;
  padding: 5px 20px 5px 20px;
}
.bx-wrapper .bx-caption span h4 {
  font-size: 34px;
  margin-top: 5px;
  color: #ffffff;
}
.bx-wrapper .bx-caption p {
  font-size: 0.7em;
}
.bxslider {
  margin: 0;
  padding: 0;
  position: relative;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}
#big_slider .bx-wrapper {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#big_slider .bx-wrapper img {
  max-width: 100%;
  display: block;
  position: relative;
}
#small_slider .catalog {
  left: 0;
  height: 500px;
  margin-top: 10px;
  position: relative;
}
.tags {
  margin: 40px 0 -20px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #66727D;
  width: 100%;
  display: block;
  border-radius: 2px;
  padding: 10px 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.tags a {
  text-decoration: none;
  color: #66727D;
}
.tags:hover,
.tags:focus {
  color: #fe4579;
  text-decoration: none;
  background: #f7f7f7;
}
.tags .tags-block {
  margin-top: 10px;
}
.tags .tags-block a {
  margin: 0 10px;
  text-transform: none;
  font-weight: normal;
  color: #fe4579;
  text-decoration: underline;
}
.footer {
  background: #f7f7fa;
  color: #212121;
  padding: 0 0 40px;
  margin-top: 40px;
}
.footer .social_bar {
  padding: 20px 0 10px;
  background: #f2f2f5;
}
.footer .social_bar p {
  display: inline-block;
  margin-right: 30px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
}
.footer .social_bar p i {
  margin-right: 5px;
}
.footer .social_bar p a {
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}
.footer .social_bar p:hover {
  background: #fe4579;
  border: 1px solid #fe4579;
}
.footer .social_bar p:hover a {
  color: #ffffff;
}
.footer h3 {
  color: #212121;
}
.footer a {
  color: #66727d;
}
.footer a:hover {
  color: #fe4579;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer .social .fa {
  width: 15px;
  text-align: center;
  margin-right: 10px;
}
.footer .collapsible ul {
  display: none;
}
.footer .webasyst-copyright {
  font-size: 11px;
  margin-top: 20px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/bx_loader.gif) center center no-repeat #ffffff;
  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 {
  left: -15px;
  background: url(img/arrow-controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: -15px;
  background: url(img/arrow-controls.png) no-repeat -43px -32px;
}
.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 {
  position: absolute;
  top: 46%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}
.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;
}
/* alerts */
.alert-box {
  color: #555;
  font-size: 12px;
  padding: 10px 16px 10px 56px;
  margin: 10px 0;
  border-radius: 2px;
}
.alert-box a {
  color: #000000;
}
.alert-box span {
  font-weight: bold;
  text-transform: uppercase;
}
.alert-box.error {
  background: #ffecec url('img/alert-error.png') no-repeat 20px 50%;
  border: 1px solid #f5aca6;
}
.alert-box.success {
  background: #e9ffd9 url('img/alert-success.png') no-repeat 20px 50%;
  border: 1px solid #a6ca8a;
}
.alert-box.warning {
  background: #fff8c4 url('img/alert-warning.png') no-repeat 20px 50%;
  border: 1px solid #f2c779;
}
.alert-box.notice {
  background: #e3f7fc url('img/alert-notice.png') no-repeat 20px 50%;
  border: 1px solid #8ed9f6;
}
.popover {
  max-width: 100px !important;
  width: 100px;
  text-align: center;
  margin-left: -78px;
  top: 24px;
}
.popover .arrow {
  left: 50%;
}
.popover h3 {
  font-size: 14px;
}
/** Responsive mobile */
/** Ajax search **/
.search-block .input-group {
  position: relative;
}
.cart_ajax {
  position: absolute;
  z-index:120;
  background: #ffffff;
  width:321px;
  display: none;
  margin-left:0px;
  -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: #eeeeee; /* Old browsers */
  color:#000000;
}
.loading_ajax {
  width:15px;
  height:15px;
  position: absolute;
  top:12px;
  right:60px;
  background-image:url("img/loading16.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: 50px;
}

.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;
  text-align: left;
  width:100%;
}
@media (max-width: 767px) {
  #list li .product_block {
    width: 60%;
  }
  .btn-catalog {
    margin-bottom:15px;
  }
  .fullwidth .catalog_fix li {
    max-width:100% !important;
  }
  .catalog li {
    max-width:100%;
  }
  .catalog .big_product {
    max-width:100%;
    height:auto;
  }
  .catalog .big_product .button-area {
    position: static;
    display:block;
    text-align: center;

  }
  .catalog .big_product .button-area {
    margin-bottom:20px;
  }
  .catalog li .big .price {
    text-align: center;
    display: block;
    margin:10px 0;
  }
  .catalog .big_product .image {
    height: auto;
    line-height: 200px;
  }
  .catalog .big_product .rating_big {
    position: static;
    text-align: center;
  }
  .catalog .big_product .stock {
    position: static;
    text-align: center;
  }
  .catalog .big_product .name {
    text-align: center;
    width:100%;
  }

  .catalog_small li {
    max-width:100% !important;
  }
  .newsblock {
    margin-bottom:20px;
    max-height: auto;
    min-height: auto;
  }
  .newsblock .textblock {
    height:auto;
  }
  #small_slider  .catalog_small li {
    width:230px !important;
    max-width:230px !important;
  }
  .navigation-bg {
    display: none;
    box-shadow: none;
  }
  .menu-h, .menu-h li, ul.menu-h.dropdowns ul.menu-v {
    width:100%;
  }
  .menu-h li li {
    width:100%;
  }
  ul.menu-h.dropdowns ul.menu-v li, ul.menu-h.dropdowns ul.menu-v {
    width:100%;
    position: static;
  }

  .bx-wrapper .bx-caption {
    position: static;
  }

  .fa-user {
    color:#ffffff;
    font-size:18px;
  }
  .promos {
    display: none;
  }
  .navbar-toggle {
    margin-bottom: 0;
    padding: 9px 13px;
    margin-top:6px;
  }
  .menu-navigator {
    background: #e5e5e5;
    padding: 5px;
    position: relative;
    height: 50px;
    margin-top:10px;
  }

  .menu-navigator .fa {
    display: block;
    color: #111111;
    font-size: 21px;
    border: 1px solid #7c7c7c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    cursor: pointer;
  }

  .menu-navigator .fa-search {
    right: 10px;
    left: auto;
  }

  .menu-navigator span {
    font-size: 20px;
    color: #111111;
    left: 60px;
    top: 11px;
    position: absolute;
    font-family: 'Roboto-Medium', Arial, serif;
  }

  .shop-page-menu {
    display: none;
  }

  ul.menu-h li {
    width: 100%;
    background: #eeeeee;
    margin-bottom: 1px;
  }

  ul.menu-h ul {
    width: 100%;
  }

  ul.menu-h ul li {
    width: 100% !important;
  }

  ul.menu-h .tree:after {
    top: 10px;
  }

  ul.menu-h ul .tree:after {
    top: 10px;
    right: 10px;
    content: "\f078";
  }
  ul.menu-h.dropdowns .tree:after {
    top: 20px;
    right: 10px;
    content: "\f078";
  }
  ul.menu-h.dropdowns ul .tree:after {
    top: 20px;
    right: 10px;
    content: "\f078";
  }


  ul.menu-h ul {
    position: static;
  }

  ul.menu-h ul li {
    background: #ffffff;

  }

  ul.menu-h ul li a {
    position: relative;
  }
  .category-name {
    margin-top:10px;
  }

  .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: 0;
    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: 100%;
    bottom: 15%;
    background: #fff;
    padding: 10px;
  }
  .dialog-window .dialog-close {
    position: absolute;
    text-decoration: none;
    font-size: 300%;
    z-index: 10001;
    background: #888888;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
  }
  .dialog-window #overview {
    display: none;
  }
  
  .dialog-window .col-sm-6 {
    width:100%;
  }
  .breadcrumb {
    display: none;
  }

  .filter .list-group {
    margin-top:10px;
  }
  .get-filters {
    padding:10px 0;
    text-align: left;
  }
  .filters-mobile {
    display: none;

  }
}
@media (max-width: 767px) {
  #overview {
    margin-top:20px;
  }
  .logo {
    margin-bottom: 0;

  }
  .logo .icon {
    margin-top: 0;
  }
  .container .shop-page-menu {
    border-top: 0;
  }
  .cart-hint {
    display: none;
  }
  .compare-scroll {
    width: 100%;
  }
  .review-form .review-submit {
    padding: 0 !important;
  }
  #product-features .name {
    min-width: 200px !important;
  }
  .position-fix {
    position: relative;
    z-index: 1;
  }
  .timeline-block {
    display: none;
  }
  .comment-form .comment-submit {
    padding: 0 !important;
  }
  .catalog .big_product {
    width:100%;
  }
}
/** Responsive ipad */
@media (min-width: 767px) and (max-width: 1199px) {
  .catalog_small li {
    max-width: 236px !important;
    min-width: 236px !important;
  }
  #small_slider .catalog_small li {
    max-width: 240px !important;
    min-width: 240px !important;
  }
  .promo .big_product {
    max-width: 474px !important;
    min-width: 475px !important;
  }
  .promo li {
    max-width: 238px !important;
    min-width: 238px !important;
  }
  .compare-scroll {
    width: 885px;
  }
}
@media (max-width: 500px) {
  .logo-img img {
    width: 50%;
  }
}
/** Label **/
.my-orders .label-primary {
  background: #fe4579;
}
.my-orders a {
  color: #000000;
}
#product h1 {
  margin-top: 0;
}
#product .add-review {
  margin: 0 10px;
  font-size: 12px;
}
#product .cart-group {
  margin-top: 20px;
}
#product .add2cart .price {
  font-size: 28px;
  margin-right: 5px;
  color: #000000;
}
#product .add2cart input[type="submit"] {
  margin-top: 20px;
  border-radius: 2px;
  width: 100%;
  padding: 15px 10px;
  font-size: 18px;
}
#product .add2cart .icon24.loading.adding2cart {
  position: relative;
  top: 5px;
  left: 8px;
}
#product .image #switching-image {
  background: #ffffff url('img/loading32.gif') no-repeat 50% 50%;
  background-size: 32px 32px;
  padding: 10px;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#product .more-images {
  display: block;
  margin: 10px;
}
#product .more-images .image {
  margin-top: 20px;
  border: 3px solid #dadada;
}
#product .more-images .image img {
  max-width: 80px;
  padding: 1px;
  margin: 2px;
}
#product #product-gallery {
  width: 100%;
}
#product #product-gallery .selected {
  position: relative;
  border: 3px solid #888888;
  font-weight: bold;
  font-size: 14px;
}
#product #product-gallery .selected:after,
#product #product-gallery .selected:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 99;
  pointer-events: none;
}
#product #product-gallery .selected:after {
  border-bottom-color: #888888;
  border-width: 8px;
  margin-left: -8px;
}
#product .articul {
  font-size: 15px;
  color: #808080;
}
#product .priceblock {
  background: #fafafa;
  border: 2px solid #e5e5e5;
  padding: 15px 20px 0 20px;
}
#product .priceblock:hover {
  border: 2px solid #ffa9dd;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.75);
}
#product .priceblock hr {
  margin: 15px 0;
}
#product .sub {
  font-size: 11px;
  margin-top: 10px;
  color: #898989;
}
#product .sub a {
  color: #898989;
}
#product .compare-favorite {
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  color: #afafaf;
}
#product .compare-favorite .divider {
  margin: 0 10px;
}
#product .compare-favorite .compare-favorite-icon .fa {
  color: #cccccc;
  font-size: 14px;
  margin-right: 8px;
}
#product .compare-favorite .active .fa {
  color: #fe4579;
}
#product .compare-favorite a {
  color: #000000;
  font-size: 14px;
}
.product-sidebar {
  float: right;
  width: 290px;
  position: relative;
  overflow: hidden;
}
.product-gallery {
  text-align: center;
  max-width: 750px;
}
.product-cart {
  padding: 20px;
}
ul.product-nav {
  list-style: none;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  margin: 30px 0 -10px 0;
}
ul.product-nav li {
  display: inline-block;
}
ul.product-nav li a {
  padding: 10px 30px;
  color: #232323;
  text-decoration: none;
  display: inline-block;
}
ul.product-nav li a:hover {
  background: #ededed;
}
ul.product-nav li a .fa {
  margin-right: 5px;
  opacity: 0.7;
}
ul.product-nav .selected {
  position: relative;
  background: #fe4579;
}
ul.product-nav .selected a {
  color: #ffffff;
}
ul.product-nav .selected a:hover {
  background: #fe4579 !important;
}
ul.product-nav .selected:after,
ul.product-nav .selected:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 11;
  pointer-events: none;
}
ul.product-nav .selected:after {
  border-top-color: #fe4579;
  border-width: 8px;
  margin-left: -8px;
}
.product-nav-block {
  padding: 50px 30px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.product-nav-block h3 {
  margin-top: 0;
}
.product-sidebar .cart {
  padding: 25px;
}
.purchase {
  margin-bottom: 20px;
  padding: 0;
}
.options {
  line-height: 2em;
}
.options label.name {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #6f6f6f;
  margin-bottom: 0;
  margin-top: 10px;
}
.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: #454545;
  background: #ffffff;
}
.options .color-fix a {
  padding: 5px 15px !important;
}
.options .inline-select a:hover {
  background-color: #fe4579;
  border: 1px solid #f43b6f;
  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 #f43b6f;
  color: #ffffff !important;
  background-color: #fe4579;
}
.options .inline-select a.selected .color_name {
  display: block;
}
.options .inline-select a.selected .color_checkmark {
  display: block;
}
.services {
  margin-bottom: 10px;
  line-height: 1.4em;
}
.image {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.image#product-core-image {
  margin: 20px 0;
}
.image img {
  max-width: 100%;
  height: auto;
}
ul.thumbs .image .corner.right {
  right: 28px;
}
ul.skus {
  list-style: none;
  padding-left: 2px;
}
ul.skus li {
  padding-bottom: 3px;
}
.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;
}
ul.sorting {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
ul.sorting li {
  padding-right: 5px;
  list-style: none;
  display: inline-block;
}
ul.sorting li a {
  padding: 2px 3px;
}
ul.sorting li.selected a {
  background: #eee;
}
i.sort-desc {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-bottom-color: #000;
  margin-bottom: 0.2em;
  display: inline-block;
}
i.sort-asc {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  margin-top: 0.1em;
  display: inline-block;
}
.compare-at-price {
  text-decoration: line-through;
  color: #7c7c7c;
  margin: 0 3px;
}
.out-of-stock strong {
  color: #aaa;
  font-size: 0.9em;
}
.disabled {
  color: #777;
}
.description {
  margin-bottom: 20px;
}
.error {
  color: red;
}
.rating i.icon16 {
  margin-right: 0.13em;
  margin-top: 0;
}
span.rating {
  white-space: nowrap;
}
h1 .rating i.icon16 {
  margin-top: 0.42em;
}
/* Product reviews
------------------ */
table.rating-distribution td {
  padding: 2px 15px 2px 0;
  border: none;
}
table.rating-distribution td .bar {
  background: #eee;
  width: 200px;
  height: 13px;
}
table.rating-distribution td .bar .filling {
  background: #f7c854;
  height: 13px;
}
.write-review,
.rules {
  margin: 30px 0 40px;
}
.write-review a,
.rules a {
  text-decoration: none;
  border-bottom: 1px dotted #fe4579;
}
.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 #fe4579;
  font-size: 12px;
}
.review:hover {
  background: #fafafa;
  border: 1px solid #fe4579;
  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: #555;
}
.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;
  margin: -8px -8px 22px;
  padding: 8px 35px 8px 8px;
}
.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 {
  padding: 0;
  margin-bottom: 30px;
}
.review-form h4 {
  margin: 0 0 20px;
  font-weight: normal;
}
.review-form-fields p {
  margin: 0 0 10px;
}
.review-form-fields p.review-field a {
  display: inline;
  padding: 0;
  text-decoration: none;
}
.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: 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 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: #888888;
}
.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,
textarea.error {
  border: 2px solid red;
}
.errormsg {
  color: #c71907;
  font-size: 11px;
  margin-left: 10px;
}
table.compare {
  width: 100%;
}
table.compare thead td {
  border-top: none;
  vertical-align: bottom;
}
table.compare td {
  text-align: left;
  line-height: 1em;
  padding: 10px 2px;
  border-left: none;
  border-right: none;
}
table.compare td a {
  text-decoration: none;
}
table.compare td a.compare-remove {
  position: relative;
  top: -0.2em;
  left: 0.2em;
}
table.compare th {
  text-align: left;
}
table.compare td img {
  display: block;
  margin: 0 0 10px;
  width: 96px;
  height: 96px;
}
table.compare thead .name-wrapper {
  position: relative;
  display: inline-block;
  padding: 0 24px 0 0;
}
table.compare thead .name-wrapper .name-link {
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.compare thead .name-wrapper .compare-remove {
  position: absolute;
  top: 0;
  right: 6px;
  left: auto;
  width: 16px;
  height: 16px;
}
table.compare thead .name-wrapper .compare-remove i {
  margin: 0;
}
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;
}
#video-container {
  margin-top:20px;
}
.bxslider img {
  height:auto !important;
}
.icon_skype p {
    font-family: Verdana; 
    font-size: 12pt !important;
    padding-bottom: 0 !important;/* Размер шрифта в пунктах */ 
        }
.icon_product2 {
    width: 100%; height: 25px; /* Размеры */
    background: #fff; /* Цвет фона */
       text-align: left;
   text-decoration: none;
   margin-top: 10px;
   margin-bottom: 10px;
   }

.icon_product {
    width: 100%; height: 25px; /* Размеры */
    background: #fff; /* Цвет фона */
    /*border-radius: 10px; /* Радиус скругления */
    display: inline-block;
    border: 1px solid #1986B3; /* Невидимая рамка */
   text-align: left;
   text-decoration: none;
   margin-top: 8px;
   }
.icon_product:hover {
   border: 1px solid #fe4579; 
   }
.icon_product a{
    color: #1986B3; /* Цвет ссылок */
    padding: 3px;
   text-decoration: none;
    
} 
.icon_product a:hover{
    color: #fe4579; /* Цвет ссылок */
    text-decoration: none;
   }   
  
.sizes{width:920px; border-collapse: collapse; border:1px solid #999999;}
.sizes th, .sizes td{padding:5px; vertical-align:middle; text-align:center; border:1px solid #999999;}
.sizes>tbody>tr>td:first-child{font-weight: 700;}
.sizes>thead>tr>th{font-weight: 700;background:#646464; color:#ffffff;}
.sizes>thead>tr>td{font-weight: 700}
.sizes>tbody>tr:hover>td{background-color:#DCD4D4;color:000;}

.b_sizet{position:relative; width:664px; margin:0 auto;}
.b_sizet__page_title{font-size:26px; color:#646464;}
.b_sizet__top_nav{text-align:left; padding:6px 5px 5px 5px; text-transform:uppercase; border-top:1px solid #000000; border-bottom:1px solid #000000; margin: 18px 0px 0px;}
.b_sizet__top_nav li{margin-left:7px; display:inline-block; padding:0 0 0 12px; background:#646464;}
.b_sizet__top_nav li:first-child{margin-left:0px;}
.b_sizet__top_nav a{font-size:13px; color:#646464;}

.b_sizet__tab{margin:35px 0 0 0;}
.b_sizet__tab__title{font-size:20px; color:#646464; margin-bottom:18px;}

.b_sizet__or{margin:20px 0 0 0;overflow: hidden;}
.b_sizet__or__left{float:left;}
.b_sizet__or__title{font-size:20px; color:#646464; margin-bottom:18px;}
.b_sizet__or ul{list-style-type:none;}
.b_sizet__or ul li{font-size:12px; width:450px; position:relative; padding:0 0 0 30px;margin:30px 0 0 0;}
.b_sizet__or ul li:first-child{margin:0 0 0 0;}
.b_sizet__or ul li div{padding:5px 0 0 0; width:25px; height:21px; position:absolute; top:-2px; left:0px; text-align:center;}
.b_sizet__or ul li span{font-size:18px; font-style:italic;}



.b_sizet__or__title a {color: #646464;}
.b_sizet__tab__title a {color: #646464;}