
/*//////////////////////////////////////////////////////////////////*/
.search_icon {
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(../img/search_icon.png) no-repeat center center;
    cursor: pointer;
    position: relative;
    top: 2px;
    float: right;
    margin-right: 8px;
}
#fade4 {
    display: none;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 6000;
}



#search_block_top {
  display: none;
}

#search_block_top.active {
  display: block;
  position: fixed;
  top: 10%;
  left: 10%;
  right: 10%;
  height: 144px;
  bottom: auto;
  z-index: 7000;
  width: 78%;
}

#search_block_top #searchbox {
  position: absolute;
  left: 0%;
  width: 85%;
  top: 10%;
  right: 0%;
}

#search_block_top .looking {
  display: inline-block;
  font-size: 36px;
  font-family: 'Lato-Regular';
  color: #c3c3c3;
  margin-right: 10px;
}

.search_close {
  display: inline-block;
  background: url(../img/search_close.png) no-repeat center center;
  position: fixed;
  top: 30px; right: 40px;
  width: 30px; height: 30px;
  cursor: pointer;
}

#search_block_top #search_query_top {
  display: inline-block;
  font-size: 36px;
  font-family: 'Lato-Regular';
  color: #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-left: none;
  border-top: none;
  border-right: none;
  height: 50px;
  background: transparent;
}
#search_block_top #search_query_top:active,
#search_block_top #search_query_top:focus,
#search_block_top #search_query_top:active:focus {outline: none; box-shadow: none;}

 #search_query_top::-webkit-input-placeholder {color:#c3c3c3;}
 #search_query_top::-moz-placeholder          {color:#c3c3c3;}
 #search_query_top:-moz-placeholder           {color:#c3c3c3;}
 #search_query_top:-ms-input-placeholder      {color:#c3c3c3;}

 #search_block_top .btn.button-search {
    background: url(../img/search_icon1.png) no-repeat center center;
    display: inline-block;
    border: none;
    width: 30px;
    height: 30px;
    border: none;
    box-shadow: none;
  }
  #search_block_top .btn.button-search:active,
  #search_block_top .btn.button-search:focus,
  #search_block_top .btn.button-search:active:focus {outline: none; box-shadow:  none;}

    #search_block_top .btn.button-search span {
      display: none; }

/*//////////////////////////////////////////////////////////////////*/
.cart_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/cart_icon.png);
    background-repeat: no-repeat;
    background-position: 5px -30px;
    cursor: pointer;
    position: relative;
    float: right;
    margin-right: 11px;
    top: 1px;
}
.cart_icon.icon-cart-no-product {background-position: 5px 6px;}

.cart_icon .ajax_cart_quantity {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 8px;
    width: 20px;
    font-family: 'Lato-Bold';
    color: #222;
    font-size: 10px;
    text-align: center;
}
.cart_icon.icon-cart-min-product .ajax_cart_quantity {font-size: 8px;}

.cart_icon .ajax_cart_quantity.unvisible {display: none;}
.cart_icon .cart_summary.cart_block_total.ajax_block_cart_total {
    font-family: 'Lato-Bold';
    color: #222;
    font-size: 16px;
    line-height: 30px;
}
#fade2 {
    display: none;
    background: #111;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 6000;
}

.cart {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block !important;
  right: -500px;
  width: 300px;
  height: 100%;
  overflow-x: hidden;
  background: #fcfcfc;
  padding: 0 20px 0px 30px;
  transition-duration: 0.5s;
}

.cart.active {
  right: -20px;
  z-index: 7000;
}

.cart_block_list {
  overflow-y: auto;
  height: calc(100vh - 263px);
  -ms-overflow-style: none;
}
.cart_block_list::-webkit-scrollbar { width: 0; }

.cart_head {
  display: block;
  font-family: 'Lato-Regular';
  text-transform: none;
  font-size: 20px;
  margin: 0 0 0 -30px;
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #f9f9f9;
  color: #222;
  height: 95px;
}

.cart_block .cart-prices {
  height: 90px;
}

.cart_block .cart-buttons {
  height: 78px;
  margin-bottom: 0;
  padding: 14px 0;
  text-align: center;
}


.cart_close {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 34px; right: 46px;
  background-image: url(../img/search_close.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}
.cart_close:hover,
.cart_close:active,
.cart_close:focus,
.cart_close:active:focus {}

.product-atributes a,
.product-atributes span {
  font-family: 'Lato-Regular';
  font-size: 12px;
  color: #9e9e9e;
}
.cart-info span.price {
  font-family: 'Lato-Bold';
  font-size: 18px;
  color: #222;
  line-height: 18px;
}
.cart_buttons_wr {
  margin-left: -30px;
  padding-left: 30px;
  background: #f4f4f4;
}

.cart_block .cart_block_list .remove_link a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/cart_del.png) no-repeat 0px 0px;
  cursor: pointer;
}

.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .remove_link a:active,
.cart_block .cart_block_list .remove_link a:focus,
.cart_block .cart_block_list .remove_link a:active:focus {background-position: 0px -30px;}

.need_hide {display: none;}

.checkout_button {
  background: #222;
  height: 50px;
  min-width: 160px;
  display: inline-block;
  white-space: nowrap;
  margin: 0 auto;
  line-height: 50px;
  font-family: 'Lato-Bold';
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  transition-duration: 0.5s;
  border: none;
}

.checkout_button:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.checkout_button:active,
.checkout_button:focus,
.checkout_button:active:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-decoration: none;
}

.cart_block.block.exclusive .block_content,
.cart_block.block.exclusive {margin-bottom: 0;}


/*//////////////////////////////////////////////////////////////////*/

.socials_wr {clear: both; position: relative;}

#social_block {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  height: 30px;
}
#social_block li {
  display: inline-block;
  height: 30px;
}
#social_block li a {
  width: 30px; height: 30px;
  background-image: url(../img/social.png);
  background-repeat: no-repeat;
  display: inline-block;
}

#social_block li.facebook a {
  background-position: 12px 8px;
}
#social_block li.twitter a {
  background-position: -29px 8px;
}
#social_block li.pinterest a {
  background-position: -69px 8px;
}
#social_block li.rss a {
  background-position: -107px 8px;
}
#social_block li.google-plus a {
  background-position: -146px 8px;
}
#social_block li.instagram a {
  background-position: -182px 8px;
}
#social_block li.vimeo a {
    background-position: -219px 8px;
}
#social_block li.youtube a {
    background-position: -261px 8px;
}

.header-line-bottom{
    border-bottom: 1px solid #f1f1f1;
}


#social_block li.facebook a:hover {
  background-position: 12px -31px;
}
#social_block li.twitter a:hover {
  background-position: -29px -31px;
}
#social_block li.pinterest a:hover {
  background-position: -69px -31px;
}
#social_block li.rss a:hover {
  background-position: -107px -31px;
}
#social_block li.google-plus a:hover {
  background-position: -146px -31px;
}
#social_block li.instagram a:hover {
  background-position: -182px -31px;
}

#social_block li.vimeo a:hover {
    background-position: -219px -31px;
}
#social_block li.youtube a:hover {
    background-position: -261px -31px;
}

/*//////////////////////////////////////////////////////////////////*/

