
.invisible {
    visibility: hidden!important;
    display: none;
  }

@media screen and (min-width: 0px) and (max-width: 992px) {

  .mobile {
    display: visible;
  }

  .btn-mobile {
    width: 100%;
  }

  .desktop {
    display: none;
  }

  .mobile-desktop-text-align {
    text-align: center;
  }

}


@media screen and (min-width: 992px) and (max-width: 3024px) {

    .mobile {
      display: none;
    }

    .desktop {
      display: visible;
    }

  }

/* COOKIES
-------------------------------------------------- */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 99999;
    opacity: 0.8;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
  }

  .cookiealert.show {
    opacity: 0.8;
    transform: translateY(0%);
    transition-delay: 1000ms;
  }

  .cookiealert a {
    text-decoration: underline;
  }

  .cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
  }



  /* Honeypot */
.checkusertype{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


/* FICHA DE PRODUTO
-------------------------------------------------- */

.gallery-wrap .img-big-wrap {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
  }

  .gallery-wrap .img-big-wrap img {
    width: auto;
    height: 100%;
  }

 .gallery-wrap .img-small-wrap {
    text-align: center;
  }

 .gallery-wrap .img-small-wrap .item-gallery {
    width: 100px;
    height: 70px;
    border: 1px solid #ddd;
    margin: 7px 2px;
    display: inline-block;
    overflow: hidden;
  }

.gallery-wrap .img-small-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
  }


.product-content h1.title {
    font-weight: 700;
    font-size: 30px;
}

.product-content h1 small {
    font-weight: 200;
    font-size: 20px;
}


.priceIva{
    font-weight: 100;
    font-size: 16px;
}

.legenda{
    font-weight: 100;
    font-size: 26px;
}



/****************************   image Zoom ******************************/

.zoom {
    transition: transform .2s; /* Animation */
    height: 30px;
    margin: 0 auto;
    z-index: 10;
  }

  .zoom:hover {
    transform: scale(3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }



/****************************   LOADING  ******************************/

  /* (A) FULL SCREEN WRAPPER */
#spinner {
    position: fixed;
    top: 0; left: 0; z-index: 9999;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s;
  }

  /* (B) CENTER LOADING SPINNER */
  #spinner img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%);
  }

  /* (C) SHOW & HIDE */
  #spinner {
    visibility: hidden;
    opacity: 0;
  }
  #spinner.show {
    visibility: visible;
    opacity: 1;
  }

/* selectpicker - line break */
.selectpicker , .dropdown-item {
    white-space: normal;
    line-height: 100%;
    margin-top: 10px;

}



.flags{
    height: 20px;
    width: 20px;
    margin: 2px;
}



/* Carrinho de Compras */

.cart .nav-pills .nav-link {
    text-transform:none;
    text-decoration: none;
    color: #212327;
}

.cart .nav-pills .nav-link.active {
    background-color: #212327;
    color: white;
}


/* dataTables */

table.dataTable tbody td {
    vertical-align: middle;
  }



.max-lines {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width:300px;
}

.max-lines-menu {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width:200px;
}

.max-lines-products {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width:98%;
    margin-left: 10px;

}


