.total-livraison{display:none}

#home-shop .main-no-sidebar{
    margin-top: 0px;
}

._by_company,
form#cart {
    min-width: 100%
}

#shopping-cart .services_checkout label,
#shopping-cart .services_checkout>div:hover,
.close-btn,
.details-card,
.details-toggle,
.paiement label:hover,
.qtydiv .btnqty {
    cursor: pointer;
}

#main-shop #left,
.store-logo {
    margin-right: 15px;
}

#shopping-cart th,
#thankyou th {
    background: #efefef;
    height: 60px;
    vertical-align: middle;
}

.see_product,
del {
    text-decoration: none;
}

#categorie-shop,
#main-shop,
#product #add-to-cart .cart-action .qtydiv p,
#wrap,
.image img,
.qtydiv p {
    min-height: 100%
}

#main-shop nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

#main-shop nav>div a.nav-item.nav-link {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

#main-shop nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: var(--orange);
}

#main-shop .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid var(--orange);
    border-bottom: 5px solid var(--orange);
    padding: 30px 25px;
}

#main-shop nav>div a.nav-item.nav-link.active,
#main-shop nav>div a.nav-item.nav-link:focus,
#main-shop nav>div a.nav-item.nav-link:hover {
    border: none;
    background: var(--orange);
    color: #fff;
    border-radius: 0;
    transition: background .2s linear;
}

#main-shop {
    height: 100%;
    align-content: stretch;
    align-items: stretch;
    margin-top: 10px;
    padding: 0 0 30px 50px;
}

#main-shop aside+section {
    padding-top: 0;
}

#main-shop .tab-pane {
    padding: 2px 30px;
    height: 100%
}

#global-total-quote,
#same-address:checked~div,
.paiement:not(.active)>div,
.price-quote,
.sidebarShop h5,
.sidebarShops h5,
.total-price-company-quote,
.total-quote,
input.service {
    display: none;
}

.tx-remise {
    color: red;
    font-style: italic;
    font-size: 15px;
    background: #f7dede;
    border: #e5e7eb;
    border-radius: 4px;
    padding: 7px;
    line-height: 9px;
    height: 24px;
    display: flex;
    align-items: center;
    order: 2;
}

.cart-action .add-to-cart-button a,
.message a,
.metas {
    color: #fff;
    padding: 15px 50px;
}

.info-shipping i {
    color: var(--principale);
    font-size: 20px;
    padding-right: 10px;
}

.info-pickup {
    margin-bottom: 15px;
    margin-top: 10px;
}

.ariane,
form.product {
    margin-bottom: 25px;
}

.ariane {
    padding-left: 50px;
}

#boutiques .ariane,
#reset_option,
p.notice {
    margin-top: 15px;
}

#go_to_cart,
#policy,
#processCheckout,
.company-th,
.paiement,
.warning,
form#checkout .row,
form.product {
    margin-top: 25px;
}

#boutiques .ariane a,
.shop .ariane a {
    font-size: 16px;
    padding: 3px 0;
    background: #fff;
    border-radius: 5px;
    color: #666;
}

#boutiques .shop-header {
    margin-top: 80px;
}

aside#left .description {
    text-align: justify;
    padding: 7px 25px;
}

#boutiques {
    height: auto;
    padding: 5px 30px !important;
}

.cie_name_in_loop_products {
    text-align: left;
    color: var(--principale);
    height: auto;
    text-decoration: none;
}

#footer-order,
.infos .promo,
.message,
.qtydiv .quantity-input,
.qtydiv p,
.shop-name,
.txt-center,
p.warning {
    text-align: center;
}

.shop-billing .no-sidebar main section,
.shop-cart .no-sidebar main section,
.shop-payment .no-sidebar main section {
    width: 100%;
    flex-basis: 100%;
    margin-top: 50px;
}

