/*////////////////////////////////////////////////////////////////////////*/
.shop-phone {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #9c9c9c;
  float: left;
  padding: 9px 10px 9px 0;
}
.shop-phone strong {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.shop-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.shop-phone:hover {
  color: #fff;
  transition: all ease 0.3s;
}

#contact-link {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #9c9c9c;
  float: left;
  padding: 8px 10px 9px 10px;
}
#contact-link a {
  color: #9c9c9c;
}
#contact-link:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
#contact-link:hover {
  color: #fff;
  transition: all ease 0.3s;
}
#contact-link:hover a {
  color: #fff;
  transition: all ease 0.3s;
}

/*////////////////////////////////////////////////////////////////////////*/
.header_user_info,
#languages-block-top,
#currencies-block-top {
  float: right;
  position: relative;
}

#currencies-block-top div.current {
  color: #9c9c9c;
  /*&:before{
    content: "\f0d6";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
  }*/
}
#currencies-block-top div.current:hover {
  color: #fff;
  transition: all ease 0.3s;
}
#currencies-block-top div.current:hover span {
  color: #fff;
  transition: all ease 0.3s;
}
#currencies-block-top div.current:hover .cur-label {
  color: #fff;
  transition: all ease 0.3s;
}

.header_user_info div.current {
  color: #9c9c9c;
  /*&:before{
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
  }*/
}
.header_user_info div.current:hover {
  color: #fff;
  transition: all ease 0.3s;
}
.header_user_info div.current:hover span {
  color: #fff;
  transition: all ease 0.3s;
}

.header_user_info div.current,
#languages-block-top div.current,
#currencies-block-top div.current {
  padding: 8px 10px 10px 10px;
  line-height: 18px;
  color: #9c9c9c;
  cursor: pointer;
}

.header_user_info div.current span,
#languages-block-top div.current span,
#currencies-block-top div.current span {
  color: #9c9c9c;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#languages-block-top div.current span.cur-label,
#currencies-block-top div.current span.cur-label {
  color: #9c9c9c;
}

.header_user_info div.current:after,
#languages-block-top div.current:after,
#currencies-block-top div.current:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-left: 5px;
}

.header_user_info div.current.active:after,
#languages-block-top div.current.active:after,
#currencies-block-top div.current.active:after {
  transform: rotateX(180deg);
}

.header_user_info ul,
#languages-block-top ul,
#currencies-block-top ul {
  display: none;
  position: absolute;
  top: 37px;
  background: #fff;
  z-index: 120;
}

.header_user_info ul {
  left: 0;
  width: 180px;
}

#languages-block-top ul,
#currencies-block-top ul {
  left: 0;
  width: 160%;
}

.header_user_info ul li,
#languages-block-top ul li,
#currencies-block-top ul li {
  line-height: 30px;
}

.header_user_info ul li a,
.header_user_info ul li > span,
#languages-block-top ul li a,
#languages-block-top ul li > span,
#currencies-block-top ul li a,
#currencies-block-top ul li > span {
  padding: 0 10px 0 12px;
  display: block;
  color: #222;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.header_user_info ul li a:before,
.header_user_info ul li > span:before,
#languages-block-top ul li a:before,
#languages-block-top ul li > span:before,
#currencies-block-top ul li a:before,
#currencies-block-top ul li > span:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: #b00707;
  transition-duration: .3s;
  position: relative;
  top: -3px;
}

.header_user_info ul li.selected a:before,
.header_user_info ul li.selected span:before,
.header_user_info ul li a:hover:before,
#languages-block-top ul li.selected a:before,
#languages-block-top ul li.selected span:before,
#languages-block-top ul li a:hover:before,
#currencies-block-top ul li.selected a:before,
#currencies-block-top ul li.selected span:before,
#currencies-block-top ul li a:hover:before {
  width: 12px;
  margin-right: 5px;
}

.header_user_info ul li.selected a,
.header_user_info ul li.selected span,
.header_user_info ul li a:hover,
#languages-block-top ul li.selected a,
#languages-block-top ul li.selected span,
#languages-block-top ul li a:hover,
#currencies-block-top ul li.selected a,
#currencies-block-top ul li.selected span,
#currencies-block-top ul li a:hover {
  color: #b00707;
}

/*////////////////////////////////////////////////////////////////////////*/
#header_logo a img {
  margin: 0 0 15px 0;
  width: 150px;
}

/*////////////////////////////////////////////////////////////////////////*/
/*
#search_block_top {
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0;
}
*/
#search_block_top {
  background-color: #DDDDDD;
  padding: 7px 0 7px 0;
}
@media (max-width: 992px) {
  #search_block_top {
    background: #b00707 !important;
    padding: 58px 0 7px 0;
  }
}
#search_block_top #searchbox {
  margin-left: 0;
  width: 60%;
  border: 1px solid #DDDDDD;
  border-radius: 11px;
}
@media (max-width: 992px) {
  #search_block_top #searchbox {
    width: 100%;
  }
}
#search_block_top #search_query_top {
  display: block;
  padding-left: 30px;
  height: 40px;
  background: #4a4a4a;
  border: none;
  border-radius: 8px;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #DDDDDD;
}
#search_block_top .search-display-top::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3a3a3a;
  font-style: italic;
  font-weight: none;
  font-size: 12px;
}
#search_block_top .search-display-top::-moz-placeholder {
  /* Firefox 19+ */
  color: #3a3a3a;
  font-style: italic;
  font-weight: none;
  font-size: 12px;
}
#search_block_top .search-display-top:-ms-input-placeholder {
  /* IE 10+ */
  color: #3a3a3a;
  font-style: italic;
  font-weight: none;
  font-size: 12px;
}
#search_block_top .search-display-top:-moz-placeholder {
  /* Firefox 18- */
  color: #3a3a3a;
  font-style: italic;
  font-weight: none;
  font-size: 12px;
}
#search_block_top .search-display-top #search_query_top {
  color: #3a3a3a;
  background: #FCFCFC;
}
#search_block_top .search-display-top .button-search:before {
  color: #3a3a3a;
}

#search_block_top .button-search {
  display: inline-block;
  width: 46px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition-duration: .4s;
  background: transparent;
  color: #DDDDDD;
}
#search_block_top .button-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 20px;
  color: #DDDDDD;
}

#search_block_top .button-search:hover {
  /*background-color: $main-color;
  color: $light-text-color;*/
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

#search_block_top .button-search:active,
#search_block_top .button-search:focus,
#search_block_top .button-search:active:focus {
  background-color: #af5151;
  border-color: #af5151;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

#search_block_top #search_query_top:active,
#search_block_top #search_query_top:focus,
#search_block_top #search_query_top:active:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.near_search_menu {
  height: 40px;
  float: left;
  margin-right: -5px;
  z-index: 1;
  position: absolute;
}

.near_search_menu #near_search_menu {
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #aaa;
  width: 147px;
  height: 40px;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f5f5f5;
  padding-right: 24px;
}

