/********** CHOOSES **********/

.product-section .remove-ingredients {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    position: static;
    width: 100%;
    background: #F7F7F7;
    order: 0;
    flex-grow: 0;
    min-height: 56px;
    cursor: pointer;
}

.product-section .remove-ingredients .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    position: static;
    order: 0;
    flex-grow: 1;
}

.product-section .remove-ingredients .title span:nth-child(1) {
    position: static;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.28px; */
    color: #4D4D4D;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

.product-section .remove-ingredients svg {
    position: static;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 26px;
    order: 1;
    flex-grow: 0;
    margin: 0px 4px;
}

.product-section .ingredientes.closed {
    height: 56px;
    overflow: hidden;
    margin-bottom: 8px;
}

.product-section .chooses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 100%;
}

.product-section .chooses .title-adicionais {
    padding: 16px;
    position: sticky;
    top: 64px;
    z-index: 5;
    width: 100%;
    background: #F7F7F7;
    order: 0;
    flex-grow: 0;
}

.product-section .chooses .title-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    position: static;
    flex-grow: 1;
}

.product-section .chooses .title-description>span:nth-child(1) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-section .chooses .subtitle-description {
    margin-top: 8px;
}

.product-section .chooses .subtitle-description,
.product-section .chooses .subtitle-description span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #4D4D4D;
}

.product-section .chooses .subtitle-description div {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #4D4D4D;
    background: #ffffff;
    border-radius: 4px;
    padding: 0 4px;
    margin-left: 8px;
    white-space: nowrap;
}

.product-section .chooses .subtitle-description div[count=""] {
    display: none;
}

.product-section .chooses .subtitle-description div::after {
    content: attr(count);
}

.product-section .chooses .subtitle-description b {
    height: 20px;
    border-radius: 4px;
    padding-right: 4px;
    padding-left: 4px;
    background: #4D4D4D;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 8px;
}

.product-section .chooses .subtitle-description b::after {
    content: "Obrigatório";
}

.product-section .chooses.done .subtitle-description b {
    background: #25A65B;
}

.product-section .chooses.done .subtitle-description b::after {
    content: "Concluído";
}

.product-section .chooses .title-description-info {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #4D4D4D;
    margin-top: 8px;
}

.search-arrow {
    display: flex;
    align-items: center;
    margin-top: 8px;
    width: 100%;
}

.search-arrow-input {
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border: 0.5px solid #DDDDDD;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.search-arrow-input svg {
    position: absolute;
    left: 8px;
    top: 4px;
}

.search-arrow-input input {
    padding: 5px 8px 7px 36px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    width: 100%;
    height: 100%;
}

.search-arrow-buttons {
    display: flex;
    align-items: center;
    min-width: 84px;
    max-width: 84px;
    height: 32px;
    border: 0.5px solid #DDDDDD;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 8px;
}

.search-arrow-buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    height: 32px;
    width: 100%;
    background: #FFFFFF;
}

.chooses:nth-child(2) .search-arrow-buttons button:first-child path {
    fill: #999999 !important;
}

.chooses:nth-last-child(2) .search-arrow-buttons button:last-child path {
    fill: #999999 !important;
}

.search-arrow-close {
    width: 64px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-primary);
    display: none;
    margin-left: 8px;
    border: none;
    background: transparent;
}

.search-arrow.searching .search-arrow-buttons {
    display: none;
}

.search-arrow.searching .search-arrow-close {
    display: block;
}

.product-section .chooses .itens {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 100%;
    left: 0px;
    top: 84px;
    order: 1;
    flex-grow: 0;
}

.product-section .chooses .itens .item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0 12px 0;
    position: static;
    width: calc(100% - 32px);
    order: 2;
    flex-grow: 0;
    border-bottom: 0.5px solid #DDDDDD;
    margin: 0 16px;
}

.product-section .chooses .itens .item-container:last-child {
    border-bottom: none;
}

.product-section .chooses .itens .item-container .title-choose {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
    width: 100%;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    min-height: 60px;
}

.product-section .chooses .itens .item-container .title-choose .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: max-content;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    margin: 0px;
    cursor: pointer;
}

.product-section .chooses .itens .item-container .title-choose .info .info-name {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    /* letter-spacing: 0.4px; */
    color: #4d4d4d;
    align-self: stretch;
    flex-grow: 0;
}

.product-section .chooses .itens .item-container .title-choose .info .info-price {
    width: max-content;
    /* letter-spacing: 0.4px; */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #4d4d4d;
    margin-top: 8px;
}

.product-section .chooses .itens .item-container .title-choose .info .info-details {
    display: flex;
    align-items: center;
}