.header-line{
    padding: 24px 0px;
}

.menu-head{
    padding-top: 6px;
}

/*#header_logo {*/
  /*border-bottom: 1px solid #eaeaea;*/
/*}*/

#header_logo a {
	display: block;
	/*margin: 33px auto;*/
}

#header_logo img {
  margin: 0;
    max-width: 220px !important;
    display: inline-block;
}

/*//////////////////////////////////////////////////////////////////*/

/*** ESSENTIAL STYLES ***/
.sf-contener {
  clear: both;
  padding: 7px 15px 2px 15px;
  width: 100%; }

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%; }



@media (min-width: 1000px) {
    .sf-menu {
        text-align: right; }
}

  @media (max-width: 767px) {
    .sf-menu {
      display: none; }
  }

.sf-menu ul {
  position: absolute;
  background: #fff; }
  @media (max-width: 767px) {
    .sf-menu ul {
      position: relative; } }

.sf-menu ul li {
  width: 100%; }

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

.sf-menu > li {
  display: inline-block; }


  .sf-menu > li > a {
    font-family: 'Lato-Regular';
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #222;
    overflow: hidden;
    color: #222;
    display: block;
    padding: 0px 20px; }

  .sf-menu > li.sfHover > a,
  .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {}

  .sf-menu > li > a:before {
    content: '[';
    transition-duration: .4s;
    position: relative;
    left: -30px;
    opacity: 0;
  }
  .sf-menu > li > a:after {
    content: ']';
    transition-duration: .4s;
    position: relative;
    right: -30px;
    opacity: 0;
  }



  .sf-menu > li.sfHover > a:before,
  .sf-menu > li > a:hover:before,
  .sf-menu > li.sfHoverForce > a:before {
    left: -8px;
    opacity: 1;
  }
  .sf-menu > li.sfHover > a:after,
  .sf-menu > li > a:hover:after,
  .sf-menu > li.sfHoverForce > a:after {
    right: -8px;
    opacity: 1;
  }

.sf-menu li li li a {
  font-family: 'Lato-Regular';
  display: inline-block;
  position: relative;
  color: #222;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px; }
  .sf-menu li li li a:before {
    content: '';
    display: inline-block;
    position: relative;
    height: 1px; width: 0;
    top: -3px;
    transition-duration: .3s;
    background: #222;
  }
  .sf-menu li li li a:hover:before {
    width: 12px;
    margin-right: 7px;
  }

.sf-menu li ul {
  display: none;
  left: 0;
  margin-left: 0;
  top: 50px;
  /* match top ul list item height */
  z-index: 99;
  padding: 12px 0px 18px 0px;
  box-shadow: 0px 10px 20px 0px rgba(147,147,147,0.5);
}
  @media (max-width: 767px) {
    .sf-menu li ul {
      top: 0; } }

.sf-menu li li ul {
  margin-left: 0;
  left: 0;
  position: static;
  display: block !important;
  opacity: 1 !important;
  background: none;
  box-shadow: none;
}


.sf-menu > li > ul {
  padding: 30px;
  width: 100%; }

  .sf-menu > li > ul > li > a {
    font-family: 'Lato-Regular';
    font-size: 20px;
    line-height: 20px;
    color: #222; }
    .sf-menu > li > ul > li > a:hover {
      color: #939393; }

.sf-menu > li > ul > li {
  float: left;
  text-align: left;
  width: 20%;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .sf-menu > li > ul > li {
      width: 50%; } }
  @media (max-width: 479px) {
    .sf-menu > li > ul > li {
      width: 100%;
      padding-bottom: 0px; } }
  @media (min-width: 768px) {
    .sf-menu > li > ul > li.first-in-line-lg {
      clear: left; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .sf-menu > li > ul > li.first-in-line-xs {
      clear: left; } }


       @media (max-width: 767px) {
    .sf-menu > li {
      float: none;
      display: block;
      text-align: left;
      color: #222;
      position: relative;
      border-right: none; }
      .sf-menu > li span {
        position: absolute;
        right: 6px;
        top: 20px;
        width: 30px;
        height: 30px;
        z-index: 2; }
        .sf-menu > li span:after {
          font-family: "FontAwesome";
          content: "\f067";
          font-size: 26px; }
        .sf-menu > li span.active:after {
          content: "\f068"; }

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

          .sf-menu > li > ul {
            width: 100%;
            margin-left: 0;
            left: 0;
          }
    }

.sf-menu > li > ul > li.category-thumbnail {
  width: 100% !important;
  float: none;
  clear: both;
  overflow: hidden;
  padding-right: 0; }
  .sf-menu > li > ul > li.category-thumbnail > div {
    float: left;
    padding-left: 15px;
    max-width: 50%;
    min-width: 290px; }

    @media (max-width: 479px) {
      .sf-menu > li > ul > li.category-thumbnail > div {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        text-align: center; } }

    .sf-menu > li > ul > li.category-thumbnail > div:first-child {
      padding-left: 0;
      padding-right: 15px;
    }
    .sf-menu > li > ul > li.category-thumbnail > div img {
      width: 100%;
      display: block; }

.cat-title {
  display: none; }
  @media (max-width: 767px) {
    .sf-contener {padding-bottom: 7px;}
    .cat-title {
      display: block;
      font-family: 'Lato-Bold';
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      color: #222;
      display: block;
      padding: 18px 20px;
      background: #f6f6f6;
      position: relative; }
      .cat-title:hover {}

      .cat-title:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 15px;
        top: 18px;
        font-size: 26px; }
      .cat-title.active:after {
        content: "\f068"; } }

.sf-menu li.sf-search {
  border: none; }
  .sf-menu li.sf-search input {
    display: inline;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin: 13px 10px 0 0;
    font-size: 13px;
    color: #9c9b9b;
    border: 1px solid #d6d4d4; }

#block_top_menu .category-thumbnail {
  clear: both;
  width: 100%;
  float: none; }
  
    #block_top_menu .category-thumbnail div img {
      width: 100%; }
#block_top_menu li.category-thumbnail {
  padding-right: 0; }

/*# sourceMappingURL=superfish-modified.css.map */


/*//////////////////////////////////////////////////////////////////*/

/******************************************************************************
            Home Page Slider
*******************************************************************************/
#homepage-slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

  #homepage-slider #homeslider {
    margin: 0 auto;
    padding: 0; }

  #homepage-slider .homeslider-container {
    position: relative; }
  #homepage-slider .homeslider-image {
    position: absolute;
    left: 0;
    top: 0; }

  #homepage-slider .homeslider-description {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    cursor: pointer; }
    #homepage-slider .homeslider-description h2 {
      font-family: 'Lato-Light';
      font-size: 56px;
      line-height: 60px;
      color: #fff;
      margin: 0 0 13px 0;
      text-align: center;
      padding: 0;
    }
