.checkout-btn-wrapper-dfe3db5a {
    display: flex;
}
.elementor-align-left .checkout-btn-wrapper-dfe3db5a {
    justify-content: flex-start;
}
.elementor-align-center .checkout-btn-wrapper-dfe3db5a {
    justify-content: center;
}
.elementor-align-right .checkout-btn-wrapper-dfe3db5a {
    justify-content: flex-end;
}
.elementor-align-justify .checkout-btn-wrapper-dfe3db5a {
    justify-content: stretch;
}
.elementor-align-justify .checkout-btn-dfe3db5a {
    width: 100%;
    text-align: center;
}

.checkout-btn-dfe3db5a {
    display: inline-block;
    padding: 14px 28px;
    background-color: #111111;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.checkout-btn-dfe3db5a:hover {
    background-color: #333333;
    color: #ffffff;
}
