/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.buy-on-whatsapp {
  background-color: #25D366 !important;
  color: #fff !important;
  border-radius: 50px;
  padding: 6px 14px 0px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
}

.buy-on-whatsapp:hover {
  background-color: #1ebe5d !important;
}

p:where(.form-row-first,.form-row-last) {
    overflow: visible;
    width: 100%;
}

@media (max-width: 768px) {
  .woocommerce-billing-fields__field-wrapper .form-row {
    margin-bottom: 10px;
  }
  #order_comments_field {
    display: none;
  }
}


