#sell-exchange-page{
    margin-top: 0;
    background-color: #F3F4F4;
}

.exchange-page .form-box .form-wrap{
    background-color: #fff;
}
#sell-exchange-page .form-box {
    flex-grow: 1;
    max-width: 100%;
    padding: 20px 30px;
}
.exchange-page .form-box .exchange_block {
    padding: 3rem;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.sell-exchange-form_inner, .form-box .exchange_block h1{
    width: 100%;
    max-width: 520px;
}
.page-template-ordered_products_page .sell-exchange-form_inner, .page-template-ordered_products_page .form-box .exchange_block h1 {
    max-width: 100%;
}
.sell-exchange-form_inner label {
    font-family: "Univers LT Std", sans-serif;
    color: #000;
}
.sell-exchange-form_inner .radioBtn li {
    margin-right: 16px;
}
#sell-exchange-page ul.steps {
    margin-bottom: 38px;
}

.form-box .offer-switcher {
    background-color: #fff;
    padding: 47px;
    width: 100%;
    max-width: 630px;
}
.offer-switcher .operations {
    padding-top: 2em;
}
.operations .checkboxes {
    margin-top: 1rem;
}


.offer-switcher h1,
.cmnInner h1,
.operations h4{
    font-size: 22px !important;
    font-family: univers_45_lightregular, sans-serif !important;
    color: #000;
}

.offer-switcher .buttons {
    margin-top: 20px;
    margin-bottom: 1rem;
}

.offer-switcher .button {
    border: 1px solid #BFBFBF;
    font-size: 15px;
    width: 200px;
    padding: 20px 0px;
    cursor: pointer;
}

.offer-switcher .button .title {
    margin-top: 10px;
}

.offer-switcher .button:first-child {
    margin-right: 10px;
}

.offer-switcher .button:hover,
.offer-switcher .button.active{
    background-color: #000;
    color: #fff;
}

.offer-switcher .button img.active,
.offer-switcher .button.active img, 
.offer-switcher .button:hover img,
.offer-switcher .operations .oper,
.operations .oper input[type='checkbox']{
    display: none;
}

.offer-switcher .button.active img.active,
.offer-switcher .button:hover img.active{
    display: initial;
}

.offer-switcher .operations .oper.active{
    display: block;
}

.exchange-page .form-box h1{
    font-size: 22px;
}

.confirm_button_parent {
    width: 100%;
    max-width: 720px;
    text-align: right;
    padding: 30px 0 20px;
    margin: 0 auto;
}
button.confirm {
    background-color: #000;
    color: #fff;
    height: 40px;
    font-size: 14px;
    padding: 10px 32px;
}
button.confirm:hover {
    background-color: #e7e7e7;
    color: #000;
}
.sell-exchange-form .ip_box2 label{
    font-size: 14px !important;
    font-family: 'univers_55regular';
}

.sell-exchange-form label{
    font-size: 12px !important;
}

.sell-exchange-form li label {
    font-size: 15px !important;
    font-family: 'univers_55regular';
}

.sell-exchange-form textarea {
    height: 125px !important;
}

.sell-exchange-form label > div {
    margin-top: -3px;
}

.current_currency_symbol_wrap .current_currency {
    border: 0px;
    position: absolute;
    right: 0px;
    padding: 14px 16px;
    font-size: 14px;
    height: 47px;
    margin-top: -47px;
}

input[name="expecting"]{
    padding-right: 3rem !important; 
}



select {
    width: 140px;
    height: 35px;
    padding: 5px 35px 5px 5px;
    font-size: 18px;
    border: 2px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("select_arrow.png") 96% no-repeat #eee;
    cursor: pointer;
}

select::-ms-expand { 
    display: none;
}


.add-watch-field label,
.add-watch-field .form-control{
    border: 0px !important;
}

.add-watch-field svg{
    position: absolute;
    margin-top: 6px;
}

.add-watch-field .form-control{
    border-bottom: 1px solid #BFBFBF !important;
    padding: 15px 0px 16px 25px !important;
    height: 34px !important;
    width: 55%;
}

/**Found products box**/
.found-products {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
    border: 1px solid #bfbfbf;
    position: absolute;
    z-index: 90;
    background: #fff;
    font-size: 14px;
    width: 100%;
}

.found-products .product{
    padding: 5px 15px;
    font-weight: bold;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;  
}

.found-products .product:hover{
    cursor: pointer;
    background-color: #BFBFBF;
    color: #000;
}

.found-products .product .reference {
    font-size: 12px !important;
    color: #aaa;
    font-family: 'univers_65_boldregular';
}

