/* Customize the label (the container) */
    .tab-list .container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Hide the browser's default checkbox */
    .tab-list .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .tab-list .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #fff;
        border: 2px solid #ccc;
    }

    /* On mouse-over, add a grey background color */
    /*#girl-top #pricing-pop-up .container:hover input ~ .checkmark {
      background-color: #ccc;
    }*/

    /* When the checkbox is checked, add a blue background */
    .tab-list .container input:checked ~ .checkmark {
        background-color: #fff;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .tab-list .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .tab-list .container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .tab-list .container .checkmark:after {
        left: 5px;
        top: 2px;
        width: 3px;
        height: 7px;
        border: solid #2196F3;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/**-----------end checkboxes------------------------------*/

.tiny-border {
    border-right: 1px solid #bababa;
}

.bowed-elem {
    color: #fff;
    background-color: #8e162c;
    -o-transform: skew(0deg, -5deg);
    -ms-transform: skew(0deg, -5deg);
    -moz-transform: skew(0deg, -5deg);
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
    text-align: center;
}

.bowed-elem-text {
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 5px;
    width: 140px;
    height: 25px;
    font-weight: normal;
    margin-left: 160px;
}



.pricing-table-container .mode-shipping .white-space td {
    height: 1px;
    background-color: #faf7f2;
    padding: 0;
}

.separator-cell {
    border: none !important;
    mso-border-shadow: no !important;
    display:none;
}

#pricing-table {
    font-family: "Open Sans";
}

div.paragraph {
    display: flex;
    padding: 10px;
}

.left-pricing .right-pricing {
    display: flex;
    border: 1px solid navy;
}

.right-pricing .tab-list{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #194778;
}

.right-pricing {
    /* margin-top: 48px; */
    max-width: 350px;
}


.left-pricing {
    margin-right: 35px;
}

.pricing-table-container {
    margin-bottom: 0px;
    line-height: 24px;
}

.warning-amazon {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 30px;
}

.warning-text {
    font-size: 12px;
    color: #a39e9b;
    margin-bottom: 10px;
}

.pricing-table-container table {
    border-collapse: separate;
    border: none;
    box-shadow: none;
    background-color: #faf7f2;
    line-height: 24px;
    margin-left:auto; 
    margin-right:auto;
    width: auto;
}

.pricing-table-container table tr td {
    background-color: #faf7f2;
    border-right: 1px solid #bababa;
}

#te-ptable-listing-tool-container {
    font-size: 12px;
    white-space: normal;
    width: 250px;
}

.pricing-table-container .total {
    text-align: right;
    vertical-align: center;
    color: #194778;
    font-size: 18px;
    border-right: 1px solid #bababa !important;
    padding-right: 10px !important;
}

.pricing-table-container {
    text-align: center;
    color: #194778;
    font-size: 18px;
    line-height: 28px;
}

.pricing-table-container table tr td.title {
    padding: 10px 30px 10px 20px;
    width: 300px;
    background-color: #d5d5d5;
    white-space: nowrap;
    text-align: left;
}

.pricing-table-container .button {
    display: inline-block;
    color:#fff;
    background: rgb(255,80,72);
    background: linear-gradient(90deg, rgba(255,80,72,1) 0%, rgba(255,125,56,1) 100%);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;

}

.pricing-table-container .small-button {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 2px;
}

.pricing-table-container .button:hover {
    background: linear-gradient(90deg, rgba(193, 49, 57, 1) 0%, rgba(193, 99, 39, 1) 100%);
}

.pricing-table-container .head-row {
    color: #8e162c;
    height: 50px;
    vertical-align: center;
    background-color: #faf7f2;
}

.pricing-table-container .head-row .over-6 {

}

.pricing-table-container table tr.head-row.bottom th {
    padding: 5px;
    color: #961732;
    background-color: #faf7f2;
    border-right: 1px solid #bababa;
}

.pricing-table-container table tr td.type-1-cell,
.pricing-table-container table tr td.type-2-cell,
.pricing-table-container table tr td.type-3-cell,
.pricing-table-container table tr td.type-discount-cell {
    background-color: #d5d5d5;
    padding: 10px 0;
}

.pricing-table-container table tr td:last-child {
    border: none;
}

.type-2-cell.col-1.selected, .type-3-cell.col-3.selected {
    border-right: 1px solid #bababa;
}

.pricing-table-container table tr td.type-discount-cell {
    padding: 0;
}

.pricing-table-container table tr td span.label {
    color: #9e9e9e;
    font-size: 80%;
    font-weight: normal;
}

.pricing-table-container table tr.head-row.start-trial th {
    background-color: #faf7f2;
    border: 0px;
    padding: 0 5px 0 5px;
    border-right: 1px solid #bababa;
    height: 30px;
}

.pricing-table-container .head-row.start-trial {
    height: 0;
}

.pricing-table-container .hide {
    display: none !important;
}

@media only screen and (max-width: 1100px) {
    div.paragraph {
        display: block;
    }
    .right-pricing {
        max-width: 100%;
    }
}