.shop-payment .page,
.shop-payment main {
    max-width: 1290px;
}
.page.shop{
    max-width: 100%;
   
}
.variation-product {
    display: flex;
    margin-bottom: 15px;
}

#paiement #total-cart,
.variation-product .form-check {
    margin-left: 15px;
}

.company-th span,
.shop-name,
.summary-details-company .total-price-company,
.variation-product span {
    font-weight: 700;
}

.icon-menu {
    justify-content: center;
    display: flex;
    padding: 15px 0 0 0px;
    gap: 10px;
    z-index: 1;
}

.shop-icon-container {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(2, 128, 144, .1);
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.icon-menu .shop-icon-container {
    width: 33px;
    height: 33px;
    padding: 15px;
}

.shop-icon-container i {
    font-size: 17px;
    color: #028090;
}

.shop-icon-container:hover {
    background: #028090;
    color: #fff;
    transform: scale(1.1);
}

.close-btn:hover i,
.shop-icon-container:hover i {
    color: #fff;
}


.container-shop {
    display: flex;
    justify-content: space-between;
    /*background: #f9f9f9;*/
    background: linear-gradient(135deg, #f9f9f9, #eaeaea);
    backdrop-filter: blur(10px);
    padding: 25px 30px;
    position: relative;
    border-radius: 12px;
    /* Coins arrondis */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* Ombre douce */
    border: 1px solid #ddd;
    gap: 20px;
    min-width: 100%;
    height: auto;
}

.store-info {
    display: flex;
    flex: 2;
    align-items: center;
}
form#checkout{flex-basis:59%}

.product-tarifs,
.store-details,
form#checkout {
    display: flex;
    flex-direction: column;
}
.store-details h1{margin:0}

.store-contact {
    flex: 1;
    margin-left: 20px;
    padding-right: 30px;
}

.store-contact .icons-menu{

    margin-top: -25px;
}
.store-contact .icon-menu{
    justify-content: end;
}

.store-contact p.adresse{font-size:14px}
.store-photo {
    flex: 1;
    text-align: right;
}

.store-photo img {
    max-width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.details-toggle {
    margin-top: 10px;
    padding: 10px 20px;
    background: #42dbc0;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.details-toggle:hover {
    background: #36b29e;
}

.header-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.header-text h3 {
    margin: 0 0 0 20px;
}
.shop-header {
    margin-top: 90px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    height: 100%;
    padding: 0 40px;
}

.no-shop .shop-header {
    padding: 0 65px;
}
.shop-details {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    bottom: 0;
    background: #fff;
    gap: 20px;
    align-items: center;
    z-index: 2;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    display: flex;
    opacity: 0;
    flex-wrap: wrap;
    max-height: 100%; /* Limite la hauteur de la seconde div à celle de la première */

}


.shop-detail.details-card .details-content {
    padding: 0 10px;

    overflow-y: auto;

    width: 100%
}


.shop-detail.details-card:hover {
    transform: none;
}

.header-details {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
}

.close-btn {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: background-color .3s, transform .3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.close-btn:hover {
    background-color: #36b29e;
    transform: scale(1.1);
}

.close-btn:focus {
    outline: 0;
}

.close-btn i {
    transition: color .3s;
}

.shop-details.open {
    transform: translateX(-100%);
    opacity: 1;
    z-index: 3;
}

.details-card:hover,
.produit:hover {
    transform: scale(1.05);
}

.details-overlay {
    padding: 20px;
}

.details-card {
    color: #222;
    padding: 20px;
    flex-basis: 32%;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    flex-direction: column;
    align-items: start;
    position: relative;
}


.icon-container {
    font-size: 30px;
    color: #028090;
    padding: 10px;
    background-color: rgba(2, 128, 144, .1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.details-card:hover .icon-container {
    background-color: #028090;
    color: #fff;
}

.text-container {
    flex: 1;
}

.text-container h3 {
    margin: 0;
    font-size: 18px;
    color: #028090;
}

.text-container p {
    font-size: 14px;
    color: #555;
}

.qtydiv,
.shop-banner .shop-banner-left .email {
    display: inline-block;
}

#shop_parameters #services_parameters input[type=checkbox]:checked+div,
.product-bottom.is_catalogue.show_price,
del::before {
    display: block;
}

.product-tarifs .product-promo.product_loop,
.shop-banner .shop-banner-left .address,
.shop-banner .shop-banner-left .email,
.shop-banner .shop-banner-left .phone {
    font-size: 14px;
}

.shop-banner .shop-banner-left i {
    padding-right: 10px;
}

.tbl-cart.items td,
del {
    padding: 0 10px;
}

.shop-banner .shop-banner-left .fa-map-marker-alt {
    color: #ffff;
}

.shop-banner-img {
    flex-basis: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.shop-banner-img img {
    object-fit: cover;
    height: 150px;
    width: 100%;
    margin-top: 25px;
}

.shop-banner-img .metier {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 7px;
    font-size: 12px;
    text-align: left;
}

.type,
.type>.categorie {
    padding-bottom: 10px;
    display: flex;
}

#btnEmpty,
.badge.promo,
.infos .promo {
    background: #ab268b;
}

input.qty {
    width: 50%;
    float: left;
}

#produits {
    background: rgba(242, 242, 242, .5);
    padding: 10px 40px;
    height: auto;
    margin-bottom: 20px;
}

#categorie-shop h2,
#featured-products h2,
#form-payment,
#main-shop section .product-infos h1,
#paiement .accordion-item,
#pickup>p,
#thankyou,
.boutique,
.paiement,
.services.payment,
.shop-cart .table-cart-details .qty,
.shop-payment ._by_company>p,
form#cart,
form#checkout,
form#shop_parameters,
table.items {
    width: 100%
}

table.items td,
table.items th {
    padding-left: 5px;
    padding-right: 15px;
}

#bottom-checkout,
#processCheckout,
#tva,
.cart-action,
.wrapper-market,
ul#menu-cart {
    display: flex;
}

form#shop_parameters row input,
table.total-order,
table.total-reserve,
table.tva {
    margin-left: auto;
}

table.total-order td,
table.total-reserve td,
table.tva td {
    padding: 15px;
}

.tbl-cart.items .product-name {
    width: 45%
}

.tbl-cart.items td.qty {
    width: 12%
}

.type {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 50px;
}

.type h3 {
    width: 100%;
    flex-basis: 100%
}

.type>.categorie {
    padding-top: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.categorie h4 {
    padding: 5px 10px;
    font-size: 17px;
    margin-bottom: 15px;
    width: 100%;
    background: var(--principale);
    color: #fff;
    border-right: 5px solid #fff;
    height: 30px;
}

.badge.promo {
    position: absolute;
    left: 0;
    padding: 5px 15px;
    border-radius: 7px;
    box-shadow: 0 0 5px #666;
}

form.product {
    flex: 1 0 33%;
    max-width: 33%
}

#product {
    padding: 25px;
    width: 100%
}

#product .product-infos {
    flex-basis: 62%;
    position: relative;
}

#product .product-infos .cart-action {
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

#product .product-infos .cart-action .add-to-cart-button {
    padding: 10px 20px;
    width: 50%;
    margin: 0 auto;
    font-size: 13px;
}

#more>p,
.tarifs {
    margin-bottom: 15px;
}

#product .product-infos .cart-action .add-to-cart-button input,
._by_company .adresse p {
    font-size: 15px;
}

#product .product-infos .cart-action .add-to-cart-button i,
.product-tarifs .product_loop.variation-price,
.txt-heading a {
    font-size: 16px;
}

#product .product-infos .cart-action .product-quantity {
    margin-bottom: 15px;
    margin-left: auto;
    width: 60%
}

#product #add-to-cart {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#product .productPage {
    display: flex;
    width: 100%
}