@media (max-width: 481px) {
    #homepage-slider .homeslider-description h2 {
      font-size: 30px;
      line-height: 36px;
    }
}
    #homepage-slider .homeslider-description p {
      font-family: 'Lato-Light';
      font-size: 18px;
      line-height: 26px;
      color: #fff;
      text-align: center;
      margin: 0 0 30px 0;
    }
    #homepage-slider .homeslider-description a {
      font-family: 'Lato-Regular';
      font-size: 16px;
      line-height: 58px;
      white-space: nowrap;
      color: #fff;
      display: inline-block;
      background: #45A509;
      text-align: center;
      min-width: 200px;
      padding: 0 20px;
      border-radius: 40px;
      margin: 25px 0 0 0;
      box-shadow: 0px 7px 8px 0px rgba(147,147,147,0.2);
      transition-duration: .5s;
      border: none;
      text-decoration: none;
    }
    #homepage-slider .homeslider-description a:hover {
      text-decoration: none;
      background: #000;
      color: #fff;
    }
    #homepage-slider .homeslider-description a:active,
    #homepage-slider .homeslider-description a:focus,
    #homepage-slider .homeslider-description a:active:focus {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        text-decoration: none;
        outline: none;
    }

   
  #homepage-slider .bx-wrapper img {
    width: 100%;
    height: auto; }

  #homepage-slider .bx-wrapper .bx-viewport {
    width: 100%;
    direction: ltr !important; }
  


  #homepage-slider .bx-wrapper .bx-controls-direction a {
    top: auto;
    margin-top: 0px;
    bottom: 280px;
    outline: 0;
    width: 16px;
    height: 30px;
    font-size: 0;
    z-index: 9999;
    background-image: url(../img/homeslider_arrows.png);
    background-repeat: no-repeat;
  }

  #homepage-slider .bx-wrapper .bx-controls-direction {
    width: 100vw;
    margin: 0 auto;
    position: relative;
  }
  
  #homepage-slider .bx-wrapper .bx-prev {
    left: 60px;
    right: auto;
    background-position: 0px 0px;
  }
  #homepage-slider .bx-wrapper .bx-next {
    right: 60px;
    left: auto;
    background-position: -30px 0px;
  }

  #homepage-slider .bx-wrapper .bx-prev:hover {
    background-position: 0px -40px;
  }
  #homepage-slider .bx-wrapper .bx-next:hover {
    background-position: -30px -40px;
  }

  .bx-wrapper .bx-controls-direction a:before {display: none;
  }
  #homepage-slider .bx-wrapper .bx-pager {
    bottom: 23px;
  }
  #homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #45A509;
    width: 12px; height: 12px;
    border-radius: 7px;
  }
  #homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #45A509;
  }


ul.product_list.grid li {
    padding-bottom: 86px;
}

ul.product_list.grid li.hovered {
    margin-bottom: 22px;
}


/*//////////////////////////////////////////////////////////////////*/

#advantages {
	margin-bottom: 73px;
}


.advantage_wr {
  border: 1px solid #eaeaea;
  position: relative;
  padding: 53px 35px 12px 35px;
}
.advantage_wr i {
  position: absolute;
  left: 50%; top: -30px;
  margin-left: -65px;
  display: inline-block;
  width: 130px; height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  z-index: 2;
}


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

.advantage_wr span {
  font-family: 'Lato-Regular';
  font-size: 18px;
  line-height: 20px;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 11px;
}
.advantage_wr p {
  font-family: 'Lato-Light';
  font-size: 16px;
  line-height: 25px;
  color: #444444;
  display: block;
  text-align: center;
}

/*//////////////////////////////////////////////////////////////////*/

.new_arr_h {
    font-family: 'Lato-Light';
    font-size: 36px;
    line-height: 36px;
    color: #000;
    text-align: center;
    margin: 0px 0 23px 0;
}
.blocknewproducts {        margin-bottom: 27px;}

