.container-old {
    width: 1280px;
}

.btn {
    font-size: 13px;
    font-weight: 400;
    height: 40px;
}

/* .social-share-row,  */
.missing-row {
    border: 1px dashed #484F57;
    border-radius: 4px;
}

.store-icon {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 40px;
    max-width: 25%;
}

.store-name {
    flex-basis: 0;
    flex-grow: 1;
    margin-top: 1px;
    height: 40px;
    max-width: 100%;
    padding: 0;
}

.missing-row {
    margin-bottom: 0;
}

.social-share-row .row {
    padding-left: 25px;
    padding-right: 25px;
}

#copy-link {
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  opacity: 1;
  top: 0;
}

#copy-link:hover {
    opacity: 0.8;
    top: -4px;
}

@media screen and (min-width: 320px) and (max-width: 500px) {
    .floating-store {
        visibility: hidden;
    }
}

#st-1 {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    margin-inline: auto;
    justify-content: center;
    width: 100%;
    z-index: 11 !important;
}

@media (min-width: 380px) {
    #st-1 {
        flex-direction: row;
    }
}

.st-btn {
    margin: 0 !important;
}

.st-label {
    font-family: 'Poppins';
}

@media only screen and (min-width: 770px) {
    .manage-row {
        display: block;
    }
    
    .manage-row button svg {
        margin-top: -1px;
    }

    .manage-row .btn:not(:first-child) {
        margin-left: 5px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .container-old {
        width: auto;
    }

    .form-row {
        width: 100%;
    }


    /* .results-row,  */
    .search-row,
    .manage-row {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }

    .missing-row {
        margin-bottom: 8px;
    }

    .missing-row .row {
        font-size: 12px;
    }

    #make-prompt {
        display: none;
    }

    .get-header {
        margin-top: 10px;
    }

    h1 {
        font-size: 24px;
        font-weight: 900;
        color: #484F57;
    }

    .make-prompt-mobile {
        display: block;
        margin-top: -5px;
        margin-bottom: 5px;
    }

    .invalid-feedback {
        font-size: 12px;
    }

    .btn {
        font-weight: 400;
    }

    .cart-title {
        font-size: 18px;
        white-space: normal;
        overflow: unset;
    }

    .item-title {
        font-size: 12px;
    }

    .col-cart-title {
        max-width: fit-content;
    }

    .col-image {
        max-width: 50px;
    }

    .col-image img {
        max-width: 40px;
        /* max-height: 40px; */
        width: auto;
    }

    .info-label {
        font-size: 12px;
    }

    .info {
        font-size: 14px;
        margin-left: 5px;
    }

    .info-quantity {
        margin-right: 15px;
        margin-left: 29px;
    }

    .col-item-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .info-label-price,
    .info-label-quantity {
        margin-top: 1px;
    }

    .col-info {
        margin-bottom: .25rem !important;
    }

    .col-info .row {
        margin-right: 10px;
    }

    .button-add-all {
        margin-left: auto;
    }

    .button-add-selected {
        padding-left: 4px;
        padding-right: 4px;
    }

    .mobile-col-top-buttons,
    .mobile-col-bottom-buttons {
        display: flex;
    }

    .missing-info {
        font-size: smaller;
        margin: 4px;
    }

    #cart-item--old .w-100 {
        display: block;
    }
}
