/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2025 | 08:00:26 */
.cfw-bottom-controls {
    display: unset ! IMPORTANT;
    clear: none !important;
}
.previous-button {
    display: none !important;
}
.text-before-checkout {
    padding-bottom: 15px;
    text-align: left;
    padding-top: 8px;
}
.text-before-checkout i.fa-solid.fa-face-smile {
    color: #419D78 !important;
}
p.coupon-top-product {
    background: #efece5;
    color: #181925 !important;
    padding: 0px;
    margin-left: 12px;
    border: 1px dashed #a58432ba;
    padding-left: 10px;
    padding-right: 9px;
    font-size: 17px !important;
    font-weight: 700 !important;
    border-radius: 4px;
}
.tijdelijk-coupon {
    text-align: left;
    font-size: 16px;
}
.promotion-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  border-top: 1px solid #ebebed;
    padding-top: 14px;
    margin-bottom: 5px;
  
}

@media (max-width: 900px) {
p.tijdelijk-coupon {
    font-size: 15px !important;
}
}