h1 {
    font-weight: 0;
}

@media only screen and (max-width: 768px) {
    .make-an-offer {
        width: 100% !important;
        margin-top: 0px !important;
    }
    .modal-popup.wk-price-offer .modal-inner-wrap {
        border-radius: 0;
    }

    #submit-offer{
        right:20px!important;
    }
}

@media only screen and (min-width: 1024px) {
    .modal-popup.wk-price-offer .modal-inner-wrap {
        width: 50% !important;
    }
}
@media only screen and (min-width: 1200px) {
    .modal-popup.wk-price-offer .modal-inner-wrap {
        width: 40% !important;
    }
}

.send-chat {
    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;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.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,
.make-an-offer:focus,
.make-an-offer:hover
{
    background: white;
    color: #21293c;
    width: auto !important;
    border-radius: 0;
    height: 43px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 5px 8px auto -3px;
    border: none;
}
.wk-make-an-offer {
    margin-top: 10px
}

#product_addtocart_form > div > div > div.field.qty{
    vertical-align: top;
}

.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 10px;
    padding: 12px 20px 12px 25px;
    font-size: 1.3rem;
    background: #e5efe5;
    color: #006400;
    padding-left: 45px;
}

.error {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    font-size: 1.3rem;
    background: #e22626ad;
    color: black;
    padding-left: 45px;
}

.offer-details-form {
    width: 40%;
    display: inline-block;
}

.offers-accepted {
    width: 50%;
    float: right;
    display: inline-block;
}

.offer-disc:hover {
    background-color: #2196f3;
    color: #fff;
}

.offer-disc {
    background-color: #2196f3;
    color: #fff;
}

.send-chat {
    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%;
}

.chat-label {
    background-color: #f1f1f1;
    border-top: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
    padding: 2px;
}

.chat-history {
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-top: 1px solid #adadad;

}

.chat {
    border-bottom: 1px solid #adadad;
    padding: 7px;
}

.sender-name {
    color: blue;
}

.customer-chat {
    text-align: right;
}

.col-xs-2 {
    width: 33%;
}

.admin__action-dropdown-menu-content .admin__field-option .admin__control-checkbox {
    position: relative !important;
    top: 18px !important;
}

.offer-form del {
    font-size: 16px;
}

#submit-offer {
    color: white;
    height: 40px;
}

.mao-product-price {
    font-size: 13px;
}

.dispnone {
    display: none;
}

.wk-price-offer .modal-inner-wrap {
    background: #f3f3f3;
    border-radius: 25px;
}

#product_price::placeholder{
    font-family: Gotham, "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18.2px;
}

.catalog-product-view .product-add-form{
    display: table-row;
}

@media only screen and (max-width: 639px) {
    .product-info-main .box-tocart{
        padding-left: 9px;
    }
}