/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 feb 2022, 17:22:31
    Author     : Simone
*/

.product-line-grid .media{
    display: flex;
    align-items: center;
}
.cart-summary{
    top:137px !important;
}
.simulation_oney_financement_solo{
    padding: 0 0 4px 0 !important;
}
#proceedToChekout{
    text-align: center
}

.infoGraph img{
    width:80px;
    height:80px;
}
[data-container-express-checkout]{
    display:none !important;
}
scalapay-widget{
    margin-left:0 !important
}

@media screen and (max-width:768px){

    .cart-detailed-actions .checkout-button{
        position: fixed;
        width:100%;
        bottom:0;
        left:0;
        right:0;
        z-index: 10040;
        background: #fff;
        padding: 1rem;
    }
}