.shop_sorting_panel .sorting_block .sorting_block_popup2 > div a {
  position: relative; }
  .shop_sorting_panel .sorting_block .sorting_block_popup2 > div a:before {
    position: absolute;
    content: '';
    right: 0;
    top: calc(50% - 4.5px);
    width: 12px !important;
    height: 12px !important;
    display: block;
    background: #099114 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M14.000,1.046 C14.000,1.321 13.895,1.596 13.684,1.805 L6.210,10.000 L0.291,4.118 C-0.128,3.702 -0.130,3.025 0.286,2.605 C0.702,2.186 1.379,2.184 1.797,2.600 L6.210,6.986 L12.178,0.287 C12.597,-0.129 13.274,-0.127 13.689,0.292 C13.897,0.501 14.000,0.773 14.000,1.046 Z'/%3E%3C/svg%3E") 50% 50% / 8px no-repeat !important;
    transform: none !important;
    opacity: 0; }
  .shop_sorting_panel .sorting_block .sorting_block_popup2 > div a.active:before {
    opacity: 1; }

.shop_sorting_panel .sorting_block .sorting_block_popup2 > div a {
  color: #000;
  font-size: 14px;
  font-family: 'Arimo', sans-serif; }

.product-list.product-list-thumbs .product-item .hover_pic_prod {
  display: none; }

@media (min-width: 961px) {
  .product-list.product-list-thumbs .product-item.act:hover img {
    display: none; }

  .product-list.product-list-thumbs .product-item:hover img {
    display: none; } }

.product-list.product-list-thumbs .product-item:hover .hover_pic_prod {
  display: block; }
