/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/

/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

#popmake-45 button {
    cursor: pointer;
}
#popmake-45 .center {
    text-align: center;
}

#popmake-45 .btn.round {
    height: 42px;
    width: 42px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
}

#popmake-45 .roundnumber .gfield_description {
    display: none;
}

#popmake-45 input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
#popmake-45 input[type=number]::-webkit-inner-spin-button,
#popmake-45 input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

