/* File generato automaticamente dall'AltEngine il Wednesday 31st of December 2025 11:19:59 */

* {
    scroll-behavior: smooth;
  }
  


  /**
* LABELBS
*/
  .label {
    background: #F5F5F5;
    color: #fff;
    font-weight: 600;
    padding: .3125rem .625rem;
    font-size: 1rem;
    margin-left: .625rem;
    text-transform: uppercase;
    display: inline-block
  }
  .label.label-primary {
    background: #FFCBCA;
    color: #fff;
  }

  /* =================================
** UTILITIES
** ================================= */
  .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .height-full {
    height: 100%;
  }
  a.h-link,
  .h-link a {
    color: inherit;
  }
  a.h-link:hover,
  .h-link a:hover {
    color: inherit;
  }
  /* =================================
** SECTIONS GENERICHE
** ================================= */
  .section {
    padding: 3.4em 0;
  }
  .section-title {
    position: relative;
    margin-bottom: 32px;
  }
  .section-title-decoration>* {
    display: inline-block;
  }
  .hr-title-over {
    width: 100%;
  }
  .section-title-decoration>hr {
    display: none;
  }
  @media (min-width: 768px) {
    .section-title-decoration>hr {
      margin-bottom: 0px;
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, .1);
      display: inline-block;
      width: 200px;
      margin: 0 7px 7px 7px;
    }
  }

  /**
 * MENU WITH SEPARATORS
 */
  .menu-with-separators .nav-item {
    list-style: none;
  }
  @media (min-width: 768px) {
    .menu-with-separators .nav-item {
      list-style: disc;
      padding-right: 2.2em;
    }
    .menu-with-separators .nav-item:first-of-type {
      list-style: none;
    }
    .menu-with-separators .nav-item .nav-link:first-of-type {
      padding-top: .71em;
    }
  }
  /**
 * MENU TOGGLER ANIMATION
 */
  /* remove navbar button stying */
  .navbar-toggler-animation.navbar-toggler {
    background: none;
    border: none;
    /* remove the blue outline when active or focused */
    /* basic styles for each icon bar */
    /* styles for when .navbar is closed */
  }
  .navbar-toggler-animation.navbar-toggler:active,
  .navbar-toggler:focus {
    outline: 0;
  }
  .navbar-toggler-animation.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0 4px 0;
    transition: all 0.2s;
    background: false;
    /* custom .navbar-dark .icon-bar background */
    /* .navbar open top .icon-bar rotated down 45° */
    /* .navbar open middle .icon-bar invisible */
    /* .navbar open bottom .icon-bar rotated up 45° */
  }
  .navbar-dark  .navbar-toggler-animation.navbar-toggler .icon-bar {
    background: false  }
  .navbar-toggler-animation.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggler-animation.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .navbar-toggler-animation.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .navbar-toggler-animation.navbar-toggler.collapsed {
    /* .navbar closed top .icon-bar no rotation - straight */
  }
  .navbar-toggler-animation.navbar-toggler.collapsed .icon-bar {
    /* .navbar open middle .icon-bar visible */
    /* .navbar open bottom .icon-bar no rotation - straight */
  }
  .navbar-toggler-animation.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
  }
  .navbar-toggler-animation.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar-toggler-animation.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
  }
  /**
 * MAIN WRAPPER
 */
  section#wrapper {
    padding-top: 0px;
    background: #ffffff;
    box-shadow: none;
  }
  /* =================================
** Header 
** ================================= */
  /*#header {
    min-height: ;
  }
  @media (min-width: 768px) {
    #header {
      min-height: ;
    }
  }*/
/* =================================
** Header Logo
** FUFE =
**  - dynamic brand width
** ================================= */
#header .navbar-brand {
  
    display: block;
}
#header .navbar-brand .logo{
  width:100%;
  max-width: 200px;
  height: auto; /* richiede .img-fluid */
}
@media (min-width: 768px) {
  #header .navbar-brand {
   
}
}
.logo-standard{display:inline-block;}
.logo-sticky{display:none;}
.logo-light{display:none;}

