/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Payment style */

.payment-none dl{
    display: none!important;
}

.payment-success h3 {
    font-size: 40px!important;
    font-weight: 600;
    text-align: center;
    color: #008000!important;
}

.payment-success dl {
    display: flex;
}

.payment-success dl dt {
    font-weight: 700;
    max-width: 150px;
    width: 100%;
}

.payment-success dl dd {
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
}

.payment-success .form-button  {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.payment-success .form-button a  {
    background-color: #4d3f99;
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    border:1px solid transparent;
}

.payment-success .form-button a:hover {
    border:1px solid #4d3f99;
    background-color: transparent;
    padding: 10px 30px;
    color: #4d3f99;
    border-radius: 50px;
    transition: all ease-out 600ms;
}