/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

@media (min-width: 769px) {
  .mobile-product-content {
    display: none;
  }
}

.single_add_to_cart_button {
  width: 100%;
}

.qty {
  width: 80px !important;
}

.sale-prices {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: end;
  gap: 10px;
}

.sale-prices .old-price {
  padding-bottom: 5px;
}

.pvr {
  font-size: 12px;
  color: #7a7a7a;
}

.svg-tooltip-container {
  position: relative;
  display: inline-block;
}

.svg-tooltip {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.svg-tooltip-container:hover .svg-tooltip {
  visibility: visible;
  opacity: 1;
}

/*.woocommerce-breadcrumb a:not(:last-child):after {
  content: ">";
  margin: 0 10px;
}*/

.envio-gratuito {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}

.envio-gratuito svg path,
.envio-gratuito svg rect {
  stroke: #ee0200 !important;
}

.woocommerce-message {
  border-top-color: #ee0200;
}

.woocommerce-message::before {
  color: #ee0200;
}

.woocommerce-message a {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.wpo-field {
  background-color: #f6f6f6;
  padding: 5px;
  border-radius: 5px;
}

.wpo-option-name {
  font-size: 14px;
  font-weight: bold;
}

.wpo-radios {
  font-size: 14px;
  margin-top: 5px;
}

.wpo-radio {
  align-items: center !important;
}

.wpo-price,
.wpo-currency {
  font-size: 12px;
  color: #ee0200;
}

.wpo-totals-label .wpo-price {
  font-size: 20px;
}
