@import url('https://fonts.googleapis.com/css?family=Cabin&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&amp;display=swap');

#gomakoilFreeCall .country-hint-container {
  display: none;
  background-color: #ffffff !important;
  border: 1px solid #dadada;
  max-height: 180px;
  overflow: auto;
  position: absolute;
  z-index: 999999;
  width: 100%;
  border-top: none;
}

.country-and-phone-group {
  display: flex;
}

.country-form-group {
  position: relative;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 0 !important;
}

.tel_number-form-group {
  width: 100%;
  margin-bottom: 0 !important;
}

#gomakoilFreeCall .country-hint-container > div {
  padding: 5px;
  font-size: 15px;
  font-weight: 100;
  cursor: pointer;
}

.logo_myprestamodules{
  float: left;
  margin-right: 10px;
  margin-left: 40px;
}
.title_form, .form_footer_message, .email_send_to{
  width: 50% !important;
}

#inform_callback_msg_sign i {
  color: #9d0000;
}

#inform_callback_msg_sign i.m-checked {
      color: red;
}

.callforprice .form-group:nth-child(2) .col-lg-2, .callforprice .form-group:nth-child(3) .col-lg-2, .callforprice .form-group:nth-child(4) .col-lg-2{
  width: 250px
}
.callforprice .display_fields{
  font-size: 14px;
  font-weight: bold;
}
.logo_myprestamodules_prod{
  width: 20px;
  margin: 5px 10px;
}
.saveCallForPrice{
  float: right;
}
#product_form .product-tab-content  .alert.alert-danger{
  display: none !important;
}
.header_call_back, .header_call_back_info, .header_call_back_preview {
  min-height: 65px;
  border-radius: 0;
}
.title_call_back, .title_call_back_preview {
  font-size: 19px;
    padding: 40px 25px 20px 25px;
  line-height: 24px;
  text-align: center;
  word-break: break-all;
}

.gomakoil_call_block .close_block {
  color: #9d0000;
}

.inform_call_block .close_block,
.gomakoil_call_block_preview .close_block_preview {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  text-align: center;
}


.gomakoil_call_block_preview .close_block_preview i {
  font-size: 20px;
}

.inform_call_block .close_block i {
  font-size: 22px;
}

#gomakoilFreeCall .close_block {
  position: absolute;
  right: 30px;
  top: 28px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
}


.gomakoilFreeCall{
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.gomakoilFreeCall:hover div{
  text-decoration: underline;
}
.gomakoilFreeCall img{
  float: left;
  max-width: 50px
}
.gomakoilFreeCall div{
  font: normal 14px/12px Arial;
  float: left;
  margin: 9px 0 0 8px;
  color: rgb(79, 79, 79);
}
.gomakoil_overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.8 ;
  z-index: 60500000;
}
.captcha_freecall .form-group input{
  max-width: 225px;
}

.input_freecall_background{
  float: left;
  margin-top: 7px;
}
.input_freecall_background input{
  width: 230px !important;
}

.ajax_loading{
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background: url("../gif/ajax_loading.gif");
  z-index: 11111;
}
.error_freecall{
  display: none;
  position: relative;
  background-color: #EFC8C8;
  border-color: #EFC8C8;
  color: #a94442;
  border-left: solid 3px #e17875;
  border-radius: 2px;
  text-align: center;
  padding: 8px 6px 8px 5px;
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
}
.success_freecall{
  display: none;
  position: relative;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  border-left: solid 3px #90cb5c;
  border-radius: 2px;
  text-align: center;
  padding: 8px 6px 8px 5px;
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
}

.gomakoilFreeCallContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gomakoil_call_block, .gomakoil_call_block_preview {
  width: 400px;
  background-color: #fff;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}

.gomakoil_call_block {
  width: 794px;
  display: flex;
  padding: 30px;
  position: fixed;
  z-index: 60500001;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  /*bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);*/
  top: 20%;
  font-family: 'Cabin', sans-serif;
}

.gomakoil_call_block .left-block {
  width: 50%;
}

.gomakoil_call_block .left-block img {
  max-width: 100%;
}

.gomakoil_call_block .right-block {
  width: 50%;
  margin-left: 30px;
}

.gomakoil_call_block .right-block .manufacturer {
  font-size: 14px!important;
  line-height: 24px!important;
  text-transform: uppercase !important;
  letter-spacing: .5px!important;
}

.gomakoil_call_block .right-block .product_name {
  font-weight: 400!important;
  font-size: 24px!important;
  line-height: 34px!important;
  letter-spacing: .1px!important;
  text-transform: capitalize !important;
  color: #9d0000!important;
}

.gomakoil_call_block .right-block .product_reference {
  font-size: 14px!important;
  line-height: 24px!important;
  color: #b1b1b1!important;
  letter-spacing: .5px!important;
  text-transform: uppercase !important;
}

.inform_call_block{
  width: 460px;
  position: fixed;
  z-index: 6100;

  bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 0;
  text-align: center;
      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  
}

.callback_content > .title {
  margin-top: 10px!important;
  letter-spacing: 0!important;
  font-size: 12px!important;
  line-height: 22px!important;
  color: #404040!important;
  text-transform: capitalize !important;
}

.callback_content_preview{
  border-radius: 0 0 7px 7px;
}

.callback_content input[type="text"], .callback_content select.form-control:not([size]):not([multiple]),
.callback_content_preview input[type="text"], .callback_content_preview select.form-control:not([size]):not([multiple]) {
    height: 42px;
}

.callback_content textarea, .callback_content_preview textarea {
  height: 100px;
}

#button_large_call, #button_large_call_preview {
  min-height: 42px;
  border-radius: 0;
  border: 1px solid #9d0000!important;
  background: #9d0000!important;
  color: #fff;
  font-weight: 400;
  word-break: break-all;
  white-space: normal;
  box-shadow: none;
  line-height: 20px!important;
  font-size: 14px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  border: 1px solid #f4f4f4!important;
  border-radius: 0!important;
  box-shadow: none !important;
  /* color: #000000!important; */
  /* cursor: pointer; */
  display: inline-block;
  font-family: "brother-1816",sans-serif!important;
  /* font-size: 10px!important; */
  font-weight: 500!important;
  letter-spacing: .5px;
  /* line-height: 20px; */
  padding: 6px 20px!important;
  text-transform: uppercase;
  transition: background .3s ease-in-out, border-color .3s ease-in-out, color .15s ease-in-out;
}

.exclusive_callforprice{
	cursor: pointer;
}
.exclusive_callforprice span{
	color: #fff;
}
.CallForPriceButtonCategory .exclusive_callforprice:hover span{
	color: #20201E;
}
.CallForPriceButton .exclusive_callforprice{
/*margin-bottom: 15px;*/
}
@media (max-width: 576px){
	.product-add-to-cart-callforprice,
.CallForPriceButton .exclusive_callforprice{
	width:100%
}	
}
.exclusive_callforprice:before, .exclusive_callforprice:after{
  display: none;
}
.add_contact_form{
  cursor: pointer;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.add_to_cart_gomakoil:before, .add_to_cart_gomakoil:after{
  display: none;
}
.progres_bar_call_for_price{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  opacity: 0.6;
  z-index: 111;
   display: none;
  border-radius: 7px;
}
.progres_bar_call_for_price .loading{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  z-index: 8060;
  border-radius: 5px;
}
.progres_bar_call_for_price .loading div {
  width: 44px;
  height: 44px;
  background: url('../gif/ajax_loading.gif') center center no-repeat;
}

.content_info{
  font-size: 19px;
  min-height: 150px;
  padding: 60px 25px 25px 25px;
  font-family: 'Open Sans', sans-serif;
  word-break: break-all;
}

.header_call_back, .header_call_back_preview {
  position: relative;
  height: 120px;
  display: table;
  margin: 0 auto;
  width: 100%;
}

.header_call_back:after {
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
}

#mpm_callforprice_form_title, #mpm_callforprice_form_title_preview{
  font-weight: 600;
}

