.entry-summary p.price span {
    font-size: 26px !important;
    padding: 10px 0px !important;
    display: inline-block;
    font-weight: bold;
    color: brown;
}
span.woocommerce-Price-amount.amount {
    font-size: 18px !important;
    padding: 10px 0px !important;
    display: inline-block;
    font-weight: bold;
    color: brown;
}
.sbl-product .quantity > input {
    width: 50px !important;
    display: block;
    margin-left: 60px !important;
    height: 30px;
}

.select_product_size{
	width: 50px !important;
    display: block;
    float: left;
    height: 30px;
}
.sbl-product .add-to-cart{
    margin-top: 10px !important;
    clear: both;
    height: 30px;
}

.woocommerce-product-details__short-description {
    margin: 20px 0;
}

.entry-content > h1 {
    display: inline-grid;
    width: 100%;
    height: 50px;
    align-content: center;
    text-align: center;
    background: blanchedalmond;
    padding: 30px;
    margin: 30px 0;
}

.entry-content > h2 {
    display: inline-grid;
    width: 100%;
    height: 25px;
    align-content: center;
    text-align: center;
    padding: 30px 0;
    margin: 1px 0px 20px 0px;
    font-size: 20px;
    font-weight: bold !important;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    background: #fafafa;
}

.sbl-products-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    gap: 30px;
}

.sbl-product {
    flex: 0 0 calc(25% - 10px); /* 25% pour 4 colonnes, 10px pour un petit espace entre les produits */
    box-sizing: border-box;
    margin-bottom: 20px; /* espace entre les lignes */
}

.sbl-product select[name="product_size"],
.sbl-product .quantity input {
    margin-right: 10px;
}

.sbl-product > a > img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.add-to-cart-confirmation {
    background-color: #dff0d8;
    color: #3c763d;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 10px;
}
select#sbl_delivery_date {
    height: 40px;
    width: 100%;
    margin: 20px 0px;
	border:1px solid rgb(187, 187, 187);
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 1px solid rgb(187, 187, 187) !important;
    width: 100%;
	
}

.orderby, .woocommerce div.product form.cart .variations td select {
    background-color: #ececec;
    border: none;
    border-radius: 3px;
    border-width: 0;
    color: #666 !important;
    font-size: 14px;
    padding: 10px;
    margin: 10px 10px -10px 0;
    font-weight: 500;
    font-family: 'Open Sans', Arial, sans-serif;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, button.single_add_to_cart_button.button.alt {
    width: 245px !important;
}

h3#ship-to-different-address {
    display: none;
}