input[type=radio] {
    z-index: 1;
}

@media (max-width: 576px) {
    .section-header {
        padding-top: 0 !important;
    }
    .section-header h2 {
        padding-top: 20px !important;
    }
    .sidebar {
        background: #EAEDF2;
        padding: 30px;
        margin: 0 -16px 0 -16px !important;
        border-bottom: 1px solid #ffffff;
    }
    .sidebar:after {
        display: none;
    }
    .section h6:before {
        content: "";
        display: block;
        width: 50%;
        background: #0275d8;
        margin: 10px 0;
        height: 2px;
    }
    .table-resume-wrap {
        padding: 0 !important;
    }
    .table-resume tr {
        padding: 10px 0;
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        border-bottom: 1px solid #ffffff;
    }
    .table-resume tr:last-child {
        border: none;
    }
    .table-resume td {
        padding: 0 10px 0 0;
        margin: 5px 10px 0 0;
        border-right: 1px solid #C6D2E1;
    }
    .table-resume .price {
        display: flex;
        font-weight: normal;
    }
    .table-resume .price>span {
        margin-left: 7px;
    }
    .table-resume tr:last-child .price>span {
        margin-left: 0;
    }
    .table-resume tr>td:first-child {
        width: 100%;
        font-weight: bold;
        padding: 0;
        border: none !important;
    }
    .table-resume tr>td:last-child {
        border: none;
    }
    #payment-options>div {
        margin: 0 0 30px 0;
    }
    #payment-options>div:last-child {
        margin: 0;
    }
}

.cardlist-vertical .card {
    overflow: hidden;
    flex-direction: column;
    justify-content: stretch;
    margin: 0 0 10px;
    border: 1px solid transparent;
    padding: 0 10px;
    box-shadow: 0 1px 3px #D9E0EA, 0 1px 2px #cad5e4;
    flex-wrap: wrap;
}

.cardlist-vertical .card+.card {
    margin-top: 5px;
}

.cardlist-vertical .card-header {
    padding: 15px;
    text-align: left;
    flex: 1;
    border: none;
    margin-left: 35px;
    min-width: 200px;
    background: none;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.cardlist-vertical .card-header h4 {
    font-size: 21px;
    margin: 0;
    color: #054591;
}

.cardlist-vertical .card-header small {
    margin-left: 20px;
    flex: 1;
}

.cardlist-vertical .card.active {
    border-color: #4C4AF0
}

.cardlist-vertical .card.active .card-overflow {
    max-height: 200px;
}

.cardlist-vertical .card.active input {
    display: none;
}

.cardlist-vertical .card.active:after {
    background-color: #4C4AF0;
}

.cardlist-vertical .card:after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 13px;
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==) center center no-repeat #D9E0EA;
    border-radius: 50%;
}

.cardlist-vertical .card input[type=radio] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 999999;
}

.cardlist-vertical .card:hover::before,
.cardlist-vertical .card.active::before {
    background: #D9E0EA;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.cardlist-vertical .card.active::before {
    background: #4C4AF0;
}

.cardlist-vertical .card img {
    border-color: #EAEDF2;
}

.cardlist-hasCardActive .card:not(.active) {
    opacity: .65;
}

.cardlist.cardlist-hasCardActive .card.animate {
    animation: none;
}

@media (max-width: 576px) {
    .sidebar {
        padding: 20px !important;
        background: white;
        margin: 0 auto -25px 0;
        border-top: 1px solid #EAEDF2;
    }
    .sidebar-header {
        position: static;
        width: 100%;
    }
    .sidebar::after {
        display: none;
    }
    .cardlist-vertical ul.product-content {
        flex-direction: column !important;
    }
    .cardlist-vertical ul.product-content li {
        border: none !important;
    }
    .cardlist-vertical .card-header {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .cardlist-vertical .card-header small {
        margin: 15px 0 0 !important;
    }
}

.pages {
    padding: 0;
    background: #F9F9F9;
}

.sidebar {
    padding-top: 37px;
}

.sidebar:after {
    background: white;
}

.sidebar-header {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 15px 10px;
    width: 100%;
}

.sidebar table {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEDF2;
}

.sidebar table td {
    border-top: 1px solid #EAEDF2;
    vertical-align: top;
    padding: 18px 10px;
    text-align: right;
}

.sidebar table td:nth-child(1) {
    text-align: left;
}

.sidebar table td em {
    display: block;
    width: 70px;
    font-style: normal;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -12px 0 0 0;
    color: #0ABF5A;
    white-space: nowrap;
}

.sidebar .subtotal td {
    color: #0abf5a;
}

.sidebar .subtotal td strong {
    font-size: 20px;
    line-height: 1;
}

.sidebar table td+td {
    white-space: nowrap;
}

.sidebar table td strong {
    display: block;
}

.item-discout {
    font-size: 12px;
}

.price-total {
    color: #0abf5a;
    font-size: 20px;
}

.sidebar #payment_button:disabled {
    background-color: #5BA6E6;
    border-color: #5BA6E6;
}

.sidebar #payment_button {
    background-color: #0275D8;
    border-color: #0275D8;
}

.cardlist-hasCardActive .card:not(.active) {
    opacity: .65;
}

#payment_warning {
    display: block;
}

/**tooltip método de pagamento**/
.tooltip-wrapper {
    display: inline-block; /* display: block works as well */  
}

.tooltip-wrapper .btn[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}

.tooltip-wrapper.disabled {
    /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
    cursor: not-allowed;
}
.section-footer.sidebar .tooltip.fade.top.in, .section-footer.sidebar .tooltip.fade.top.in .tooltip-arrow{
    opacity: 1;
}
.section-footer.sidebar .tooltip.fade.top.in .tooltip-arrow{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ebcccc transparent transparent transparent;
}
.section-footer.sidebar .tooltip.fade.top .tooltip-inner{
    background-color: #f2dede;
    border: 1px solid #ebcccc;
    color: #a94442;
    font-size: 15px;
    padding: 0.75rem 1.25rem;
    margin-left: -11px;
}

/**BF**/

.blackfriday.page-buy .card {
    background: #07041E;
    box-shadow: 0 1px 3px #1C1340, 0 1px 2px #cad5e4 !important;
}

.blackfriday.page-buy .sidebar-header {
    background: none !important;
}

.blackfriday.page-buy .card.product-support.active::after,
.blackfriday.page-buy .card.product-payment.active::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==) center center no-repeat #4c4af0;
}

.blackfriday.page-buy span.custom-control-description {
    color: #e8e8e8 !important;
}

.blackfriday.page-buy .cardlist-vertical .card:hover::before,
.blackfriday.page-buy .cardlist-vertical .card.active::before {
    background: #4e93cf;
}

.blackfriday.page-buy .cardlist-vertical .card.active:after,
.blackfriday.page-buy .cardlist-vertical .card:hover::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==) center center no-repeat #5781e3;
}

.blackfriday.page-buy .sidebar-header h4 {
    color: #a0a0a0;
}