.b2c-form { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 5px 15px #4d4d4d; -webkit-box-shadow: 0 5px 15px #4d4d4d; box-shadow: 0 5px 15px #4d4d4d; display: none; text-align: left; position: absolute; margin: 0 auto; background: #fff; overflow: hidden; width: 370px; z-index: 1000; }
.b2c-form textarea { resize: none; }
.b2c-form label { font-size: 13px; margin-bottom: 5px; width: 100px; float: left;
  font: 300 14px / 20px 'Roboto';
	letter-spacing: 0.07px;
	font-weight: normal;
	font-size: 15px;
	vertical-align: middle;
	margin-bottom: 5px;
	color: #83807e;}
.b2c-form .input_wrapper {padding-left: 100px;}
.b2c-form .row div { margin-bottom: 0; }
.b2c-form .b2c-fields input, .b2c-form .b2c-fields textarea, .b2c-form .bwrap2c-fields select { outline: none; box-shadow: none !important; border: 1px solid #cbbeb5; height: auto; font: 300 14px / 20px 'Roboto';  letter-spacing: 0.07px;  font-weight: normal;  font-size: 15px; padding: 5px 10px; border-radius: 0}
.b2c-form .b2c-submit { display: block; margin-left: auto; margin-right: auto; }
.b2c-form .b2c-tl { overflow: hidden; border-radius: 2px 2px 0 0; background: #cbbeb5; color: #fff; font-size: 13px; margin: 0 0 11.05px 0; }
.b2c-form .b2c-close { float: right; padding: 8.45px 14.3px; color: #fff; font-size: 19.5px; overflow: hidden; cursor: pointer; }
.b2c-form .b2c-close:hover { text-shadow: 0 0 15px #fff; }
.b2c-form .b2c-close:active { margin-top: 1px; margin-bottom: -1px; }
.b2c-form .b2c-description { margin: 0 13px 11.7px; font-size: 13px; }
.b2c-form .b2c-form-group { margin: 0 11.7px 11.7px; }
.b2c-form .b2c-form-group sup {color: #d43d37; top: -0.2em; left: 0.2em;}
.b2c-form .b2c-title-name { margin: 12.35px 0 10px 13px; font-size: large;text-align: center; font-family: 'GothamPro-Bold';
text-transform: uppercase; font-size: 14px; line-height: 28px; letter-spacing: 0.9px;}
.b2c-form .b2c-txt.b2c-txt-err { border: 1px solid #ffadad !important; background: #ffebeb !important; }
.b2c-form .b2c-result { padding: 5px 10px; }
.b2c-form .b2c-result div { text-align: center; font-weight: 700; padding: 8px 10px; margin: 5px 0 5px; border-top: 1px solid #ccc; color: #555; }
.b2c-form .b2c-result .b2c-ok { border-top: 1px solid #070; color: #070; background: #c8ed9c; }
.b2c-form .b2c-result .b2c-err { border-top: 1px solid #ffadad; color: darkred; background: #ffebeb; }
.b2c-form .b2c-result .b2c-send { background: #efefef url(loading.gif) 10px no-repeat; }
.b2c-form .b2c-submit-area { border-top: 1px solid #e6e6e6; background: #f2f2f2; padding: 10px 0 0 0; position: relative; }
@media (max-width: 767px) {
  .b2c-form label {
    width: 100%;
    float: none;
  }
  .b2c-form .input_wrapper {
    padding: 0 !important;
  }
  .b2c-form .b2c-fields textarea {
    height: 150px;
  }
  .b2c-form .b2c-form-group {
    margin: 20px 11.7px 20px 11.7px;
  }
  .b2c-form .b2c-submit-area {
    padding: 10px 0;
  }
}
.b2c-form .b2c-cr { margin: 8px 0 0 0; position: absolute; right: 10px; }
.b2c-form .b2c-cr, .b2c-form .b2c-cr * { font-size: 9.1px; color: #bcbcbc; }

.b2c-bg { opacity: 0.5; -webkit-opacity: 0.5; -khtml-opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)"; display: none; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: #4d4d4d; }
div.b2c-submit-area span.b2c-cr a {display: none;}
@media screen and (max-device-width: 640px) { .b2c-form { top: 0; left: 0; margin: 0 auto; width: 100%; }
  .b2c-form * { font-size: 1.2em !important; }
  .b2c-form #b2c-cr { float: right; position: relative; margin: 0; } }
.b2c-submit, button.b2c {    /*-moz-box-shadow: 0 3px 0 #ee3d43;
    -webkit-box-shadow: 0 3px 0 #ee3d43;
    box-shadow: 0 3px 0 #ee3d43;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;*/
    /*border-radius: 3px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    font-family: 'GothamPro-Medium';
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 0;
    background: #ff533d;
    margin: 20px 0 5px 0;
    color: #fff!important;
    outline: 0;}
@media (max-width: 991px) {
    button.b2c {
        background: #ff533d;
        width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
  button.b2c {
    width: 100%;
  }
}
.b2c-submit:hover, button.b2c:hover, button.b2c:active, button.b2c:focus { background: rgba(242, 101, 57, 0.88); }
