/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* FORM */
.contact-form input,
.contact-form textarea {
  background: #ebecec;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #3d3d3f;
  line-height: 30px;
  border-radius: 30px;
  padding: 10px 20px !important;
  border: none;
}

.contact-form textarea {
  height: 150px !important;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #6f7072;
}

.contact-form .gfield_required_text {
  display: none !important;
}

.contact-form input[type="checkbox"] {
  appearance: none;
  border: solid 2px #707070;
  width: 15px;
  height: 15px;
  padding: 0 !important;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

.contact-form input[type="checkbox"]:checked {
  background-color: #6F7072;
}

.contact-form label {
  font-family: "Poppins", sans-serif;
  color: #6F7072;
  font-weight: 400;
  font-size: 14px;
  padding: 0 !important;
  margin: 0 0 7px 5px;
}

.contact-form .gform_footer {
  text-align: center;
}

.contact-form input[type="submit"] {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #0055AD;
  text-transform: uppercase;
  border: solid 3px #0055AD;
  border-radius: 30px;
  padding: 7px 100px !important;
  background: none;
}

.contact-form .ginput_container_consent {
  display: flex;
}

/* Products */
.product-image img {
  width: auto !important;
}

@media only screen and (max-width: 768px) {
  .product-testo img {
    display: none;
  }

  .product-testo h3 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
}