#product .product-wrapper-image {
    padding: 15px;
    width: 39%;
    flex-basis: 39%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    background: #fff;
    align-self: start;
}

#product .product-infos article.product-description {
    margin-top: 0;
    background: #fdfdfd;
    padding: 15px 25px;
}

#product .product-wrapper-image .image {
    height: auto !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#product .product-wrapper-image .image img {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
}

.product-prix-kilo {
    box-shadow: 0 0 1px #999;
    border-radius: 10px;
    align-self: start;
    margin-right: auto;
    font-weight: 700;
    padding: 5px 15px;
    background: var(--ivoire);
    margin-top: 25px;
}

.discount {
    align-items: center;
    justify-content: space-between;
}

.product-tarifs .product-tarif {
    color: #222;
    font-size: 25px;
    font-weight: 800;
    width: 40%;
    flex-basis: 40%
}

.is-loop .product-tarif.variation-price {
    flex-basis: 100%;
    text-align: left;
}

.product-tarifs .product-tarif.variation-price {
    width: 60%;
    font-size: 22px;
}

.product-tarifs .product-tarif.product_loop {
    font-size: 19px;
    width: 100%;
    text-align: right;
}

.see-desc a {
    text-decoration: underline;
    color: #555;
}

#description:target {
    scroll-margin-top: 150px;
}

