

#header_logo .logo {
	margin: 33px 0 6px 3px;
}

.fast_nav {
	width: 300px;
	width: 300px;
    position: fixed;
    top: 0;
    left: -350px;
    z-index: 7000;
    background: #fff;
    bottom: 0;
    padding-left: 30px;
    transition-duration: 0.5s;
}

.fast_nav.active {left: 0;}

.fast_nav #categories_block_left h2.title_block {display: none;}

.fast_nav #categories_block_left li li a:hover {background: #f9f9f9;}

.fast_nav #categories_block_left {max-height: 100%; overflow-y: auto;}

.fast_nav h4 {
	display: block;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #f9f9f9;
    color: #222;
    height: 94px;
}

.fast_nav_close {
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 36px; right: 30px;
	background-image: url(../img/cart_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}




#search_block_top {
	padding-top: 30px;
    padding-left: 85px;
    padding-right: 0;
}
#search_block_top #searchbox {
	margin-left: 0;
	width: auto;
}
#search_block_top .button-search {
	display: inline-block;
	width: 40px; height: 40px;
	position: absolute;
	top: 0; right: 0;
	border: 1px solid #e7e7e7;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: url(../img/search.png) no-repeat 10px 10px #e7e7e7;
}
#search_block_top .button-search:active,
#search_block_top .button-search:focus,
#search_block_top .button-search:active:focus,
#search_block_top .button-search:hover {
	background-position: 10px -40px;
	background-color: #4f4f4f;
	border-color: #4f4f4f;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

#search_block_top #search_query_top {
	display: block;
	padding: 0 60px 0 166px;
	height: 40px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-family: 'Lato-Regular';
    font-size: 16px;
    color: #212020;
}
#search_block_top #search_query_top:active,
#search_block_top #search_query_top:focus,
#search_block_top #search_query_top:active:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.near_search_menu {
	width: 147px;
	height: 40px;
	float: left;
	margin-right: -5px;
	z-index: 1;
    position: absolute;
    background: #f4f4f4;

}
.near_search_menu #near_search_menu {
	border: 1px solid #e7e7e7;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #222;
	width: 147px;
	height: 40px;
	padding-left: 20px;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	background: url(../img/select_arr.png) no-repeat 90% -10px #f4f4f4;
	padding-right: 24px;
}
.near_search_menu #near_search_menu::-ms-expand {
  display: none;
}
.near_search_menu #near_search_menu:active,
.near_search_menu #near_search_menu:focus,
.near_search_menu #near_search_menu:active:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 90% 18px;
	border-bottom-left-radius: 0px;
}



.sign_link {
	margin: 33px 0 0 0;
}
.sign_link a {
	font-family: 'Lato-Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #212020;
    white-space: nowrap;
    display: block;
    margin: 0 13px 0 auto;
    width: 90px;
}
.sign_link a:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 22px; height: 22px;
	background: url(../img/user.png) no-repeat center center;
	margin-right: 10px;
	top: 5px;
}

.header_menu_bg {
	background: #f6f6f6;
	margin-top: 25px;
}

.header_menu_bg.diff {
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
}

.burger {}
.burger span {
	display: block;
	width: 60px; height: 60px;
	background: url(../img/burger.png) no-repeat center center #ededed;
	transition-duration: 0.4s;
	cursor: pointer;
}



#header #block_top_menu {padding-left: 0;}


/*  cart  */

.cart_icon {}
.cart_icon span {
	display: block;
	width: 60px; height: 60px;
	background: url(../img/cart.png) no-repeat center center #ededed;
	transition-duration: 0.4s;
	cursor: pointer;
	position: relative;
	margin: 0 0 0 auto;
}


.cart_icon span .ajax_cart_quantity {
	display: inline-block;
	position: absolute;
	min-width: 14px;
	padding-left: 3px;
	padding-right: 3px;
	height: 14px;
	top: 14px;
	right: 13px;
	background: #0060c1;
	font-family: 'Lato-Bold';
	color: #fff;
	font-size: 9px;
	text-align: center;
	width: auto;
	border-radius: 14px;
	line-height: 15px;
}

.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: -16px;
  z-index: 7000;
}

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




.cart_head {
	display: block;
	font-family: 'Lato-Bold';
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 0 -30px;
	padding: 30px 0 30px 30px;
	border-bottom: 1px solid #f9f9f9;
	color: #222;
	height: 95px;
}

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

.cart_block .cart-buttons {
	height: 80px;
	margin-bottom: 0;
	padding: 14px 0;
}


