display-flex,
.signup-content,
.form-row {
    display: flex;
    display: -webkit-flex;
}

#shadow {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

a:focus,
a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
    /*  appearance: none !important;*/
    -moz-appearance: none;
    /*-webkit-appearance: none !important;*/
    -o-appearance: none;
    -ms-appearance: none;
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    box-shadow: 0 0 0 30px transparent inset;
    -moz-box-shadow: 0 0 0 30px transparent inset;
    -webkit-box-shadow: 0 0 0 30px transparent inset;
    -o-box-shadow: 0 0 0 30px transparent inset;
    -ms-box-shadow: 0 0 0 30px transparent inset;
}

.clear {
    clear: both;
}

.signup-img,
.signup-form {
    width: 50%;
}
.signup-for {
    width: 100%;
}

.signup-img {
    margin-bottom: -7px;
}

.register-form {
    padding: 50px 100px 50px 70px;
}

.form-row {
    margin: 0 -15px;
}
.form-row .form-group {
    width: 50%;
    padding: 0 15px;
}

.form-group {
    margin-bottom: 23px;
    position: relative;
}

input,
select,
textarea {
    /*display: block;*/
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 11px 20px;
    box-sizing: border-box;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 13px;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #a036ef;
    border: 1px solid var(--nicelia);
}

label {
    font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat";
    margin-bottom: 2px;
    display: block;
}

.form-submit {
    text-align: right;
    padding-top: 27px;
}

.submit {
    width: 140px;
    height: 40px;
    display: inline-block;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    border: none;
    cursor: pointer;
}

#submit,
#mycommand,
#button-addon3 {
    /*background: #ff6801;*/
    background: #a036ef;
    background: var(--nicelia);
    color: #fff;
}

#submit:hover,
#mycommand:hover,
#button-addon3:hover {
    background-color: #b064ea;
    background-color: var(--niceliaHover);
}

@media screen and (max-width: 992px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .signup-content {
        flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
    }

    .signup-img,
    .signup-form {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .register-form {
        padding: 50px 40px 50px 40px;
    }
}
@media screen and (max-width: 575px) {
    .form-row {
        flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        margin: 0px;
    }

    .form-row .form-group {
        width: 100%;
        padding: 0px;
    }

    .register-form {
        padding: 15px 5px 15px 5px;
    }
}
@media screen and (max-width: 480px) {
    .submit {
        width: 100%;
    }
}

/***************Cart*******************/

#commande {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
/***************Cart*******************/

/***************order*******************/
#hbtn {
    /* visibility:hidden;*/
    display: none;
}

@media only screen and (max-width: 767px) {
    #btn {
        display: none;
    }

    #hbtn {
        /*visibility:visible;*/
        display: inline;
    }
}
