/* -------------------------------
   PPOM Select Styling
---------------------------------*/
.ppom-wrapper select {
  width: 100%;
  padding: 9px;
}
.woocommerce-checkout-payment{padding:0;}
/* -------------------------------
   Payment Method Item Layout Fix
---------------------------------*/
.wc_payment_methods li {
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
}
.wc_payment_methods li label {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
}
.wc_payment_methods li img {
    max-width: 30px;
    height: auto;
    margin-left: 15px;
}
@media (max-width: 480px) {
    .wc_payment_methods li img {
        max-width: 40px !important;
    }
    .wc_payment_methods li.payment_method_eps img {
        max-width: 280px !important;
    }
}
.wc_payment_methods li label img {
    max-width: unset !important;
    width: auto !important;
}
/* Bangladeshi payment gateway input field color */
button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: #2b304c;
}
/* Review Name Color */
.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__author,
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text .meta .woocommerce-review__author {
    color: #E91E63;
    font-size: 16px;
    display: inline;
    font-weight: 500;
    margin: 0;
    text-indent: 0;
}