.near_search_menu #near_search_menu::-ms-expand {
  display: none;
}

.near_search_menu #near_search_menu:active,
.near_search_menu #near_search_menu:focus,
.near_search_menu #near_search_menu:active:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-position: 90% 18px;
}

/*////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////*/
#header .shopping_cart {
  position: relative;
  float: right;
  padding-top: 25px;
}

#header .shopping_cart > a:first-child {
  padding: 16px 60px 10px 0;
  background-image: url(../img/cart.png);
  height: 45px;
  background-repeat: no-repeat;
  background-position: 95% 5px;
  display: block;
  overflow: hidden;
}
#header .shopping_cart > a:first-child:hover {
  background-position: 95% -75px;
}
#header .shopping_cart .cart_badge {
  background-color: #b00707;
  position: absolute;
  top: 17px;
  right: 0;
}

/*
  #header {.shopping_cart > a:first-child {
    padding: 16px 60px 10px 0;
    background-image: url(../img/cart.png);
    height: 45px;
    background-repeat: no-repeat;
    background-position: 100% 5px;
    display: block;
    overflow: hidden;
  }
  #header .shopping_cart > a:first-child:hover {
    background-position: 100% -75px;
  }
*/
#header .shopping_cart > a:hover,
#header .shopping_cart > a:active,
#header .shopping_cart > a:focus,
#header .shopping_cart > a:active:focus {
  text-decoration: none;
  outline: none;
}

.shopping_cart {
  margin: 0 auto;
  float: none;
  width: 100%;
}

#cart_text {
  color: #c5c5c5;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
  white-space: nowrap;
}

.items {
  color: #222;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.items .ajax_cart_quantity {
  color: #222;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.cart-info #quantity_wanted_p {
  display: inline-block;
  position: relative;
  width: 63px;
  height: 29px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 23px 0 0;
  text-align: center;
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  background: #fff;
  margin: 0 0 0 0;
}

.cart-info #quantity_wanted_p .quantity-formated .quantity {
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222;
  line-height: 28px;
  opacity: 1 !important;
}

.cart-info #quantity_wanted_p .blockcart_quantity_up {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 15px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  top: 0;
  right: 0;
  background-color: #f0f0f0;
  background-image: url(../img/plus.png);
  background-repeat: no-repeat;
  background-position: 7px 4px;
  z-index: 2;
}

.cart-info #quantity_wanted_p .blockcart_quantity_down {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 14px;
  border-left: 1px solid #e5e5e5;
  bottom: 0;
  right: 0;
  background-color: #f0f0f0;
  background-image: url(../img/minus.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
  z-index: 1;
}

.xn {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url(../img/xn.png) no-repeat center center;
  position: relative;
  top: -10px;
  margin: 0 5px;
}

#header .cart_block .product_attributes .price {
  display: inline-block;
  position: relative;
  top: 5px;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #222;
  float: right;
}

#header .cart_block .product_attributes {
  white-space: nowrap;
}

.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 20px 0px 20px;
  position: relative;
}

.cart-prices .cart-prices-line span {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #acacac;
  line-height: 22px;
}

.cart-prices .cart-prices-line.last-line span {
  color: #222;
}

.cart_block .cart-buttons {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.cart_block .cart-buttons a.cart_button {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  margin: 0;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #b00707;
  border-radius: 0;
  padding: 23px 0 0 0;
  transition-duration: .4s;
}

.cart_block .cart-buttons a.cart_button:hover {
  background: #151515;
  text-decoration: none;
  color: #fff;
}

.cart_block .cart-buttons a.cart_button:active,
.cart_block .cart-buttons a.cart_button:focus,
.cart_block .cart-buttons a.cart_button:active:focus {
  text-decoration: none;
  outline: none;
  background: #af5151;
  color: #fff;
}

/*////////////////////////////////////////////////////////////////////////*/
#homepage-slider .bx-wrapper {
  width: 1920px;
  left: 50%;
  margin-left: -960px !important;
}

#homepage-slider .homeslider-description {
  position: absolute;
  left: 50%;
  top: 9.4%;
  transform: translateX(-50%);
  width: 1170px;
  padding: 0;
  cursor: pointer;
}

#homepage-slider .homeslider-description h2 {
  font-family: "Ubuntu_Light", Arial, Helvetica, sans-serif;
  font-size: 66px;
  line-height: 90px;
  color: #fff;
  text-align: left;
  margin: 0 0 25px 0;
  padding: 0;
}

#homepage-slider .homeslider-description h2 span {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 66px;
  line-height: 66px;
  color: #fff;
  display: block;
  text-align: left;
}

#homepage-slider .homeslider-description p {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  max-width: 500px;
}

#homepage-slider .homeslider-description a {
  display: inline-block;
  min-width: 156px;
  height: 45px;
  padding: 0 30px;
  line-height: 45px;
  color: #fff;
  text-transform: none;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #b00707;
  text-align: center;
  border-radius: 30px;
  transition-duration: .4s;
  margin-top: 39px;
}

#homepage-slider .homeslider-description a:hover {
  text-decoration: none;
  background: #151515;
  color: #fff;
}

#homepage-slider .homeslider-description a:active,
#homepage-slider .homeslider-description a:focus,
#homepage-slider .homeslider-description a:active:focus {
  background: #af5151;
  color: #fff;
  text-decoration: none;
  outline: none;
}

#homepage-slider .bx-wrapper .bx-pager {
  bottom: 23px;
}

#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 7px;
}

#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #b00707;
}

/*////////////////////////////////////////////////////////////////////////*/
#top_static {
  margin-bottom: 36px;
}

.top_static_wr {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.top_static_wr:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #b00707;
  opacity: 0;
  transition-duration: 6s;
  z-index: 2;
}

.top_static_wr:hover:before {
  opacity: .4;
}

.top_static_wr img {
  display: block;
  width: 100%;
  transition-duration: 6s;
}

.top_static_wr:hover img {
  transform: scale(1.5);
}

/*////////////////////////////////////////////////////////////////////////*/
.product_slider_h {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #222;
  line-height: 36px;
  margin: 0 0 0 0;
  text-align: left;
}

.product-image-container {
  position: relative;
  overflow: hidden;
}

.right-block h5 {
  margin: 0 0 2px 0;
}

h5 .product-name {
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  display: block;
  height: auto;
  overflow: hidden;
}

h5 .product-name:hover,
h5 .product-name:active,
h5 .product-name:focus,
h5 .product-name:active:focus {
  color: #222;
  text-decoration: none;
  outline: none;
}

.right-block .hook-reviews {
  margin: 0 0 4px 0;
}

.right-block .nb-comments {
  display: none;
}

.right-block .price.product-price {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  color: #222;
}

.right-block .old-price.product-price {
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #b7b7b7;
  text-decoration: line-through;
  display: inline-block;
  position: relative;
  top: -1px;
  display: none;
}

