/* == Negatiation Pannel Styling  == */
/* .modal-inner-wrap {
    width: 50% !important;
} */
.product-view .add-to-cart a.sw-negotiation-open-modal-form {
    background: linear-gradient(0deg, #f0c049 0%, #fbdd99 100%);
    display: block;
    text-align: center;
    font-size: 14px;
    color: #222222;
    margin: 18px 0 0;
    height: 43px;
    line-height: 43px;
    padding: 0 22px;
    width: 100%;
    border-radius: 3px;
}
.product-view .add-to-cart a.sw-negotiation-open-modal-form-disabled {
    background: linear-gradient(0deg, #ffe9b2 0%, #f5e7c8 100%);
    display: table;
    text-align: center;
    font-size: 14px;
    color: #a5a5a5;
    margin: 0 0 0 15px;
    height: 36px;
    line-height: 33px;
    padding: 0 22px;
    width: 100%;
    border-radius: 1px;
    font-weight: 600;
}
.product-view .add-to-cart a.sw-negotiation-open-modal-form:hover{
    background: linear-gradient(0deg, #fbdd99 0%, #f0c049 100%);
}
button#sw-negotiation-reject {
    background: linear-gradient(0deg, #f0c049 0%, #fbdd99 100%);
}
button#sw-negotiation-reject:hover {
    background: linear-gradient(0deg, #fbdd99 0%, #f0c049 100%);
}
button#sw-negotiation-accept {
    background: linear-gradient(0deg, #f0c049 0%, #fbdd99 100%);
}
button#sw-negotiation-accept:hover {
    background: linear-gradient(0deg, #fbdd99 0%, #f0c049 100%);
}
textarea#reason-of-rejection {
    padding: 10px;
    width: 100%;
    height: 90px;
}
a.sw-negotiation-back-btn.btn {
    background: linear-gradient(0deg, #f0c049 0%, #fbdd99 100%);
    border: transparent;
    font-size: 14px;
    height: auto;
    line-height: 42px;
    padding: 0 35px;
    border-radius: 3px;
    margin: 0 0px 15px 15px;
    color: #222222;
    display: inline-block;
    font-weight: 600;
}
a.sw-negotiation-back-btn.btn:hover {
    background: linear-gradient(0deg, #fbdd99 0%, #f0c049 100%);
}