.remove-recurring {
    color: red;
}
button.add-recurring {
    font-size: 0.7rem;
    padding: 5px 10px!important;
    margin-top: 5px;
    border-radius: 1rem;
    min-height: initial!important;
    margin-right: 10px;
}
button.recurring-close {
    float: right;
    border: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    min-height: initial!important;
}
button.recurring-close:hover {
    background-color: #e98053;
    color: white;
}
button.add-recurring, button.add-recurring:hover {
    border-color: #26a2bc;
    color: #26a2bc;
}
.add-recurring-option {
    padding: 5px 26px!important;
    border-radius: 2rem!important;
}
.tip-yellowsimple {
    background-color: white;
    border: 0;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.15);
}
.tip-yellowsimple .select2-container--default .select2-selection--single {
    /*margin-bottom: 5px;
    padding: 0.3em;
    height: 40px;*/
}
.tip-yellowsimple .select2-container--default .select2-selection--single .select2-selection__arrow {
    /*top: 6px;*/
}
.tip-yellowsimple + .select2-container--default .select2-dropdown {
    border-bottom-left-radius: 35px!important;
    border-bottom-right-radius: 35px!important;
    overflow: hidden!important;
}
.wcro-autoship-cart-logo {
    height: 38px !important;
    width: auto !important;
}
.recurring-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.recurring-wrapper > div {
    /*margin-left: 10px;*/
}
.recurring-wrapper .change-recurring, .recurring-wrapper .remove-recurring {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 1rem;
    background-color: #f3f3f3;
    transition: background-color 0.2s ease;
}
.recurring-wrapper .change-recurring:hover, .recurring-wrapper .remove-recurring:hover {
    background-color: #e9e9e9;
}
.recurring-wrapper .change-recurring {
    color: #26a2bc;
}
.recurring-wrapper .remove-recurring {
    color: #e98053;
}