/*
Tor Cart - pagina do carrinho
*/
#toro-cart-table > tbody > tr:nth-child(1) > td.product-name .elementor-column {
    width: 100% !important; /* Garante que a coluna ocupe toda a largura */
    max-width: 100% !important; /* Remove restrições de largura máxima */
    box-sizing: border-box; /* Inclui borda e padding no cálculo */
}
  
#toro-cart-table > tbody > tr:nth-child(1) > td.product-name .elementor-widget-wrap,
#toro-cart-table > tbody > tr:nth-child(1) > td.product-name .elementor-widget-container {
    width: 100% !important; /* Faz o conteúdo interno preencher toda a largura */
}
  
#toro-cart-table > tbody > tr:nth-child(1) > td.product-name .box-overflow-hidden {
    overflow: hidden; /* Garante que os elementos não extrapolem o container */
}
  
.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-page .entry-title {
    display: none;
}

#toro-cart {
    display: block;
    padding-top: 10px;
    padding-bottom: 60px;
}

#toro-cart .button[name="update_cart"] {
    display: none !important;
}

#toro-cart .coupon {
    border-bottom: none !important;
}

#toro-cart .checkout-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    background-color: #f0f0f0;
}
    
#toro-cart .checkout-steps .step {
    flex: 1;
    text-align: center;
    background: #f0f0f0;
    padding: 10px 30px;
    position: relative;
    width: 33.33%;
    display: flex;
    align-items: center;
}
    
#toro-cart .checkout-steps .step.active {
    background: #5768FF;
    color: white;
}
    
#toro-cart .checkout-steps .step.active::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #4a68ff; /* Mesma cor do fundo */
    z-index: 9;
}
    
#toro-cart .checkout-steps .step span.bol {
    background-color: #858585;
    color: #fff;
    font-weight: 700;
    width: 40px;
    height: 40px; 
    border-radius: 100%;   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
    
#toro-cart .checkout-steps .step.active span.bol {
    background-color: #3849DD;        
}

.woocommerce #toro-cart #toro-cart-table {
    display: flex;
    flex-direction: column; /* As linhas do carrinho permanecem empilhadas */
}

.woocommerce #toro-cart #toro-cart-table .cart-item {
    display: flex;
    align-items: stretch; /* Faz os itens nas colunas terem a mesma altura */
    margin-bottom: 0;
}

.woocommerce #toro-cart #toro-cart-table .cart-item.produto-upsell {    
    padding-left: 40px;
    border-left: 4px solid #5768ff;
}

.woocommerce #toro-cart #toro-cart-table td {
    display: flex; /* Garante que o conteúdo interno do td também seja flexível */
    align-items: center; /* Centraliza verticalmente o conteúdo interno */
    justify-content: center; /* Centraliza horizontalmente (opcional) */
}

.woocommerce #toro-cart #toro-cart-table td.product-thumbnail,
.woocommerce #toro-cart #toro-cart-table td.product-name,
.woocommerce #toro-cart #toro-cart-table td.product-remove {
    flex: 1; /* Faz cada coluna ocupar o mesmo espaço proporcionalmente */
    border: none;
    background-color: transparent;
}

.woocommerce #toro-cart #toro-cart-table td.product-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce #toro-cart #toro-cart-table td.product-name h3 {
    font-size: 1.3rem;    
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 5px;
}

.woocommerce #toro-cart #toro-cart-table td.product-remove {
    max-width: 60px;
}

.woocommerce #toro-cart #toro-cart-table td.product-remove img {
    width: 25px;
}

.woocommerce #toro-cart #toro-cart-table td.product-thumbnail {
    padding: 20px;
    max-width: 200px;
}

.woocommerce #toro-cart #toro-cart-table .cart-item img {
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.woocommerce #toro-cart #toro-cart-table td.product-remove a.remove{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 8px;
}

.woocommerce #toro-cart #toro-cart-table td.product-remove a.remove:hover {
    background: #f0f0f0 !important;
    opacity: 0.9;
}

.woocommerce #toro-cart #toro-cart-table .produto-upsell td.product-remove a.remove {
    display: none;
}

#toro-cart .product-name p.product-short-description {
    text-align: left;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    display: block;
    width: 100%;
}

#toro-cart .product-name p.product-price .amount {
    font-size: 1.6em;
    color: #4AC14B;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 1em
}

.woocommerce #toro-cart #toro-cart-table {
    border-radius: 0 0;
}

.woocommerce #toro-cart .cart-collaterals .custom-cart-card h3 {
    font-size: 1.3rem;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce #toro-cart .cart-collaterals .custom-cart-card .card-wrapper .custom-card {
    display: flex;
    width: 48%;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total td span.woocommerce-Price-amount.amount {
    font-size: 1.6em !important;
    color: #4AC14B;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 1em
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 1.3rem;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 38% !important;
}

.woocommerce-message .wc-forward {
    display: none;
}

.custom-cart-card {
    float: left;
    width: 60% !important;
    display: block;
}

.woocommerce #toro-cart .woocommerce-loop-product__link {
    display: none !important;
}
/* 
* Crossel
*/
.woocommerce #toro-cart .cross-sells h3{
    font-size: 1.3rem;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 5px;
}

.woocommerce #toro-cart .cross-sells .products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.woocommerce #toro-cart .cross-sells .products::after,
.woocommerce #toro-cart .cross-sells .products::before {
    display: none;
}

.woocommerce #toro-cart .cross-sells .products .custom-card {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 48%;
    align-items: flex-start;
}

#woo-toro-popup-column-right #upsells {
    max-height: 150px;
    overflow: auto;
}

#upsells .custom-card {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 8px;
}

.woocommerce #toro-cart .cross-sells .products .custom-card .check-it,
#upsells .custom-card .check-it {
    padding: 0;
}

.woocommerce #toro-cart .cross-sells .products .custom-card .check-it-input,
#upsells .custom-card .check-it-input {
    width: 22px;
    height: 22px;
    font-size: 26px;
    cursor: pointer;
    margin-right: 8px;
}

.woocommerce #toro-cart .cross-sells .products .custom-card .item-product,
#upsells .custom-card .item-product {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}


.woocommerce #toro-cart .cross-sells {
    width: 59%;
    float: left;
}

.woocommerce #toro-cart .cross-sells .products .custom-card h4,
#upsells .custom-card h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0;
    margin: 0 0 5px;
}

.woocommerce #toro-cart .cross-sells .products .custom-card span.price,
#upsells .custom-card span.price {
    font-size: 1.2rem;
    color: #4AC14B;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
    line-height: 1em;
}

#upsells .custom-card span.price del{
    color: #aaa;
    margin-right: 8px;
}

#upsells .custom-card span.price ins{
    color: inherit;
    text-decoration: none;
}

.woocommerce #toro-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #02A7A9;
    border-radius: 8px;
    padding: 10px
}

.woocommerce #toro-cart #toro-cart-table .elementor-widget {
    margin: 0;
    padding: 0;
}

/* Esconder a versão desktop por padrão */
#toro-cart .mobile-image{
    display: none;
}

