#social_links .input-group {
    position: relative;
}

#social_links .input-group input {
    padding-left: 2rem;
}

#social_links .input-group .input-group-text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent;
    border: none;
    padding: 0 0 0 6px;
    z-index: 99;
    cursor: pointer;
}

#social_links .input-group .input-group-text i {
    font-size: 20px;
    color: #495057;
}

#productGallery .filepond--item {
    width: calc(100%);
}

@media (min-width: 700px) {
    #productGallery .filepond--item {
        width: calc(100% / 2 - 0.5em);
    }
}

@media (min-width: 1100px) {
    #productGallery .filepond--item {
        width: calc(100% / 3 - 0.5em);
    }
}

@media (min-width: 1500px) {
    #productGallery .filepond--item {
        width: calc(100% / 4 - 0.5em);
    }
}

.choices {
    width: 100%;
}
