/*body {overflow: -moz-scrollbars-none;}
body::-webkit-scrollbar { width: 0; }*/





.clear {clear: both;}

.header_controls {}

.search_icon{
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 30px; height: 30px;
  background-image: url(../img/menu3.png);
  background-repeat: no-repeat;
}

.cart_icon {
    float: right;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    
}

.quotes_icon {
    float: left;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position-x: 50%;

}


.quotation_block, .search_icon{display: flex;}

.search_icon {background-position: 5px 4px;}



.quotation_icon{
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 30px; height: 30px;
  background-image: url(../img/quotation_icon_img.png);
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-right: 18px;
}
.quotation_icon {background-position: 5px 4px;}

.quotation_icon .ajax_quotation_quantity {
  position: absolute;
  background: #fff;
  min-width: 14px;
  height: 14px;
  border-radius: 14px;
  text-align: center;
  bottom: 0;
  right: 0;
  font-family: 'Roboto';
  font-size: 9px;
  line-height: 14px;
}
.quotation_icon .ajax_quotation_quantity {display: inline-block !important;}


.cart_icon .ajax_cart_quantity {
	position: absolute;
  min-width: 20px;
  height: 20px;
  border-radius: 14px;
  text-align: center;
  bottom: -10px;
  right: -10px;
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 14px;
  color: #ffffff;
}
.cart_icon .ajax_cart_quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block !important;
  right: -9999px;
  width: 386px;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  padding: 0 36px 20px 30px;
  transition-duration: 0.5s;
}
.cart.active {
    right: -16px;
    z-index: 7000;
}


.search-form {
  position: fixed;
  top: 50%;
  display: block !important;
  left: -9999px;
  width: 700px;
  height: 100px;
  background: transparent;
}
.search-form.active {
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7000;
}
.search_close {
  font-family: 'Roboto';
  font-size: 14px;
  position: fixed;
  cursor: pointer;
  display: inline-block;
  right: -9999px;
  color: #fff;
  padding-left: 30px;
  background: url(../img/search_close.png) no-repeat left center;
}

.search-form.active + .search_close {right: 30px; top: 30px; z-index: 7000;}

.looking {
  display: inline-block;
  font-family: 'Roboto';
  font-size: 36px;
  color: #fff;
  line-height: 40px;
}

#search_block_top #search_query_top {
  font-family: 'Roboto';
  font-size: 36px;
  color: #fff;
  margin-left: 8px;
  width: 300px;
  display: inline-block;
  box-shadow: none;
  background: transparent;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.78);
}
#search_block_top #search_query_top:active,
#search_block_top #search_query_top:focus,
#search_block_top #search_query_top:active:focus {
  box-shadow: none;
  outline: none;
}



.cart_close {
  font-family: Raleway;
  font-size: 14px;
  color: #a2a2a2;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 16px; right: 22px;
  padding-left: 20px;
  background: url(../img/popup_close.png) no-repeat left center;
}



#fade3, #fade2, #fade4 {
    display: none;
    background: #133E66;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 6000;
}
#fade {
    display: none;
    background: #133E66;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 6000;
}


.shop-phone {
  float: left;
  padding: 6px 0 10px;
  font-family: Raleway;
  font-size: 14px;
  color: #b2b7b8;
  line-height: 18px;
}

.shop-phone i {
  display: inline-block;
  position: relative;
  width: 15px; height: 16px;
  background: url(../img/head_phone.png) no-repeat center center;
  margin-right: 10px;
  top: 2px;
}
.shop-phone i:before {display: none;}
.shop-phone strong {
  font-family: 'Roboto';
  font-size: 14px;
  color: #b2b7b8;
  font-weight: normal;
  line-height: 18px;
}

.sf-menu > li.sfHover > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 20px; height: 10px;
  background: url(../img/menu_hover.png) no-repeat center center;
}



.cart_head {
  display: block;
  font-family: 'Roboto';
  font-size: 24px;
  color: #222;
  line-height: 24px;
  margin-top: 64px;
  margin-bottom: 53px;
}

.cart_block .cart-info .quantity-formated {
  display: inline-block;
  font-family: 'Roboto';
  color: #cdcdcd;
  text-transform: none;
  font-size: 14px;
  padding-right: 5px;
}

.cart_button {
  display: inline-block;
  font-family: 'Roboto';
  font-size: 16px;
  color: #fff;
  height: 55px; width: 190px;
  line-height: 54px;
  border-radius: 5px;
  text-align: center;
  background: #25a109;
  transition-duration: 0.5s;
}
.cart_button:hover {
  color: #fff;
  text-decoration: none;
  background: #28b608;
}
.cart_button:active,
.cart_button:focus,
.cart_button:active:focus {
  color: #fff;
  text-decoration: none;
  background: #209306;
  outline: none;
}



body .bx-wrapper .bx-pager,
body .bx-wrapper .bx-controls-auto {
  bottom: 14px;
  width: 100%;
}

.slider_button {
  display: inline-block;
  font-family: 'Roboto';
  font-size: 16px;
  color: #fff;
  height: 52px; width: 184px;
  line-height: 52px;
  border-radius: 5px;
  text-align: center;
  background: #25a109;
  transition-duration: 0.5s;
}
.slider_button:hover {
  color: #fff;
  text-decoration: none;
  background: #28b608;
}
.slider_button:active,
.slider_button:focus,
.slider_button:active:focus {
  color: #fff;
  text-decoration: none;
  background: #209306;
  outline: none;
}




