/*
Theme Name: Hello elementor Enfant
Description: Theme enfant de Hello elementor. Vous pouvez maintenant effectuer vos modifications en toute sécurité.
Author: Artemis Solutions
Author URI: https://www.artemis-solutions.fr
Template: hello-elementor
Version: 2.0.0
*/

/* DESIGN WOO */
/* Bouton + & - Ajout produit */
.quantity {
    display: inline-table !important;
    flex-direction: row;
    align-items: center;
}
button.minus, button.plus {
    color: var(--e-global-color-text) !important;
    border: 1px solid #dfdfdf !important;
    transition: all 0.25s ease !important;
    border-radius: 25px!important;
    font-size: 18px !important;
    background-color: #fff !important;
    font-weight: 500 !important;
    padding: 1em 6em !important;
    background-color: #dfdfdf !important;
}
button.minus:hover, button.plus:hover {
    color: #fff !important;
    border: 1px solid #764897 !important;
	background-color: #764897 !important;
}
.woocommerce .quantity .qty {
    width: 100px;
    text-align: center;
    margin: 10px !important;   
}
.single_add_to_cart_button.button.alt {
	margin-top: 50px !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0 !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width:767px){
.quantity {
    display: ;
    justify-content: flex-end !important;
}
button.minus, button.plus {
    color: var(--e-global-color-text) !important;
    border: 1px solid #dfdfdf !important;
    transition: all 0.25s ease !important;
    border-radius: 25px!important;
    font-size: 18px !important;
    background-color: #fff !important;
    font-weight: 500 !important;
    padding: .5em 1em !important;
    background-color: #dfdfdf !important;
    margin-top: 1em;
}
.single_add_to_cart_button.button.alt {
	margin-top: 10px !important;
}
}