/*
Theme Name: Xbox All Access
Description: Theme Xbox All Access pour Exertis
Author: Alexis Rogez - Atecna
Author URI: www.atecna.fr
Template: twentytwentyone
Version: 0.1.0
*/

/* ------------------------------- */
/* Elements                        */
/* ------------------------------- */


/* ------------------------------- */
/* Menu header                     */
/* ------------------------------- */
@media only screen and ( min-width: 1024px ) {
    .page .elementor .elementor-element.nav-pointer {
        min-width: 640px;
    }
}

.page .elementor .elementor-element.nav-pointer .elementor-nav-menu .elementor-item:hover,
.page .elementor .elementor-element.nav-pointer .elementor-nav-menu .elementor-item-active{
    font-weight: bold;
}

/* ------------------------------- */
/* Characteristic List             */
/* ------------------------------- */
.carac-list li {
    background: #FAFAFA;
    min-height: 30px
}
.carac-list li:nth-child(odd) { background: #F4F4F6; }
/* ------------------------------- */
/* Dynamics container xbox(s)      */
/* ------------------------------- */

.page .elementor-section.dynamic-container > div.elementor-container > .elementor-column{
    width: 100%; !important
}

.page .one-product .elementor-column.elementor-col-16{
    width: 33.33%;
}

.page .one-product .elementor-column.elementor-col-50{
    width: 100%;
}
.entry-footer.default-max-width{
    display: none;
}

.wb_FtCon.wb_common{
    display: none;
}

.group-tax-product .tax-product{
    text-align: right!important;
    font-size: 12px!important;
}
.order-info .xaa-order-details{
    width: 100%!important;
    margin: 0;
}

.xaa-order .order-info .xaa-layout{
    display: block;
    text-align: left;
    padding-top: 8vh;
}


.group-tax-product{
    display: none!important;
}
.cart_item.shopengine-order-review-product{
    padding: 20px 20px 20px 0px !important;
}


.order-pay-today{
    border-radius: 0 0 10px 10px;
    background: black;
    color: white!important;
    padding-top: 12px!important;
}
.order-product-description{
    display: grid!important;
}
.elementor-element-58b28ca{margin-bottom: -15px}

.d-grid{
    display: grid;
    margin-bottom: 11px!important;
    padding-bottom: 0px!important;
}


/* .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr .product-img {
    width: 30%;
} */
.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr .product-name{
    font-weight: 600;
    Width: 100%;
}

.product-img{
   max-width: 20%!important;
}
.product-quantity{
    text-align: center;
}
.product-name ul li{
    text-align: left!important;
    font-weight: 400;
    list-style: none;
}
/* .product-name{
    font-size: 14px;
    font-weight: 600;
} */

/* .product-img img{
    max-width: 100%!important;
} */
/* .product-name ul li{
    text-align: left!important;
    font-weight: 400;
    font-size: 12px;
} */

/* .product-name ul {
    padding-left: 35px!important;
} */
.woocommerce-notices-wrapper{
    display: none;
}

.cuw-offers .cuw-container {
    margin: 16px 10px !important;
    padding: 7px !important;
    border-radius: 0% !important;
    -webkit-box-shadow: 5px 5px 15px -1px #c3c4c7; 
    box-shadow: 5px 5px 15px -1px #c3c4c7;
    border-style: unset !important;
}

.cuw-offers {
    padding-top: 2px;
    font-family: "Roboto", Sans-serif !important;
}

.cuw-offers .cuw-product-section .cuw-product-image {
    height: 115px !important;
}

.cuw-offers .cuw-product-section .cuw-product-image img {
    object-fit: contain !important;
}

.cuw-offers .cuw-product-section {
    display: flex !important;
    justify-content: space-around;
    text-align: center;
}

.cuw-product-section .cuw-product-content {
    flex-grow: 1;
}

.cuw-product-content .cuw-product-title {
    text-align: left;
}

.cuw-offers .cuw-product-section .cuw-product-image img {
    height: 100% !important;
}

.cuw-offers .cuw-product-section .cuw-product-quantity {
    margin-bottom: 0px !important;
}

.cuw-product-section .cuw-offer-cta-section {
    width: 50%;
    border-radius: 0% !important;
}

.cuw-product-section .cuw-button {
    color: #054b16 !important;
    background: #9bf00b !important;
    cursor: pointer;
}

.checkout #billing_country_field .optional{
    display:none;
}

/* Spinner CSS pur */
.woocommerce-loader {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #007cba; /* Couleur principale */
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Optionnel : Style de la modale pour personnaliser globalement */
#custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: "Roboto", Sans-serif;
}

#custom-modal div {
    background: white;
    padding: 20px;
    border-radius: 50px;
    text-align: center;
}

#custom-modal p {
    margin-top: 15px;
}

.woocommerce-error {
    font-family: "Roboto", Sans-serif;
    color: red;
}
