.section-delivery {
    background-color: var(--color-gray-light);
    padding-top: 40px;
}

.brand-logo {
    width: 100px;
}

.best-sell-img {
    width: 60%;
}

.best-sell-body {
    height: 150px;
}

.best-sell-card {
    text-align: center;
}

.best-sell-card img {
    margin: auto;
}

.stock-dot, .out-of-stock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.stock-dot {
    background-color: #3B9D22;
}

.out-of-stock-dot {
    background-color: #dc540f;
}

.out-of-stock-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff3cd;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ffc107;
    text-align: center;
    font-weight: bold;
    color: #856404;
}

.out-of-stock-message i {
    margin-right: 8px;
    color: #856404;
}


.best-sell-body .card-title {
    min-height: 48px;
    line-height: 1.2;
}

.logo-best-sellers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--pms-10);
}

.best-sell-body hr {
    margin-top: var(--pms-10);
}

.delivery-bottom {
    background-color: var(--color-primary);
    text-align: center;
    font-weight: var(--font-weight-medium);
    padding: 2px;
}

.best-sellers {
    background-color: var(--color-white);
    padding: var(--pms-20);
}

.no-space {
    margin-bottom: var(--pms-10);
    margin-right: var(--pms-20);
}

.advice-discover:hover {
    text-decoration: underline;
}

.advice-discover {
    text-decoration: none;
}

.carousel-advice .own-color, .advice-discover {
    color: var(--color-primary);
    font-weight: bold;
}

.advice-body {
    height: 90px;
}

.advice-card .card-text {
    font-size: 1.1rem;
}

.register-or-login {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: var(--color-white);
    padding: 30px;
}


.delivery-type {
    background-color: #f1f3f5;
}

.step-number {
    width: 1.8rem;
    height: 1.8rem;
    background-color: var(--color-primary);
    font-size: var(--default-font-size);
    color: var(--color-black);
    aspect-ratio: 1 !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: var(--default-font-size);
}

@media (max-width: 1200px) {
    .step-number {
        width: 2rem;
        height: 2rem;
        font-size: var(--default-font-size);
    }
}

.step-content h6 {
    margin-left: 5px;
    color: var(--color-dark-gray);
}

.delivery-note {
    background-color: var(--color-primary);
    font-size: 0.9rem;
    color: var(--color-dark-gray);
    font-weight: bold;
    border-radius: 5px;
}

.or-widget {
    margin: 30px auto;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-gray-medium);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C9CACE;
}

.or-widget span {
    font-weight: bold;
    color: var(--color-dark-gray);
}

.address-card {
    /*height: 350px !important;*/
    height: 100% !important;
}

.custom-empty-cart {
    font-size: 150px;
    color: var(--color-primary);
    margin: 0 auto;
}

.simple-warning {
    background-color: #f9d342; /* Jaune clair */
    color: #333;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #f2c514;
    margin-bottom: 15px;
}

.hover-adv-title {
    text-decoration: none;
    color: var(--color-black);
}

.hover-adv-title:hover {
    text-decoration: underline;
}

.f-of-adv-t {
    display: block; /* Change l'élément en un bloc */
    margin-left: 20px;
}

.label-certification img, .label-certif img {
    width: 30px;
    margin-left: 5px;
}

.label-sound .noise-text {
    /*margin-left: -3px;*/
    /*padding-right: 5px;*/
}

.noise-value {
    font-size: 0.9rem;
    font-weight: bold;
}

.noise-unit {
    font-size: 0.8rem;
}

.noise-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1; /* Réduit l'espacement vertical entre `noise-value` et `noise-unit` */
}

.total-line {
    margin-top: auto;
}

.dividers {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.total {
    font-size: var(--font-size-small);
    text-align: left;
    margin: 20px;
}

.total-label {
    font-weight: bold;
}

.total-price {
    font-size: var(--default-font-size);
    font-weight: bold;
}

.total-note {
    font-size: 12px;
    color: #666;
    margin-left: 2px;
}

.pricing-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.not-contractual-img {
    font-size: 0.6em;
    color: #666666;
    float: right;
}

.tire-description-card .card-body h5,
.tire-description-card .card-body h6 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.tire-description-card .btn-link {
    text-decoration: none;
}

.tire-description-card .btn-link:hover {
    text-decoration: underline;
}

.t-d-title {
    font-weight: bold;
    font-size: 17px;
}

.t-describe {
    margin-top: 10px;
}

.tire-summary {
    font-weight: bold;
}

.tire-description-card .card-body {
    max-width: 90%;
    margin: 0 auto;
    text-align: justify;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader-tire {
    width: 80px;
    height: 80px;
    border: 8px solid #333;
    border-radius: 50%;
    border-top: 8px solid #fc9f18;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tire-details {
    width: 60px;
    height: 60px;
    border: 4px dashed #777;
    border-radius: 50%;
    position: absolute;
}

.loader-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.delivery-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.delivery-card {
    display: block;
    border: 2px solid #dee2e6;
    cursor: pointer;
    border-radius: 0.5rem;
}

.delivery-radio:checked + .delivery-card {
    border-color: #ffb70A;
}

.delivery-card:hover {
    border-color: #ffb70A;
}
