
/* 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;
  }

  .carousel-indicators li {
    background-color: #999 !important;
    background-color: rgba(70,70,70,.25) !important;
  }

  .carousel-indicators .active {
    background-color: #444 !important;
  }

  .loading
  {
      position:absolute;
      height: 100%;
      bottom:0;
      left:0;
      right:0;
      top:0;
      opacity:0.5;
      background-color:#000;
      color:#fff;
      z-index:999999999999999;
  }

  .loading-cart
  {
     position: absolute;
     top: 90%;
     left: 60%;
     margin: -50px 0px 0px -50px;
  }

/* RATING STARS
-------------------------------------------------- */

.rating-wrap {
    text-align: center;
  }

  ul.rating-stars {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    clear: both;
  }

  ul.rating-stars li {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 1;
  }

  ul.rating-stars li i {
    font-size: 14px;
    color: #ccc;
    display: inline;
  }

  ul.rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  ul.rating-stars li.stars-active i {
    color: orange;
  }

  .label-rating {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.7em;
  }


/* Slider
-------------------------------------------------- */
  .slick-slide {
    margin: 0px 5px;
  }

  .slick-slide img {
    width: auto;
    max-height: 100%;
  }

  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }

  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }

  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }

  .slick-track:after {
    clear: both;
  }

  .slick-loading .slick-track {
    visibility: hidden;
  }

  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }

  [dir=rtl] .slick-slide {
    float: right;
  }

  .slick-slide img {
    display: block;
  }

  .slick-slide.slick-loading img {
    display: none;
  }

  .slick-slide.dragging img {
    pointer-events: none;
  }

  .slick-initialized .slick-slide {
    display: block;
  }

  .slick-loading .slick-slide {
    visibility: hidden;
  }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }

  .slick-arrow.slick-hidden {
    display: none;
  }

  .slick-prev,
  .slick-next,
  .slick-dots {
    display: none !important;
  }


  .zoom {
    transition: transform .2s; /* Animation */
    height: 40px;
    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) */
  }

  @media screen and (min-width: 0px) and (max-width: 700px) {
    .alertMessages {
      top: 20px;
      left: 20px;
      width: 100%;
    }

    .mobile {
      display: visible;
    }

    .btn-mobile {
      width: 100%;
    }

    .desktop {
      display: none;
    }

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

    /*button remover filtro */

    .filterbox-stack-top {
      z-index: 9;
      right: 25px;
      position: absolute;
    }

    .modal-full {
      min-width: 100%;
      margin: 0;
    }

    .modal-full .modal-content {
      min-height: 100vh;
    }
  }

  /* CHECKOUT
-------------------------------------------------- */

.cart .aside img {
    width: 80px;
  }

  h4.title {
    font-size: 16px;
    font-weight: 700;
  }

  .itemside {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
  }

  .itemside .aside {
    position: relative;
    flex-shrink: 0;
  }

  .itemside .info {
    padding-left: 15px;
    padding-right: 7px;
  }

  .itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529;
  }

  .itemside p {
    margin-bottom: 0;
  }

  .dlist-align {
    display: flex;
    margin-bottom: 0px;
  }

  .dlist-align dt {
    width: 90%;
    word-wrap: break-word;
    font-weight: normal;
  }

  .dlist-align dd {
    /* flex-grow: 1; */
    width: 20%;
    margin-bottom: 0px;
  }

  .pagamentos .form-group,
  .transportes .form-group {
    margin-bottom: 0px;
  }

  .pagamentos p,
  .transportes p {
    margin-bottom: 0px;
  }

  .pagamentos label,
  .transportes label {
    padding: 0px;
  }

  .pagamentos .form-check,
  .transportes .form-check {
    margin-bottom: 20px;
  }

  .dlist-align {
    display: flex;
    margin-bottom: 0px;
  }

  .dlist-align dt {
    width: 90%;
    word-wrap: break-word;
    font-weight: normal;
  }

  .dlist-align dd {
    flex-grow: 1;
    width: 20%;
    margin-bottom: 0px;
  }

  @media screen and (min-width: 701px) and (max-width: 3024px) {
    .alertMessages {
      top: 20px;
      left: 20px;
      width: 50%;
    }

    .mobile {
      display: none;
    }

    .desktop {
      display: visible;
    }

    /*button remover filtro */

    .filterbox-stack-top {
      z-index: 9;
      right: 15px;
      font-size: 18px;
      position: absolute;
    }
  }