.right-block .price-percent-reduction {
  display: inline-block;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  height: 16px;
  color: #fff;
  text-align: center;
  max-width: 50px;
  float: right;
  font-size: 12px;
  line-height: 17px;
  background: #ea3308;
  border-radius: 8px;
  padding: 0 8px;
  position: relative;
  top: -10px;
}

.product_list .functional_wrapper {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 25px;
  left: 0;
  bottom: 30px;
}

.product_list .func1,
.product_list .func2,
.product_list .func3,
.product_list .func4 {
  opacity: 0;
  transition-duration: .4s;
  position: relative;
  display: inline-block;
  bottom: -100px;
  margin: 0 2px;
}

.product_list .func1 {
  transition-delay: 0s;
}

.product_list .func2 {
  transition-delay: .1s;
}

.product_list .func3 {
  transition-delay: .2s;
}

.product_list .func4 {
  transition-delay: .3s;
}

.product_list li.hovered .func1,
.product_list li.hovered .func2,
.product_list li.hovered .func3,
.product_list li.hovered .func4 {
  opacity: 1;
  bottom: 0;
}

.functional_wrapper .add_to_wishlist,
.functional_wrapper .add_to_compare,
.functional_wrapper .ajax_add_to_cart_button,
.functional_wrapper .quick-view {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/func.png);
  background-repeat: no-repeat;
}

.functional_wrapper .add_to_wishlist {
  background-position: 0px 0px;
}

.functional_wrapper .add_to_compare {
  background-position: -28px 0;
}

.functional_wrapper .ajax_add_to_cart_button {
  background-position: -56px 0px;
}

.functional_wrapper .quick-view {
  background-position: -84px 0px;
}

.functional_wrapper .add_to_wishlist.checked,
.functional_wrapper .add_to_wishlist:hover,
.functional_wrapper .add_to_wishlist:active,
.functional_wrapper .add_to_wishlist:focus,
.functional_wrapper .add_to_wishlist:active:focus {
  background-position: 0px -44px;
}

.functional_wrapper .add_to_compare.checked,
.functional_wrapper .add_to_compare:hover,
.functional_wrapper .add_to_compare:active,
.functional_wrapper .add_to_compare:focus,
.functional_wrapper .add_to_compare:active:focus {
  background-position: -28px -44px;
}

.functional_wrapper .ajax_add_to_cart_button:hover,
.functional_wrapper .ajax_add_to_cart_button:active,
.functional_wrapper .ajax_add_to_cart_button:focus,
.functional_wrapper .ajax_add_to_cart_button:active:focus {
  background-position: -56px -44px;
}

.functional_wrapper .quick-view:hover,
.functional_wrapper .quick-view:active,
.functional_wrapper .quick-view:focus,
.functional_wrapper .quick-view:active:focus {
  background-position: -84px -44px;
}

.product-slider .owl-prev,
.product-slider .owl-next {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -76px;
  background-image: url(../img/product_slider_arrows.png);
  background-repeat: no-repeat;
}

.product-slider .owl-prev {
  background-position: 0px 0px;
  right: 28px;
}

.product-slider .owl-next {
  background-position: -34px 0px;
  right: 0;
}

.product-slider .owl-prev:hover {
  background-position: 0px -31px;
}

.product-slider .owl-next:hover {
  background-position: -34px -31px;
}

/*////////////////////////////////////////////////////////////////////////*/
.small_product_sliders {
  margin-bottom: 60px;
}

.small_products_h {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #222;
  text-align: left;
  margin: 0 0 15px 0;
}

.small-product-slider .left-block {
  width: 100px;
  margin-right: 15px;
  float: left;
}

.small-product-slider .right-block {
  width: calc(100% - 115px);
  float: left;
}

.small-product-slider .right-block .functional_wrapper {
  display: block;
  margin: 0 0 0 0;
  text-align: left;
  height: 25px;
}

.small-product-slider .ajax_block_product .clearfix {
  margin-bottom: 10px;
}

.small-product-slider .ajax_block_product .star_content.clearfix {
  margin-bottom: 5px;
}

.small-product-slider .ajax_block_product .content_price {
  margin-bottom: 12px;
}

.small-product-slider .owl-prev,
.small-product-slider .owl-next {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -38px;
  background-image: url(../img/product_slider_arrows.png);
  background-repeat: no-repeat;
}

.small-product-slider .owl-prev {
  background-position: 0px 0px;
  left: 0;
}

.small-product-slider .owl-next {
  background-position: -34px 0px;
  left: 28px;
}

.small-product-slider .owl-prev:hover {
  background-position: 0px -31px;
}

.small-product-slider .owl-next:hover {
  background-position: -34px -31px;
}

/*////////////////////////////////////////////////////////////////////////*/
.new-label {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  left: 10px;
  top: 10px;
  min-width: 36px;
  height: 15px;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  background: #5ebf07;
  border-radius: 9px;
  text-transform: uppercase;
  padding: 0 8px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
}

.sale-label {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  right: 10px;
  top: 10px;
  min-width: 36px;
  height: 15px;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  background: #ea3308;
  border-radius: 9px;
  text-transform: uppercase;
  padding: 0 8px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
}

/*///////////////////////////////////////////////////////////*/
#advantages {
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#advantages img {
  display: block;
  width: 1400px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#advantages .container {
  position: absolute;
  height: 512px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1170px;
}

#advantages h3 {
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  margin: 80px 0 75px 0;
}

#advantages i {
  display: block;
  width: 110px;
  height: 85px;
  margin: 0 auto 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.supp {
  background-image: url(../img/supp.png);
}

.discnt {
  background-image: url(../img/discnt.png);
}

.delivr {
  background-image: url(../img/delivr.png);
}

.best_ch {
  background-image: url(../img/best_ch.png);
}

#advantages span {
  display: block;
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px 0;
  text-align: center;
}

#advantages p {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 30px;
}

/*////////////////////////////////////////////////////////////////////////*/
#bottom_static {
  margin-bottom: 50px;
}

.bottom_static_wr {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.bottom_static_wr img {
  display: block;
  width: 100%;
  transition-duration: 0.5s;
}

.bottom_static_links {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  transition-duration: 0.5s;
}

.bottom_static_links h4 {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 0 0;
  transition-duration: 0.5s;
  top: 40px;
}

.bottom_static_links ul {
  margin-top: 20px;
  transition-duration: 0.5s;
}

.bottom_static_links li a {
  display: block;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #222;
  padding-bottom: 8px;
  text-decoration: none !important;
  transition-duration: 0.3s;
}

.bottom_static_links li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 1px;
  background: #b00707;
  margin-right: 0px;
  transition-duration: 0.3s;
}

.bottom_static_wr:hover img {
  transform: scale(1.4);
}

.bottom_static_wr:hover .bottom_static_links {
  background: rgba(0, 0, 0, 0.15);
}

.bottom_static_wr:hover .bottom_static_links h4 {
  position: absolute;
  top: -100px;
}

