.shop-phone {
	float: left;
	padding: 13px 8px 12px 0;
}
.shop-phone strong {
	font-family: 'samosanspro-regular';
	font-size: 16px;
	color: #222;
	font-weight: normal;
}
.shop-phone:before {
	content: '';
	display: inline-block;
	background: url(../img/shop_phone.png) no-repeat center center;
	width: 12px; height: 12px;
	position: relative;
	top: 0px;
	margin-right: 6px;
}

#contact-link {
	float: left;
	padding: 13px 8px 12px;
	margin-left: 27px;
}
#contact-link a {
	font-family: 'samosanspro-regular';
	font-size: 16px;
	color: #222;
	font-weight: normal;
}
#contact-link a:hover,
#contact-link a:active,
#contact-link a:focus,
#contact-link a:active:focus {text-decoration: none; outline: none; color: #222;}

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


.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,
#languages-block-top div.current,
#currencies-block-top div.current  {
  padding: 13px 10px 12px 10px;
  line-height: 18px;
  color: #222;
  cursor: pointer;
  font-family: 'samosanspro-regular';
  font-size: 16px;
}

.header_user_info div.current:hover,
#currencies-block-top div.current:hover,
#currencies-block-top div.current.active {}


.header_user_info div.current:after,
#languages-block-top div.current:after,
#currencies-block-top div.current:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 8px;
	height: 5px;
	background: url(../img/lang_arr.png) no-repeat center center;
}

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


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

#languages-block-top ul,
#currencies-block-top ul {left: 0;}

.header_user_info ul li,
#languages-block-top ul li,
#currencies-block-top ul li	{
  color: #7e7e7e;
  font-family: 'samosanspro-regular';
  line-height: 35px;
  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: 0 10px 0 12px;
  display: block;
  color: #7e7e7e;
  font-family: 'samosanspro-regular';
}
.header_user_info ul li.selected a,
.header_user_info ul li.selected span,
.header_user_info ul li a:hover,
#languages-block-top ul li.selected a,
#languages-block-top ul li.selected span,
#languages-block-top ul li a:hover,
#currencies-block-top ul li.selected a,
#currencies-block-top ul li.selected span,
#currencies-block-top ul li a:hover  {
  color: #000;
}
/*//////////////////////////////////////////////////////////////////*/





#search_block_top #searchbox {position: relative;}

#search_block_top {
	padding: 42px 0 43px;
}

#search_block_top input {
  background: none;
  border: none;
  box-shadow: none;
  width: 0;
  transition-duration: .3s;
  color: #222;
  font-family: 'samosanspro-regular';
  font-size: 20px;
  line-height: 20px;
  padding: 0 60px 0 0;
}

#search_block_top:hover input,
#search_block_top:active input,
#search_block_top:focus input,
#search_block_top:active:focus input,

#search_block_top input:hover,
#search_block_top input:active,
#search_block_top input:focus,
#search_block_top input:active:focus {
  width: 100%;
}

#search_block_top .search_button {
  display: inline-block;
  position: absolute;
  width: 40px; height: 40px;
  background: url(../img/search_icon.png) no-repeat center center;
  box-shadow: none;
  border: none;
  left: 0;
  top: -6px;
  transition-duration: 0.5s;
}

#search_block_top:hover .search_button,
#search_block_top:active .search_button,
#search_block_top:focus .search_button,
#search_block_top:active:focus .search_button,
#search_block_top .search_button:hover,
#search_block_top .search_button:active,
#search_block_top .search_button:focus,
#search_block_top .search_button:active:focus,
#search_block_top input:hover + .search_button,
#search_block_top input:active + .search_button,
#search_block_top input:focus + .search_button,
#search_block_top input:active:focus + .search_button {left: calc(100% - 40px);}

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

.logo.img-responsive {    margin: 35px auto 29px auto;}

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

.cart_icon .ajax_cart_quantity {
    display: inline-block;
    position: absolute;
    left: 13px;
    top: 0px;
    width: 20px;
    font-family: 'samosanspro-regular';
    color: #000;
    font-size: 10px;
    text-align: center;
}
.cart_icon.icon-cart-min-product .ajax_cart_quantity {font-size: 8px;}

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

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

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

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

.cart_head {
  display: block;
  font-family: 'samosanspro-bold';
  text-transform: none;
  font-size: 22px;
  margin: 0 0 0 -30px;
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #f2f2f2;
  color: #222;
  height: 95px;
}

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

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


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

.product-atributes a,
.product-atributes span {
  font-family: 'samosanspro-regular';
  font-size: 12px;
  color: #898989;
}
.cart-info span.price {
  font-family: 'samosanspro-medium';
  font-size: 20px;
  color: #222;
  line-height: 18px;
}
.cart_buttons_wr {
  margin-left: -30px;
  padding-left: 30px;
  background: #f4f4f4;
}

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

.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .remove_link a:active,
.cart_block .cart_block_list .remove_link a:focus,
.cart_block .cart_block_list .remove_link a:active:focus {
	background-position: 0px -40px;
	text-decoration: none;
	outline: none;
}

.need_hide {display: none;}

.checkout_button {
  background: transparent;
  height: 50px;
  min-width: 160px;
  display: inline-block;
  white-space: nowrap;
  margin: 0 auto;
  line-height: 50px;
  font-family: 'samosanspro-medium';
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  border: 1px solid #222;
  border-radius: 0;
  transition-duration: 0.5s;
}

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

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


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

#header_logo {
  border-bottom: 1px solid #ebebeb;
}

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

#fast_navs {}