.cart_close {
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 34px; right: 46px;
	background-image: url(../img/cart_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 {}

.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: #4f4f4f;
	height: 50px;
	width: 160px;
	display: block;
	margin: 0 auto;
	line-height: 50px;
	font-family: 'Lato-Bold';
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	transition-duration: 0.5s;
}

.checkout_button:hover {
	background: #0060c1;
	text-decoration: none;
	color: #fff;
}

.checkout_button:active,
.checkout_button:focus,
.checkout_button:active:focus {
	outline: none;
	box-shadow: none;
	color: #fff;
	background: #0060c1;
	text-decoration: none;
}

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

.product-atributes span,
.product-atributes a {
	font-family: 'Lato-Regular';
	font-size: 12px;
	color: #9e9e9e;
}

.cart_block .block_content .cart-info .price {
	font-family: 'Lato-Bold';
	font-size: 18px;
}

/*  /cart  */


#fade3,
#fade2 {
    display: none;
    background: #111;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 6000;
}


/*	 nav: languages currencies	*/
#languages-block-top,
#currencies-block-top {
  float: left;
  position: relative; 
}
.header_user_info { float: right; position: relative; min-width: 105px;}

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

.header_user_info div.current,
#languages-block-top div.current,
#currencies-block-top div.current  {
  padding: 9px 10px 7px 10px;
  line-height: 18px;
  color: #212020;
  cursor: pointer;
  min-width: 105px;
}

#currencies-block-top div.current {padding-right: 17px;}

#languages-block-top div.current {min-width: 80px;}
.header_user_info div.current {}

#currencies-block-top div.current span,
.header_user_info div.current span,
#languages-block-top div.current span {
  font-family: 'Lato-Regular';
  font-size: 12px;
  line-height: 18px;
}

#languages-block-top div.current:hover,
#languages-block-top div.current.active,
.header_user_info div.current:hover,
.header_user_info div.current.active,
#currencies-block-top div.current:hover,
#currencies-block-top div.current.active {
  background: #f6f6f6;
}

.header_user_info div.current strong,
#languages-block-top div.current strong,
#currencies-block-top div.current strong {
  font-family: 'Lato-Regular';
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}
.header_user_info div.current:after,
#languages-block-top div.current:after,
#currencies-block-top div.current:after {
  content: "";
  display: inline-block;
  width: 6px; height: 4px;
  position: relative;
  top: -2px; left: 6px;
  background: url(../img/lang_arr.png) no-repeat center center;
}

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


.header_user_info ul,
#languages-block-top ul,
#currencies-block-top ul  {
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  width: 100%;
  background: #f6f6f6;
  z-index: 2;
}

.header_user_info ul li,
#languages-block-top ul li,
#currencies-block-top ul li	{
  
}

.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: 10px 10px 10px 12px;
  color: #212020;
  line-height: 16px;
  font-size: 12px;
  display: block;
}
.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: #ededed;
}







#homepage-slider .bx-wrapper {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#homepage-slider .homeslider-description {
	position: absolute;
	left: 0;
	top: 52%;
	right: 0;
	bottom: auto;
	transform: translateY(-50%);
	padding: 0;
	cursor: pointer;
	text-align: left;
}
#homepage-slider .homeslider-description .container {
	padding-left: 100px;
	padding-right: 100px;
}
#homepage-slider .homeslider-description span {
	font-family: 'Lato-Bold';
	font-size: 16px;
	color: #ababab;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0 0;
}

#homepage-slider .homeslider-description p:first-child {margin-bottom: 4px;}

#homepage-slider .homeslider-description h2 {
	font-family: 'Lato-Bold';
	font-size: 50px;
	color: #0060c1;
	margin: 0 0 0 0;
	letter-spacing: -3px;
	text-transform: uppercase;
}
#homepage-slider .homeslider-description h2:after {
	content: "";
	display: block;
	width: 50px; height: 2px;
	background: #d8d8d8;
	margin: 9px 0 11px;
}
#homepage-slider .homeslider-description p {
	font-family: 'Lato-regular';
	font-size: 15px;
	color: #222;
	line-height: 25px;
	max-width: 400px;
	margin-bottom: 33px;
}
#homepage-slider .homeslider-description .slider_button {
	display: inline-block;
	min-width: 160px;
	height: 50px;
	line-height: 47px;
	text-align: center;
	font-family: 'Lato-Bold';
	font-size: 16px;
	color: #fff;
	border: 2px solid #0060c1;
	background: #0060c1;
	margin-right: 10px;
	border-radius: 4px;
	transition-duration: 0.5s;
}
#homepage-slider .homeslider-description .slider_button:active,
#homepage-slider .homeslider-description .slider_button:focus,
#homepage-slider .homeslider-description .slider_button:active:focus,
#homepage-slider .homeslider-description .slider_button:hover {
	background: #0060c1;
	border-color: #0060c1;
	color: #fff;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