.float-button{

	position:fixed;
    z-index: 99999;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;

}


  /*******************   Abate  ********************/




  input.AbateCKECK{ display:none;}

  input.AbateCKECK:checked ~ label {

      background-color:rgba(144, 238, 144, 0.6);
      border:1px solid #dee1e3;
      display:inline-block;
      cursor:pointer;
      text-decoration:none;
      text-align:center;
      padding-top:5px;
      vertical-align:top;
      width:100%;
      height:45px;
      border-radius: 0px;
      top:50%;
      }
      .AbateCKECK > p {
        font-weight: 300;
        font-size: 12px;
        opacity: 0.5;
        margin-top: 2%;
        line-height: 14px;
      }

  input.AbateCKECKVAZIO{ display:none;}
  .AbateCKECKVAZIO {

      background-color:transparent;
      border:1px solid #dee1e3;
      display:inline-block;
      cursor:pointer;
      text-decoration:none;
      text-align:center;
      padding-top:5px;
      vertical-align:top;
      width:100%;
      height:45px;
  }

  .AbateCKECKVAZIO > p {
    font-weight: 300;
    font-size: 12px;
    opacity: 0.5;
    margin-top: 2%;
    line-height: 14px;
  }

  input.AbateCKECKDISABLED{ display:none;}
  .AbateCKECKDISABLED {

      background-color:#ffe6e6;
      border:1px solid #dee1e3;
      display:inline-block;
      cursor:not-allowed	;
      text-decoration:none;
      text-align:center;
      padding-top:5px;
      vertical-align:top;
      width:100%;
      height:45px;
  }

  .AbateCKECKDISABLED > p {
    font-weight: 300;
    font-size: 12px;
    opacity: 0.5;
    margin-top: 2%;
    line-height: 14px;
  }

  .AbateCKECKLABEL{

      background-color:#FBFBFB;
      border:1px solid #dee1e3;
      display:inline-block;
      text-decoration:none;
      text-align:center;
      padding-top:5px;
      vertical-align:top;
      width:100%;
      height:45px;
  }

    .AbateCKECKLABEL > p {
        font-weight: 300;
        font-size: 12px;
        opacity: 0.5;
        margin-top: 2%;
        line-height: 14px;

      }



    /* Timeline */


    .vertical-timeline {
      width: 100%;
      position: relative;
      padding: 1.5rem 0 1rem
  }

  .vertical-timeline::before {
      content: '';
      position: absolute;
      top: 0;
      left: 67px;
      height: 100%;
      width: 4px;
      background: #e9ecef;
      border-radius: .25rem
  }

  .vertical-timeline-element {
      position: relative;
      margin: 0 0 1rem
  }

  .vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
      visibility: visible;
      animation: cd-bounce-1 .8s
  }

  .vertical-timeline-element-icon {
      position: absolute;
      top: 0;
      left: 60px
  }

  .vertical-timeline-element-icon .badge-dot-xl {
      box-shadow: 0 0 0 5px #fff
  }

  .badge-dot-xl {
      width: 18px;
      height: 18px;
      position: relative
  }

  .badge:empty {
      display: none
  }

  .badge-dot-xl::before {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: .25rem;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -5px 0 0 -5px;
      background: #fff
  }

  .vertical-timeline-element-content {
      position: relative;
      margin-left: 90px;
      font-size: .8rem
  }

  .vertical-timeline-element-content .timeline-title {
      font-size: .8rem;
      text-transform: uppercase;
      margin: 0 0 .5rem;
      padding: 2px 0 0;
      font-weight: bold
  }

  .vertical-timeline-element-content .vertical-timeline-element-date {
      display: block;
      position: absolute;
      left: -90px;
      top: 0;
      padding-right: 10px;
      text-align: right;
      color: #adb5bd;
      font-size: .7619rem;
      white-space: nowrap
  }

  .vertical-timeline-element-content:after {
      content: "";
      display: table;
      clear: both
  }

@media screen and (min-width: 0px) and (max-width: 992px) {
  .carousel-inner::after {
      display: none;
  }
}

.scroll-offcanvas{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100%;
}


/*=============================================================
datalist
===============================================================*/

#search {
    background-color: white !important;
    color: black !important;
    border: 0.01 solid;
    border-color: rgba(0, 0, 0, 0.14);
}

datalist {
    position: absolute;
    max-height: 20em;
    padding-left: 2px;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}

datalist option {
    font-size: 0.8em;
    padding: 0.3em 1em;
    background-color: white;
    cursor: pointer;
}

datalist option:hover, datalist option:focus {
    color: #fff;
    background-color: lightgrey;
    outline: 0 none;
}

.datalist_option_banner{
    width: 100%;
    margin-top: 67px;
}

.datalist_option_filters{
    width: 600px;

}