.fast_nav_wr {
  position: relative;
  overflow: hidden;
  width: 33.3333%;
  float: left;
}
.fast_nav_wr:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	background: transparent;
	transition-duration: 1s;
	left: 0; top: 0; right: 0; bottom: 0;
}
.fast_nav_wr:hover:before {
	background: rgba(0, 0, 0, 0.3);
}
.fast_nav_wr img {
  display: block;
  width: 100%;
}
.fast_nav_wr h4 {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'samosanspro-bold';
  font-size: 36px;

}
.fast_nav_wr a {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: .5s;
  opacity: 0;
  font-family: 'samosanspro-bold';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
.fast_nav_wr:hover a {
	top: 60%;
	opacity: 1;
}
.fast_nav_wr a:after {
	content: '';
	display: inline-block;
	position: relative;
	width: 17px;
	height: 6px;
	top: -2px;
	margin-left: 10px;
	transition-duration: .3s;
	background: url(../img/fast_nav_arr.png) no-repeat center center;
}

.fast_nav_wr a:hover:after {transform: translateX(5px);}

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

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

.advant {
  padding-bottom: 40px;
  margin-top: 50px;
}

.advant h4 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'samosanspro-regular';
  font-size: 18px;
  color: #000;
  margin-top: 17px;
  margin-bottom: 11px;
}
.advant p {
  text-align: center;
  font-family: 'samosanspro-light';
  font-size: 16px;
  color: #707070;
  line-height: 24px;
}

.advant-img{
  height: 52px;
}

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

.best_seller_wr {
  background: #f6f6f6;
  height: 680px;
}

.best_seller_wr h3 {
  font-family: 'samosanspro-bold';
  font-size: 42px;
  color: #000;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

.best_seller_wr .container {
  position: relative;
}

.best_seller_wr img {
  display: block;
  margin: 0 auto 0 0;
  max-width: 100%;
}

.best_seller_wr section {
  position: absolute;
  width: 74%;
  left: 25.4%;
  top: 74px;
}

.best_seller_wr .product-slider {
  background: #fff;
}

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

.special_wr {
  background: #f6f6f6;
  height: 680px;
  margin-bottom: 60px;
}

.special_wr h3 {
  font-family: 'samosanspro-bold';
  font-size: 42px;
  color: #000;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

.special_wr .container {
  position: relative;
}

.special_wr img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 100%;
}

.special_wr section {
  position: absolute;
  width: 70%;
  right: 30%;
  top: 74px;
}

.special_wr .product-slider {
  background: #fff;
}

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



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



.new-label {
  left: 18px;
  top: 10px;
  font-family: 'samosanspro-medium';
  min-width: 50px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  background: #28BB0A;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #2DB410;
  white-space: nowrap;
  display: block;
  position: absolute;
  z-index: 1;
 }

.sale-label {
  right: 15px;
  top: 9px;
  font-family: 'samosanspro-medium';
  min-width: 50px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  background: #ED0505;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #ED0505;
  white-space: nowrap;
  display: block;
  position: absolute;
  z-index: 1;
}
.new-label:hover,
.new-label:active,
.new-label:focus,
.new-label:active:focus,
.sale-label:hover,
.sale-label:active,
.sale-label:focus,
.sale-label:active:focus {text-decoration: none; outline: none;}



.product_slider_h {
  font-family: 'samosanspro-regular';
  font-size: 36px;
  color: #222;
  line-height: 36px;
  margin: 0 0 0 0;
  text-align: left;
}

.product-slider {padding: 0 50px;}

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

.right-block h5 {margin: 0 0 2px 0;}

h5 .product-name {
  font-family: 'samosanspro-regular';
  font-size: 18px;
  line-height: 20px;
  color: #222;
  display: block;
  height: auto;
  text-align: center;
  overflow: hidden;
}
h5 .product-name:hover,
h5 .product-name:active,
h5 .product-name:focus,
h5 .product-name:active:focus {
  color: #222;
  text-decoration: none;
  outline: none;
}

.right-block .hook-reviews {margin: 0 0 4px 0;}

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

.right-block .content_price {text-align: center;}

.right-block .price.product-price {
  font-family: 'samosanspro-medium';
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  color: #222;
  vertical-align: middle;
}

.right-block .old-price.product-price {
  font-family: 'samosanspro-medium';
  font-size: 18px;
  line-height: 18px;
  color: #838282;
  text-decoration: line-through;
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.right-block .price-percent-reduction {
  display: inline-block;
  font-family: 'samosanspro-medium';
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  min-width: 44px;
  font-size: 16px;
  background: #222;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.product_list .functional_wrapper {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 25px;
  left: 0;
  bottom: 30px;
}

.product_list .func1,
.product_list .func2,
.product_list .func3,
.product_list .func4 {
  opacity: 0;
  transition-duration: .4s;
  position: relative;
  display: inline-block;
  bottom: -100px;
  margin: 0 10px;
  width: 16%;
}
.product-image-container img{
  transition: all linear 0.2s;
}

.ajax_block_product:hover .product-image-container img {
  opacity: 0.5;
}

.product_list .func1 {transition-delay: 0s;}
.product_list .func2 {transition-delay: .1s;}
.product_list .func3 {transition-delay: .2s;}
.product_list .func4 {transition-delay: .3s;}

.product_list li.hovered .func1,
.product_list li.hovered .func2,
.product_list li.hovered .func3,
.product_list li.hovered .func4 {opacity: 1; bottom: 0;}

.functional_wrapper .add_to_wishlist,
.functional_wrapper .add_to_compare,
.functional_wrapper .ajax_add_to_cart_button,
.functional_wrapper .quick-view {
  display: inline-block;
  width: 25px; height: 25px;
  background: url(../img/func.png);
  background-repeat: no-repeat;
}
.functional_wrapper .add_to_wishlist {background-position: 3px 4px;}
.functional_wrapper .add_to_compare {background-position: -60px 4px;}
.functional_wrapper .ajax_add_to_cart_button {background-position: -192px 4px;}
.functional_wrapper .quick-view {background-position: -127px 4px;}

.functional_wrapper .add_to_wishlist.checked,
.functional_wrapper .add_to_wishlist:hover,
.functional_wrapper .add_to_wishlist:active,
.functional_wrapper .add_to_wishlist:focus,
.functional_wrapper .add_to_wishlist:active:focus {background-position: 3px -46px;}

.functional_wrapper .add_to_compare.checked,
.functional_wrapper .add_to_compare:hover,
.functional_wrapper .add_to_compare:active,
.functional_wrapper .add_to_compare:focus,
.functional_wrapper .add_to_compare:active:focus {background-position: -60px -46px;}

.functional_wrapper .ajax_add_to_cart_button:hover,
.functional_wrapper .ajax_add_to_cart_button:active,
.functional_wrapper .ajax_add_to_cart_button:focus,
.functional_wrapper .ajax_add_to_cart_button:active:focus {background-position: -192px -46px;}

.functional_wrapper .quick-view:hover,
.functional_wrapper .quick-view:active,
.functional_wrapper .quick-view:focus,
.functional_wrapper .quick-view:active:focus {background-position: -127px -46px;}

.product-slider .owl-prev,
.product-slider .owl-next {
  display: inline-block;
  width: 50px; height: 50px;
  position: absolute;
  top: 40%;
  background-image: url(../img/product_slider_arrows.png);
  background-repeat: no-repeat;
}

.product-slider .owl-prev {background-position: 16px 21px; left: 0px;}
.product-slider .owl-next {background-position: -60px 21px; right: 0px;}

.product-slider .owl-prev:hover {background-position: 16px -49px; background-color: #d0d0d0;}
.product-slider .owl-next:hover {background-position: -60px -49px; background-color: #d0d0d0;}


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

.top_st {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.top_st img {
  width: 100%;
  transition-duration: 3s;
}
.top_st:hover img {
  transform: scale(1.3);
}

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

.newsletter_wr {
  position: relative;
  margin-bottom: 60px;
}

#newsletter_block_left {
  background: #f7f7f7;
  border: 2px dashed #d7d7d7;
  min-height: 330px;
  padding: 78px 15px 15px 15px;
}
#newsletter_block_left > div {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}

#newsletter_block_left h4 {
  font-family: 'samosanspro-bold';
  font-size: 36px;
  color: #222;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-align: center;
}
#newsletter_block_left h4:after {
  content: '';
  display: block;
  clear: both;
  width: 46px;
  height: 1px;
  background: #ED0505;
  margin: 12px auto -3px auto;
}
#newsletter_block_left p {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  color: #222;
  font-family: 'samosanspro-regular';
  margin: 0 0 48px 0;
}

#newsletter_block_left .form-group input {
  box-shadow: none;
  background: #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ED0505;
  padding: 0 0 0 30px;
  color: #929191;
  font-family: 'samosanspro-regular';
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: calc(100% - 175px);
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
#newsletter_block_left .form-group input:active,
#newsletter_block_left .form-group input:focus,
#newsletter_block_left .form-group input:active:focus {color: #222; outline: none;}

#newsletter_block_left .form-group button {
  display: inline-block;
  height: 40px;
  min-width: 138px;
  line-height: 40px;
  white-space: nowrap;
  letter-spacing: 1.6px;
  color: #fff;
  background: #ED0505;
  transition-duration: .5s;
  border: 1px solid #ED0505;
  border-radius: 0;
  text-align: center;
  font-family: 'samosanspro-bold';
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
#newsletter_block_left .form-group button:hover,
#newsletter_block_left .form-group button:active,
#newsletter_block_left .form-group button:focus,
#newsletter_block_left .form-group button:active:focus {
  text-decoration: none;
  outline: none;
  border-color: #222;
  color: #fff;
  background: #222;
}

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

/*.homefeatured_wr {*/
  /*background: #f9f9f9;*/
/*}*/
/*.homefeatured_wr #home-page-tabs {*/
  /*background: none;*/
  /*padding: 0 0 0 0;*/
/*}*/
/*.homefeatured_wr #home-page-tabs > li {*/
  /*display: block;*/
  /*float: none;*/
  /*margin: 58px 0 0 0;*/
  /*background: none;*/
  /*padding: 0 0 0 0;*/
/*}*/
/*.homefeatured_wr #home-page-tabs > li.active a,*/
/*.homefeatured_wr #home-page-tabs > li a:hover {*/
  /*display: block;*/
  /*background: none;*/
  /*font-family: 'samosanspro-bold';*/
  /*font-size: 42px;*/
  /*color: #222;*/
  /*text-transform: uppercase;*/
  /*line-height: 42px;*/
  /*margin: 58px 0 32px 0;*/
  /*padding: 0 0 0 0;*/
/*}*/

.homefeatured_wr .grid .ajax_block_product .hook-reviews,
.homefeatured_wr .grid .ajax_block_product .product-desc,
.homefeatured_wr .grid .ajax_block_product .button-container,
.homefeatured_wr .grid .ajax_block_product .product-flags,
.homefeatured_wr .grid .ajax_block_product .availability {display: none;}

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

.about_us {}
@media (min-width: 768px) {
	.about_us h4 {display: none;}
}

.about_us ul li a:before {display: none !important;}

.footer_logo {    margin: 0 0 12px 0;}

#footer_textblock {
	font-family: 'samosanspro-regular';
	font-size: 14px;
	color: #222;
	line-height: 24px;
	margin: 0 0 20px 0;
}
.footer-container #footer .about_us ul li {padding-bottom: 8px;}
.footer-container #footer ul li.copyright {padding-top: 8px;}

.footer_phone:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	top: 0;
	margin-right: 12px;
	background: url(../img/footer_phone.png) no-repeat center center;
}
.footer_address:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 13px;
	position: relative;
	top: 0;
	margin-right: 11px;
	background: url(../img/footer_map.png) no-repeat center center;
}
.footer_mail:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 9px;
	position: relative;
	top: 0;
	margin-right: 10px;
	background: url(../img/footer_mail.png) no-repeat center center;
}

.footer-container #footer #social_block {}

.footer-container #footer #social_block ul li {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.footer-container #footer #social_block ul li a:before {display: none;}
.footer-container #footer #social_block ul li a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/footer_socials.png);
	background-repeat: no-repeat;
}

.footer-container #footer #social_block ul li.facebook a {background-position: 6px 3px;}
.footer-container #footer #social_block ul li.facebook a:hover {background-position: 6px -37px;}

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

.footer-container #footer #social_block ul li.rss a {background-position: -65px 3px;}
.footer-container #footer #social_block ul li.rss a:hover {background-position: -65px -37px;}

