

#szorgos_add_to_cart .variations .value {
  background: none;
  color:#033C16;
  border: 2px solid;
  border-radius: 10px;
  border-color: #90b66f;
  height: 70px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

#szorgos_add_to_cart :before {
  display: none;
}




#szorgos_add_to_cart .variations .value select {
  margin-left: 10%;
  position: relative;
  font-family: "Montserrat";
  font-weight: bold;
}

#szorgos_add_to_cart .variations .value a {
  display: none!important;
}

#szorgos_add_to_cart .variations .label {
  display: none;
  width: 0px;

}

#szorgos_add_to_cart .single_variation_wrap {
  padding-top: 24px;
  border-top: 2px solid;
  border-color: #90b66f;
}

#szorgos_add_to_cart .woocommerce-variation-price {
  margin-bottom: 24px;
  color:#033C16!important;
}

#szorgos_add_to_cart .quantity input {
  color:#033C16;
  border: 2px solid;
  border-radius: 10px;
  border-color: #90b66f;
  margin-right: 20px;
}

#szorgos_add_to_cart .single_add_to_cart_button {
  margin-left: 0px;
}

#szorgos_add_to_cart button {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  border-color: #90b66f;
  color:#033C16;
  height: 70px;
}


#szorgos_add_to_cart button:hover {
  background-color: #619731;
  border-color: #619731;
}

a.reset_variations {
  color: red;
  display: none!important;
}

#szorgos_add_to_cart .input-text .qty .text {
  display: none!important;
}
