.mpwc_error {
   color: red;
}


/* Style the select2 dropdown container */
.select2-container {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
}

.select2-container {
  width: 400px !important;
}

.select2-results__option {
    color: #444;
    padding: 10px;
}

.select2-results__option--highlighted {
    background-color: #ddd;
}


.mpwc_url_coupons_input_field, .mpwc_url_select2 {
    width: 40% ;
}

/* Style the select2 dropdown options */
.select2-results__option {
    color: #444;
    padding: 10px;
}

/* Style the selected option */
.select2-results__option--highlighted {
    background-color: #ddd;
}

.mp-search-box {
  padding-bottom: 10px;
}

.mp-pagination {
  padding-top: 10px;
}

#cart_coupons_coupon_url {
    width:45%;
    padding:10px 10px 10px 10px;
}

.mp-hint {
    color: #555753;
}

.red_color {
   color: red;
}