.footer-container #footer #social_block ul li.google-plus a {background-position: -103px 3px;}
.footer-container #footer #social_block ul li.google-plus a:hover {background-position: -103px -37px;}


.footer-container #footer #social_block ul li.youtube a {}
.footer-container #footer #social_block ul li.pinterest a {}
.footer-container #footer #social_block ul li.vimeo a {}
.footer-container #footer #social_block ul li.instagram a {}

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







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

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

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

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

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

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

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

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

.socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:active,
.socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:focus,
.socialsharing_product .btn.btn-default.btn-pinterest.social-sharing:active:focus {
	outline: none;
}


#product p.buttons_bottom_block #wishlist_button_nopop,
.product_button {
  width: 152px;
  height: 42px;
  display: inline-block;
  background: transparent;
  border: 1px solid #222;
  border-radius: 0px;
  box-shadow: none;
  /* margin-top: 2px; */
  color: #222;
  padding: 12px 10px 8px 10px;
  text-align: center;
  text-transform: uppercase;
}
#product p.buttons_bottom_block #wishlist_button_nopop:hover,
.product_button:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}
#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 {
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #222;
	border-color: #222;
}

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

#product p.buttons_bottom_block #wishlist_button_nopop:before {display: none;}
/*#product p.buttons_bottom_block #wishlist_button_nopop {padding-top: 16px;}*/

#product .nav-tabs > li > a {

	text-transform: uppercase;
	color: #222;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	line-height: 32px;
	padding: 10px 25px;
	background: #f7f7f7;
}
#product .nav-tabs > li:hover > a,
#product .nav-tabs > li.active > a {background: #fff; border-bottom: 1px solid transparent;}

#product .tab-content {
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 0;
	padding-top: 20px;
}
#product #product_comments_block_tab div.comment .comment_details p.title_block strong {
	font-size: 18px; color: #222;
}
#product #product_comments_block_tab div.comment .comment_details em {
	font-family: 'samosanspro-regular';
	font-size: 11px;
	color: #b5b3b3;
}
#product #product_comments_block_tab div.comment .comment_details .review_body {
	font-family: 'samosanspro-regular';
	font-size: 14px;
	color: #222;
}
#product #product_comments_block_tab div.comment {border-bottom: 1px solid #ededed;}
#product #product_comments_block_tab div.comment:last-child {border-bottom: none;}

#product #id_new_comment_form {background: #f7f7f7; padding: 30px;}

#product #new_comment_form #criterions_list li label {display: block; float: none;}

#product #new_comment_form textarea {margin-bottom: 20px;}

#product #new_comment_form_footer {clear: both; padding: 20px 30px; margin: 0 -15px; border-top: 1px solid #ededed;}

.closefb.product_button {}

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

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

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

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

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

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


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


.breadcrumb {
  color: #222;
   text-transform: capitalize;
  display: block;
  padding: 0px;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  margin-top: 0px;
  z-index: 1;
  font-family: 'samosanspro-regular';
}
.breadcrumb .navigation-pipe {display: none; }

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


.button,
.cart_navigation .button-exclusive,
.button.button-medium.exclusive,
.button.exclusive-medium,
.button.button-small,
.button.button-medium {
  font-family: 'samosanspro-regular';
  font-size: 14px;
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border: 1px solid #222;
  transition-duration: .4s;
  background: #fff;
  color: #222;
  padding: 0 25px;
  display: inline-block;
}
    .button span,
  .cart_navigation .button-exclusive span,
  .button.button-medium.exclusive span,
  .button.exclusive-medium span,
  .button.button-small span,
  .button.button-medium span {
    display: block;
    font-family: 'samosanspro-regular';
    font-size: 14px;
    line-height: 40px;
    padding: 0 0 0 0;
  }
    @media (max-width: 480px) {
      .button, .button span,
      .cart_navigation .button-exclusive,
      .cart_navigation .button-exclusive span,
      .button.button-medium.exclusive span,
      .button.exclusive-medium span,
      .button.button-small span,
      .button.button-medium span {
        font-size: 11px;
        padding-right: 7px;
        padding-left: 7px; } }
        .button i.left,
    .cart_navigation .button-exclusive i.left,
    .cart_navigation .button-exclusive span i.left,
    .cart_navigation .button-exclusive i.icon-chevron-left,
    .button.button-medium.exclusive span i.left,
    .button.exclusive-medium span i.left,
    .button.button-small span i.left,
    .button.button-medium span i.left {
      font-size: 12px;
      /*vertical-align: -2px;*/
      margin: -4px 10px 0 0;
      display: inline-block; }
      @media (max-width: 480px) {
        .button i.left,
        .cart_navigation .button-exclusive span i.left,
        .cart_navigation .button-exclusive i.left,
        .cart_navigation .button-exclusive i.icon-chevron-left,
        .button.button-medium.exclusive span i.left,
        .button.exclusive-medium span i.left,
        .button.button-small span i.left,
        .button.button-medium span i.left {
          margin-right: 5px; } }
          .button i.right,
    .cart_navigation .button-exclusive span i.right,
    .cart_navigation .button-exclusive i.right,
    .button.button-medium.exclusive span i.right,
    .button.exclusive-medium span i.right,
    .button.button-small span i.right,
    .button.button-medium span i.right {
      margin-right: 0;
      margin-left: 9px; }
      @media (max-width: 480px) {
        .button i.right,
        .cart_navigation .button-exclusive span i.right,
        .cart_navigation .button-exclusive i.right,
        .button.button-medium.exclusive span i.right,
        .button.exclusive-medium span i.right,
        .button.button-small span i.right,
        .button.button-medium span i.right {
          margin-left: 5px; } }
          .button:hover,
  .cart_navigation .button-exclusive:hover,
  .button.button-medium.exclusive:hover,
  .button.exclusive-medium:hover,
  .button.button-small:hover,
  .button.button-medium:hover {
    background: #fff;
    color: #222;
  }

  .button:active,
  .button:focus,
  .button:active:focus,

  .cart_navigation .button-exclusive:active,
  .cart_navigation .button-exclusive:focus,
  .cart_navigation .button-exclusive:active:focus,

  .button.button-medium.exclusive:active,
  .button.button-medium.exclusive:focus,
  .button.button-medium.exclusive:active:focus,

  .button.exclusive-medium:active,
  .button.exclusive-medium:focus,
  .button.exclusive-medium:active:focus,

  .button.button-small:active,
  .button.button-small:focus,
  .button.button-small:active:focus,

  .button.button-medium:active,
  .button.button-medium:focus,
  .button.button-medium:active:focus {
    outline: none;
    text-decoration: none;
    background: #222;
    color: #fff;
  }



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