#homepage-slider .homeslider-description .slider_button2 {
	display: inline-block;
	min-width: 160px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	font-family: 'Lato-Bold';
	font-size: 16px;
	color: #0060c1;
	border: 2px solid #0060c1;
	background: #fff;
	border-radius: 4px;
	transition-duration: 0.5s;
}
#homepage-slider .homeslider-description .slider_button2:active,
#homepage-slider .homeslider-description .slider_button2:focus,
#homepage-slider .homeslider-description .slider_button2:active:focus,
#homepage-slider .homeslider-description .slider_button2:hover {
	color: #fff;
	background: #0060c1;
	border: 2px solid #0060c1;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction {
	max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.bx-wrapper .bx-controls-direction a {
	width: 40px; height: 40px;
	background-image: url(../img/slider_arrows.png);
	background-repeat: no-repeat;
	top: -260px;
}
.bx-wrapper .bx-controls-direction a:before {display: none;}
#homepage-slider a.bx-prev {left: 0;}
#homepage-slider a.bx-next {right: 0;}
.bx-wrapper .bx-controls-direction a.bx-prev {background-position: 0px 0px;}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {background-position: 0px -46px;}
.bx-wrapper .bx-controls-direction a.bx-next {background-position: -46px 0;}
.bx-wrapper .bx-controls-direction a.bx-next:hover {background-position: -46px -46px;}
#homepage-slider .bx-wrapper a.disabled {display: none;}

.bx-wrapper .bx-pager {bottom: 22px; padding-top: 0;}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px; height: 12px;
	border-radius: 12px;
	background: transparent;
	border: 2px solid #4f4f4f;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #4f4f4f;}




#top_static {}
#top_static a {
	display: block;
	position: relative;
	overflow: hidden;
}
#top_static a img {
	max-width: 100%;
}
#top_static a:before {
    content: "";
    display: block;
    width: 500px;
    height: 300px;
    background: rgba(255, 255, 255, 0.3);
    transition-duration: 0.6s;
    position: absolute;
    top: -260%;
    right: -150%;
    transform: rotate(45deg);
}
#top_static a:after {
    content: "";
    display: block;
    width: 500px;
    height: 300px;
    background: rgba(255, 255, 255, 0.3);
    transition-duration: 0.6s;
    position: absolute;
    top: -260%;
    left: -150%;
    transform: rotate(-45deg);
}
#top_static a:hover:before {
    top: 150%;
    right: 150%;
}
#top_static a:hover:after {
    top: 150%;
    left: 150%;
}





.new_arrivals {clear: both; margin-bottom: 60px;}

.new_arrivals a.blocknewproducts {
	font-family: 'Lato-Black';
	font-size: 24px;
	color: #222;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 58px 0 30px 0;
}
.new_arrivals a.blocknewproducts:hover,
.new_arrivals a.blocknewproducts:active,
.new_arrivals a.blocknewproducts:focus,
.new_arrivals a.blocknewproducts:active:focus {text-decoration: none;}








		

