
body {overflow-x: hidden;}

.blockcart_top {position: absolute; top: auto; left: auto; bottom: auto; right: -9999px; display: inline-block;}
.newsletter_top {display: none;}

.blockcart_top.active,
.newsletter_top.active {
  display: block;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  z-index: 15;
}
span.cart_close,
.news_close {
  background: url('../img/account_close.png') no-repeat;
  background-position: center center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 400ms;
  position: absolute;
  top: 22px;
  right: 13px;
}
span.cart_close:hover,
.news_close:hover {
  transform: rotate(180deg);
}

div.cart_close {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

.cart_wr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: #fff;
  width: 375px;
  z-index: 2;
}

.cart_icon {
  display: inline-block;
  width: 20px; height: 20px;
  background: url(../img/cart.png) no-repeat center center;
}



.wish_top,
.newsletter_icon,
.header_user_info {float: right;}

#contact-link,
#languages-block-top,
#currencies-block-top {
  float: left;
  position: relative; 
}

#languages-block-top span.firstWord,
#currencies-block-top span.firstWord  {
  display: none;
}

#contact-link,
.wish_top,
.newsletter_icon,
.header_user_info div.current,
#languages-block-top div.current,
#currencies-block-top div.current  {
  font-family: 'Lato-Light';
  font-size: 12px;
  display: block;
  padding: 6px 10px 6px 10px;
  line-height: 18px;
  color: #222;
  cursor: pointer;
}
#contact-link a,
.wish_top a {color: #222; font-size: 12px;}



.wish_top:hover,
.newsletter_icon:hover,
#contact-link:hover,
.header_user_info div.current:hover,
.header_user_info div.current.active,
#languages-block-top div.current:hover,
#languages-block-top div.current.active,
#currencies-block-top div.current:hover,
#currencies-block-top div.current.active {
  background: #fff;
}
.header_user_info div.current strong,
#languages-block-top div.current strong,
#currencies-block-top div.current strong {
  color: #222;
  font-weight: normal;
  font-family: 'Lato-Regular';
}
.header_user_info div.current:after,
#languages-block-top div.current:after,
#currencies-block-top div.current:after{
  content: "";
  display: inline-block;
  position: relative; top: -2px;
  width: 5px; height: 3px;
  background: url(../img/lang_arrow.png) no-repeat center center;
  padding-left: 12px;
  transition-duration: 0.3s;
}
.header_user_info div.current.active:after,
#languages-block-top div.current.active:after,
#currencies-block-top div.current.active:after{
  transform: rotateX(180deg); 
}
@media (max-width: 479px) {
  .header_user_info div.current:after,
	#languages-block-top div.current:after,
	#currencies-block-top div.current:after {
	  padding-left: 2px;
	} 
}
#languages-block-top div.current .cur-label,
#currencies-block-top div.current .cur-label{
    color: #b6b5b5;
} 
	  
@media (max-width: 479px) {
	#languages-block-top div.current .cur-label,
	#currencies-block-top div.current .cur-label{
      display: none;
	} 
}
.header_user_info ul,
#languages-block-top ul,
#currencies-block-top ul  {
  display: none;
  position: absolute;
  top: 29px;
  right: 0;
  
  background: #fff;
  border: 1px solid #f6f6f6;
  z-index: 2;
}
.header_user_info ul {width: 120px;}
#languages-block-top ul {width: 125px;}
#currencies-block-top ul {width: 114px;}

.header_user_info ul li,
#languages-block-top ul li,
#currencies-block-top ul li	{
  font-family: 'Lato-Light';
  color: #222;
  line-height: 35px;
  font-size: 12px;
}
body header .header_user_info ul li a {
  line-height: 18px;
  padding: 8px 10px 9px 12px;
  display: block;
}

.header_user_info ul li a,
#languages-block-top ul li a,
#currencies-block-top ul li a {
  font-family: 'Lato-Light';
  color: #222;
  font-size: 12px;
}

.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;
}
.header_user_info ul li.selected, .header_user_info ul li:hover a,
#languages-block-top ul li.selected, #languages-block-top ul li:hover a,
#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a	  {
  background: #f6f6f6;
}

#search_block_top {
  margin-top: 28px;
}

.search_button {
  display: inline-block;
  position: absolute;
  width: 30px; height: 30px;
  box-shadow: none; border: none;
  background: url(../img/search.png) no-repeat center center;
  padding: 0; margin: 0;
  top: 0; left: 0;
  transition-duration: .7s;
}
.search_button:active,
.search_button:focus,
.search_button:active:focus {outline: none;}

#search_block_top #search_query_top {
  display: block; width: 100%;
  padding-left: 35px;
  box-shadow: none;
  border-top: none; 
  border-left: none; 
  border-right: none;
  border-bottom: 1px solid transparent;
  height: 30px; line-height: 30px;
  background: transparent;
  transition-duration: .3s;
  font-family: 'Lato-Light';
  font-size: 14px;
  color: #222;
}

#search_block_top #search_query_top::-webkit-input-placeholder {color:#222;}
#search_block_top #search_query_top::-moz-placeholder {color:#222;}/* Firefox 19+ */
#search_block_top #search_query_top:-moz-placeholder {color:#222;}/* Firefox 18- */
#search_block_top #search_query_top:-ms-input-placeholder {color:#222;}


#search_block_top #search_query_top:active,
#search_block_top #search_query_top:focus,
#search_block_top #search_query_top:active:focus {
  outline: none;
  padding-left: 0;
}