input[type="button" i]:focus,
input[type="checkbox" i]:focus,
input[type="file" i]:focus,
input[type="hidden" i]:focus,
input[type="image" i]:focus,
input[type="radio" i]:focus,
input[type="reset" i]:focus,
input[type="submit" i]:focus,
input[type="file" i]:focus::-webkit-file-upload-button {
    outline-offset: 0px; outline: none;
}

/*	selectors */
div.selector,
div.selector span {
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  height: 34px;
  }
div.selector {background-position: 0px -40px;}
div.selector span {
  background-position: right 0px;
  line-height: 36px;
}
div.selector select {height: 34px;}




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

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

.cart_quantity .cart_quantity_button .cart_quantity_down.btn.btn-default.button-minus {
  font-size: 24px;
    line-height: 22px;
    display: inline-block;
    width: 30px;
    height: 28px;
    color: #222;
    position: relative;
    background: #f0f0f0;
    text-align: center;
    padding: 0;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    top: 0;
    right: -4px;
}
.cart_quantity .cart_quantity_button .cart_quantity_up.btn.btn-default.button-plus {
  font-size: 24px;
    line-height: 26px;
    display: inline-block;
    width: 30px;
    height: 28px;
    color: #222;
    position: relative;
    background: #f0f0f0;
    text-align: center;
    vertical-align: top;
    padding: 0;
    border: 1px solid #e5e5e5;
    top: 0;
    right: 4px;
}
.cart_quantity .cart_quantity_button .cart_quantity_input.form-control {
  width: 40px;
  height: 28px;
  display: inline-block;
  padding: 0 6px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  position: relative;
  left: 0px;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}

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


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

.top_brands_h {
  font-family: 'samosanspro-regular';
  font-size: 32px;
  color: #222;
  line-height: 32px;
  margin: 0 0 20px 0;
  text-align: left;
}

#an_brands_block {
    padding: 20px 50px 20px 50px;
    margin-bottom: 42px;
    margin-top: 42px;
}

#an_brands_block .bx-prev,
#an_brands_block .bx-next {
  top: auto;
  margin-top: 0px;
  bottom: -2px;
  outline: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  z-index: 9999;
  background-image: url(../img/brand_slider_arrows.png);
  background-repeat: no-repeat;
}

#an_brands_block .bx-prev {
  left: -30px;
  right: auto;
  background-position: 6px 4px;
}
#an_brands_block .bx-next {
  right: -30px;
  left: auto;
  background-position: -20px 4px;
}

#an_brands_block .bx-prev:hover {background-position: 6px -26px;}
#an_brands_block .bx-next:hover {background-position: -20px -26px;}

#an_brands_block ul li a img {margin: 0 auto;}

#an_brands_block ul li a:before,
#an_brands_block ul li a:hover:before,
#an_brands_block .bx-prev:before,
#an_brands_block .bx-next:before,
#an_brands_block .bx-prev:hover:before,
#an_brands_block .bx-next:hover:before {display: none !important;}

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


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

.footer_payments {
  margin: 20px 0;
  white-space: nowrap;
}
.footer_payments li {
  width: 32px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
}

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

.block .title_block, .block h4 {
  font-size: 18px;
  line-height: 22px;
  color: #222;
   background: transparent;
   border: none;
  text-transform: uppercase;
   padding: 0px;
  margin-bottom: 20px;
  font-family: 'samosanspro-bold';
}

.content_scene_cat span.category-name {
  color: #222;
  margin-bottom: 12px;
  text-transform: uppercase;
  font: 34px 'samosanspro-bold';
  margin-top: -10px;
  display: inline-block;
  margin-bottom: 17px;
}

.content_scene_cat {
  color: #222;
  line-height: 19px;
  margin: 0 0 26px 0;
  font-family: 'samosanspro-regular';

}

ul.product_list.list .product-name {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.ajax_add_to_cart_button {
  display: inline-block;
  height: 44px;
  white-space: nowrap;
  line-height: 44px;
  border-radius: 0px;
  font-family: 'samosanspro-regular';
  font-size: 14px;
  color: #fff;
  background: #ED0505;
  border: none;
  text-align: center;
  padding: 0 30px;
}

.list .ajax_add_to_cart_button {
  background: #fff;
  border: 2px solid #ED0505;
  transition-duration: .5s;
  color: #ED0505;
}

.list .ajax_add_to_cart_button:hover,
.list .ajax_add_to_cart_button:active,
.list .ajax_add_to_cart_button:focus,
.list .ajax_add_to_cart_button:active:focus {
  color: #fff;
  background: #ED0505;

}

ul.product_list .availability span {
  font-family: 'samosanspro-regular';
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  background: #222;
  line-height: 24px;
  border-radius: 0px;
  display: inline-block;
  min-width: 66px;
  text-align: center;
  height: 23px;
  padding: 0 8px;
}

ul.product_list.list > li .right-block .right-block-content .content_price {
  text-align: left;
  }

ul.product_list.list > li .right-block .right-block-content .content_price .price {
  margin-bottom: 0px;
}

ul.product_list.grid .availability, ul.product_list.grid .color-list-container, ul.product_list.grid > li .product-container .functional-buttons, ul.product_list.grid > li .product-container .product-desc, ul.product_list.grid > li .product-container .product-flags {
  display: none;
}

ul.product_list.grid li .button-container {
  padding-bottom: 16px;
  display: none;
}





  .page-heading {
    font-family: 'samosanspro-bold';
    color: #222;
    text-transform: uppercase;
    padding: 0px 0px 17px 0px;
    margin-bottom: 30px;
    border-bottom: none;
    overflow: hidden;
    font-size: 25px;
  }

  #index .tab-content {
    margin-top: 25px;
    margin-bottom: 34px;
    background: #fff;
  }

  #subcategories ul li .subcategory-name {
    font: 600 18px/22px "Open Sans", sans-serif;
    color: #555454;
     text-transform: capitalize;
  }

  .content_sortPagiBar .sortPagiBar label {
    padding: 10px 6px 0 0;
    font-family: 'samosanspro-regular';
  }

  .layered_slider {
    margin-top: 5px;
    border-radius: 0px;
    background: #f5f5f5;
    height: 4px;
    border: none;
  }

  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 5px solid #222;
    background: #fff;
    font-weight: normal/*{fwDefault}*/;
  border-radius: 0px;
  color: #555555/*{fcDefault}*/;
}

