/*
Template:       doctio
Theme Name:     Doctio Child
Theme URI:      https://demo.themedraft.net/wp/doctio/
Author:         ThemeDraft
Author URI:     https://themedraft.net/
Description:    Doctio is a medical health WordPress theme
Version:        1.0.0
Text Domain:    doctio
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
*/
.woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
}

.woocommerce-LoopProduct-link:hover img {
  transform: scale(1.02);
  transition: 0.3s ease;
}



/* Footer Widget Area CSS */
.footer-widget-area {
    padding: 20px 0 0px 0!important;
}

.td-footer-top-container {
    padding: 20px 0!important;
}

@media (max-width: 768px) {
  .td-footer-top-container {
    display: none !important;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none !important;
}

/* Compact Contact Form 7 Styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 100%;
  height: 35px;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 8px;
}

.wpcf7 textarea {
  width: 100%;
  height: 50px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 8px;
  resize: vertical;
}

.wpcf7 label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 3px;
}

.wpcf7 input[type="submit"] {
  background-color: #af1d0e;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #af1d0e;
}