.woocommerce-page .cs-main-content{
    display: block !important;
}
.woocommerce-page .cs-entry__header{
    display: none
}
.woocommerce-page .kiwi-article-bar{
    display: none;
}
.woocommerce-page .awac-wrapper{
    display: none;
}
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 50px 15px 50px;
    color: #FFFFFF;
    background-color: #467FF7;
    border-color: #467FF7;
    transition: all 0.2s;
}
table th, .wp-block-table th,
form.checkout h2,
form.checkout h3,
.elementor-widget-woocommerce-cart h2,
.elementor-widget-woocommerce-cart h3{
    font-family: var(--cs-font-primary-family), sans-serif !important;
}
.checkout label[for="payment_method_helcimjs"]{
    display: none !important;
}
body.elementor-template-full-width .cs-main-content{
    display: flex !important;
    justify-content: center;
    width:100%;
}
body.elementor-template-full-width .cs-entry__header-inner{
    text-align: center;
    display: flex;
    justify-content: center;
}
.lamet-bas-de-page{
    margin-top:40px;
    display:flex;
    flex-direction:column;
}
.lamet-bas-de-page img{
    margin-bottom:20px;
}
.lamet-highlight-wrapper img{
    margin-bottom: 10px;
}
.cs-button.cs-header__custom-button{
    color:#ffffff !important;
}
ul.kiwi-article-bar li a{
    font-size:18px;
    text-decoration: none;
    border-radius: 4px;
    line-height: 40px;
    height:40px;
}
#author-bio-box {
    background: #f8f8f8;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    color: #333333;
    margin-bottom: 20px;
    padding: 15px;
}

.bio-header {
    display: flex;
    align-items: center;
}

.bio-gravatar {
    margin-right: 15px;
}

.bio-description {
    margin-top: 10px;
}

.bio-header h3 {
    margin: 0;
}

.bio-header a {
    color: #555555;
    text-decoration: none;
}
.lamet-highlight-wrapper img{
    margin-bottom: 5px;
}
.widget.block-4.widget_block img {
    margin-bottom: 10px;
}
.wp-caption .wp-caption-text{
    font-size:0.75rem;
    font-weight:300;
}
@media (max-width:767px){
    .cs-button.mobile-membre-button{
        width:100%;
        display:block;
        border-radius:0;
        text-align:center;
        line-height:36px;
        height: 36px;
        padding: 0;
        color:#ffffff;
    }
}
@media (min-width:768px){
    .cs-button.mobile-membre-button{
        display:none;
    }
}



/* Change WooCommerce button background color */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  background-color: #32b867 !important; /* Use !important to override other styles if necessary */
  border-color: #32b867 !important; /* Optional: change border color to match */
}

/* Optional: Change button hover color (a slightly darker shade) */
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background-color: #2a9b5a !important; /* Darker shade of #32b867 */
  border-color: #2a9b5a !important; /* Optional: match border */
}

/* Optional: change the color of the "Place order" button on the checkout page */
#place_order input#place_order {
  background-color: #32b867 !important;
  border-color: #32b867 !important;
}

#place_order input#place_order:hover {
  background-color: #2a9b5a !important;
  border-color: #2a9b5a !important;
}

/* Optional: Change cart update button */

.woocommerce button[name="update_cart"] {
  background-color: #32b867 !important;
  border-color: #32b867 !important;
}

.woocommerce button[name="update_cart"]:hover {
  background-color: #2a9b5a !important;
  border-color: #2a9b5a !important;
}

/* Optional: change proceed to checkout button */

.woocommerce .checkout-button {
  background-color: #32b867 !important;
  border-color: #32b867 !important;
}

.woocommerce .checkout-button:hover {
  background-color: #2a9b5a !important;
  border-color: #2a9b5a !important;
}

/* Optional: Change apply coupon button */

.woocommerce .coupon .button {
  background-color: #32b867 !important;
  border-color: #32b867 !important;
}

.woocommerce .coupon .button:hover {
  background-color: #2a9b5a !important;
  border-color: #2a9b5a !important;
}
.woocommerce .quantity .qty{
    width:5em;
}