/*Product list 2*/
#page .slick_carousel .ajax_block_product .addToCartFormWrapper {
    padding: 0;
background: transparent;
transition: all 0.3s ease-out;
width: 30px;
height: 100%;
top: 15px;
position: absolute;
opacity: 0;
max-height: 170px;
}
/* #page .slick_carousel .ajax_block_product .addToCartFormWrapper .addToCartForm {
margin-top: 0;
} */
/* #page .ajax_block_product .price-reduction-content {
display: flex;
justify-content: space-between;
align-items: center;
background: var(--sale);
border-radius: 3px;
width: 170px;
margin: auto;
font-size: 12px;
line-height: 14px;
color: #fff;
transition: all 0.3s;
opacity: 0;
padding: 0 5px;
max-height: 0;
} */
#page .slick_carousel .ajax_block_product.is_onsale:hover .product-name-container{
max-height: 0;
opacity: 0;
transition: all 0.3s ease-out;
}
#page .slick_carousel .ajax_block_product.is_onsale .product-name-container {
transition: all 0.3s ease-out;
max-height: 30px;
opacity: 1;
}
#page .ajax_block_product.is_onsale:hover .price-reduction-content{
opacity: 1;
max-height: 14px;
transition: all 0.3s ease-out;
}
#page .ajax_block_product .functional-buttons > div {
background: #fff;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
max-width: 22px;
}
#page ul.slick_carousel li.has_variant.ajax_block_product:hover .addToCartFormWrapper {
opacity: 1;
transition: all 0.3s ease-out;
}
#page .slick_carousel .ajax_block_product .addToCartFormWrapper li {
border:0 !important;
filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
margin: 4px;
}
#page .ajax_block_product .addToCartFormWrapper li a {
    width: 30px;
    height: 30px;
}
.slick_carousel .has_more_variants:hover .hasMoreVariants{
    top: 0;
}

.ajax_block_product .product-name-container {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    margin: auto;
    height: 18px;
}
.ajax_block_product .manufacturer-container {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    margin: auto;
    height: 20px;
}
.ajax_block_product.product-list-style2 .content_price {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
}

/*Mobile*/
.product-list-mobile .addToCartFormWrapper {
    width: 40px;
    padding: 0;
    position: absolute;
    top: 15px;
    background: transparent;
    left: 5px;
}
.product-list-mobile .addToCartFormWrapper li {
    border: 0 !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
    margin: 0 0 10px;
}
#page .product-list-mobile .product-container {
    border: 0 !important;
    background: #F7F7F7;
    height: 100%;
}
#page .ajax_block_product.product-list-mobile .price-reduction-content {
    opacity: 1;
    max-height: unset;
}
/* #page .product-list-mobile .button-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */
#page .product-list-mobile .functional-buttons {
    opacity: 1;
    position: relative;
    visibility: visible;
    background: transparent;
    border: 0;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-top: 5px;
}
#page .product-list-mobile .new-label {
    color: #ffffff !important;
    background: var(--new) !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 0;
    padding: 5px;
    text-transform: none;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page .product-list-mobile .sale-label {
    color: #ffffff !important;
    background: var(--sale) !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 0;
    padding: 5px;
    text-transform: none;
    width: 50px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page .ajax_block_product.product-list-mobile {
    height: 100% !important;
}