#top_static {width: 100%; overflow: hidden; white-space: nowrap;}
#top_static > div > div > div {
	width: 100%;
	display: inline-block;
	text-align: right;
	position: relative;
	margin-right: 0;
	background: #414141;
	transition-duration: 1.5s;
  overflow: hidden;
}
#top_static > div > div > div:hover {background: #afbd22;}
#top_static img {
	display: block;
	height: 65%;
	width: 100%;
	margin-top: 6.8vw;
}
.top_static_info {
	position: absolute;
	left: 0;
	top: 4%;
	text-align: left;
	width: 100%;
  text-align: center;
}
.top_static_info h4 {
	font-family: 'Roboto';
	font-size: 28px;
  text-align: center;
	color: #fff;
	line-height: 26px;
	margin: 0 0 0 0;
	transition-duration: 0.8s;
}
.top_static_info span {
	font-family: 'Roboto';
  display: block;
  text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	transition-duration: 0.8s;
	display: block;
  margin-bottom: 0px;
}
#top_static > div > div > div:hover .top_static_info h4,
#top_static > div > div > div:hover .top_static_info span {color: #fff;}
.top_static_info a {
	display: block;
	width: 0;
  text-align: center;
	overflow: hidden;
	color: #fff;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 20px;
  padding-left: 30px;
  white-space: nowrap;
	transition-duration: 0.9s;
}
.top_static_info a:after {
	content: "";
	display: inline-block;
	width: 18px; height: 8px;
	background: url(../img/top_static_arrow.png) no-repeat center center;
	margin-left: 13px;
	transition-duration: 0.4s;
}
.top_static_info a:hover:after {margin-left: 20px;}
#top_static > div > div > div:hover .top_static_info a {width: 100%; padding-left: 0;}




#home-page-tabs {
  border: none;
  padding-top: 50px;
}
  
#home-page-tabs > li {
  margin-bottom: 0;
  float: none;
  display: inline-block;
  list-style-type: none;
}
#home-page-tabs > li a {
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 24px;
  color: #222;
  text-transform: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 10px 32px;
  transition-duration: 0.4s;
}  
#home-page-tabs > li.active a,
#home-page-tabs > li a:hover {
  color: #afbd22;
  background: none;
}


#index div.not_for_index {display: none;}

.bottom_slider .block .title_block:after {display: none;}

.bottom_slider .block .products-block li {margin-bottom: 0; padding-bottom: 0;}

.bottom_slider .bx-wrapper .bx-controls-direction .bx-prev:before,
.bottom_slider .bx-wrapper .bx-controls-direction .bx-next:before {display: none;}

.bottom_slider .bx-wrapper .bx-controls-direction .bx-prev,
.bottom_slider .bx-wrapper .bx-controls-direction .bx-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/bottom_slider_arrow.png);
    background-repeat: no-repeat;
    background-position: 7px 11px;
    font-size: 0;
}
.bottom_slider .bx-wrapper .bx-controls-direction .bx-prev:hover,
.bottom_slider .bx-wrapper .bx-controls-direction .bx-next:hover {
  background-position: 7px -22px;
}
.bottom_slider .bx-wrapper .bx-controls-direction .bx-prev {
    right: 50px;
    left: auto;
}
.bottom_slider .bx-wrapper .bx-controls-direction .bx-next {
    transform: rotateY(180deg);
    right: 10px;
    left: auto;
}
.bottom_slider .bx-wrapper .bx-controls-direction a {top: -34px;}

.bottom_slider .block .products-block li .product-content .hook-reviews,
.bottom_slider .block .products-block li .product-content h5 {margin-bottom: 7px;}

.bottom_slider .block .products-block li .clear {margin-bottom: 40px;}

.bottom_slider .block .products-block li .product-content {
  overflow: initial;
  float: left;
  min-height: 100px;
  max-width: 220px;
}
.bottom_slider .block .products-block li .products-block-image {margin-right: 25px;}

.bottom_slider .block .products-block li .new-label,
.bottom_slider .block .products-block li .sale-label {
  right: auto;
  left: -50px;
  top: 1px;
}

.bottom_slider .block .products-block li .new-label + .sale-label {top: 50px;}

.bottom_slider .block {margin-bottom: 0;}


/*	 nav: languages currencies	*/


.header_user_info,
#languages-block-top,
#currencies-block-top {
  float: right;
  position: relative; 
}

#languages-block-top span.firstWord,
#currencies-block-top span.firstWord  {
  display: none;
}


.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: #fafafa;
  color: #464646;
}

.header_user_info div.current.active:after,
#languages-block-top div.current.active:after,
#currencies-block-top div.current.active:after {
  background-position: 0px 0px;
}


#languages-block-top ul,
#currencies-block-top ul  {
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  width: 110px;
  background: #fafafa;
  z-index: 2;
}
.header_user_info ul{
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
  width: 225px;
  background: #fafafa;
  z-index: 100;
}
.header_user_info ul li,
#languages-block-top ul li,
#currencies-block-top ul li	{
  color: #464646;
  line-height: 18px;
  font-family: 'Roboto';
  font-size: 14px;
}
.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: 9px 10px 10px 12px;
  display: block;
  color: #464646;
  line-height: 18px;
  font-family: 'Roboto';
  font-size: 14px;
}

		