#more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

#more>p {
    border-radius: 3px;
    padding: 5px 15px;
}

#more .product-origine {
    background: var(--blue_pastel);
}

#more .product-livraison {
    background: var(--green_pastel);
    color: #fff;
}

.stock i {
    color: var(--green_pastel);
}

.outofstock i {
    color: var(--red);
}

#more .product-weight {
    background: var(--ivoire);
}

.product-tarifs .product-promo {
    color: #999 !important;
    text-decoration: none;
    position: relative;
    font-size: 19px;
    line-height: 16px;
    margin-right: 8px;
    text-decoration-line: line-through;
    padding-left: 15px;
    order: 1;
}

.price_kg_loop {
    color: #777;
    font-size: 12px;
    font-weight: 700;
}

.product-tarif.promo {
    color: red;
    line-height: 21px;
}

#product #add-to-cart .cart-action {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    left: 0;
    right: 0;
    align-items: center;
}

#product #add-to-cart .cart-action .qtydiv {
    justify-content: end;
    align-items: center;
}

#product #add-to-cart .cart-action .qtydiv p input {
    min-height: 100%;
    align-self: stretch;
    background: #fff;
}

#product #add-to-cart .cart-action .qtydiv .qtybox {
    flex-basis: 45%;
    align-items: stretch;
    height: 100%
}

#product .product-infos {
    background: #fff;
    padding: 15px 30px;
}

.product-bottom:not(.liberale):not(.is_quote):not(.is_catalogue) {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.produit {
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(61, 87, 119, .2);
    position: relative;
    max-width: 270px;
    background: #ffff;
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: transform .4s;
    min-height: 270px;
}

.produit:hover {
    box-shadow: 0 4px 8px 0 rgba(61, 87, 119, .3);
}

.produit .infos {
    padding: 5px 0 0;
    height: auto;
    color: #555;
    font-size: 14px;
}

#paiement ._by_company p,
.produit .infos p,
.services_checkout+p,
.shop-header #menu_fiche {
    margin-bottom: 0;
}

.produit .libelle {
    margin-bottom: 2px;
    color: #222;
    font-weight: 700;
    font-size: 12px;
}

.produit .infos .description {
    font-size: :12px !important;
    font-weight: 400;
    min-height: 20px;
}

.image img {
    max-width: 100%;
    align-self: center;
    object-fit: cover;
}

.image {
    height: 145px;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}

.tarifs {
    height: 35px;
    width: 100%;
    display: flex;
}

.boutique #menu_fiche {
    width: 99%
}

.tarif {
    font-weight: 700;
    margin-left: 20px;
    font-size: 25px;
    color: red !important;
}

