#box_callme_button {
    margin: 15px 105px 10px;
    max-width: 195px;
}
.product-quantity #box_callme_button a.cm-exclusive {
    padding: 0;
    border-top: 1px solid #d76c03;
    border-right: 1px solid #d76c03;
    border-left: 1px solid #fe9126;
    border-bottom: 1px solid #fe9126;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background: -moz-linear-gradient(top, #d76c03 0%, #fe9126 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d76c03), color-stop(100%, #fe9126));
    background: -webkit-linear-gradient(top, #d76c03 0%, #fe9126 100%);
    background: -o-linear-gradient(top, #d76c03 0%, #fe9126 100%);
    background: -ms-linear-gradient(top, #d76c03 0%, #fe9126 100%);
    background: linear-gradient(to bottom, #d76c03 0%, #fe9126 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d76c03', endColorstr='#fe9126',GradientType=0 );
}
.product-quantity #box_callme_button a.cm-exclusive:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 25px;
    line-height: 35px;
    text-shadow: 0 1px #015883;
    content: "\f095";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: 1px solid #fe9126;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; 
}
.product-quantity #box_callme_button a.cm-exclusive:after {
    /*background: url(../img/border-1.gif) repeat-y 0 0;*/
    background: #EFEFEF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51px;
    content: "";
    width: 1px;
    z-index: 2; 
}
.product-quantity #box_callme_button a.cm-exclusive span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    border-top: 1px solid #fe9126;
    border-right: 1px solid #fe9126;
    border-left: 1px solid #fe9126;
    border-bottom: 1px solid #fe9126;
    text-shadow: 0 1px #015883;
    padding: 5px 15px 5px 67px;
    color: white;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.product-quantity #box_callme_button a.cm-exclusive:hover {
    background: -moz-linear-gradient(top, #fe9126 0%, #d76c03 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe9126), color-stop(100%, #d76c03));
    background: -webkit-linear-gradient(top, #fe9126 0%, #d76c03 100%);
    background: -o-linear-gradient(top, #fe9126 0%, #d76c03 100%);
    background: -ms-linear-gradient(top, #fe9126 0%, #d76c03 100%);
    background: linear-gradient(to bottom, #fe9126 0%, #d76c03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9126', endColorstr='#d76c03',GradientType=0 ); 
}

#callme_block .modal-content {
    display: flex;
}
#callme_block .modal-content-left {
    background-color: #f7f7f7;
    padding: 50px 30px;
    width: 240px;
    text-align: center;
}
#callme_block .modal-content-left h2 {
    font-size: 1.3em;
    padding-top: 15px;
}
#callme_block .modal-content-right {
    width: 100%;
}
#callme_block h3.page-subheading {
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    #box_callme_button {
        margin: 15px auto 10px;
    }
    #callme_block .modal-content-left {
        display: none;
    }
}