
.unstyled {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    list-style-type: none;
}

.control-inline label {
    font-size: 1.2em;
    font-weight: 400;
    display: inline;
}

:not(#foo) .styled-checkbox {
    position: absolute;
    opacity: 0;
}
:not(#foo) .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
:not(#foo) .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: #D6D6D6;
}
:not(#foo) .styled-checkbox:focus + label:before, :not(#foo) .styled-checkbox:hover + label:before {
    background: #D6D6D6;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.12);
}
:not(#foo) .styled-checkbox:checked + label:before {
    background: #3C8DBC;
}
:not(#foo) .styled-checkbox.disabled + label, :not(#foo) .styled-checkbox[disabled] + label {
    color: #b8b8b8;
}
:not(#foo) .styled-checkbox.disabled + label:before, :not(#foo) .styled-checkbox[disabled] + label:before {
    box-shadow: none;
    background: #ddd;
}
:not(#foo) .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 11px;
    background: white;
    width: 2.5px;
    height: 2.5px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.promotopup-amount-item .promotopup-amount-add-currency {
    display: none;
}

.promotopup-amount-item:last-child .promotopup-amount-add-currency {
    /*display: block;*/
}