/*	new-label sale-label	*/
.new-label {
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  font-family: Raleway;
  font-size: 12px;
  line-height: 40px;
  color: #133E66;
  background: #57cdfd;
  text-transform: uppercase;
  padding: 4px 2px 0;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
 }

.sale-label {
  right: 10px;
  top: 10px;
  min-width: 41px;
  height: 41px;
  border-radius: 40px;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  background: #fa0909;
  text-transform: uppercase;
  padding: 0 2px 0;
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1;
}

.new-label:hover,
.sale-label:hover {color: #fff;}

body .new-label + .sale-label {top: 60px;}


ul.product_list.grid > li .product-container {transition-duration: 0.5s;}

ul.product_list.grid li.hovered .functional_wrapper {
  height: 53px;
  opacity: 1;
}

ul.product_list.grid .quick-view,
ul.product_list.grid .add_to_wishlist ,
ul.product_list.grid .add_to_compare,
ul.product_list.grid .ajax_add_to_cart_button {
  display: inline-block;
  width: 60px; height: 0px;
  background-image: url(../img/functional.png);
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0;
}
ul.product_list.grid li.hovered .quick-view,
ul.product_list.grid li.hovered .add_to_wishlist ,
ul.product_list.grid li.hovered .add_to_compare,
ul.product_list.grid li.hovered .ajax_add_to_cart_button {height: 53px; opacity: 1;}

ul.product_list.grid .quick-view:hover {background-position: -98px 17px;}
ul.product_list.grid .quick-view {background-position: -98px -49px;}
ul.product_list.grid .quick-view.checked {background-position: -98px -113px;}

ul.product_list.grid .add_to_wishlist:hover  {background-position: 19px 18px;}
ul.product_list.grid .add_to_wishlist  {background-position: 19px -48px;}

ul.product_list.grid .add_to_compare:hover {background-position: -155px 16px;}
ul.product_list.grid .add_to_compare {background-position: -155px -50px;}
ul.product_list.grid .add_to_compare.checked {background-position: -155px -116px;}

ul.product_list.grid .ajax_add_to_cart_button:hover {background-position: -40px 18px;}
ul.product_list.grid .ajax_add_to_cart_button {background-position: -40px -48px;}

ul.product_list.grid .right-block {
  position: relative;
  background: #fff;
  z-index: 10;
}

ul.product_list.grid .right-block h5 {
  margin: 0 0 0 0;
  padding: 17px 0 5px 0;
  text-align: center;
  z-index: 2;
  position: relative;
}
ul.product_list.grid .right-block h5 a {
  font-family: 'Roboto';
  font-size: 16px;
  color: #222;
  line-height: 20px;
}
ul.product_list.grid .comments_note {text-align: center;}
ul.product_list.grid .star_content {
  display: inline-block;
}
ul.product_list.grid .comments_note .nb-comments {display: none;}
ul.product_list.grid .old-price {
  text-decoration: line-through;
  font-family: 'Roboto';
  font-size: 14px;
  color: #989898;
  display: inline-block;
}
ul.product_list.grid .price-percent-reduction {
  display: inline-block;
  min-width: 51px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-family: 'Roboto';
  font-size: 14px;
  background: #fa0909;
  border-radius: 5px;
  padding: 0px 5px 0px 5px;
}
ul.product_list.grid .price.product-price {
  font-family: 'Roboto';
  font-size: 16px;
  color: #222;
  display: inline-block;
}

.count_wr {overflow: hidden;}

.an_countdown_wr {position: relative;}

.an_countdown_image img {position: relative; left: 50%; transform: translateX(-50%);}

.an_countdown_text {
  position: absolute;
  top: 20%; width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.an_countdown_text h3 {
  font-family: 'Roboto';
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.an_countdown_text p {
  font-family: 'Roboto';
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.an_countdown_link {
  position: absolute;
  top: 47%; width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.an_countdown_link .clock .number {
  border: none;
  background: #25a109;
  border-radius: 0;
  font-family: 'Roboto';
  font-size: 28px;
  color: #fff;
  height: 50px; width: 64px;
  text-shadow: none;
  font-weight: normal;
  box-shadow: none;
  line-height: 46px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.an_countdown_link .clock .number-wrapper {
  box-shadow: none;
  margin: 0 5px 0 0;
}
.an_countdown_link .clock .caption {
  font-family: 'Roboto';
  color: #fff;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  width: 64px; height: 30px;
  line-height: 30px;
  border: none;
  background: #25a109;
  bottom: -26px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.an_countdown_button {
  position: absolute; top: 60%;
  left: 50%;
  transform: translateX(-50%);
}

.an_countdown_button .count_button {
  display: inline-block;
  height: 52px;
  min-width: 184px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  margin: 0 0 0 0;
  transition-duration: 0.5s;
}
.an_countdown_button .count_button:hover {
  background: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.an_countdown_button .count_button:active,
.an_countdown_button .count_button:focus,
.an_countdown_button .count_button:active:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}



#top_brands {
	background: #fff;
	padding-top: 30px;
    padding-bottom: 24px;
}

#top_brands ul {
	display: block;
	text-align: center;
	margin-bottom: 0;
	height: 46px;
}
#top_brands ul:after {
	content: "";
	display: inline-block;
	width: 100%;
}
#top_brands ul li {
	display: inline-block;
	width: 140px;
  margin: 0px 40px;
}
#top_brands ul li a {display: block; margin: 0 auto;}
#top_brands ul li a img {display: block; width: 100%;}
@-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 ul 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;
}

.newsletter {
	background: inherit;
	padding: 66px 0 55px;
}
.newsletter h4 {
	font-family: 'Roboto';
	font-size: 28px;
	color: #222;
	line-height: 30px;
	max-width: 600px;
	margin: 0px auto 4px;
	text-align: center;
}
.newsletter p {
	font-family: 'Roboto';
	font-size: 16px;
	color: #222;
	line-height: 26px;
	max-width: 700px;
	margin: 0px auto 22px;
	text-align: center;
}
.newsletter .block_content {
	max-width: 600px;
	position: relative;
	margin: 0px auto 0px;
}
.newsletter .block_content input {
	font-family: 'Roboto';
	font-size: 16px;
	color: #c7c6c6;
	height: 48px;
	display: block;
	line-height: 48px;
	border: 1px solid #e6e6e6;
	padding: 0 180px 0 20px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.newsletter .block_content input:active,
.newsletter .block_content input:focus,
.newsletter .block_content input:active:focus {outline: none; box-shadow: none;}
.newsletter .block_content input::-webkit-input-placeholder {color:#c7c6c6;}
.newsletter .block_content input::-moz-placeholder {color:#c7c6c6;}/* Firefox 19+ */
.newsletter .block_content input:-moz-placeholder {color:#c7c6c6;}/* Firefox 18- */
.newsletter .block_content input:-ms-input-placeholder {color:#c7c6c6;}
.newsletter .block_content .suscribe_button:active,
.newsletter .block_content .suscribe_button:focus,

.footer-container #footer #social_block {}
.footer-container #footer #social_block h4 {display: none;}
.footer-container #footer #social_block ul li ul {white-space: nowrap;}
.footer-container #footer #social_block ul li ul li {
	display: inline-block; 
	width: 36px; letter-spacing: 0;
	white-space: nowrap;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.footer-container #footer #social_block ul li ul li a {
	display: inline-block;
	width: 36px; height: 36px;
	background-image: url(../img/footer_socials.png);
	background-repeat: no-repeat;
}

.footer-container #footer #social_block ul li.facebook a {background-position: 0px 0px; }
.footer-container #footer #social_block ul li.twitter a {background-position: -40px 0px; }
.footer-container #footer #social_block ul li.rss a {background-position: -80px 0px; }
/*.footer-container #footer #social_block ul li.pinterest a {background-position: -80px 0px; }*/
.footer-container #footer #social_block ul li.google-plus a {background-position: -120px 0px; }

.footer-container #footer #social_block ul li.facebook a:hover {background-position: -0px -61px;  }
.footer-container #footer #social_block ul li.twitter a:hover {background-position: -40px -61px;  }
.footer-container #footer #social_block ul li.rss a:hover {background-position: -80px -61px; }
/*.footer-container #footer #social_block ul li.pinterest a:hover {background-position: -80px -61px;  }*/
.footer-container #footer #social_block ul li.google-plus a:hover {background-position: -120px -61px;  }



.footer-container #footer #social_block ul li.youtube a { }
.footer-container #footer #social_block ul li.vimeo a { }
.footer-container #footer #social_block ul li.instagram a { }

.footer-container #footer #social_block ul li.rss a:hover { }
.footer-container #footer #social_block ul li.youtube a:hover { }
.footer-container #footer #social_block ul li.vimeo a:hover { }
.footer-container #footer #social_block ul li.instagram a:hover { }


.footer-container #footer ul li #payments {
	white-space: nowrap;
	letter-spacing: 0;
	padding-top: 12px;
}
.footer-container #footer ul li #payments li {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	letter-spacing: 0;
	width: 44px; height: 28px;
	background-image: url(../img/payments.png);
	background-repeat: no-repeat;
}
#payments li.visa {background-position: 0px 0px;}
#payments li.mscrd {background-position: -50px 0px;}
#payments li.amrcexprss {background-position: -99px 0px;}
#payments li.dscvr {background-position: -149px 0px;}


.footer-container #footer .footer-block {margin-top: 64px;}

.footer-container #footer a:hover {color: #fff;}

.footer-container #footer h4 a {
	font-family: 'Roboto';
	font-size: 22px;
	color: #fff;
}
.footer-container #footer h4 a:hover {color: #adb2b3;}

.footer-container #footer ul li .footer_phone {
	font-family: 'Roboto';
	font-size: 28px;
	display: block;
    padding-top: 6px;
    margin-bottom: 7px;
}
.footer-container #footer ul li.footer_adress,
.footer-container #footer ul li #about_us_paragraph {
	color: #adb2b3;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 23px;
}
.footer-container #footer ul li #about_us_paragraph {margin: 0 0 15px 0;}

.footer_logo {padding-top: 5px; margin-bottom: 17px;}
@media (max-width: 767px) {
	.footer-container #footer h4 {position: relative;	}
	.footer-container #footer h4:after {
		display: block;
		content: "\f055";
		font-family: "FontAwesome";
		position: absolute;
		right: 35px;
		top: 1px;
	}
	.footer-container #footer h4.active:after {content: "\f056";}
}