/* imagens dos produtos */
.img-wrap {
    text-align: center;
    display: block;
  }
 .img-wrap {
    overflow: hidden;
    position: relative;
    height: 152px;
    text-align: center;
  }
   .img-wrap img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
  }



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

.entry-title{


    font-size: 20px;
    font-family: 'Montserrat Alternates', Arial, Helvetica, 'Nimbus Sans L', sans-serif;

}





.funkyradio div {
    clear: both;
    overflow: hidden;
  }

  .funkyradio label {
    width: 100%;
    border: 1px solid #D1D3D4;
    font-weight: normal;
  }

  .funkyradio input[type=radio]:empty,
  .funkyradio input[type=checkbox]:empty {
    display: none;
  }

  .funkyradio input[type=radio]:empty ~ label,
  .funkyradio input[type=checkbox]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .funkyradio input[type=radio]:empty ~ label:before,
  .funkyradio input[type=checkbox]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 1px;
    bottom: 1px;
    right: 1px;
    content: "";
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 0 0 0 0;
  }

  .funkyradio input[type=radio]:hover:not(:checked) ~ label,
  .funkyradio input[type=checkbox]:hover:not(:checked) ~ label {
    color: #888;
  }

  .funkyradio input[type=radio]:hover:not(:checked) ~ label:before,
  .funkyradio input[type=checkbox]:hover:not(:checked) ~ label:before {
    content: "\2714\FE0E";
    /* text-indent: .9em;*/
    color: #C2C2C2;
  }

  .funkyradio input[type=radio]:checked ~ label,
  .funkyradio input[type=checkbox]:checked ~ label {
    color: #777;
  }

  .funkyradio input[type=radio]:checked ~ label:before,
  .funkyradio input[type=checkbox]:checked ~ label:before {
    content: "\2714\FE0E";
    /*text-indent: .9em;*/
    color: #333;
    background-color: #ccc;
  }

  .funkyradio input[type=radio]:focus ~ label:before,
  .funkyradio input[type=checkbox]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
  }

  .funkyradio-client input[type=radio]:checked ~ label:before,
  .funkyradio-client input[type=checkbox]:checked ~ label:before {
    color: #fff;
    background-color: #00abbc;
  }



  /* 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
}



/*
.float{

	position:fixed;
	width:120px;
	height:110px;
	top:-50px;
	right:-55px;
    background-color: rgba(151,204,73,0.8);
    opacity: 0.8;
	color:#FFF;
	border-radius:50%;
	text-align:center;
	box-shadow: 3px 3px 3px #0e8ce4;
    z-index: 9999999999999;
    transform: skew(-18deg);
}

.cart_icon_mobile{
	margin-top:58px;
    padding-left:25px;
    transform: skew(18deg);
}

*/

.nav-float{

	position:fixed;
	width:100%;
	top:0px;
	right:0px;
    background-color:#FFF;
    color:#FFF;
	text-align:center;
    border-bottom:3px #0e8ce4 solid;
    z-index: 9999999999999;
}
.cart_icon_mobile{
	margin-top:5px;
}

.border-search-mobile{
    border-bottom:3px #0e8ce4 solid;
}




* {box-sizing: border-box;}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}




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



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


  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;

      }

  #carouselCalendarioControls > .dropdown-menu {
      max-height: 200px;
      overflow-x: hidden;
      font-weight: 300;
  }


  .SelectRecolha-danger {
    background-color:#ffe6e6;
    border:1px solid #ffb3b3;

    }
  /***************************************/


  .AbateImg {
    position: relative;
    width: 100%;
    max-width: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .AbateImg img {
    max-width:200px;
    max-height:200px;
  }

  .AbateImg .btn {
    position: absolute;
    top: 5%;
    right: 2%;
    background: url(../images/Icon/delete.png) no-repeat center;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;

    border: none;
    cursor: pointer;
  }




/*carousel mobile*/

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


    .carousel-inner {
        position: relative;
        height: 400px;

      }


    .carousel-item {
        position: relative;
        display: none;
        float: left;
        height: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        transition: transform 0.6s ease-in-out;
    }

    .carousel-item img {
        width: auto;
        height: 400px;

    }

    .carousel .carousel-caption {
        top: 5%;
        z-index: 999;
        width: 280px;
        left: 50px;
    }


   .menuMobileBar .navbar-collapse {
        z-index: 99999999;
        position: fixed;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .menuMobileBar .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .menuMobileBar .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .menuMobileBar .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

}
