/* 2022-0802: nuovi stili >>> */

/* test 123 */

/* 2022-0802: nuovi stili <<< */


h1.ix-h1  
{
  font-family: Poppins,sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  text-transform: lowercase;
  text-align:center;
}

h1.ix-h1  
{
  font-size: 40px !important;
  line-height: 65px !important;
  margin: 70px 0 50px 0;
}

h1.ix-product-h1  
{
  font-size: 40px !important;
  /*line-height: 65px !important;*/
  margin:  0 !important;
  text-align: left !important;
}

/* la griglia di uikit scatta a 768 invece altre nostre cose scattano a 720*/ 
@media screen and (min-width: 768px) and (max-width: 1320px)
{
    h1.ix-h1 
    {
        font-size: 2.9850vw !important;
        line-height: 4.8507vw !important;
        margin: 5.2237vw 0 3.7312vw 0;  
    }

    h1.ix-h1-product
    {
        font-size: 2.9850vw !important;
        line-height: 4.8507vw !important;
        margin: 5.2237vw 0 3.7312vw 0;  
    }
}

@media screen and (max-width: 768px)
{
    h1.ix-h1
    {
        font-size: 24px !important;
        line-height: 40px !important;        
        margin: 30px 70px !important;       
    }

    h1.ix-product-h1
    {
        font-size: 24px !important;
        line-height: 40px !important;        
       /* margin: 30px 70px !important; */      
    } 

   h1.ix-category-h1 
    {
        margin: 50px 40px 40px 40px !important;
    }
}

/* 2022-08-06 italix: kevin: add tutto questo blocco per far uscire bene i prodotti su tablet*/

@media only screen and (min-width: 768px) and (max-width:960px)
{
    
    body.single-product [class*='uk-push-'], 
    body.single-product [class*='uk-pull-'] 
    {
         position: unset; 
    }
    
    body.single-product .ix-product-detail-description 
    {
        width: 100%;
        padding: auto;
        margin: 20px 0 20px 0;
        text-align: center;
    }
    body.single-product .uk-width-medium-1-2, 
    body.single-product .uk-width-medium-2-4, 
    body.single-product .uk-width-medium-3-6, 
    body.single-product .uk-width-medium-5-10 
    {
        width: 100%;
    }
    
    body.single-product h1.ix-product-h1 
    {
        text-align: center !important;
    }
   
    body.single-product  .ix-product-detail-icons-container 
    {
        width: 100%; 
    }
    body.single-product .uk-grid-small 
    {
        margin-left: 15%;
    }
    
    body.single-product .woocommerce div.product .woocommerce-tabs .panel 
    {
        margin: 0 0 2em;
        padding: 20px;
    }
    
    body.single-product .woocommerce .ix-add-to-cart button.alt.button.single_add_to_cart_button 
    {
        float: none;
    }
    .woocommerce div.product form.cart .button 
    {
        float: none !important;
    }
}

.ix_form_row_billing_careof, .ix_form_row_billing_address_num,
.ix_form_row_shipping_careof, .ix_form_row_shipping_address_num
{
    line-height:21px;
}

.select2-container--default .select2-selection--single, .uk-form select 
{
    background-color: #f3f3f3 !important;
    border: none !important;
    width:100%;
}



/* stili corretti: traduzioni >>> */
@media screen and (min-width: 961px) {

    .ix-home-per-passione-per-lavoro-single-part,
    .ix-home-per-passione-per-lavoro-single-part-right{
        height: 100%;
    }
    .home .ix-max-box-medium.ix-double-box>.uk-grid>*>:last-child {
        height: 100%;
    }
    a.ix-link-table {
        margin: 0px; 
    }
    
}
.ix-home-dryer-category-single-product button.single_add_to_cart_button{
    width: 100% !important;
    display: inline-block !important;
    min-height: 50px !important;
    height: auto !important;
    white-space: normal !important;
    word-wrap: break-word;
    line-height: 24px;
}

@media screen and (max-width: 960px) {

    
}
/* stili corretti: traduzioni <<< */