#blocksearch {
	
	min-height: 89px;
}
#vetsearch {
  min-height: 461px;
  background-image: url('../img/background.png');
  background-size: cover;
  padding-bottom: 20px;
}
.field_search input {
	width: 100%;
	min-height: 44px;
	color: #808a93;
    border-radius: 10px;
    border: 1px solid #011627;
    margin-top: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

    padding: 10px;
}
.field_search select {
	width: 100%;
	min-height: 44px;
  color: #808a93;
    border-radius: 10px;
    border: 1px solid #011627;
    margin-top: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  
    padding: 10px;
    cursor: pointer;
}
.field_search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #808a93;
  opacity: 1; /* Firefox */
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      padding-left: 5px;
}

.field_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #808a93;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      padding-left: 5px;
}

.field_search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #808a93;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      padding-left: 5px;
}
.custom_search {
    max-width: 221px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
    color: white;
    padding-top: 11px;
    margin-top: 22px;
    margin-bottom: 10px;
    background-color: #16a8ff;
    height: 44px;
    text-align: center;
    font-weight: 700;
}
.custom_search span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.custom_search i {
	    font-size: 17px;
    padding-right: 5px;
}
#vetsearch h1 {
   font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: 700;
    font-size: 35px;
    margin: 0;
    padding-top: 62px;
}
#vetsearch p {
        font-family: 'Montserrat', sans-serif;
    color: #b0b0b0;
    font-size: 1.35rem;
    padding-top: 13px;
    font-weight: 400;
}
.field_m input, .field_m select {
    margin-bottom: 15px;
    height: 48px;
    border: none;
    border-radius: 79px;
    padding-left: 30px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
   
}

.field_m input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b0b0b0;
}
.field_m input::-moz-placeholder { /* Firefox 19+ */
  color: #b0b0b0;
}
.field_m input:-ms-input-placeholder { /* IE 10+ */
  color: #b0b0b0;
}
.field_m input:-moz-placeholder { /* Firefox 18- */
   color: #b0b0b0;
}
   .field_m input:focus{
        outline: none;
    }
.custom_search_vet {
       max-width: 221px;
    float: right;
    border-radius: 10px;
    color: white;
    padding-top: 18px;
    margin-top: 22px;
    margin-bottom: 10px;
    background-color: #ed3840;
    height: 60px;
    text-align: center;
    font-weight: 700;
    display: block;
    width: 100%;
}
.custom_search_vet i {
    font-size: 20px;
    padding-right: 5px;
}
.custom_search_vet span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 991px) {
  .custom_search_vet {
    display: none;
  }
  .rvit {
    max-width: 100%;
 
  }
  #vetsearch h1 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
  #vetsearch p {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    font-size: 2rem;
    padding-top: 15px;
  }
  #vetsearch h3 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;

  }
  .choose_veto {
    float: none !important;
  
    margin-right: auto !important;
    margin-left: auto !important;

  }
}
#blockbestsellers {
      padding-top: 20px;
}