.livraison-logo {
    max-width: 160px;
    transition: transform 0.2s;
}

.swatches-form h4,
section.product-detail .qte h3 {
    font-size: 12px;
}

.swatches-form .label-swatches {
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    padding: 4px 10px;
    min-width: 32px;
    text-align: center;
    background: #fff;
}

.swatches-form .form-check {
    padding: 0;
}

.swatches-form .form-check-label {
    cursor: pointer;
}

.swatches-form .form-check-input[type=radio] {
    position: absolute;
    margin-left: 8px;
    visibility: hidden;
}

.swatches-form input:checked+label {
    border: 2px solid green;
}

.method-payment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.method-payment-list img {
    width: 120px;
    max-width: 120px;
}

.method-payment-list li>label {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    padding: 16px 10px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.method-payment-list li>label:hover {
    background-color: #e5ebeb;
}

.method-payment-list li>ul>li {
    list-style: none;
}

ul.relais-list {
    list-style: none;
    padding: 25px;
    background-color: #e8ebf0;
    border-radius: 4px;
}

ul.relais-list li input {
    margin-right: 10px;
}

ul.relais-list li label {
    cursor: pointer;
    margin-bottom: 0.5rem;
}

#shipping-method-choice label {
    cursor: pointer;
}

.price .lt {
    font-size: 70%;
    font-weight: 400;
    text-decoration: line-through;
}

.product-img img {
    max-width: 200px;
}

.qteMoins.disabled,
.qtePlus.disabled {
    opacity: 0.3;
}

#confirmationPanier .btn {
    min-width: 235px;
}

section.login-client {
    background-color: #ffffff;
}

section.login-client .container {
    max-width: 500px;
}

section.login-client .card {
    padding: 40px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.p-viewer {
    float: right;
    margin-top: -30px;
    margin-right: 8px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}