
.ez_product_slider_outer{
    display: block;
    width: 100%;
    position: relative;
}
.ez_product_slider_outer .ez_product_slider_wrapper {
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.ez_product_slider_outer .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 2px;
    background: rgba(12, 29, 50, 0.1);
}

.ez_product_slider_outer .swiper-scrollbar-drag {
    background: #bd9855;
    height: 1px;
    position: relative;
    top: 0px;
    z-index: 1;
}

.ez_product_slide_bottom {
    width: 100%;
    display: inline-block;
    line-height: normal;
}

span.ez_product_slide_title {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

span.ez_product_slide_title a {
    color: #0c1d32;
    font-size: 16px;
    font-family: "base-9-sans", sans-serif;
    height: 38px;
}

span.ez_product_slide_vol_year {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: rgba(12, 29, 50, 0.5);
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 5px;
}

span.ez_product_slide_price {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #ad2c43;
    font-size: 14px;
    line-height: 17px;
}

.ez_product_slide_hover_show {
    display: inline-flex;
    width: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
    gap: 10px;
    top: calc(50% + 30px);
    line-height: 1;
    height: 40px;
    overflow: hidden;
}

.ez_prod_add_to_cart {
    display: inline-block;
    width: auto;
    line-height: 1;
    height: 100%;
}

.ez_prod_add_to_cart a{
    display: inline-block;
}
.ez_prod_add_to_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart span {
    display: none;
}
.ez_prod_add_to_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::after {
    content: "\e908";
    font-family: icomoon;
    font-size: 19px;
    color: #0c1d32;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ez_prod_add_to_cart a.added_to_cart.wc-forward {
    display: none;
}

.ez_product_wishlist button.woosw-btn {
    font-size: 0;
    border: none;
    position: relative;
    width: 40px;
    height: 40px;
    background: white;
}

.ez_product_wishlist button.woosw-btn::after {
    content: "\e90b";
    font-family: icomoon;
    font-size: 19px;
    color: #0c1d32;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ez_product_wishlist .woosw-wishlist {
    display: inline-block;
    width: auto;
    background: transparent;
}

.ez_product_slide_hover_show button{
    cursor: pointer;
}

.ez_prod_add_to_cart a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: white;
    position: relative;
}

.ez_product_slide_image_wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
}

.ez_product_slide_image_wrapper a {
    display: inline-block;
    width: 100%;
    position: relative;
}

.ez_product_slide_image_wrapper a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    display: inline-block;
    width: 100%;
    position: relative;
}


.ez_product_slide .ez_product_wishlist{
    transform: translateY(50px);
    opacity: 0;
    transition: ease-in-out 0.35s all;
    transition-delay: 0.15s;
}
.ez_product_slide .ez_prod_add_to_cart{
    transform: translateY(-50px);
    opacity: 0;
    transition: ease-in-out 0.35s all;
}
.ez_product_slide:hover .ez_product_wishlist,
.ez_product_slide:hover .ez_prod_add_to_cart{
    transform: translateY(0);
    opacity: 1;
}