.tarifs .promo {
    padding-top: 5px;
    margin-left: auto;
    margin-bottom: 0;
    min-height: 24.5px;
}

#go_to_cart,
.infos .promo {
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

.infos .promo {
    font-size: 17px;
    box-shadow: 0 0 3px #777;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-style: italic;
}

#shopping-cart,
#shopping-cart .services,
.see_product,
.services-container,
.sidebarShop .wrapper-image,
article,
del {
    position: relative;
}

.productPage .cart-action {
    margin-top: 20px;
    right: 10px;
    bottom: 5px;
}

.cart-action .add-to-cart-button {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--principale);
    color: #fff;
    padding-left: 15px;
    padding-right: 7px;
    margin-left: auto;
    align-self: end;
}

.summary-details-company,
form#cart {
    justify-content: space-between;
    display: flex;
}

.cart-action .add-to-cart-button.disabled {
    background: rgba(0, 157, 139, .4);
    color: #f7f7f7;
}

.cart-action .add-to-cart-button.disabled input[type=submit]:disabled {
    color: #f7f7f7;
    background: 0 0 !important;
}

.cart-action .add-to-cart-button.quote {
    padding-left: 7px;
    padding-right: 3px;
}

.cart-action .add-to-cart-button a,
.cart-action .add-to-cart-button input {
    padding: 5px 12px 5px 5px;
}

.cart-action .add-to-cart-button.quote input {
    padding: 5px 7px 5px 0 !important;
}

#go_to_cart {
    background: var(--principale);
    float: right;
}

#go_to_cart i {
    font-size: 14px !important;
    padding-right: 12px;
}

del {
    color: #555 !important;
    font-size: 17px;
}

#product del {
    font-size: 22px;
}

#main-shop section h2,
.boutique del {
    font-size: 19px;
}

.txt-heading,
form#shop_parameters h3 {
    font-size: 25px;
}

del::before {
    content: " ";
    width: 100%;
    border-top: 1px solid #555;
    height: 12px;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform: rotate(-7deg);
}

.product-quantity {
    padding-left: 5px;
}

#shopping-cart {
    padding-top: 50px;
    width: 100%
}

#shopping-cart td,
#thankyou td {
    padding-bottom: 5px;
    padding-top: 15px;
    border-bottom: 1px solid #f2f2f2;
}

#shopping-cart #qty,
#thankyou #qty {
    width: 50px;
}

#btnEmpty {
    margin-left: auto;
    color: #fff;
    padding: 8px 15px 0;
}

.txt-heading {
    display: flex;
    margin-bottom: 25px;
}

#go-to-shop {
    color: #ab268b;
    background: #fff;
    padding: 3px 7px;
}

#processCheckout a,
#processCheckout input {
    margin-left: auto;
    background: var(--principale);
    color: #fff;
    padding: 10px 25px;
    border-radius: 9px;
}

#total-cart {
    background: #fff;
    align-self: start;
    flex-basis: 30%
}

#total-cart.total-cart-checkout {
    flex-basis: 40%
}

.table-cart-details>div {
    background: #fff;
    margin-bottom: 25px;
}

.shop-cart .table-cart-details {
    flex-basis: 60%
}

.shop-thankyou .paiement {
    background: #fff;
    padding: 15px 45px;
}

#total-cart h3 {
    background: #6b6a68;
    color: #fff;
    padding: 15px 25px;
    margin-top: 0;
}

#paiement .companies ._by_company,
form#checkout {
    padding-bottom: 20px;
}

.summary-details-company {
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
}

#global-total-order,
#global-total-reserve {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 10px;
}

#global-total-order .total-price,
#global-total-reserve {
    font-weight: 700;
    font-size: 19px;
    color: #e23b13;
}

._by_company {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-around;
}

.billing .row .input-box-100 {
    width: 100% !important;
}

form#checkout .inline-block {
    margin-left: auto;
    width: 50%
}

