/*жирные цифры цен*/
.home-product .owl-carousel .owl-item .owl-product-price span.PricesalesPrice,
.home-product .owl-carousel .owl-item .owl-product-price span.PricebasePriceWithTax,
.category-view .browse-view .category-product .spacer .product-price span.PricesalesPrice,
.category-view .browse-view .category-product .spacer .product-price span.PricebasePriceWithTax{
	font-weight: bold;
}
.product_badge > div{
	font-weight: bold;
}
/*убирает две строки в корзине*/
#tt_shipping_rate_div_basket,
#tt_order_subtotal_div_basket{
	display: none;
}

/*желтый цвет в изображении корзины в правом верхнем углу*/
.t3-header .cart #vmCartModule .cart_top .total_products{
background:#ffd800;
color:#474747}

/*уменьшает шрифт названия товара в карточке товара*/
.productdetails-view h1 {
  margin-top: 0;
  font-size: 20px;
}

/*увеличивает шрифт артикула в карточке товара*/
body {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #474747;
  background-color: #ffffff;
}

/*убирает верхнее и нижнее подчеркивание серым модуля новые товары*/
.home-product .module-title span:before{
content:'';
display:block;
background:#ffffff;
width:95px;
height:2px;
position:absolute;
top:0
}

.home-product .module-title span:after{
content:'';
display:block;
background:#ffffff;
width:95px;
height:2px;
position:absolute;
right:0;
bottom:0
}

/*делает центральную полосу баннера скидок красного цвета*/
.t3-spotlight-2 .t3-module .promo-banner span {
    background: rgba(252, 36, 87, 0.6) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 20px;
    left: 0;
    margin-top: -19px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.t3-megamenu .mega:hover > .mega-dropdown-menu{
  display: block;
}

/* наверх */
#scrollToTop {
	cursor: pointer;
	font-size: 0.9em;
	position: fixed;
	text-align: center;
	z-index: 9999;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;

	background: #e4e4e4;
	color: #ffffff;
	border-radius: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	right: 20px; bottom: 20px;
}

#scrollToTop:hover {
	background: #968b8b;
	color: #ffffff;
}

#scrollToTop > img {
	display: block;
	margin: 0 auto;
}

/* стиль карусели продуктов */
 .owl-carousel{padding-top: 40px;text-align: center;}.owl-nav{top:0;margin-top:0;text-align: right;}.owl-prev{float: none;margin: 0;display: inline-block;}.owl-next{float: none;margin: 0;display: inline-block;}
 .owl-carousel .owl-product-image,.owl-carousel .owl-product-image a{height: 250px}
.home-product .owl-carousel .owl-nav{
  right: calc(50% - 32px);
}
.home-product .owl-carousel .owl-dots{
  margin: 0 auto;
}
  