/* pick */
.pick--card {
    border: 4px solid transparent;
    padding: 8px 8px;
    border-radius: 8px;
    background-color: transparent;
    position: relative;
    box-shadow: 0px 0px 8px #f8f8f8;
}

.pick--card img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.pick--card h4 {
    font-size: 13px;
    font-weight: 600;
}

.pick--card .size--macros {
    border: 1px solid var(--planRangeBorderColor);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    margin-bottom: 5px;
}

.pick--card .size--macros:last-of-type {
    margin-bottom: 0px;
}

.pick--card .size--macros.calories {
    border-color: var(--brandColor);
}

.pick--card .size--macros.proteins {
    border-color: var(--planProteinsBoxColor);
}

.pick--card .size--macros.carbs {
    border-color: var(--planCarbsBoxColor);
}

.pick--card .size--macros.fats {
    border-color: var(--planFatsBoxColor);
}

.pick--card .size--macros span {
    font-weight: 700;
    margin-right: 5px;
    font-size: 12px;
}

.pick--card .size--macros small {
    font-weight: 500;
    font-size: 11px;
}

.pick--btn {
    width: 50% !important;
    border: 1px solid gray;
    border-radius: 0px;
}

.pick--card .pick--counter {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -10px;
    justify-content: center;
}

.pick--card .pick--counter a {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    padding-top: 2px;
}

.pick--card .pick--counter span {
    font-size: 24px;
    padding: 0px 12px;
    margin: 0px 6px;
    font-weight: 700;
    border-radius: 4px;
}

.pick--minus {
    background-color: #e26843;
    color: white !important;
}

.pick--plus {
    background-color: #000;
    color: white !important;
}

.pick--sizes-wrapper .ranges--btn {
    width: 100%;
    max-width: 100%;
    height: 24px;
    font-size: 11px;
    margin-bottom: 4px;
}

.sizes--btn:last-of-type {
    margin-bottom: 0px;
}

@media (max-width: 575px) {
    .pick--card h4 {
        font-size: 12px;
    }
}
