/** Shopify CDN: Minification failed

Line 157:32 Expected "}" to go with "{"

**/
/* Common CSS */
label, legend, .option_title {
    font-weight: 500;
}
span.money {
    font-weight: 500 !important;
}
strong {
    font-weight: 500 !important;
    color: #000000 !important;
}
p {
    letter-spacing: 1px !important;
}
.pl-animation.pl-image {
    z-index:1;
}

.predictive-search {
    background: #fff;
}
.custom-cart__remove-btn {
    display: flex;
    cursor: pointer;
    justify-content: center;
    margin-top: 5px;
}
.custom-cart__remove-btn .cart__remove-btn {
    left: 30px;
    top: 5px;
}
.custom-cart__remove-btn .cart-items-count{
    font-size: 16px;
    font-weight: 700;
}
.custom-cart__remove-btn span.remove-icon {
    color: #f30000;
    scale: 1.3;

/* productBoughtTogether  */

h2.ga-title {
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    line-height: 1.5 !important;
    color: #454545 !important;
    letter-spacing: 3px !important;
    font-size: 18px !important;
    margin-bottom: 0.75em !important;
}

#ga-product_bought_together .ga-product_title, .boost-sd__product-title {
    font-size: 13px !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    line-height: 1.5 !important;
    text-align: center !important;
}
span.ga-product_price-container {
    text-align: center !important;
}

#ga-product_bought_together button.ga-product_addtocart {
    font-weight: normal !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ga-products .pl-container.pl-collection {
    display: none !important;
}

/* header */
.nav-desktop__tier-1-link:hover, .nav-desktop__tier-1-link[aria-expanded=true], .dropdown_column ul.dropdown_title {
    border-bottom: none;
}


/* Footer  */

img.footer-logo {
    max-width: 155px !important;
}


/* <!-- KK CSS --> */
    /* KK Read More Style */
    #read-more {
      display:none;
    }
    #read-more a {
    /* 	color: inherit; */
    }
    .kk-content {
      padding: 20px 0 30px 0;
    }
      
    /* KK Footer Links Style */
    #show-links, #hide-links {
      text-decoration: none;
    }
    #popular-searches, #hide-links {
      display: none;
    }
    .kk-footer-container {
      position: relative;
      display: block;
      width: 100%;
      margin: auto;
    }
    .kk-footer {
      display: flex;
      justify-content: space-between;
      margin: 2rem 1rem 1rem 1rem;
    }
    .kk-footer a {
      color: inherit;
      text-transform: capitalize;
      font-size: inherit;
      border-bottom: 1px solid transparent;
      transition: all 0.3s ease;
    }
    .kk-footer a:hover {
      color: inherit;
    }
    .kk-footer ul {
      list-style: outside none none;
      margin: 0 1rem 0 0;
      padding: 0;
      opacity: 1;
    }
    @media (max-width: 799px) {
      .kk-footer {
        text-align: center;
        display: block;
      }
    }
    .kk-tag a {
      display: inline;
      color: inherit;
      text-decoration: none;
    }
    .kk-tag a:hover{
      color: #A5DA2F !important;
    }

    /* <!-- End of KK CSS --> */