.copyright {
	padding: 17px 0 16px; 
	border-top: 1px solid #656565; 
	text-align: center;
	color: #b2b7b8;
	font-family: 'Roboto';
	font-size: 13px;
}
.copyright a {color: #b2b7b8; font-family: 'Roboto'; font-size: 13px;}
.copyright a:hover {color: #fff;}


#topcontrol {
	width: 48px;
	height: 40px;
	background-image: url(../img/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 0px -58px;
	z-index: 5000 !important;
}
#topcontrol:hover {background-position: 0px 0px;}
#topcontrol img {display: none;}

















#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;
	margin-right: 4px;
	border-radius: 30px;
	background-image: url(../img/socials.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing {background-position: 0px 0px;}
#product .socialsharing_product .btn.btn-default.btn-twitter.social-sharing:hover {background-position: 0px -74px;}

#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 -74px;}

#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 -74px;}

#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 -74px;}

#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 {
	display: inline-block;
  font-family: 'Roboto';
  font-size: 16px;
  color: #ffffff;
  min-width: 120px;
  padding: 14px 30px 13px;
  border: 2px solid #bebebe;
  line-height: 20px;
  border-radius: 50px;
  text-align: center;
  background: #bebebe;
  transition-duration: 0.5s;
  white-space: nowrap;
  box-shadow: none;
  font-weight: normal;
}
#product p.buttons_bottom_block #wishlist_button_nopop:hover,
.product_button:hover {
	color: #fff;
  text-decoration: none;
  background: #28b608;
  border-color: #28b608;
}
#product p.buttons_bottom_block #wishlist_button_nopop:active,
#product p.buttons_bottom_block #wishlist_button_nopop:focus,
#product p.buttons_bottom_block #wishlist_button_nopop:active:focus,
.product_button:active,
.product_button:focus,
.product_button:active:focus {
	color: #fff;
  box-shadow: none;
  text-decoration: none;
  background: #209306;
  outline: none;
  border-color: #209306;
}

#product p.buttons_bottom_block button.button {font-size: 16px;}

#product p.buttons_bottom_block,
#product .box-cart-bottom div {margin-right: 3px;}

#product p.buttons_bottom_block #wishlist_button_nopop:before {display: none;}


#product .nav-tabs > li > a {
  font-family: 'Roboto';
	text-transform: none;
	color: #818181;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid #eeeeee;
	line-height: 32px;
	padding: 6px 34px;
	background: #f9f9f9;
}
#product .nav-tabs > li:hover > a,
#product .nav-tabs > li.active > a {
  background: #fff;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid transparent;
  color: #643d91;
}

#product .tab-content {
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	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-family: 'Roboto';
	font-size: 20px; color: #222;
  font-weight: normal;
}
#product #product_comments_block_tab div.comment .comment_details em {
	font-family: 'Roboto';
	font-size: 12px;
	color: #818181;
	display: block;
    margin-bottom: 4px;
}
#product #product_comments_block_tab div.comment .comment_details .review_body {
	font-family: 'Roboto';
	line-height: 24px;
	font-size: 14px;
	color: #222;
	padding-top: 11px;
}
.call_to_review {
	font-family: 'Roboto';
	font-size: 16px;
	color: #222;
	margin: 10px 15px 10px;
}
#product #product_comments_block_tab div.comment {border-bottom: 1px solid #eee;}
#product #product_comments_block_tab div.comment:last-child {border-bottom: none;}

#product #id_new_comment_form {background: #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; border-top: 1px solid #eee;}

.closefb.product_button {padding-top: 16px;}

#product_comments_block_tab .fr .closefb {margin-left: 0;}

#product_comments_block_tab .fr {font-family: 'Roboto'; font-size: 18px; color: #c7c7c7;}


.new_comment_form_wr + p {margin-bottom: 0;}

#product_comments_block_tab p.no_review,
.outorize {
  	padding: 20px;
  	font-family: 'Roboto';
    font-size: 16px;
    text-transform: none;
    color: #222;
}

.outorize .login__link {
	margin-left: 0 !important;
	font-family: 'Roboto';
  font-size: 16px;
  text-transform: none;
  color: #25a109;
}

#layered_form .color-option.on {
  background-image: url(../img/color_check.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;
}


.content_image {float: left; margin: 0px 40px 10px 0px;}
.content_scene_cat .content_scene_cat_bg {padding: 0; min-height: 235px !important;}

.layered_price .layered_filter_ul label {
  font-weight: normal;
  color: #222;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
}
.layered_price .layered_filter_ul #layered_price_range {
  font-weight: normal;
  color: #222;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
}


body .ui-widget-content {
  background: #eaeaea;
  border: none;
  height: 2px;
}

body .ui-slider-range.ui-widget-header.ui-corner-all {background: #25a109;}

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;}





.breadcrumb {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 18px;
  color: #9a9a9a;
  text-transform: none;
  display: block;
  padding: 9px 15px 11px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  margin-top: 0px;
  z-index: 1;
}
.breadcrumb .navigation-pipe {display: none; }