form#checkout .inline-block input {
    border-radius: 7px;
    padding: 2px 5px;
    text-align: left;
    width: 100%
}

.billing-detail-heading {
    font-size: 25px;
    padding: 15px 0;
}

.sell_by,
p.warning {
    font-size: 18px;
}

.boutique nav ul#menu-cart li {
    list-style: none;
    margin-left: auto;
    padding-right: 15px;
}

.boutique nav ul#menu-cart li a {
    text-transform: none !important;
}

#MAINthankyou .sell_by,
.boutique .type h3,
.warning h3 {
    margin-top: 0;
}

.paiement label {
    padding-left: 20px;
    padding-top: 5px;
}

.paiement p {
    width: 25%;
    display: flex;
}

.paiement>div {
    background: #f2f2f2;
    width: 100%;
    padding: 5px 15px;
}

.paiement>p {
    background: rgba(44, 175, 175, .6);
    color: #fff;
    padding: 2px 10px 5px;
    margin-bottom: -3px;
    width: 100%
}

.active>p {
    background: #2cafaf;
}

input.error {
    border: 2px solid red;
}

#thankyou th {
    padding: 10px 15px;
}

.warning {
    background: var(--yellow);
    color: #222;
    padding: 15px 25px;
    margin-bottom: 35px;
}

span.required::before {
    content: '*';
    color: red;
    display: inline-block;
    width: 5px;
    padding-left: 4px;
}

#shop_order {
    width: 100%;
    padding: 5px 20px;
}

#etat {
    margin-bottom: 7px;
}

#shopping-cart .click {
    padding-right: 15px;
}

.services-container {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid var(--principale);
    padding: 10px 5px 30px;
}

#shopping-cart .services_checkout h3 span {
    font-size: 13px;
}

#shopping-cart .services_checkout label {
    background: #f2f2f2;
    padding: 3px 10px;
    border-radius: 4px;
}

#shopping-cart .services {
    padding-left: 15px;
    flex: 2 0 35%
}

#shopping-cart .services_checkout h3 {
    width: 100%;
    margin-top: 0;
}

#shopping-cart .services_checkout input.service:checked+label,
.dialog-checkout .modal-header {
    background: var(--principale);
    color: #fff;
}

.condition_reservation,
.delai_collect,
.tarif_livraison {
    display: none;
    width: 100%;
    flex-basis: 100%
}

form#shop_parameters row {
    width: 97%;
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

form#shop_parameters row textarea {
    width: 100%;
    margin-bottom: 20px;
}

#MAINthankyou #total-cart,
.row,
.shop-header nav.tabFiche ul li.Proprio {
    margin-left: 0;
}

input[type=submit]:disabled {
    background: rgba(0, 157, 139, .4) !important;
}

.see_product {
    padding-bottom: 5px;
    display: flex;
    font-weight: 400;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

#img {
    width: 200px;
}

.qtydiv label {
    display: block;
    margin-bottom: 12px;
    letter-spacing: 2.8px;
    color: #747a7b;
}

.qtydiv .btnqty {
    display: flex;
    user-select: none;
    font-size: 16px;
    font-weight: 700;
    padding: 2px 10px;
    background: #fff;
    color: #555;
    justify-content: center;
    align-items: center;
}

.qtydiv .quantity-input {
    height: 100%;
    border: none;
    background: #ffff;
    width: 100% !important;
    outline: 0;
    display: inline-block;
}

section>.boutique form:not(.quote) .qtydiv {
    position: absolute;
    right: 0;
}

section>.boutique #product form:not(.quote) .product-infos .cart-action {
    right: 0;
    height: 100px;
}

section>.boutique form:not(.quote) .add-to-cart-button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0;
}

.qtybox {
    display: flex;
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;
}

.qtybox .icon {
    flex-basis: 27%;
    line-height: 25px;
    min-width: 27%
}