#header.is-sticky .logo-standard{display:none;}
#header.is-sticky .logo-sticky{display:inline-block;}
#header.is-sticky .logo-light{display:none;}
/* =================================
** Header SEARCHFORM
** ================================= */
  .search-form .fa-search {
    color: #222;
  }
  .search-form .input-group .form-control {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #222;
  }
  .search-form .input-group .form-control::placeholder {
    color: #bbbbbb;
  }
  .search-form .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #bbbbbb;
    border-radius: 0;
  }
  .search-form .search-form-submit {
    border: 0;
    border-radius: 0;
    color: inherit;
    background: none;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    text-align: center;
    margin: 0;
    font-size: inherit;
  }
  /* =================================
**  HEADER sticky
** ================================= */
.sticky-onscroll{
  /*  position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;*/
}
.sticky-onscroll.is-sticky {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  }



  .card-labels>li>span,
  .woocommerce ul.products li.product .onsale {
    /* unset standard woocommerce*/
    top: unset;
    right: unset;
    left: unset;
    margin: 0px;
    position: static;
    background: unset;
    color: unset;
    display: inline;
    min-height: unset;
    min-width: unset;
    width: auto;
    height: auto;
    padding: .3em .6em;
    text-align: inherit;
    font-weight: 600;
    border-radius: inherit;
    font-size: .6em;
    /* set like btn */
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 0.12em;
    background-color: false;
    color: #FFF;
    border: 1px solid false;
    /*-webkit-box-shadow: 0px 0px 0 1px #ffffff, 3px 3px 0 0 false;
    box-shadow: 0px 0px 0 1px #ffffff, 3px 3px 0 0 false;*/
  }

  /* =================================
** CARD WIDTH DESCRIPTION
** ================================= */
  .card.post-card {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding-bottom: 145px;
  }
  .card.post-card:hover,
  .card.post-card.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  }
  .card.post-card:hover .card-header>img,
  .card.post-card.hover .card-header>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
  }
  .card.post-card .card-top {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    text-align: center;
    padding: 12.5px 0;
    background: #ffffff;
    line-height: .7;
  }
  .card.post-card .card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: #fff;
  }
  .card.post-card .card-category {
    position: absolute;
    top: -34px;
    left: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #9a9a9a;
  }
  .card.post-card .card-title {
    margin: 0;
    padding: 0;
  }
  .card.post-card .card-subtitle {
    margin: 0;
    padding: 0;
  }
  .card.post-card .card-description {}
  .card.post-card .card-extra {
    display: none;
  }
  .card.post-card.hover .card-content .card-description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .card.post-card .card-footer {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-top: 16px;
    border: none;
    background: none;
  }
  .card.post-card .card-footer a {
    text-decoration: none;
    color: inherit;
  }
  /* ----------------------------------------------------------------
	CARD Info
-----------------------------------------------------------------*/
  .card.card-info {
    padding: 0 0 0 64px;
    position: relative;
    text-align: left;
  }
  .card.card-info .card-header {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    left: 0;
    background: none;
  }
  .card.card-info .card-header>img {
    width: 100%;
    height: 100%;
  }
  .card.card-info .card-content {
    padding: 3px 0px;
  }
  .card.card-info .card-content .description {
    display: inline-block;
    width: 100%;
  }
/* ----------------------------------------------------------------
	CARD Preview
-----------------------------------------------------------------*/
  .card.card-preview .card-image {}

    @media (max-width: 767px) {
  .card.card-preview .card-thumb-vertical {
    width: 100%;

    display: block;
    background:none !Important;
  }

  .card.card-preview .card-thumb-vertical:nth-child(2) {
      display:none;
    }
}

  @media (min-width: 768px) {
    .card.card-preview .card-thumb-vertical {
          display: block;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        min-height:400px;
        width: 48%;
        float: left;
        margin: 0 1%;
    }
    .card.card-preview .card-thumb-vertical > img{
      display: none;
    }
  }
  /*
.card.card-preview .card-content{
  position:absolute;	
  width: 100%;
  height: auto;
  max-height: 100%;
  left:0;
  bottom:36px;
}
.card.card-preview .card-content *{
color:white;
}*/
  /* =================================
** SEARCHBAR & SEARCH INPUT FIELD
** ================================= */
  .searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    border-radius: 30px;
    padding: 10px;
  }
  .search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
  }
  .searchbar:hover>.search_input {
    padding: 0 10px;
    width: 450px;
    caret-color: red;
    transition: width 0.4s linear;
  }
  .searchbar:hover>.search_icon {
    background: white;
    color: #e74c3c;
  }
  .search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
  }