/*	new-label sale-label	*/
.new-label {
  right: 15px;
  top: 15px;
  min-width: 53px;
  height: 22px;
  font-size: 14px;
  font-family: 'Lato-Bold';
  line-height: 21px;
  color: #fff;
  background: #70d67c;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
 }
 .new-label:hover {color: #fff;}

.sale-label {
  left: 15px;
  top: 15px;
  min-width: 53px;
  height: 22px;
  font-size: 14px;
  font-family: 'Lato-Bold';
  line-height: 21px;
  color: #fff;
  background: #f97668;
  text-transform: none;
  padding: 0 5px;
  border-radius: 4px;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
}
.sale-label:hover {color: #fff;}








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

ul.product_list li .product-image-container:hover .product_img_link:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	transition-duration: 0.4s;
	z-index: 5;
	background: rgba(0, 0, 0, 0.3);
}

.add_to_cart_wr {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	top: auto;
	height: 47px;
	transition-duration: 0.5s;
	transition-delay: 0.2s;
	z-index: 10;
}
li.hovered .add_to_cart_wr {bottom: 0; transition-delay: 0.6s;}

.product_list.grid .ajax_block_product .ajax_add_to_cart_button {
	display: block;
	width: 100%;
	height: 47px;
	border: 2px solid #f9f9f9;
	text-align: center;
	line-height: 48px;
	color: #0060c1;
	font-family: 'Lato-Bold';
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	background: #f9f9f9;
	transition-duration: 0.5s;
}
.product_list.grid .ajax_block_product .ajax_add_to_cart_button:hover,
.product_list.grid .ajax_block_product .ajax_add_to_cart_button:active,
.product_list.grid .ajax_block_product .ajax_add_to_cart_button:focus,
.product_list.grid .ajax_block_product .ajax_add_to_cart_button:active:focus {
	background: #fff;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}


.functional_wrapper {
	text-align: center;
	position: absolute;
    top: 15px;
    width: 100%;
    left: 0;
}

.functional_wrapper .add_to_wishlist,
.functional_wrapper .add_to_compare,
.functional_wrapper .quick-view {
	display: inline-block;
	width: 40px; height: 40px;
	background-image: url(../img/functional.png);
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	border-radius: 4px;
	transition-duration: 0.5s;
}
.functional_wrapper .add_to_wishlist:hover,
.functional_wrapper .add_to_compare:hover,
.functional_wrapper .quick-view:hover {background-color: #fff;}

.functional_wrapper .add_to_wishlist {
	background-position: 12px 13px;
}
.functional_wrapper .add_to_compare {
	background-position: -33px 14px;
	
}
.functional_wrapper .quick-view {
	background-position: -79px 13px;
}

.func1, .func2, .func3 {
	position: relative;
	display: inline-block;
	top: -95px;
	z-index: 10;
}

.func1 {
	transition-duration: 0.5s;
	transition-delay: 0s;
}
.func2 {
	margin: 0 5px;
	transition-duration: 0.5s;
	transition-delay: 0.2s;
}
.func3 {
	transition-duration: 0.5s;
	transition-delay: 0.4s;
}

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

ul.product_list .product-name {
  display: block;
  font-family: 'Lato-Regular';
  font-size: 16px;
  line-height: 20px;
  text-align: center;

}
ul.product_list h5 {margin: 6px 0 9px 0;}

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

.right-block .hook-reviews .star_content {width: 75px; margin: 15px auto 0;}

.content_price {text-align: center; white-space: nowrap; display: inline-block;}


.price {
  font-size: 14px;
  color: #222;
  white-space: nowrap;
  font-family: 'Lato-Bold';
}

.price.product-price {
  font-family: 'Lato-Bold';
  font-size: 18px;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  color: #222; }

.old-price {
  color: #6f6f6f;
  text-decoration: line-through; }

.old-price.product-price {
 font-family: 'Lato-Bold';
 font-size: 14px;
 color: #bfbebe;
 vertical-align: middle;
}

.special-price {color: #f13340; }


.price-percent-reduction.small,
.price-percent-reduction {
	display: inline-block;
	min-width: 53px;
	height: 22px;
	line-height: 21px;
	font-family: 'Lato-Bold';
	background: #a8a7a7;
	font-size: 14px;
	margin: 0 8px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	vertical-align: middle;
}

ul.product_list.grid .button-container {display: none;}

.left_static,
.top_right_static,
.top_left_static {
	overflow: hidden;
	position: relative;
	display: block;
}

.left_static img,
.top_right_static img,
.top_left_static img {width: 100%;}
.top_left_static a {
	position: absolute;
	top: 114px;
	left: 33px;
	font-family: 'Lato-Bold';
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
}

.top_left_static a:hover:after {margin-left: 15px;}


.left_static:before,
.top_right_static:before,
.top_left_static: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);
}

.left_static:hover:before,
.top_right_static:hover:before,
.top_left_static:hover:before {top: 150%; right: 150%;}

.left_static:after,
.top_right_static:after,
.top_left_static:after {
	content: "";
	display: block;
	width: 500px; height: 300px;
	background: rgba(255, 255, 255, 0.3);
	transition-duration: 0.6s;
	position: absolute;
	top: -130%; left: -150%;
	transform: rotate(-45deg);
}
.left_static:hover:after,
.top_right_static:hover:after,
.top_left_static:hover:after {top: 150%; left: 150%;}



#home-page-tabs {
	border: none;
	background: #fff;
}
#home-page-tabs > li {}

#home-page-tabs > li a {
	font-family: 'Lato-Black';
	font-size: 24px;
	color: #a3a3a3;
	display: block;
	text-transform: uppercase;
	margin: 10px 20px 10px 0;
	border: none !important;
	background: none !important;
	outline: none;
	padding: 0;
}
#home-page-tabs > li.active a {color: #222;}

aside {padding-top: 15px;}
     
.left_static {margin-bottom: 30px;}
.left_static a {
	display: block;
}

.tab-content #homefeatured + a {display: none;}


.bottom_products .left-block {
	width: 70px;
	float: left;
}
.bottom_products .right-block {
	display: block;
	float: none;
	margin-left: 85px;
	position: relative;
}

.bottom_products .right-block .new-label,
.bottom_products .right-block .sale-label {
	display: inline-block;
	position: static;
}

.bottom_products .content_price,
ul.product_list.bottom_products .product-name {text-align: left;}

.specials_main > a,
.top_sell_main > a {
	font-family: 'Lato-Black';
	color: #222;
	font-size: 24px;
	display: block;
	margin: 60px 0 30px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul.bottom_products.product_list h5 {
	margin-top: 8px;
    margin-bottom: 9px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	width: 40px;
    height: 40px;
    background-image: url(../img/slider_arrows.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {background-position: 0px 0px;}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {background-position: 0px -46px;}

.owl-carousel .owl-controls .owl-nav .owl-next {background-position: -46px 0;}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {background-position: -46px -46px;}

.new_arrivals .owl-nav .owl-prev {top: -67px; right: 45px;}
.new_arrivals .owl-nav .owl-next {top: -67px; right: 0;}

.specials_main,
.top_sell_main {padding-bottom: 140px;}

.specials_main .owl-nav .owl-prev,
.top_sell_main .owl-nav .owl-prev {left: 0; bottom: -90px;}

.specials_main .owl-nav .owl-next,
.top_sell_main .owl-nav .owl-next {left: 45px; bottom: -90px;}



#bottom_info_block {
	display: block;
}
#bottom_info_block img {
	width: 100%;
}



#bottom_static {}

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

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

.bottom_static_links {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	padding: 40px;
	transition-duration: 0.5s;
}
.bottom_static_links h4 {
	font-family: 'Lato-Bold';
	font-size: 18px;
	color: #222;
	text-transform: uppercase;
	margin: 0 0 0 0;
	transition-duration: 0.5s;
	top: 40px;
}
.bottom_static_links ul {margin-top: 20px; transition-duration: 0.5s;}
.bottom_static_links li {}
.bottom_static_links li a {
	display: block;
	font-family: 'Lato-Regular';
	font-size: 14px;
	line-height: 18px;
	color: #222;
	padding-bottom: 8px;
	text-decoration: none !important;
	transition-duration: 0.3s;
}
.bottom_static_links li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px; height: 1px;
	background: #222;
	margin-right: 10px;
	transition-duration: 0.3s;
}

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

.bottom_static_wr:hover .bottom_static_links {
	background: rgba(0, 0, 0, 0.15);
}
.bottom_static_wr:hover .bottom_static_links h4 {position: absolute; top: -100px;}

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

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

.bottom_static_wr:hover .bottom_static_links li a:hover:before {width: 0; margin-right: 0;}
.bottom_static_wr:hover .bottom_static_links li a:hover {padding-left: 20px; font-size: 25px;}

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


.footer-container #footer #block_contact_infos h4 {display: none;}



#newsletter_block_left {position: relative; height: 68px;}

#newsletter_block_left h5 {
	font-family: 'Lato-regular';
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
	color: #9c9c9c;
}

