#dynamicSearch .loading-items{
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#dynamicSearch .lds-ripple {
    display: inline-block;
    position: relative;
    width: 72px;
    height: 72px;
}
#dynamicSearch .lds-ripple div {
    position: absolute;
    border: 4px solid var(--gold);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#dynamicSearch .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


#dynamicSearch {
    position: relative;
}
#dynamicSearch > #woocommerce-product-and-category-search-form{
    display: block;
}
#dynamicSearch .woocommerceSearchResults {
    position: absolute;
    width: 100vw;
    right: calc(-100vw + (100vw - 100% / 2));
    max-width: 1800px;
    margin:16px auto 0 auto !important;
    z-index: 1000;
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #EFEFEF;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 150px 200px rgba(0, 0, 0, 0.2);
}
#dynamicSearch .woocommerceSearchResults li.product {
    list-style-type: none;
}

/*
#dynamicSearch .productResults {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
}
*/

#dynamicSearch .productResults > .row{
    width: 100%;
}
/*
#dynamicSearch .woocommerceSearchResults input[type="submit"] {
    display: inline-block;
    text-align: center;
    font-family: fs-elliot, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    background: #222321;
    border-radius: 3px;
    padding: 7px 23px;
    text-decoration: none !important;
    margin: 0;
    cursor: pointer;
    position: relative;
    overflow: visible;
    left: auto;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;

    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#dynamicSearch .woocommerceSearchResults input[type="submit"]:hover {
    background-color: #dfdcde;
    background-image: none;
    color: #515151;
}*/
#dynamicSearch .categoryResults a,
#dynamicSearch .insightResults a{
    color:var(--black);
}
#dynamicSearch .woocommerceSearchResults .button.view-all{
    position: relative;
    padding: 12px 10px;
    text-align: center;
    padding-bottom: 10px;
    border-radius: 6px;
    border-width: 2px;
    border-style: solid;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black);
    cursor: pointer;
}

@media(min-width:1499px) and (max-width:1800px) {

    #dynamicSearch .woocommerceSearchResults {
        width: calc(100vw - 1.250rem);
    }
}

@media(min-width:1200px) and (max-width:1499px) {
    #dynamicSearch .woocommerceSearchResults {
        position: fixed;
        right: 0.625rem;
        width: calc(100vw - 2.50rem);
    }
}
@media(min-width:1200px) and (max-width:1499px) {
    #dynamicSearch .woocommerceSearchResults {
        position: fixed;
        right: 0.625rem;
        width: calc(100vw - 2.50rem);
    }
}
@media(max-width:1499px) {
    #dynamicSearch .woocommerceSearchResults .product-outer-box > div {
        padding: 6%;
    }
}

/* xl */
@media(min-width:1200px) {

}

/* lg */
@media(min-width:992px) and (max-width:1199px) {
    #dynamicSearch .woocommerceSearchResults {
        right: 0;
        width: 100%;
    }
}

/* md */
@media(min-width:768px) and (max-width:991px) {
    #dynamicSearch .woocommerceSearchResults {
        right: 0;
        width: 100%;
    }
}

/* sm */
@media(min-width:576px) and (max-width:767px) {
    #dynamicSearch .woocommerceSearchResults {
        right: 0;
        width: 100%;
    }
}

/* xs */
@media(max-width:575px) {
    #dynamicSearch .woocommerceSearchResults {
        right: 0;
        width: 100%;
    }
}

/* xs and sm */
@media(max-width:767px) {
    /*
    #dynamicSearch .woocommerceSearchResults {
        width: 100%;
        top: 84px;
        padding-left: 0;
        padding-right: 0;
    }
    #dynamicSearch .woocommerceSearchResults .suggestions {
        padding-left: 20px;
        padding-right: 20px;
    }
    #dynamicSearch .woocommerceSearchResults .full-width-in-modal {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
}

input.woocommerce-product-and-category-search-input {
    color: #000000 !important;
}

input.woocommerce-product-and-category-search-input::-webkit-input-placeholder,
input.woocommerce-product-and-category-search-input::-moz-placeholder,
input.woocommerce-product-and-category-search-input:-ms-input-placeholder,
input.woocommerce-product-and-category-search-input:-moz-placeholder {
    color: #9D9D9D !important;
}

body.search-no-results p.woocommerce-info {
    margin-bottom: 80px;
}

#dynamicSearch .woocommerce-product-and-category-search-form-container input.woocommerce-product-and-category-search-input {
    padding-right: 52px;
    border: 1px solid #C1C1C1;
}

#dynamicSearch .woocommerce-product-and-category-search-form-container input.siteSearchSubmitIcon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#dynamicSearch .woocommerceSearchResults {
    overflow: auto;
    max-height: 60vh;
}
