.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin: 0 0 30px 0;
    flex: 0 0 33.333%;
    padding: 0 15px;
}
.woocommerce ul.products li.product .price {
    color: initial;
    font-weight: 600;
}

span.woocommerce-Price-amount.amount {
    font-weight: 900;
    color: #e91e63;
}

.woocommerce-product-gallery {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.summary.entry-summary {
    padding: 0 0 0 30px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    margin: 15px 0;
}

.quantity {
    display: flex;
    margin-right: 10px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #4caf50;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 100px;
    padding: 10px 20px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #4caf50;
}

.woocommerce .quantity .qty {
    border: 0;
    text-align: center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    outline: none;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #e91e63;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  opacity:1;
    -webkit-appearance: none;

}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    background: #2196f3;
    box-shadow: none;
    color: #fff;
}

.woo-variation-swatches.wvs-show-label .variations td {
    text-align: left;
    padding: 0 0 10px;
    color: #000000;
    display: flex;
    align-items: center;
}

.woocommerce-variation-description {
    font-size: 14px;
    font-weight: 400;
}

td.value.woo-variation-items-wrapper {
    display: flex;
    width: 100%;
}

table.variations {
    width: 100%;
}

.woo-variation-swatches .variable-items-wrapper {
    flex: 0 0 auto;
}

a.reset_variations {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    font-size: 14px;
    color: #929191;
    background: #ddd;
    margin-left: 15px;
    border-radius: 100px;
}

.woocommerce-variation-price {
    font-size: 30px;
}

.variations td label[for="quantite"] {
    color: #333;
    font-weight: 400;
}

a.reset_variations:hover {
    color: #000;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
    color: #2196f3;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected span.variable-item-span {
    color: #fff;
}

.product_meta {
    display: none;
}
.woocommerce .post-thumb img, .woocommerce-page .post-thumb img {
    width: auto;
    height: 180px;
    margin: auto;
    display: block;
}

.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 2px 6px 8px #000;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    position: relative;
    top: initial;
    left: initial;
    color: #4caf50;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    margin: 0 20px;
    float: none;
    background: #e91e63;
    color: #fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #4caf50;
    color: #fff;
}

.woocommerce .star-rating span::before {
    color: #2196f3;
}

.woocommerce ul.products li.product a {
    color: initial;
}
.woocommerce ul.products li.product .post-excerpt strong {
    display: initial;
}
span.price del span.woocommerce-Price-amount.amount {
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

.price ins {
    text-decoration: none;
}
span#reply-title {
    background: #e91e63;
    color: #fff;
    padding: 8px 16px 8px;
    border-radius: 100px;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}

.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    line-height: 1;
    border-radius: 100px;
    padding: 5px 15px;
    background: #ffeb3b;
    top: 15px;
    left: 15px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
form#commentform {
    padding: 15px;
    background: #eee;
    border-radius: 10px;
    display: none;
    margin-top: 30px;
}

.woocommerce #review_form #respond .form-submit input {
    background: #2196f3;
    color: #fff;
}

.woocommerce #review_form #respond textarea {
    border: 0;
    display: block;
}

form#commentform input {
    border: 0;
    padding: 5px;
}

form#commentform label {
    display: none;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent label {
    display: inline-block;
}