.blocknewproducts .owl-controls .owl-nav .owl-prev,
.blocknewproducts .owl-controls .owl-nav .owl-next {
  display: inline-block;
  width: 35px; height: 35px;
  background-image: url(../img/bottom_slider_arr.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -58px;
  background-color: #fff;
  z-index: 2;
}

.blocknewproducts .owl-controls .owl-nav .owl-prev {
  background-position: 0px 0px;
  left: 0px; right: auto;
}
.blocknewproducts .owl-controls .owl-nav .owl-prev:hover {background-position: 0px -67px;}
.blocknewproducts .owl-controls .owl-nav .owl-next {
  background-position: -67px 0px;
  right: 0px; left: auto;
}
.blocknewproducts .owl-controls .owl-nav .owl-next:hover {background-position: -67px -67px;}

.blocknewproducts.owl-carousel .owl-controls .owl-dots {top: -11px;}




/*//////////////////////////////////////////////////////////////////*/

#fast_navs {margin-bottom: 30px;}
.fast_navs_wr {
  position: relative;
  overflow: hidden;
}
.fast_navs_wr:before {
	content: "";
	display: block;
	width: 500px; height: 300px;
	background: rgba(255, 255, 255, 0.3);
	transition-duration: 0.6s;
	position: absolute;
	top: -130%; right: -150%;
	transform: rotate(45deg);
}
.fast_navs_wr:hover:before {
	top: 150%; right: 150%;
}

.fast_navs_wr img {
  display: block;
  width: 100%;
}
.fast_navs_wr a {
  position: absolute;
  left: 53.4%;
  bottom: 39%;
  font-family: 'Lato-Regular';
  font-size: 16px;
  color: #000;
}
.fast_navs_wr a:after {
  content: '';
  display: inline-block;
  width: 0; height: 5px;
  background: url(../img/fast_navs_arr.png) no-repeat center center;
  transition-duration: .3s;
  position: relative;
  top: -2px;
}
.fast_navs_wr a:hover:after {width: 17px; margin-left: 10px;}

.fast_navs_wr a:hover,
.fast_navs_wr a:active,
.fast_navs_wr a:focus,
.fast_navs_wr a:active:focus {text-decoration: none;}

/*//////////////////////////////////////////////////////////////////*/

#big_sale {}
.big_sale_wr {
  display: block;
  position: relative;
}
.big_sale_wr img {
  display: block;
  width: 100%;
}
.big_sale_wr span {
  font-family: 'Lato-Regular';
  font-size: 22px;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  top: 39%;
  left: 15%;
  right: 15%;
  bottom: auto;
}
.big_sale_wr em {
  font-family: 'Lato-Light';
  font-size: 16px;
  line-height: 24px;
  color: #c4c5c4;
  display: block;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 15%;
  right: 15%;
  bottom: auto;
}

/*//////////////////////////////////////////////////////////////////*/

.newslet{
    background: url('../img/newsletter-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -26px;
}

.newsletter {
    padding: 61px 34px 35px 53px;
    margin-bottom: 21px;
    margin-top: 19px;
    background: transparent;
}
.newsletter h4 {
    font-family: 'Lato-Light';
    font-size: 36px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}
.newsletter #newsletter_textblock {
  font-family: 'Lato-Regular';
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  margin: 0 auto 25px;
}
.newsletter .form_wr {
  position: relative;
  max-width: 464px;
  margin: 0 auto;
}
.newsletter .form_wr input {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: #fff;
  border: none;
  box-shadow: none;
  height: 53px;
  line-height: 52px;
  border-radius: 30px;
  padding: 0 60px 0 30px;
  color: #989898;
  font-family: 'Lato-Regular';
  font-size: 16px;
}
.newsletter .form_wr input:active,
.newsletter .form_wr input:focus,
.newsletter .form_wr input:active:focus {color: #000; outline: none;}

.newsletter .form_wr input::-webkit-input-placeholder {color:#989898;}
.newsletter .form_wr input::-moz-placeholder          {color:#989898;}
.newsletter .form_wr input:-moz-placeholder           {color:#989898;}
.newsletter .form_wr input:-ms-input-placeholder      {color:#989898;}

 .newsletter .form_wr:hover input {
  box-shadow: 0px 10px 20px 0px rgba(147,147,147,0.5);
 }

.newsletter .form_wr button {
  display: inline-block;
  position: absolute;
  top: 0; right: 0;
  width: 68px;
  height: 53px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-image: url(../img/letter.png);
  background-repeat: no-repeat;
  background-position: 21px 18px;
  border: none;
  box-shadow: none;
  background-color: #fff;
}
.newsletter .form_wr button:hover {
  background-position: 21px -59px;
}
.newsletter .form_wr button:active,
.newsletter .form_wr button:focus,
.newsletter .form_wr button:active:focus {outline: none; box-shadow: none;}

/*//////////////////////////////////////////////////////////////////*/

#buy_from_us {}
#buy_from_us h3 {
  font-family: 'Lato-Regular';
  font-size: 26px;
  color: #222;
  line-height: 30px;
  margin: 0 0 24px 0;
}

/*//////////////////////////////////////////////////////////////////*/
.bottom_slider {
    padding: 0px 9px 0 17px;
}
.bottom_slider .owl-item li {padding-top: 66px;}
.face_wr {
  border: 1px solid #c9c9c9;
  position: relative;
  padding: 75px 25px 30px 25px;
}
.face_wr img {
  display: block;
  position: absolute;
  top: -60px; left: 50%;
  transform: translateX(-50%);
  padding: 0 34px;
  background-color: #fff;
  z-index: 2;
}
.face_wr span {
  font-family: 'Lato-Regular';
  font-size: 18px;
  color: #222;
  display: block;
  text-align: center;
  margin: 0 0 15px 0;
}
.face_wr p {
  font-family: 'Lato-Regular';
  font-size: 16px;
  line-height: 24px;
  color: #222;
  display: block;
  text-align: center;
  margin: 0 0 0 0;
}

#blocknewproducts .owl-controls .owl-prev,
#blocknewproducts .owl-controls .owl-next{
    display: inline-block;
    width: 57px; height: 57px;
    background-image: url(../img/bottom_slider_arr.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30%;
    background-color: #fff;
    z-index: 2;
    top: -63px;
    font-size: 0px;
}

#blocknewproducts .owl-controls .owl-prev {
    background-position: 11px 11px;
    left: 0px; right: auto;
}
#blocknewproducts .owl-controls .owl-prev:hover {background-position: 11px -56px;}
#blocknewproducts .owl-controls .owl-next {
    background-position: -56px 10px;
    right: 0px; left: auto;
}
#blocknewproducts .owl-controls .owl-next:hover {background-position: -56px -57px;}

.owl-carousel .owl-controls .owl-dots {
    text-align: center;
    position: relative;
    top: 27px;
}
.owl-carousel .owl-controls .owl-dot {display: inline-block; margin: 0 5px;}
.owl-carousel .owl-controls .owl-dot span {
    display: inline-block;
    width: 12px; height: 12px;
    border-radius: 7px;
    background: transparent;
    border: 1px solid #000;
}









.bottom_slider .owl-controls .owl-prev,
.bottom_slider .owl-controls .owl-next {
  display: inline-block;
  width: 57px; height: 57px;
  background-image: url(../img/bottom_slider_arr.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30%;
  background-color: #fff;
  z-index: 2;
    top: 112px;
}

.bottom_slider .owl-controls .owl-prev {
  background-position: 11px 11px;
    left: -10px; right: auto;
}
.bottom_slider .owl-controls .owl-prev:hover {background-position: 11px -56px;}
.bottom_slider .owl-controls .owl-next {
  background-position: -56px 10px;
    right: -18px; left: auto;
}
.bottom_slider .owl-controls .owl-next:hover {background-position: -56px -57px;}

.owl-carousel .owl-controls .owl-dots {
	text-align: center;
	position: relative;
	top: 27px;
}
.owl-carousel .owl-controls .owl-dot {display: inline-block; margin: 0 5px;}
.owl-carousel .owl-controls .owl-dot span {
  display: inline-block;
  width: 12px; height: 12px;
  border-radius: 7px;
  background: transparent;
  border: 1px solid #000;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: #000;
}

/*//////////////////////////////////////////////////////////////////*/

.free-support{
    margin-bottom: 16px;
 }

.free-support a{
    text-decoration: none;
    color: #222;
}

.free-support img{
    max-width: 100%;
}

.free-support h4{
    font-family: 'Lato-Regular';
    font-size: 17px;
    margin-top: 0px;
}

.free-support p{
    font-family: 'Lato-Regular';
    font-size: 15px;
    line-height: 24px;
}

.about-us h3{
    font-family: 'Lato-Regular';
    font-size: 26px;
    color: #222222;
    margin-top: 0px;
    margin-bottom: 17px;
}

.about-us p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
}







/*	 nav: languages currencies	*/


.header_user_info {
  float: right;
  position: relative;
  margin-right: 19px;
}
#languages-block-top,
#currencies-block-top {
  float: left;
  position: relative; 
}
@media (max-width: 481px) {
    #languages-block-top,
	#currencies-block-top {
	  width: 18%;
	}
}
#languages-block-top span.firstWord,
#currencies-block-top span.firstWord  {
  display: none;
}
.header_user_info div.current,
#currencies-block-top div.current  {
  padding: 11px 10px 11px 10px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  font-family: 'Lato-Light';
  font-size: 13px;
}
#languages-block-top div.current {
    padding: 10px 10px 10px 0px;
	line-height: 18px;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato-Light';
	font-size: 13px;
}

@media (max-width: 479px) {
  .header_user_info div.current,
	#languages-block-top div.current,
	#currencies-block-top div.current {
      text-align: center;
      padding: 9px 5px 10px;
      font-size: 11px; 
	}
}
.header_user_info div.current:hover,
#currencies-block-top div.current:hover,
#currencies-block-top div.current.active {
  
}
/*.header_user_info div.current strong,
#languages-block-top div.current strong,
#currencies-block-top div.current strong {
  color: #777777;
}*/

#languages-block-top div.current .cur-label,
#currencies-block-top div.current .cur-label {
  color: #969696;
  font-family: 'Lato-Light';
  font-size: 13px;
}
	  
@media (max-width: 479px) {
	#languages-block-top div.current .cur-label,
	#currencies-block-top div.current .cur-label{
      display: none;
	} 
}

#languages-block-top ul,
#currencies-block-top ul  {
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  width: 105px;
  border: 1px solid #eaeaea;
  background: #fff;
  z-index: 2;
}

.header_user_info ul {
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  width: 150px;
  border: 1px solid #eaeaea;
  background: #fff;
  z-index: 2;
}

