:root {
    --eshop-border: #1A2B46;
    --eshop-border-orange: #BF6F36;
    --eshop-border-dark: rgb(26, 43, 70);
    --eshop-border-dark-active: #152338;
    --eshop-text-dark: rgb(26, 43, 70);
    --eshop-text-orange: #BF6F36;
    --eshop-text-gray: #686C7E;
    --eshop-btn: #1A2B46;
    --eshop-btn-active: #152338;
    --eshop-btn-hover: #33507e;
    --eshop-btn-orange: #C67E4C;
    --eshop-btn-orange-active: #c47945;
    --eshop-btn-orange-hover: #c78d66;
    --eshop-background: #C4C4C4;
    --eshop-background2: #D9D9D9;
    --eshop-background-80: rgba(26, 43, 70, 0.8);
}

.config-card {
    background:transparent !important;
    border: none !important;
    color: #fff !important;
    margin-top: 5px;
}

.config-card .card-body {
    border: 1px solid var(--eshop-border-dark) !important;
    background-color: var(--eshop-background) !important;
    border-radius: 12px !important;
    color: var(--eshop-text-dark) !important;
}

.config-card .config-card-header {
    display:flex;
    flex-direction: row;
}

.config-card .config-card-header i {
    height: 64px !important;
    width: 64px !important;
    font-size: 35px !important;
    text-align: center !important;
}

.config-card .config-card-header .config-title {
    margin-left: 25px;
}

.config-card .config-card-header .config-title .config-component-name {
    font-size: 15px;
    color: var(--eshop-text-orange);
}
.config-card .config-card-header .config-title .config-current {
    font-weight: initial;
}

.config-card .config-card-header .config-toggle  {
    border: 1px solid var(--eshop-border) !important;
    color: #fff;
    border-radius: 5px !important;
    background-color: var(--eshop-btn) !important;
    margin-left: auto;
    max-height: 40px;
}

.config-card .config-card-header .config-toggle:hover  {
    border: none;
    border-radius: 5px !important;
    background-color: var(--eshop-btn-hover) !important;
}

.config-card .config-panel {
    margin-top: 10px !important;
}

.payments-gw img {
    max-width: 100px;
    height: 40px;
}

.payments-gw span {
    margin-top: 20px;
}

.payments-gw {
    margin-top: 1rem;
}

.payment-gw img {
    max-width: 80px;
    max-height: 50px;
    margin-bottom: 0.75rem;
}

/* Style général des cartes */
.btn-payment-gw {
    background-color: transparent;
    border: 1px solid var(--eshop-btn-hover);
    border-radius: 1rem;
    text-align: center;
    transition: all 0.25s ease;
    min-height: 100px;
    max-height: 100px;
}

.btn-payment-gw i {
    color: var(--eshop-text-dark);
    font-size: 32px !important;
    margin-top: 0.25rem;
}

.btn-payment-gw img {
    margin-top: 0.25rem;
}

.btn-payment-gw span {
    font-size: 1.05rem;
    margin-top: 0.25rem;
    color: var(--eshop-text-dark);
}

/* Effet au survol */
.btn-payment-gw:hover {
    background-color: var(--eshop-background);
    border-color: var(--orange);
    color: var(--eshop-text-dark);
}

.btn-payment-gw:hover img {
    transform: scale(1.05);
}

/* Quand sélectionné */
.btn-check:checked + .btn-payment-gw {
    border-color: var(--orange);
    background: var(--eshop-background);
}

