     body {
      font-family: 'Didact Gothic', sans-serif !important;
     }
     



     .block{
      width: 100%;
      height: 80%;
      position: relative;
      overflow: hidden;
      font-size: 16px;
      /*box-shadow: inset 0px 35px 40px -15px rgba(0,0,0,0.3)*/;
    }
    .block h2{
      position: relative;
      display: block;
      text-align: center;
      margin: 0;
      top: 35%;
      transform: translateY(-50%);
      font-size: 4em;
      color: white;
      font-weight: 300;
      letter-spacing: 5px;
    }

    .img-parallax {
      width: 100vmax;
      z-index: -1;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%,0);
      pointer-events: none
    }

    .block .btn-parallax, .block .parallax-text {
      position: relative;
      display: block;
      top: 35%;
    }

    .parallax-text {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .parallax-btn {
      background-color: rgba(255, 255, 255, 0.4);
      font-size: 1.5rem;
      letter-spacing: 5px; 
      text-transform: uppercase;
      transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
      padding-top: 20px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 20px;
      color: rgb(0, 0, 0);
    }

    .parallax-btn:hover {
      background-color: rgba(0, 0, 0, 0.8);
      font-size: 1.5rem;
      letter-spacing: 5px;
      text-transform: uppercase;
      transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
      padding-top: 20px;
      padding-bottom: 40px;
      padding-left: 60px;
      padding-right: 50px;
      color: rgb(255, 255, 255);
      border-radius: 20px;
    }

    section.theme-color, section.theme-color div.heading-title.heading-dotted h1, section.theme-color div.heading-title.heading-dotted h2, section.theme-color div.heading-title.heading-dotted h3, section.theme-color div.heading-title.heading-dotted h4, section.theme-color div.heading-title.heading-dotted h5, section.theme-color div.heading-title.heading-dotted h6 {
      background-color: black;
    }

    section.page-header.page-header-xs {
      display: none;
    }
    
    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #978b80;
        border: transparent;
    }
    
    .add-wishlist {
        display: none;
    }
    
    #add-wishlist-hover {
        display: none;
    }
    
.item-box-desc p {
    height: 4em;
    overflow: hidden;
}

div.shop-item-summary h2 {
    height: 3em;
    overflow: hidden;
}


a.social-icon.social-icon-border {
    background-color: white !important;
    border: transparent !important;
    color: rgb(139, 110, 73) !important;
}

a.social-icon.social-icon-border:hover {
    background-color: #3b5998 !important;
    color: #fff !important;
}