/* ==================================
** SEARCHBAR-ON-TOP
** ================================== */
.searchbar-on-top {
    min-height: ;
    background: #ff0000;
  }
  .searchbar-on-top .searchbar-wrapper {
    height: ;
  }
  @media (min-width: 768px) {
    .searchbar-on-top {
      min-height: ;
    }
    .searchbar-on-top .searchbar-wrapper {
    height: ;
  }
  }
  /* =================================
** MAIN SLIDER
** ================================= */
  .pff-slider .slide {
    list-style-type: none;
    padding: 0;
  }
  .pff-slider .slide-item { 
    position: relative;
    width: 100%;
    height: 100vh;
    height: 70vh; 
    background-size: cover;
    background-position: center center;
  
    
  }


  @media (min-width: 768px) {
    .pff-slider .slide-item {
        height: 100vh;
    height: 70vh; 
    }
  }
  .pff-slider .slide-item-body {
    /* display: table;
    position: absolute;
    width: 100%;
        padding: 22px 36px;*/
    height: 100%;
  }
  .pff-slider .slide-item-wrapper>.row {
    height: 100%;
  }
  /*.pff-slider .slide-item-wrapper-align {
    display: table-cell;
    vertical-align: middle;
  }*/
  .pff-slider .slide-caption {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 2rem;
    /*whatever width you want*/

  }
  .pff-slider .slide-caption-title {
    margin-bottom: 8px;
  }
  .pff-slider .slide-caption-desc {
    margin-top: 0;
    margin-bottom: 16px;
  }
  /* =================================
** OWL SLIDER NAVS
** ================================= */
  .owl-carousel .owl-stage-outer {}
  .owl-carousel .owl-nav {
    /* margin-top: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    width: min-content;
    width: 100%;
    opacity: 0.5;
    display: flex;
    justify-content: space-between;*/
    margin: 0px;
    padding: 0px;
    position: static;
    top: 0;
    display: block;
    width: 100%;
  }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    right: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    left: 0px;
  }
  .owl-theme .owl-nav [class*=owl-]:visited,
  .owl-theme .owl-nav [class*=owl-]:focus,
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: inherit;
    text-decoration: none;
    box-shadow: none;
    outline: none;
  }
  /* =================================
** MAIN FOOTER
** ================================= */
  #footer {
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    font-size: .8rem;
  }
  #footer hr {
    border-top-color: #bbb;
    opacity: 0.5
  }
  #footer hr.small {
    margin: 20px 0
  }
  #footer .widget_nav_menu ul,
  #footer .footer-links {
    padding-left: 0;
    list-style: none
  }
  #footer .widget_nav_menu ul li,
  #footer .footer-links li {
    display: block
  }
  #footer .widget_nav_menu ul a,
  #footer .footer-links a {
    color: inherit;
  }
  #footer .footer-links a:active,
  #footer.footer-links a:focus,
  #footer.footer-links a:hover {
    color: inherit;
  }
  #footer .footer-links.inline li {
    display: inline-block
  }
  #footer .copyright-text {
    margin: 0
  }
  @media (max-width:991px) {
    #footer [class^=col-] {
      margin-bottom: 30px
    }
  }
  @media (max-width:767px) {
    #footer {
      padding-bottom: 0
    }
    #footer .copyright-text,
    .social-icons {
      text-align: center
    }
  }
  #footer .footer-contacts-list {}
  /* =================================
** SOCIAL ICONS
** ================================= */
.social-nav{}
  .social-nav .social-label{
    display:none;
  }
  .social-icons,
  .social-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
  }
  .social-icons li {
    display: inline-block;
    margin: 0 5px;
  }
   .social-links li {
    display: block;
    margin-bottom: 4px
  }
  .social-links .social-label {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
  }
  .social-links .social-link i {
    display: none;
  }
  .social-icons .social-link>.social-label {
    display: none;
  }
  .social-links .social-link {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: inherit;
    text-transform: capitalize;
  }
  .social-icons a {
    /* background-color: #eceeef;
    color: #818a91;
    color: #4c4c4c;*/
    /*font-size: 10px;*/
    display: inline-block;
    /*line-height: 2.4;*/
    /*width: 22px;
    height: 22px;*/
    text-align: center;
    /*margin-right: 8px;*/
    border-radius: 100%;
    font-size: 2em;
    color: #ffffff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
  .social-icons a:active,
  .social-icons a:focus,
  .social-icons a:hover {
    color: #fff;
    background: none;
  }
  .social-icons .social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
  }
  .social-icons .social-icons a:hover {
    color: #fff;
  }
  .social-icons.social-icons-hover-colored  a.social-link-facebook:hover {
    background-color: #3b5998
  }
  .social-icons.social-icons-hover-colored a.social-link-twitter:hover {
    background-color: #00aced
  }
  .social-icons.social-icons-hover-colored a.social-link-linkedin:hover {
    background-color: #007bb6
  }
  .social-icons.social-icons-hover-colored a.social-link-dribbble:hover {
    background-color: #ea4c89
  }
  .social-icons.social-icons-hover-colored a.social-link-instagram:hover {
    background-color: #C13584
  }
  .social-icons.social-icons-hover-colored a.social-link-whatsapp:hover {
    background-color: #25D366
  }

  
  @media (max-width:767px) {
    .social-icons li.title {
      display: block;
      margin-right: 0;
      font-weight: 600
    }
  }
  /**
 * ALLINEAMENTO IMMAGINE IN EDITOR
* classi obbligatorie per WP
 */
  img.alignright {
    float: right;
    margin: 0 0 1em 1em
  }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .alignright {
    float: right
  }
  .alignleft {
    float: left
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  /**
 * WIDGET CLASSES
* classi obbligatorie per WP
 */
  .widget-title {}
  /**
 * BIGINFO
 */
  .biginfo {
    position: relative;
    padding-left: 50px;
    margin-right: 15px;
  }
  .biginfo>.biginfo-i {
    font-size: 22px;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .biginfo>.biginfo-title {
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: bold;
  }
  /* PAGEHEAD */
  .pagehead {
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
  }

  .pagehead .slide-caption{  z-index: 1;
  }
  /* PAGEHEAD pagebar */
  .pagebar {
    width: 100%;
  }
  /* SHAREBUTTONS */
  /* Cerca EDIT per trovare possibili modifiche */
  .share-button {
    position: relative;
    width: 35px;
  }
  .share-button-align-right {
    float: right;
  }
  .share-button-toggle {
    position: relative;
    width: 35px;
    height: 35px;
    z-index: 10;
    display: block;
    border-radius: 25px;
    cursor: pointer;
    background-color: none;
    color: false;
    box-shadow: inset 0 0 0 1px false;
    transition: all 0.5s ease;
    margin: 0px;
    font-weight: 100;
  }
  .share-button-toggle:hover {
    box-shadow: inset 0 0 0 39px false;
    ;
    ;
    color: #fff;
  }
  .share-button-toggle:after {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    font-family: 'FontAwesome';
    content: "\f1e0";
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    left: 0px;
  }
  .share-button-toggle-input {
    display: none;
  }
  .share-button-toggle-input:checked+.share-button-toggle {
    box-shadow: inset 0 0 0 39px false;
    color: #fff;
  }
  .share-button-toggle-input:checked+.share-button-toggle:after,
  .share-button-toggle-input:checked+.share-button-toggle:before {
    background-color: #fff;
    content: "";
    height: 3px;
    width: 22px;
    position: absolute;
    left: 7px;
    top: 16px;
  }
  .share-button-toggle-input:checked+.share-button-toggle:after {
    transform: rotate(45deg);
    animation: bar1 0.5s forwards;
  }
  .share-button-toggle-input:checked+.share-button-toggle:before {
    transform: rotate(-45deg);
    animation: bar2 0.5s forwards;
  }
  .network-list {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 25px;
    width: 140px;
    /* EDIT numero di social */
    margin: 0;
    padding: 0;
    border-radius: 26px;
    overflow: hidden;
    opacity: 0;
    backface-visibility: hidden;
    transition: all 0.4s cubic-bezier(0.43, 0.26, 0.37, 1.73);
    transform-origin: 100% 0%;
    /* EDIT lato apertura */
    transform: perspective(600px) rotateX(0) rotateY(90deg) rotateZ(0);
  }
  .share-button-align-right .network-list {
    left: -145px !important;
    /* EDIT LATO */
  }
  .network-list li {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
  }
  .network-list a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    text-indent: 120%;
    text-decoration: none;
  }
  .network-list:hover a:before {
    background-color: false;
  }
  .network-list a:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 35px;
    height: 35px;
    font-family: 'FontAwesome';
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 35px;
    text-indent: 0;
    color: #fff;
    background-color: false;
    transition: all 0.25s ease-in-out;
  }
  .network-list .twitter a:before {
    content: "\f099";
  }
  .network-list .twitter a:hover:before {
    background-color: #00c3f3;
  }
  .network-list .facebook a:before {
    content: "\f09a";
  }
  .network-list .facebook a:hover:before {
    background-color: #2c609b;
  }
  .network-list .linkedin a:before {
    content: "\f0e1";
  }
  .network-list .linkedin a:hover:before {
    background-color: #0077B5;
  }
  .network-list .googleplus a:before {
    content: "\f0d5";
  }
  .network-list .googleplus a:hover:before {
    background-color: #ec3f25;
  }
  input:checked~.network-list {
    left: 40px;
    opacity: 1;
    transform: perspective(600px) rotateX(0) rotateY(0) rotateZ(0);
  }
  @keyframes bar1 {
    0% {
      content: "\f1e0";
      width: 35px;
      height: 35px;
      background-color: transparent;
      transform: rotate(0deg) scale(1);
      top: 0;
      left: 0;
      opacity: 1;
    }
    50% {
      background-color: transparent;
      content: "\f1e0";
      width: 35px;
      height: 35px;
      top: 0;
      left: 0;
      transform: rotate(0deg) scale(0.2);
      opacity: 0;
    }
    50.001% {
      background-color: #fff;
      left: 10px;
      top: 22px;
      content: "";
      height: 3px;
      width: 30px;
    }
    60% {
      transform: rotate(0deg) scale(1);
      opacity: 1;
    }
    100% {
      transform: rotate(45deg) scale(1);
    }
  }
  @keyframes bar2 {
    0% {
      background-color: transparent;
      transform: rotate(0deg) scale(0.2);
      opacity: 0;
    }
    50% {
      background-color: transparent;
      transform: rotate(0deg) scale(0.2);
      opacity: 0;
    }
    60% {
      transform: rotate(0deg) scale(1);
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) scale(1);
    }
  }
  /* INPUT */
  /*.input-group-with-inside .input-group-append.input-group-append-inside {
    position: absolute;
}
.input-group-with-inside > input {   
   padding-right: 25px;
  }*/
  .form-control {
    color: inherit;
    border: 1px solid false;
    border-radius: 0px;
  }
  .form-control:focus {
    color: false;
    background-color: none;
    outline: 0;
    box-shadow: none;
  }
  .navbar-dark .form-control:focus {
    color: false;
  }
  .has-submit {
    position: relative;
  }
  .has-submit .form-control {
    padding-right: 2.375rem;
  }
  .has-submit .form-control-submit {
    position: absolute;
    z-index: 2;
    display: block;
    /* width: 2.375rem; */
    height: 100%;
    line-height: 0px;
    text-align: center;
    pointer-events: none;
    right: 0px;
    top: 0px;
    color: inherit;
    font-size: 75%;
    border: none;
    background: 0px;
    padding: 0px 12px;
    color: inherit;
  }
  .has-submit .form-control-submit>* {
    color: inherit;
    font-size: inherit;
  }
  /* INPUT MINIMAL STYLE */
  .minimal-form-control {
    background: none;
    border: none;
    border-bottom: 1px solid false !important;
    ;
    box-shadow: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: 100%;
    /*TODO */
    margin-bottom: 16px;
    color: inherit;
  }
  .minimal-form-control::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
  }
  .minimal-form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
  }
  .minimal-form-control::placeholder {
    color: #ffffff;
  }
  .minimal-form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: false !important;
    ;
  }
  /* =================================
** BUTTONS
** ================================= */
  .btn {
    border-radius: 0;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 2em;
    font-size: .8em;
    letter-spacing: 0.12em;
    background-color: #FFF;
    color: false;
    padding: .3em 1em;
    border: 1px solid false;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn:hover {
    color: #ffffff;
    background-color: #000000;
  }
  .btn-full {
    width: 100%;
  }
  /* =================================
** WIDGET
** ================================= */
  .widget-area .widget {
    border: none;
    border-bottom: 1px solid false;
  }
  .widget-area .widget:nth-child(1) {
    /*border-top: 1px solid false;*/
  }
  .widget_products ul.product_list_widget {
    list-style-type: none;
    padding: 0;
  }
  .widget.widget_product_categories .product-categories {
    padding: 0;
  }
  .widget.widget_product_categories .product-categories>li {
    list-style-type: none;
  }
  .widget.widget_product_categories li {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #dfedf4;
  }
    .widget.widget_product_categories li:nth-child(1){
      border-top:none;
    }

  .widget.widget_product_categories ul.children {
    padding-inline-start: 8px;
    margin-top: .5rem;
  }



/* MINI CART */

.minicart-content{
  max-width: 240px;
  width:100%;
  padding: 16px 16px;
}

ul.cart_list{
  list-style-type:none;
  padding:0;
}

.minicart-buttons{
  margin-bottom:0;
}
   

.minicart-totals > p.total{
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
  text-align:right;
}


.mini_cart_item {
  margin-bottom: 10px;
    padding-left: 60px;
    padding-right: 30px;
    min-height: 60px;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px dashed #e4e4e4;
}

.mini_cart_item:last-child{
  border:none;
}
.mini_cart_item .minicart-thumb {
    width: 60px;
    display: inline-block;
    position: absolute;
    padding:5px;
    top: 0px;
    left: 0px;
}

.mini_cart_item .minicart-thumb > img{
   width:100%;
   height:auto;
}


.mini_cart_item  .minicart-name {
    display: block;
    margin-bottom: 4px;

}

.mini_cart_item a.remove {
    position: absolute;
    top: 20px;
    right: 0px;
    color: #abb0be;
    opacity: .5;
}
.mini_cart_item a.remove:hover {
  opacity: 1;
}


.minicart-dropdown{
  border-color: #e4e4e4;
}
.minicart-dropdown:after{
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color:  #e4e4e4;
    border-width: 8px;
    margin-left: -8px;
}

/* header-sub-action */

.header-sub-action {
    color: inherit;
    position:relative;
}

.header-sub-action:hover {
    text-decoration: none;
}



span.basket-item-count {
    position: absolute;
    text-align: center;
    width: .8rem;
    height: .8rem;
    font-size: .5rem;
    bottom: -1px;
    font-weight: 800;
    max-width: 100%;
    right: -.4rem;
    background: false;;
    padding:  .05rem;
    border-radius: 50%;
    line-height: .85rem;
    color: false;;
}


/* top search */
#topSearch {
    background: white;
    display: block;
    padding: 1.5em 15px;
    z-index: 101;
    min-height:96px;
}

.topSearch-wrap {
    padding: 15px;
    padding-right: 45px;
}

.topSearch .mlClose{
    right: 25px;
    top: 35px;
    font-size: 22px;
}


/* MENU MOBILE */
#site-mobile-menu .menu-item {
    /*border-bottom: 1px solid #dee2e6;*/
    font-weight: 400;
    font-size: .8rem;
}


/* temp cart  TODO
.cart_totals .shop_table th,
.cart_totals .shop_table td{
  margin-bottom: 1rem;
  padding-bottom:1rem;
  padding-top:1rem;
  border-bottom: 1px solid #e8e8e8;
}*/

/* cart fix */
.woocommerce-checkout .pagehead,
.woocommerce-cart .pagehead{
   display:none;
 }



