/*
Theme Name: SOLEYMA STYLE
Version: 1.0.0
*/

/* MOBILE FIRST SECTION */
@media only screen and (max-width: 640px) {
    .tabella_menu .table-2 td,
    .tabella_menu .table-2 th {
        white-space: normal;
        padding: 0 0.5rem;
        vertical-align: baseline;
    }
    .tabella_menu .table-2 td:nth-child(2) {
        width: 23%;
    }

    .tabella_menu .table-2 td:nth-child(2) {
        text-align: right;
        padding-right: 0.5rem;
    }
}

/* ALL THE REST SECTION */
.shop_table thead tr th {
    font-weight: 500;
    font-size: 24px;
}

.font_white {
    color: #fff;
}

.menu_highlight {
    color: #e5722a;
}
