.btn-redirect-favorite {
    background-color: #48B9A4 !important; 
    color:#fff !important;
}

#aghai-ac-toolbar {
    top:50px  !important;
}

.woocommerce-lista-dorinte {
    padding-top:50px;
}

.add_to_wishlist_button {
    border:0 !important;
}

.search-form .form-field {
    background-color: #ced4da;
    height: 40px;
    border-radius: 2px;
    border:0px;
    width:300px;
    
}
.search-form .btn-search-submit {
    background-color: #0f5592;
    height: 40px;
    font-size: 16px;
    padding: 5px 40px;
    text-transform: uppercase;
    color: #ffffff;
}

.nav-search {
    z-index:9999 !important;
}

#searchsubmit{ 
    width:100% !important;
}
.widget_search input[type="text"] {
    width:100% !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 5px 20px;
  }

  .woocommerce-Address-title {
      padding-left:20px;
      padding-right: 20px;
      border-radius: 5px;
  }
  .woocommerce-input-wrapper {
      width:100%;
  }
  .password-input {
    width:100%;
  }

  
#block-contact-order .contact-form input[type="text"] {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}

#block-contact-order .contact-form textarea {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    height:60px;
}