#feedback fieldset {
    border: none;
}

#feedback .feed-box {
    max-width: 616px;
    margin: 0 auto;
}

#feedback .feed-box fieldset > div {
    padding-bottom: 12px;
}

#feedback .feed-box label {
    width: 100%;
    display: block;
    padding: 0 0 10px;
}

#feedback .feed-box input, textarea, select {
    width: 100%;
    font-size: 0.9em;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #2b2a2a;
    padding: 0px 27px 0px 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#feedback .feed-box input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}

#feedback .feed-box textarea {
    min-height: 243px;
}

#feedback .feed-box select {
    background-image: url(../img/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

#feedback input.error, #feedback textarea.error {
    border: 1px solid #EE3124 !important;
}

#feedback .button-container {
    text-align: center;
}

#feedback .feed-box .btn-send {
    width: 263px;
    height: 50px;
    background-color: #003087;
    object-fit: contain;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin-top: 20px;
    color: #ffffff;
    border-width: 0px;
    outline: none;
    cursor: pointer;
    text-align: center;
}

#feedback .feed-box .btn-send:hover {
    color: #fdcc3a;
}

.sended {
    margin: 40px 0 40px;
    text-align: center;
    font-size: 22px;
}

#feedback_content h2 {
    text-align: center;
}

label .required {
    color: #EE3124;
    padding-left: 2px;
}

.my-order-detail #feedback .preloader-all {
    left: 0;
}