/*********************** Custom css for Boost AI Search & Discovery  ************************/
.boost-sd-custom-regular-price{
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    letter-spacing: -.01em;
}
.boost-sd__product-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boost-sd__product-item-grid-view-layout {
    padding: 16px;
    background: #fdfdfd;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 16px;
}
.boost-sd__product-image img {
    border-radius: 8px;
}
@media only screen and (max-width: 798px) {
    .boost-sd__product-item-grid-view-layout {
        padding: 0px;
        border: unset;
        border-radius: 8px;
    }
    .boost-sd__product-list--margin{
        padding-left:8px!important;
        padding-right:8px!important;
    }
}
.boost-sd__filter-option-item.boost-sd__filter-option-box-item {
    border: 1px solid #000000 !important;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
}
.boost-sd__filter-option-item.boost-sd__filter-option-box-item--selected{
    background-color: #ffffff!important;
    border: 2px solid #B21E42 !important;
    color: #000 !important;
}
.boost-sd__filter-option-box-item--selected .boost-sd__filter-option-item-label{color:#000000!important}
.boost-sd__filter-option-item.boost-sd__filter-option-box-item--selected:after {
    content: " ";
    position: absolute;
    right: 4px;
    transform: 2px solid #FFF;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    bottom: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    width: 3px;
}
.boost-sd__filter-option-item.boost-sd__filter-option-box-item--selected:before {
    display: block !important;
    content: " " !important;
    width: 17px !important;
    height: 17px !important;
    color: #fff !important;
    background: #b21e42 !important;
    bottom: 0 !important;
    position: absolute !important;
    left: 100% !important;
    margin: 0 0 0 -16px !important;
    border-radius: 10px 0 6px !important;
}
.boost-sd__filter-option-box-item .boost-sd__filter-option-item-button:hover,.boost-sd__filter-option-item.boost-sd__filter-option-box-item--selected .boost-sd__filter-option-item-button:hover{
    background-color: unset!important;    
    border-radius: unset!important;  
    color:#000000!important;
}
.boost-sd__filter-option-box-item{border:unset!important;}
@media only screen and (min-width: 1200px) {
    .boost-sd__filter-tree-vertical {
        width: 314px!important;
    }
}
.boost-sd__filter-option-content-inner--scrollbar{max-height: unset!important;}
.boost-sd__pagination-number--active {
    color: #fff;
    font-weight: 700;
    background-color: #b21e42;
    border: solid 1px #B21E42;
}
.boost-sd__pagination-numbe {
    border: solid 1px #cbcbcb;
    margin: 10px 5px;
    padding: .5rem 1rem;
    display: inline-block;
    border-radius: 3px!important;
}
@media only screen and (min-width: 992px) {
    .boost-sd-layout,.boost-sd__search-result-toolbar {
        max-width: 1300px!important;
    }
}
.boost-sd__header-main-2-content--relative{background-color: unset!important;}
#boost-sd__collection-header,.boost-sd__search-result-toolbar-container{background: linear-gradient(90deg, #FDFBFB 0%, #EBEDEE 100%);}
.boost-sd__toolbar-content{padding-top:0px!important}
@media only screen and (max-width: 991px) {
    .boost-sd__product-count {
        display:none!important;
    }
    .boost-sd__toolbar-content{
        border-bottom:unset !important;
    }
    .boost-sd__toolbar-item{padding-bottom:0px!important}
    .boost-sd-layout 
    {
        margin: 0px auto 0!important;
        padding-left:0px!important;
        padding-right:0px!important;
    }
    #boost-sd__collection-header,.boost-sd__search-result-toolbar-container{margin-top:1px;margin-bottom:-1px;}
}
.boost-sd__header-title{font-family: Rozha One;}
.boost-sd__search-form-wrapper{display:none;}
@media only screen and (max-width: 767px) {
    .boost-sd__search-result-toolbar-item {
        border-bottom:unset!important;
        flex: 0 0 50%!important;
    }
}
.boost-sd__suggestion-queries-item-badge--sale{background-color: #b21e42!important;color:#ffffff!important;}
.boost-sd__suggestion-queries-item-badge--sale span{color:#ffffff!important;}
@media only screen and (max-width: 575px) {
    .boost-sd__header-main-2-content {
        padding: 30px 20px !important;
    }
}
.collection-subtitle{
    text-align:center;
    font-size: 20px;
    line-height: 36px;
    color:#b21e42;
    font-weight:500;
}