.breadcrumb span.navigation_page {
  font-family: 'Roboto';
  font-size: 14px;
  color: #222;
  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(-19deg);
  background: #222;
  position: relative;
  right: 0px;
  top: 3px;
  z-index: -1;
  margin: 0 6px 0 12px;
}
.breadcrumb a {color: #222;}
.breadcrumb a:hover {color: #9a9a9a;}







.cart_button {
  display: inline-block;
  font-family: 'Roboto';
  font-size: 16px;
  color: #fff;
  height: 55px; width: 190px;
  line-height: 54px;
  border-radius: 5px;
  text-align: center;
  background: #272727;
  transition-duration: 0.5s;
}
.cart_button:hover {
  color: #fff;
  text-decoration: none;
  background: #afbd22;
}
.cart_button:active,
.cart_button:focus,
.cart_button:active:focus {
  color: #fff;
  text-decoration: none;
  background: #afbd22;
  outline: none;
}









.cart_navigation .button-exclusive {
  display: inline-block;
  font-family: 'Roboto';
  font-size: 14px;
  color: #25a109;
  min-width: 120px;
  padding: 16px 30px 15px;
  line-height: 20px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  transition-duration: 0.5s;
  white-space: nowrap;
  box-shadow: none;
  border: 2px solid #25a109;
  font-weight: normal !important;
}

.cart_navigation .button-exclusive:hover {
  color: #fff;
  text-decoration: none;
  background: #28b608;
  border: 2px solid #28b608;
}
.cart_navigation .button-exclusive:active,
.cart_navigation .button-exclusive:focus,
.cart_navigation .button-exclusive:active:focus {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  background: #209306;
  outline: none;
  border: 2px solid #209306;
}

.button.button-medium.standard-checkout {margin-bottom: 10px;}

.button .icon-chevron-right,
.button .icon-chevron-left,
.cart_navigation .button-exclusive .icon-chevron-right,
.cart_navigation .button-exclusive .icon-chevron-left,
.button.button-medium.exclusive .icon-chevron-right,
.button.button-medium.exclusive .icon-chevron-left,
.button.exclusive-medium .icon-chevron-right,
.button.exclusive-medium .icon-chevron-left,
.button.button-small .icon-chevron-right,
.button.button-small .icon-chevron-left,
.button.button-medium .icon-chevron-right,
.button.button-medium .icon-chevron-left {display: none;}
  
.button:hover,
.button.button-medium.exclusive:hover,
.button.exclusive-medium:hover,
.button.button-small:hover,
.button.button-medium:hover {
  color: #fff !important;
  text-decoration: none;
  background: #643D91;
}



.button.button-small {
  min-width: 85px;
  padding: 7px 10px 6px;
}

 #product.content_only #an_bootstraptabs {
    display: none;
}



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;
  max-width: 100% !important;
  height: 32px;
  background-size: 100% 32px;
}



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: 2px 2px;
}
li#grid a:hover i {
   background-position: 2px -23px;
}
li#grid.selected a i {
   background-position: 2px -23px;
}

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 2px;
}
li#list a:hover i {background-position: -23px -23px;}
li#list.selected a i {background-position: -23px -23px;}

.top-pagination-content #pagination .pagination {display: none;}
.top-pagination-content div.pagination .showall {margin-top: 5px; float: left;}

.top-pagination-content div.pagination .showall .button {padding: 6px 20px 4px;}

.bottom-pagination-content div.pagination .showall {display: none;}
.bottom-pagination-content .product-count {display: none !important;}
.bottom-pagination-content div.pagination {float: none; width: 100%;}

.pagination_previous a .icon-chevron-left,
.pagination_previous span .icon-chevron-left,
.pagination_next a .icon-chevron-right,
.pagination_next span .icon-chevron-right {
  display: inline-block;
  width: 5px; height: 9px;
  background: url(../img/pagi_arrow.png) no-repeat center center;
}
.pagination_next a .icon-chevron-right,
.pagination_next span .icon-chevron-right {transform: rotateY(180deg);}

.pagination_previous a .icon-chevron-left:before,
.pagination_previous span .icon-chevron-left:before,
.pagination_next a .icon-chevron-right:before,
.pagination_next span .icon-chevron-right:before {display: none;}

.pagination_previous a b,
.pagination_previous span b,
.pagination_next a b,
.pagination_next span b {
  font-family: 'Roboto';
  font-size: 14px;
  color: #222;
  font-weight: normal;
}

.pagination .pagination_previous:hover a,
.pagination .pagination_previous:hover span,
.pagination .pagination_next:hover a,
.pagination .pagination_next:hover span {background: #fff;}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background: #1b1b1b;
  border-radius: 3px;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  font-family: 'Roboto';
  font-size: 14px;
  color: #222;
  font-weight: normal;
}
.pagination > li:hover > a,
.pagination > li:hover > span {
  background: #DA1701;
  border-radius: 3px;
  color: #fff;
}

.bt_compare {
  border: none;
  box-shadow: none;
  font-family: 'Roboto';
  font-size: 14px;
  color: #222;
  font-weight: normal;
  background: none;
}
.bt_compare:active,
.bt_compare:focus,
.bt_compare:active:focus {outline: none;}
.bt_compare:before {
  content: "";
  display: inline-block;
  position: relative; top: 6px;
  width: 20px; height: 22px;
  background: url(../img/compare_list.png) no-repeat left center;
}

