﻿.cart-p-image {
    text-align: center;
    border-left: none;
    border-right: none;
}

.p-name {
    border-right: none;
    /*background-color: #f9f9f9;*/
    text-align: left;
}

.p-description {
    font-size: 12px;
    /*color: #999;*/
    display: block
}

.p-variants {
    text-align: center;
    color: #ccc;
    border-right: none;
    /*background-color: #f9f9f9;*/
    font-size: small;
}

.tarrif-td {
    border-right: none;
    /*background-color: #f9f9f9;*/
    font-size: small;
    padding-left: 36px;
    white-space: nowrap;
}

.price-td {
    text-align: center;
    border-right: none;
    /*background-color: #f9f9f9;*/
}

.empty-td {
    border-right: none;
    /*background-color: #f9f9f9;*/
}

td.tarrif-td > div {
    text-align: left;
    margin: 0 auto;
}

#tuitoModal {
    display: none;
    position: fixed;
    z-index: 10000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#tuitoModalContainer {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    width: 80%;
    min-height: 78px;
    text-align: left!important;
}

.tuitoClose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.tuitoClose:hover,
.tuitoClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.small {
    font-size: small !important;
    margin-top: 3px;
}

.tuito-data-table {
    /*border: 1px solid black;*/
    margin: 10px auto;
}

.tuito-data-table td {
    padding: 5px;
}

#tuito-agreed-container {
    padding-left: 10px;
}

.hidden {
    display: none;
}

tr[data-owner='tuito'] td.p-total {
    min-width: 97px;
}

tr[data-owner='tuito'] td strong.small.price-final {
    display: initial !important;
}

tr[data-owner='tuito'] td strong.small.tuito-price-final {
    display: initial !important;
}

tr[data-owner='tuito'] td.p-total strong {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}

#tuitoModalContent a {
    text-decoration: underline;
    color: var(--color-primary);
}

#tuitoModalContent a:hover {
    color: var(--color-primary-hover);
}

td.p-name svg:hover {
    cursor: pointer;
}

tr[data-owner="tuito"] td.tariff-cell div#tariff-cell.simplified {
    display: flex !important;
    flex-direction: column !important;
}

tr[data-owner="tuito"] td.tariff-cell div#tariff-cell.simplified .tariff-cell-simplified {
    display: flex;
    flex-direction: row;
    margin: 2px;
}

tr[data-owner="tuito"] td.tariff-cell div#tariff-cell.simplified .tariff-cell-simplified label {
    margin-top: 1px;
}

tr[data-owner="tuito"] td.td-simplified{
    height: 50px !important;
    max-height: 50px !important;
}

tr[data-owner="tuito"] td.td-simplified div.title {
    height: 100%;
    max-height: 100%;
    display: flex !important;
    justify-content: center !important; 
    flex-direction: column !important;
}

tr[data-owner="tuito"] td.td-simplified div.title div.text-and-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    font-size: 0.85rem;
}

tr[data-owner="tuito"] td.td-simplified div.title div.text-and-info p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
}