#search_query_top:active + .search_button,
#search_query_top:focus + .search_button,
#search_query_top:active:focus + .search_button,
#search_block_top:hover .search_button {
  left: 90%;
}
#search_block_top:hover #search_query_top {
  padding-left: 0;
  border-bottom: 1px solid #efefef;
}


#logo {
  margin: 30px auto 0 auto;
}


.cart_icon_wr {
  margin-top: 29px;
  float: right;
  cursor: pointer;
}
.cart_icon_wr .cart_icon {position: relative; top: 3px;}
.cart_icon_wr .cart_icon .ajax_cart_quantity {
  position: absolute; display: inline-block;
  top: 4px; transform: translateX(-35%);
  left: 50%;
  color: #fff;
  font-family: 'Lato-Bold';
  font-size: 8px;
  background: none;
}

#block_top_menu {
    padding-top: 28px;
}

.newsletter_top h4 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Lato-Regular';
  font-size: 40px;
  line-height: 40px;
  color: #222;
}

.newsletter_top .newsletter-input {
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translateX(-50%);
  width: 550px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #b4b4b4;
  border-radius: 0;
  font-family: 'Lato-Light';
  font-size: 16px;
  color: #979797;
}
.newsletter_top .newsletter-input::-webkit-input-placeholder {color:#979797;}
.newsletter_top .newsletter-input::-moz-placeholder {color:#979797;}/* Firefox 19+ */
.newsletter_top .newsletter-input:-moz-placeholder {color:#979797;}/* Firefox 18- */
.newsletter_top .newsletter-input:-ms-input-placeholder {color:#979797;}

.newsletter_top .newsletter-input:active,
.newsletter_top .newsletter-input:focus,
.newsletter_top .newsletter-input:active:focus {
  outline: none;
}

.newsletter_top .subscibe_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.subscibe_button {
  position: relative;
  display: inline-block;
  min-width: 170px;
  height: 50px;
  z-index: 2;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: 'Lato-Regular';
  font-size: 14px;
  text-transform: uppercase;
  background: #333333;
  transition-duration: .5s;
}
.subscibe_button:hover {
  background: #333333;
  color: #fff;
  cursor: pointer;
}
.subscibe_button:active,
.subscibe_button:focus,
.subscibe_button:active:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
  background: #333333;
}

.cart_head {
  font-family: 'Lato-Light';
  font-size: 30px;
  color: #222;
  line-height: 30px;
  display: block;
  margin-top: 80px;
  margin-bottom: 14px;
  padding-left: 20px;
}
.cart_block .cart-info .product-name a.cart_block_product_name {
  display: block;
  font-family: 'Lato-Regular';
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  padding-right: 5px;
  color: #222;
}
.cart_block .cart-info .product-name a {
  display: block;
}

.cart_block .cart-info .product-name a strong {
  display: block;
  font-family: 'Lato-Regular';
  font-size: 14px;
  line-height: 20px;
  color: #9e9e9e;
  font-weight: normal;
}
.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 5px;
  top: 0;
}

.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  display: inline-block;
  content: "";
  width: 21px; height: 21px;
  background: url(../img/delete_cart.png) no-repeat center center;
  transition-duration: 0.5s;
}
.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
  transform: rotate(180deg);
}
.cart-info .product-name #quantity_wanted_p {
	width: 100px; white-space: nowrap;
	margin-bottom: 0;
    position: absolute;
    bottom: 0;
}

.cart-info .product-name #quantity_wanted_p .blockcart_quantity_up,
.cart-info .product-name #quantity_wanted_p .blockcart_quantity_down {
  display: inline-block;
  position: relative;
  width: 30px; height: 30px;
  background: url(../img/cart_arrow.png) no-repeat center center #f9f9f9;
  border: 1px solid #bcbcbc;
  vertical-align: top;
}
.cart-info .product-name #quantity_wanted_p .blockcart_quantity_down {transform: rotateX(180deg);}

.cart-info .product-name #quantity_wanted_p .quantity {
  display: inline-block;
  width: 32px; height: 30px;
  background: #fff;
  text-align: center;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  font-family: 'Lato-Light';
  font-size: 14px;
  line-height: 30px;
  color: #222;
  vertical-align: top;
  margin: 0 -5px;
  opacity: 1 !important;
}

.cart-info .price {
  display: inline-block;
  position: absolute;
  font-family: 'Lato-Bold';
  font-size: 16px;
  right: 20px;
  bottom: 2px;
}
dl.products {padding: 0 20px;}

.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 0px 20px 0px;
  position: relative;
  border-bottom: 1px solid #f9f9f9;
}
.cart_block dt .last_item {border-bottom: none;}

.cart_block .cart-buttons {text-align: center; margin: 0; padding: 20px;}


#homepage-slider .homeslider-description {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 4% 0 0 0;
  cursor: pointer;
}
#homepage-slider .homeslider-description h2 {
  font-family: 'Lato-Regular';
  font-size: 72px;
  color: #222;
  margin: 0;
  padding: 0;
  text-align: center;
}
#homepage-slider .homeslider-description h2:after {
  content: "";
  display: block;
  width: 70px; height: 1px;
  margin: 19px auto 22px;
  background: #fff;
}
#homepage-slider .homeslider-description p {
  width: 100%;
  font-family: 'Lato-Light';
  font-size: 16px;
  color: #222;
  line-height: 24px;
  text-align: center;
}
.homeslider-description .subscibe_button {z-index: 2; margin-top: 45px;}

body .bx-wrapper .bx-pager {bottom: 43px;}

