/*Cart Page*/
.woocommerce-cart .checkout-button {
    background-color: #4B33CF !important;
}
.woocommerce-cart .product-quantity .quantity .qty{
    width: 7em !important;
}

.woocommerce a.remove {
    display: inline;
}

input#coupon_code {
    width: auto;
}

/*Checkout page*/
#customer_details > div.col-1{
    max-width: 100% !important;
}

#customer_details > div.col-2{
    max-width: 100% !important;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-billing-fields input {
    width: 75% !important; 
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.03);
}

.woocommerce form .form-row textarea {
    width: 100% !important; 
    height: 10em !important;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.03);
}

button#place_order {
    background-color: #4b33cf !important;
}

/* Responsive style for input fields on mobile devices */
@media only screen and (max-width: 767px) {
    .woocommerce-billing-fields input {
        width: 100% !important;
    }
}

/* @media only screen and (min-width: 767px) {
    #customer_details {
        display: flex;
    }
    #customer_details > div:nth-child(1){
        min-width: 50%;
    }   
    #customer_details > div:nth-child(2){
        min-width: 50%;
    }  
} */

.woocommerce-message::before {
  content: "\e015";
  color: #4b33cf;
}

.woocommerce-message {
  border-top-color: #4b33cf;
}

.woocommerce-info {
  border-top-color: #4b33cf;
}

.woocommerce-info::before {
  color: #4b33cf;
}

.woocommerce-error {
  border-top-color: #4b33cf;
}

.woocommerce-error::before {
  color: #4b33cf;
}

a.button.wc-backward.wp-element-button {
    margin-bottom: 4%;
}

a.elementor-button-link.elementor-button.elementor-size-md.elementor-animation-pulse {
  display: none;
}

body.woocommerce-checkout .entry-content {

  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F1F1;
  /* box-shadow: 0px 0px 15px gray; */
  box-shadow: 0 0 65px rgba(0,0,0,.09);; 
  margin-bottom: 4%;
}

body.woocommerce-checkout div#customer_details {
  margin: 40px 11px 24px 8px;
}

body.woocommerce-checkout h3#order_review_heading {
  margin: 40px 22px 24px 18px;
}

body.woocommerce-checkout div#order_review {
  margin: 40px 22px 24px 18px;
}

body.woocommerce-cart .woocommerce a.remove {
  /* color: #FCBC2D !important;
  color: #4B33CF !important; */
  color: #FF6468 !important;
}

.product-widget{
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: 0px 0px 15px #4B33CF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 11px 24px 8px;
    padding: 40px 35px 40px 37px;
}

 @media only screen and (min-width: 768px) {
    .product-widget {
      width: 44%;
      margin: 40px 4% 7% 2%;
      padding: 3%;
    }
 }

 @media only screen and (max-width: 767px) {
  .elementor-section .elementor-container {
    /* display: flex; */
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
 }


/* .product-widget {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 0px 0px 15px #4B33CF;
    margin-right: 50px;
  }
.product-widget::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    /* background: radial-gradient(ellipse farthest-corner,#ccc, white); */
  /* } */

  
  .product-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.3em;
  }

  .price {
    display: flex;
    justify-content: center;
  }
  
  .product-prix {
    color: #4B33CF;
    font-family: "Open Sans", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-transform: none;
    line-height: 1em;
  }

  .price-currency {
    color: #FF6468;
    /* font-family: "Open Sans", Sans-serif; */
    font-size: 30px;
    font-weight: 500;
    text-transform: none;
    line-height: 1em;
  }

  .price-comment {
    color: #999999;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.1em;
    margin-bottom: 20px;
  }

  .ligneA {
    border-top: 1px solid #0000001A;
    margin: 0px 0px 0px 0px;
    padding: 24px 0px 0px 0px
  }

  .woocommerce-cart .return-to-shop a.button {
    font-size: 100%;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #4B33CF;
    border-radius: 3px;
    padding: .618em 1em;
}

  
  /* .product-description {
    padding: 0;
    margin-left: 3em;
    margin-right: 2em;
    margin-bottom: 20px;
    text-align: left;
    list-style: none;
  }

  .product-description li {
    font-family: "Open Sans", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.6em;
    position: relative;
  }
 
  .product-description li:before {
    content: '✓';
    position: absolute;
  } */
/* 
 .product-description {
    padding: 0;
    box-sizing: border-box;
    list-style: '✓';
    text-align: left;
  }

  .widget-icon-list-item {
    padding-bottom: calc(8px/2);
    display: flex;
    align-items: center;
    font-size: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
  }

  .widget-icon-list-icon {
    text-align: center;
    display: flex;
    box-sizing: border-box;
    padding: 2px !important;
  }

  .fas {
    color: #4B33CF;
    width: 1.25em;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    box-sizing: border-box;
  }
  .widget-icon-list-text {
    font-family: "Open Sans", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.6em;
    color: #000000;
    padding-left: 11px !important;
    align-self: left;
    box-sizing: border-box;
  } */

  /* .product-description {
    list-style: disc;
  } */
  

  .add-to-cart {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .add-to-cart:hover {
    background-color: #0062cc;
  }

  a.button.button_abonne {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.2em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #4B33CF;
    border-radius: 26px 26px 26px 26px;
    padding: 13px 21px 13px 22px;
  }