.ui-widget-header {
  border: 1px solid #aaaaaa/*{borderColorHeader}*/;
  background: #222;
  color: #222222/*{fcHeader}*/;
  font-weight: bold;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em;
}

.ui-widget-header .ui-state-focus {
  border: 1px solid #aaaaaa/*{borderColorHeader}*/;
  background: #222;
  color: #222222/*{fcHeader}*/;
  font-weight: bold;
}

label {
  font-family: 'samosanspro-regular';
  color: #222;
}

#layered_block_left .layered_subtitle {
  font-family: 'samosanspro-medium';
  color: #222;
  font-size: 18px;
}

#layered_block_left .nomargin a {
  font-family: 'samosanspro-regular';
  color: #222;
  font-size: 14px;
}

.content_scene_cat p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #222;
}

#subcategories {
   border-top: none;
  padding: 15px 0 0px 0;
}




#cart_summary.table > thead > tr > th {
  background: #f8f8f8;
  border: none;
  text-transform: uppercase;
  color: #999;
  vertical-align: middle;
  font-family: 'samosanspro-regular';
}

#cart_summary.table-bordered {
  border: none;
}

#cart_summary.table-bordered > tbody > tr > td, #cart_summary.table-bordered > tfoot > tr > th, #cart_summary.table-bordered > tfoot > tr > td {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #e8e8e8;
}

#cart_summary.table tfoot tr {
  background: #f8f8f8;
}

#cart_summary.table tfoot tr td{
  border: none;
}

.label-success {
  background-color: #222;
  border: 1px solid #222;
  text-transform: uppercase;
  font-family: 'samosanspro-regular';
}


/*ul#blockbestsellers.product_list .product-image-container, ul#blockspecials.product_list .product-image-container {*/
  /*text-align: center;*/
  /*min-height: 430px;*/
/*}*/

ul#blockbestsellers.product_list .product-container, ul#blockspecials.product_list .product-container{
  padding-top: 30px;
}

.layered_filter {
  border-bottom: none;
}


.pb-center-column h1 {
  font-family: 'samosanspro-regular';
  font-size: 28px;
  margin: 0 0 0 0;
  color: #222;
}

.comments_advices a {
  font-family: 'samosanspro-regular';
  text-decoration: none;
  color: #222;
  position: relative;
  margin-right: 8px;
  line-height: 16px;
  padding: 0;
  display: inline-block;
}

#product_condition .editable{
  font-family: 'samosanspro-bold';
  text-decoration: none;
  color: #222;
}

#page .rte p {
  font-family: 'samosanspro-regular';
  font-size: 14px;
  color: #222;
  padding: 0 20px;
  line-height: 20px;
  margin-bottom: 1em;
  min-height: 1px;
}

.box-cart-bottom #add_to_cart .product_button{
  width: 152px;
  height: 42px;
  display: inline-block;
  background: #222;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #f8f8f8;
  text-transform: uppercase;
  padding: 2px 10px 0 10px;
  text-align: center;
}


#blockbestsellers .right-block, #blockspecials .right-block, .right-block{
  padding: 13px 0px 34px 0px;
}

.pb-center-column #buy_block label {
  display: inline-block;
  padding-top: 5px;
  width: 125px;
  font-family: 'samosanspro-regular';
  font-size: 14px;
  color: #222;
  text-align: left;
}

.pb-center-column h1 #reduction_percent_display {
  font-family: 'samosanspro-regular';
  font-size: 15px;
  color: #fff;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  min-width: 67px;
  border-radius: 0px;
  background: #222;
  text-align: center;
  vertical-align: top;
}

#layer_cart .layer_cart_product .title {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-family: 'samosanspro-regular';
  color: #46a74e;
  margin-bottom: 22px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
  margin-right: 5px;
}

.cart_navigation .button-exclusive, .cart_navigation .button {
  font-family: 'samosanspro-regular';
  font-size: 14px;
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  transition-duration: .4s;
  background: #fff;
  border: solid 1px #222;
  color: #222;
  padding: 0 25px;
  display: inline-block;
}

.cart_navigation .button{
  background: #222;
  color: #fff;
}

.cart_navigation .button-medium i, .cart_navigation .button-exclusive i.icon-chevron-left  {
  display: none;
}


#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Open Sans", sans-serif;
  color: #333;
  background: #F8F8F8;
}


#homepage-slider .homeslider-description h2 {
  font-family: 'samosanspro-bold';
  font-size: 72px;
  line-height: 84px;
  text-transform: uppercase;
  color: #222;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

#homepage-slider .bx-wrapper .homeslider-description p {text-align: center;}
#homepage-slider .bx-wrapper .homeslider-description a {
  min-width: 138px;
  font-size: 14px;
  font-family: 'samosanspro-regular';
  color: #ED0505;
  background: #fff;
  border: 2px solid #ED0505;
  border-radius: 0;
  padding: 10px 15px;
  text-align: center;
  transition-duration: .5s;
  display: inline-block;
  text-transform: uppercase;
}
#homepage-slider .bx-wrapper .homeslider-description a:hover,
#homepage-slider .bx-wrapper .homeslider-description a:active,
#homepage-slider .bx-wrapper .homeslider-description a:focus,
#homepage-slider .bx-wrapper .homeslider-description a:active:focus {
    color: #fff;
    background: #ED0505;
}