body .bx-wrapper .bx-pager.bx-default-pager a {
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 0;
}
body .bx-wrapper .bx-pager.bx-default-pager a:hover,
body .bx-wrapper .bx-pager.bx-default-pager a.active {background: #333333;}

#homepage-slider .bx-wrapper .bx-controls-direction a {
    top: auto;
    display: inline-block;
    margin-top: 0px;
    bottom: 30px;
    outline: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 100;
    border: none;
    background-image: url(../img/slider_arrows.png);
    background-repeat: no-repeat;
}
   
#homepage-slider .bx-wrapper .bx-prev {
    left: 30px;
    right: auto;
    background-position: 0px 0px;
}
#homepage-slider .bx-wrapper .bx-prev:hover {
	background-position: 0px -65px;
}
#homepage-slider .bx-wrapper .bx-next {
	left: 90px;
	right: auto;
	background-position: -63px 0px;
}
#homepage-slider .bx-wrapper .bx-next:hover {
	background-position: -63px -65px;
}

#bottom_static {padding-top: 22px; padding-bottom: 74px;}

.bottom_static_wr a {display: block; overflow: hidden; position: relative;}

.bottom_static_wr a:after {
  content: '';
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 115%;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.bottom_static_wr a:hover:after {
  height: 215%;
    opacity: 1;
}
.bottom_static_wr img {width: 100%; height: auto; transition: all 1s;}

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

#deal > div {position: relative;}

#deal h3 {
  position: absolute;
  top: 1px; left: 43px;
  font-family: 'Lato-Light';
  font-size: 28px;
  color: #222;
  line-height: 38px;
}
#deal .subscibe_button {
  position: absolute;
  top: 112px;
  left: 44px;
  min-width: 128px; height: 35px;
  line-height: 35px;
  font-size: 12px;
}

#deal img {max-width: 100%;}





.blocknewproducts_wr {padding-bottom: 41px;}
.blocknewproducts_wr h3 {
  font-family: 'Lato-Regular';
  font-size: 30px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 35px 0;
}
.blocknewproducts_wr h3 + li {display: none;}	
		
		


/*	new-label sale-label	*/
.new-label {
  min-width: 56px;
  height: 25px;
  font-size: 14px;
  line-height: 23px;
  font-family: 'Lato-Regular';
  color: #fff;
  background: #333333;
  text-transform: none;
  text-align: center;
  border-radius: 4px;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
 }

.sale-label {
  min-width: 56px;
  height: 25px;
  font-size: 14px;
  line-height: 23px;
  font-family: 'Lato-Regular';
  color: #fff;
  background: #222;
  border: 1px solid #000;
  text-transform: none;
  text-align: center;
  border-radius: 4px;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
#supplier ul.product_list.list,
#supplier ul.product_list.grid {max-width: 900px; margin-left: auto; margin-right: auto;}

.new-label + .sale-label {top: 35px;}

.functional_wrapper {
  display: block;
  background: #f8f8f8;
  position: absolute;
  bottom: 0; right: 0; left: 0;
  white-space: nowrap;
  height: 43px;
}
#supplier ul.product_list.grid .ajax_add_to_cart_button,
.category ul.product_list.grid .ajax_add_to_cart_button,
.blocknewproducts_wr .ajax_add_to_cart_button {
  display: block;
  float: left;
  height: 43px;
  width: 140px;
  font-family: 'Lato-Bold';
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
  color: #222;
}
#supplier ul.product_list.grid .ajax_add_to_cart_button:before,
.category ul.product_list.grid .ajax_add_to_cart_button:before,
.blocknewproducts_wr .ajax_add_to_cart_button:before {
  content: "";
  position: relative;
  top: 2px; left: -3px;
  display: inline-block;
  width: 19px; height: 17px;
  background: url(../img/add_to_cart.png) no-repeat center center transparent;
}
#supplier ul.product_list.grid .add_to_compare,
.category ul.product_list.grid .add_to_compare,
.blocknewproducts_wr .add_to_compare {
  display: inline-block;
  width: 62px; height: 43px;
  background: url(../img/add_to_compare.png) no-repeat center center transparent;
}
#supplier ul.product_list.grid .quick-view,
.category ul.product_list.grid .quick-view,
.blocknewproducts_wr .quick-view {
  display: inline-block;
  width: 62px; height: 43px;
  background: url(../img/view.png) no-repeat center center transparent;
}

#supplier ul.product_list.grid .ajax_add_to_cart_button:hover:before,
#supplier ul.product_list.grid .ajax_add_to_cart_button:hover,
#supplier ul.product_list.grid .add_to_compare.checked,
#supplier ul.product_list.grid .add_to_compare:hover,
#supplier ul.product_list.grid .quick-view:hover,

.category ul.product_list.grid .ajax_add_to_cart_button:hover:before,
.category ul.product_list.grid .ajax_add_to_cart_button:hover,
.category ul.product_list.grid .add_to_compare.checked,
.category ul.product_list.grid .add_to_compare:hover,
.category ul.product_list.grid .quick-view:hover,

.blocknewproducts_wr .ajax_add_to_cart_button:hover:before,
.blocknewproducts_wr .ajax_add_to_cart_button:hover,
.blocknewproducts_wr .add_to_compare.checked,
.blocknewproducts_wr .add_to_compare:hover,
.blocknewproducts_wr .quick-view:hover {background-color: #fff;}

#supplier ul.product_list.grid ul.product_list.grid .add_to_wishlist,
.category ul.product_list.grid ul.product_list.grid .add_to_wishlist,
.blocknewproducts_wr .add_to_wishlist {
  display: inline-block;
  position: absolute; top: 8px; left: 5px;
  width: 20px; height: 20px;
  background: url(../img/wish.png) no-repeat 0px -22px;
}
#supplier ul.product_list.grid .add_to_wishlist.checked,
#supplier ul.product_list.grid .add_to_wishlist:hover,
.category ul.product_list.grid .add_to_wishlist.checked,
.category ul.product_list.grid .add_to_wishlist:hover,
.blocknewproducts_wr .add_to_wishlist.checked,
.blocknewproducts_wr .add_to_wishlist:hover {background-position: 0px 0px;}

ul.product_list h5 .product-name {
  font-family: 'Lato-Regular';
  font-size: 14px;
  color: #222;
}
ul.product_list h5 {margin: 0px 0px 5px 0px;}

ul.product_list .manufacturer {display: block; margin-bottom: 1px;}
ul.product_list .manufacturer strong {
  font-family: 'Lato-Regular';
  font-size: 14px;
  color: #9e9e9e;
  font-weight: normal;
}
.price-percent-reduction {
  min-width: 40px; height: 22px;
  display: inline-block;
  line-height: 22px;
  background: #222;
  border: none;
  border-radius: 4px;
  font-family: 'Lato-Regular';
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
}
.old-price.product-price {
  font-family: 'Lato-Regular';
  line-height: 22px;
  font-size: 14px;
  color: #9e9e9e;
  padding: 0 5px;
}
.price.product-price {
  font-family: 'Lato-Bold';
  line-height: 22px;
  font-size: 17px;
  color: #222;
  padding: 0 5px;
}
ul.product_list .comments_note .nb-comments {
  font-family: 'Lato-Light';
  line-height: 18px;
  position: relative; top: -4px;
  font-size: 12px;
  color: #222;
}
ul.product_list.list > li .product-container .comments_note .nb-comments,
ul.product_list.list > li .product-container .comments_note .star_content,
ul.product_list.grid > li .product-container .comments_note .nb-comments,
ul.product_list.grid > li .product-container .comments_note .star_content {margin: 0 0px; display: inline-block;}






#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: 0px;
	margin-right: 4px;
	background-image: url(../img/share.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 -40px;}

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

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

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

#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 .product_attributes + .socialsharing_product + #product_comments_block_extra {display: none;}*/



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

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

#product .nav-tabs > li > a {
	font-family: 'Lato-Light';
	text-transform: none;
	font-size: 16px;
	color: #a2a2a2;
	line-height: 32px;
	padding: 7px 28px;
}
#product .nav-tabs > li:hover > a,
#product .nav-tabs > li > a:focus,
#product .nav-tabs > li.active > a {background: #fff; color: #222; border-bottom: 1px solid transparent;}

#product .tab-content {
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	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-family: 'Lato-Regular';
	font-weight: normal;
}
#product #product_comments_block_tab div.comment .comment_details p.title_block {
	margin-bottom: 3px;
}
#product #product_comments_block_tab div.comment .comment_details .star_content {
	margin-bottom: 20px;
}
#product #product_comments_block_tab div.comment .comment_details em {
	font-family: 'Lato-Regular';
	font-size: 12px;
	color: #c9c9c9;
	display: inline-block;
    margin-bottom: 2px;
}
#product #product_comments_block_tab div.comment .comment_details .review_body {
	font-family: 'Lato-Light';
	font-size: 16px;
	color: #222;
}
#product #product_comments_block_tab div.comment {border-bottom: 1px solid #eeeeee;}
#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 #eeeeee;}