.bottom_static_wr:hover .bottom_static_links ul {
  margin-top: 0;
}

.bottom_static_wr:hover .bottom_static_links li a {
  font-size: 17px;
  padding-bottom: 15px;
}

.bottom_static_wr:hover .bottom_static_links li a:hover:before {
  width: 12px;
  margin-right: 10px;
}

.bottom_static_wr:hover .bottom_static_links li a:hover {
  padding-left: 20px;
  font-size: 25px;
  color: #b00707;
}

.bottom_static_wr:hover .bottom_static_links li a:active,
.bottom_static_wr:hover .bottom_static_links li a:focus,
.bottom_static_wr:hover .bottom_static_links li a:active:focus {
  text-decoration: none;
  font-size: 22px;
}

/*////////////////////////////////////////////////////////////////////////*/
#newsletter_block_left {
  background: #b00707;
  padding: 12px 0;
}

#newsletter_textblock {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  width: 50%;
  float: left;
  text-align: left;
}

#newsletter_textblock:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 26px;
  height: 18px;
  background: url(../img/newsletter_letter.png) no-repeat center center;
  top: 3px;
  margin-right: 10px;
}

#newsletter_block_left .block_content {
  width: 50%;
  float: left;
}

#newsletter_block_left .newsletter_wr {
  position: relative;
}

#newsletter_block_left #newsletter-input {
  display: block;
  width: 100%;
  background: #f7754d;
  height: 43px;
  border-radius: 25px;
  line-height: 43px;
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0 160px 0 20px;
  border: none;
  box-shadow: none;
}

#newsletter_block_left #newsletter-input:active,
#newsletter_block_left #newsletter-input:focus,
#newsletter_block_left #newsletter-input:active:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

#newsletter_block_left .subscribe_button {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 141px;
  padding: 0 20px;
  height: 39px;
  line-height: 41px;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  background: #b00707;
  transition-duration: .4s;
}

#newsletter_block_left .subscribe_button:hover {
  background: #151515;
  color: #fff;
  text-decoration: none;
  outline: none;
}

#newsletter_block_left .subscribe_button:active,
#newsletter_block_left .subscribe_button:focus,
#newsletter_block_left .subscribe_button:active:focus {
  background: #af5151;
  color: #fff;
  text-decoration: none;
  outline: none;
}

/*////////////////////////////////////////////////////////////////////////*/
.top_brands_h {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #222;
  line-height: 32px;
  margin: 0 0 20px 0;
  text-align: left;
}

#an_brands_block {
  padding: 20px 50px 20px 50px;
  margin-bottom: 30px;
}

#an_brands_block .bx-prev,
#an_brands_block .bx-next {
  top: auto;
  margin-top: 0px;
  bottom: -2px;
  outline: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  z-index: 9999;
  background-image: url(../img/product_slider_arrows.png);
  background-repeat: no-repeat;
}

#an_brands_block .bx-prev {
  left: -30px;
  right: auto;
  background-position: 0px 0px;
}

#an_brands_block .bx-next {
  right: -30px;
  left: auto;
  background-position: -34px 0px;
}

#an_brands_block .bx-prev:hover {
  background-position: 0px -31px;
}

#an_brands_block .bx-next:hover {
  background-position: -34px -31px;
}

#an_brands_block ul li a img {
  margin: 0 auto;
}

#an_brands_block ul li a:before,
#an_brands_block ul li a:hover:before,
#an_brands_block .bx-prev:before,
#an_brands_block .bx-next:before,
#an_brands_block .bx-prev:hover:before,
#an_brands_block .bx-next:hover:before {
  display: none !important;
}

/*////////////////////////////////////////////////////////////////////////*/
ul#payments_footer {
  margin: 0px 0px 0px 0px;
}

ul#payments_footer li {
  display: inline-block;
  width: 39px;
  text-align: center;
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  height: 24px;
  line-height: 24px;
}

ul#payments_footer li a {
  display: inline-block;
  height: 24px;
  width: 39px;
  background: url(../img/payments.png) no-repeat;
  transition-duration: 0.3s;
}

ul#payments_footer li a:hover {
  transform: scale(1.2);
}

ul#payments_footer li a.visa {
  background-position: 0px 0px;
}

ul#payments_footer li a.mscrd {
  background-position: -43px 0px;
}

ul#payments_footer li a.amrcexprss {
  background-position: -86px 0px;
}

ul#payments_footer li a.dscvr {
  background-position: -128px 0px;
}

/*////////////////////////////////////////////////////////////////////////*/
.footer_logo {
  margin: -15px 0 5px 0;
}

#footer_textblock {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #b2b2b2;
  margin: 0 0 40px 0;
}

#block_contact_infos h4,
#social_block h4 {
  display: none;
}

#social_block ul.follow li {
  display: inline-block;
  padding-bottom: 0;
}

#social_block ul.follow li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  background-image: url(../img/socials.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

#social_block ul.follow li.facebook a {
  background-position: 0px 0px;
}

#social_block ul.follow li.facebook:hover a {
  background-position: 0px -45px;
}

#social_block ul.follow li.twitter a {
  background-position: -39px 0px;
}

#social_block ul.follow li.twitter:hover a {
  background-position: -39px -45px;
}

#social_block ul.follow li.rss a {
  background-position: -78px 0px;
}

#social_block ul.follow li.rss:hover a {
  background-position: -78px -45px;
}

#social_block ul.follow li.google-plus a {
  background-position: -117px 0px;
}

#social_block ul.follow li.google-plus:hover a {
  background-position: -117px -45px;
}

/*////////////////////////////////////////////////////////////////////////*/
.footer_phone {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #222;
  margin: 0 0 22px 0;
  display: block;
}

.footer_address {
  line-height: 22px;
  margin-bottom: 12px;
}

.footer-container ul li .footer_mail a {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #b00707;
  display: block;
  margin-bottom: 18px;
}

.footer-container ul li .footer_mail a:hover,
.footer-container ul li .footer_mail a:active,
.footer-container ul li .footer_mail a:focus,
.footer-container ul li .footer_mail a:active:focus {
  color: #b00707;
  text-decoration: none;
  outline: none;
}

/*////////////////////////////////////////////////////////////////////////*/
.footer-container .copyright .container {
  padding: 18px 0 18px;
}

.copyright {
  text-align: center;
  background: #3a3a3a;
}

.copyright a {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #737373;
}

