/*--------------------------------
    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 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}

.hikashop_user_registration_page h2 { margin: 0; }

.hikashop_user_registration_page .hkform-horizontal .hkform-group {
    margin-bottom: 20px;
}

.com-hikashop.view-user .hkform-horizontal.hikashop_contentpane {
  background: #f4eee4;
  position: relative;
  padding: 20px;
  border-radius: 10px;
}

.com-hikashop.view-user .hkform-horizontal .hkcontrol-label {
  font-weight: 500;
  color: #4e4e4e;
  width: 100%;
  line-height: 1;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
}

.hikashop_user_registration_page input {
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  height: 35px;
  padding: 10px;
  width: 100%;
  color: #6c6c6c;
}

.hikashop_user_registration_page .hkradio {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.hikashop_user_registration_page .hkradio input {
    height: 10px;
}

.hikashop_user_registration_page .hkradio label {
    margin-right: 20px;
}

.com-hikashop.view-user .hkform-group.control-group.hikashop_registration_required_info_line {
    display: block;
    padding:  0 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
}

.com-hikashop.view-user .hkform-group.control-group.hikashop_registration_required_info_line label {
    display: none;
}


.ui-datepicker table {
    display: table;
}


/*end*/