.header_user_info ul li,
#languages-block-top ul li,
#currencies-block-top ul li	{
  color: #222;
  line-height: 35px;
  font-size: 13px;
}
.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 18px;
  display: block;
  color: #222;
  font-family: 'Lato-Light';
  font-size: 13px;
}

.header_user_info ul li.selected,
.header_user_info ul li.selected span,
.header_user_info ul li.selected a,
.header_user_info ul li:hover a,
#languages-block-top ul li.selected,
#languages-block-top ul li.selected span,
#languages-block-top ul li.selected a,
#languages-block-top ul li:hover a,
#currencies-block-top ul li.selected,
#currencies-block-top ul li.selected span,
#currencies-block-top ul li.selected a,
#currencies-block-top ul li:hover a	  {
  color: #939393;
  font-family: 'Lato-Light';
  font-size: 13px;
}

/*/////////////////////////////////////////////////////////////////////////*/

ul.product_list .product-name {
    font-family: 'Lato-Light';
}

/*	new-label sale-label	*/
.new-label {
    left: 11px;
    top: 17px;
    min-width: 56px;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    background: #45A509;
    border: 1px solid #45A509;
    border-radius: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 8px;
    height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
 }

.new-label:hover,
.new-label:active,
.new-label:focus,
.new-label:active:focus {text-decoration: none; outline: none; color: #000;}

.sale-label {
  right: 15px;
  top: 15px;
  min-width: 56px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  background: #EF1A07;
  border-radius: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 8px;
  height: 25px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
}

ul.product_list.grid li .product-container .price-percent-reduction {
    background: #EF1A07;
}
.sale-label:hover,
.sale-label:active,
.sale-label:focus,
.sale-label:active:focus {text-decoration: none; outline: none; color: #fff;}


.functional_wrapper {
  display: inline-block;
  position: absolute;
  left: 50%; bottom: 12px;
  transform: translateX(-50%);
  width: 150px;
  text-align: center;
}

.functional_wrapper .add_to_wishlist,
.functional_wrapper .add_to_compare,
.functional_wrapper .quick-view {
  display: inline-block;
  width: 40px; height: 40px;
  box-shadow: inset 0 0 0 20px #fff;
  position: relative;
  border-radius: 25px;
  transition-duration: .3s;
  overflow: hidden;
}

/*li.hovered .add_to_wishlist,
li.hovered .add_to_compare,
li.hovered .quick-view {display: inline-block;}*/

.functional_wrapper .add_to_wishlist:hover,
.functional_wrapper .add_to_compare:hover,
.functional_wrapper .quick-view:hover {box-shadow: inset 0 0 0 0 #45A509;}

.functional_wrapper .add_to_wishlist:after,
.functional_wrapper .add_to_compare:after,
.functional_wrapper .quick-view:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
  transition-duration: .6s;
}

.functional_wrapper .add_to_wishlist:hover:after,
.functional_wrapper .add_to_compare:hover:after,
.functional_wrapper .quick-view:hover:after {
  background: #45A509;
}

.functional_wrapper .add_to_wishlist:before,
.functional_wrapper .add_to_compare:before,
.functional_wrapper .quick-view:before {
  content: '';
  width: 22px; height: 22px;
  background-image: url(../img/func1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 9px; left: 9px;
  z-index: 10;
}

.functional_wrapper .add_to_wishlist:before {background-position: 2px 3px;}
.functional_wrapper .add_to_compare:before {background-position: -46px 4px;}
.functional_wrapper .quick-view:before {background-position: -93px 3px;}

.functional_wrapper .add_to_wishlist:hover:before {background-position: 2px -59px;}
.functional_wrapper .add_to_compare:hover:before {background-position: -46px -58px;}
.functional_wrapper .quick-view:hover:before {background-position: -93px -59px;}

.func1,
.func2,
.func3 {
	position: relative;
	bottom: -400px;
	margin: 0 2px;
	transition-duration: .4s;
}

li.hovered .func1,
li.hovered .func2,
li.hovered .func3 {
	bottom: 0;
}

li .func1 {transition-delay: 0.1s;}
li .func2 {transition-delay: 0.15s;}
li .func3 {transition-delay: 0.2s;}

li.hovered .func1 {transition-delay: 0.1s;}
li.hovered .func2 {transition-delay: 0.15s;}
li.hovered .func3 {transition-delay: 0.2s;}

/*
@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px, -1000px);
  }
  50% {
    opacity:1;
    transform:  translate(0px, 415px);
  }
  65% {
    transform:  translate(0px, 365px);
  }
  75% {
    transform:  translate(0px, 410px);
  }
  90% {
    transform:  translate(0px, 380px);
  }
  100% {
    opacity:1;
    transform:  translate(0px, 400px);
  }
}
*/
li.hovered .add_to_wishlist,
li.hovered .add_to_compare,
li.hovered .quick-view {}

/*li.hovered .func1,
li.hovered .func2,
li.hovered .func3 {
  animation: animationFrames ease 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards;
  position: relative;
  display: inline-block;
}*/
/*
li.hovered .func1 {animation-delay: 0s;}
li.hovered .func2 {animation-delay: .3s;}
li.hovered .func3 {animation-delay: .6s;}

li:nth-child(2n+1).hovered .func1 {animation-delay: 0s;}
li:nth-child(2n+1).hovered .func2 {animation-delay: .6s;}
li:nth-child(2n+1).hovered .func3 {animation-delay: .3s;}


li:nth-child(3n+2).hovered .func1 {animation-delay: .6s;}
li:nth-child(3n+2).hovered .func2 {animation-delay: .3s;}
li:nth-child(3n+2).hovered .func3 {animation-delay: .0s;}


li:nth-child(5n+3).hovered .func1 {animation-delay: .6s;}
li:nth-child(5n+3).hovered .func2 {animation-delay: .0s;}
li:nth-child(5n+3).hovered .func3 {animation-delay: .3s;}


li:nth-child(7n+5).hovered .func1 {animation-delay: .3s;}
li:nth-child(7n+5).hovered .func2 {animation-delay: 0s;}
li:nth-child(7n+5).hovered .func3 {animation-delay: .6s;}


li:nth-child(11n+7).hovered .func1 {animation-delay: .3s;}
li:nth-child(11n+7).hovered .func2 {animation-delay: .6s;}
li:nth-child(11n+7).hovered .func3 {animation-delay: 0s;}
*/



/*/////////////////////////////////////////////////////////////////////////*/

/*box-shadow: inset 0 0 0 15px #9e00ad;*/
/*box-shadow: inset 0 0 0 0 #9e00ad;*/


/*/////////////////////////////////////////////////////////////////////////*/





#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/product_socials.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing {background-position: 0px 0px;}
#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:hover {background-position: 0px -38px;}

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

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

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

#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 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 {}
#product .nav-tabs > li {margin-right: 2px;}
#product .nav-tabs > li > a {
	font-family: 'Lato-Regular';
	font-size: 16px;
	text-transform: none;
	color: #222;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 32px;
	padding: 6px 25px;
	background: #eee;
}
#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 #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	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: 20px; color: #222;
	font-weight: normal;
	font-family: 'Lato-Regular';
}
#product #product_comments_block_tab div.comment .comment_details em {
	font-family: 'Lato-Regular';
	font-size: 11px;
	color: #b5b3b3;
}
#product #product_comments_block_tab div.comment .comment_details .review_body {
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #222;
}
#product #product_comments_block_tab div.comment {border-bottom: 1px solid #eee;}
#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 {}

