
/* Checkout */
.cif-field{
    margin-bottom: 20px;
    margin-left: 6px;
    box-sizing: border-box;
    color: rgb(65, 65, 65);
    font-family: "Muli", sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
}

.changecif{
    cursor: pointer;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 10px;
}


/* My Account -> CIF */

.cif-header{
    font-size: 14px;
}
.cif-input{
    margin-left: 5px;
}

.labelCif{
    display: flex;
    justify-content: left;
    text-align: right;
    padding-top: 0;
    line-height:3em;
}

.cif-form-footer{
    display: flex;
    justify-content: right;
}

.cif-button{
    background-color: rgb(0, 29, 133)!important;
}

.cif-button:hover{
    border-color: #001d85!important;
}

