/*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-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-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-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-size: 36px;
  color: #fff;
  line-height: 40px;
}

#search_block_top #search_query_top {
  font-size: 36px;
  color: #fff;
  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-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-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-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-size: 24px;
  color: #222;
  line-height: 24px;
  margin-top: 64px;
  margin-bottom: 53px;
}

.cart_block .cart-info .quantity-formated {
  display: inline-block;
  color: #cdcdcd;
  text-transform: none;
  font-size: 14px;
  padding-right: 5px;
}

.cart_button {
  display: inline-block;
  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-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-size: 28px;
  text-align: center;
	color: #fff;
	line-height: 26px;
	margin: 0 0 0 0;
	transition-duration: 0.8s;
}
.top_static_info span {
  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-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-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	*/

#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-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-size: 14px;
}

		

/*	new-label sale-label	*/
.new-label {
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  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-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;
  text-overflow: ellipsis;
  overflow: hidden;    
  
    
}

ul.product_list.grid p.unit-price {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
    line-height: 20px;    
}

ul.product_list.grid .right-block h5 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  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-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: #000 !important;
  font-weight: normal !important;
  font-size: 12px !important;
  background: #00d984;
  border-radius: 5px;
  width: 80%;
}
ul.product_list.grid .price.product-price {
  
  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-size: 36px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.an_countdown_text p {
  
  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-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 {
  
  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-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-size: 28px;
	color: #222;
	line-height: 30px;
	max-width: 600px;
	margin: 0px auto 4px;
	text-align: center;
}
.newsletter p {
	
	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-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: #000000 !important;}

.footer-container #footer h4 a {
	
	font-size: 22px;
	color: #fff;
}
.footer-container #footer h4 a:hover {color: #adb2b3;}

.footer-container #footer ul li .footer_phone {
	
	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-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-size: 13px;
}
.copyright a {color: #b2b7b8;  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-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 #product_comments_block_tab div.comment .comment_details p.title_block strong {
  
	font-size: 20px; color: #222;
  font-weight: normal;
}
#product #product_comments_block_tab div.comment .comment_details em {
	
	font-size: 12px;
	color: #818181;
	display: block;
    margin-bottom: 4px;
}
#product #product_comments_block_tab div.comment .comment_details .review_body {
	
	line-height: 24px;
	font-size: 14px;
	color: #222;
	padding-top: 11px;
}
.call_to_review {
	
	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-size: 18px; color: #c7c7c7;}


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

#product_comments_block_tab p.no_review,
.outorize {
  	padding: 20px;
  	
    font-size: 16px;
    text-transform: none;
    color: #222;
}

.outorize .login__link {
	margin-left: 0 !important;
	
  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;}

.layered_price .layered_filter_ul label {
  font-weight: normal;
  color: #222;
  
  font-size: 14px;
  line-height: 20px;
}
.layered_price .layered_filter_ul #layered_price_range {
  font-weight: normal;
  color: #222;
  
  font-size: 14px;
  line-height: 20px;
}


body .ui-widget-content {
  background: #fff;
  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-size: 14px;
  line-height: 18px;
  color: #9a9a9a;
  text-transform: none;
  display: block;
  padding: 9px 0px 11px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  margin-top: 0px;
  z-index: 1;
}
.breadcrumb .navigation-pipe {display: none; }

.breadcrumb span.navigation_page {
  
  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: ">";
  position: relative;
  right: 0px;
  top: 0px;
  z-index: -1;
  margin: 0 6px 0 12px;
}
.breadcrumb a {}
.breadcrumb a:hover {color: #9a9a9a;}







.cart_button {
  display: inline-block;
  
  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-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;}

.btn-primary.btn-md{
  padding: 10px;
  border-radius: 4px;
}
.rounded{
  border-radius: 5px;
}


.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-repeat: no-repeat;
  max-width: 100% !important;
  height: 37px;
  background-size: 100% 32px;
  border: 1px solid #d6d4d4;
  border-radius: 5px;
}