.closefb.product_button {vertical-align: bottom;}

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

#product_comments_block_tab .fr {font-family: 'Lato-Regular'; font-size: 16px; color: #222;}

.pb-center-column #short_description_block #short_description_content p {
	padding-left: 0;
	line-height: 26px;
	margin-bottom: 9px;
}

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

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


.breadcrumb {
  font-family: 'Lato-Light';
  font-size: 16px;
  color: #222;
  text-transform: none;
  display: block;
  padding: 20px 24px 20px 24px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: url(../img/crumb_bg.jpg) no-repeat center center;
  margin-top: 0px;
  z-index: 1;
  text-align: center;
}
.breadcrumb .navigation-pipe {display: none; }

.breadcrumb h1 {
	font-family: 'Lato-Regular';
	font-size: 30px;
	text-transform: uppercase;
	margin: 4px 0 10px 0;
	color: #222;
}
.breadcrumb h1:after {
	content: "";
	display: block;
	width: 70px; height: 1px;
	background: #fff;
	margin: 15px auto 18px;
}

.breadcrumb span.navigation_page {
	font-family: 'Lato-Light';
	font-size: 16px;
	color: #222;
	text-transform: none;
}
.breadcrumb span.navigation_page a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 0 0 0;
  position: relative;
  z-index: 2;
  color: #222;
}
.breadcrumb a.home {display: none;}
.breadcrumb a.home i {display: none;}
.breadcrumb a.home:before {display: none;}
.breadcrumb a:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  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_button,
.button,
.cart_navigation .button-exclusive,
.button.button-medium.exclusive,
.button.exclusive-medium,
.button.button-small,
.button.button-medium {
    position: relative;
    display: inline-block;
    min-width: 170px;
    height: 50px;
    z-index: 2;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Lato-Regular';
    font-size: 14px;
    text-transform: uppercase;
    background: #333333;
    transition-duration: .5s;
}
    .product_button i.left,
    .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;}
      
    .product_button i.right,
    .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_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: #333333;
      color: #fff;
      cursor: pointer;
  }

  .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;
      box-shadow: none;
      color: #fff;
      background: #333333;
  }



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

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

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


div.selector {
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 188px !important;
  height: 30px;
}



