.price-loading {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
.framery-pricing-container {
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
.framery-pricing-container .price-wrapper {
    display: flex;
    align-items: center;
}
.framery-pricing-container form {
    margin: 0;
}
.framery-pricing-container .countries_dropdown select {
    width: auto;
    border-radius: 0.25rem;
    padding: 0.25rem 0.75rem 0.25rem 0.1rem!important;
    text-align-last:center;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="white" class="bi bi-caret-down-fill" viewBox="0 0 16 16">  <path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>') 90% no-repeat !important;
    background-position: right 0.5rem center;
    height: auto;
    font-size: 0.8rem;
}
.framery-pricing-container.light {
    color: #FFF;
}
.framery-pricing-container.light .countries_dropdown select {
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
    margin-bottom: 0;
}

.framery-pricing-container.light .countries_dropdown select option {
    background-color: #999;
    color:#000;
    text-transform: capitalize;
}
.framery-pricing {
    font-weight: 600; 
}
.framery-pricing-container.subscription {
    color: #000;
    font-size: var(--wp--preset--font-size--text-7-xl);
    justify-content: center;
}
.framery-pricing-container.subscription .framery-pricing {
    font-weight: 500;
    text-align: center;
}
.framery-pricing-debug {
    padding: .5rem;
    font-size: 12px;
    background: #222;
    color: #FFF;
    width: fit-content;
}