.pdf {
    margin: 30px 0px;
    text-align: center;
}
.no_product_found {
    color: #9e9e9e;
}
.no-result-found {
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
    color: #d74e88;
    font-weight: 600;
}
.custom {
    color: #d74e88;
}

.btn.btn-dark {
    color: #fff !important;
}

.products .product-descriptions {
    padding: 10px;
    border-top: 0px solid #fff;
}

.products {
    position: relative;
    display: block;
    padding: 0px;
    border-bottom: 1px solid #eee;
}

.products .product-titles {
    max-width: 100%;
}

.products .product-titles h3, .products .product-titles h3 a {
    font-size: 17px;
    margin-bottom: 0;
}

.products a:not(.btn) {
    /*color changed as per client wish #000   to #bd4b7f*/

    color: #bd4b7f;
}

.results.fading {
    opacity: 1;
    transform: translateY(0);
    display: block;
    z-index: 9999;
    position: absolute;
}

.fading {
    opacity: 1;
    transform: translateY(0);
}
.results {
    display: none;
    position: relative;
    background-color: #fff;
    margin: 1px auto 0;
    padding: 10px;
    width: 100%;
    max-width: 403px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 300ms;
}

.results__product {
    display: flex;
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 3px;
        left: 15px;
}

.results .image {
    width: 100%;
    margin: 0;
}
.results figure {
    padding: 0px;
}

.results .title {
    width: 100%;
    margin: 0;
    margin-left: 15px;
}

.results h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.results .cart {
    width: 11%;
    margin: 0;
    float : right;
}

.results .cart-btn {
    font-size: .85em;
    font-weight: 100;
    padding: 2px 5px !important;
    text-transform: uppercase;
}

.results .image img {
    width: 47px !important;
}
.cart-btn {
    display: inline-block;
    background: #d74e88 !important;
    color: #253237;
    font-weight: 700;
    padding: 2px 10px !important;
    border: none;
    border-width: 2px;
    border-bottom-style: solid;
    width: auto;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.results__cancel .btn-pink {
    width: 46.5%;
    text-align: center;
    margin-left: -3px;
    border-radius: 0px;
    margin-top: 5px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

