.elementor-368 .elementor-element.elementor-element-b8ed7c1{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-368 .elementor-element.elementor-element-b8ed7c1:not(.elementor-motion-effects-element-type-background), .elementor-368 .elementor-element.elementor-element-b8ed7c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2EC;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-368 .elementor-element.elementor-element-dff7118 .elementor-heading-title{font-family:"Bicyclette", Sans-serif;font-size:60px;font-weight:400;color:#23421D;}.elementor-368 .elementor-element.elementor-element-dce33a1{--update-cart-automatically-display:none;--sections-title-color:#23421D;--forms-fields-border-radius:4px 4px 4px 4px;--forms-buttons-normal-text-color:#F2F2EC;--forms-buttons-border-type:none;--forms-buttons-border-radius:100px 100px 100px 100px;--order-summary-color:#6A6A6A;--totals-color:#23421D;--checkout-button-border-radius:100px 100px 100px 100px;}.elementor-368 .elementor-element.elementor-element-dce33a1 .shop_table .button{background-color:#122B2F;font-family:"Bicyclette", Sans-serif;font-size:16px;font-weight:400;}.elementor-368 .elementor-element.elementor-element-dce33a1 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#122B2F;}.elementor-368 .elementor-element.elementor-element-dce33a1 .cart_totals h2{font-family:"Bicyclette", Sans-serif;font-size:16px;}.elementor-368 .elementor-element.elementor-element-dce33a1 .e-cart-content, .elementor-368 .elementor-element.elementor-element-dce33a1 .woocommerce-shipping-destination, .elementor-368 .elementor-element.elementor-element-dce33a1 .shipping-calculator-button{font-family:"Bicyclette", Sans-serif;font-size:12px;}.elementor-368 .elementor-element.elementor-element-dce33a1 .coupon .input-text, .elementor-368 .elementor-element.elementor-element-dce33a1 .cart-collaterals .input-text, .elementor-368 .elementor-element.elementor-element-dce33a1 select, .elementor-368 .elementor-element.elementor-element-dce33a1 .select2-selection--single{font-family:"Bicyclette", Sans-serif;font-size:16px;font-weight:400;border-style:solid;border-width:1px 1px 1px 1px;border-color:#6A6A6A;}.elementor-368 .elementor-element.elementor-element-dce33a1 .woocommerce-cart-form{--order-summary-title-color:#23421D;}.elementor-368 .elementor-element.elementor-element-dce33a1 .e-shop-table .cart th, .elementor-368 .elementor-element.elementor-element-dce33a1 .e-shop-table .cart td:before{font-family:"Bicyclette", Sans-serif;font-size:16px;font-weight:400;}.elementor-368 .elementor-element.elementor-element-dce33a1 .cart td span, .elementor-368 .elementor-element.elementor-element-dce33a1 .cart td, .elementor-368 .elementor-element.elementor-element-dce33a1 .input-text.qty{font-family:"Bicyclette", Sans-serif;font-size:12px;font-weight:400;}.elementor-368 .elementor-element.elementor-element-dce33a1 .cart_totals .shop_table td:before, .elementor-368 .elementor-element.elementor-element-dce33a1 .cart_totals .shop_table td .woocommerce-Price-amount{font-family:"Bicyclette", Sans-serif;font-weight:400;}.elementor-368 .elementor-element.elementor-element-dce33a1 .checkout-button{font-family:"Bicyclette", Sans-serif;font-size:16px;font-weight:400;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-368 .elementor-element.elementor-element-b8ed7c1{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-368 .elementor-element.elementor-element-dce33a1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-368 .elementor-element.elementor-element-dce33a1{--sections-padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-368 .elementor-element.elementor-element-b8ed7c1{--content-width:1700px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-dce33a1 */.elementor-widget-woocommerce-cart .woocommerce .coupon-col {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {

    .woocommerce-cart tr.cart_item {
        
        border-radius: 16px;
        padding: 5px;
        margin-bottom: 20px;
        display: block;
      
        position: relative;
    }

    .woocommerce-cart tr.cart_item td {
        border: none;
        display: block;
        text-align: center;
        padding: 8px 0;
    }

    .woocommerce-cart .product-thumbnail img {
        width: 120px;
        border-radius: 12px;
        margin: 0 auto;
    }

    .woocommerce-cart .product-name a {
        font-size: 14px;
        font-weight: 600;
        color: #222;
        text-decoration: none;
    }

    .woocommerce-cart .product-price,
    .woocommerce-cart .product-subtotal {
        font-size: 18px;
        font-weight: 700;
    }

    .woocommerce-cart .quantity input.qty {
        width: 70px;
        border-radius: 10px;
        text-align: center;
    }

    .woocommerce-cart .product-remove {
        position: absolute;
        top: 12px;
        right: 12px;
    }



    .woocommerce-cart .product-remove .remove:hover {
        background: #e53935;
        color: #fff !important;
    }
    
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block !important;
     
    }
    
   @media (max-width: 768px) {
   .product-thumbnail a:before{
      content:"" !important;
   }
   
   .elementor-widget-woocommerce-cart .woocommerce table.cart td{
       padding: 10px;
   }
   
   
   
   @media (max-width: 768px) {
    .woocommerce table.shop_table_responsive td.product-thumbnail::before,
    .woocommerce table.shop_table_responsive td.product-remove::before,
    .woocommerce-page table.shop_table_responsive td.product-thumbnail::before,
    .woocommerce-page table.shop_table_responsive td.product-remove::before {
        content: "" !important;
        display: none !important;
    }
}


.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
   padding: 20px;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon .form-row

 {
    padding: 20px;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start{
    width:100%;
}

    .elementor-widget-woocommerce-cart .woocommerce .coupon-col-end{
         width:100%;
    }
}


.elementor-widget-woocommerce-cart .woocommerce table.cart img{
    margin: unset;
}
}


.woocommerce-cart tr.cart_item {
      border-radius: 0;
    }
    
    
    .elementor-widget-woocommerce-cart .woocommerce .coupon #coupon_code{
        border-radius: 100px;
    }
    
    
    
    .checkout-button.button.alt.wc-forward.compras{
        margin-bottom: 20px;
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b8ed7c1 */.elementor-widget-woocommerce-cart .e-cart-section{
    border-radius: 20px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bicyclette';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://spirare.fredericoavo.com/wp-content/uploads/2026/06/Bicyclette-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */