.demourl {
    float: right;
    color: #00a0e9;
}

.demourl:hover {
    color: #0c79ab;
    text-decoration: none;
}

.discountmsg {
    color: #BE1932 !important;
}

.memberbtn {
    background-color: #880f09;
    padding: 10px 10px;
    display: inline-block;
    line-height: 1.3rem;
}

.memberbtn:hover {
    background-color: #3e0d0a;
}

.totalAmountBox span {
    line-height: 0px;
}

a.exampleText {
    font-size: 12px;
    color: #ff9c00;
    text-decoration: none;
}

a.calculationBtn {
    background-color: red;
    border-radius: 0px;
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    padding: .2rem .5rem .5rem;
    color: #fff !important;
}

/* ////////////////////////////////////// */
a.select-target:not(:first-child) {
    /* font-size: 1rem; */
    font-size: 1.125rem;
    width: 100%;
    background: #F2F2F2;
    color: #333;
    border: 1px solid #ededed;
    /* padding: .25rem 1rem .25rem .5rem; */
    padding: .5rem 1rem .5rem .7rem;
    border-radius: 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.select-content {
    border: none;
    border-radius: 0px;

}

.select-content ul.select-options li {
    padding: .25rem .5rem;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.select-target.select-theme-dark b {
    right: 6px;
}

.select.select-theme-dark,
.select.select-theme-dark .select-content,
.select.select-theme-dark .select-options,
.select.select-theme-dark .select-options .select-option {
    border-radius: 0px !important;
}

.select.select-theme-dark .select-options .select-option {
    font-size: 1rem;
    padding: .25rem 1rem .25rem .5rem;
}

.mb-1rem {
    margin-bottom: 1rem;
}


#twzipcode a.select-target {
    width: 50%;
    float: left;
    margin-bottom: .5rem;
}

.select-target.select-theme-dark:hover{
    border-color: #ededed;
    color: #333;
}