.qtydiv p {
    width: 46%;
    margin-bottom: 0;
    padding: 0;
    align-self: stretch;
}

.company-th {
    padding-left: 15px !important;
    background: var(--principale) !important;
    color: #fff;
    height: 35px !important;
    font-weight: 400;
}

th.separator {
    height: 10px !important;
    background: 0 0 !important;
}

._by_company .table-cart-details {
    flex: 4 0 55%
}

.services .accordion-item h2 {
    margin-top: 0 !important;
    padding: 7px 5px;
}

.services .accordion-button {
    padding: 17px 15px;
    color: #222;
    font-size: 17px;
}

.services_checkout p {
    padding: 5px 0;
}

#paiement .accordion-header,
.no-sidebar,
.services.payment h2 {
    padding: 0;
}

.instructions.payment {
    background: #fff;
    padding: 15px 25px;
    margin: 15px;
}

.services .btn-payment {
    background: var(--bg_principale_clair);
}

.services .btn-services {
    background: #6b6a68;
    color: #fff;
}

.services.payment .notice {
    font-size: 14px;
    background: var(--marron);
}

.sell_by {
    width: 100%;
    flex-basis: 100%;
    font-weight: 700;
}

.shop-billing #header_left,
.shop-cart #header_left,
.shop-payment #header_left {
    height: 85px;
    border-bottom: 1px solid #ddd;
}

.shop-payment .sell_by span {
    display: inline-block;
    border: 1px solid #bbb;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
}

#total-cart .livraison {
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
}

.billing {
    background: #fff;
    padding: 10px 25px 45px;
}

.dialog-checkout p {
    background: #fff;
    border: none;
}

#paiement {
    padding: 5px 15px 15px 0;
    display: flex;
    justify-content: space-between;
}

#paiement .companies {
    flex-basis: 60%
}

#paiement .total-cde {
    flex-basis: 39%
}

#paiement ._by_company {
    padding: 0;
    background: 0 0;
}

.companies ._by_company {
    background: #fff;
    padding: 20px 40px;
}

#paiement .horaires_infos {
    padding: 0;
    border-top: 1px solid #ccc !important;
    border-radius: 5px;
    width: 95%;
    margin: 10px auto;
}

.horaires_infos .accordion-button {
    color: #222;
}

.horaires_infos .accordion-header {
    padding: 10px;
}

.horaires_infos .accordion-button::after {
    width: 30px;
    background-image: url(" data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btn-lg {
    width: 100%;
    padding: 10px 20px;
    font-size: 19px;
}

.column {
    flex-direction: column;
    display: flex;
}

#MAINthankyou .adresse,
body.shop-thankyou .adresse {
    background: #fff;
    align-self: flex-start;
    padding-bottom: 15px;
    flex: 1 1 auto;
}

#MAINthankyou .adresse p,
body.shop-thankyou .adresse p {
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 0 12px;
}

#MAINthankyou .adresse h2,
body.shop-thankyou .adresse h2 {
    background: #2cafaf;
    padding: 17px 15px;
    color: #fff;
    font-size: 19px;
    margin-top: 0;
}

#MAINthankyou .table-cart-details,
body.shop-thankyou .table-cart-details {
    background: #fff;
    flex: 3 1 auto;
    padding: 5px 15px;
}

#MAINthankyou .paiement>div {
    box-sizing: border-box;
    padding: 5px 15px;
}

#MAINthankyou .paiement>div p {
    margin-top: 2px;
}

#MAINthankyou .paiement p {
    margin-bottom: 2px;
    box-sizing: border-box;
}

#MAINthankyou {
    width: 90%;
    margin: 0 auto;
}

#MAINthankyou ._by_company {
    background: #f9f9f9;
    padding: 15px 25px;
    box-shadow: 0 0 2px #aaa;
    border-top: 1px solid #6e1849;
}

.message {
    background: var(--principale);
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

#billing p,
#shipping p {
    margin-top: 2px;
    margin-bottom: 2px;
}

