.fcwc-cart-parts-shopping .fcwc-cart-item.fcwc-cart-meta.fcwc-shipping span.cart-shipping {
    text-align: end;
}

.fcwc-cart-parts-shopping .fcwc-shipping span.cart-shipping #fcwc-shipping-calculator-form p{
    width: 100%;
    margin: 10px 0;
    padding: 0;
}

.fcwc-cart-parts-shopping .fcwc-shipping span.cart-shipping #fcwc-shipping-calculator-form select {
    width: 100%;
    font-size: 18px;
    padding: 10px 10px;
    border: 1px solid #212121;
}

.fcwc-cart-parts-shopping .fcwc-shipping span.cart-shipping #fcwc-shipping-calculator-form input {
    width: 94%;
    font-size: 18px;
    padding: 10px 10px;
    border: 1px solid #212121;
}

.fcwc-cart-parts-shopping .fcwc-shipping span.cart-shipping #fcwc-shipping-calculator-form button{
    background-color: #7f54b3;
    color: white;
    font-weight: 800;
    font-size: 18px;
}

.fcwc-cart-parts-shopping .fcwc-shipping span.cart-shipping .shipping-calculator-button {
    color: black;
    font-size: 18px;
    font-weight: 800;
}

#fcwc-messages.error {
    color: #c40000;
    padding: 0;
    margin: 0;
}


.fcwc-overlay {
    background: #e6e0e1b5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.fcwc-overlay.is-on {
    opacity: 1;
    visibility: visible;
}

.fcwc-overlay.is-on .fcwc-content {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.fcwc-overlay table {
    margin-bottom: 5px;
}

.fcwc-overlay button.fcwc-button {
    width: 100%;
}

.fcwc-overlay table tr {
    border: none;
}

.fcwc-overlay tr.image td {
    padding: 0px;
}

.fcwc-overlay tr.content td:first-child {
    padding-left: 20px !important;
}

.fcwc-overlay tr.content td:last-child {
    padding-right: 20px !important;
}
.fcwc-cart .fcwc-remove-coupon label,
.fcwc-overlay label {
    margin-bottom: 0px;
}

.fcwc-overlay select,
.fcwc-overlay input{
    height: 29px;
    width: 100%;
}

.fcwc-overlay div.fcwc-product-title {
    font-size: 14px;
}

.fcwc-overlay .fcwc-content {
    background: #fff;
    position: absolute;
    top: -50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 350px;
}

#fcwc-messages.error {
    color: #c40000;
    padding: 0;
    margin: 0;
}

.fcwc-overlay.is-on table tr.content td {
    padding: 5px;
}

.fcwc-overlay tr.content td:has(#fcwc-messages:empty) {
    display: none;
}

.fcwc-overlay #fcwc-shipping-calculator-form {
    margin: 0px auto 20px;
    width: 90%;
}

.fcwc-overlay #fcwc-shipping-calculator-form p{
    width: 100%;
    margin: 10px 0;
    padding: 0;
}

.fcwc-overlay #fcwc-shipping-calculator-form select {
    width: 100%;
    font-size: 18px;
    border: 1px solid #212121;
}

.fcwc-overlay #fcwc-shipping-calculator-form input {
    width: 99%;
    font-size: 18px;
    border: 1px solid #212121;
}

.fcwc-overlay .shipping-calculator-button {
    color: black;
    font-size: 18px;
    font-weight: 800;
}

.fcwc-overlay #fcwc-shipping-calculator-form select,
.fcwc-overlay #fcwc-shipping-calculator-form input{
    height: 45px;
}

.fcwc-overlay #fcwc-shipping-calculator-form h4{
    margin: 20px 0 0 0;
}

.fcwc-update-address-button{
    background-color: #7f54b3;
    color: white;
    font-weight: 800;
    font-size: 18px;
}

.fcwc-shipping .fcwc-change-address{
    display: block;
}

.fcwc-overlay .fcwc-variations .fcwc-flex label{
    width: 50%;
    font-size: 17px;
    font-weight: 500;
    color: #212121;
}

.fcwc-overlay .fcwc-variations .fcwc-flex .fcwc-price{
    text-align: end;
}

.fcwc-shipping .fcwc-change-address {
    font-weight: 800;
}

.fcwc-change-address.fcwc-loading label,
.fcwc-woocommerce-shipping-calculator.fcwc-loading .fcwc-update-address-button label{
    display: none;
}

.fcwc-shipping ul#shipping_method {
    list-style: none;
    text-align: start;
}

.fcwc-shipping  #shipping_method li input[type="radio"] {
    display: none;
}

.fcwc-shipping  #shipping_method li{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.fcwc-shipping  #shipping_method .checkmark {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #697861;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

/* Checked state for radio button */
.fcwc-shipping  #shipping_method input[type="radio"][checked="checked"] + .checkmark {
    border-color: #697861;
}

/* Create inner circle when checked */
.fcwc-shipping #shipping_method input[type="radio"][checked="checked"] + .checkmark::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #697861;
}

.fcwc-shipping #shipping_method label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.fcwc-shipping .cart-shipping:has(#shipping_method) b {
    display: none;
}


.fcwc-cart-parts-shopping #shipping_method {
    margin-bottom: 5px;
}

.fcwc-cart-parts-shopping li.fcwc-payment-option ul {
    list-style: none;
    text-align: center;
    margin: 0;
}