#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: 'Lato-Bold';
	font-size: 12px;
    color: #222;
    text-transform: uppercase;
}

.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: 'Lato-Regular';
    font-size: 16px;
    text-transform: none;
    color: #222;
}

.outorize .login__link {
	margin-left: 0 !important;
	font-family: 'Lato-Bold';
    font-size: 16px;
    text-transform: none;
    color: #fca103;
}






/*/////////////////////////////////////////////////////////////////////////*/






.content_image {float: left; margin: 0px 30px 10px 0px;}
.content_scene_cat .content_scene_cat_bg {padding: 0; min-height: 270px !important;}


.breadcrumb {
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #b4b4b4;
	text-transform: none;
	display: block;
	padding: 1px 24px 16px 0;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	margin-top: 0px;
	z-index: 1;
}
.breadcrumb .navigation-pipe {display: none; }

.breadcrumb span.navigation_page {
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #b4b4b4;
	text-transform: none;
}
.breadcrumb span.navigation_page a {
	font-family: 'Lato-Regular';
	font-size: 14px;
	display: inline-block;
	text-transform: none;
	padding: 0 0 0 0;
	position: relative;
	z-index: 2;
	color: #222;
}
.breadcrumb a.home {
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #222;
	text-transform: none;
}
.breadcrumb a.home i {display: none;}
.breadcrumb a.home:before {display: none;}
.breadcrumb a:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  transform: skewX(-20deg);
  background: #222;
  position: relative;
  right: 0px;
  top: 3px;
  z-index: -1;
  margin: 0 10px 0 10px;
}
.breadcrumb span.navigation_page a:hover {
  color: #222;
}
/*///////////////////////////////////////////////////////////////////*/


#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 10px;
	font-family: 'Lato-Bold';
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #222;
	border-radius: 30px;
	height: 50px;
	line-height: 48px;
	transition-duration: .5s;
	background: transparent;
	color: #222;
	padding: 0 25px;
	white-space: nowrap;
	text-align: center;
	display: inline-block;
}

  .button.button-small {
    display: inline-block;
    min-width: 70px;
    padding: 0 10px;
    font-family: 'Lato-Bold';
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #222;
    border-radius: 30px;
    height: 32px;
    line-height: 30px;
    transition-duration: .5s;
    background: transparent;
    color: #222;
    padding: 0 25px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
  }
    
    
        .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 {
    background: #222;
    border-color: #222;
    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 {
    outline: none;
    text-decoration: none;
    background: #000;
    border-color: #000;
    color: #fff;
  }

  #add_to_cart .button,
  .button.button-medium.standard-checkout {
  	font-family: 'Lato-Bold';
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    height: 50px;
    line-height: 48px;
    border-radius: 30px;
    transition-duration: .5s;
    background: #222;
    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: #000;
    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 {
  	outline: none;
    text-decoration: none;
    background: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #fff;
  }



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

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

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;}
div.selector span {
  background-position: right 0px;
  line-height: 36px;
}
div.selector select {height: 34px;}




/*////////////////////////////////////////////////////////////////////////////////////////////*/







.copyright {
  background: #efefef;
  text-align: left;
}
.copyright a {
  display: inline-block;
  padding: 22px 0 20px;
  font-family: 'Lato-Regular';
  font-size: 14px;
  color: #222;
}

ul#payments_footer {
  float: right;
  margin: 15px 71px 0px 0;
}
ul#payments_footer li {
  display: inline-block;
  width: 45px;
  text-align: center;
  margin-right: 0;
  padding-bottom: 0 !important;
}
ul#payments_footer li a {
    display: inline-block; height: 28px; width: 45px; background: url(../img/payments_footer.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: -57px 0px;}
ul#payments_footer li a.amrcexprss {background-position: -114px 0px;}
ul#payments_footer li a.dscvr {background-position: -171px 0px;}





#homefeatured + h3 {display: none;}




/*///////////////////////////////////////////////////////////////*/

.page-heading span.heading-counter {display: none;}

.color_to_pick_list a[style="background:#ffffff;"] {
    border: 1px solid #c4c4c4;
}


#layered_form .color-option {
  margin-left: 0;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: 4px;
  position: relative;
  padding: 0;
  border: none;
}

#layered_form .color-option.on {
  background-image: url(../img/color_checked.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;  
}

#layered_form .color-option.color_pick_white {
    border: 1px solid #c4c4c4;
}

#layered_form .color-option.color_pick_white.on {
    background-image: url(../img/color_check_white.png) !important;
}


body .ui-widget-content {
  background: #eaeaea;
  border: none;
  height: 2px;
}

body .ui-slider-range.ui-widget-header.ui-corner-all {background: #000;}

body .ui-slider-handle.ui-state-default.ui-corner-all {
  background: url(../img/ui_handler.png) no-repeat center center;
  border: none; top: -8px; cursor: pointer;
}

body .ui-slider-handle.ui-state-default.ui-corner-all:hover,
body .ui-slider-handle.ui-state-default.ui-corner-all:active,
body .ui-slider-handle.ui-state-default.ui-corner-all:focus,
body .ui-slider-handle.ui-state-default.ui-corner-all:active:focus {outline: none;}

#ul_layered_price_0 > label,
#layered_price_range {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}



#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: 4px;
    left: 3px;
    width: 15px;
    height: 12px;
    background: url(../img/color_check_white.png) no-repeat center center;
}


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




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


#categories_block_left li span.grower {
	display: block;
	background: #f1f1f1;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#categories_block_left li span.grower.CLOSE:before {
	content: "";
	display: block;
	vertical-align: middle;
	width: 36px;
	height: 35px;
	background-image: url(../img/catalog_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 30px;
	text-align: center;
}

#categories_block_left li span.grower.CLOSE:hover:before {
	background-color: #fff;
	border-left-color: #e9e9e9;
	border-right-color: #e9e9e9;
}


#categories_block_left li span.grower.OPEN:before {
	content: "";
	display: block;
	vertical-align: middle;
	width: 36px;
	height: 35px;
	background-image: url(../img/catalog_arrow.png);
	background-repeat: no-repeat;
	line-height: 30px;
	text-align: center;
	background-position: center;
	transform: rotateX(180deg);
	background-color: #fff;
}


/*///////////////////////////////////////////////////////////////*/

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 3px;
}
li#grid a:hover i {
   background-position: 0px -22px;
}
li#grid.selected a i {
   background-position: 0px -22px;
}

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: -24px 3px;
}
li#list a:hover i {background-position: -24px -22px;}
li#list.selected a i {background-position: -24px -22px;}


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

.showall, .pagination {display: inline-block; vertical-align: top;}
.showall {margin: 9px 20px 10px 0; float: left;}

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

.show_all {
	height: 32px;
	min-width: 97px;
	line-height: 32px;
	color: #fff;
	background: #222;
	border: none;
	border-radius: 20px;
	transition-duration: 0.5s;
}
.show_all:hover {
	background: #000;
	text-decoration: none;
}
.show_all:active,
.show_all:focus,
.show_all:active:focus {
	background: #000;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	outline: none;
	text-decoration: none;
}

