.carousel .carousel-item img {
    height: auto;
}
div#carousel {
    padding-bottom: 0;
}
ol.carousel-indicators{
    display: none;
}
#checkout .ps-shown-by-js{
    text-align: right;
}
#checkout .ps-shown-by-js .alert{
    text-align: left;
}
#checkout .place_order{
    float: inherit;
}
.encoded-obf {
    cursor: pointer;
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.encoded-obf:hover {
    background-color: #f5f5f5; /* à adapter à votre thème */
    text-decoration: underline;
}