/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.red-btn, .white-btn {
    transform: none !important;
}

body #page-container .et_pb_section a.red-btn::after{
    height: calc(100% + 1.5px);
    width: 54px;
    text-align: center;
    background: #e4002b !important;
    right: 0;
    font-size: 18px !important;
    font-weight: 700 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

body #page-container .et_pb_section a.white-btn::after{
    height: calc(100% + 1.5px);
    width: 54px;
    text-align: center;
    background: #fff !important;
    right: 0;
    font-size: 18px !important;
    font-weight: 700 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1245px) and (min-width: 981px) {
    .product-counter .percent p {
        font-size: 50px !important;
    }
    div.product-counter{
        margin-bottom: 0 !important;
    }
}