#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 8px;
  background: #ED0505;
  transition-duration: .3s;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}


ul.step li.step_done {
  border: none;
  background: transparent;

}

ul.step li.step_done em div{
  background: #222;
  color: #fff;
}
ul.step li.step_done em .bord {
  background: #222;
  width: 110%;
}

ul.step li.step_done a {
  color: #222;
   border: none;
}

@media (min-width: 992px) {
  ul.step li.step_done.step_done_last a:after {
    background: transparent;
  }
}
  @media (min-width: 992px) {
    ul.step li.step_done a:after {
      background: transparent;
    }
  }


#index .homefeatured_wr .tab-content{
  padding-top: 30px;
}

.homefeatured_wr #columns{
  padding-bottom: 10px;
}

#home-page-tabs{
  text-align: center;
  background: transparent;
  margin-top: 42px;
}

#home-page-tabs > li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}

#home-page-tabs > li a {
  font-family: 'samosanspro-bold';
  font-size: 28px;
  color: #959595;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 0;
  background: transparent;
  padding: 10px 25px;
}

#home-page-tabs > li.active a{
  color: #222;
}

#home-page-tabs > li.active a, #home-page-tabs > li a:hover {
  color: #000;
  background: transparent;
}
  #home-page-tabs > li.active a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

#brand-slider{
  background: url("../img/brands-bg.png");
  padding: 14px 0px;
}

#an_brandslider-block{
  margin: 0px 55px;
}

#an_brandslider-block .owl-controls .owl-prev {
  background-position: 11px 11px;
  left: -70px;
  right: auto;
}
#an_brandslider-block .owl-controls .owl-prev, #an_brandslider-block .owl-controls .owl-next {
  display: inline-block;
  width: 57px;
  height: 57px;
  background-image: url(../img/nav.png);
  background-repeat: no-repeat;
  position: absolute;
  /* bottom: 30%; */
  z-index: 2;
  top: 41px;
  font-size: 0;

}

@media (max-width: 767px){
  .sf-menu > li {

    width: 100%;
  }
  }

#an_brandslider-block .owl-controls .owl-next {
  background-position: -56px 10px;
  right: -68px;
  left: auto;
}

.bbs{
  background: #F5F5F5;
  padding-bottom: 32px;
  margin-bottom: 60px;
}
ul#blockbestsellers{
  background: #fff;
}

a.blockbestsellers{
  display: block;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'samosanspro-bold';
  margin-top: 84px;
  margin-bottom: 43px;
  color: #222;
}

.bbs li{
  list-style: none;
}

.homefeatured_wr{
  background: #F5F5F5;

}


.sf-contener {
  clear: both;
  padding: 0px 15px 0px 15px;
  width: 100%;
}

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

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

#search_block_top .search_button {
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 40px;
  background: url(../img/search_icon.png) no-repeat center center;
  box-shadow: none;
  border: none;
  left: 0;
  top: -6px;
  transition-duration: 0.5s;
  padding: 0px;
}

#product .tab-content {
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-top: 0;
  padding-top: 20px;
  font-family: 'samosanspro-regular';
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
  border-radius: 50%;
  border: solid 1px #333;
}

.our_price_display {
  font-family: 'samosanspro-medium';
  font-size: 22px;
}

.content_prices {
  padding: 0px 0px 3px 0px;
}

.attribute_list .selector{
  width: 83px !important;
}

.attribute_list .selector span{
  width: 53px !important;
}

.pb-left-column #image-block #view_full_size{
  position: relative;
  display: block;
}

.pb-left-column #image-block #view_full_size .span_link {
  background: url('../img/view-more-image.png');
  font-weight: normal;
  margin: 0 0 0 4px;
  bottom: 30px;
  right: 30px;
  box-shadow: none;
  height: 27px;
  width: 27px;
}

.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus,
.top-pagination-content ul.pagination li.pagination_previous > a,
.top-pagination-content ul.pagination li.pagination_previous > span,
.top-pagination-content ul.pagination li.pagination_next > a,
.top-pagination-content ul.pagination li.pagination_next > span,
.bottom-pagination-content ul.pagination li.pagination_previous > a,
.bottom-pagination-content ul.pagination li.pagination_previous > span,
.bottom-pagination-content ul.pagination li.pagination_next > a,
.bottom-pagination-content ul.pagination li.pagination_next > span {
  color: #333;
  font-family: 'samosanspro-light';
}

.pagination .fa{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pagination .fa-angle-left:before {
  content: "\f104";
}

.pagination .fa-angle-right:before {
  content: "\f105";
}

.top-pagination-content ul.pagination li > a span, .top-pagination-content ul.pagination li > span span, .bottom-pagination-content ul.pagination li > a span, .bottom-pagination-content ul.pagination li > span span {
  border: none;
  padding: 3px 8px 2px;
  display: block;
  background: #fff;
}

.top-pagination-content ul.pagination li.active > span span, .bottom-pagination-content ul.pagination li.active > span span {
  background: #222;
  color: #fff;
}


.top-pagination-content ul.pagination li > a, .top-pagination-content ul.pagination li > span, .bottom-pagination-content ul.pagination li > a, .bottom-pagination-content ul.pagination li > span {
  color: #222;
  border-color: transparent !important;
  background-color: transparent;
}

.top-pagination-content .product-count, .bottom-pagination-content .product-count {
  font-family: 'samosanspro-light';
}

#pagination .showall .btn.exclusive-medium, #pagination_bottom .showall .btn.exclusive-medium{
  background: #ED0505;
  color: #fff;
  border-radius: 0px;
  height: 36px;
}

.top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall {
  float: left;
  margin: 0px 0px 8px 0px;
}

