/* 
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 */
/* Ajoutez ce CSS à votre feuille de style */
.liste-pl-0 ul.elementor-icon-list-items {
    overflow: hidden;
}

.liste-pl-0 ul.elementor-icon-list-items li {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.single_add_to_cart_button{
  background-color: #BBA47E!important;
  color: #ffffff!important;
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 24px!important;
  border-radius: 180px 180px 180px 180px!important;
  padding: 17px 30px 15px 28px!important;
  margin-top: 10px!important;
}
/* Pour améliorer les performances */
.gsap-scroll-trigger {
    will-change: transform, opacity;
}



@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
    padding-right: 10px;
}
.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}
.file-block {
    color: #f7fff7;
    background-color: #7b2cbf;
    transition: all 1s;
    width: 390px;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}
.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.file-icon {
    margin-right: 10px;
}
.file-name, .file-size {
    padding: 0 3px;
}
.remove-file-icon {
    cursor: pointer;
}
.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: #4BB543;
}
.upload-button {
    font-family: 'Montserrat';
    background-color: #7b2cbf;
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    padding: 7.5px 50px;
    cursor: pointer;
}

.single-product form.cart{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.single-product form.cart input{
    display: block;
    width: 100%!important;
}
.single-product form.cart label{
    color:#fff;
    display: block;
}
body.woocommerce-checkout .product-quantity{
    display:none;
}
body.woocommerce-checkout .cart_item{
    font-size: 1.2em!important;
    text-align: left;
}
body.woocommerce-checkout .cart_item dd{
    margin: 0!important;
    font-weight: 700;
}
table.shop_table.woocommerce-checkout-review-order-table td,table.shop_table.woocommerce-checkout-review-order-table th,table.shop_table.woocommerce-checkout-review-order-table tr{
    border: solid 1px #e1e1e1!important;
    color:#666666!important;
    background-color: #f8f8f800!important;
    padding: 15px!important;
}
.order-total .woocommerce-Price-amount.amount bdi{
    color:#7A1E27!important;
}
form.checkout.woocommerce-checkout{
    margin-top:45px;
}
body.woocommerce-checkout .woocommerce-additional-fields{
    display: none!important;
}
body.woocommerce-checkout input{
  border: 1px solid #e0e0e0!important;
}
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1{
    margin-bottom: 0!important;
        padding-bottom: 42px!important;
}
body.woocommerce-checkout .woocommerce_checkout_place_order,#place_order{
    background-color: #7a1e27!important;
}
.product.type-product form{
    color: #7a1e27!important;
}