.testimonial {
    /*font-family: Chivo;*/
    position: relative;
    overflow: hidden;
    margin: 10px;
/*    min-width: 220px;
    max-width: 310px;
    width: 100%;*/
    color: #333;
    text-align: left;
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;*/
}

.testimonial * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.testimonial img {
    max-width: 100%;
    vertical-align: middle;
}

.testimonial blockquote {
    position: relative;
    padding: 25px 50px 25px 50px;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
}
.testimonial blockquote:before,
.testimonial blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}
.testimonial blockquote:before {
    top: 25px;
    left: 20px;
}
.testimonial blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0;
}

.testimonial-arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    margin: 0;
    position: absolute;
}

.testimonial .testimonial-author {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
    text-transform: uppercase;
}

.testimonial .testimonial-author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
    font-size: 0.8rem;
}

.testimonial .testimonial-author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}


.bonvini1909-card {
    margin-bottom: 30px;
}

.bonvini1909-card h1,
.bonvini1909-card h2,
.bonvini1909-card h3,
.bonvini1909-card h4,
.bonvini1909-card h5 {
    margin-top: 0;
}

.bonvini1909-card-content {
    font-weight: 300;
}

.bonvini1909-card-image img {
    width: 100%;
    height: auto;
}

.bonvini1909-card-links a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    color: #000000;
    font-size:18px;
    line-height: 36px;
}

/*#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}
*/
/* Carousel styling */
body.home #introCarousel,
body.home .carousel-inner,
body.home .carousel-item,
body.home .carousel-item.active {
  height: 100vh;
}

body.home .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* box-shadow: inset 18px 110px 43px 0px rgb(0 0 0 / 95%), inset -18px -110px 44px 0px rgb(0 0 0 / 95%); */
}

body.home #introCarousel {
  margin-top: -104px;
  min-height: 100vh;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
  body.home #introCarousel {
    margin-top: -114px;
    min-height: 100vh;
  }
}

/*body.home .navbar {
  background-color: transparent;
}

body.home header {
  z-index: 9;
  position: relative;
}*/

body.home .bonvini1909-home-slide-text-container {
  margin-bottom: 5%;
  /*padding: 2rem;*/
}

body.home .bonvini1909-home-slide-text {
  font-size: 1.75rem;
  font-weight: 300;
}

body.home .bonvini1909-home-slide-text p {
  line-height: 1.75rem;
}

@media screen and (min-width: 1200px) {
  .bonvini1909-home-slide-text {
    /*max-width: 50%;*/
  }

  body.home .navbar,
  body.home .navbar .nav-link,
  body.home .navbar a {
    color: #fff !important;
  }
}

body.home .bonvini-btn {
  background-color: #68af80;
  border-radius: 0;
  color: #ffffff;
}

body.home .bonvini1909-home-slide-text .bonvini-btn {
  margin-top: 1rem;
}

body.home .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

body.home span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
    content: "\e909";
}


body.home.hover-fixed #main-nav li, body.home.hover-fixed #main-nav li * {
  color: #212529 !important;
  
}

body.home.hover-fixed li.menu-link-shop::after {
  background: #68AF80;
}