.product-image a.wis_added,
.product-image a.wis_remove {
    opacity: 1;
    visibility: visible;
}
.addTowishlist.wis_added:before {
    color: #e81e63 !important;
}
#otpErrorAlert {
    width: 100%;
}
@media (max-width: 767px) {
    .section--shopping-cart .shopping-cart__products {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}
@media (max-width: 767px) {
    .product-action-vertical {
        display: none !important;
    }
    .more-products .product-action {
         display: none !important;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    /* phone + small tablet */
    .product-action-vertical {
        display: none !important;
    }
    .more-products .product-action {
         display: none !important;
    }
    .section--shopping-cart .shopping-cart__products {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

.search-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden !important;

    line-height: 1.4em;
    max-height: calc(1.4em * 2);

    max-width: 100%;
}
.show-all-btn{
    margin-top: 20px;
}
.mob_search_result {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    background: #fff;
    z-index: 100;
    left: 10px!important;
    right: 10px!important;
    padding-left: 10px;
    padding-right: 10px;
  }
  #mobile_search_results_box {
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.38),   /* bottom */
        -8px 6px 20px rgba(0, 0, 0, 0.18), /* left */
        8px 6px 20px rgba(0, 0, 0, 0.18);  /* right */
}
#delete-account-password{
    padding: 15px;
    width: 100%;
    height: 38px;
}

/* review */
.review-status-box {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px;
    background-color: #fafafa;
    margin-bottom: 20px;
    text-align: center;
}

.review-status-box h5 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

.review-status-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

