/*
Theme Name: Avada Child
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.woocommerce-container .related .product, .woocommerce-container .up-sells .product{
    margin-top: 20px;
}
.fusion-page-title-wrapper {
    z-index: -1;
}
.products li.product .fusion-clean-product-image-wrapper {
    transition: all 0.1s ease-out 0.1s;
    margin: 0 auto;
    width: 100%;
}
.products li.product:hover .fusion-clean-product-image-wrapper {
    width: 65%;
    transition: all 0.2s ease-in 0s;
}
.bo-product-buttons {
    opacity: 0;
    transition: opacity 0.1s ease-in 0s,height 0s linear 0.1s;
    height: 0px;
    overflow: hidden;
}
.products li.product:hover .bo-product-buttons {
    opacity: 1;
    transition: opacity 0.4s ease-out 0.2s,height 0s linear 0.2s;
    height: 70px;
    display: block;
}
.bo-product-buttons a {
    display: inline-block;
    background: transparent;
    color: #a0ce4e;
    padding: 4px 15px;
    border: 1.5px solid #a0ce4e;
    line-height: initial;
    width: 100%;
}
.bo-product-buttons a:hover {
    background: #a0ce4e;
    color: #FFF;
}
.bo-product-buttons a.bo-details-btn {
    background: transparent;
    color: #183e8a;
    border: 1.5px solid #183e8a;
    margin-bottom: 7px;
}
.bo-product-buttons a.bo-details-btn:hover{
    background: #183e8a;
    color: #FFF;
}
.bo-product-buttons a.added_to_cart.wc-forward {
    display: none !important;
}
.fusion-rollover {
    background: transparent !important;
}