#newsletter_block_left .form-group {margin-bottom: 0; position: relative;}
#newsletter_block_left input {
	display: block;
	box-shadow: none;
	border-top: 1px solid #d7d7d7;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background: #fff;
	height: 1px;
	width: 100%;
	padding: 0 45px 0 20px;
	font-family: 'Lato-regular';
	font-size: 14px;
	color: #222;
	transition-duration: 0.5s;
}

#newsletter_block_left:hover input {height: 43px;}

#newsletter_block_left input:active,
#newsletter_block_left input:focus,
#newsletter_block_left input:active:focus {
	outline: none;
	box-shadow: none;
	height: 43px;
}

.animation_to_top {position: absolute; bottom: 0; width: 100%;}

 #newsletter_block_left input::-webkit-input-placeholder {color:#9c9c9c;}
 #newsletter_block_left input::-moz-placeholder          {color:#9c9c9c;}
 #newsletter_block_left input:-moz-placeholder           {color:#9c9c9c;}
 #newsletter_block_left input:-ms-input-placeholder      {color:#9c9c9c;}

#newsletter_block_left .subscribe_button {
	display: inline-block;
	width: 43px; height: 29px;
	box-shadow: none;
	border: none;
	background: url(../img/subscribe_arr.png) no-repeat center center transparent;
	position: absolute;
	bottom: 0; right: 0;
	transition-duration: 0.5s;
}
#newsletter_block_left .subscribe_button:active,
#newsletter_block_left .subscribe_button:focus,
#newsletter_block_left .subscribe_button:active:focus {
	outline: none;
	box-shadow: none;
}

#newsletter_block_left input:active + .subscribe_button,
#newsletter_block_left input:focus + .subscribe_button,
#newsletter_block_left input:active:focus + .subscribe_button,
#newsletter_block_left:hover input + .subscribe_button,
#newsletter_block_left:hover .subscribe_button {height: 43px;}



.an_countdown_wr {position: relative; margin-bottom: 30px;}

