#addons .customizations__value.selected:after{
    content: '✔';
}

#addons .customizations__title {
    text-align: center;
    padding-top: 0;
}

#addons .customizations__label {
    font-size: 16px;
}

#addons .customizations__image {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    padding-left: unset;
}

#addons .customizations {
    margin: 0 auto;
    overflow: hidden;
    height: 650px;
}

#addons .customizations.has-scroll-arrows {
    margin-top: 20px;
}


#addons .customizations__wrapper {
    overflow: scroll;
    height: 100%;
}

#addons .customizations.has-scroll-arrows .customizations__wrapper {
    height: 80% !important;
}


.is-web #addons .customizations, .is-tpv #addons .customizations {
    height: 100%;
}

.is-web #addons .customizations .customizations__wrapper, .is-tpv #addons .customizations .customizations__wrapper {
    overflow: hidden;
}

#addons .customizations .btn {
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 20px;
}

#addons .sheet__wrapper {
    padding-bottom: 35px !important;
}

#addons .addon {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

#addons .addon .stock {
    width: 72px;
    right: -13px;
    top: 13px;
    border-radius: 12px;
    box-shadow: unset;
    font-size: 14px;
    font-weight: 500;
}

#addons .addon .addon__elements {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#addons .addon .addon__elements .addon__element {
    margin: 0 2px;
}

#addons .addon .addon__elements .addon__element.customizations__selection__wrapper, #addons .addon .addon__elements .addon__element.customizations__quantity__wrapper {
    width: 15%;
    min-width: 90px;
}

#addons .addon .addon__elements .addon__element.customizations__selection__wrapper .selection {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 20px;
}

#addons .addon .addon__elements .addon__element.customizations__quantity__wrapper .quantity-selector {
    justify-content: space-evenly;
    font-size: 13px;
}

#addons .addon .addon__elements .addon__element.customizations__quantity__wrapper .quantity-selector a {
    border-width: 2px;
    width: 40px;
    height: 35px;
    margin: 0 5px;
}

#addons .addon .addon__elements .addon__element.customizations__value__wrapper {
    width: 15%;
    margin: 0 5px;
}

#addons .addon .addon__elements .addon__element.customizations__value__wrapper .customizations__value {
    width: 100%;
    height: 35px;
    border-width: 2px;
    border-radius: var(--border-radius);
    padding: 0 15px;
    font-size: 20px;
    margin-left: 0;
}

#addons .addon .addon__elements .addon__element.customizations__text {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 10px;
    min-width: 70px;
}

#addons .addon .addon__elements .addon__element.customizations__price {
    font-size: 20px;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 10px;
}

#addons .addon .addon__elements .addon__element.customizations__price .offert {
    display: block;
    font-size: 14px;
}

#addons .addon .addon__elements .addon__element.customizations__image__wrapper {
    width: 50px;
}

#addons .sheet__buttons {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {

    #addons .addon .addon__elements .addon__element.customizations__quantity__wrapper .quantity-selector a {
        height: 33px;
    }

    #addons .addon .addon__elements .addon__element.customizations__value__wrapper .customizations__value {
        border-width: 2px;
        height: 35px;
    }

    #addons .addon .addon__elements .addon__element.customizations__selection__wrapper .selection {
        max-width: unset;
    }

}

@media screen and (max-width: 500px) {

    #addons .addon .addon__elements .addon__element.customizations__selection__wrapper, #addons .addon .addon__elements .addon__element.customizations__quantity__wrapper {
        min-width: 70px;
        margin: 0 10px 0 0;
    }

    #addons .addon .addon__elements .addon__element.customizations__value__wrapper {
        margin: 0 10px 0 0;
    }

    #addons .addon .addon__elements .addon__element.customizations__price {
        font-size: 14px;
        padding: 0;
        min-width: 50px;
    }

}

@media screen and (max-width: 400px) {

    #addons .addon .addon__elements .addon__element.customizations__image__wrapper {
        width: 35px;
    }

    #addons .addon .addon__elements .addon__element.customizations__image__wrapper .customizations__image {
        width: 35px;
        height: 35px;
    }

    #addons .addon .stock {
        transform: unset;
        top: 7px;
        right: -22px;
    }

}
