/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.archive .elementor-widget-container {
    display: flex;
}

.archive .elementor-widget .elementor-widget-container {
    width:100%;
    display: flex;
    flex-direction: column;
}

.archive .elementor-widget-container .category-image-wrap {
    width: 100%;
    max-width: 100%;
    order: 2;
}

.archive .elementor-widget-container .term-description-custom {
    width: 100%;
    max-width: 100%;
    order: 1;
}

@media only screen and (min-width: 900px) {

    .archive .elementor-widget .elementor-widget-container {
        width:100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .archive .elementor-widget-container .category-image-wrap {
        width: 66.66%;
        max-width: 66.66%;
        order: 2;
    }
    
    .archive .elementor-widget-container .term-description-custom {
        width: 32.33%;
        max-width: 32.33%;
        order: 1;
        padding-right: 1%;
    }
    
  }

  .archive .elementor-widget-container .term-description,
  .archive .elementor-widget-container .term-description p {
    display: none!important;
    visibility: hidden;
  }


  /*
  **
  ** Filter stylle
  */

  .elementor-widget-shortcode div.elementor-widget-container {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    flex-direction: column!important;
  }

  div.elementor-widget-container ul {
    margin-left: 0;
    padding-left: 0;
  }

  .elementor-widget-container form.searchandfilter ul li {
    width: 100%;
  }

  .elementor-widget-container form.searchandfilter ul li input,
  .elementor-widget-container form.searchandfilter ul li label {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    background-color: #fff;
  }
  
  .elementor-widget-container form.searchandfilter ul li select{
    background: #fff;
    background-color: #fff;
  }


  .elementor-widget-container form.searchandfilter ul li input[type=submit] {
    background-color: #50DAC4;
    border-color: #50DAC4;
    text-transform: uppercase;
    color: #fff;
  }

  .elementor-widget-container form.searchandfilter ul li input[type=submit]:hover {
    color: #fff;
  }


  li.sf-field-taxonomy-pa_materiale-comfort-acustico,
  li.sf-field-taxonomy-pa_materiale-tappeti {
    display: none!important;
    height: 0;
    padding: 0;
  }

  body.term-32 li.sf-field-taxonomy-pa_materiale-comfort-acustico {
    display: block!important;
    height: auto;
    padding: 10px 0;
  }

  body.term-97 li.sf-field-taxonomy-pa_materiale-tappeti {
    display: block!important;
    height: auto;
    padding: 10px 0;
  }

  body.term-97 li.sf-field-taxonomy-pa_materiale,
  body.term-97 li.sf-field-taxonomy-pa_utilizzo,
  body.term-32 li.sf-field-taxonomy-pa_materiale,
  body.term-32 li.sf-field-taxonomy-pa_utilizzo {
    display: none;
    visibility: hidden;
    height: 0;
    padding: 0;
  }
/*STILE PER ICONE PRODOTTO*/
.img_car_prod{
	margin: 10px 0 !important;
}

.image-container{
	display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 12%;
    right: 0;
}
@media screen and (max-width: 1200px) and (min-width: 1025px){
	.image-container{
    top: 9%;
}
}
/*CATEGORIA IMG e TESTO*/
.categoria-prefooter .term-description-custom , .categoria-prefooter .category-image-wrap , .categoria-header .title_cat_custom{
	display:none !important;
}