ul.product_list.list > li .hook-reviews .star_content {display: inline-block;}


ul.product_list .functional-buttons div.wishlist {margin-bottom: 10px;}
ul.product_list .functional-buttons div.wishlist a:before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 23px; height: 21px;
  background-image: url(../img/wishlist_list.png);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  position: relative;
  top: 5px;
}
ul.product_list .functional-buttons div.wishlist a:hover:before,
ul.product_list .functional-buttons div.wishlist a.checked:before {
  background-position: -31px 1px;
}

ul.product_list .functional-buttons div.compare a:before {
  display: inline-block;
  content: "";
  margin-right: 12px;
  width: 20px; height: 22px;
  background-image: url(../img/compare_list.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: relative;
  top: 6px;
}
ul.product_list .functional-buttons div.compare a:hover:before, 
ul.product_list .functional-buttons div.compare a.checked:before {
  background-position: -30px 0px;
}

ul.product_list .functional-buttons div.wishlist a,
ul.product_list .functional-buttons div.compare a {
  font-family: 'Roboto';
  font-size: 16px;
  color: #222;
  font-weight: normal;
}
ul.product_list .functional-buttons div.wishlist a:hover,
ul.product_list .functional-buttons div.compare a:hover {
  color: #25a109;
  text-decoration: none;
}



.btn.button-plus,
.btn.button-minus {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  width: 31px; height: 32px;
  position: relative;
  
  text-align: center;
  padding: 0;
  vertical-align: top;
  border: 1px solid #e9e9e9;
  background: url(../img/plus_minus.png) no-repeat center center #fff;
  transition-duration: 0.4s;
}
.btn.button-plus:hover,
.btn.button-minus:hover {background-color: #e9e9e9;}
.btn.button-plus {
  top: 1px;
  right: 9px;
  
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn.button-minus {
  top: 1px;
  line-height: 22px;
  right: 44px;
  transform: rotateX(180deg);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

  
  .btn.button-plus:hover,
  .btn.button-minus:hover {
    color: #222; }
    .btn.button-plus:hover span,
    .btn.button-minus:hover span {
      filter: none;
      background: #f6f6f6; }

.cart_quantity .cart_quantity_button .cart_quantity_down.btn.btn-default.button-minus {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  width: 31px; height: 32px;
  position: relative;
  text-align: center;
  padding: 0;
  vertical-align: top;
  border: 1px solid #e9e9e9;
  background: url(../img/plus_minus.png) no-repeat center center #fff;
  transition-duration: 0.4s;

  top: 1px;
  line-height: 22px;
  right: -4px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transform: rotateX(180deg);
}
.cart_quantity .cart_quantity_button .cart_quantity_up.btn.btn-default.button-plus {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  width: 31px; height: 32px;
  position: relative;
  text-align: center;
  padding: 0;
  vertical-align: top;
  border: 1px solid #e9e9e9;
  background: url(../img/plus_minus.png) no-repeat center center #fff;
  transition-duration: 0.4s;

  top: 1px;
  right: 4px;
  
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.cart_quantity .cart_quantity_button .cart_quantity_up.btn.btn-default.button-plus:hover,
.cart_quantity .cart_quantity_button .cart_quantity_down.btn.btn-default.button-minus:hover {
  background-color: #e9e9e9;
}

.cart_quantity .cart_quantity_button .cart_quantity_input.form-control {
  width: 40px;
  height: 32px;
  padding: 0 6px;
  position: relative;
  display: inline-block;
  top: 1px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.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;}


.order-top-border {border-bottom: 3px solid #f7f7f7; margin-bottom: 30px;}

#authentication.authentication #page h1.page-heading {display: none;}

#authentication.authentication #page .crumb_wr + .container {padding: 0 0 0 0;}

td.cart_description .hook-reviews .nb-comments {display: none;}
td.cart_description .hook-reviews .comments_note {padding-top: 5px;}

#product .bx-wrapper .bx-controls-direction a {top: -40px;}

#product .bx-wrapper .bx-controls-direction a.bx-prev:before,
#product .bx-wrapper .bx-controls-direction a.bx-next:before {display: none;}

#product .bx-wrapper .bx-controls-direction a.bx-prev,
#product .bx-wrapper .bx-controls-direction a.bx-next {
  display: inline-block;
  background: url(../img/product_slider_arrow.png) no-repeat center center;
  width: 20px;
  height: 20px;
}
#product .bx-wrapper .bx-controls-direction a.bx-next {transform: rotateY(180deg); right: 5px;}
#product .bx-wrapper .bx-controls-direction a.bx-prev {left: auto; right: 35px;}

h3.related_products {
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 22px;
  color: #222;
  margin-top: 0;
  margin-bottom: 30px;
}


#product .bx-wrapper .hook-reviews .nb-comments {display: none;}
#product .bx-wrapper .hook-reviews .comments_note {padding-bottom: 7px;}
.customer_login_form{text-align: center;}
.customer_login_form form input{max-width: 100% !important;}
.content_text_login{padding: 14px;}














@media (max-width: 1199px) {
	.video_info h4 {font-size: 36px; line-height: 36px; margin-bottom: 5px;}
	.video_info p {font-size: 14px; line-height: 22px; margin-bottom: 10px;}
  #homepage-slider .homeslider-description {max-width: 599px;}
  #homepage-slider .homeslider-description h2 {font-size: 42px; line-height: 42px;}
  .bottom_slider .block .products-block li .product-content {max-width: 160px;}
  ul.product_list.grid .quick-view,
  ul.product_list.grid .add_to_wishlist,
  ul.product_list.grid .add_to_compare,
  ul.product_list.grid .ajax_add_to_cart_button {width: 48px;}

  ul.product_list.grid .quick-view {background-position: -104px 17px;}
  ul.product_list.grid .quick-view:hover {background-position: -104px -49px;}
  ul.product_list.grid .quick-view.checked {background-position: -104px -113px;}

  ul.product_list.grid .add_to_wishlist  {background-position: 13px 18px;}
  ul.product_list.grid .add_to_wishlist:hover  {background-position: 13px -48px;}

  ul.product_list.grid .add_to_compare {background-position: -161px 16px;}
  ul.product_list.grid .add_to_compare:hover {background-position: -161px -50px;}
  ul.product_list.grid .add_to_compare.checked {background-position: -161px -116px;}

  ul.product_list.grid .ajax_add_to_cart_button {background-position: -46px 18px;}
  ul.product_list.grid .ajax_add_to_cart_button:hover {background-position: -46px -48px;}
}


@media (max-width: 991px) {
  #block_top_menu {float: left;}
  header .row #header_logo {padding-top: 15px;}
  .search_icon, .cart_icon, .user_icon {}
  #header .quotation_block {padding-top: 25px;}
  #top_static {white-space: normal;}
  #top_static > div > div > div {height: 30vw; margin-bottom: 26px;}
  #top_static img {margin-top: 10.8vw;}
  #top_brands ul li {width: 180px;}
  #top_brands ul {height: auto;}
  #top_brands {padding-bottom: 5px;}
  #home-page-tabs {padding-top: 10px;}
  .video_info h4 {font-size: 26px; line-height: 30px;}
  .video_info p {font-size: 10px; line-height: 18px;}
  .video_info_button { width: 148px; height: 44px; line-height: 40px;}
  .play_button {left: 15%;}
  .homeslider-description h2 {font-size: 30px;line-height: 30px; margin-bottom: 10px;}
  #homepage-slider .homeslider-description p {font-size: 13px; line-height: 20px; padding-bottom: 0;}
  .bottom_slider .bx-wrapper img {max-width: 80px;}
  .bottom_slider .block .products-block li .products-block-image {margin-right: 10px; float: left;}
  .bottom_slider .block .products-block li .product-content {max-width: 110px;}
  .bottom_slider .block .products-block li .new-label,
  .bottom_slider .block .products-block li .sale-label {left: -42px;}
}

@media (max-width: 767px) {
  header .row #header_logo {text-shadow: left;}
  header .row #header_logo a {display: inline-block;}
  #block_top_menu {float: none; clear: both;}
  .sf-menu > li {display: block; text-align: left;}
  .sf-menu > li > a {padding: 18px 20px;}
 
  #top_static {padding-top: 15px;}
  .search-form {width: 100%; top: 30%;}
  .search-form.active {transform: none; left: 0;}
  .looking {font-size: 32px; padding-left: 15px;}
  #search_block_top #search_query_top {font-size: 32px; width: 270px;}
  .footer-container #footer #social_block h4 {display: block;}
  .footer-container #footer .footer-block {margin-top: 30px;}
  .footer-container #footer h4 {margin-bottom: 30px;}
  .footer-container .container {padding-bottom: 10px;}
  .newsletter .block_content {max-width: 460px;}
  #top_static > div > div > div {
    height: 234px;
    margin-bottom: 26px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    display: block;
  }
  #top_static img {margin-top: 82px;}
  .an_countdown_text p {max-width: 476px;}
  .an_countdown_text h3 {font-size: 28px; line-height: 28px; letter-spacing: -1px;}
  .bottom_slider .bx-wrapper img {max-width: 100%;}
  .bottom_slider .block .products-block li .products-block-image {margin-right: 25px; float: left;}
  .bottom_slider .block .products-block li .product-content {max-width: 160px;}
  .bottom_slider .block .products-block li .new-label,
  .bottom_slider .block .products-block li .sale-label {left: -50px;}
}

@media (max-width: 481px) {
  .looking {display: block;}
  #search_block_top #search_query_top {width: 250px;}
  .cart {width: 336px; padding: 0 31px 20px 15px;}
  .cart_block .cart-images {margin-right: 10px;}
  .user_info_wr {width: 336px; padding: 0 30px 30px 15px;}
  .shop-phone em {display: none;}
  #top_brands ul li {width: 140px;}
  .newsletter .block_content .suscribe_button {min-width: 150px; font-size: 14px;}
  .newsletter .block_content input {padding-right: 160px; font-size: 14px;}
  .newsletter .block_content {max-width: 370px;}
  .newsletter {padding: 40px 0 42px;}
  #top_static > div > div > div {width: 290px;}
  .shop-phone i {margin-right: 0;}
  .shop-phone strong {font-size: 12px;}
  .an_countdown_text {top: 4%;}
  .an_countdown_text h3 {margin: 10px auto 10px auto; max-width: 290px;}
  .an_countdown_text p {max-width: 290px;}
}
