.fond-shop{
    background-color: #ad4931 ;
}

.container-page-mercashop{
    max-width: 1200px;
    margin:0 auto;
}

.page-description h4{
    color:#003e5d;
    font-weight: bold;
}

.woocommerce-ordering select{
    
    padding: 10px 5px;
    border:2px solid #5b86b8;
    color:#5b86b8;
    border-radius: 5px;
    
}

.woocommerce-loop-product__title{
    color:#003e5d;
    font-weight: bold;
}

.woocommerce ul.products li.product .price ,
.woocommerce div.product p.price{
    color:#e26f38;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: right;
}

.woocommerce div.product p.price{
    text-align: left;
}

.woocommerce ul.products li.product .button{
    border:1px solid #e26f38;
    color:#e26f38;
    transition: all 0.3s ease-out;
    display: block;
    text-align: center;
}

.woocommerce ul.products li.product .button:hover{
    background: #e26f38;
    color:white;
}

.woocommerce-breadcrumb{
    display: none !important;
}


.lien-boutique{
    width:23%;
    background-color: #e26f38;
    padding:40px 10px;
    text-align: center;
    border-radius:10px;
    display:flex;
    flex-direction: column;
    align-content: center;
    transition:all 0.3s ease-out;
   
    
}

.lien-boutique:hover{
    background-color: #af5e49;
}


.texte-boutique{
    font-size:1.2rem;
    color:white;
}


.contact-boutique{
    color:white;
    font-size: 1.4rem;
    font-weight: bold;
}

.woocommerce-ordering .buddyboss-select-inner{
    border:2px solid #ad4931 !important;
    color:#ad4931 !important;
}

.woocommerce nav.woocommerce-pagination ul{
    border:none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
    margin:0 5px;
    border:1px solid #003e5d;
    width: 40px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce-page .woocommerce-pagination ul.page-numbers li a{
    color:#003e5d;
    transition: all 0.3s ease-out;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce-page .woocommerce-pagination ul.page-numbers a:hover{
    color:white;
    background:#003e5d;
}


.product_title.entry-title{
    color:#003e5d;
    font-weight: 800 !important;
}

.woocommerce button.button.alt,
.woocommerce a.button.alt{
    padding: 15px 20px;
    background-color: #e26f38;
    color:white;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all 0.3s ease-out;
}

.woocommerce .quantity .qty{
    width: 39px;
    height: 39px;
    text-align: center;
    border: 1px solid lightgray;
}

.panier{
    color:#003e5d;
    font-weight: bold;
}

.woocommerce-cart table.cart img{
    width: 100px;
}

.woocommerce button.button:disabled{
    border: 1px solid lightgray;
}

.woocommerce button.button{
    border:1px solid #e26f38;
    color:#e26f38;
    background: transparent;
    transition: all 0.3s ease-out;
}

.woocommerce button.button:hover{
   background-color: #e26f38;
   color:white;
}

.col2-set .col-1,
.col2-set .col-2{
    max-width: 48%;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper
{
    display:flex;
    flex-direction: column;
}

.woocommerce-billing-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p,
.form-row.notes{
    display: flex;
    flex-direction: column;
}

.__PrivateStripeElement iframe{
    width:100% !important;
}

#wc-stripe-cc-form .form-row{
    display:block
}

.checkout input{
    height:40px;
    padding:5px;
    border:1px solid lightgray;
}

#ship-to-different-address label{
    display: flex;
    align-items: center;
}

