/*--------------------------------
    ASTERISK
--------------------------------*/

.bfbs3-glyphicon-asterisk:before {
    content: "\002a"!important;
    color:red!important;
    font-family: 'poppins'!important;
    font-style: normal!important;
    padding-left: 5px!important;
  font-size: 16px;
}

/*focus color clicked*/
.contact-form input:focus, .contact-form textarea:focus {
    box-shadow: 0 0 0 0.2rem #e1e1e1;
    border-color: #e1e1e1;
}

/*autofill*/
.contact-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #e6f0f9 inset!Important}

/*choose-file-button*/
.ff_elem::-webkit-file-upload-button {
  background:#2d2d2d;
  border: 0px;
  padding: 5px 20px;
  color: white;
  border-radius: 0px;
  margin-left: 0px;
}

.ff_elem::-webkit-file-upload-button:hover {
  background:#e1e1e1;
  border:0px;
  transition: .5s ease;
  cursor:pointer; 
}

@media only screen and (min-width: 641px){
.remodal {
    max-width: 500px;
}}




/*--------------------------------
    REGISTER FORM
--------------------------------*/

.reg-register-title h3 {
    font-size: 20px !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    text-transform: capitalize;
}

.hikashop_user_registration_page h2 {
    margin: 0;
}

.com-hikashop.view-user .hkform-horizontal .hkc-sm-8 {
    width: calc(100% - 200px);
}

.com-hikashop.view-user .hkform-horizontal .hkcontrol-label {
    text-align: left;
    line-height: 1.3;
    padding-top: 0;
    font-size: 14px;
    width: 200px;
    white-space: normal;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.com-hikashop.view-user input {
  border-radius: 4px;
  box-shadow: none;
  height: 34px;
  padding: 9px 12px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  border: 1px solid #ccc;
}

.com-hikashop.view-user input:focus {
  border-color: #f26023;
}

.com-hikashop.view-user .hkform-group.control-group.hikashop_registration_required_info_line {/* float: left; */font-size: 12px;margin: 0 0 10px;}

.com-hikashop.view-user button#hikashop_register_form_button {
    float: left;
    top: 10px;
}

@media (max-width: 767px) {
    .reg-register-title h3 {font-size: 18px !important;margin-bottom: 10px;padding-bottom: 10px;}
    .com-hikashop.view-user .hkform-horizontal .hkcontrol-label { width: 100%; }
    .com-hikashop.view-user .hkform-horizontal .hkc-sm-8 { width: 100%; }
}

.com-hikashop.view-user .alert.alert- {
    background: #f6b7b7ad;
}

/*end*/




.contact-box .sppb-row.sppb-no-gutter {
    box-shadow: 0 10px 40px #ccc;
    margin-top: -50px;
}

.contact-box .sppb-addon.sppb-addon-feature.sppb-text-left i {
    color: #75a0f7 !important;
}