.productNameTitle, .productNameTitle_preview {
  font-weight: 300;
}

.callback_content > .form {
  margin-top: 15px;
}

.callback_content .form-group:not(:last-child) {
  margin-bottom: 10px;
}

.callback_content .input-group-addon i,
.callback_content_preview .input-group-addon i {
  font-size: 16px;
  max-font-size: 16px;
}

.callback_content .input-group-addon,
.callback_content_preview .input-group-addon {
  border-radius: 3px 0 0 3px;
  background-color: #ffffff;
  border-color: #dadada;
      padding: .5rem .75rem;
	      border: 1px solid #dadada;
		      border-right: none;
}

.callback_content_preview .form-control {
  border-radius: 0 3px 3px 0 !important;
  background-color: #ffffff !important;
  border: 1px solid #dadada;
  box-shadow: none !important;
  transition: none !important;
}

.callback_content .form-control {
  background: #fff;
  background-clip: padding-box;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border: 1px solid #e4e4e4!important;
  color: #666666!important;
  font-family: "brother-1816",sans-serif !important;
  font-size: 12px!important;
  font-weight: 400!important;
  padding: 11px 45px 11px 12px!important;
  transition: border-color .3s ease-in-out, color .3s ease-in-out;
  border-radius: 0!important;
}

.callback_content textarea[name="message"] {
	height: 42px;
	min-height: 42px;
}

#mpm_callforprice_form_captcha,
#mpm_callforprice_form_captcha_preview {
  padding: 0;
  background-color: #ffffff;
}

#mpm_callforprice_form_captcha img,
#mpm_callforprice_form_captcha_preview img {
  height: 46px;
  width: max-content;
}

#mpm_callforprice_form_additional_msg, #mpm_callforprice_form_additional_msg_preview {
  text-align: center;
  word-break: break-all;
}

#inform_callback_msg_sign i,
#inform_callback_msg_sign_preview i {
  font-size: 100px;
  position: relative;
  top: 20px;
}

.mpm-callforprice-form-validation-sign {
  display: -webkit-box;
  font-size: 30px;
  position: relative;
  right: 20px;
  top: 15px;
  z-index: 2;
  color: #ff6159;
}

#header_call_back_background, #header_call_back_background_preview {
  background: url("../png/1.png") 4% -80%;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
}

.callback_content .input-group .form-control:not(:first-child):not(:last-child),
.callback_content_preview .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0 3px 3px 0;
}

.mpm-callforprice-form-input-info-sign {
  display: none;
  color: #ff6159;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 10;
  font-size: 20px;
}

.mpm-callforprice-form-validation-message {
  color: #9d0000 !important;
  padding: 2px;
  display: none;
  position: relative;
  font-size: 10px;
  line-height: 14px;
  margin-top: 5px;
}

#gomakoilFreeCall .mpm-callforprice-validation-error .form-control {
  border: 2px solid #ff6159;
}

#gomakoilFreeCall .mpm-callforprice-validation-error .input-group-addon {
  border: 2px solid #ff6159;
  background: #ff6159;
  color: white;
}

#gomakoilFreeCall .mpm-callforprice-validation-error #mpm_callforprice_form_captcha {
  border-right: none !important;
}

#gomakoilFreeCall .mpm-callforprice-validation-error .mpm-callforprice-form-validation-message,
#gomakoilFreeCall .mpm-callforprice-validation-error .mpm-callforprice-form-input-info-sign {
  display: block;
}

#gomakoilFreeCall #consent_checkbox_container,
#gomakoilFreeCall_preview #consent_checkbox_container {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#gomakoilFreeCall #consent_checkbox_container {
  visibility: hidden;
}

#gomakoilFreeCall_preview #consent_checkbox_container {
  visibility: visible;
}

/* Hide the browser's default checkbox */
#consent_checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
#consent_checkbox_container .custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  margin-top: 4px;
}

