@font-face {
    font-family: 'iCielBCCubano-Normal';
    font-style: normal;
    font-weight: normal;
    src: local('iCielBCCubano-Normal'), url('../fonts/iCielBCCubano-Normal.otf') format('truetype');
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v127/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDBIG-ej.woff2) format('woff2');
}


.add-to-order {
    margin: 2px;
    border-width: 3px 7px 10px;
    border-style: solid;
    border-color: #d1a16d #b28553 #4b3930;
    background: -webkit-linear-gradient(left, #d1a58a, #b28553, #9f806f);
    background: -moz-linear-gradient(left, #bbc3d2, #cdd3de, #bbc3d2);
    background: -ms-linear-gradient(left, #bbc3d2, #cdd3de, #bbc3d2);
    background: -o-linear-gradient(left, #bbc3d2, #cdd3de, #bbc3d2);
    background: linear-gradient(left, #bbc3d2, #cdd3de, #bbc3d2);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    position: relative;
    /* display: flex; */
    /* width: 38px; */
    min-width: 75px;
    border-right-width: 9px;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    max-height: 39px;
}

.keycap {
    color: #FFF
}

.footer-size {
    font-size: 15px;
    color: #e6ba8a;
    line-height: 1;
    position: absolute;
    bottom: -12px;
    -webkit-transform: rotateX(50deg);
    -moz-transform: rotateX(50deg);
    -ms-transform: rotateX(50deg);
    -o-transform: rotateX(50deg);
    transform: rotateX(50deg);
}

.item-group-header-template {
    text-wrap: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.order-detail-description {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-weight: 600;
    min-height: 45px;
    max-width: calc(100% - 85px);
}


.popup-description-content {
    padding: 5px;
    font-family: 'iCielBCCubano-Normal';
    width: calc(100% - 10px);
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #d1cdc9;
    margin-bottom: 10px;
    border-radius: 12px;
}

.description-item-template {
    padding: 5px;
    font-family: 'iCielBCCubano-Normal';
    font-size: 18px;
    color: #FFFFFF;
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #52463f !important;
    border-radius: 8px;
    cursor: pointer;

}

.description-item-template-activated {
    padding: 5px;
    font-family: 'iCielBCCubano-Normal';
    font-size: 18px;
    color: #52463f;
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #e6ba8a;
    border-radius: 8px;
    cursor: pointer;
}

.popup-button {
    background-color: #52463f;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 8px;
}