.btn.button-plus,
.btn.button-minus {
  display: inline-block;
  position: relative;
  width: 30px; height: 30px;
  background: url(../img/cart_arrow.png) no-repeat center center #f9f9f9;
  border: 1px solid #bcbcbc;
  vertical-align: top;
}
.btn.button-minus {
  transform: rotateX(180deg);
}


.cart_quantity .cart_quantity_button .cart_quantity_down.btn.btn-default.button-minus,
.cart_quantity .cart_quantity_button .cart_quantity_up.btn.btn-default.button-plus {
  display: inline-block;
  position: relative;
  width: 30px; height: 30px;
  background: url(../img/cart_arrow.png) no-repeat center center #f9f9f9;
  border: 1px solid #bcbcbc;
  vertical-align: top;
}
.cart_quantity .cart_quantity_button .cart_quantity_up.btn.btn-default.button-minus {
  transform: rotateX(180deg);
}
  
.cart_quantity .cart_quantity_button .cart_quantity_input.form-control {
  display: inline-block;
  width: 32px; height: 30px;
  background: #fff;
  text-align: center;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  font-family: 'Lato-Light';
  font-size: 14px;
  line-height: 30px;
  color: #222;
  vertical-align: top;
  margin: 0 -5px;
  opacity: 1 !important;
}

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

.count_wr {margin-bottom: 79px;}

.an_countdown_wr {position: relative;}

.an_countdown_image img {position: relative; left: 50%; transform: translateX(-50%);}

.an_countdown_text {
  position: absolute;
  top: 10%; width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.an_countdown_text h3 {
  font-family: 'Lato-Regular';
  font-size: 30px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.an_countdown_text h3:after {
	content: "";
	display: block;
	width: 70px; height: 1px;
	background: #fff;
	margin: 22px auto 14px;
}
.an_countdown_text p {
  font-family: 'Lato-Light';
  font-size: 16px;
  line-height: 26px;
  color: #222;
  text-align: center;
}

.an_countdown_link {
  position: absolute;
  top: 47%; width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.an_countdown_link .clock .number {
	border: 1px solid #d7d7d7;
	background: #fff;
	border-radius: 0;
	font-family: 'Lato-Regular';
	font-size: 30px;
	color: #222;
	height: 50px; width: 70px;
	text-shadow: none;
	line-height: 50px;
}
.an_countdown_link .clock .number-wrapper {
	box-shadow: none;
	margin: 0 5px 0 0;
}
.an_countdown_link .clock .caption {
	font-family: 'Lato-Regular';
	color: #222;
	font-size: 12px;
	text-transform: uppercase;
	width: 70px; height: 30px;
	line-height: 30px;
	border-top: none;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	background: #f7f7f7;
	bottom: -37px;
}

.an_countdown_button {
  position: absolute; top: 71%;
  left: 50%;
  transform: translateX(-50%);
}


.bottom_products {
	padding-bottom: 45px;
	margin-bottom: 36px;
}

.bottom_products .col-sm-12 > li {
	list-style-type: none;
}

.bottom_products .col-sm-12 > li > a {
	font-family: 'Lato-Regular';
	font-size: 24px;
	color: #222;
	display: block;margin-bottom: 30px;
}

.bottom_products .product_list .ajax_block_product .product-container {
	white-space: nowrap; clear: both;
	margin-bottom: 20px;
}
.bottom_products .product_list .ajax_block_product .product-container .left-block {
	width: 170px;
	float: left;
}
.bottom_products .product_list .left-block .product-image-container {position: relative;}

.bottom_products .product_list .right-block .product-desc {display: none;}
.bottom_products .product_list .right-block .hook-reviews {display: none;}
.bottom_products .product_list .right-block .comments_note {text-align: left;}
.bottom_products .product_list .ajax_block_product .product-container .right-block {
	width: 199px;
	float: left;
	text-align: left;
  padding-left: 20px;
}
.bottom_products .product_list .ajax_block_product .product-container:before,
.bottom_products .product_list .ajax_block_product .product-container:after {
	content: "";
	display: block;
	clear: both;
}
.bottom_products .product_list .right-block .content_price {
	padding-top: 9px;
}
.bottom_products ul.product_list .product-container h5 {
	padding: 0 0 0 0; position: relative; top: -4px;
	margin-bottom: -4px;
}
.bottom_products .right-block .ajax_add_to_cart_button.subscibe_button {
	position: relative; z-index: 2;
	min-width: 128px; height: 35px; line-height: 34px;
	margin-top: 17px; background: #fff; color: #333333;
  border: 1px solid #333333; border-radius: 4px; font-size: 12px;
}
.bottom_products .right-block .ajax_add_to_cart_button.subscibe_button:hover {
  background: #333333;
  color: #fff;
  cursor: pointer;
  border: 1px solid #333333;
}
.bottom_products .right-block .ajax_add_to_cart_button.subscibe_button:active,
.bottom_products .right-block .ajax_add_to_cart_button.subscibe_button:focus,
.bottom_products .right-block .ajax_add_to_cart_button.subscibe_button:active:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
  background: #333333;
   border: 1px solid #333333;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	display: inline-block;
	width: 30px; height: 30px;
	background-image: url(../img/owl_controls.png);
	background-repeat: no-repeat;
}

.owl-nav .owl-prev {background-position: 0px 0px; margin-right: 7px; margin-left: 5px;}
.owl-nav .owl-prev:hover {background-position: 0px -36px;}

.owl-nav .owl-next {background-position: -37px 0px;}
.owl-nav .owl-next:hover {background-position: -37px -36px;}







#top_brands {margin-bottom: 4px;}

#top_brands ul {
  text-align: justify;
}
#top_brands ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}

#top_brands ul li {
  width: 16%;
  display: inline-block;
}
#top_brands ul li a {
  display: block;
  margin: 0 auto;
  width: 140px; height: 24px;
  background-image: url(../img/brands.png);
  background-repeat: no-repeat;
  font-size: 0;
}

