/*********************** Custom css for Boost AI Search & Discovery  ************************/
.label-popular {   background-color: #10b755 !important; }

.boost-sd__product-image-column--left, .boost-sd__product-image-column--left .boost-sd__product-swatch-options {
    justify-content: center !important;
}


.boost-sd__header-title{
    color: #10B755;
    font-size: 2.55rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: -.02em;
}
.jsc-bc-header-section{
    /* padding-right: 40px;
    padding-left: 40px; */
}
.boost-sd-layout{
    max-width: 100%;
}
.boost-sd__toolbar-content{
    padding-top: 0px;
}
.boost-sd__header-main-2{
    max-width: 100%;
}
.boost-sd__header-main-2-content-inner {
    max-width: 100%;
}
.boost-sd__header-main-2-content{
    padding: 0;
}
.boost-sd__breadcrumb-container a.boost-sd__breadcrumb-link{
    color: #10b755;
}
.boost-sd-container{
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.boost-sd__product-item{
    padding: .9375rem;
}
.boost-sd__product-title{
    font-size: .7875rem;
}
.boost-sd__format-currency--price-compare{
    font-size: .8125rem;
}
.boost-sd__product-price--sale, .boost-sd__product-price--default{
    font-size: .9375rem;
    line-height: 1.4375rem;
}
.boost-sd__product-vendor {
    font-size: 1.2rem;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    margin: .23438rem 0 0;
    display: block;
    line-height: 1.3125;
    letter-spacing: -.01em;
    color: #000;
    white-space: normal;
}
.boost-sd__filter-option-label{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 20px;
}
.boost-sd__filter-option-listitem{
    margin-top: 15px;
}
.boost-sd__filter-option-item-label, .boost-sd__filter-option-item-amount{
    color: #000;
    font-weight: 400;
    opacity: 1;
}
.boost-sd__filter-tree-vertical--right {
    top: 72px;
}
.boost-sd__filter-option-range-slider-range-amount{
    margin-top: 15px;
}
.boost-sd__product-info, .boost-sd__product-price-content{
    gap: 0px;
}
@media screen and (min-width: 1080px) {
    .boost-sd-container{
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media screen and (max-width: 719px) {
    .boost-sd__header-title{
        font-size: 2.21531rem;
    }
}