.an_countdown_image img {width: 100%;}
.an_countdown_text {position: absolute; top: 0; left: 0; right: 0;}
.an_countdown_button {display: none;}


#social_block li {
	display: inline-block;
	width: 20px; height: 30px;
	margin-right: 10px;
}
#social_block li a {
	display: inline-block;
	width: 20px; height: 30px;
	background-image: url(../img/footer_socials.png);
	background-repeat: no-repeat;
}
li.facebook a {background-position: 6px 0px;}
li.facebook a:hover {background-position: 6px -50px;}

li.twitter a {background-position: -29px 0px;}
li.twitter a:hover {background-position: -29px -50px;}

li.rss a {background-position: -65px 0px;}
li.rss a:hover {background-position: -65px -50px;}

li.google-plus a {background-position: -103px 0px;}
li.google-plus a:hover {background-position: -103px -50px;}





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

ul#payments_footer {
	float: right;
	margin: 18px 0 0 0;
}
ul#payments_footer li {
	display: inline-block;
	width: 45px;
	text-align: center;
	margin-right: 6px;
	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.ems {background-position: -57px 0px;}
ul#payments_footer li a.crapide {background-position: -114px 0px;}
ul#payments_footer li a.ccp {background-position: -171px 0px;}









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

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




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

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

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

#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 -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 #wishlist_button_nopop,
.product_button {
	min-width: 160px;
	height: 50px;
	display: inline-block;
	background: transparent;
	border: 2px solid #0060c1;
	border-radius: 4px;
	box-shadow: none;
	color: #0060c1;
	line-height: 48px;
	padding: 0px 30px 0 30px;
	text-align: center;
	font-family: 'Lato-Bold';
	font-size: 16px;
}
#product p.buttons_bottom_block #wishlist_button_nopop:hover,
.product_button:hover {
	color: #fff;
	background-color: #0060c1;
	border-color: #0060c1;
}
#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 {
	color: #fff;
	background-color: #222;
	border-color: #222;
	text-decoration: none;
	outline: none;
}
.product_button:active,
.product_button:focus,
.product_button:active:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #222;
	border-color: #222;
}

#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 .button {
	min-width: 160px;
	height: 50px;
	display: inline-block;
	background: #0060c1;;
	border: 2px solid #0060c1;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	line-height: 48px;
	padding: 0px 30px 0 30px;
	text-align: center;
}
#product p.buttons_bottom_block .button:hover,
#product p.buttons_bottom_block .button:active,
#product p.buttons_bottom_block .button:focus,
#product p.buttons_bottom_block .button:active:focus {
	color: #fff;
	background: #222;
	border-color: #222;
	text-decoration: none;
	outline: none;
}

#product .nav-tabs > li > a {
	font-family: 'Lato-Regular';
	font-size: 16px;
	text-transform: none;
	color: #222;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	line-height: 32px;
	padding: 7px 25px;
	background: #f7f7f7;
}
#product .nav-tabs > li:hover > a,
#product .nav-tabs > li.active > a {background: #fff; border-bottom: 1px solid transparent;}

#product .tab-content {
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 0;
	padding-top: 20px;
}
#product #product_comments_block_tab div.comment .comment_details p.title_block strong {
	font-size: 20px; color: #222;
	font-family: 'Lato-Bold';
	font-weight: normal;
}
#product #product_comments_block_tab div.comment .comment_details em {
	font-family: 'Lato-Bold';
	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 #ededed;}
#product #product_comments_block_tab div.comment:last-child {border-bottom: none;}

#product #id_new_comment_form {background: #f9f9f9; 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;}

.closefb.product_button {}

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

#product_comments_block_tab .fr {font-family: 'Lato-Bold'; font-size: 18px; color: #c7c7c7;}

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

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

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

.related_products {
	font-family: 'Lato-Black';
	font-size: 24px;
	text-transform: uppercase;
	margin: 5px 0 28px 0;
	color: #222;
}

#product .usefulness_btn.btn.btn-default.button.button-small,
#product .usefulness_btn.btn.btn-default.button.button-small {
	height: 24px;
	line-height: 22px;
	vertical-align: middle;
	min-width: 40px;
}


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

.cat_desc {padding-top: 10px;}




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

.breadcrumb span.navigation_page {
  font-family: 'Lato-Regular';
  font-size: 14px;
  color: #bcbcbc;
  text-transform: none;
}
.breadcrumb span.navigation_page a {
  display: inline-block;
  text-transform: none;
  padding: 0 0 0 0;
  position: relative;
  z-index: 2;
  color: #222;
}
.breadcrumb a.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;
  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;
}

