/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2025 | 16:57:14 */
    .box-buttons{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .box-buttons a.cart{
        width: 60%;
		text-align:center
        
    } 
    
    .fa-shopping-cart::before{
        font-size: 25px
    }
    
    .box-buttons .elementor-button{
        width: 100%;   
        background-color: #6257e8 !important;
    }


   // Mobile

	.box-buttons-mobile{
		display: flex !important;
  		flex-direction: row !important;
  		justify-content: space-between !important;
  		align-items: center !important;
    
    }
    .box-buttons-mobile a.cart{
        width: 30%;
		text-align:center
    } 
    
    .box-buttons-mobile .elementor-button{
        width: 60%;
        background-color: #6257e8 !important;
    }
    
    
