
.did-floating-label-content {
	position: relative;
	margin-bottom: 0;
    padding: 0 0 0 20px;
  }
  
  .did-floating-label {
    color: #080808;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    pointer-events: none;
    left: 40px;
    top: 0;
    padding: 0 0 0 0;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    width: 100%;
    line-height: 42px;
}

  
  .did-floating-input, .did-floating-select {
	font-size: 16px;
    display: block;
    width: 100%;
    height: 42px;
    padding: 20px 0 0 0;
    background: #fff;
    color: #080808;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: 600;
  }
  .did-floating-input:focus, .did-floating-select:focus {
	outline: none;
  }
  .did-floating-input:focus ~ .did-floating-label, .did-floating-select:focus ~ .did-floating-label {
	top: -4px;
    font-size: 13px;
    line-height: 22px;
    width: auto;
    padding: 0 0;
    font-weight: 600;
    color: #707980;
  }
  
  select.did-floating-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  
  select.did-floating-select::-ms-expand {
	display: none;
  }
  
  .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
	top: -4px;
    font-size: 13px;
    line-height: 22px;
    width: auto;
    padding: 0 0;
    font-weight: 600;
    color: #707980;
  }
  
  .did-floating-select:not([value=""]):valid ~ .did-floating-label {
	top: -4px;
    font-size: 13px;
    line-height: 22px;
    width: auto;
    padding: 0 0;
    font-weight: 600;
    color: #707980;
  }
  
  .did-floating-select[value=""]:focus ~ .did-floating-label {
	top: -4px;
    font-size: 13px;
    line-height: 22px;
    width: auto;
    padding: 0 0;
    font-weight: 600;
    color: #707980;
  }
  
  .did-floating-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
	background-position: right 15px top 50%;
	background-repeat: no-repeat;
  }
  
  .did-error-input .did-floating-input, .did-error-input .did-floating-select {
	border: 2px solid #9d3b3b;
	color: #9d3b3b;
  }
  .did-error-input .did-floating-label {
	font-weight: 600;
	color: #9d3b3b;
  }
  .did-error-input .did-floating-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
  }
  
  .input-group {
	display: flex;
  }
  .input-group .did-floating-input {
	border-radius: 0 4px 4px 0;
	border-left: 0;
	padding-left: 0;
  }
  
  .input-group-append {
	display: flex;
	align-items: center;
	/*   margin-left:-1px; */
  }
  
  .input-group-text {
	display: flex;
	align-items: center;
	font-weight: 400;
	height: 34px;
	color: #323840;
	padding: 0 5px 0 20px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #3D85D8;
	border-radius: 4px 0 0 4px;
	border-right: none;
  }

  /* Custom input number */
  
/*
  .quantity {
    position: relative;
    display: inline-block;
    color: #080808;
    border: 0;
    width: 70px;
    padding: 0px 0 0 8px;
  }
  .quantity input[type=number] {
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    box-shadow: none;
    outline: none;
    width: 42px;
    height: 32px;
    text-align: center;
    border:0;
    background-color: #fff;
    color: #080808;
    padding: 0 0 0 0;
  }
  .quantity input[type=number]:focus {
    border-color: #57b8f6 !important;
  }
  .quantity input[type=number]:hover {
    border-color: #a5a5a5;
  }
  .quantity-button {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    vertical-align: top;
    left: -10px;
    background:#f1f9f9;
    top: 5px;
  }
  .quantity-button.quantity-add{
    right: 0;
    left: auto;
  }
  .quantity-button::before, .quantity-button::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    content: "";
    width: 14px;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .quantity-remove::after {
    display: none;
  }
  .quantity-add::after {
    transform: rotate(90deg);
  }
  .main-search .form-field button {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    background: #f1f9f9;
    border:1px solid #1da599;
    color: #080808;
    margin: 3px 0 0px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.main-search .form-field button:hover{
  background: #1da599;
  color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}*/