/*////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
li#grid a {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  top: 6px;
  font-size: 0;
}

li#list a {
  display: inline-block;
  width: 23px;
  height: 20px;
  overflow: hidden;
  position: relative;
  top: 6px;
}

li#grid a:hover, li#list a:hover {
  cursor: pointer;
}

li#grid a i {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  background-image: url(../img/grid_list.png);
  background-repeat: no-repeat;
  background-position: 0px -30px;
}

li#grid a:hover i {
  background-position: 0px 0px;
}

li#grid.selected a i {
  background-position: 0px 0px;
}

li#list a i {
  width: 23px;
  height: 20px;
  display: block;
  position: relative;
  background-image: url(../img/grid_list.png);
  background-repeat: no-repeat;
  background-position: -34px -30px;
}

li#list a:hover i {
  background-position: -34px 0px;
}

li#list.selected a i {
  background-position: -34px 0px;
}

.compare-form {
  float: right;
  margin-top: 3px;
}

.showall, .pagination {
  display: inline-block;
  vertical-align: top;
}

.showall {
  margin: -3px 20px 10px 15px;
  float: left;
}

#pagination,
#pagination_bottom {
  width: calc(100% - 300px);
  text-align: center;
}

#pagination_bottom ul.pagination,
#pagination ul.pagination {
  margin-top: -4px;
}

.show_all_button {
  display: inline-block;
  min-width: 93px;
  text-align: center;
  height: 27px;
  line-height: 26px;
  color: #fff;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #b00707;
  border: none;
  box-shadow: none;
  transition-duration: .4s;
}

.show_all_button:hover {
  text-decoration: none;
  background: #151515;
  color: #fff;
}

.show_all_button:active,
.show_all_button:focus,
.show_all_button:active:focus {
  background: #af5151;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.bt_compare {
  background: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222;
}

.bt_compare:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(../img/comp.png) no-repeat center center;
  position: relative;
  top: 6px;
}

.bt_compare strong {
  font-weight: normal;
}

.bt_compare:active,
.bt_compare:focus,
.bt_compare:active:focus {
  outline: none;
  text-decoration: none;
}

.product-count {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a9a9a9;
  margin-top: 14px;
  float: left;
}

.sortPagiBar div#uniform-nb_item {
  width: 75px !important;
}

.sortPagiBar div#uniform-nb_item > span {
  width: 65px !important;
}

ul.product_list.list > li .product-flags .discount {
  display: none;
}

ul.product_list.list > li .product-name {
  text-align: left;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 34px;
  color: #000;
}

ul.product_list.list li .star_content {
  display: inline-block;
  vertical-align: text-top;
}

ul.product_list.list li .nb-comments {
  display: inline-block;
  vertical-align: top;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #222;
  line-height: 16px;
}

ul.product_list.list li .functional_wrapper,
ul.product_list.grid li .product-desc,
ul.product_list.grid li .button-container,
ul.product_list.grid li .color-list-container,
ul.product_list.grid li .availability,
ul.product_list.grid li .functional-buttons {
  display: none;
}

#category ul.product_list.grid li {
  padding-bottom: 30px;
}

ul.product_list.grid li .right-block h5 {
  margin-top: 7px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.socialsharing_product.list-inline {
  margin-bottom: 24px;
}

#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing i,
#product .socialsharing_product .btn.btn-default.btn-facebook.social-sharing i,
#product .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing i,
#product .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing i {
  display: none;
}

#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing,
#product .socialsharing_product .btn.btn-default.btn-facebook.social-sharing,
#product .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing,
#product .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing {
  text-indent: -9999px;
}

#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing,
#product .socialsharing_product .btn.btn-default.btn-facebook.social-sharing,
#product .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing,
#product .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  background-image: url(../img/socials.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing {
  background-position: -39px 0px;
}

#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:hover {
  background-position: -39px -45px;
}

#product .socialsharing_product .btn.btn-default.btn-facebook.social-sharing {
  background-position: 0px 0px;
}

#product .socialsharing_product .btn.btn-default.btn-facebook.social-sharing:hover {
  background-position: 0px -45px;
}

#product .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing {
  background-position: -117px 0px;
}

#product .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing:hover {
  background-position: -117px -45px;
}

#product .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing {
  background-position: -78px 0px;
}

#product .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:hover {
  background-position: -78px -45px;
}

#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:active,
#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:focus,
#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:active:focus,
#product .socialsharing_product .btn.btn-default.btn-facebook.social-sharing:active,
#product .socialsharing_product .btn.btn-default.btn-facebook.social-sharing:focus,
#product .socialsharing_product .btn.btn-default.btn-facebook.social-sharing:active:focus,
#product .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing:active,
#product .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing:focus,
#product .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing:active:focus,
#product .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:active,
#product .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:focus,
#product .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:active:focus {
  outline: none;
}

#product #attributes .selector {
  width: 100px !important;
}

#product #attributes .selector span {
  width: 90px !important;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick.color_pick_white {
  border: 1px solid #c4c4c4;
}

#attributes .attribute_list #color_to_pick_list li.selected a.color_pick.color_pick_white:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 15px;
  height: 12px;
  background: url(../img/color_check_white.png) no-repeat center center;
}

#product.content_only #an_bootstraptabs {
  display: none;
}

#product p.buttons_bottom_block,
#product .box-cart-bottom div {
  display: inline-block;
  margin-right: 3px;
}

#product p.buttons_bottom_block #wishlist_button_nopop:before {
  display: none;
}

#product p.buttons_bottom_block #wishlist_button_nopop {
  padding-top: 16px;
}

#product .nav-tabs > li > a {
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: none;
  color: #222;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  line-height: 32px;
  padding: 10px 25px;
  background: #f7f7f7;
}

#product .nav-tabs > li:hover > a,
#product .nav-tabs > li.active > a {
  background: #fff;
  border-bottom: 1px solid transparent;
}

#product .tab-content {
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 0;
  padding-top: 20px;
}

#product #product_comments_block_tab div.comment .comment_details p.title_block strong {
  font-size: 18px;
  color: #222;
}

#product #product_comments_block_tab div.comment .comment_details em {
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #b5b3b3;
}

#product #product_comments_block_tab div.comment .comment_details .review_body {
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222;
}

#product #product_comments_block_tab div.comment {
  border-bottom: 1px solid #ededed;
}

#product #product_comments_block_tab div.comment:last-child {
  border-bottom: none;
}

#product #id_new_comment_form {
  background: #f7f7f7;
  padding: 30px;
}

#product #new_comment_form #criterions_list li label {
  display: block;
  float: none;
}

#product #new_comment_form textarea {
  margin-bottom: 20px;
}

#product #new_comment_form_footer {
  clear: both;
  padding: 20px 30px;
  margin: 0 -15px;
  border-top: 1px solid #ededed;
}

#product_comments_block_tab .fr .closefb {
  margin-left: 0;
}

#product_comments_block_tab .fr {
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #c7c7c7;
}

.pb-center-column #short_description_block #short_description_content p {
  padding-left: 0;
}

.new_comment_form_wr + p {
  margin-bottom: 0;
}

#product_comments_block_tab p.no_review,
.outorize {
  padding: 20px;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: none;
  color: #222;
}

.outorize .login__link {
  margin-left: 0 !important;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: none;
  color: #b00707;
}

.content_image {
  float: left;
  margin: 0px 30px 10px 0px;
  width: 100%;
}

.content_scene_cat .content_scene_cat_bg {
  padding: 0;
  /*min-height: 235px !important;*/
}

