/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
@media only screen and (max-width:768px) {
    #product h1.page-heading{
        max-width: 200px;
    }
    #product .brand-logo{
        max-height: unset;
    }
    #search_filters .facet .facet-label {
        word-break: break-all;
    }
}
.main-product-details .product-attributes .attribute-item>label {
    min-width: 23%;
}
.js-clear-field {
  display: none;
}

.sld-icon-user,
.sld-icon-cart {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
}
.sld-icon-user:before {
  font-family: 'Material icons';
  content: '\e7fd';
  font-size: 2.42rem;
}
.sld-icon-cart:before {
  font-family: 'Material icons';
  content: '\e8cc';
  font-size: 2.42rem;
}

#header .header-logo .logo {
    max-height: 73px;
  }
  .product-flags .product-flag.new {
    display: none;
  }
  @media (min-width: 576px) {
  .sld-prestablog-home {
    margin-bottom: 4%;
  }
  }
  #prestablogfront h1, #prestablogfront h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6, #prestablogauthor h1, #prestablogauthor h2, #prestablogauthor h3 {
    border: none;
  }
  #cms .sld-title-plus .title-block-content:before {
      content: "\F067";
  }
  #cms .sld-title-plus .title-block-content:before, #cms .sld-title-star .title-block-content:before {
      position: absolute;
      z-index: 10;
      left: 10px;
      font-size: 2rem;
      font-family: FontAwesome;
      color: #c7c7c7;
  }
  #cms .sld-title-plus .title-block-content, #cms .sld-title-star .title-block-content {
      position: relative;
  }
  #cms .aone-homepage .title-block, #cms .featured-products .title-block, #cms .sld-home-reassurance .title-block {
      overflow: hidden;
      justify-content: center;
  }
  #cms .aone-homepage .title-block .title-block-content>span, #cms .featured-products .title-block .title-block-content>span, #cms .sld-home-reassurance .title-block .title-block-content>span {
    padding-left: 50px;
    padding-right: 15px;
    position: relative;
  }
  .typo ul {
    margin-bottom: 0;
    list-style: none;
  }
  #cms .sld-home-reassurance img {
      height: 70px;
      width: auto;
      max-width: 110px;
  }
  .header-nav-wrapper.d-flex.align-items-center{
       justify-content: center;
  }