input[type=radio] {
    z-index: 1;
}

.product::after {
    z-index: 0;
}

.toggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 75px;
    height: 40px;
    background: #fff;
    border: 1px solid rgba(255,255,255,.2);
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0;
    transition: all .3s ease;
}

.toggle input:checked ~ label {
    background: linear-gradient(92.56deg, #4A51C7 5.07%, #436FD2 100%) !important;
}

.toggle label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 29px;
    height: 29px;
    background: #054591;
    border-radius: 90px;
    transition: all 0.3s ease;
}

.toggle input:checked+label:after {
    background: #fff;
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.toggle label:active:after {
    width: 40px;
}

.toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle * {
    transform: scale(0.7);
}

.toggle-label {
    color: #8595a7 !important;
    position: relative;
    top: -10px;
}

.toggle-label span {
    display: block;
    line-height: 12px;
    margin: 10px 0 0;
}

.toggle-label small {
    text-decoration: underline;
}

.toggle-label.active {
    color: #4c4af0 !important;
    display: inline-block;
    position: relative;
}

.toggle-label:after {
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -3px;
    display: block;
    content: "";
    background: #3f5af1;
    transition: all 0.3s;
}

#toggle-compra:after {
    right: 0;
}

#toggle-assinatura:after {
    left: 0;
}

.toggle-label.active:after {
    width: 100%;
}

#toggle-assinatura,
#toggle-compra {
    cursor: pointer;
}

#toggle-compra {
    text-align: right;
}

.toggle-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 30px;
    opacity: 0;
    max-height: 0;
    transition: all 0.25s;
    transition-delay: 0.5s;
    position: relative;
    top: 10px;
}

.toggle-wrap.visible {
    max-height: 100px;
    opacity: 1;
    top: 0;
}

.toggle-wrap h6 {
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #054591;
    position: relative;
    font-weight: 400;
    opacity: 0.65;
    transform: translateY(2px);
    transition: all .3s ease;
}

.toggle-wrap h6.active {
    opacity: 1;
    font-weight: bold;
}

.toggle-wrap h6::after {
    height: 1px;
    background: linear-gradient( 90deg, rgba(45, 62, 80, 1) 0%, rgba(4, 69, 147, 1) 100%);
    bottom: 0;
    position: absolute;
    content: "";
    transition: all 0.2s;
}

.product {
    border: none;
    padding: 32px 10px 0 10px !important;
    box-shadow: 0 1px 3px #d9e0ea, 0 1px 2px #cad5e4 !important;
}

.product:hover {
    background: #fff;
}

.card.product-license:hover::before {
    background: #d9e0ea;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.cardlist-hasCardActive .card:not(.active) {
    opacity: 0.65;
}

.product-title h4 {
    font-size: 21px !important;
    margin: 0 !important;
    color: #054591 !important;
    font-weight: normal !important;
}

h4.product-title {
    font-size: 21px !important;
    margin: 0 !important;
    color: #054591 !important;
    font-weight: normal !important;
}

.product-title img {
    width: 32px !important;
    margin: 0 0 15px !important;
    opacity: 0.65 !important;
}

.product-title small {
    display: block !important;
    margin: 0 0 15px !important;
    font-size: 15px !important;
}

.product-title .data-detailed small {
    font-size: 13px !important;
    color: #3f5af1 !important;
}

.product .price {
    font-size: 22px !important;
    color: #3f5af1 !important;
}

.btn-block {
    font-family: "Open Sans";
    background: #3f5af1 !important;
    font-weight: bold !important;
    color: white;
}

.product .dropdown-menu {
    width: 100%;
}

.product .dropdown-menu {
    overflow: hidden;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, 0.05), 0 5px 24px 0 rgba(0, 0, 0, 0.09);
}

.product .dropdown-menu .dropdown-footer {
    display: none;
    padding: 10px 20px 20px;
    background: #d9e0ea;
    margin: 0 0 -10px;
    border-top: 1px solid #d9d9d9;
    font-weight: bold;
}

.product .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #3e5062;
    padding: 12px 20px;
    position: relative;
    white-space: normal;
    flex: 1;
}

.product .dropdown-menu .dropdown-item input[type="radio"],
.btn-buy input[type="radio"],
.product input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.product .dropdown-menu .dropdown-item:active {
    background: #d9e0ea;
}