li#grid a {
  display: inline-block;
  width: 20px; height: 20px;
  overflow: hidden;
  position: relative;
  top: 6px;
}
li#list a {
  display: inline-block;
  width: 23px; height: 20px;
  overflow: hidden;
  position: relative;
  top: 6px;
}
li#grid a:hover, li#list a:hover {cursor: pointer;}
li#grid a i {
  width: 20px; height: 20px;
  display: block;
  position: relative;
  background-image: url(../img/grid_list.png);
  background-repeat: no-repeat;
  background-position: 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-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: #446258;
  border-radius: 3px;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  
  font-size: 14px;
  color: #222;
  font-weight: normal;
}
.pagination > li:hover > a,
.pagination > li:hover > span {
    
}

.bt_compare {
  border: none;
  box-shadow: none;
  
  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-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-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;}
  .cbp-hor-width-0 #iqitmegamenu-horizontal{
    margin: initial !important;
    padding: initial !important;
  }
}

@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;}
  .footer_login_mobile {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
.vc_column_container .vc_btn{
  margin-top: 0px;
}

/**------------------------------------ CUSTOM STYLES ------------------------------------------------**/
#DeliveryConfirmationForm input::-webkit-outer-spin-button,
#DeliveryConfirmationForm input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#DeliveryConfirmationForm input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
#CheckoutPaymentTypes .panel-heading{background-color: inherit;}
#CheckoutPaymentTypes .panel{border: 0px;}
#CheckoutPaymentTypes .panel-group .panel-heading + .panel-collapse .panel-body{border: 0px;}
.quantity_component{
  display: flex;
}
.quantity_component input{
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-left: 0;
  border-right: 0;
}

.quantity_component input::-webkit-outer-spin-button,
.quantity_component input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.quantity_component.sm{
  height: 30px;
}
.quantity_component.sm button{
  width: 30px;
}

.quantity_component.md{
  height: 50px;
}
.quantity_component.md button{
  width: 50px;
}

.quantity_component button{
  border: 1px solid; 
  color: #fff;
}
.header_left_column > div{
  display: flex !important;
  flex-direction: row !important;
}

.bullet-item{
	width: 20px;
    height: 20px;
    border: 1px solid;
    border-color: #D5D5D5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bullet_item_container{position: relative;}

.bullet-item div{
    border-radius: 19px;
    padding: 5px;
}
.bullet_title{
	position: absolute;
    width: 85px;
    text-align: center;
    left: -32px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
	color: #D5D5D5;
}
.bullet_container{
	display: flex; 
	align-items: center;
	justify-content: center;
}
.buller_line{
    border-top: 1px solid #D5D5D5;
    height: 0px;
}
.languages-block_ul .login__item:hover{
  background-color: #0A504B;
}
.languages-block_ul .login__item a:hover{
  color: #ffffff;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
  font-weight: bold;
}

#submit_search {
  color: #b2bc43;
}

.step-separator{
  border-top: 1px solid #D5D5D5;
  width: 100%;
  margin-top: 35px;
}
.order-steps{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.order-steps i, .order-steps li{
  width: 85px;
  height: 85px;
}
.order-steps i{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5D5D5;
  border-radius: 60px;
}
.no-padding{padding: 0px;}
.btn-sm{padding: 8px 25px;}
.btn-md{padding: 10px 35px;}
.btn-lg{padding: 12px 45px;}
.btn-xl{padding: 15px 55px;}
.btn-2xl{padding: 18px 65px;}
.btn-full{width: 100%; text-align: center;}


.order-steps li{
  text-align: center;
  color: #AFAFAF;
}
.uppercase{text-transform: uppercase;}
.secondary-pleca{width: 100px; height: 5px;}
.cursor-pointer{cursor: pointer;}
.flex-container{display: flex;}
.flex{display: flex;}
.self-center{align-self: center;}
.inline-block{display: inline-block;}
.flex-wrap{flex-wrap: wrap;}
.block{display: block;}
.flex-1{flex: 1 1 0%;}
.flex-2{flex: 2 2 0%;}
.m-auto{margin: 0 auto;}
.justify-between{justify-content: space-between;}
.justify-end{justify-content: end}
.flex-row{flex-direction: row;}
.flex-col{flex-direction: column;}
.relative{position: relative;}
.absolute{position: absolute;}
.bg-white{background-color: #f5f5f5;}

.border{border: 1px solid;}
.border-r{border-right: 1px solid;}
.border-gray{border-color: #ebebeb;}
.rounded{border-radius: 5px;}
.rounded-md{border-radius: 10px;}
.rounded-full{border-radius: 50px !important;}

.cursor-pointer{cursor: pointer;}

.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-35{margin-top: 35px;}
.mt-40{margin-top: 40px;}
.mt-45{margin-top: 45px;}
.mt-50{margin-top: 50px;}

.mt-10rem{margin-top: 10rem;}

.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-35{margin-bottom: 35px;}
.mb-40{margin-bottom: 40px;}

.mb-10rem{margin-bottom: 10rem;}
.mb-20rem{margin-bottom: 20rem;}

.ml-5{margin-left: 5px !important;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}

.mx-5{margin-left: 5px; margin-right: 5px;}
.mx-10{margin-left: 10px; margin-right: 10px;}
.mx-15{margin-left: 15px; margin-right: 15px;}
.my-5{margin-top: 5px; margin-bottom: 5px;}
.my-10{margin-top: 10px; margin-bottom: 10px;}
.my-15{margin-top: 15px; margin-bottom: 15px;}
.my-30{margin-top: 30px; margin-bottom: 30px;}

.p-5{padding: 5px;}
.p-10{padding: 10px;}
.p-15{padding: 15px;}
.p-30{padding: 30px;}

.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}

.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-25{padding-bottom: 25px;}
.pb-35{padding-bottom: 35px;}

.border-b{border-bottom: 1px solid;}
.border-b-1{border-bottom: 1px solid;}
.border-b-2{border-bottom: 2px solid;}
.border-b-3{border-bottom: 3px solid;}
.border-b-4{border-bottom: 4px solid;}
.border-gray-300{border-color: #D5D5D5;}

.pl-5{padding-left: 5px;}
.pl-10{padding-left: 10px;}

.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pr-15{padding-right: 15px;}
.pr-30{padding-right: 30px;}

.px-5{padding-left: 5px; padding-right: 5px;}
.px-10{padding-left: 10px; padding-right: 10px;}
.px-15{padding-left: 15px; padding-right: 15px;}
.py-5{padding-top: 5px; padding-bottom: 5px;}
.py-10{padding-top: 10px; padding-bottom: 10px;}
.py-15{padding-top: 15px; padding-bottom: 15px;}
.py-25{padding-top: 25px; padding-bottom: 25px;}

.spacer-1{margin-top: 1rem;}
.spacer-2{margin-top: 2rem;}
.spacer-10{margin-top: 10rem;}

.qty_cart_badge{
  background: red;
  color: #fff;
  width: 17px;
  border-radius: 50%;
  position: absolute;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 25px;
  right: -5px;
}

.qty_cart_hide {
  display: none; 
}

.items-center{align-items: center;}
.justify-center{justify-content: center;}
.center-middle-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.decoration-5{text-decoration: underline 5px;}
.bg-gray{background-color: #D6D4D4;}
.bg-primary{background-color: #FCB416;}
.visibility-hidden{visibility: hidden;}
form#login_form{width: 80%;}
.text-xs{font-size: 12px;}
.text-sm{font-size: 14px;}
.text-base{font-size: 16px;}
.text-lg{font-size: 18px;}
.text-xl{font-size: 20px;}
.text-2xl{font-size: 22px;}
.text-3xl{font-size: 24px;}
.text-4xl{font-size: 30px;}
.text-5xl{font-size: 34px;}
.text-white{color:#ffffff}
.text-black{color:#000000}
.text-red-600{color:#C72E2E}
.text-gray{color:#808080}
.text-gray-100{color:#D6D6D6}
.text-gray-300{color:#A8A8A8;
  font-weight: lighter;}
.text-gray-600{color:#808080}
.bg-gray-100{background-color: #F5F5F5}
.bg-yellow-100{background-color: #FFFCF4}
.font-light{font-weight: 300;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: bold;}
.w-auto{width: auto;}
.w-10{width: 10%;}
.w-20{width: 20%;}
.w-25{width: 25%;}
.w-30{width: 30%;}
.w-40{width: 40%;}
.w-50{width: 50%;}
.w-60{width: 60%;}
.w-65{width: 65%;}
.w-70{width: 70%;}
.w-80{width: 80%;}
.w-90{width: 90%;}
.w-100{width: 100%;}
.spacer{border-top: 1px solid #D5D5D5;}
.desktop_header_style{
  display: none;
}

#AuthContentWrapper .authRightColumnContentPage .vc_row, 
#AuthContentWrapper .authRightColumnContentPage .wpb_column{height: 100%;}
.header-row-container-01{display: none;}
.header-row-container-01 > div:nth-child(5) .wpb_wrapper{
  flex-direction: row !important;
}
/**
* Hasta el tamaño 768px 
* class xs 
*/
@media (max-width: 768px) {
  .flex-xs-1{flex: 1;}
  .flex-xs{display: flex;}
  .flex-xs-col{flex-direction: column;}
  .flex-xs-row{flex-direction: row;}
  .flex-xs-col{flex-direction: column;}
  .items-xs-center{align-items: center;}
  .text-xs-center{text-align: center !important;}
  .p-xs-15{padding: 15px;}
  .border-xs-r{border-right: 1px solid;}
  .border-xs-gray{border-color: #ebebeb;}

  .mt-xs-10{margin-top: 10px;}
  .mt-xs-15{margin-top: 15px;}
  .ml-xs-15{margin-left: 15px;}
  .mb-xs-5{margin-bottom: 5px;}
  .mb-xs-10{margin-bottom: 10px;}
  .mb-xs-15{margin-bottom: 15px;}
  .mb-xs-20{margin-bottom: 20px;}
  .pl-xs-0{padding-left: 0px;}
  .ml-xs-0{margin-left: 0px;}
  .br-xs-3{border-radius: 3px;}

  .w-xs-auto{width: auto;}
  .w-xs-10{width: 10%;}
  .w-xs-20{width: 20%;}
  .w-xs-30{width: 30%;}
  .w-xs-40{width: 40%;}
  .w-xs-50{width: 50%;}
  .w-xs-60{width: 60%;}
  .w-xs-70{width: 70%;}
  .w-xs-80{width: 80%;}
  .w-xs-90{width: 90%;}
  .w-xs-100{width: 100%;}
  .w-xs-px-100{width: 90px !important;}
  .text-xs-category{font-size: 22px !important;}
  .text-xs-subcategory{font-size: 13px !important;}
  .text-xs-product{font-size: 22px !important;}
  #subcategories{padding: 0px 0 0px 0 !important;}
  #subcategories ul li{margin: 0px !important; height: auto !important;}
  /*.content_sortPagiBar{padding: 0 !important;}*/
  .text-xs-sm{font-size: 14px;}
  .text-xs-title{font-size: 26px !important;}
  .text-xs-center{text-align: center;}
  .text-xs-mb{font-size:12px;}
  ul.product_list.grid .right-block h5 a{font-size: 15px !important;}
  ul.product_list.grid .right-block{font-size: 14px !important;}
  .text-xs-breadcrumb{font-size: 11px;}
  .img-xs{background-size: contain !important;
    min-height: 130px !important;}
  .btn-xs-full{width: 100%; text-align: center; display:block;}
  .box{padding: 10px !important;}
  .hidden-sm{display: none !important;}
  .history-table{display: block;overflow-x: auto;white-space: nowrap;}
  .quantity_component input{border: 1px solid #DDDDDD !important;}
  .xs_addresses_row_lcol{
    float: none !important;
  }
  .xs_modal_inventory_level {
    padding: 30px 30px 0px 10px !important;
    max-width: 350px !important;
}
.account_creation-xs{width: 100%;margin: 0 auto;padding: 20px;background-color: #fff;}
.account-confirmation-xs{width: 100%;margin: 0 auto;padding: 20px;background-color: #fff;}
}

/**
* Entre el tamaño 768px y 992px
* class sm 
*/
@media (min-width: 768px) and (max-width: 992px){
  .w-sm-auto{width: auto;}
  .w-sm-10{width: 10%;}
  .w-sm-20{width: 20%;}
  .w-sm-30{width: 30%;}
  .w-sm-40{width: 40%;}
  .w-sm-50{width: 50%;}
  .w-sm-60{width: 60%;}
  .w-sm-70{width: 70%;}
  .w-sm-80{width: 80%;}
  .w-sm-90{width: 90%;}
  .w-sm-100{width: 100%;}
  .img-sm{background-size: cover;}
}

/**
* Entre el tamaño 992px y 1200px
* class md 
*/
@media (min-width: 992px) and (max-width: 1200px){
  .w-md-auto{width: auto;}
  .w-md-10{width: 10%;}
  .w-md-20{width: 20%;}
  .w-md-30{width: 30%;}
  .w-md-40{width: 40%;}
  .w-md-50{width: 50%;}
  .w-md-60{width: 60%;}
  .w-md-70{width: 70%;}
  .w-md-80{width: 80%;}
  .w-md-90{width: 90%;}
  .w-md-100{width: 100%;}
  .img-md{background-size: cover;}
}

/**
* Mas grande de 1200px
* class lg 
*/
@media (min-width: 1200px){
  .w-lg-auto{width: auto;}
  .w-lg-10{width: 10%;}
  .w-lg-20{width: 20%;}
  .w-lg-30{width: 30%;}
  .w-lg-40{width: 40%;}
  .w-lg-50{width: 50%;}
  .w-lg-60{width: 60%;}
  .w-lg-70{width: 70%;}
  .w-lg-80{width: 80%;}
  .w-lg-90{width: 90%;}
  .w-lg-100{width: 100%;}
  .img-lg{background-size: cover;}

  .flex-lg{display: flex;}
  .flex-lg-col{flex-direction: column;}
  .flex-lg-row{flex-direction: row;}
  .flex-row-lg{flex-direction: row;}
  .justify-lg-between{justify-content: space-between;}
  .justify-lg-end{justify-content: end}
  .flex-lg-1{flex: 1 1 0%;}
}


/**
* A partir de 768px en adelante
* class from-sm 
*/
@media (min-width: 768px) {
  .bg-sm-red{background-color: red;}
  .header-row-container-01{display: flex;align-items: center;}
  form#login_form{width: 30%;}
  .flex-from-sm{display: flex;}
  .flex-column-from-sm{flex-direction: column;}
  .flex-row-from-sm{flex-direction: row;}
  .justify-from-sm-between{justify-content: space-between;}
  .justify-from-sm-end{justify-content: end}
  .flex-from-sm-row{flex-direction: row;}
  .w-from-sm-70{width: 70%;}
  .w-from-sm-80{width: 80%;}
  .justify-from-sm-between{justify-content: space-between;}
  .w-from-sm-auto{width: auto;}
  .w-from-sm-10{width: 10%;}
  .w-from-sm-20{width: 20%;}
  .w-from-sm-30{width: 30%;}
  .w-from-sm-40{width: 40%;}
  .w-from-sm-50{width: 50%;}
  .w-from-sm-60{width: 60%;}
  .w-from-sm-70{width: 70%;}
  .w-from-sm-80{width: 80%;}
  .w-from-sm-90{width: 90%;}
  .w-from-sm-100{width: 100%;}
  .desktop_header_style{display: flex; }
}

/**
* A partir de 992px en adelante
* class from-md 
*/
@media (min-width: 992px) {
  .flex-from-md{display: flex;}
  .flex-column-from-md{flex-direction: column;}
  .flex-row-from-md{flex-direction: row;}
  .justify-from-md-between{justify-content: space-between;}
  .justify-from-md-end{justify-content: end}
}

.text-italic {
  font-style: italic;
}
.height-limit {
  height: 38px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.footer_login_mobile {
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 20px;
}
#left_column .myaccount-column {
  position: absolute;
  left: -9999px;
  top: -9999px;
}