#billing,
#shipping {
    background: #fff;
    padding: 5px 15px;
    margin-bottom: 25px;
    flex: 0 1 calc(50% - 100px);
    align-items: stretch;
}

.txt-center {
    justify-content: center;
    padding-top: 5px !important;
    padding-bottom: 2px !important;
}

#header-order,
.billing_shipping {
    display: flex;
    justify-content: space-between;
}

#header-order p {
    margin: 0;
}

#title-order h2,
.order-type.order,
.order-type.reserve {
    color: var(--principale);
}

.order-type {
    background: #fff;
    border-radius: 7px;
    padding: 5px 15px;
    margin-right: 20px;
}

.order-type.quote {
    color: #6e1849;
}



#main-shop section {
    background: #fbf8f6;
    padding-bottom: 30px;
    flex: 0 1 70%;
    align-self: auto;
}

#main-shop aside {
    width: 20%;
    flex-basis: 20%
}

.no-shop #main-shop section {
    background: #fff;
    padding-right: 30px;
}

#main-shop #left {
    background: #fff;
    padding: 0;
    border: 1px solid #ccc;
}

#main-shop section h1,
#main-shop section h2 {
    color: #444;
    text-align: center;
    margin: 20px 0;
    flex-basis: auto;
    width: 100%;
    padding: 5px 40px 5px 0;
}

#main-shop section h1 {
    padding-left: 10px;
}

#main-shop section h1.product-libelle {
    padding-left: 0;
}

.shop-banner {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    justify-content: space-between;
}

.shop-name::after {
    content: '';
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    width: 70%;
    margin: 0 auto;
    height: 2px;
    display: block;
}

#main-shop .shop-name {
    text-transform: uppercase;
    font-size: 18px;
}

#main-shop aside .shop-name {
    padding: 0 15px;
}

.section.sidebarShop {
    margin-top: 10px;
}

.sidebarShop {
    padding-bottom: 25px;
    background: #fff;
    padding-top: 15px;
}

.sidebarShop img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.sidebarShop .wrapper-image {
    padding: 0 25px;
    margin-bottom: 15px;
}

#categorie-shop {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: start;
}

.gallery-image {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 7px;
}

.gallery-image img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

._lightbox {
    flex: 1 1 30%;
    max-width: 30%;
    width: 30%;
    padding: 5px;
    height: auto;
    display: block;
}

.no-shop .cta-client,
.no-shop .cta-pro {
min-height: 350px;
    position: relative;
}

.no-shop .cta-client h3,
.no-shop .cta-pro {
    padding-bottom: 15px;
}

.no-shop .cta-client p:last-child,
.no-shop .cta-pro p:last-child {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

#featured-products {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.img-placeholder {
    width: 150px;
}

.alert span.qty {
    padding-top: 15px;
    display: inline-block;
}

.product-infos .footer {
    padding-top: 10px;
    display: flex;
}

a.reset_option {
    padding: 5px 15px;
    border: 1px solid #ccc;
}

@media only screen and (min-width:1390px) {
    form.product {
        flex: 1 0 25%;
        max-width: 25%;
        margin-top: 25px;
    }
}


@media only screen and (max-width:490px) {


    #categorie-shop .produit{
        max-width: 80%!important;
    }
    #categorie-shop .produit img{
        width: 100%;
        object-fit: cover;   
    }

    #categorie-shop form{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-shop,.store-info {
        flex-direction: column;
    }

       .container-shop{
        padding: 25px!important;
       }

    .store-logo{
        margin-bottom:15px
    }

    .store-name{
        width: 100%;
        text-align: center;
    }
    .store-contact{
        margin: 0;
        padding: 0;
    }

    .store-contact p:nth-of-type(4){
        margin-bottom: 45px;
    }

.store-details{
    padding: 0px!important;
}

    .icons-menu{

        position: absolute;

        bottom: 15px;
    }
}