.loadingSpinner {
    background-image: url('../img/loader.svg');
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;

}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.dynamicSearch {
    position: relative;
}
.dynamicSearch .woocommerceSearchResults {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
    background-color: #FFFFFF;
    padding: 20px;
    /*-webkit-box-shadow: 0px 10px 13px -7px #000000, 15px 19px 30px 7px rgba(0,0,0,0.17);
    box-shadow: 0px 10px 13px -7px #000000, 15px 19px 30px 7px rgba(0,0,0,0.17);*/
    -webkit-box-shadow: 0px 29px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 29px 30px 0px rgba(0,0,0,0.3);
    border-bottom-right-radius: var(--rp-radius);
    border-bottom-left-radius: var(--rp-radius);
    overflow: hidden;
}
div.dynamicSearch ul.products {
    padding-left: 0;
    list-style-type: none;
    background-color: #fff;
}
.dynamicSearch .woocommerceSearchResults li.product {
    list-style-type: none;
}

/*** positioning ***/
.header-main-row {
    position: relative;
}
.woocommerce-product-and-category-search-form,
.dynamicSearch,
.left-header {
    position: static!important;
}

/*** bootstrap overrides ***/
.dynamicSearch .woocommerceSearchResults li.product-grid-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}



/*
.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 .woocommerceSearchResults input[type="submit"] {
    font-size: 20px;
    line-height: 20px;
    padding: 12px 18px;
}

/* xl */
@media(min-width:1200px) {

}

/* lg */
@media(min-width:992px) and (max-width:1199px) {
    .dynamicSearch .woocommerceSearchResults {
        /*width: 200%;*/
    }
}

/* md */
@media(min-width:768px) and (max-width:991.98px) {
    .dynamicSearch .woocommerceSearchResults {
        /*width: 200%;*/
    }
    .dynamicSearch .woocommerceSearchResults li.product-grid-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        display: none!important;
    }
    .dynamicSearch .woocommerceSearchResults li.product-grid-item:nth-child(-n+3) {
        display: flex!important;
    }
}

/* sm */
@media(min-width:576px) and (max-width:767.98px) {
    .dynamicSearch .woocommerceSearchResults {

    }
    .dynamicSearch .woocommerceSearchResults li.product-grid-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        display: none!important;
    }
    .dynamicSearch .woocommerceSearchResults li.product-grid-item:nth-child(-n+3) {
        display: flex!important;
    }
}

/* xs */
@media(max-width:575.98px) {
    .dynamicSearch .woocommerceSearchResults {

    }
    .dynamicSearch .woocommerceSearchResults li.product-grid-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* xs and sm */
@media(max-width:767.98px) {
    .dynamicSearch .woocommerceSearchResults {
        width: 100%;
        top: 104px;
        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%;
    }

}

@media(min-width: 768px) {
    .dynamicSearch .woocommerceSearchResults .suggestions {
        border-right: 2px solid #DCDCDC;
    }
    .dynamicSearch .woocommerceSearchResults {
        padding-top: 40px;
    }
}

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;
}

@media(min-width:1200px) and (max-width:1499px) {
    .top-header .col-12.col-xl-6.d-flex.justify-content-between.justify-content-xl-end.align-items-center.flex-wrap-mobile,
    .dynamicSearch {
        position: static;
    }

    .dynamicSearch .woocommerceSearchResults {
        width: 100%;
        margin-right: 0;
    }
}

.dynamicSearch .categoryResults a,
.dynamicSearch .categoryResults a:hover,
.dynamicSearch .categoryResults a:visited {
    color: #3B3B3C;
}

@media(max-width: 767px) {
    .dynamicSearch .productResults .product-grid-item__inner {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .dynamicSearch .productResults .product-grid-item__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(min-width: 992px) {
    .dynamicSearch .productResults .product-grid-item__inner {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.dynamicSearch li.product-grid-item div.visibilityBadge {
    top: 10px;
    right: 25px;
}
@media(max-width: 767px) {
    .dynamicSearch li.product-grid-item div.visibilityBadge {
        top: 20px;
        right: 21px;
        font-size: 14px;
    }
}

div.dynamicSearch div.woocommerceSearchResults  p.item-grid-sku {
    margin-bottom: 0 !important;
}

/*
.dynamicSearch .woocommerceSearchResults span.price-excl-vat {
    display: none;
}
*/