input[type="submit"],
button,
.btn {
    font-family: "Comfortaa", cursive;
    font-weight: 500;
    padding: 15px 25px;
    padding-right: 50px;
    border-radius: 100px;
    border: 2px solid #000;
    font-size: 0.9em;
    text-transform: uppercase;
    background-image: url(../images/button-arrow-black.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: right 15px center;
    margin: 5px 5px 5px 0;
    display: inline-block;
    background-color: #fff;
    white-space: normal;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[type="submit"].white-background,
button.white-background,
.btn.white-background {
    color: #fff;
    border-color: #fff;
    background-image: url(../images/button-arrow-white.png);
}

input[type="submit"].white-background.transparent:hover,
button.white-background.transparent:hover,
.btn.white-background.transparent:hover {
    color: #000;
    border-color: #fff;
    background-image: url(../images/button-arrow-black.png);
}

button.black {
    border-color: #000;
    background-image: url(../images/button-arrow-black.png);
}

input[type="submit"]:disabled,
button:disabled,
.btn:disabled {
    border-color: #bbb !important;
    color: #bbb !important;
    background-position: right 12px center !important;
    background-color: #f4f4f4 !important;
    cursor: initial !important;
    background-image: none !important;
}
button.blanc.transparent {
    border-color: #fff;
    background-image: url(../images/button-arrow-white.png);
}
button.blanc.transparent:hover {
    border-color: #fff;
    background-image: url(../images/button-arrow-black.png);
}

input[type="submit"].black,
button.black,
.btn.black {
    background-image: url(../images/button-arrow-white.png);
    color: #fff;
    background-color: #000;
}

input[type="submit"].black:hover,
button.black:hover,
.btn.black:hover {
    background-color: #444;
}

input[type="submit"].transparent,
button.transparent,
.btn.transparent {
    background-color: transparent;
}

input[type="submit"].transparent:hover,
button.transparent:hover,
.btn.transparent:hover {
    background-color: #fff;
}

input[type="submit"]:hover,
button:hover,
.btn:hover {
    border-color: #e1678c;
    color: #e1678c;
    background-size: 26px auto;
    background-position: right 12px center;
    text-decoration: none !important;
}

input[type="submit"].white-background:hover,
button.white-background:hover,
.btn.white-background:hover {
    border-color: #e1678c;
    background-color: #e1678c;
    color: #fff;
    background-size: 26px auto;
    background-position: right 12px center;
    background-image: url(../images/button-arrow-white.png);
}

input[type="submit"].text-black,
button.text-black,
.btn.text-black {
    color: #000;
    border-color: #fff;
    background-image: url(../images/button-arrow-black.png);
}

input[type="submit"].text-white,
button.text-white,
.btn.text-white {
    color: #fff;
    border-color: #fff;
    background-image: url(../images/button-arrow-white.png);
}

input[type="submit"].text-white.transparent:hover,
button.text-white.transparent:hover,
.btn.text-white.transparent:hover {
    color: #000;
    border-color: #fff;
    background-image: url(../images/button-arrow-black.png);
}

div#Form_EcommerceAccountModificationForm_TermsAndConditions_Holder a {
    color: #468aad;
    font-weight: 500;
    text-decoration: underline;
}

input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
textarea,
select,
input.quantity {
    border: 2px solid #ccc;
    padding: 12px;
    margin: 12px 0;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    vertical-align: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Fira Sans", sans-serif;
}
input.quantity {
    max-width: 50px;
    margin-right: 20px;
}
.EcommerceProduct .product input.quantity {
    max-width: 90px;
    text-align: center;
    padding-left: 25px;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    margin-top: 3px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    padding-left: 30px;
    margin-bottom: 20px;
    display: block;
}

#ForgotPassword a:hover {
    text-decoration: underline;
}

form label.left {
    font-weight: 600;
}

#MemberLoginForm_LoginForm .checkbox,
#Form_EcommerceAccountCreationForm .checkbox {
    margin-bottom: 20px;
}
ul.parsley-errors-list {
    margin: 0;
}

.message,
.parsley-errors-list li.parsley-required,
.parsley-errors-list li.parsley-type,
.parsley-errors-list li.parsley-remote {
    font-family: "Comfortaa", cursive;
    font-size: 1em !important;
    font-weight: 600 !important;
    background-color: #aaa !important;
    color: #fff !important;
    border: 0 !important;
    opacity: 0.6 !important;
    margin-bottom: 20px !important;
    padding: 8px 16px !important;
    border-radius: 30px !important;
    height: auto;
    display: inline-block;
}
.message.active {
    display: inline-block !important;
}

.message.bad,
.message.error {
    background-color: #ad5570 !important;
}
.message.good {
    background-color: #a4a623 !important;
}

.message.current.selectable {
    cursor: pointer;
    background-color: #000 !important;
}
.message.selectable:hover {
    cursor: pointer;
    background-color: #555 !important;
}

.nocaptcha {
    margin-bottom: 20px;
}

#Form_EcommerceCouponsForm_CouponCode {
    max-width: 200px;
}

@media (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select,
    input.quantity {
        padding: 10px;
        margin: 12px 0;
    }
}
.middleColumn {
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.toggle-password::before {
    content: "👁";
}
.toggle-password.slash::after{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-40%) rotate(53deg);
    content: '|';
} 
.toggle-password:hover{
    cursor: pointer;
}
.toggle-password + input[type="password"]{
    padding-right: 35px;
}