.product .dropdown-menu .dropdown-item+.dropdown-item {
    border-top: 1px solid #d9e0ea;
}

.product .dropdown-menu .dropdown-footer small {
    display: block;
    font-size: 11px;
    opacity: 0.75;
    font-weight: normal;
}

.product .dropdown-menu .dropdown-item>span {
    /* display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between; */
    line-height: 1;
}

.product .dropdown-menu .dropdown-item>span+span {
    text-align: right;
}

.product .dropdown-menu .dropdown-item del {
    font-weight: normal;
    display: block;
    font-size: 11px;
    margin: -3px 0 3px;
    color: #8595a7;
}

.product .dropdown-menu .dropdown-item .item-oldprice {
    font-size: 10px;
    text-decoration: line-through;
    line-height: 1;
    margin-top: 5px;
    opacity: 0.5;
}

.product .dropdown-menu .dropdown-item .item-newprice {
    font-weight: bold;
    color: #3f5af1;
    font-size: 15px;
}

.product+.product .product-header,
.product+.product .product-databases {
    border-left-color: transparent;
}

.product-databases {
    border-top: 1px solid #ffffff17;
    border-bottom: 1px solid #ffffff17;
    min-height: 150px !important;
    padding: 20px 0;
    margin: 0 0 20px;
}

.product-databases span {
    display: inline-block;
    padding: 2px 4px;
    margin: 1px 0;
    font-size: 12px;
    color: black;
    background: #d9e0ea;
    border-radius: 8px;
}

h5.product-newprice {
    font-size: 22px;
    font-weight: bold;
    color: #3f5af1;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-overlay {
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8080808080;
    display: none;
}

.btn-buy,
.dropdown-toggle {
    cursor: pointer;
}

#support-listplans .product-header {
    padding: 20px;
    flex: 1;
    border: none;
    margin: 0px !important;
    min-width: 200px;
}

.product-header {
    padding: 20px 30px;
    position: relative;
    transition: all 0.2s;
}

.product-description {
    list-style: none;
    margin: 0;
    padding: 0 30px 10px;
}

.product-description li {
    line-height: 1.8;
    margin: 0 0 10px;
}

.product-description li+li:before {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    margin: -5px auto 5px;
    background: #d9e0ea1c;
}

.product .product-header {
    border: none !important;
}

.faqlist * {
    transition: all 0.2s;
}

.faqlist .faqitem {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #eaedf22b;
    position: relative;
    padding-left: 25px;
}

.faqlist .faqitem:before {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    color: #446DD1;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    transition: all 0.2s;
}

.faqlist .faqitem .faqitem-title {
    font-weight: normal;
    cursor: pointer;
    display: block;
    padding: 0;
    margin: 10px 0 10px;
}

.faqlist .faqitem .faqitem-description {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 20px 0;
    display: none;
}

.faqlist .faqitem.active .faqitem-title {
    color: #f1703f;
}

.faqlist .faqitem.active:before {
    transform: rotate(45deg);
    color: #f1703f;
}

.faqlist .faqitem.active .faqitem-description {
    display: block;
    cursor: text;
}

.main {
    height: 0px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: height 0.2s, opacity 0.2s 0.6s !important;
    box-sizing: border-box;
}

.main.active {
    height: 100% !important;
    opacity: 1 !important;
}

.card.product-support {
    border: 1px solid transparent !important;
    flex-direction: row;
    margin: 10px 0;
}

.card.product.product-support.active {
    box-sizing: border-box !important;
    border-color: #4c4af0 !important;
    border: 1px #4c4af0 solid !important;
    background: white;
}

.card.product-support:hover::before,
.card.product-support.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;
}

.card.product-support.active::before {
    background: #446DD1;
}

.card.product-support.active::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==) center center no-repeat #446DD1;
}

.card.product-support .product-header {
    padding: 15px;
    text-align: left;
    flex: 1;
    border: none;
    margin: 0 0 0 35px;
    min-width: 200px;
}

.card.product-support .product-content {
    padding: 0;
    display: flex;
    flex-direction: row;
    list-style: none;
    background: #f9f9f9;
    align-content: center;
    left: 10px;
    position: relative;
}

