h1 {
    font-weight: 0; 
}
@media only screen and (max-width: 768px) {
    .make-an-offer {
        width:100% !important;
    }
}

.send-chat {
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 50px;
    padding: 17px 35px;
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-transform: uppercase;
    background: #a88f0a;
    font-size: 16px;
    letter-spacing: 0.64px;
    position: relative;
    border:1px solid transparent;
}
.wk_mao_front_loader {
    background: none repeat scroll 0 0 rgba(255, 244, 232, 0.61);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.wk_mao_front_loader > div {
    background: url("../images/loader.gif") no-repeat scroll 0 0 transparent;
    border-radius: 18px 18px 18px 18px;
    height: 32px;
    left: 48%;
    position: fixed;
    top: 48%;
    width: 32px;
}
.make-an-offer
    {
        background-image: none;
        background: #ff5501;
        border: 1px solid #ff5501;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 600;
        box-sizing: border-box;
        vertical-align: middle;
        float: left;
        line-height: 2.2rem;
        padding: 14px 17px;
        font-size: 1.8rem;
        margin-bottom: 15px;
        width: 49%;
        border-radius: 3px;
       /* / margin-right:30px; */
        margin-right:100%;
        /*margin-top:-20px*/
    }
    .action,.primary
    {
        /* float: left; */
    }
    .make-an-offer button:hover {
    background: #ff5501;
    border: 1px solid #ff5501;
    color: #fff;
}
button:hover {
    background: #ff5501;
    border: 1px solid #ccc;
    color: #333;
}
.defStock{
    color:green;
    font-weight:600;
}
.form-label{
    color: #303030;
    font-size: 1.5rem;
    font-weight: 600;
    margin-right:10%;
}  
.custom-primary{
    background-color: #eb5202;
    border-color: #eb5202;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    font-size: 1.6rem;
    letter-spacing: .025em;
    padding-bottom: .6875em;
    padding-top: .6875em;
    width:20%;
}
.custom-red{
    background-color: indianred;
    border-color: indianred;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
    font-size: 1.6rem;
    letter-spacing: .025em;
    padding-bottom: .6875em;
    padding-top: .6875em;
    width:20%;
}
.row{
    width:100%
}
.offers{
    display:inline-block;
}
.success {
    margin:0 0 25px;
    padding: 12px 20px 12px 25px;
    font-size: 1.3rem;
    background: #e5efe5;
    color: #006400;
    padding-left: 25px;
    line-height: 1.9;
	    width: 100%;
}
.error {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    font-size: 1.3rem;
    background: #e22626ad;
    color: black;
    padding-left: 25px;
    line-height: 1.9;    width: 100%;
}
.offer-details-form{
    width:40%;
    display:inline-block;
	line-height: 1.9;
}
.offers-accepted {
    width:50%;
    float:right;
    display:inline-block;
}
.offers-accepted h4 {
    font-size: 15px;
}
.offers-accepted .row {
    margin: 0;
}
.offer-disc:hover{background: #FFF;
    color: #A88F0A;
    border: 1px solid #A88F0A;}


.offer-disc{
	background-color:#9b8406;
    color: #fff;
    padding: 14px 20px;
    font-size: 15px;
    margin-bottom: 15px;
	text-transform: uppercase;
    background: #a88f0a;
    font-size: 16px;
    letter-spacing: 0.64px;
    position: relative;
    border: 1px solid transparent;}

.send-chat {
   
}
.row-gutter .col-xs-9 {
    padding-right: 0;
}
.row-gutter .row {
    margin-left: 0;
}
.chat-label{
    background-color:#f1f1f1;
    border-top: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
    padding:10px 10px;
}
.chat-label label {
    margin-bottom: 0;
}
.chat-history{
    border-left: 1px solid #adadad; 
    border-right: 1px solid #adadad; 
    border-top: 1px solid #adadad; 

}
.chat {
	border-bottom: 1px solid #d9d9d9;
    padding: 20px 15px;
    line-height: 1.5;
}
.sender-name{
    color:#9b8406;
}
.customer-chat{
    text-align:right;
}
.col-xs-2 {
    width: 33%;
}
.make-an-offer :hover {
    background: #ff5501;
    border: 1px solid #ff5501;
    color: #fff;
}
button:hover {
    background: #ff5501;
    border: 1px solid #ff5501;
    color: #fff;
}
.admin__action-dropdown-menu-content .admin__field-option .admin__control-checkbox{
	position: relative !important;
	top: 18px !important;
}
.mao-product-price{
    font-weight:600;
    font-size:19px;
}
.dispnone{
    display:none;
}


@media (max-width:650px){
.offer-details-form {width: 100%;}
.offers-accepted {
    width: 100%;
    float: none;
    margin-top: 40px;
}
.offers-accepted .success {
    width: 100%;
}
.offers-accepted .error {
width: 100%;}
.offer-chat-discussion {
    text-align: center;
}
}







