/**
 * Theme Name: Helvetica Lab
 * Template: hello-elementor
 * Author: Valerio Meroni
 */

a {
  transition: .4s all;
}

.quantity {
  display: flex;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #000;
}

.vm-logo-upload {
  width: auto;
}

button.vm-logo-button-primary {
  cursor: pointer;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border-radius: 34px 34px 34px 34px;
  padding: 23px 35px 23px 35px;
  background-color: var(--e-global-color-accent);
  transition: all 0.2s;
  color: #fff;
  margin: 0;
  border: 0;
}

.vm-mt-10 {
  margin-top: 2.5rem;
}

.vm-logo-upload input {
  display: none;
}

.vm-advice {
  margin-top: 50px;
  margin-bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
}

.vm-advice svg {
  fill: var(--e-global-color-accent);
  width: 34px;
  height: auto;
}

.vm-advice-text {
  font-size: 13px;
  line-height: 20px;
  color: #54595f;
  font-family: "Roboto", Sans-serif;
}

button.vm-logo-button-primary:active,
button.vm-logo-button-primary:focus,
button.vm-logo-button-primary:hover {
  background-color: var(--e-global-color-text);
}

.he-subcategories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.he-subcategories::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #79CFBB;
  position: absolute;
  bottom: -10px;
  left: 0;
}


.he-subcategories li {
  position: relative;
}

.he-subcategories li::after {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
}

.he-subcategories a {
  padding: 5px 0;
  display: block;
  color: #fff!important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .4s all;
}

.vm-product-add,
.vm-product-add:hover {
  background-color: var(--e-global-color-accent)!important;
}

dl.variation {
  margin-top: 10px;
}

td.product-name dl.variation dt {
  float: none!important;
  display: block!important;
  width: 100%;
}

dd.variation-Logocliente {
  margin-top: 5px!important;
  float: none!important;
  display: block!important;
  width: 100%;
}

dd.variation-Logocliente p {
  display: block;
  width: 100%;
}

dd.variation-Logocliente img {
  margin: 10px 0 0;
  padding: 0;
  width: 100%!important;
  max-width: 100px;
  display: block;
}

div.chat {
  display: none;
}

.chat-toggle {
  cursor: pointer;
}

.he-price-logged {
  font-weight: 600;
  font-size: 28px;
  margin-top: 20px;
  color: #41B79B;
  display: block;
  font-family: Manrope, sans-serif;
}

.he-price-logged--only-price {
  font-size: 18px;
  margin-top: 5px;
}

.he-price-logged span {
  font-weight: 700;
}

.he-price-not-logged {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}

.he-price-not-logged a {
  color: var(--e-global-color-accent);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .he-subcategories {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}