.breadcrumb h3 {
	font-family: 'Lato-Regular';
	font-size: 38px;
	line-height: 40px;
	color: #222;
	text-transform: none;
	margin: 0px 0 5px 0;
}


.button,
.cart_navigation .button-exclusive,
.button.button-medium.exclusive,
.button.exclusive-medium,
.button.button-small,
.button.button-medium {
	display: inline-block;
	min-width: 160px;
	padding: 0 10px;
    font-family: 'Lato-Bold';
    font-size: 16px;
    border: 2px solid #4f4f4f;
    border-radius: 4px;
    height: 50px;
    line-height: 48px;
    border-radius: 5px;
    transition-duration: .4s;
    background: transparent;
    color: #4f4f4f;
    padding: 0 25px;
    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;}
    
  .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: #4f4f4f;
    border-color: #4f4f4f;
    color: #fff;
  }

  .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: #222;
    border-color: #222;
    color: #fff;
  }

  .button.button-medium.standard-checkout {
  	font-family: 'Lato-Bold';
    font-size: 16px;
    border: 2px solid #4f4f4f;
    border-radius: 4px;
    height: 50px;
    line-height: 48px;
    border-radius: 5px;
    transition-duration: .4s;
    background: #4f4f4f;
    color: #fff;
    padding: 0 25px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .button.button-medium.standard-checkout:hover,
  .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: #222;
    border-color: #222;
    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;}




