#module-leofeature-productscompare #content-wrapper{
    padding: 30px 15px 50px;
}
#module-leofeature-productscompare .page-heading{
    color: var(--lila);
    font-size: 25px;

}
#module-leofeature-productscompare .leo-compare-review-dropdown .btn{
    background: linear-gradient(to right, var(--green) 50%, var(--lila) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .6s ease-out;
    font-size: 12px;
    color: var(--blue);
}
#module-leofeature-productscompare .leo-compare-review-dropdown .btn:hover{
    background-position: left bottom;
}
#module-leofeature-productscompare .leo-compare-review-dropdown .dropdown-toggle::after {
    display: none;
}

#module-leofeature-productscompare  .footer_link .button{
    background: linear-gradient(to right, var(--green) 50%, var(--lila) 50%)!important;
    background-size: 200% 100%!important;
    background-position: right bottom!important;
    transition: all .6s ease-out!important;
}
#module-leofeature-productscompare  .footer_link .button:hover{
    background-position: left bottom!important;
}
#module-leofeature-productscompare  .footer_link{
    margin-top: 30px;
}
#module-leofeature-productscompare .footer_link .btn i {
    display: none;
}
#module-leofeature-productscompare .leo-productscompare-item .product-description{
    display: flex;
    flex-direction: column;
}
#module-leofeature-productscompare .leo-productscompare-item .thumbnail-container .button-container{
    order: 3;
}

#module-leofeature-productscompare .leo-productscompare-item .thumbnail-container .leo-bt-cart{
    background: linear-gradient(to right, var(--lila) 50%, white 50%)!important;
    background-size: 200% 100%!important;
    background-position: right bottom!important;
    transition: all .6s ease-out!important;
}
#module-leofeature-productscompare .leo-productscompare-item .thumbnail-container .leo-bt-cart:hover{
    background-position: left bottom!important;
}

/*MEDIA*/

@media (min-width: 1921px) and (max-width: 10000px){}

@media (max-width: 1340px){
    #module-leofeature-productscompare #content-wrapper {
        padding: 30px 30px 50px;
    }
}
@media (max-width: 1199px){
    #module-leofeature-productscompare #content-wrapper {
        padding: 30px 45px 50px;
    }
}

@media (max-width: 880px){
    #module-leofeature-productscompare table#product_comparison{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    #module-leofeature-productscompare table#product_comparison .compare_extra_information {
        min-width: 120px;
    }
}