.product-section .chooses .itens .item-container .title-choose .info .info-details div {
    width: max-content;
    height: 20px;
    padding: 0px 4px;
    background: #F7F7F7;
    border-radius: 4px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4D4D4D;
    margin-top: 8px;
}

.product-section .chooses .itens .item-container .title-choose .info .info-details div img {
    height: 14px;
    width: 14px;
    margin-right: 2px;
}

.product-section .chooses .itens .item-container .title-choose .img {
    width: 56px;
    min-width: 56px;
    height: 56px;
    background: #F5F5F5;
    border: 0.2px solid #DDDDDD;
    border-radius: 4px;
    margin-left: 8px;
    object-fit: cover;
    margin-right: 4px;
    cursor: pointer;
}

.product-section-image {
    width: calc(100% - 32px);
    max-width: 720px;
    height: unset;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 10001;
    cursor: pointer;
}

.product-section .chooses .itens .item-container .title-choose input[type="radio"] {
    width: 24px;
    height: 24px;
    opacity: 0.5;
}

.product-section .chooses .itens .item-container .item-description {
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4d4d4d;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product-section .chooses .itens .item-container .custom-radio {
    margin-right: -8px;
}

.product-section .chooses .itens .item-container .elegant-button {
    margin-right: -12px;
}

.no-item-container {
    width: 100%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0 40px;
}

/********** ELEGANT BUTTON **********/

.elegant-button {
    display: flex;
    align-items: center;
    position: relative;
    place-content: space-between;
    max-width: 124px;
}

.elegant-button div {
    height: 40px;
    min-width: 42px;
    max-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    position: relative;
}

.elegant-button div:nth-child(3) {
    order: 2;
}

.elegant-button h3 {
    height: 40px;
    min-width: 40px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    /* letter-spacing: 0.28px; */
    color: #4d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}

.elegant-button h3[quantity="0"],
.elegant-button h3[quantity="0"]~div:nth-child(2) {
    display: none;
}

.elegant-button h3::after {
    content: attr(quantity);
}

.elegant-button.limit div:nth-child(3) svg * {
    fill: #CCCCCC !important;
}

.bottom-options .elegant-button {
    margin-top: 16px;
    margin-left: 8px;
    height: 48px;
}

.elegant-button div::before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    transition-duration: .30s;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: var(--color-primary);
    border-radius: 4px;
    transform: scale(0);
    transition-property: transform, opacity;
    transition: all .30s
}

.elegant-button div:not(.item-disabled):active::before {
    opacity: .085;
    transform: scale(1);
    transition: 0s
}

.elegant-button .remove {
    position: absolute;
    background-color: #ffffff;
    z-index: 1;
    cursor: pointer;
    display: none;
}

.elegant-button.remove .remove {
    display: block;
}

/********** CUSTOM RADIO BUTTON **********/

.custom-radio {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.custom-radio input[type="radio"]:checked,
.custom-radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio input[type="radio"]:checked+label,
.custom-radio input[type="radio"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-left: 0;
    height: 24px;
    width: 24px;
    margin-bottom: 0;
}

.custom-radio input[type="radio"]:checked+label:before,
.custom-radio input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid var(--color-primary);
}

.custom-radio input[type="radio"]:checked+label:after,
.custom-radio input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--color-primary);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-radio input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.custom-radio input[type="radio"]:checked+label:after {
    opacity: 1;
}

.custom-radio input[type="radio"]:checked+label:before {
    border: 2px solid var(--color-primary);
}

.custom-radio::before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: var(--color-primary);
    border-radius: 4px;
    transform: scale(0);
    transition-property: transform, opacity;
    transition: all .35s;
    border-radius: 20px;
}

.custom-radio:active::before {
    opacity: .085;
    transform: scale(1);
    transition: 0s
}

.item-disabled * {
    fill: #CCCCCC !important;
}

/********** CUSTOM CHECKBOX **********/

.custom-checkbox {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.2s;
}

.custom-checkbox label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 24px;
    width: 24px;
    margin-bottom: 0;
}

.custom-checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 24px !important;
    width: 24px;
    border-radius: 3px;
    border: 2px solid var(--color-primary);
    padding-left: unset !important;
    display: unset !important;
    line-height: unset !important;
    font-size: unset !important;
}

.custom-checkbox label input:checked~.checkmark {
    background-color: var(--color-primary);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox label input:checked~.checkmark:after {
    display: block;
}

.custom-checkbox label .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox::before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    transition-duration: .40s;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: var(--color-primary);
    border-radius: 4px;
    transform: scale(0);
    transition-property: transform, opacity;
    transition: all .40s;
    border-radius: 12px;
}

.custom-checkbox:active::before {
    opacity: 0.20;
    transform: scale(1);
    transition: 0s;
}