/**
 * Theme Name: Joker Child Theme
 * Template: joker
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */

/* ICONA SHOPPING */
.btn-basket-icon:before  { content: 'A' !important; }

/* PADDING E MARGINI FORM REGISTRATION MAGIC */
.custom-rmagic .custom-rmrow {
    display: block;
    float: left;
    position: inherit;
    padding: 2px 0px 2px 0px !important;
    min-height: 50px !important;
    width: 100%;
}

.custom-rmagic .custom-rmfield {
    margin-bottom: 0 !important;
}

/* MARGINE ETICHETTA NEI FORM CSS JOKER */
label {
    display: inline-block;
    margin-bottom: 0px !important;
}