.bt_compare {
	background: none;
	box-shadow: none;
	border: none;
	text-shadow: none;
	font-family: 'lato-Regular';
	font-size: 14px;
	color: #222;
	padding: 0 0 0 0;
}
.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: 'lato-Regular';
	font-size: 14px;
	color: #bcbcbc;
	margin: 18px 24px 10px 0;
}

.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;}

ul.product_list.list > li:first-child .product-container {border-top: none; padding-top: 0;}


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: 'Lato-Regular';
	font-size: 14px;
	color: #222;
	line-height: 16px;
}

.top-pagination-content #pagination .pagination {display: none;}
.top-pagination-content #pagination {float: left; width: 120px; margin-top: 3px;}
.top-pagination-content .product-count {float: left;}

.bottom-pagination-content .compare-form,
.bottom-pagination-content .showall,
.bottom-pagination-content .product-count {display: none;}

.content_sortPagiBar.clearfix {margin-bottom: 11px;}

/*///////////////////////////////////////////////////////////////*/

ul.product_list.list .functional_wrapper {display: none;}
ul.product_list.list > li .product-desc {
    font-family: 'Lato-Regular';
    font-size: 14px;
    color: #222;
    line-height: 20px;
    display: block;
    margin-bottom: 15px;
}
ul.product_list .color-list-container ul li {
    float: left;
    position: relative;
    margin: 0 6px 6px 0;
    padding: 0;
    clear: none;
    width: 26px;
    height: 26px;
}
ul.product_list .color-list-container ul li a {
    display: block;
    height: 28px;
    border-radius: 4px;
    width: 28px;
    cursor: pointer;
}
.color_to_pick_list a[style="background:#ffffff;"] {
    border: 1px solid #c4c4c4;
}
ul.product_list.list > li .right-block .right-block-content .content_price .price {
    display: inline-block;
}

ul.product_list.list > li .right-block .right-block-content .functional-buttons a {
    font-family: 'Lato-Regular';
    font-size: 16px;
    font-weight: normal;
    color: #222;
    line-height: 16px;
    cursor: pointer;
}
ul.product_list .functional-buttons div.wishlist a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url(../img/wish.png) no-repeat center center;
    position: relative;
    top: 4px;
}
ul.product_list .functional-buttons div.compare a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url(../img/comp.png) no-repeat center center;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
ul.product_list.grid .availability,
ul.product_list.grid .color-list-container,
ul.product_list.grid > li .product-container .functional-buttons,
ul.product_list.grid > li .product-container .product-desc,
ul.product_list.grid > li .product-container .product-flags {display: none;}

/*///////////////////////////////////////////////////////////////*/

.cart_quantity .cart_quantity_button .cart_quantity_down.btn.btn-default.button-minus {
      display: inline-block;
    background: url(../img/catalog_arrow.png) no-repeat center center #e9e9e9;
    height: 32px;
    width: 31px;
    vertical-align: middle;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 0;
}
.cart_quantity .cart_quantity_button .cart_quantity_up.btn.btn-default.button-plus {
      display: inline-block;
    background: url(../img/catalog_arrow.png) no-repeat center center #e9e9e9;
    height: 32px;
    width: 31px;
    vertical-align: middle;
    transform: rotateX(180deg);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0;
}
.cart_quantity .cart_quantity_button .cart_quantity_input.form-control {
  display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 32px;
    padding: 0 6px;
    background: #fff;
    border-top: 1px solid #e9e9e9 !important;
    border-bottom: 1px solid #e9e9e9 !important;
    border-left: none !important;
    border-right: none !important;
    font-family: 'Lato-Regular';
    font-size: 14px;
    margin: 0 -4px;
    text-align: center;
    line-height: 30px;
}

.cart_quantity .cart_quantity_button .cart_quantity_input.form-control:active,
.cart_quantity .cart_quantity_button .cart_quantity_input.form-control:focus,
.cart_quantity .cart_quantity_button .cart_quantity_input.form-control:active:focus {outline: none; box-shadow: none;}


  .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;}


.button-minus.product_quantity_down,
.button-plus.product_quantity_up {
  display: inline-block;
  background: url(../img/catalog_arrow.png) no-repeat center center #e9e9e9;
  height: 32px; width: 31px;
  vertical-align: middle;
}


.button-plus.product_quantity_up {
  transform: rotateX(180deg);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.button-minus.product_quantity_down {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}


#quantity_wanted_p input {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 32px;
  padding: 0 6px;
  border-top: 1px solid #e9e9e9 !important;
  border-bottom: 1px solid #e9e9e9 !important;
  border-left: none !important;
  border-right: none !important;
  font-family: 'Lato-Regular';
  font-size: 14px;
  margin: 0 -4px;
  text-align: center;
  line-height: 30px; }
#quantity_wanted_p input:focus {outline: none;}
#quantity_wanted_p input::-webkit-outer-spin-button,
#quantity_wanted_p input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#quantity_wanted_p input[type='number'] {
    -moz-appearance: textfield;
}





#cart_summary tbody td.cart_avail span {
  display: inline-block;
    min-width: 60px;
    height: 24px;
    line-height: 23px;
    font-family: 'Lato-Regular';
    background: #222;
    font-size: 10px;
    margin: 0;
    padding: 0 12px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    vertical-align: middle;
    border: none;
    font-weight: normal;
}

.cart_description .product-name a {
  font-family: 'Lato-Regular';
  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: 'Lato-Regular';
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
}

.price.text-right .price {
  font-family: 'Lato-Bold';
  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: 'Lato-Regular';
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #c7c7c7;
}

 

.cart_total span.price {
  font-family: 'Lato-Bold';
  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: 'Lato-Regular';
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
#order #cart_summary tfoot td.text-right + .price {
  font-family: 'Lato-Bold';
  font-size: 16px;
  font-weight: normal;
  color: #222;
  display: table-cell;
}

#order #cart_summary tfoot td.text-right + .price span {
  font-family: 'Lato-Bold';
  font-size: 18px;
  font-weight: normal;
  color: #222;
}

.table tfoot > tr > td {padding-right: 25px;}

.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;}

#cart_summary thead th.cart_product.first_item {text-align: left; padding-left: 15px;}
#cart_summary tbody td.cart_total,
#cart_summary thead th.cart_total.item.last_item {padding-right: 30px;}




/*///////////////////////////////////////////////////////////////*/

/*@media (min-width: 767px) {*/
	/*#block_top_menu.diff {*/
	    /*position: fixed;*/
	    /*background: #fff;*/
	    /*top: 0;*/
	    /*left: 0;*/
	    /*right: 0;*/
	    /*margin-top: 0;*/
	    /*z-index: 20;*/
	/*}*/
/*}*/

/*///////////////////////////////////////////////////////////////*/

.footer-container #footer .footer-block {
    margin-top: -12px;
}

.footer-container #footer {
    padding-top: 50px;
}