#top_brands ul li .brand-1 {background-position: 18px 0px;}
#top_brands ul li .brand-1:hover {background-position: 18px -40px;}

#top_brands ul li .brand-2 {background-position: -180px 1px;}
#top_brands ul li .brand-2:hover {background-position: -180px -39px;}

#top_brands ul li .brand-3 {background-position: -382px 1px;}
#top_brands ul li .brand-3:hover {background-position: -382px -39px;}

#top_brands ul li .brand-4 {background-position: -580px 0px;}
#top_brands ul li .brand-4:hover {background-position: -580px -40px;}

#top_brands ul li .brand-5 {background-position: -780px 1px;}
#top_brands ul li .brand-5:hover {background-position: -780px -39px;}

#top_brands ul li .brand-6 {background-position: -981px 1px;}
#top_brands ul li .brand-6:hover {background-position: -981px -39px;}


ul#payments_footer {display: block; margin-top: 26px; margin-bottom: 12px;}
ul#payments_footer li {display: inline-block; width: 45px; text-align: center; margin-right: 6px;}
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;}


.icon_footer_phone {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 15px; height: 15px;
	background: url(../img/footer_icons.png) no-repeat 0px 0px;
  margin-right: 8px;
}
.icon_footer_map {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 15px; height: 15px;
	background: url(../img/footer_icons.png) no-repeat 0px -30px;
  margin-right: 8px;
}
.icon_footer_mail {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 15px; height: 11px;
	background: url(../img/footer_icons.png) no-repeat 0px -60px;
  margin-right: 8px;
}

.footer-container #footer #block_contact_infos {margin-top: 80px;}

.footer-container #footer #social_block ul {}
.footer-container #footer #social_block ul li {display: inline-block; margin-right: 6px;}
.footer-container #footer #social_block ul li a {
	display: inline-block;
	width: 28px; height: 28px;
	background-image: url(../img/socials.png);
	background-repeat: no-repeat;
}

.footer-container #footer #social_block ul li.facebook a {background-position: 10px 5px;}
.footer-container #footer #social_block ul li.facebook a:hover {background-position: 10px -19px;}

.footer-container #footer #social_block ul li.twitter a {background-position: -29px 5px;}
.footer-container #footer #social_block ul li.twitter a:hover {background-position: -29px -19px;}

.footer-container #footer #social_block ul li.rss a {background-position: -69px 5px;}
.footer-container #footer #social_block ul li.rss a:hover {background-position: -69px -19px;}

.footer-container #footer #social_block ul li.google-plus a {background-position: -108px 5px;}
.footer-container #footer #social_block ul li.google-plus a:hover {background-position: -108px -19px;}

.footer_logo {margin-bottom: 27px;}

.continue1 {margin-right: 30px;}
.continue2 {margin-top: 15px;}

.top-pagination-content .pagination ul.pagination {display: none;}
.top-pagination-content div.pagination {float: none;}
.top-pagination-content div.pagination .showall {float: left; margin-left: 0; margin-top: 4px;}
.top-pagination-content div.pagination .showall .subscibe_button{
	min-width: 104px;
	height: 30px;
	line-height: 26px;
}
.top-pagination-content .compare-form {margin-top: 5px;}
body .bt_compare {
	border: none;
	box-shadow: none;
	text-decoration: none;
	outline: none;
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #222;
	font-weight: normal;
	background: none;
}
body .bt_compare em {font-style: normal;}
body .bt_compare:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 15px; height: 19px;
	background: url(../img/add_to_compare.png) no-repeat center center;
	top: 6px; left: -5px;
}

li#grid a {
  display: inline-block;
  width: 20px; height: 20px;
  overflow: hidden;
  position: relative;
  top: 6px;
}
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 -28px;
}
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: -23px -28px;
}
li#list a:hover i {background-position: -23px 0px;}
li#list.selected a i {background-position: -23px 0px;}

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

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

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

.block.informations_block_left .title_block a {
	font-weight: normal;
    font-family: 'Lato-Regular';
    text-transform: none;
    font-size: 22px;
}

.col-lg-12.layered_filter_ul span,
.col-lg-12.layered_filter_ul label {
	font-family: 'Lato-Light';
	font-weight: normal;
	font-size: 14px;
	color: #222;
}

.pagi-right,
.pagi-left {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 8px; height: 5px;
	background: url(../img/cart_arrow.png) no-repeat center center;
}
.pagi-right {transform: rotate(90deg);}
.pagi-left {transform: rotate(270deg);}
.pagination .pagination_previous a,
.pagination .pagination_next a {
	border: none;
}
.pagination .pagination_previous a:hover,
.pagination .pagination_previous a:active,
.pagination .pagination_previous a:focus,
.pagination .pagination_previous a:active:focus,
.pagination .pagination_previous span:hover,
.pagination .pagination_previous span:active,
.pagination .pagination_previous span:focus,
.pagination .pagination_previous span:active:focus,
.pagination .pagination_next span:hover,
.pagination .pagination_next span:active,
.pagination .pagination_next span:focus,
.pagination .pagination_next span:active:focus,
.pagination .pagination_next a:hover,
.pagination .pagination_next a:active,
.pagination .pagination_next a:focus,
.pagination .pagination_next a:active:focus {
	background: none;
	color: #222;
}
.bottom-pagination-content .pagination .showall {display: none;}

