/****
* Front End Css
*****/


/* Cart Page CSS */

#rh-shipping-options {
    max-width: 200px;
    min-width: 200px;
}
.product-shipping-lines{
	margin-top: 10px;
	/* padding-bottom: 15px; */
}
.product-shipping-lines:last-child {
    padding-bottom: 0;
}
.product-shipping-lines strong {
    font-size: 16px;
    font-weight: 600;
    color: #9c4aaa;
}
.product-shipping-lines hr {
    margin: 5px 0 5px 0;
}
.product-shipping-lines select {
	display: inline-block;
    background: #e8e8e8;
    border: none;
    color: #1e5873;
    font-size: 15px;
    border-radius: 3px;
    padding: 5px 3px;
    margin: 5px 0 0 22px;
    width: calc(100% - 22px);
}
.rh-custom-box-exclude-area{
    margin-left: 163px;
}

.rh-custom-box-exclude-area input.rh-pwb-exclude {
    margin: 5px 0;
}

tr.cart-discount.coupon-no-coupon-applied {
    display: none;
}

.rh-vendors-list-line {
    font-size: 13px;
    color: #7d2800;
}





/* Product Page CSS */

/* Admin Backend CSS */
.rh_settings_table h3 {
    font-size: 20px;
    font-weight: 500;
}
table.rh_settings_table tr td input.rh-input-area,
.rh-ship-main-option {
    width: 320px;
}
label.rh-checkbox {
    line-height: 2em;
    padding-left: 1px;
}
.required-item {
    color: #ff0b0b;
    font-size: 18px;
}