@media (max-width: 768px) {
    .woocommerce #toro-cart .cross-sells {
        width: 100%;
        float: none;
    }

    #toro-cart .checkout-steps .step {
        flex: 1;
        text-align: center;
        background: #f0f0f0;
        padding: 10px 0px 10px 10px;
    } 
    
    .woocommerce #toro-cart #toro-cart-table td {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .woocommerce #toro-cart #toro-cart-table td.product-thumbnail {
        padding: 10px;
        width: 100px;
        max-width: 100px;
        padding-right: 14px;
    }

    .woocommerce #toro-cart .cross-sells .products {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        margin-top: 20px;
    }

    .woocommerce #toro-cart .cross-sells .products .custom-card {
        display: flex    ;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        align-items: flex-start;
        padding: 12px;
    }

    .woocommerce #toro-cart #toro-cart-table td.product-remove img {
        width: 25px;
    }

    #toro-cart .mobile-image {
        display: block;
    }    
    #toro-cart .desktop-image {
        display: none;
    }  

    .woocommerce #toro-cart #toro-cart-table .cart-item img {
        width: 90px;
        padding: 0;
        margin-right: 12px
    }

    .checkout-steps .step.active {       
        width: calc(100% - 160px);
        min-width: calc(100% - 160px);
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding-left: 20px;
    }

    .checkout-steps .step {       
        width: 60px;
        max-width: 60px;
        padding: 10px 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checkout-steps .step span.bol {
        margin-right: 0px;
    }

    .checkout-steps .step.active span.step-text {
        display: block;
    }

    .checkout-steps .step span.step-text {
        display: none;
    }

    .woocommerce-cart .woocommerce table.shop_table tr td {
        width: 100%;
    }

    .woocommerce-cart .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item.cart_item {
        width: 100%;
        position: relative;
        display: flex;
        align-items: flex-start;
    }

    .woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail {
        text-align: left !important;
        width: 30%;
        min-width: 30%;
        box-sizing: border-box;
        border-bottom: none;
        padding: 10px 0 10px 10px;
    }

    .woocommerce-cart .woocommerce table.shop_table tr td.product-name {
        text-align: center;
        width: 60%;
        box-sizing: border-box;
        padding: 12px 0;
        border-bottom: 0px;
    }   
    .woocommerce #toro-cart #toro-cart-table td.product-remove a.remove {        
       padding: 0px;
    } 

    .woocommerce-cart .woocommerce table.shop_table tr td:before {
        display: none;
    }

    #toro-cart .product-name h3 {        
        text-align: left;
        font-size: 1.4em;
    }

    #toro-cart .product-name p.product-short-description,
    #toro-cart .product-name p.product-price {
        text-align: left;
        margin-bottom: 12px;
        font-size: 12px;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: 100% !important;
    }

    .custom-cart-card {
        float: none;
        width: 100% !important;
        display: block;
    }   

    .custom-cart-card .card-wrapper .custom-card {
        display: flex;
        width: 1000%;
        gap: 10px;
        align-items: flex-start;
        padding: 10px 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .custom-cart-card .card-wrapper {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }

    .woocommerce-cart .woocommerce table.shop_table tr td.actions {
        padding: 12px 30px !important;
    }

    .woocommerce-page .cart-collaterals {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .woocommerce-page .cart-collaterals .cart_totals {        
        margin-top: 20px;
    }
}

/* POPUP - Estrutura geral */
#woo-toro-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 60px 25px;
    overflow: auto;
    background-color: rgb(0 0 0 / 64%);
}
#woo-toro-popup .sbl-circ-path {	
	color: rgba(175, 175, 175, 0.2);	
	border-right-color: #c5c5c5;	
}
.woo-toro-popup-content {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width: 1080px;
    margin: 0 auto 50px;
    padding: 0px;
    background: #fff;
    border-radius: 12px;
    align-items: center;
    height: 100%;
    max-height: 600px;
}
.woo-toro-popup-column {
    flex: 1;    
}

#woo-toro-popup-column-left #logo-popup {
    width: 160px;
    height: auto;
    margin-bottom: 10px;
}

#woo-toro-popup-column-left {       
    padding: 30px 10px 30px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#woo-toro-popup-column-right {
    border-left: 1px solid #4a68ff;    
    padding: 30px 0 30px 0px;
    height: 100%;
}

.toro-form-row{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}

#woo-toro-popup .close {
    cursor: pointer;
    color: #828282;
    font-size: 28px;
    font-weight: normal;
    background: rgb(255 255 255);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    box-shadow: 3px 4px 9px 1px #00000063;
}
/* Coluna da esquerda (formulário) */
.woo-toro-popup-column:first-child {
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
}

.woo-toro-popup-column h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.woo-toro-popup-column p {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
}

#woo-toro-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#woo-toro-popup .toro-form-col input[type=text],
#woo-toro-popup .toro-form-col input[type=email],
#woo-toro-popup .toro-form-col input[type=tel] {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #F0F1F6;
    background-color: #F0F1F6;
    font-size: 1em;
}

#woo-toro-popup .toro-form-col input[type=checkbox] {
    width: 18px;
    height: 18px;    
    border-radius: 50%;
    border: 1px solid #D9D9D9;    
    font-size: 1em;
}

#woo-toro-popup .toro-form-col button {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #02A7A9;
    background-color: #02A7A9;
    font-size: 1em;
    text-transform: initial;
}

