#special_block_right .products-block .product-name
{
	height: 57px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align:center;
}
#special_block_right .products-block a.product-name:hover{color:#0098d8;}
#special_block_right .products-block .product-description
{
	display:none;
}
#special_block_right .products-block li:last-child {border-bottom:none;margin-bottom:5px;padding-bottom:5px;}
#special_block_right .price-box {text-align:center;}
#special_block_right .special-price {display:block;color:#f13340;  font: 700 20px/22px "Open Sans", sans-serif;}
#special_block_right .old-price {font-size: 13px;font-family: "Open Sans", sans-serif;}
#special_block_right .products-block .reduc-box {display:inline-block;text-align:center;}
#special_block_right .link-box {text-align:center;}
#special_block_right .button.button-small.promolink
{
	background:#ffa200;
	border:1px solid #f8ac26 ;
}
#special_block_right .button.button-small.promolink:hover span {background:#f0812b; border: 1px solid #f8ac26;}
#special_block_right  .button.button-small span.blockspecials_link {
	border:none;
	color: #111;
	height: auto;
	display: inline!important;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	text-shadow:none;
}

#special_block_right .button.ajax_add_to_cart_button span
 {
  font: bold 13px/17px Arial,Helvetica,sans-serif;
  padding: 0.5em;
}

#special_block_right .button-container{text-align: center;margin-top:5px}


@media (max-width: 991px) and (min-width: 768px){
#special_block_right.block .products-block li .products-block-image
{
margin-left:30px;
}}

#special_block_right span.blockspecials_link:before
{
	font-family: FontAwesome;
	width: 12px;
	font-size: 11px;
	padding-right: 4px;
	content: "\F02C";
}

#special_block_right a.products-block-image img
{
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#special_block_right a.products-block-image:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
}
#special_block_right a.products-block-image:hover {
  opacity:1;
  filter:alpha(opacity=100);
}

@media (max-width:767px){
  #special_block_right{display:none;}
}
/*# sourceMappingURL=blockspecials.css.map */