/*.btn.button-plus,
.btn.button-minus {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  width: 30px; height: 28px;
  color: #222;
  position: relative;
  background: #f0f0f0;
  text-align: center;
  padding: 0;
  border: 1px solid #e5e5e5;
}
.btn.button-plus {
  top: 3px;
  right: 8px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn.button-minus {
  top: 1px;
  line-height: 22px;
  right: 44px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

.cart_quantity .cart_quantity_button .cart_quantity_down.btn.btn-default.button-minus {
      display: inline-block;
    background: url(../img/lang_arr.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/lang_arr.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;}



.cart_unit ul.price li {display: inline-block; vertical-align: middle;}



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

#order #cart_summary tbody td.cart_product {text-align: left; padding: 11px 11px 11px 0;}

#order.order.hide-left-column.hide-right-column .table-bordered > thead > tr > th.cart_avail.item {}
#cart_summary tbody td.cart_avail span {
	display: inline-block;
    min-width: 66px;
    height: 24px;
    line-height: 23px;
    font-family: 'Lato-Regular';
    background: #a8a7a7;
    font-size: 14px;
    margin: 0;
    padding: 0 8px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: none;
    font-weight: normal;
}



.price.text-right .price {
	font-family: 'Lato-Bold';
	font-weight: normal;
	font-size: 16px;
	color: #222;
}

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

#order #cart_summary tfoot td.text-right + .price span {
	font-family: 'Lato-Bold';
	font-size: 16px;
	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;}







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








#top_brands {
  text-align: justify;
  margin: 15px 0 25px 0;
}
#top_brands:after {
  content: "";
  display: inline-block;
  width: 100%;
}

#top_brands li {
  width: 16%;
  display: inline-block;
}
#top_brands li a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
#top_brands li a:hover img {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shake;
    animation-name: shake;
}

.footer_logo {margin-bottom: 30px;}


.clear {clear: both; display: block;}




#product .bottom_products .owl-nav .owl-prev,
#product .bottom_products .owl-nav .owl-next {position: relative;}

#product .bottom_products .owl-nav {margin-top: 21px;}

#product .bottom_products .owl-nav .owl-next {margin-left: 5px;}

.button-minus.product_quantity_down,
.button-plus.product_quantity_up {
	display: inline-block;
	background: url(../img/lang_arr.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;
}


.page-heading span {
	font-size: 24px;
	font-family: 'Lato-Black';
	color: #222;
	line-height: 24px;
}

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

#categories_block_left li span.grower {
	display: block;

	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: 36px;
	background-color: #f9f9f9;
	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 {}


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


#categories_block_left .block_content > ul {
  border-top: 1px solid #f5f6f8; }
#categories_block_left li {
  position: relative; }
  #categories_block_left li a {
    font-family: 'Lato-Bold';
    font-weight: bold;
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 2px 36px 3px 0;
    border-bottom: 1px solid #f5f6f8; }
  
  #categories_block_left li span.grower:hover + a,
  #categories_block_left li a:hover,
  #categories_block_left li a.selected {
    color: #222; }
  #categories_block_left li li a {
    font-family: 'Lato-Regular';
    font-size: 14px;
    font-weight: normal;
    color: #222; }
    #categories_block_left li li a:hover {color: #222;}
    #categories_block_left li li a:before {
      content: "";
      vertical-align: middle;
      display: inline-block;
      width: 0;
      height: 1px;
      background: #222;
      transition-duration: 0.3s;
    }
    #categories_block_left li li a:hover:before {
      width: 11px;
      margin-right: 7px;
    }



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

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


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

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

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

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

.bt_compare {
	background: none;
	box-shadow: none;
	border: none;
	text-shadow: none;
	font-family: 'lato-Regular';
	font-size: 16px;
	color: #222;
}
.bt_compare:before {
	content: "";
	display: inline-block;
	width: 24px; height: 20px;
	background: url(../img/functional.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-bottom: 30px;
}

.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 .product-desc {
	font-family: 'Lato-Regular';
    color: #222;
    font-size: 14px;
    line-height: 20px;
}

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

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

ul.product_list.grid .availability,
ul.product_list.grid .color-list-container {display: none;}

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

#page .breadcrumb  .rte p {
	padding: 0 0 0 0;
	font-family: 'Lato-Regular';
	font-size: 16px;
	color: #222;
	line-height: 24px;
}

#order.order.hide-left-column.hide-right-column .breadcrumb .container {
	font-family: 'Lato-Regular';
    font-size: 38px;
    line-height: 40px;
    color: #222;
    text-transform: none;
}


.sign_link a.espano {font-size: 12px; width: 100px;}
.sign_link a.francias {font-size: 12px; width: 110px;}



















@media (max-width: 1199px) {
	#header_logo .logo {margin-top: 38px;}
	#search_block_top {padding-left: 15px; padding-right: 15px;}
	.top_left_static a {top: 57%; left: 8%;}
	.bottom_static_links {padding: 15px 30px;}
	.bx-wrapper .bx-controls-direction {max-width: 970px;}
	#top_brands li {width: 30%; margin-bottom: 30px;}
	#header #block_top_menu {padding-left: 15px;}
	#product p.buttons_bottom_block .button,
	#product p.buttons_bottom_block #wishlist_button_nopop {
		min-width: 140px; padding: 0 15px 0 15px;
	}
	#thumbs_list {width: 240px;}
}

@media (max-width: 991px) {
	#newsletter_block_left h5 span {display: none;}
	#thumbs_list {width: calc(100% - 60px);}
}

@media (max-width: 767px) {
	.sign_link {display: none;}
	#header_logo .logo {margin-top: 25px; margin-left: auto; margin-right: auto;}
	.burger {display: none;}
	.cart_icon {position: absolute; top: 0; right: 0;}
	#header #block_top_menu {padding-right: 0; float: none; margin-right: 75px;}
	#homepage-slider .homeslider-description .container {padding-left: 43%;}
	#homepage-slider .homeslider-description h2 {font-size: 40px; max-width: 270px;}
	#homepage-slider .homeslider-description p {max-width: 270px;}
	#homepage-slider .homeslider-description .slider_button {margin-bottom: 15px;}
	.left_static {display: inline-block; width: 50%; vertical-align: top; margin-right: -4px;}
	#search_block_top {padding-top: 20px;}
	.specials_main {display: inline-block; width: 50%; vertical-align: top;}
	.top_sell_main {display: inline-block; width: 50%; margin-right: -4px; vertical-align: top;}
	.bottom_static_links h4 {font-size: 16px;}
	.bottom_static_links ul {margin-top: 10px;}
	.bottom_static_links li a {font-size: 12px; line-height: 12px; padding-bottom: 5px;}
	.copyright {text-align: center;}
	ul#payments_footer {float: none; margin: 0 auto 15px;}
	.sf-menu {width: calc(100% + 60px);}
	#newsletter_block_left h5 span {display: inline;}
	#newsletter_block_left {margin-bottom: 15px;}
	.specials_main > a, .top_sell_main > a {margin-top: 0;}
	#categories_block_left h2.title_block {padding-top: 14px;}
	.fr {left: 0;}
	.product_button {min-width: 110px; padding: 0 15px;}

	#top_static a {max-width: 480px; margin: 0 auto 30px;}
	#top_static a img {width: 100%;}
}

@media (max-width: 481px) {
	.top_sell_main,
	.specials_main,
	.left_static {display: block; width: auto; max-width: 480px; margin-left: auto; margin-right: auto;}
	#bottom_static,
	#bottom_info_block {display: none;}
	#top_brands li {width: 48%;}
	ul.product_list.list > li .right-block {width: 100%;}
	#product .nav-tabs > li > a { font-size: 14px; padding-left: 12px; padding-right: 12px; }
	#product #id_new_comment_form {padding: 15px;}
	#currencies-block-top div.current span {display: none;}
	.header_user_info div.current, #languages-block-top div.current, #currencies-block-top div.current {min-width: 80px;}
}
.manu_label {
    float: left;
}