/*
Theme Name: Avelina
Theme URI: https://avelina.qodeinteractive.com
Description: Chocolate and Cake Shop Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: avelina
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* ==========================================================================
   WP Configurator
   ========================================================================== */
.wpc-btn-wrap {
    margin-top: 30px;
}

.wpc-btn {
    background-color: rgb(171, 159, 124);
    border-color: rgb(171, 159, 124);
    width: auto;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    line-height: 15px;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    padding: 15px 54px;
    cursor: pointer;
    z-index: 3;
    color: #fff;
    border: 1px solid transparent;
}

.wpc-btn:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(171, 159, 124);
    color: rgb(171, 159, 124);
}

.wpc-primary-btn {
    background: rgb(171, 159, 124) !important;
    border-radius: 0 !important;
    height: auto !important;
    margin-top: 10px !important;
}

.wpc-primary-btn:hover {
    background: rgb(255, 255, 255) !important;
    border-color: rgb(171, 159, 124) !important;
    color: rgb(171, 159, 124);
}

@media (max-width: 680px) {
    .wpc-btn {
        padding: 15px 30px;
    }
}

.wpc-config-product {
    display: none !important;
}

.postid-9795 form.cart {
    display: none !important;
}


body.configure-page .qodef-woo-single-inner {
    display: flex !important;
    gap: 40px !important;
    flex-direction: column-reverse !important;
}

body.configure-page .qodef-extra-information,
body.configure-page .qodef-woo-live-viewing-message,
body.configure-page .qodef-woo-live-viewing,
body.configure-page .yith-wcwl-add-to-wishlist,
body.configure-page .qodef-woo-sales-count-message {
    display: none !important;
}

/* WP Configurator Style */

.wpc-carousel-dots {
    display: none;
}

.title-color .wpc-layer-title-wrap {
    background: rgb(171, 159, 124) !important;
}

.title-color span {
    color: #fff;
}

.sub-title-color .wpc-layer-title-wrap {
    background: rgb(255, 255, 255) !important;
}

.sub-title-color span {
    color: #000000;
}

.accordion-2 .wpc-parent-control>.wpc-control-lists-inner>.wpc-control-item {
    border: 0.5px solid rgb(171, 159, 124) !important;
}

.accordion-2 .wpc-parent-control>.wpc-control-lists-inner>.wpc-control-item>.wpc-layer-title-wrap:after {
    color: #fff !important;
}

.wpc-active-layer-icons {
    display: none;
}

.wpc-primary-btn {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 0px !important;
    text-transform: none !important;
}

.wpc-control-lists-inner {
    margin-bottom: 0px !important;
}

.wpc-controls-wrap {
    margin-bottom: 0px !important;
}

.accordion-2 .wpc-parent-control>.wpc-control-lists-inner>.wpc-control-item {
    margin-bottom: 25px !important;
}

.wpc-summary-lists-wrap {
    padding-top: 0px !important;
}

.wpc-primary-btn.js-wpc-submit-cart-form {
    position: fixed;
    bottom: 60px;
    right: 40px;
}

.wpc-config-title {
    font-family: Marcellus, sans-serif !important;
}

.wpc-cart-form-parent-wrap p {
    display: none;
}

.wpc-btn {
    text-transform: none !important;
}

.wc-block-cart__submit-button {
    background-color: rgb(171, 159, 124);
    color: #fff;
    border: 1px solid rgb(171, 159, 124);
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out !important; 
}

/* Au survol */
.wc-block-cart__submit-button:hover {
    background-color: rgb(255, 255, 255);
    color: #000000;
    border-color: rgb(171, 159, 124);
}

input[type="text"] {
    font-size: 16px !important; /* S'assurer que le champ de texte a une taille de police suffisante */
    -webkit-text-size-adjust: 100%; /* Empêche l'ajustement automatique de la taille du texte */
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


.wpc-text-layer-input-wrap .wpc-cta-small-text span {
    color: #888 !important;
}

.footerSub{
    text-align:center;
    background: #fbf9f6;
}

.qodef-col-num--3 .qodef-grid-inner > div:nth-child(2){
    display: flex;
    gap: 1rem;
}