.found-products .product .product-name,
.found-products .product .reference{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-watch-field .loading {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 18px;
    margin-top: -1.75rem;
    margin-right: 0.3rem;
}
 
.form-group label.error {
    padding: 0px;
}


.loading-icon {
    height: 30px;
}



.exchange-thankyou .way {
    padding: 33px;
    font-family: 'univers_55regular';
    height: 6.5rem;
}


.exchange-thankyou .way .dot {
    background-color: #000;
    padding: 5px;
    width: 5px;
    margin: auto;
}

.exchange-thankyou .message {
    padding: 50px;    
}

.exchange-thankyou .box{
    background-color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
}

.box.message .congrats{
    font-size: 22px;
}

.thankyou-insta,
.thankyou-insta:hover {
    color: #4b89cc !important;
}

.exchange-thankyou .oper {
    margin-top: 2rem;
}

.exchange-thankyou .oper .btn{
    height: 44px;
    border: 1px solid #BFBFBF;
    border-radius: 0px;
    font-family: "Univers LT Std", sans-serif;
    font-size: 14px;
    padding: 11px 25px;
}
.exchange-thankyou .oper .btn:focus, .exchange-thankyou .oper .btn:active {
    outline: none;
    box-shadow: none;
}
.exchange-thankyou .oper .btn.btn-secondary {
    height: 44px;
    background-color: #000;
    color: #fff;
}

.exchange-thankyou .oper .btn.btn-secondary:hover {
    background-color: #eee;
    color: #000;
    border-color: #eee;
}

.exchange-thankyou .bottom-line {
    padding: 1px 0px 0px 0px;
    background: #000;
    width: 74%;
    top: 2.2rem;
    margin: 0px auto;
    position: relative;
}

.sell-thankyou .progress-box {
    /*padding: 0px;*/
}

.sell-thankyou .exchange-thankyou .way {
    height: 7.5rem;
}

.sell-thankyou .bottom-line {
    display: none;
}

button.confirm .loading {
    position: absolute;
    width: 182px;    
}

button.confirm .loading img {
    width: 25px;
    margin-top: -2px;
}

button.confirm[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

#auth-form-box > .col-8 {
    -ms-flex: 0 0 83.333333% !important;
    flex: 0 0 83.333333% !important;
    max-width: 83.333333% !important;
    padding: 0px !important;
}

#auth-form-box h1{
    font-size: 26px;
}
form:not(#exchange_form) label#add_watch-error {
    bottom: -15px !important;
}

 
@media screen and (max-width: 1230px) {
    .progress__bar__outer {
        padding-left: 60px !important;
    }
}

@media screen and (max-width: 991px) {
    .no-gutter-right {
        flex-wrap: wrap;
    }
    #sell-exchange-page .form-box {
        padding: 20px;
    }
    .exchange-page .form-box .exchange_block {
        padding: 35px 20px;
    }
}
@media screen and (max-width: 850px) {
    #sell-exchange-page .no-gutter-right {
        margin-top: 0!important;
        flex-wrap: wrap;
    }
    #sell-exchange-page .form-box {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px 20px;
    }
    .form-box .offer-switcher  {
        width: 100%;
        max-width: 100%;
    }
    aside.contacts-box {
        padding: 46px 20px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .sell-exchange-form_inner ul.radioBtn.checkboxes {
        padding: 0;
    }
    .add-watch-field .form-control {
        width: 100%;
    }

    .progress__bar__outer {
        padding-left: 0px !important;
    }
    
}
@media screen and (max-width: 600px) {
    .exchange-page .form-box .exchange_block {
        padding: 30px;
    }
    .exchange_block .form-group.d-flex {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-bottom: 0;
    }
    .form-box .exchange_block .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 7px;
    }
    .form-box .exchange_block .col-6.mt-2 {
        margin-top: 0!important;
    }
    .form-box .exchange_block .col-6.field-box, .form-box .exchange_block .col-6.form-field {
        margin-bottom: 30px;
    }
    .form-box .exchange_block .col-12.form-field {
        padding-bottom: 1rem;
    }
    .form-box .exchange_block .col-12.mt-3 {
        margin-top: 0!important;
    }
    .confirm_button_parent {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .confirm_button_parent button.confirm {
        width: 100%;
        text-align: center;
    }
    .exchange-page .form-box .exchange_block {
        padding: 20px 20px 0;
    }
    .confirm_button_parent {
        padding: 20px 0 20px;
    }
}
@media screen and (max-width: 370px) {
    .exchange-page .form-box .exchange_block {
        padding: 30px 20px;
    }
    .sell-exchange-form_inner ul.radioBtn.checkboxes.grid_list {
        display: grid;
        margin-bottom: 10px;
    }
}