#subcategories ul li h5 {margin-top: 0;}

p.store_image {margin-bottom: 30px;}

.table tbody > tr.cart_item {border-bottom: 1px solid #f7f7f7;}
.table tbody > tr.cart_item:last-child {border-bottom: none;}

#cart_summary tbody td.cart_total {width: 150px;}

.box-info-product #product_comments_block_extra {display: none;}

#product_reference label,
#product_condition label {
	font-family: 'Lato-Light';
	font-size: 14px;
	color: #222;
	font-weight: normal;
}

#product_reference span,
#product_condition span {
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #222;
	font-weight: normal;
}

#product .description {
	text-transform: uppercase;
	font-family: 'Lato-Bold';
	font-size: 16px;
	border-top: 1px solid #eaeaea;
	margin: 24px 0 10px 0;
	padding: 26px 0 0 0;
	font-weight: normal;
	color: #222;
}

#product .subscibe_button {vertical-align: bottom;}
#product #add_to_cart .subscibe_button {
	background: #222; color: #fff;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(144,144,144,1);
	-moz-box-shadow: 3px 3px 0px 0px rgba(144,144,144,1);
	box-shadow: 3px 3px 0px 0px rgba(144,144,144,1);
}
#product #add_to_cart .subscibe_button:after {background: rgba(255, 255, 255, 0.2);}
#product #add_to_cart .subscibe_button:hover:after {height: 360%;}
#product #add_to_cart .subscibe_button:active,
#product #add_to_cart .subscibe_button:focus,
#product #add_to_cart .subscibe_button:active:focus {box-shadow: none;}

#product_comments_block_tab p.no_review,
.outorize {
	padding: 20px;
	font-family: 'Lato-Light';
    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: #222;
}

#product .breadcrumb {
	margin-bottom: 30px;
}
.cart_quantity.text-center span {color: #222;}

#social-share-compare {}

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

#social-share-compare .socialsharing_product .btn.btn-default.btn-twitter.social-sharing,
#social-share-compare .socialsharing_product .btn.btn-default.btn-facebook.social-sharing,
#social-share-compare .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing,
#social-share-compare .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing {
  text-indent: -9999px;
}
#social-share-compare .socialsharing_product .btn.btn-default.btn-twitter.social-sharing,
#social-share-compare .socialsharing_product .btn.btn-default.btn-facebook.social-sharing,
#social-share-compare .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing,
#social-share-compare .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing {
  display: inline-block;
  width: 32px; height: 32px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  margin-right: 4px;
  background-image: url(../img/share.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#social-share-compare .socialsharing_product .btn.btn-default.btn-twitter.social-sharing {background-position: 0px 0px;}
#social-share-compare .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:hover {background-position: 0px -40px;}

#social-share-compare .socialsharing_product .btn.btn-default.btn-facebook.social-sharing {background-position: -40px 0px;}
#social-share-compare .socialsharing_product .btn.btn-default.btn-facebook.social-sharing:hover {background-position: -40px -40px;}

#social-share-compare .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing {background-position: -80px 0px;}
#social-share-compare .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing:hover {background-position: -80px -40px;}

#social-share-compare .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing {background-position: -120px 0px;}
#social-share-compare .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:hover {background-position: -120px -40px;}

#social-share-compare .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:active,
#social-share-compare .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:focus,
#social-share-compare .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:active:focus,

#social-share-compare .socialsharing_product .btn.btn-default.btn-facebook.social-sharing:active,
#social-share-compare .socialsharing_product .btn.btn-default.btn-facebook.social-sharing:focus,
#social-share-compare .socialsharing_product .btn.btn-default.btn-facebook.social-sharing:active:focus,

#social-share-compare .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing:active,
#social-share-compare .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing:focus,
#social-share-compare .socialsharing_product .btn.btn-default.btn-google-plus.social-sharing:active:focus,

#social-share-compare .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:active,
#social-share-compare .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:focus,
#social-share-compare .socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:active:focus {
  outline: none;
}
ul.product_list.list h5 {margin-bottom: 4px;}

#layered_block_left div > form > div > .layered_price {margin-top: 16px;}

#new-products_block_right.block.products_block .title_block {margin-bottom: 22px;}

.bottom-pagination-content {margin-bottom: 80px;}

#topcontrol img {display: none;}

#topcontrol {
  background-image: url(../img/arrow_up.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 34px; height: 28px;
}
#topcontrol:hover {background-position: 0px -50px;}

.product-content .product-description {display: none;}

#products-comparison #center_column .page-heading {margin-top: 12px; margin-bottom: 0;}

.comparison_product_infos .button.lnk_view.btn.btn-default {display: none;}

#product.content_only .pb-left-column #views_block {left: 30px; top: 20px;}

#product.content_only .tab-content {display: none;}

#product.content_only #thumbs_list {height: 490px;}

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

#order-detail-content #cart_summary td.cart_quantity div.cart_quantity_button {width: 89px;}

#an_bootstraptabs.panel {margin-bottom: 80px;}

.page-heading.product-listing {margin-top: 10px;}

.no_eng {text-transform: none !important;}