.top-pagination-content ul.pagination, .bottom-pagination-content .product-count, #pagination_bottom .showall .btn.exclusive-medium, .bottom-pagination-content .compare-form{
  display: none;
}

.bottom-pagination-content div.pagination {
  float: none;
}

#subcategories ul li:hover .subcategory-image a {
  border: 2px solid #333;
  padding: 5px;
}

#subcategories ul li .subcategory-image a {
  display: block;
  padding: 7px;
  border: none;
}

#breadcrumb-row{
  padding: 10px 0px;
  background: #f0f0f0;
  margin-bottom: 50px;
}

.breadcrumb {
  color: #222;
  text-transform: capitalize;
  display: block;
  padding: 0px;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
  background: transparent;
  margin-top: 0px;
  z-index: 1;
  font-family: 'samosanspro-regular';
}

#header{
  padding-bottom: 0px;
}
#layer_cart {
  margin-top: 100px;
  padding-top: 30px;
}

#cart_summary.table tfoot tr td{
  border: none;
  font-family: 'samosanspro-regular';
}

#cart_summary tfoot td.total_price_container span {
  font: 400 18px/22px 'samosanspro-regular', sans-serif;
  color: #555454;
  text-transform: none;
}

.block .products-block .product-name {
  text-align: left;
}

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

#cart_summary .price{
  font-size: 16px;
  color: #222;
}

#cart_summary .price-percent-reduction{
  color: #fff;
  background: #222;
  padding: 2px 5px;
}

#cart_summary .old-price{
  display: inline-block;
}

@media (max-width: 479px) {
  .top-pagination-content .compare-form, .bottom-pagination-content .compare-form {
    float: left;
    width: auto;
    text-align: center;
    margin-right: 10px;
    padding-bottom: 10px;
    clear: both;
  }
  #layer_cart .layer_cart_cart .button-container .btn {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    background: #ED0505;
    color: #fff;
  }
  #layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
    padding-right: 5px;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .block .title_block:after, .block h4:after {
    top: -2px;
  }
}


@media (min-width: 1200px) {
  #index ul.product_list.tab-pane > li {
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}

@media (max-width: 479px){
ul.product_list.list > li .right-block {
  width: 100%;
}
  ul.product_list.list > li .right-block .right-block-content .content_price {
    padding-top: 0;
    width: 100%;
    text-align: center !important;
    margin-bottom: 10px;
  }
  #layer_cart .layer_cart_cart .button-container span.exclusive-medium {
    margin-right: 5px;
    width: 100%;
    text-align: center;
  }
}


ul.product_list .functional-buttons div.wishlist a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(../img/wish.png) no-repeat center center;
  position: relative;
  top: 4px;
}

ul.product_list .functional-buttons div.compare a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(../img/comp.png) no-repeat center center;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.pb-center-column .content_prices #reduction_percent_display {
    font-family: 'samosanspro-regular';
    font-size: 15px;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    height: 28px;
    min-width: 67px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    vertical-align: top;
}

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

@media (max-width: 1199px) {
	#homepage-slider .bx-wrapper .homeslider-description a {margin-left: 23px;}
  .advantage_wr {width: 32%;}
  #search_block_top input {width: 100%;}
  #search_block_top .search_button {left: calc(100% - 40px);}
  #homepage-slider .homeslider-description {width: 784px;}
  #newsletter_block_left {min-height: 262px; padding-top: 40px;}
}

@media (max-width: 991px) {
	#homepage-slider .bx-wrapper .homeslider-description a {margin-left: 0;}
  #homepage-slider .homeslider-description {width: 80vw;}
  .top_st {height: 266px;}
  .top_st img {width: auto; height: 100%; margin-left: -50px;}
}

@media screen and (max-width: 767px) {
  header .nav nav {text-align: center;}
  .header_user_info,
  #languages-block-top,
  #currencies-block-top,
  .shop-phone,
  #contact-link {float: none; display: inline-block;}
  .cart_icon {float: none;}
  header .col-sm-4.col-xs-9 {width: calc(100% - 60px);}
  header .col-sm-4.col-xs-3 {width: 60px; text-align: right;}
  header .col-sm-4.col-sm-pull-4 {clear: both;}
  .sf-contener {padding: 0; margin-top: 15px;}
  .sf-menu {text-align: left;}
  #index header {margin-bottom: 0 !important;}
  #homepage-slider .homeslider-description h2 {font-size: 50px; line-height: 70px;}
  #homepage-slider .bx-wrapper .bx-controls-direction {display: none;}
  .sf-menu > li > ul > li.category-thumbnail > div:first-child, .sf-menu > li > ul > li.category-thumbnail > div {
      padding-left: 0;
      padding-right: 0;
      max-width: 480px;
      width: 100%;
      float: none;
  }
  .sf-menu > li > ul > li.category-thumbnail > div:first-child {
    padding-bottom: 15px;
  }
  .top_st {height: auto; width: 100%; max-width: 480px; margin-left: auto; margin-right: auto;}
  .top_st img {margin-left: 0; width: 100%;}
  .footer-container .container {padding-top: 40px;}


  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  #order-detail-content #cart_summary td {
    border: solid 1px #f8f8f8;
    white-space: nowrap;
    float: none;
    padding: 7px 20px 7px 20px;
    display: table-cell;
  }

  #order-detail-content #cart_summary td.cart_delete {
    position: relative;
    right: 0;
    top: 0;
  }
}


@media (max-width: 420px) {

  .best_seller_wr section, .special_wr section {
    position: relative;
    width: 100%;
    left: 0;
    top: 0px;
  }

  #newsletter_block_left {
    position: relative;
    left: 0px;
    top: 30px;
    right: 40px;
  }
  #newsletter_block_left .form-group input{
    width: 100%;
    margin-bottom: 30px;
  }

  #homepage-slider .homeslider-description h2 {
    font-family: 'samosanspro-bold';
    font-size: 32px;
    line-height: 54px;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    padding: 0;
  }

  #breadcrumb-row {
    padding: 10px 0px;
    background: #f0f0f0;
    margin-bottom: 10px;
    margin-top: 40px;
  }

}
