/*==================================================
=            Bestseller Hook LeftColumn            =
==================================================*/
#best-sellers_block_right {
  margin-bottom: 45px; }
  #best-sellers_block_right .block_content {
	  background:#ffffff;
	  padding:0 30px;
  }
  #best-sellers_block_right .product-box {
    border: none; 
	border-bottom:1px solid #e1e1e1;
	padding:23px 0;
}
#best-sellers_block_right .product-box:last-child, #best-sellers_block_right .product-box:last-child:hover{
    border: none; 
	border-bottom:1px solid #ffffff;
}
 #best-sellers_block_right .product-box:hover {
	 border:none;
	 border-bottom:1px solid #e1e1e1;
 }
    #best-sellers_block_right .product-box:hover .star_content {
      opacity: 1 !important;
      visibility: visible !important; }
    #best-sellers_block_right .product-box .preview {
      width: 85px;
      float: left;
      overflow: hidden; }
      #best-sellers_block_right .product-box .preview:after {
        content: none; }
      #best-sellers_block_right .product-box .preview img {
        transition: all 400ms ease-in-out 0ms;
        -ms-transition: all 400ms ease-in-out 0ms;
        -o-transition: all 400ms ease-in-out 0ms;
        -moz-transition: all 400ms ease-in-out 0ms;
        -webkit-transition: all 400ms ease-in-out 0ms; }
    #best-sellers_block_right .product-box:hover .preview img {
      transform: scale(1.03);
      -o-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -webkit-transform: scale(1.03); }
    #best-sellers_block_right .product-box .product-info {
      width: calc(100% - 85px);
      float: left;
      text-align: left;
      margin-top: 0;
      padding: 0 0 0 20px; 
	  background:none;
	  clear:unset;
	  }
	   #best-sellers_block_right .product-box .product-info .content_prices {
		   font-size:21px;
		   color:#111111;
		   font-weight:700;
	   }
      #best-sellers_block_right .product-box .product-info > a {
        margin-bottom: 3px; }
    #best-sellers_block_right .product-box .price {
      font-weight: 600; }
      .user-logged-off #best-sellers_block_right .product-box .price {
      	display:none;
      }
    #best-sellers_block_right .product-box .product-buttons {
      display: none; }
  #best-sellers_block_right .hook-reviews {
    padding: 0 0 5px;
    display: inherit;
    position: inherit; }
  #best-sellers_block_right  .title_block a{
	color:#ffffff;
}
/*# sourceMappingURL=blockbestsellers.css.map */