@media (max-width: 1199px) {
  .bottom_products .product_list .ajax_block_product .product-container {clear: none; float: left;}
  #deal img {height: 296px;}
  #deal h3 {font-size: 24px; line-height: 34px;}
  ul.product_list.list > li .product-container .functional_wrapper,
  ul.product_list.list > li.hovered .product-container .functional_wrapper,
  ul.product_list.grid > li .product-container .functional_wrapper {display: block;}
  .category ul.product_list.grid .ajax_add_to_cart_button, .blocknewproducts_wr .ajax_add_to_cart_button {
    width: 110px; font-size: 11px;
  }
  .category ul.product_list.grid .quick-view, .blocknewproducts_wr .quick-view {width: 50px;}
  .category ul.product_list.grid .add_to_compare, .blocknewproducts_wr .add_to_compare {width: 50px;}
  .footer-container #footer h4 a,
  .footer-container #footer h4 {font-size: 18px;}
  .footer-container #footer #social_block ul li {margin-right: 1px;}
  #product.content_only #thumbs_list {height: 383px;}
}

@media (max-width: 991px) {
  #deal img {height: 220px;}
  #deal .subscibe_button {top: 140px;}
  .bottom_products .product_list .ajax_block_product .product-container .left-block {width: 164px;}
  .bottom_products .product_list .ajax_block_product .product-container .right-block {width: 192px; padding-left: 10px;}
  #top_brands ul li {width: 30%; margin-bottom: 15px;}
  .footer_my_account {display: none;}
  .footer-container #footer #social_block ul li {margin-right: 10px;}
  .footer-container #footer #social_block h4 {margin-bottom: 14px;}
  .footer-container #footer #block_contact_infos > div ul li {padding-left: 0;}
}


@media (min-width: 768px) {
  #block_contact_infos > div > h4 {display: none;}
}
@media (max-width: 767px) {
  #deal img {height: auto; width: 100%;}
  #deal > div {max-width: 420px; margin: 0 auto 30px auto;}
  #deal .subscibe_button {top: 112px;}
  .bottom_static_wr {max-width: 450px; margin: 0 auto 30px auto;}
  .blocknewproducts_wr .product_list.grid.row {max-width: 470px; margin: 0 auto;}
  .blocknewproducts_wr .product_list.grid.row .ajax_block_product:nth-child(even) {padding-right: 0; padding-left: 7px;}
  .blocknewproducts_wr .product_list.grid.row .ajax_block_product:nth-child(odd) {padding-left: 0; padding-right: 7px;}
  .delimeter {content: ""; display: block;width: 100%; clear: both;}
  #contact-link, #languages-block-top, #currencies-block-top,
  .wish_top, .newsletter_icon, .header_user_info {float: none; display: inline-block;}
  header .nav nav {text-align: center; padding-top: 15px;}
  .header_user_info ul, #languages-block-top ul, #currencies-block-top ul {top: auto; right: auto; left: auto;}
  .newsletter_top h4 {top: 16%; left: 0; transform: translateX(0); text-align: center; width: 100%;}
  .newsletter_top .newsletter-input {top: 42%;}
  .newsletter_top .subscibe_button {top: 67%;}
  .search_button {left: auto; right: 25px;}
  #search_block_top #search_query_top {padding-left: 25px ;border-bottom: 1px solid #efefef;}
  .cart_icon_wr {margin-left: auto; margin-right: auto; width: 100%; float: none; text-align: center;}
  #social_block h4 {display: none;}
  .an_countdown_text {width: 100%; left: 0; transform: translateX(0); top: 2%;}
  .sf-menu > li {display: block; text-align: left;}
  .sf-menu > li > ul > li > a {display: block; margin-bottom: 13px;}
  .sf-menu li li li a {padding-bottom: 14px;}
  #contact-link, .wish_top, .newsletter_icon,
  .header_user_info div.current,
  #languages-block-top div.current,
  #currencies-block-top div.current {margin-bottom: 15px; margin-left: 5px; margin-right: 5px;}
  .cart_icon {margin-right: 5px;}
  .cart_head {margin-top: 50px;}
  #category .product_list.grid.row {max-width: 600px; margin-left: auto; margin-right: auto;}
  #product_comments_block_tab .comment_author_infos {padding-left: 0;}
  #product_comments_block_tab div.comment .comment_author {padding: 0 15px;}
  .fr {left: 0;}
}
@media (max-width: 570px) {
  #top_brands ul li {width: 49%;}
}


@media (max-width: 481px) {
  #deal h3 {margin-top: 0;}
  #deal .subscibe_button {top: 92px;}
  .blocknewproducts_wr .product_list.grid.row {max-width: 270px; margin: 0 auto;}
  .bottom_products .product_list .ajax_block_product .product-container .left-block {width: 140px;}
  .bottom_products .product_list .ajax_block_product .product-container .right-block {width: 140px;}
  .bottom_products .product_list .ajax_block_product .product-container .right-block .price.product-price {display: block;}
  .bottom_products .product_list .ajax_block_product .product-container .sale-label, 
  .bottom_products .product_list .ajax_block_product .product-container .new-label {
    min-width: 40px;height: 20px;font-size: 12px;line-height: 17px;
  }
  .cart_wr {width: 320px;}
  .an_countdown_link {top: 52%;}
  .an_countdown_button {top: 76%;}
  .sf-menu > li > ul {padding: 10px 30px 10px;}
  #block_top_menu li.category-thumbnail {display: none;}
  .blocknewproducts_wr .product_list.grid.row .ajax_block_product:nth-child(even) {padding-right: 0; padding-left: 0;}
  .blocknewproducts_wr .product_list.grid.row .ajax_block_product:nth-child(odd) {padding-left: 0; padding-right: 0;}
  #category .product_list.grid.row {max-width: 270px;}
  #category .product_list.grid.row .ajax_block_product {padding-left: 0; padding-right: 0;}
  #product .nav-tabs > li > a {padding: 7px 12px;}
  #product.content_only #thumbs_list {height: 144px;}
}