.card.product-support:after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 13px;
    right: unset;
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==) center center no-repeat #d9e0ea;
    border-radius: 50%;
    transform: none;
}

.card.product-support .product-content li {
    border: none;
    padding: 5px 10px;
    height: 100%;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #eaedf21f;
    min-width: 100px;
}

.card.product-support .product-content li span {
    display: block;
    font-weight: normal;
    opacity: 0.65;
    margin: 0;
}

.text-right.price {
    width: 40%;
}

.card-deck .card:last-child.product.product-support {
    margin-right: 15px;
}

.sidebar {
    padding-top: 140px;
}

.sidebar {
    position: relative;
}

.sidebar-header {
    background: #f9f9f9;
    border-radius: 4px;
    padding: 15px 10px;
    position: absolute;
    top: 0;
    z-index: 3;
    width: calc(100% - 60px);
}

.sidebar-content {
    position: relative;
    z-index: 2;
}

.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;
    position: relative;
}

.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;
    position: absolute;
    color: #0abf5a;
    white-space: nowrap;
}

.sidebar table td:nth-child(1) {
    text-align: left;
}

.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;
}

.sidebar .btn:not([disabled]) {
    cursor: pointer;
}

.sidebar .btn-next-content {
    vertical-align: top;
}

.h2.m-0 {
    margin-right: 10px !important;
}

.sh.opened .sh-menu {
    top: 63px !important;
}

.section-resume {
    background: #3e5062;
    color: white;
}

.section-resume .btn {
    background: #f17b17;
    border-color: #f17b17;
    font-weight: bold !important;
    font-size: 14px;
    letter-spacing: 2px;
}

.section-resume #resume-price {
    border-bottom: 1px solid;
}

.section-resume .text-success {
    color: #f17b17 !important;
}

.tooltip-inner {
    background: #3e5062;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
    border-bottom-color: #3e5062;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 122px;
    height: 122px;
    text-align: right;
}

.ribbon span {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 29px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 157px;
    display: block;
    background: #79a70a;
    background: #eb6d6e;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 31px;
    right: -32px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #eb6d6e;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #eb6d6e;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #eb6d6e;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #eb6d6e;
}

.info-type {
    display: inline-block;
    background-image: url("../../store/img/info.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 14px;
    opacity: 0.5;
    position: relative;
}

.toggle-label.active {
    font-weight: bold;
}

.toggle-assinatura,
.toggle-compra {
    cursor: pointer;
}

.resume-price span.h2 {
    position: relative;
    top: 10px;
}

.nav-item .badge {
    font-size: 10px;
}

.hidden {
    display: none !important;
}


/* MudanÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§as */

.main.active {
    background: #f9f9f9 !important;
}

.section-category {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    background: linear-gradient( 90deg, rgba(45, 62, 80, 1) 0%, rgba(4, 69, 147, 1) 100%);
}

.section-category ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px 0 !important;
    border: none;
}


/* @-moz-document url-prefix() {
  .section-category ul li:nth-child(3) a {
    padding: 2px 0 0 0;
  }
} */


/* Chrome 29+ */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .section-category .nav .nav-item {
        width: fit-content;
    }
    .section-category ul li:nth-child(3) a {
        padding: 14px 0 37px;
    }
}

.section-category li .nav-link {
    padding: 14px 0 37px;
    font-weight: bold;
    color: white !important;
    background: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    border: none !important;
}

.section-category li+li .nav-link {
    margin-left: 5px;
}

.section-category li .nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
}

.section-category li .nav-link.active {
    color: #3f5af1 !important;
    background: #f9f9f9;
}

.section-category img {
    width: 36px;
    display: none;
}

.section-category .badge {
    display: none;
}

.section-support.section.section-active .card-deck.support-listplans .card.product.product-support:not(:first-child) {
    margin-left: 0;
}

.section-faq,
.section-resellers,
.section-info {
    border-top: 1px solid #eaedf2;
}

.section-faq,
.section-resellers {
    background: white;
    margin-top: 40px;
}

.section-faq {
    margin-top: 0;
}

.section-resellers .section-header,
.section-resellers .section-header h2 {
    margin: 0 auto;
}

.section-resellers .section-header {
    max-width: 600px;
    grid-gap: 24px;
}

.section-resellers .section-header h2 {
    max-width: 400px;
}

