#product-offer .flexslider .slides img {
  -o-object-fit: contain;
     object-fit: contain;
}
#product-offer .flex-control-nav.flex-control-thumbs li img {
  -o-object-fit: contain;
     object-fit: contain;
}

.flex-control-nav.flex-control-thumbs {
  padding-top: 0 !important;
}
.flex-control-nav.flex-control-thumbs li {
  position: relative;
  height: 100px;
  float: unset !important;
}
@media (max-width: 780px) {
  .flex-control-nav.flex-control-thumbs li {
    height: 50px !important;
  }
}
.flex-control-nav.flex-control-thumbs li img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  border-bottom: 5px solid #fff;
}
.flex-control-nav.flex-control-thumbs li img.flex-active {
  z-index: 0;
  border-bottom-color: #e75207;
}

.form {
  padding: 15px;
  border: 2px solid #128d97;
  border-radius: 2px;
  margin-bottom: 15px;
}
.form h5 {
  position: relative;
  display: block;
  margin-bottom: 32px !important;
}
.form h5::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 100%;
  border-bottom: 2px solid #128d97;
}
.form .form-control,
.form .form-select {
  font-size: 13px !important;
}

.grecaptcha-badge {
  display: none !important;
}

.btn-whatsapp {
  position: fixed;
  right: 5px;
  bottom: 15px;
  z-index: 999;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px;
  padding: 12px 16px;
  text-align: center;
  background: #08ab7c;
  color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}
.btn-whatsapp.btn-whatsapp-2 {
  bottom: 75px;
}
.btn-whatsapp i {
  float: left;
}
.btn-whatsapp span {
  display: none;
  float: left;
  font-size: 13px;
  margin-left: 10px;
  line-height: 15px;
}
.btn-whatsapp span small {
  display: block;
  width: 100%;
}
.btn-whatsapp:hover {
  background: #2cc096;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: 15px;
  padding: 10px 15px;
}
.btn-whatsapp:hover span {
  display: block;
}