.breadcrumb {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: none;
  display: block;
  padding: 0px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  background: transparent;
  margin-top: 0px;
  z-index: 1;
}

.breadcrumb .navigation-pipe {
  display: none;
}

.breadcrumb span.navigation_page {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #b1b1b1;
  text-transform: none;
}

.breadcrumb span.navigation_page a {
  display: inline-block;
  text-transform: none;
  padding: 0 0 0 0;
  position: relative;
  z-index: 2;
  color: #222;
}

.breadcrumb a:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 7px;
  background: url(../img/crumb_arr.png) no-repeat center center;
  position: relative;
  right: 0px;
  top: -1px;
  z-index: -1;
  margin: 0 10px 0 10px;
}

.breadcrumb span.navigation_page a:hover {
  color: #222;
}

#layered_block_left {
  background: #fff;
  -moz-box-shadow: rgba(95, 36, 36, 0.34) 0px 5px 16px;
  -webkit-box-shadow: rgba(95, 36, 36, 0.34) 0px 5px 16px;
  box-shadow: rgba(95, 36, 36, 0.34) 0px 5px 16px;
  padding-left: 20px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  #layered_block_left {
    margin-bottom: 30px;
    padding-top: 0;
  }
}

#layered_block_left .title_block {
  text-transform: uppercase;
  font-size: 18px;
  color: #b00707;
  display: none;
}
@media (max-width: 991px) {
  #layered_block_left .title_block {
    display: inherit;
  }
}

#center_column {
  background: #fff;
  -moz-box-shadow: rgba(95, 36, 36, 0.34) 0px 5px 16px;
  -webkit-box-shadow: rgba(95, 36, 36, 0.34) 0px 5px 16px;
  box-shadow: rgba(95, 36, 36, 0.34) 0px 5px 16px;
  padding-top: 16px;
  padding-bottom: 1px;
}

#index #columns {
  padding-top: 0;
}
#index #center_column {
  box-shadow: none;
  padding-top: 0 !important;
}
#index .home_slide_right {
  background-color: rgba(0, 0, 0, 0.3);
}

#authentication #center_column, #password #center_column {
  background: none !important;
  box-shadow: none;
  padding-top: 100px !important;
}
@media (max-width: 991px) {
  #authentication #center_column, #password #center_column {
    padding-top: 50px !important;
  }
}

#categories_block_left h2.title_block {
  padding-top: 0;
}

#product p.buttons_bottom_block #wishlist_button_nopop,
.product_button,
.button,
.cart_navigation .button-exclusive,
.button.button-medium.exclusive,
.button.exclusive-medium,
.button.button-medium {
  display: inline-block;
  min-width: 160px;
  padding: 0 20px;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: none;
  border: none;
  height: 43px;
  line-height: 44px;
  transition-duration: .4s;
  background: #b00707;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

.button_quote {
  min-width: 100%;
  padding: 0 20px;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  border: none;
  height: 43px;
  line-height: 44px;
  transition-duration: .4s;
  background: #b00707;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.button_large_small {
  min-width: 100%;
  padding: 0 20px;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  border: none;
  height: 31px;
  line-height: 31px;
  transition-duration: .4s;
  background: #b00707;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.cart_navigation .button-exclusive,
#product p.buttons_bottom_block #wishlist_button_nopop {
  background: #b3b3b3;
}

.button.button-small {
  display: inline-block;
  min-width: 70px;
  padding: 0 10px;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: none;
  border: none;
  background: #b00707;
  height: 28px;
  line-height: 28px;
  transition-duration: .4s;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

.button i.left,
.cart_navigation .button-exclusive i.left,
.cart_navigation .button-exclusive span i.left,
.cart_navigation .button-exclusive i.icon-chevron-left,
.button.button-medium.exclusive span i.left,
.button.exclusive-medium span i.left,
.button.button-small span i.left,
.button.button-medium span i.left {
  display: none;
}

.button i.right,
.cart_navigation .button-exclusive span i.right,
.cart_navigation .button-exclusive i.right,
.button.button-medium.exclusive span i.right,
.button.exclusive-medium span i.right,
.button.button-small span i.right,
.button.button-medium span i.right {
  display: none;
}

#product p.buttons_bottom_block #wishlist_button_nopop:hover,
.product_button:hover,
.button:hover,
.cart_navigation .button-exclusive:hover,
.button.button-medium.exclusive:hover,
.button.exclusive-medium:hover,
.button.button-small:hover,
.button.button-medium:hover {
  text-decoration: none;
  background: #151515;
  color: #fff;
}

#product p.buttons_bottom_block #wishlist_button_nopop:active,
#product p.buttons_bottom_block #wishlist_button_nopop:focus,
#product p.buttons_bottom_block #wishlist_button_nopop:active:focus,
.product_button:active,
.product_button:focus,
.product_button:active:focus,
.button:active,
.button:focus,
.button:active:focus,
.cart_navigation .button-exclusive:active,
.cart_navigation .button-exclusive:focus,
.cart_navigation .button-exclusive:active:focus,
.button.button-medium.exclusive:active,
.button.button-medium.exclusive:focus,
.button.button-medium.exclusive:active:focus,
.button.exclusive-medium:active,
.button.exclusive-medium:focus,
.button.exclusive-medium:active:focus,
.button.button-small:active,
.button.button-small:focus,
.button.button-small:active:focus,
.button.button-medium:active,
.button.button-medium:focus,
.button.button-medium:active:focus {
  background: #af5151;
  color: #fff;
  text-decoration: none;
  outline: none;
}

#add_to_cart .button,
.button.button-medium.standard-checkout {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: none;
  border: none;
  height: 43px;
  line-height: 44px;
  transition-duration: .4s;
  background: #b00707;
  color: #fff;
  padding: 0 25px;
  display: inline-block;
  margin-bottom: 10px;
}

#add_to_cart .button:hover,
.button.button-medium.standard-checkout:hover {
  text-decoration: none;
  background: #151515;
  color: #fff;
}

#add_to_cart .button:active,
#add_to_cart .button:focus,
#add_to_cart .button:active:focus,
.button.button-medium.standard-checkout:active,
.button.button-medium.standard-checkout:focus,
.button.button-medium.standard-checkout:active:focus {
  background: #af5151;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.button.btn-multiline {
  line-height: 14px;
}

.button.btn-multiline > span.subtext {
  display: block;
  font-size: 11px;
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  /* font-style: italic; */
}

div.checker.hover span,
div.checker span {
  background-image: url(../img/checkbox.png);
  background-repeat: no-repeat;
  background-position: 0px 0px !important;
}

div.checker span.checked,
div.checker.hover span.checked {
  background-position: 0px -23px !important;
}

input[type="button" i]:focus,
input[type="checkbox" i]:focus,
input[type="file" i]:focus,
input[type="hidden" i]:focus,
input[type="image" i]:focus,
input[type="radio" i]:focus,
input[type="reset" i]:focus,
input[type="submit" i]:focus,
input[type="file" i]:focus::-webkit-file-upload-button {
  outline-offset: 0px;
  outline: none;
}

/*	selectors */
div.selector,
div.selector span {
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  height: 34px;
}

div.selector {
  background-position: 0px -40px !important;
}

div.selector span {
  background-position: right 0px !important;
  line-height: 36px;
}

div.selector select {
  height: 34px;
}

.btn.button-plus,
.btn.button-minus {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  width: 30px;
  height: 28px;
  color: #222;
  position: relative;
  background: #f0f0f0;
  text-align: center;
  padding: 0;
  border: 1px solid #e5e5e5;
}

.btn.button-plus {
  top: 3px;
  right: 8px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.btn.button-minus {
  top: 1px;
  line-height: 22px;
  right: 44px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.btn.button-plus span,
.btn.button-minus span {
  display: block;
  border: 1px solid #fff;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0 0 0;
  background: white;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#fbfbfb));
  background-image: -webkit-linear-gradient(top, white, 0%, #fbfbfb, 100%);
  background-image: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFB', GradientType=0);
}

.btn.button-plus:hover,
.btn.button-minus:hover {
  color: #222;
}

.btn.button-plus:hover span,
.btn.button-minus:hover span {
  filter: none;
  background: #f6f6f6;
}

.cart_quantity .cart_quantity_button .cart_quantity_down.btn.btn-default.button-minus {
  font-size: 24px;
  line-height: 22px;
  display: inline-block;
  width: 30px;
  height: 28px;
  color: #222;
  position: relative;
  background: #f0f0f0;
  text-align: center;
  padding: 0;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  top: 0;
  right: -4px;
}

.cart_quantity .cart_quantity_button .cart_quantity_up.btn.btn-default.button-plus {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  width: 30px;
  height: 28px;
  color: #222;
  position: relative;
  background: #f0f0f0;
  text-align: center;
  vertical-align: top;
  padding: 0;
  border: 1px solid #e5e5e5;
  top: 0;
  right: 4px;
}

.cart_quantity .cart_quantity_button .cart_quantity_input.form-control {
  width: 40px;
  height: 28px;
  display: inline-block;
  padding: 0 6px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  position: relative;
  left: 0px;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}

.btn.button-plus:hover,
.btn.button-plus:active,
.btn.button-plus:focus,
.btn.button-plus:active:focus,
.btn.button-minus:hover,
.btn.button-minus:active,
.btn.button-minus:focus,
.btn.button-minus:active:focus {
  text-decoration: none !important;
}

/*///////////////////////////////////////////////////////////*/
#cart_summary tbody td.cart_avail span {
  display: inline-block;
  min-width: 74px;
  height: 28px;
  line-height: 29px;
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  background: #5ebf07;
  font-size: 12px;
  margin: 0;
  padding: 0 8px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  vertical-align: middle;
  border: none;
  font-weight: normal;
}

.cart_description .product-name a {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #222;
}

.cart_description .product-name {
  margin-bottom: 0;
}

#cart_summary tbody td.cart_description small a,
#cart_summary tbody td.cart_description small {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
}

.price.text-right .price {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #222;
}

.price.text-right > li {
  display: inline-block;
}

#order.order.hide-left-column.hide-right-column .table-bordered > thead > tr > th {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #b00707;
}

.cart_total span.price {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #222;
}

.cart_delete a.cart_quantity_delete, a.price_discount_delete {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/delete_cart.png) no-repeat center center;
  transition-duration: 0.5s;
  position: relative;
  top: 4px;
}

.cart_delete a.cart_quantity_delete .icon-trash {
  display: none;
}

#cart_summary tbody tr {
  border-bottom: 1px solid #e8e8e8;
}