#woo-toro-popup .toro-form-col button.disabled{
    border: 1px solid #0a999b;
    background-color: #0a999b;
    opacity: 0.5;
    cursor: not-allowed;
}

.toro-form-col input::placeholder {
    color: #828282;
    font-size: 1em;
}

.toro-form-col button {
    background-color: #0a999b;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.toro-form-col button:hover {
    background-color: #009688;
}

.toro-form-col .field-option {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.toro-form-col .field-option label {
    font-size: 12px;
    color: #828282;
}

.toro-form-col .field-option input {
    margin-right: 10px;
}

/* Coluna da direita (detalhes do curso) */
.woo-toro-details {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 30px;
}

.woo-toro-details .title-section {
    color: #1B1B1B;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    line-height: 1em;
    padding: 0;
    margin: 10px 0;
}

.woo-toro-details .title-section span {
    z-index: 9;
    display: inline-block;
    padding: 8px 12px 8px 0;
    position: relative;
    background: #fff;
}

.woo-toro-details .title-section::after{
    width: 100%;
    height: 1px;
    background-color: #4a68ff;
    content: '';
    display: block;
    position: absolute;
    top: 14px;
}

.woo-toro-image img {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    max-height: 220px;
    object-fit: cover;
}

.woo-toro-details h3.product-name {
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.woo-toro-details .text {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
}

.details-list-highlights {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    margin-left: 0;
    display: flex;
    gap: 16px;
}

.details-list-highlights li {
    display: flex;
    align-items: center;
    font-size: 1em;
    color: #333;
}

.details-list-highlights li .icon-check-list-verde {
    margin-right: 10px;
    color: #00bfa5;
}

.details-list-highlights li .icon-check-list-verde {
    background-image: url(../../../../../../../../plugins/toro-cart/assets/img/check-list-verde.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    width: 18px !important;
    height: 18px !important;
    margin-right: 7px;
}

.details-price {    
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.details-price-12x {    
    margin-bottom: 0px;    
    display: flex;
    flex-direction: column;
}

.card-price-12x.not-price {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details-price .old-price {
    color: #aaa;
    font-weight: 400;
    letter-spacing: -1px;
    text-decoration: line-through;  
    font-size: 18px;
    line-height: 1em;
}

.details-price .new-price, .details-price .normal-price {    
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #000;
    line-height: 1.2em;
    font-family: "Roboto", Sans-serif;
}

.details-price-12x .price-parcela {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    padding: 5px 0;
    color: #000;
    margin: 8px 0 4px;
    font-family: "Roboto", Sans-serif;
}

.details-price-12x .small {
    font-size: 1em;
    letter-spacing: -1px;
}

.details-price-12x .large {
    font-size: 1.6em;
    letter-spacing: -1px;
}

.text-red {
    color: red;
    font-weight: bold;
}

#woo-toro-popup .form-link-custom {
    color: #5768FF
}

#curso-cupom {
    padding: 0 0 14px 0;
}

#curso-cupom > p {
    margin: 0 0 5px 5px;
    color: #1B1B1B;  
    font-size: 12px;
    font-family: "Roboto", Sans-serif;
}

#show-cupon {
    margin: 14px 0;
}

#show-cupon span {
    color: #5768FF;
    font-size: 12px;
    font-family: "Roboto", Sans-serif;
    cursor: pointer;
}

#show-cupon span.active {
    color: #1B1B1B;    
}

#aplicado {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 14px 0;
}

#aplicado .item-aplicado {
    display: flex;
    flex-direction: column;
}

#aplicado .item-aplicado span.icon{
    background-image: var(--wpr-bg-e744b1b5-ae2a-4283-ab7c-63907c07b3fd);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    width: 18px !important;
    height: 18px !important;
    margin-right: 7px;
}

#aplicado .item-aplicado .normal {
    color: #5768FF;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
}

#aplicado .item-aplicado .verde {
    color: #4AC14B;
    font-size: 14px;
    margin: 0;
}

#aplicado span.remover-item {
    color: #979797;
    cursor: pointer;
    margin-left: 30px;
}

#curso-cupom h3 {
 font-size: 14px;
 font-weight: 400;
 margin: 0 0 8px;
}

