@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Tagesschrift&display=swap');

.font-comic-relief {
  font-family: "Comic Relief", system-ui;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.font-tagesschrift {
  font-family: "Tagesschrift", system-ui;
}

.bg-black {
    background-color: #000000;
}

.bg-purple {
    background-color: #4e54c8;
}

.bg-faded-purple {
  background-color: rgba(78,84,200,0.1) !important;
}

.text-purple {
    color: #4e54c8;
}

.btn-purple {
    color: #fff;
    background-color: #4e54c8;
    border-color: #4e54c8;
    box-shadow: none;
}

.btn-purple:hover {
  color: #fff;
  background-color: #393fb7;
  border-color: #363cad;
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #393fb7;
  border-color: #363cad;
  box-shadow: none,0 0 0 0 rgba(105,110,208,0.5);
}

.btn-outline-purple {
  border-color: rgba(78,84,200,0.35);
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #4e54c8;
  border-color: #4e54c8;
}

.btn-market {
    background-color: #181c22 !important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  border-color: #e9e9e9;
}

/*custom global search*/
#idSrcUl {
    display: none;
    position: absolute;
    width: 100%;
    top: 43px;
    border-radius: 5px;
}

#idSrcUl div:hover {
    transition: all 0.25s ease-in-out;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

#idSrcUl div a{
    position: relative;
    width: 100%;
    transition: all 0.25s ease-in-out;
    font-size: .875rem;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 0.3rem 0.3rem;
    clear: both;
    /*font-weight: 400;*/
    color: #4b566b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    overflow: hidden;
}  

/*@media screen and (max-width: 991px) {
  #navbarCategory {
    display: none;
}
}*/

/*logo footer*/
.link-xtumble {
    background-color: #fff;
    border-radius: 100%;
}

.sb-mail {
   background-color: rgba(254,105,106,0.1); 
}

.sb-whatsapp {
 background-color: rgba(66,214,151,0.1);
}

.alert {
    z-index: 999999;
    left: 0;
    right: 0;
    width: 50%;
    top: 40px;
    margin: auto;
    position: fixed;
    display: none;
}

#cookieDiv {
    background-color: #000;
    color: white;
    padding: 20px;
    text-align: center;
    opacity: 0.9;
}


.btnWhatsapp {
    background-image: url('../img/whatsapp-logo.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 29px;
    width: 41px;
}


.btnWhatsapp:hover {
  background-image: url('../img/whatsapp-logo-white.png');
}    


.sb-linkedin:hover.sb-light {
    color: #0e76a8;
}

.btn:disabled {
    cursor: not-allowed;
}


/*multilingual*/
#my-lang {
    color: #ffffff;
    font-size: .875rem;
}

#my-lang::after {
    margin-left: 0;
}

#my-lang-list {
    background: #ffffff;
}

#my-lang-list li a {
    color: #4b566b;
}

/*dropdown bottone carrello*/
.dropdown .navbar-tool-text::after {
    display: none;
}


.product-badge.product-incoming {
    background-color: #fea569;
    color: #fff;
}

.product-badge.product-incoming::after {
    border-bottom-color: #fe8736;
}


/*info disponibilità prodotto */
.product-card .badge-custom {
    right: .75rem;
    left: auto;
    position: absolute;
    top: .75rem;
    z-index: 5;
    display: inline-block;
    padding: .25em .625em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .175rem;
    transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out,box-shadow 0.2s ease-in-out;
}


/*card prodotti catalogo
.product-card .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
  white-space: nowrap;
}
*/

@media (min-width: 576px){
    .product-card {
      padding-bottom: 0.875rem;
  }
}



/****************/
/*google reviews*/
#map-plug {
    display:none;
}
#google-reviews {
    display:flex;
    flex-wrap:wrap;
    /*display: grid;
    grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));
    */
}
.review-item {
    /*border:solid 1px rgba(190,190,190,.35);
    margin:0 auto;*/
    padding:1em;
    /*flex: 1 1 20%;*/
    flex: 0%;
    background-color: #ffffff;
    margin: 10px;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0,0,0,0.03),0 0.275rem 0.75rem -0.0625rem rgba(0,0,0,0.06) !important;
    border-radius: .4375rem;
}

@media ( max-width:1200px) {
    .review-item {
        flex: 1 1 40%;
    }
}

@media ( max-width:450px) {
    .review-item {
        flex: 1 1 90%;
    }
}

.review-meta, .review-stars {
    text-align:center;
}

/*.review-stars {
    height: 30px;
}*/

.review-author {
    text-transform: capitalize;
    font-weight:bold;
    font-size: 1rem;
}

.review-date {
    opacity:.6;
    display:block;
}

.review-text {
    /*line-height:1.55;*/
    text-align:center;
    max-width:32em;
    margin:auto;
    font-size: .9375rem !important;
    color: #7d879c !important;
}

.review-stars ul {
    display: inline-block;
    list-style: none !important;
    justify-content: space-around !important;
    display: flex;
    padding: 0;
    width: 100px;
    margin: auto;
}

.review-stars ul li {
    float: left;
    list-style: none !important;
}

.review-stars ul li i {
    color: #E4B248;
    font-style:normal;
}

.review-stars ul li i.inactive {
    color: #c6c6c6;
}

.star:after {
    content: "\2605";
}

.review-img-author {
  margin-right: 5px;
  height: 40px;
  width: 40px;
}



/*custom filter*/
.div-color {
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 2px;
    border: 1px solid lightgray;
    display: none;
}


.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.3) !important;
}

.preloader .spinner-grow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-badge {
  top: 90px;
  right: -38px;
}


@media screen and (max-width: 991px) {
  .product-badge {
    right: -20px;
}  
}


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

  /*gallery desktop*/  
 /* .cz-product-gallery {
    height: 580px;
}*/

.cz-thumblist {
    overflow-y: scroll;
    width: 118px;
    border: 1px solid #e3e9ef;
    border-radius: .3125rem;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.cz-thumblist::-webkit-scrollbar {
    display: none;
}

/*.cz-preview {
    max-height: 580px;
    overflow: hidden;
}*/

}


.gallery-list .gallery-item > img {
  height: 250px;
  object-fit: cover;
}


/*stato produzione prodotto*/
.product-badge-container {
  position: absolute;
  bottom: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 10px;
}

/*stato produzione prodotto*/
.product-badge-container-top {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 10px;
}

.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

/*modal alert*/
.modal-content.modal-filled.bg-danger {
  border: 0 !important;
  background-color: #f34770 !important;
}


/*categorie sidebar 1 livello*/
.cat-mono.active {
  color: #fe696a !important;
}


.border-radius-5{
    border-radius: 5px;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 93px;
  height: 93px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #79a70a;
  background: #fea569;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 17px; /*change this, if no border*/
  right: -29px; /*change this, if no border*/
}

.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}


/*pixels height*/
.ph-500 {
    height: 500px;
}

.ph-750 {
    height: 750px;
}

:root {
  --vh-adjusted-height: 100vh;
}
.vh-adjusted {
  height: var(--vh-adjusted-height);
}