#an_brands_block {
    padding: 29px 0px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 50px;
}
#an_brands_block .bx-prev,
#an_brands_block .bx-next {
  top: auto;
  margin-top: 0px;
  bottom: 14px;
  outline: 0;
  width: 16px;
  height: 30px;
  font-size: 0;
  z-index: 9999;
  background-image: url(../img/homeslider_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: -30px 0px;
}

#an_brands_block .bx-prev:hover {background-position: 0px -40px;}
#an_brands_block .bx-next:hover {background-position: -30px -40px;}

#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;}

/*///////////////////////////////////////////////////////////////*/



/**************  ADVANT BLOCK *************/

.advant{
    margin-bottom: 57px;
    margin-top: 33px;
    overflow: hidden;
    transition: all linear 1s;
}

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

.advant .static-link-advant{
    text-decoration: none;
    position: absolute;
    bottom: 50px;
    left: 33px;
    color: #fff;
    font-size: 15px;
}

.advant img{
    max-width: 100%;
    transition:  all linear 1s;
    width: 100%;
}

.advant h4{
    font-family: 'Lato-Regular';
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    position: absolute;
    left: 32px;
    bottom: 63px;
}



.banner-products{
    margin-bottom: 50px;
}

.banner-prod{
    background: #F4F4F4;
    margin-bottom: 30px;
    height: 331px;
    overflow: hidden;
}

.banner-prod .desc{
    padding: 38px 0px 55px 55px;
    position: relative;
    z-index: 11;
}

.banner-prod .desc p{
    line-height: 22px;
    font-family: 'Lato-Regular';
}

#home-page-tabs {
    margin-top: 3px;
}

.banner-prod .desc h3{
    font-size: 38px;
    font-family: 'Lato-Regular';
    margin-bottom: 17px;
}

.banner-prod .min-banner-image{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.advant, .reviews{
    position: relative;
    text-align: center;
}

/*.reviews{*/
    /*background: url('../img/long-bg.png');*/
    /*padding: 75px 30px 40px 30px;*/
    /*margin-bottom: 80px;*/
    /*margin-top: 80px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
/*}*/



/*.reviews img{*/
    /*position: absolute;*/
    /*top: -60px;*/
    /*left: 50%;*/
    /*margin-left: -61px;*/
/*}*/

/*.reviews h4{*/
    /*margin-bottom: 40px;*/
/*}*/

/*.reviews p{*/
    /*width: 80%;*/
    /*margin-left: 10%;*/
/*}*/

/**************  NEWSLETTER *************/

.newsletter #newsletter_textblock{
    font-family: 'Lato-Light';
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    margin: 0 auto 23px;
    color: #fff;
    padding: 0% 18% 0% 18%;
}

/**************  SLIDER BLOCK *************/

.why-you{
    margin-bottom: 21px;
    font-size: 26px;
}

.panel-title > a {
    font-family: 'Lato-Light';
}

#index .panel-body {
    font-family: 'Lato-Light';
}

#bottom_slider{
    margin-bottom: -6px;
    margin-top: 45px;
}

#bottom_slider .item{
    padding-top: 61px;
}

.footer_logo .logo{
    width: 150px !important;
}

.bottom_slider .owl-controls{font-size: 0}

#an_brands_block .owl-controls .owl-prev,
#an_brands_block .owl-controls .owl-next {
    display: inline-block;
    width: 57px;
    height: 57px;
    background-image: url(../img/arr.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30%;
    z-index: 2;
    top: 37px;
    font-size: 0;
}

#an_brands_block .owl-controls .owl-prev {
    background-position: 11px 11px;
    left: 30px;
    right: auto;
    top: 9px;
}
#an_brands_block .owl-controls .owl-prev:hover {    background-position: 11px -71px;}
#an_brands_block .owl-controls .owl-next:hover {    background-position: -56px -71px;}

#an_brands_block .owl-controls .owl-next {
    background-position: -56px 10px;
    right: -15px;
    left: auto;
    top: 9px;
}

.payment-link{
    margin: 0;
    text-align: right;
}

.payment-link li{
    display: inline-block;
    list-style: none;
}

@media (max-width: 1199px) {
  .advantage_wr {padding: 53px 10px 12px 10px;}
  .advantage_wr p {font-size: 14px;}
  .newsletter {padding-bottom: 64px;}
  li .func1, li .func2, li .func3 {animation: none; top: 0;}
  .functional_wrapper .add_to_wishlist,
  .functional_wrapper .add_to_compare,
  .functional_wrapper .quick-view {display: inline-block;}
  ul.product_list.grid li .button-container {display: block;}
    #header_logo{
        text-align: left;
        margin-bottom: 00px;
    }
}

@media (max-width: 991px) {
  .advantage_wr {height: 182px;}
  .newsletter {padding: 20px 20px 52px;}
  .bottom_slider {padding: 0 20px 0 20px;}

  .bottom_slider.owl-carousel .owl-controls .owl-prev, {right: -10px;font-size: 0}
  .bottom_slider.owl-carousel .owl-controls .owl-prev, {left: -10px;font-size: 0}
  #search_block_top .looking {display: block; margin-bottom: 20px;}
    #header_logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .banner-prod {
        background: #F4F4F4;
        margin-bottom: 30px;
        min-height: 330px;
    }
}

@media (max-width: 767px) {
  .copyright {text-align: center;}
  ul#payments_footer {float: none; margin: 0 auto 0 auto;}
  #buy_from_us {margin-bottom: 30px;}
  .fast_navs_wr,
  .big_sale_wr {max-width: 480px; margin: 0 auto 30px auto;}
  #fast_navs {margin-bottom: 0;}
  .advantage_wr {max-width: 480px; margin: 0 auto 50px auto;}
  .socials_wr {text-align: center;}
  #social_block {position: static; transform: translateX(0);}
  .sf-menu li li li a {padding-bottom: 15px;}
  #search_block_top #search_query_top {width: 276px;}
  #homepage-slider .homeslider-description {width: 80vw;}
  #homepage-slider .bx-wrapper .bx-prev {left: 4px;}
  #homepage-slider .bx-wrapper .bx-next {right: 4px;}
  #languages-block-top ul, #currencies-block-top ul {right: auto; left: 0;}
  #new_comment_form input, #new_comment_form textarea,
  #new_comment_form label {width: 100%; float: none;}
  #new_comment_form #criterions_list label {width: auto; display: block; float: none; margin-right: 0;}
  .fr {left: 0;}
  .product_button {min-width: 98px; padding: 0 10px;}
  #product .nav-tabs > li > a {padding: 6px 10px;}

    #header_logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .banner-prod {
        background: #F4F4F4;
        margin-bottom: 30px;
        min-height: 330px;
    }


}

@media (max-width: 481px) {
  #block_top_menu li.category-thumbnail {display: none;}
  .cart_icon {margin-right: 8px;}
  .header_user_info {margin-right: 10px;}
  .search_icon {margin-right: 0;}
  #search_block_top .btn.button-search {display: block; margin: 20px auto;}
  #thumbs_list {width: 286px;}
  .banner-prod{
      min-height: 330px;
  }
    #header_logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .banner-prod {
        background: #F4F4F4;
        margin-bottom: 30px;
        min-height: 330px;
        height: 400px;
    }
    .advant{
        padding: 0px 0px 22px 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .payment-link{
        text-align: center;
    }
}