#mpm_freecall_form_container_preview #consent_checkbox_container .custom-checkbox {
  border: 1px solid rgba(0, 0, 0, .15);
}

/* Create the checkmark/indicator (hidden when not checked) */
#consent_checkbox_container .custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#consent_checkbox_container input:checked ~ .custom-checkbox:after {
  display: block;
}

#gomakoilFreeCall_preview #consent_checkbox_container input:checked ~ .custom-checkbox {
  background-color: #8e44ad;
}

/* Style the checkmark/indicator */
#consent_checkbox_container .custom-checkbox:after {
  left: 3px;
  top: 3px;
  width: 6px;
  height: 6px;
  background: #9d0000;
}

#button_large_call.disabled-submit-btn,
#button_large_call.disabled-submit-btn:hover{
  opacity: 0.2 !important;
  cursor: not-allowed;
}

#gomakoilFreeCall .mpm-callforprice-focused-input .form-control {
  color: #666666!important;
  background-color: #ffffff!important;
  border-left: 1px solid #9d0000!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

/*!***********************************
  Select
 ***********************************!*/

.mpm-cfp-select-wrapper {
  padding: 0 !important;
  height: auto;
  text-align: left;
  min-width: 80px;
}

.mpm-cfp-select-wrapper select {
  display: none !important;
  width: 350px;
}

.mpm-cfp-select-container {
  background: #fff;
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  border-radius: 0;
  color: #666666;
  height: 43px;
}

/*.mpm-cfp-select-container:after {
  content: "\e902";
  font-family: "myprestamodules" !important;
  vertical-align: 0;
  font-weight: normal;
  font-size: 11px;
  color: #666666;
  margin: 0 0 0 9px;
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 12px;
  transform: rotate(90deg);
}

.mpm-cfp-select-container.opened-options-list:after {
  content: "\e902";
  top: 12px;
  transform: rotate(270deg);
}*/

.mpm-cfp-select-container:after {
  content: "\f0dd";
  font: normal normal normal 15px/1 FontAwesome;
  vertical-align: 0;
  font-weight: normal;
  color: #666666;
  margin: 0 0 0 9px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 12px;
}

.mpm-cfp-select-container.opened-options-list:after {
  content: "\f0de";
  top: 17px;
}

.mpm-cfp-select-selected-value {
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 13px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  height: 100%;
  color: #666;
}

.mpm-cfp-form-header-control .mpm-cfp-select-selected-value {
  text-transform: uppercase;
}

.mpm-cfp-select-container.opened-options-list .mpm-cfp-select-selected-value {
  border-bottom: none;
  border-radius: 0;
}

.mpm-cfp-select-list-of-options {
  display: none;
  position: absolute;
  /*width: 100%;*/
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  border: 1px solid #e4e4e4;
  border-top: transparent;
  border-radius: 0;
  box-sizing: border-box;
  z-index: 10;
  width: 352px;
}

.mpm-cfp-select-option {
  display: block;
  background: #fff;
  font-size: 14px;
  color: #555;
  height: auto;
  padding: 7px 0 7px 10px;
}

.mpm-cfp-form-header-control .mpm-cfp-select-option {
  text-transform: uppercase;
}

.mpm-cfp-select-option:hover {
  background: #9d0000;
  color: #fff;
}

.mpm-cfp-select-option:last-child {
  border-radius: 0;
}

.mpm-cfp-close-btn-container i {
  cursor: pointer;
}

.mpm-cfp-close-btn-container i:hover {
  color: #ff0000;
}




@media (max-width: 500px){
	.inform_call_block{
		    width: 82%;
	}
	
}
@media (max-width: 992px){
  .gomakoil_call_block {
    width: 414px;
  }
  .gomakoil_call_block .left-block {
    display: none;
  }
  .gomakoil_call_block .right-block {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px){
  .gomakoil_call_block {
    top: 25px;
  }
}

@media (max-width: 430px){
  .gomakoil_call_block {
    width: 81%;
    top: 25px;
  }
}