


.efficiale.lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title.point-i 
.efficiale.lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title.point-ii 
.efficiale.lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title.point-ii  {  
  background-color: transparent;
}


.lsow-accordion .lsow-panel-title {
  display: block;
  cursor: pointer; }
.lsow-accordion .lsow-panel-content {
  display: none;
  overflow: hidden; }
 

 .lsow-panel-content .row {
          
          display : flex;
      }

      
.lsow-panel-content .row .col-a {
    width: 70%;
    font-size : 0.75em ;
}      

.lsow-panel-content .row .col-a ul,
.lsow-panel-content .row .col-a ul p,
.lsow-panel-content .row .col-b * {
    padding: 0;
    margin: 0;
      
}

 
.lsow-panel-content .row .col-a ul {
    border: 1px solid;
    min-height: 26px;
    display: block;
    border-right: 0px none;
    list-style: none inside;
}

.lsow-panel-content .row .col-a li {
    border-bottom: 1px solid;
   
    min-height: 50px;
    padding-left: 11px;

 }

.lsow-panel-content .row:first-child .col-a li:first-child {
    
}


.lsow-panel-content .row .col-a li ,
.lsow-panel-content .row .col-b 
{
    display: flex;
    align-items: center;
}


.lsow-panel-content .row .col-a li:before {
  content :'';
  display: none;
}

.lsow-panel-content .row .col-b:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    margin-left: -10px;
    font-weight: normal;
    line-height: inherit;
    font-size: 1em;
    color: #e22616;
    width: 30px;
    display: inline-block;
    position: relative;
    height: auto;

}




.lsow-panel:first-child  .lsow-panel-content .row .col-b:before {
    content: "\f00c";
    color: #329232;
}


.lsow-panel-content .row .col-a li:nth-child(even)  ,
.lsow-panel-content .row .col-b:nth-child(even)  
{ 

}


.lsow-panel-content .row .col-a li:nth-child(oddodd)  ,
.lsow-panel-content .row .col-b:nth-child(odd)  
{background: #fff;}

.lsow-panel-content .row .col-a li:hover  
{
 }
 
 
 

 .lsow-panel-content .row .col-a li:last-child {
    border-bottom: 1px none;
  
 }
  

.lsow-panel-content .row .col-b {
    width: 30%;
    border: 1px solid;
    font-size: 1em;
    padding: 0 5%;
    padding: 0 2% 0 3%;
   height: auto;
    overflow: hidden;
    text-align: center;
     justify-content: center; 
     font-weight: bold;
}


.lsow-panel-content .row .col-b:last-child ,
.lsow-panel-content .row .col-a ul:last-child {
   border-bottom: 1px none;
    
}

 
.lsow-panel-content .row:last-child .col-a ul:last-child {
   border-bottom: 1px solid;
   
}


.lsow-accordion.style1 .lsow-panel .lsow-panel-title,
.lsow-accordion.style3 .lsow-panel .lsow-panel-title {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
  .lsow-accordion.style1 .lsow-panel .lsow-panel-title:after, 
  .lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {
    font-family: 'dashicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
  content: "\f345";
    right: 30px;
    top: 19px;
    font-size: 14px;
    line-height: 1;
    color: #666;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; }
.lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title:after, .lsow-accordion.style3 .lsow-panel.lsow-active .lsow-panel-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.lsow-accordion.style2 .lsow-panel .lsow-panel-title {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
  .lsow-accordion.style2 .lsow-panel .lsow-panel-title:after {
    font-family: 'lsow-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 30px;
    top: 25px;
    content: "\e913";
    color: #999;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
    -webkit-transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
    transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
    transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
    transition: color .3s ease-in 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.lsow-accordion.style2 .lsow-panel.lsow-active .lsow-panel-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

/* ----- Style 1 ------ */
.lsow-accordion.style1 .lsow-panel {
  margin: 0px 0 0;
  
  overflow: hidden; 
}

  
  .lsow-accordion.style1 .lsow-panel .lsow-panel-title span {
   line-height: 30px;
   font-size: 30px;
   vertical-align: text-bottom;
   
  }
  
  .lsow-accordion.style1 .lsow-panel .lsow-panel-title {
    position: relative;
    display: block;
    padding: 0 ;
    font-size: 30px ;
   
    letter-spacing: 0;
    font-weight: bold;
    
    margin: 0; 
    height : 50px;
    display: flex;
    align-items: center;
 

    border-right: 1px solid ;
    
  }

.lsow-accordion.style1 .lsow-panel:last-child   {

 border-bottom:  1px solid ; 
 
}

  .lsow-accordion.style1 .lsow-panel .lsow-panel-title  span {
  
  }
 



.efficiale.lsow-accordion .lsow-panel-content input.labelauty[disabled] + label {
     margin-right : 10px;
      opacity: 1;
}




  .lsow-panel-content .row .col-a ul {
 border: 0 none;
  }

 
 .lsow-panel-content .row:first-child .col-a ul {
   border: 0 none;
   
 
}

 
.lsow-panel-content .row: .col-b   {
    border-top: 1px solid  ;
}

.lsow-accordion.style1 .lsow-panel .lsow-panel-title {
     border: 0; 
}
 


 span.title-prefix  {
  margin-right: 0.5em;
}

 span.title-suffix  {
  margin-left: 0.5em;
}

 
 span.title-prefix:before  {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-weight: normal;
    line-height: 0;
    font-size: 25px;
    color: #e22616;
    width: 30px;
    margin-right: 5px;
    display: inline;
    position: relative;
    top: -2px;
}



.lsow-panel.point-i  .lsow-panel-title  span.title-prefix:before  {
    content: "\f00c";
    color: #329232;
}
 
 

  .lsow-accordion.style1 .lsow-panel .lsow-panel-title span.title-suffix  {
      font-weight: 100 !important;
    font-size: 20px;
    margin-top: 5px;
} 
 
  

  .lsow-accordion.style1 .lsow-panel .lsow-panel-content {
    background: white ;
    padding: 0; }

  .lsow-accordion.style1 .lsow-panel:hover .lsow-panel-title {
       }

  .lsow-accordion.style1 .lsow-panel.point-i:hover .lsow-panel-title {
 
  }

 

  .efficiale.lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title {
   
    }
  .efficiale.lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title:after {
      }
 

 