/* --- Disabled / états désactivés --- */

.disabled {
    cursor: pointer!important;
    opacity: 1!important;

}
.product-home-cta:disabled {
    opacity: 0.6!important;
    cursor: pointer;
}




/* --- Wrapper des variations --- */
.pixelio-variations-wrapper {
    margin: 15px 0;
}
#pixelio-variations{
    display: flex;
    flex-direction: column;
}

.pixelio-variation-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pixelio-variation-label {
    width: 120px;
    font-weight: bold;
}

.pixelio-variation-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* --- Tag de variation --- */
.variation-tag {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 10px;

}

.variation-tag:last-child {
    margin-right: 0;
}

.variation-tag.active {
    background: #000;
    color: #fff;
}

.selected {
    background-color: #0A246A;
    color: white;
}
.qty-add-to-container{
    margin-top: 15px;
}
/* --- Swatches couleurs --- */
.pixelio-swatch {
    cursor: pointer;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.pixelio-swatch:hover {
    border-color: #000;
}

.pixelio-color-swatch {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    padding: 0;
}

/* --- Conteneur attributs / tags --- */
.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    float: right;
    height: auto;
    max-width: 50%;
}

.pixelio-attribute {
    margin-top: 25px;
}

/* --- Accessoires --- */
.accessory {
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 35px;
}

.accessory:last-child {
    margin-right: 0;
}

.accessory-image-left {
    display: inline;
    padding-left: 15px;
    float: left;
    width: 30%;
}

.accessory-image-left img {
    width: 50px !important;
    height: 50px !important;
    aspect-ratio: 1/1;
}

.accessory-text-wrapper {
    float: right;
    width: 65%;
    padding-right: 15px;
    padding-bottom: 15px;
}

.pack-qty {
    margin-top: 5px;
}

.accessory-title {
    margin-bottom: 50px;
}

.product-accessory-title {
    color: #0A246A;
    font-weight: bold;
}

/* --- Sélecteur quantité --- */
.quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    overflow: hidden;
    height: 25px;
}

.quantity-selector .qty,
.quantity-selector .qty:focus,
.quantity-selector .qty:active,
.quantity-selector .plus,
.quantity-selector .minus {
    padding: 0;
    margin: 0;
    background-color: #0A246A;
    color: white !important;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.quantity-selector button {
    width: 30px;
    height: 30px;
}

.quantity-selector input {
    width: 50px;
    text-align: center;
    outline: none;
    border: none;
}

/* --- Boutons + / - config --- */
.config-minus,
.config-plus {
    background: transparent;
    display: block;
    text-align: center;
    width: 100%;
    height: 25px;
    border: none;
    padding: 0;
    margin: 0;
    color: #0A246A;
}

.config-minus:hover,
.config-plus:hover,
.config-minus:active,
.config-plus:active,
.config-minus:focus,
.config-plus:focus {
    background: transparent;
    border: none;
    color: #0A246A;
}

/* --- Wrapper sélection de quantité --- */
.quantity-selector-config {
    float: left;
    width: 75px;
    overflow: hidden;
    border: 2px solid #0A246A;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-top-left-radius: 25px !important;
    -webkit-border-bottom-left-radius: 25px !important;
    -moz-border-radius-topleft: 25px !important;
    -moz-border-radius-bottomleft: 25px !important;
}

div.quantity-selector-config input {
    margin: 0 !important;
    margin-left: 15px !important;
    padding: 0 !important;
    border-bottom: none !important;
}

div.quantity-selector-config input:focus,
div.quantity-selector-config input:active {
    border-bottom: none !important;
}

.qty-config {
    float: left;
    width: 42px !important;
}

.quantity-increase {
    float: right;
}

/* --- Bouton configuration quantité --- */
.pixelio-configurable-btn-qty {
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}

.fl-theme-builder-woo-notices {
    padding: 146px 40px!important;
}

.pixelio-configurable-btn-qty a {
    float: right;
    width: calc(100% - 75px);
    height: 55px;
    line-height: 42px !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 25px 25px 0 !important;
    -moz-border-radius: 0 25px 25px 0 !important;
    border-radius: 0 25px 25px 0 !important;
}

/* --- Wrapper variations / dimensions --- */
#variation-wrapper {
    position: relative;
}

.dimension-config-select-input {
    display: inline-block;
    max-width: 23%;
    min-width: 23%;
    margin-right: 1%;
}

.dimension-config-select-input:last-child {
    margin-right: 0 !important;
}

/* --- Reset variations --- */
#reset-variations {
    background: no-repeat;
    color: black;
    border: none;
    position: absolute;
    top: -40px;
    right: 0;
}

/* --- Prix --- */
.pix-total{
    margin-top: 10px;
}
.pix-total,
.pixe-price {
    font-size: 1.2em;
    font-weight: 700;
}

.pixe-price {
    float: right;
}

/* --- Description wrapper --- */
.description-wrapper {
    align-items: center !important;
}

.product-accessories{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

/* --- Bouton produit --- */
.product-home-cta {
    border-radius: 50px;
    width: 100%;
    text-transform: uppercase !important;
    height: 50px;
    line-height: 40px !important;
    font-size: 1em;
    background: #df4d08 !important;
    color: white !important;
    text-align: center;
    display: block;
}

.product-home-cta:hover {
    background-color: #bd591e !important;
}
.single_add_to_cart_button{
    height: 54px!important;
}
.d-none {
    display: none!important;
}
a.request_quote{
    line-height: 35px!important;
}
.cart-subtext{
   padding-top: 15px;
   padding-left: 15px;
}
button.add-to-cart-js,button.single_product_js{
    width: 90% !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.accessory-variation{
    width: 100%;
}
.product-fixed {
    position: fixed!important;
    padding-top: 9px!important;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
a.product-fixed,
button.product-fixed{
    border-radius: 20px!important;
    width: auto!important;

}
@media screen and (max-width: 1000px) {
    .description-wrapper {
        display: block !important;
    }
    button.add-to-cart-js, button.single_product_js{
    width: auto !important;
}
    .pix-total{
        margin: 35px;
    }

    .qty-add-to-container{
        display: flex;
        text-align: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
.description-image {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .dimension-config-select .dimension-config-select-input {
        display: block !important;
        width: 100%;
        max-width: 100%;
    }

    .product-accessories {
        text-align: center;
    }

    .accessory {
        margin-right: 0;
    }
}