#curso-cupom #wc-block-components-totals-coupon__form {
    display: flex;
}

#curso-cupom  #wc-block-components-totals-coupon__input::placeholder {
    color: #828282;
    font-size: 1em;
}

#curso-cupom  #wc-block-components-totals-coupon__input {
    background-color: #F0F1F6;
    color: #828282;
    font-size: 1em;
    border: none;
    border-radius: 15px;    
    padding: 10px 20px;
}

#curso-cupom  #wc-block-components-totals-coupon__input.error {
    color: #828282;
    font-weight: 400;
    border: 1px solid #FF0000;
    background-color: #FFF6F6;
}

#curso-cupom .wc-block-components-button {
    background-color: transparent;
    color: #5768FF;
    text-transform: capitalize;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    border: none;
}

#coupon-check, #coupon-remove {
    display: none;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

#coupon-check .sbl-circ-path,
#coupon-remove .sbl-circ-path,
#form-submit-check .sbl-circ-path {
        height: 26px;
        width: 26px;
        color: rgba(90, 90, 90, 0.2);
        position: relative;
        display: inline-block;
        border: 4px solid;
        border-radius: 50%;
        border-right-color: #5768FF;
        animation: rotate 1s linear infinite;    
}

.woo-toro-popup-content .error {
    color: red;
    font-weight: 600;
}

@media (max-width: 768px) {
    #woo-toro-popup-column-left #logo-popup {
        width: 140px;
        height: auto;
        margin-bottom: 10px;
    }
    #toro-cart .cart-collaterals {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .woo-toro-popup-content {
        display: flex;
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        overflow: auto;
        height: 100vh;
        max-height: 900px;
    }
    #woo-toro-popup-column-left {
        padding: 20px 20px 0;
        height: auto;
    }

    #woo-toro-popup-column-right {
        border-left: none;
        padding: 0;
        height: auto;
    }

    #woo-toro-popup-column-right #upsells {
        max-height: 600px;
        overflow: auto;
    }

    #woo-toro-popup .close {
        right: 10px;
        top: 5px;
    }

    .details-list-highlights {
        list-style: none;
        padding: 0;
        margin: 10px 0;
        margin-left: 0;
        display: flex;
        gap: 16px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .woo-toro-popup-column, .woo-toro-popup-column:first-child {
        width: 100%;
        padding: 0px 12px;
    }

    #woo-toro-popup{
        padding: 2px;
        overflow: auto;
    }

    .woo-toro-details h3.product-name {
        font-size: 1.2em;
    }

    .woo-toro-details {        
        padding: 0px 12px;
    }

    .woo-toro-details .text {
        display: none;
    }

    .woo-toro-popup-column p {
        display: none;
    }

    .details-list-highlights {
        margin: 5px 0px 10px;
    }

    .details-price .new-price, .details-price .normal-price {
        font-size: 22px;
    }

    .price-parcela {
        font-size: 20px;
        line-height: 32px;
        color: #000;
    }

    .details-price-12x .large {
        font-size: 1.6em;
    }

    #curso-cupom h3 {       
        margin-bottom: 6px;
    }

    .woo-toro-popup-column h2 {
        font-size: 1.2em;
    }

    #woo-toro-popup .toro-form-col input[type=text], #woo-toro-popup .toro-form-col input[type=email], #woo-toro-popup .toro-form-col input[type=tel] {       
        padding: 10px;
    }

    #woo-toro-form {
        padding-bottom: 0px;
    }

    .details-price .old-price {
        font-size: 14px;
    }
}

@media (max-width: 420px) {    
    .woocommerce #toro-cart #toro-cart-table .cart-item.produto-upsell {    
        padding-left: 5px;
        border-left: 3px solid #5768ff;
    } 
    #curso-cupom #wc-block-components-totals-coupon__form {
        display: flex;
        flex-direction: column;
    }
    .wc-block-components-text-input, #wc-block-components-totals-coupon__input {
        width: 100%;
    }
    #curso-cupom .wc-block-components-button {       
        margin-left: 0;
        width: 100%;
        padding: 0px 10px;        
        font-size: 16px;
        margin-top: 10px;
        border: none;
    }
}