/*** LINK BUTTONS ***/
#maoproductforms-additionalinfo-wrapper {
    margin-top: 2rem;
}

#maoproductforms-additionalinfo-wrapper.maoproductforms-list-horizontal.maoproductforms-push-button li {
    margin-bottom: .5rem;
}

#maoproductforms-afterthumbs-wrapper {
    margin: 0.5rem 0 1rem;
}

.maoproductforms-list-horizontal li {
    margin-right: 1rem;
    float: left;
}

.maoproductforms-list-vertical.maoproductforms-push-button li {
    margin-bottom: .5rem;
}
.maoproductforms-list-vertical.maoproductforms-push-button li:last-child {
    margin-bottom: 0;
}

.maoproductforms-button {
    color: #FFF;
    display: inline-block;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1.2rem;
    padding: .4rem 1rem .4rem .8rem;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
}

.maoproductforms-anchor {
    color: #7a7a7a;
    display: inline-block;
    font-size: .9rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 0 0 .1rem;
    position: relative;
    text-align: left;
    white-space: normal;
}

.maoproductforms-button:hover,
.maoproductforms-button:active,
.maoproductforms-button:focus,
.maoproductforms-anchor:hover,
.maoproductforms-anchor:active,
.maoproductforms-anchor:focus {
    text-decoration: none;
    outline-width: 0;
}

.maoproductforms-button i {
    font-size: 1.2rem;
    margin-right: 5px;
    vertical-align: top;
}

.maoproductforms-anchor i {
    font-size: 1.2rem;
    margin-right: 4px;
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    #maoproductforms-afterthumbs-wrapper {
        margin-bottom: 1.7rem;
    }
}

/*** FORMS ***/
.maoproductforms-box {
    text-align: left;
    margin: 0;
}

.maoproductforms-box .row {
    margin: 0;
    padding: 0;
}

.maoproductforms-box .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.maoproductforms-box .mao-main-title {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    padding: 0 0 10px;
    margin: 10px 0;
    font-size: 17px;
    line-height: 20px;
}

.maoproductforms-box .mao-main-title .material-icons {
    vertical-align: text-bottom;
}

.maoproductforms-box .modal-body {
    padding-top: 0;
}

.maoproductforms-box h5 {
    color: #696969;
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
    text-transform: none;
    margin: 0 0 20px;
}

.maoproductforms-box .maoproductforms-imageproduct img {
    border: 1px solid #E7E7E7;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.maoproductforms-box .maoproductforms-imageproduct img:hover {
    transform: scale(0.95);
    -ms-transform: scale(0.95); /* IE 9 */
    -moz-transform: scale(0.95); /* Firefox */
    -webkit-transform: scale(0.95); /* Safari and Chrome */
    -o-transform: scale(0.95); /* Opera */
}
.maoproductforms-box h4 {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    text-shadow: none
}
.maoproductforms-box .maoproductforms-imageproduct p {
    text-align: justify;
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0 15px;
}

.maoproductforms-form a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.maoproductforms-form a:hover {
    text-decoration: underline !important;
}

.maoproductforms-container {
    padding: 0;
    margin: 0;
}

.maoproductforms-container p {
    margin: 0;
    padding: 0 0 7px;
}

.maoproductforms-container label {
    color: #504B4B;
    margin: 0;
    font-size: 13px;
}

.maoproductforms-container input[type="text"].captcha-code {
    margin-left: 10px;
    font-size: 14px;
    text-align: right;
    width: 40px;
    padding: 2px;
}
.maoproductforms-container .captcha-block-type-sum {
    margin-top: 15px;
    margin-bottom: 3px;
}
.maoproductforms-container .captcha-block-type-sum label {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    vertical-align: -3px
}
.maoproductforms-container .captcha-block-type-sum p {
    padding-left: 0;
    font-size: 12px;
}
.maoproductforms-container .captcha-block-type-sum .bigger {
    font-weight: bold;
    font-size: 130%
}

