.item_inner_prod {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

@media (min-width: 1025px) {
  .product-list.product-list-thumbs .product-item {
    position: relative;
    z-index: auto; }
    .product-list.product-list-thumbs .product-item .item_inner_prod:before {
      position: absolute;
      content: '';
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      background: #fafafa;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s;
      box-shadow: 0px 0px 0px 10px #fff, 0px 11px 28px #000;
      z-index: -1; }
    .product-list.product-list-thumbs .product-item .product_bottom {
      display: none; }
    .product-list.product-list-thumbs .product-item:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .product-list.product-list-thumbs .product-item:hover .item_inner_prod {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10; }
        .product-list.product-list-thumbs .product-item:hover .item_inner_prod:before {
          opacity: 1;
          visibility: visible;
          transition: all 0.5s ease; }
      .product-list.product-list-thumbs .product-item:hover .product_bottom {
        display: flex; } }

.product-list.product-list-thumbs .product_l_bottom_wr .favorite_btn_wrapper {
  margin-left: auto; }

.product-list.product-list-thumbs .prod_center {
  width: 100%; }

@media (min-width: 1201px) {
  .product_top_wrapper .shop2-product .product_buttons .shop2-product-btn, .product_top_wrapper .shop2-product .product_buttons .shop2-product-btn.type-3.buy {
    width: 50%;
    max-width: 50%; }

  .product_top_wrapper .shop2-product .favorite_btn_wrapper {
    display: flex;
    align-items: center; }

  .product_top_wrapper .shop2-product .product_buttons .buy_one_click1 {
    width: calc(40% - 20px);
    margin-right: 10px; } }

@media (max-width: 1200px) {
  .product_top_wrapper .shop2-product .favorite_btn_wrapper {
    width: 100%;
    margin-top: 10px; } }
