#cdcustomproduct-extracontent-id{
    z-index: 5;
    left: 0% !important;
    margin-bottom: 0;
}

.cdcustomproduct-container > div {
    margin-bottom: 9px;
}

.cdcustomproduct-container .text-cdcustomproduct-container {
    margin-bottom: 0;
}

.cdcustomproduct-extra-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}

#cd_custom_input {
    background-color: #FFFFFF;
    padding: 5px 16px;
}

#cdcustomproduct-toggle-img-containter {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 479px) {
    #cdcustomproduct-extracontent-id {
        font-size: 60%;
    }

    #cdcustomproduct-toggle-img-containter {
        right: 15px;
    }
}