#cart_summary tbody tr:last-child {
  border-bottom: none;
}

#order #cart_summary tfoot td.text-right {
  font-family: "Ubuntu_Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #a5a5a5;
}

#order #cart_summary tfoot td.text-right + .price {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}

#order #cart_summary tfoot td.text-right + .price span {
  font-family: "Ubuntu_Bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #222;
}

.cart_description .hook-reviews .nb-comments {
  display: none;
}

.cart_description .hook-reviews {
  padding-top: 5px;
}

#order .table-bordered,
#order .table-bordered > tfoot > tr > td,
#order .table-bordered > thead > tr > th,
#order .table-bordered > tbody > tr > td {
  border: none;
}

/*///////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////*/
@media (max-width: 1199px) {
  #homepage-slider .homeslider-description {
    width: 920px;
  }

  .top_static_wr {
    margin-bottom: 25px;
  }

  .product_list .func1, .product_list .func2, .product_list .func3, .product_list .func4 {
    bottom: 0;
    opacity: 1;
  }

  .bottom_static_links {
    padding: 15px 40px;
  }

  #advantages .container {
    width: 990px;
  }
}
@media (max-width: 991px) {
  #homepage-slider .homeslider-description {
    width: 690px;
  }

  .top_static_wr {
    margin-bottom: 19px;
  }

  #advantages h3 {
    margin: 40px 0 50px 0;
  }

  #advantages p {
    padding: 0 0 0 0;
  }

  .bottom_static_wr {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  #advantages .container {
    width: 760px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .small-product-slider .right-block .functional_wrapper {
    width: 70px;
    height: 60px;
  }

  ul.product_list.list > li .right-block .right-block-content .functional-buttons .compare {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  #homepage-slider .homeslider-description {
    width: 400px;
  }

  #homepage-slider .homeslider-description h2 {
    font-size: 54px;
    line-height: 60px;
  }

  .header_user_info, #languages-block-top, #currencies-block-top {
    float: left;
  }

  #header_logo a img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  #search_block_top {
    padding-left: 15px;
    padding-right: 15px;
    /*padding-top: 0px;*/
  }

  .sf-menu > li:first-child > a {
    padding-left: 17px;
  }

  #block_top_menu li.category-thumbnail {
    display: none;
  }

  .small-product-slider {
    margin-bottom: 50px;
  }

  .small-product-slider .owl-prev, .small-product-slider .owl-next {
    bottom: -5px;
  }

  #advantages h3 {
    margin: 10px 0 15px 0;
  }

  #advantages i {
    float: left;
    margin: 0 15px 10px 0;
  }

  #advantages .col-sm-3 {
    clear: both;
  }

  #advantages p, #advantages span {
    text-align: left;
  }

  #newsletter_textblock {
    width: 100%;
    float: none;
    text-align: center;
  }

  #newsletter_block_left .block_content {
    width: 100%;
    float: none;
  }

  #block_contact_infos h4, #social_block h4 {
    display: block;
  }

  .footer_logo {
    margin-top: 0;
  }

  #footer_textblock {
    margin-bottom: 5px;
  }

  .footer_phone {
    margin-bottom: 10px;
  }

  #pagination, #pagination_bottom {
    width: 100%;
    text-align: left;
  }

  #advantages .container {
    width: 100vw;
  }
}
@media (max-width: 481px) {
  #homepage-slider .homeslider-description {
    width: 300px;
  }

  #header_logo a img {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  #search_block_top {
    padding-top: 0;
  }

  #advantages h3 {
    font-size: 30px;
    line-height: 30px;
  }

  #advantages p {
    font-size: 12px;
  }

  #advantages span {
    margin-bottom: 2px;
  }

  #advantages .col-sm-3 {
    margin-bottom: 10px;
  }

  #product .nav-tabs > li > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
  }

  #add_to_cart .product_button {
    margin-bottom: 15px;
  }

  .fr {
    left: 0;
  }

  .fr .product_button {
    min-width: 75px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*///////////////////////////////////////////////////////////*/
.category_name {
  font-family: "Ubuntu_Regular", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #b00707;
}

.category_subname {
  font-family: "Ubuntu_Regular", sans-serif;
  text-transform: capitalize;
  font-weight: normal;
  color: #000;
}

.delivery_message {
  padding: 5px 10px;
  margin: 15px 0;
  font-size: 12px;
  font-weight: 600;
  display: table;
  border-radius: 15px;
}

.notfound {
  margin: 20px;
}

.subcategory_show {
  overflow: hidden;
}
.subcategory_show img {
  width: 100%;
  height: auto;
  border: 2px solid rgba(119, 119, 119, 0.25);
}
.subcategory_show h3 {
  font-size: 18px;
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
}
.subcategory_show .cat_desc {
  height: 90px;
}

.select-sub {
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.sub-clicked-all {
  padding: 0 5px;
  cursor: pointer;
  color: #b00707;
}

.sub-clicked {
  padding: 0 5px;
  border-left: 1px solid #777;
  cursor: pointer;
}
.sub-clicked:hover {
  color: #b00707;
}

.btn_techsheet, .btn_manual, .btn_draw {
  line-height: 27px;
  width: 100%;
}

.btn_techsheet {
  display: inline-block;
  color: #fff;
  background: #b00707;
  text-align: center;
  border: 1px solid rgba(125, 9, 9, 0.25);
}
.btn_techsheet:hover {
  color: #fff;
}

.logo_techsheet:before {
  content: "\f085";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.btn_manual {
  display: inline-block;
  color: #fff;
  background: #3b3b3b;
  text-align: center;
  border: 1px solid rgba(35, 35, 35, 0.25);
}
.btn_manual:hover {
  color: #fff;
}

.logo_manual:before {
  content: "\f02d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.btn_draw {
  display: inline-block;
  background: #DDD;
  text-align: center;
  border: 1px solid rgba(170, 170, 170, 0.25);
}
.btn_draw:hover {
  color: #777;
}

.logo_draw:before {
  content: "\f247";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.value_techsheet, .value_manual, .value_draw {
  line-height: 27px;
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
}

.row_category {
  margin: 0;
}

.btn_bootstrap_large {
  padding: 0 2px;
}

#header .menu_bg {
  background: #b00707;
}
#header .menu_catalog {
  background-color: #b00707;
  padding: 2px 0 12px 0;
  z-index: 50;
}
@media (max-width: 992px) {
  #header .menu_catalog {
    width: 100%;
  }
}
#header #search-border-triangle {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 65px 56px 0;
  border-color: transparent #b00707 transparent transparent;
}
#header .space_btn_list {
  padding-top: 12px;
  font-family: "Ubuntu_Medium", Arial, Helvetica, sans-serif;
}
#header .space_btn_list a {
  background: linear-gradient(to bottom, #e01010 38%, #b00707);
  padding: 5px 45px;
  font-size: 25px;
  color: #fff;
  border: 1px solid #8a0606;
  border-radius: 3px;
}
@media (max-width: 480px) {
  #header .space_btn_list a {
    font-size: 20px;
  }
}

