/*
Theme Name: La Croisée Des Saveurs  (Child Theme)
Theme URI: http://bellaria.cwsthemes.com/
Author: Alban Sagot
Author URI: https://www.aswebdigital.fr/
Description: Thème conçu pour La Croisée Des Saveurs
Version: 1.0.0
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: two-columns, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: bellaria
Template: bellaria
*/ 

/* =Theme customization starts here
-------------------------------------------------------------- */

#site_copyrights a {
    color: #fff !important;
}

#header_img_bg:before {
    background-color: rgba(39, 43, 49, 0.7) !important;
}

#page_title, #page_title_section .bread-crumbs {
    color: #fff !important;
}

.single-product table.variations {
    margin-bottom: 24px !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    color: #aedd90 !important;
}

.full-width {
    width: 100% !important;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    background: white !important;
    color: #cf2e2e;
}

.wc-block-components-quantity-selector {
    width: 222px !important;
}

.wc-block-components-totals-coupon__form {
    flex-direction: column;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex: 3 1 60px !important;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text,
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    opacity: 1 !important;
    font-size: 18px !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 2em !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: 2px solid #cf2e2e;
    border-radius: 10px;
    padding: 8px 0;
    transition: all 0.3s ease-in;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained span {
    color: #cf2e2e !important;
    font-size: 22px !important;
    transition: all 0.3s ease-in;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background: #cf2e2e;
    transition: all 0.3s ease-in;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover span {
    color: #fff !important;
    transition: all 0.3s ease-in;
}

#ship-to-different-address {
    font-size: 22px !important;
}

:root :where(.wp-block-separator.is-style-dots):before {
    background-color: transparent !important;
}

.woocommerce-checkout #shipping_method li {
    text-align: right;
}

#mc_embed_signup .clear, .mc4wp-form .mc4wp-form-fields > p + p, .mc4wp-form .mc4wp-form-fields .clear {
    background-color: #cf2e2e !important;
}

#footer_widgets input:not(.wpcf7-submit) {
    border-color: #cf2e2e !important;
}

.as-masonry-gallery {
    column-count: 3;
    column-gap: 1em;
  }
  
  .as-masonry-item {
    break-inside: avoid;
    margin-bottom: 1em;
  }
  
  .as-masonry-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  .woocomerce-custom-aswd {
    color: #000 !important;
}

.product .related.products a.button.mode-devis-button,
.archive a.button.mode-devis-button {
    color: #fff !important;
    background: #4b4342 !important;
}

.product .custom-field-product {
    margin-bottom: 16px !important;
}

.wc-block-components-totals-shipping__options span.wc-block-components-shipping-rates-control__package__description--free,
.wc-block-components-totals-shipping .wc-block-components-totals-item__value {
    display: none !important;
}

#customer_details .required {
    color: red;
}