.section-resellers .actions {
    grid-gap: 16px;
}

.section-resellers .actions .btn {
    background: #3f5af1;
    border-color: #3f5af1;
}

.section-resellers .actions .btn.btn-outline-primary {
    background: transparent;
    color: #3f5af1;
}

.section-resellers .actions .btn:hover {
    background: #2e47d3;
    color: #fff;
}

.go-back {
    position: absolute;
    top: 0;
    cursor: pointer;
}


/* SeÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o curso */

.section-course {
    background: white;
}

.img-container {
    max-width: 80px;
}

.img-course {
    max-width: 100%;
    height: auto;
}

.course-text {
    font-size: 14px;
}

.free-course {
    font-size: 16px;
    color: #3f5af1;
    font-weight: bold;
}

@media (max-width: 767px) {
    .section-header {
        justify-content: center;
    }
    .section-course {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #section-course>div>div.d-flex.section-course-content>div.img-container.mr-4 {
        margin: 0 !important;
    }
    .section-course-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.discount-product {
    text-decoration: none;
    color: green;
    font-size: 10px;
}

#support-listplans .card .product-header .product-title .badge {
    display: block;
    width: 46%;
    margin: -30px auto 10px auto;
    font-size: 54%;
}

#grandes-empresas .product {
    max-width: 588px;
}

#licenses .product .badge.badge-danger,
#grandes-empresas .product .badge.badge-danger {
    position: absolute;
    top: -27px;
    padding: 4px 30px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
}

.product-title .data-detailed small {
    color: var(--white) !important;
}

@media (max-width: 576px) {
    .section-header {
        position: static !important;
    }
    #licensing {
        padding-top: 0 !important;
    }
    .section-category {
        background: transparent;
        border: 0;
        padding: 0;
        display: none;
    }
    .sidebar {
        padding: 20px !important;
        background: white;
        margin: 0 auto -25px 0;
        border-top: 1px solid #eaedf2;
    }
    .sidebar::after {
        display: none;
    }
    .card-action {
        padding: 0;
    }
    .section-category .nav {
        flex-direction: column;
        margin: 0 0 5px;
    }
    .section-category .nav-item {
        width: 100%;
        margin: 5px 0 0 0;
    }
    .section-category .nav-item a {
        border-radius: 5px;
    }
    .product {
        margin: 0 0 10px;
    }
    .card-list-info:after {
        content: "Ver detalhes";
        display: none;
        text-align: center;
        font-size: 10px;
        padding: 5px;
        text-transform: uppercase;
        text-decoration: underline;
    }
    .product-title {
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .card-action {
        padding-bottom: 20px !important;
    }
    .btn-block {
        display: inline-block;
        width: auto;
        color: white !important;
    }
    .section {
        opacity: 1;
        display: none !important;
    }
    .section-active {
        display: block !important;
    }
    .toggle-label i,
    .section-category,
    .section-category .nav-item:first-child {
        display: none !important;
    }
    .product .price {
        margin-top: 25px !important;
    }
    .database-selector {
        top: 162px !important;
        width: 100% !important;
        margin: 0 !important;
        max-width: calc(100% - 40px) !important;
        transform: translateX(-50%);
        left: 50% !important;
    }
    .license-quantity .custom-control-description small {
        display: block !important;
        margin: 0 !important;
    }
    .license-quantity .custom-control {
        display: flex;
        justify-content: space-between;
    }
    .license-quantity .custom-control-price {
        position: static !important;
        text-align: right;
    }
    .license-quantity .custom-control-price small {
        display: block !important;
        margin: 0 !important;
        opacity: 0.65;
    }
    .license-quantity .custom-control-description small {
        opacity: 0.65;
    }
    .product ul.list-info li:before {
        margin: 0 auto;
    }
    .product ul.list-info {
        margin: 0;
    }
    .section-support .card.product {
        padding: 15px 10px 50px 15px;
    }
    .section-support .card.product:first-child {
        padding-bottom: 15px !important;
    }
    .section-support .card.product:first-child>div {
        top: 0 !important;
    }
    .section-support .card.product .product-title {
        margin: 0;
    }
    .section-support .card.product .price {
        margin-top: 0 !important;
    }
    .section-support .card.product .card-block {
        padding: 0;
    }
    .section-support .card.product .list-info {
        padding: 0;
        margin: 20px 0;
    }
    .section-support .card.product .list-info li {
        border-bottom: 1px solid #e0e0e0;
        width: 50%;
        margin: 0 auto;
        padding: 5px 0;
    }
    .section-support .card.product .list-info li:before {
        display: none;
    }
    .section-support .card.product .card-action {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-resume .btn {
        font-size: 10px !important;
    }
    .section-resume #resume-price {
        align-items: center;
        display: flex !important;
        border: none !important;
    }
    .section-resume #resume-price span {
        font-size: 24px;
    }
    .section-resume #resume-price span+span {
        display: none;
    }
    .course-list .product {
        flex-direction: column !important;
    }
    .course-list .product img {
        width: 100% !important;
    }
    .course-list .card-footer {
        position: relative !important;
        padding: 10px !important;
        right: 0 !important;
        bottom: 0 !important;
    }
    .course-list .card-footer select {
        flex: 1;
    }
    .course-list .product .price {
        margin: 20px 0 !important;
    }
    .course-list .product-title {
        margin: 0;
    }
    .section-faq .section-header {
        padding: 0 !important;
    }
    .support-listplans .product-header,
    .cardlist-vertical .card-header {
        margin-left: 0;
        flex: auto;
    }
    .support-listplans .card:after,
    .cardlist-vertical .card:after {
        display: none;
    }
    .cardlist-vertical .card:after {
        display: none;
    }
    .card.product-support {
        flex-direction: column;
    }
    .card.product-support .product-header {
        margin: 0;
        text-align: center;
    }
    .card.product-support .product-content {
        display: block;
    }
    .card.product-support .product-content li {
        border-left: none;
    }
    .card.product-support::after {
        display: none;
    }
}