.total-box {
    border-radius: 15px !important;
}
.total-box .card-body {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.total-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:14px 16px;
    background: var(--eshop-background2);
    color: var(--eshop-text-dark);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.total-bar .text-bold {
    font-weight: bold;
    font-size: 15px;
}

.total-bar .price-xl {
    font-size: 20px;
}

.eshop-btn-xl {
    font-size: 18px;
}

.eshop-btn-light {
    background: var(--eshop-background2);
    color: var(--eshop-text-dark);
    border: 1px solid var(--eshop-border-dark);
}

.eshop-btn-light:hover {
    background: var(--eshop-background) !important;
    color: var(--eshop-border-dark-active) !important;
    border: 1px solid var(--eshop-border) !important;
}

.eshop-btn-light:active {
    background: var(--eshop-btn-active) !important;
    color: #fff !important;
    border: 1px solid var(--eshop-btn-active) !important;
}

.eshop-btn-dark {
    background: var(--eshop-btn);
    color: #fff;
    border: 1px solid var(--eshop-border-dark);
}

.eshop-btn-dark:hover {
    background: var(--eshop-background);
    color: var(--eshop-text-dark) !important;
    border: 1px solid var(--eshop-border);
}

.eshop-btn-dark:active {
    background: var(--eshop-btn-active) !important;
    color: #fff !important;
    border: 1px solid var(--eshop-btn-active) !important;
}

.eshop-btn-orange {
    background: var(--eshop-btn-orange);
    color: #fff;
    border: 1px solid var(--eshop-border-orange);
}

.eshop-btn-orange:hover {
    background: var(--eshop-background);
    color: var(--eshop-text-orange) !important;
    border: 1px solid var(--eshop-border-orange);
}

.eshop-btn-orange:active {
    background: var(--eshop-btn-orange-active) !important;
    color: #fff !important;
    border: 1px solid var(--eshop-btn-orange-active) !important;
}

.eshop-price-box {
    background: var(--eshop-background);
    color: var(--eshop-text-dark);
    font-weight: bold;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    border: 1px solid var(--eshop-border-dark);
}

.eshop-configure-btn {
    background: var(--eshop-btn);
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 2px;
    border: none;
}

.eshop-configure-btn:hover {
    background: var(--eshop-background);
    color: var(--eshop-text-dark) !important;
    border: 1px solid var(--eshop-border);
}

.eshop-configure-btn:active {
    background: var(--eshop-background) !important;
    color: var(--eshop-text-dark) !important;
    border: 1px solid var(--eshop-border) !important;
}

.eshop-offer-subtitle {
    color: var(--eshop-text-orange);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.eshop-totals .eshop-total-line {
    display: flex;
    justify-content: space-between;
    color: var(--eshop-text-dark);
}

.eshop-promo-input {
    background: var(--eshop-background2) !important;
    color: var(--eshop-text-dark) !important;
    border: 1px solid var(--eshop-border) !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.eshop-offer-name {
    text-align: center;
    color: var(--eshop-text-orange);
}

.eshop-offer-description {
    text-align: center;
    margin-bottom: 100px;
}

.eshop-text-orange {
    color: var(--eshop-text-orange);
}

.eshop-offres-desc {
    margin-top: 50px;
    text-align: center;
    color: var(--eshop-text-gray);
}

.eshop-offres-devis {
    margin-top: 50px;
    font-size: 20px;
    display:flex;
    align-items: center;
    justify-content: center;
    color: var(--eshop-text-dark);
    text-align: center;
}

.eshop-offres-devis a {
    margin-left: 25px;
}

.eshop-btn-devis {
    max-width: 200px;
    font-size: 20px;
}

.eshop-adresse-card, .eshop-adresse-card .card-body  {
    border-radius: 15px !important;
}

.eshop-text-dark {
    color: var(--eshop-text-dark);
}

.eshop-accordion {
    text-transform: initial !important;
}

.eshop-order-content {
    font-weight: 500;
}

.eshop-accordion-item {
    background: var(--eshop-background) !important;
    margin-bottom: 5px;
    border: 1px solid var(--eshop-border-dark);
    border-radius: 15px;

}

.eshop-accordion-header button {
    background: transparent !important;
    border: none !important;
    padding: 5px;
    margin-left: 15px;
    font-size: 15px !important;
    width: 100%;
    height: 100%;
    text-align: left;
}

.eshop-accordion-header button:after {
    background: transparent !important;
    border: none !important;
}

.eshop-order-content .eshop-order-totals .eshop-order-total{
    display: flex;
    justify-content: space-between;
}

.eshop-order-articles {
    display: flex;
    flex-direction: column;
}

.eshop-order-articles, .eshop-order-article {
    display: flex;
    justify-content: space-between;
}

.eshop-order-item {
    background: var(--eshop-background) !important;
    margin-bottom: 10px;
    border: 1px solid var(--eshop-border-dark);
    text-transform: initial !important;
    font-weight: initial;

}

.eshop-order-item, .eshop-order-content {
    padding: 12px;
    font-size: 15px !important;
    border-radius: 15px;
}

.eshop-order-item .eshop-order-articles, .eshop-order-totals  {
    margin-top: 40px;
    margin-left: 12px;
}

.eshop-order-article-description ul, li {
    list-style: none;
    color: var(--eshop-text-gray);
}

.eshop-order-content-header {
    display: flex;
    justify-content: space-between;
}

.eshop-orders-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}

.eshop-orders-filter a {
    background: var(--eshop-background);
    color: var(--eshop-text-dark) !important;
    border: 1px solid var(--eshop-border-dark);
    border-radius: 5px;
    padding: 5px;
    font-size: 12px !important;
    margin-right: 10px;
}

.eshop-orders-filter a:hover {
    background: var(--eshop-btn);
    color: #fff !important;
    border: 1px solid var(--eshop-btn);
}

.eshop-orders-filter-active a {
    background: var(--eshop-btn);
    color: #fff !important;
    border: 1px solid var(--eshop-btn);
}

.eshop-order-invoices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
}

.eshop-order-invoices .eshop-order-invoice {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: var(--eshop-background2) !important;
    padding: 10px;
    font-size: 15px;
    border-radius: 15px;
}

.eshop-order-invoices .eshop-order-invoice, .icon {
    margin-right: 10px;
}

.eshop-order-invoices .eshop-order-invoice, a {
    color: var(--eshop-text-dark) !important;
}

.eshop-order-invoices .eshop-order-invoice:hover {
    border: 1px solid var(--eshop-btn);
    color: var(--eshop-text-dark) !important;
}

.eshop-order-invoices .eshop-order-invoice, a:hover {
    color: var(--eshop-text-dark) !important;
}

@media (max-width: 768px) {
    .eshop-btn-filter {
        margin-bottom: 10px;
    }

    .eshop-adresse-card {
        margin-top: 10px;
    }
}