.round {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #FFF;
  color: #222;
  text-align: center;
  -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
}
.round.round-sm {
  height: 18px;
  width: 18px;
  line-height: 18px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.7em;
}
.round.round-lg {
  height: 40px;
  width: 40px;
  line-height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 1.5em;
}
.round.round-default {
  color: #999999;
  -moz-box-shadow: 0px 0px 0px 3px #999999;
  -webkit-box-shadow: 0px 0px 0px 3px #999999;
  box-shadow: 0px 0px 0px 3px #999999;
}
.round.round-default[href]:hover, .round.round-default[href]:focus {
  color: gray;
}
.round.round-primary {
  color: #428bca;
  -moz-box-shadow: 0px 0px 0px 3px #428bca;
  -webkit-box-shadow: 0px 0px 0px 3px #428bca;
  box-shadow: 0px 0px 0px 3px #428bca;
}
.round.round-primary[href]:hover, .round.round-primary[href]:focus {
  color: #3071a9;
}
.round.round-success {
  color: #55c65e;
  -moz-box-shadow: 0px 0px 0px 3px #55c65e;
  -webkit-box-shadow: 0px 0px 0px 3px #55c65e;
  box-shadow: 0px 0px 0px 3px #55c65e;
}
.round.round-success[href]:hover, .round.round-success[href]:focus {
  color: #3aae43;
}
.round.round-info {
  color: #5192f3;
  -moz-box-shadow: 0px 0px 0px 3px #5192f3;
  -webkit-box-shadow: 0px 0px 0px 3px #5192f3;
  box-shadow: 0px 0px 0px 3px #5192f3;
}
.round.round-info[href]:hover, .round.round-info[href]:focus {
  color: #2174f0;
}
.round.round-warning {
  color: #fe9126;
  -moz-box-shadow: 0px 0px 0px 3px #fe9126;
  -webkit-box-shadow: 0px 0px 0px 3px #fe9126;
  box-shadow: 0px 0px 0px 3px #fe9126;
}
.round.round-warning[href]:hover, .round.round-warning[href]:focus {
  color: #f07701;
}
.round.round-danger {
  color: #f3515c;
  -moz-box-shadow: 0px 0px 0px 3px #f3515c;
  -webkit-box-shadow: 0px 0px 0px 3px #f3515c;
  box-shadow: 0px 0px 0px 3px #f3515c;
}
.round.round-danger[href]:hover, .round.round-danger[href]:focus {
  color: #f0212f;
}
.round.round-product {
  float: right;
}

.product-list-discount-range {
  float: right;
  color: #000;
}

.page-heading {
  margin: 0 0 15px !important;
}

.button-margintop {
  margin-top: 20px;
}

.space_btn_list > p:before, .space_btn_list > p:after {
  content: '';
  width: 6em;
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
  display: inline-block;
  margin-bottom: 8px;
}
.space_btn_list > p:before {
  margin-left: -100%;
  margin-right: 0;
}
.space_btn_list > p:after {
  margin-right: -100%;
  margin-left: 0;
}