.maoproductforms-container input[type="text"],
.maoproductforms-container input[type="email"],
.maoproductforms-container input[type="tel"],
.maoproductforms-container input[type="url"],
.maoproductforms-container textarea {
    background-color: #f1f1f1;
    border-width: 1px;
    border-style: solid;
    color: #696969;
    padding: 6px 10px;
    vertical-align: middle;
    font-size: .9rem;
    width: 100%;
    margin-left: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.maoproductforms-container textarea {
    resize: vertical;
}

.maoproductforms-container input:hover,
.maoproductforms-container textarea:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.maoproductforms-container input:focus,
.maoproductforms-container textarea:focus {
    background-color: rgba(255, 255, 255, 0.8);
    outline: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.maoproductforms-container .required {
    color: #FF0000;
}

.maoproductforms-form .submit {
    margin: 10px 20px 5px 0;
    float: right;
    padding: 0
}

.maoproductforms-form input:focus:invalid,
.maoproductforms-form textarea:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

.maoproductforms-form input:focus:invalid:focus,
.maoproductforms-form textarea:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

/* ajax answers */
.maoproductforms-error {
    display: none;
    position: relative;
    margin: 0 0 10px;
    padding: 7px 20px 7px 10px;
    background-color: #FFE7F2;
    border: 2px solid #FF0000;
    color: #9E1313;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.maoproductforms-error:after {
    content: "\E5CD";
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: 7px;
    right: 4px;
}

.maoproductforms-ok {
    display: none;
    position: relative;
    margin: 0 0 10px;
    padding: 7px 20px 7px 10px;
    background-color: #F2FFCA;
    border: 2px solid #5CFF74;
    color: #076B07;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.maoproductforms-ok:after {
    content: "\E5CA";
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: 7px;
    right: 4px;
}

/* privacy checkbox */
.maoproductforms-privacy {
    margin-top: 5px;
}
.maoproductforms-privacy label {
    font-size: 12px;
    vertical-align: 3px
}

.maoproductforms-container .maoproductforms-cgv {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    display: inline-block;
}

/* Google reCaptcha */
.maoproductforms-form .mao-recaptcha {
    margin: 1rem 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

@media (max-width: 329.98px) {
    .maoproductforms-form .mao-recaptcha {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@media (min-width: 330px) and (max-width: 399.98px) {
    .maoproductforms-form .mao-recaptcha {
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        -o-transform: scale(0.77);
        transform: scale(0.77);
    }
}

/* submit button */
.maoproductforms-form .btn {
    background-image: none; /* added by me */
    height: auto; /* added by me */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    white-space: nowrap;
}

.maoproductforms-form .btn-info {
    background-color: #5192f3;
    border-color: #3983f1;
}
.maoproductforms-form .btn-info:hover,
.maoproductforms-form .btn-info:focus,
.maoproductforms-form .btn-info:active,
.maoproductforms-form .btn-info.active {
    background-color: #2b7af0;
    border-color: #0f62de;
}

.maoproductforms-form .btn-success {
    background-color: #46a74e;
    border-color: #3e9546;
}
.maoproductforms-form .btn-success:hover,
.maoproductforms-form .btn-success:focus,
.maoproductforms-form .btn-success:active,
.maoproductforms-form .btn-success.active {
    background-color: #3a8a41;
    border-color: #2c6a31;
}

.maoproductforms-form .btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.maoproductforms-form .btn-warning:hover,
.maoproductforms-form .btn-warning:focus,
.maoproductforms-form .btn-warning:active,
.maoproductforms-form .btn-warning.active {
    background-color: #ed9c28;
    border-color: #d58512;
}

.maoproductforms-form .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.maoproductforms-form .btn-danger:hover,
.maoproductforms-form .btn-danger:focus,
.maoproductforms-form .btn-danger:active,
.maoproductforms-form .btn-danger.active {
    background-color: #d2322d;
    border-color: #ac2925;
}

.maoproductforms-form .maoproductforms-submit {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 6px 14px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.maoproductforms-form .maoproductforms-submit:hover {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .maoproductforms-box .maoproductforms-imageproduct {
        max-width: inherit;
        text-align: center;
    }

    .maoproductforms-box .maoproductforms-imageproduct img {
        width: auto;
    }

    .maoproductforms-box .mao-main-title {
        font-size: 16px;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .maoproductforms-wrapper .modal-dialog {
        max-width: 700px;
        margin-top: 10%;
    }
}