/**/

.blackfriday.page-store .sp {
    background: linear-gradient(180deg, #090437 0%, #080335 100%);
}

.blackfriday .sidebar table,
.sidebar table td {
    border-color: rgba(255,255,255,.2);
}

.sh:before {
    height: 64px !important;
}

.blackfriday.page-store .card.product-support:hover::before,
.blackfriday.page-store .card.product-support.active::before,
.blackfriday.page-store .card.product-support:hover::before,
.blackfriday.page-store .card.product-support.active::before {
    background: #446DD1;
}

.cardlist-hasCardActive .card:not(.active) {
    opacity: 0.65;
}

.blackfriday.page-store .card.product.product-support:hover {
    opacity: 1 !important;
}

.blackfriday.page-buy .cardlist-vertical .card:hover::after,
.blackfriday.page-store .card.product-support:hover::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI0ZGRkZGRiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGcgaWQ9ImluZm8iLz48ZyBpZD0iaWNvbnMiPjxwYXRoIGQ9Ik0xMCwxOGMtMC41LDAtMS0wLjItMS40LTAuNmwtNC00Yy0wLjgtMC44LTAuOC0yLDAtMi44YzAuOC0wLjgsMi4xLTAuOCwyLjgsMGwyLjYsMi42bDYuNi02LjYgICBjMC44LTAuOCwyLTAuOCwyLjgsMGMwLjgsMC44LDAuOCwyLDAsMi44bC04LDhDMTEsMTcuOCwxMC41LDE4LDEwLDE4eiIgaWQ9ImNoZWNrIi8+PC9nPjwvc3ZnPg==) center center no-repeat #446DD1;
}


/*buy-fim*/

.blackfriday.page-buy .custom-control-description {
    color: #ababab;
}

.blackfriday.page-buy .custom-control-description a {
    color: #3f5af1;
}

.blackfriday.page-buy span.custom-control-description {
    color: white !important;
}

.blackfriday .card.product-support .product-content li a {
    color: #fff;
    background: linear-gradient(90.05deg, #8C39FC 0%, #5B2FB8 99.13%);
    border: none;
}

.blackfriday .notification a {
    color: white;
}

.blackfriday h5.product-newprice {
    color: white;
}

.blackfriday .card.product-support .product-content li span.product-discount {
    color: #42FFFF;
}

.blackfriday.page-store {
    color: white;
}

.blackfriday .bg-faded {
    background: transparent;
}

.blackfriday .contact-item svg {
    color: #436FD2;
}