
body {
    background-color: white !important;
}
.input-line-item {
    flex-direction: column;
}
label.errorValidate {
    text-align: center;
}
label.errorValidate {
    display: block;
    position: static;
    background: red;
    color: white;
    font-size: 16px;
    margin-top: 3px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 50%;
}
.errorBorder {
    border: 2px solid red !important;
}
.force-scroll, .menu li {
    cursor: pointer;
}
.facezizou img {
    margin: 0;
}

.over_form form {
    text-align: left;
    margin-top: 27px;
}
.over_form form p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: left;
    padding-left: 9px;
    margin-bottom: 3px;
    text-indent: 0 !important;
}
.over_form form input, .over_form form select {
    display: block;
    width: 100% !important;
    background: #F9F9F9;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    height: 40px;
    font-size: 16px !important;
    margin-bottom: 17px;
    padding-left: 10px !important;
    padding-right: 20px;
    -webkit-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color:#A7A7A7;font-size: 14px;font-family: 'Noto Sans', sans-serif;}
::-moz-placeholder          {color:#A7A7A7;font-size: 14px;font-family: 'Noto Sans', sans-serif;}
:-moz-placeholder           {color:#A7A7A7;font-size: 14px;font-family: 'Noto Sans', sans-serif;}
:-ms-input-placeholder      {color:#A7A7A7;font-size: 14px;font-family: 'Noto Sans', sans-serif;}
.over_form form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.over_form form button {
    height: auto !important;
    margin: 0 auto;
    padding: 0;
    background: #FF7A00 !important;
    border-radius: 4px;
    width: 100% !important;
    display: block !important;
    margin: 13px auto 8px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
}
.over_form form p.now_buy {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #585858;
}
.over_form {
    max-width: 500px;
    margin: 30px auto 30px;
}
.over_form .flex_pride {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.over_form .flex_pride .old_prc span.sty{
    text-decoration: line-through;
}
.over_form .flex_pride .old_prc span {
    color: #000;
    font-size: 20px;
}
.over_form .flex_pride .new_prc span, .over_form .flex_pride .new_prc sup {
    color: #FF7A00;
    font-size: 26px;
    font-weight: 700;
}
.over_form form button.button {
    max-width: 100%;
}

.footer-wrapper {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    color: #858585;
    padding-top: 15px;
    background-color: #cecece6e;
    font-weight: 400 !important;
}
.footer-wrapper a {
    color: black;
    text-decoration: none;
}
.footer-wrapper a:hover {
    color: #2a2a2a;
}
.footer-wrapper a:visited {
    color: #2a2a2a;
}
.footer-inner-wrapper {
}
.post-footer-wrapper {
    font-size: 14px;
    text-align: center;
    padding: 3px 10px;
    color: #858585;
    background-color: #cecece6e;
}
.bot-btn {
    background: #ed1b24;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 30px 0 10px;
    display: inline-block;
}