.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}ul.products li.product {
position: relative;
} .wps-members-badge {
position: absolute;
top: 10px;
left: 10px;
z-index: 10;
display: inline-flex;
align-items: center;
gap: 5px;
padding: 5px 11px 5px 9px;
background: linear-gradient(135deg, #1a56a8 0%, #2271b1 100%);
color: #ffffff;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.07em;
text-transform: uppercase;
border-radius: 20px;
box-shadow: 0 2px 8px rgba(34, 113, 177, 0.45);
pointer-events: none;
white-space: nowrap;
line-height: 1;
}
.wps-members-badge__icon {
width: 11px;
height: 11px;
flex-shrink: 0;
opacity: 0.9;
} .wps-membership-gate {
margin: 20px 0;
border: 1px solid #dce6f0;
border-radius: 8px;
background: #fafcff;
overflow: hidden;
} .wps-membership-gate__header {
display: flex;
align-items: center;
gap: 8px;
padding: 11px 16px;
background: #edf3fb;
border-bottom: 1px solid #dce6f0;
}
.wps-membership-gate__lock {
width: 15px;
height: 15px;
flex-shrink: 0;
color: #2271b1;
}
.wps-membership-gate__title {
font-size: 13px;
font-weight: 700;
color: #1d2327;
} .wps-membership-gate__intro {
margin: 0;
padding: 10px 16px 8px;
font-size: 13px;
color: #50575e;
border-bottom: 1px solid #e8eef6;
} .wps-membership-gate__plans {
padding: 12px 14px;
display: flex;
flex-direction: column;
gap: 10px;
} .wps-plan-card {
background: #ffffff;
border: 1.5px solid #e2eaf4;
border-radius: 8px;
padding: 11px 14px 12px;
transition: box-shadow 0.15s ease;
}
.wps-plan-card:hover {
box-shadow: 0 2px 10px rgba(34, 113, 177, 0.12);
} .wps-plan-card__top {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 6px;
}
.wps-plan-card__name {
font-size: 14px;
font-weight: 700;
color: #1d2327;
flex: 1;
}
.wps-plan-card__duration {
display: inline-block;
padding: 2px 9px;
background: color-mix(in srgb, var(--plan-color, #2271b1) 10%, #ffffff);
color: var(--plan-color, #2271b1);
border: 1px solid color-mix(in srgb, var(--plan-color, #2271b1) 25%, #ffffff);
border-radius: 20px;
font-size: 11px;
font-weight: 600;
white-space: nowrap;
} @supports not (color: color-mix(in srgb, red, blue)) {
.wps-plan-card__duration {
background: #edf2f9;
color: #2271b1;
border-color: #c3d9f0;
}
} .wps-plan-card__desc {
margin: 0 0 8px;
font-size: 13px;
line-height: 1.6;
color: #50575e;
} .wps-plan-card__cta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;
margin-top: 8px;
padding-top: 8px;
border-top: 1px dashed #e2eaf4;
}
.wps-plan-card__cta-label {
font-size: 12px;
font-weight: 600;
color: #50575e;
white-space: nowrap;
}
.wps-plan-card__cta-link {
display: inline-flex;
align-items: center;
gap: 3px;
padding: 4px 13px;
background: var(--plan-color, #2271b1);
color: #ffffff !important;
font-size: 12px;
font-weight: 600;
border-radius: 20px;
text-decoration: none !important;
transition: opacity 0.15s ease, transform 0.15s ease;
white-space: nowrap;
}
.wps-plan-card__cta-link:hover {
opacity: 0.88;
transform: translateY(-1px);
} .wps-members-badge--grant {
background: var(--badge-color, #2271b1);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
@supports (color: color-mix(in srgb, red, blue)) {
.wps-members-badge--grant {
box-shadow: 0 2px 8px color-mix(in srgb, var(--badge-color, #2271b1) 55%, transparent);
}
} .wps-members-badge--active {
background: #1a7f4b;
box-shadow: 0 2px 8px rgba(26, 127, 75, 0.4);
} .wps-membership-grant {
margin: 20px 0;
border: 1px solid #c6e8d3;
border-radius: 8px;
background: #f6fbf8;
overflow: hidden;
}
.wps-membership-grant__header {
display: flex;
align-items: center;
gap: 8px;
padding: 11px 16px;
background: #eaf6ef;
border-bottom: 1px solid #c6e8d3;
}
.wps-membership-grant__icon {
width: 15px;
height: 15px;
flex-shrink: 0;
color: #1a7f4b;
}
.wps-membership-grant__title {
font-size: 13px;
font-weight: 700;
color: #1d2327;
}
.wps-membership-grant__intro {
margin: 0;
padding: 10px 16px 8px;
font-size: 13px;
color: #50575e;
border-bottom: 1px solid #d9f0e3;
}
.wps-membership-grant__plan {
margin: 12px 14px;
} .wps-membership-included {
margin: 16px 0;
border: 1px solid #e2eaf4;
border-radius: 8px;
overflow: hidden;
}
.wps-membership-included__header {
display: flex;
align-items: center;
gap: 8px;
padding: 10px 14px;
background: #edf9f3;
border-bottom: 1px solid #e2eaf4;
}
@supports (color: color-mix(in srgb, red, blue)) {
.wps-membership-included__header {
background: color-mix(in srgb, var(--plan-color, #1a7f4b) 8%, #ffffff);
border-bottom-color: color-mix(in srgb, var(--plan-color, #1a7f4b) 20%, #e0e0e0);
}
}
.wps-membership-included__header svg {
width: 14px;
height: 14px;
flex-shrink: 0;
color: var(--plan-color, #1a7f4b);
pointer-events: none;
}
.wps-membership-included__header span {
font-size: 12px;
font-weight: 700;
color: #1d2327;
letter-spacing: 0.02em;
}
.wps-membership-included__body {
padding: 12px 14px;
background: #ffffff;
}
.wps-membership-included__subtitle {
margin: 0 0 10px;
font-size: 13px;
color: #50575e;
}
.wps-membership-included__plan {
padding: 10px 12px;
background: #fafcff;
border: 1px solid #e2eaf4;
border-radius: 6px;
margin-bottom: 8px;
}
@supports (color: color-mix(in srgb, red, blue)) {
.wps-membership-included__plan {
background: color-mix(in srgb, var(--plan-color, #1a7f4b) 4%, #ffffff);
border-color: color-mix(in srgb, var(--plan-color, #1a7f4b) 18%, #e0e0e0);
}
}
.wps-membership-included__plan:last-child {
margin-bottom: 0;
}
.wps-membership-included__plan-main {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}
.wps-membership-included__plan-main:not(:last-child) {
margin-bottom: 4px;
}
.wps-membership-included__dot {
display: none;
}
.wps-membership-included__plan-name {
font-size: 14px;
font-weight: 600;
color: #1d2327;
flex: 1;
}
.wps-membership-included__badge {
display: inline-block;
padding: 2px 9px;
border-radius: 20px;
background: #edf2f9;
color: #2271b1;
border: 1px solid #c3d9f0;
font-size: 11px;
font-weight: 700;
white-space: nowrap;
flex-shrink: 0;
}
@supports (color: color-mix(in srgb, red, blue)) {
.wps-membership-included__badge {
background: color-mix(in srgb, var(--plan-color, #1a7f4b) 10%, #ffffff);
color: var(--plan-color, #1a7f4b);
border-color: color-mix(in srgb, var(--plan-color, #1a7f4b) 28%, #e0e0e0);
}
} .wps-membership-included__badge--active {
background: #e6f4ea;
color: #1a7f4b;
border-color: #a8d5ba;
}
.wps-membership-included__desc {
margin: 2px 0 0;
font-size: 12px;
color: #646970;
line-height: 1.5;
} .wps-plan-purchase-cta {
margin: 18px 0;
padding: 20px;
background: #f8fafc;
border: 1px solid #e3e8ef;
border-radius: 12px;
}
.wps-plan-purchase-cta__heading {
margin: 0 0 4px;
font-size: 16px;
font-weight: 700;
line-height: 1.3;
color: #1d2327;
}
.wps-plan-purchase-cta__sub {
margin: 0 0 16px;
font-size: 13.5px;
line-height: 1.5;
color: #5d6671;
}
.wps-plan-purchase-cta__plan {
padding: 14px 16px;
background: #ffffff;
border: 1px solid #e3e8ef;
border-radius: 10px;
}
.wps-plan-purchase-cta__plan-head {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 10px;
flex-wrap: wrap;
}
.wps-plan-purchase-cta__plan-name {
font-size: 15px;
font-weight: 700;
color: #1d2327;
}
.wps-plan-purchase-cta__plan-access {
display: inline-block;
padding: 3px 9px;
background: #eef2f7;
border-radius: 20px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #6b7785;
white-space: nowrap;
}
.wps-plan-purchase-cta__plan-desc {
margin: 8px 0 0;
font-size: 13px;
line-height: 1.55;
color: #5d6671;
}
.wps-plan-purchase-cta__buys {
display: flex;
flex-direction: column;
gap: 8px;
margin-top: 12px;
}
.wps-plan-purchase-cta__buy {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
width: 100%;
box-sizing: border-box;
padding: 11px 16px;
background: #2271b1;
color: #ffffff !important;
border-radius: 8px;
font-size: 13.5px;
font-weight: 600;
line-height: 1.4;
text-align: left;
text-decoration: none !important;
box-shadow: none;
transition: background 0.15s ease, transform 0.15s ease;
}
.wps-plan-purchase-cta__buy:hover,
.wps-plan-purchase-cta__buy:focus {
background: #135e96;
color: #ffffff !important;
transform: translateY(-1px);
}
.wps-plan-purchase-cta__buy-name {
flex: 1 1 auto;
min-width: 0;
font-weight: 600;
text-align: left;
}
.wps-plan-purchase-cta__buy-price {
flex: 0 0 auto;
font-weight: 700;
text-align: right;
white-space: nowrap;
}
.wps-plan-purchase-cta__buy-price .amount {
color: #ffffff;
} .wps-restricted-content {
margin: 20px 0;
border: 1px solid #dce6f0;
border-radius: 12px;
background: #fafcff;
overflow: hidden;
}
.wps-restricted-content__head {
display: flex;
align-items: center;
gap: 8px;
padding: 12px 18px;
background: #edf3fb;
border-bottom: 1px solid #dce6f0;
}
.wps-restricted-content__lock {
width: 16px;
height: 16px;
flex-shrink: 0;
color: #2271b1;
}
.wps-restricted-content__title {
font-size: 13px;
font-weight: 700;
letter-spacing: 0.01em;
color: #1d2327;
}
.wps-restricted-content__msg {
padding: 16px 18px;
font-size: 14px;
line-height: 1.6;
color: #50575e;
}
.wps-restricted-content__msg > :first-child {
margin-top: 0;
}
.wps-restricted-content__msg > :last-child {
margin-bottom: 0;
} .wps-restricted-content__msg .wps-plan-purchase-cta {
margin: 14px 0 0;
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
}.wps_wsp_expiry_interval_field {
margin-bottom: 10px;
}
.wps_wsp_expiry_interval_field_wrap .wps_wsp_label {
display: block;
margin-bottom: 10px;
}
.storefront-sticky-add-to-cart__content-price .wps_sfw_subscription_wrapper{
display: none;
}
.theme-storefront .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
max-width: 190px;
width: 100%;
padding: 10px 10px;
height: auto;
display: inline-block;
}
.theme-Divi .wps_wsp_expiry_interval_field_wrap .wps_wsp_label {
display: block;
margin-bottom: 10px;
}
.theme-Divi .wps_wsp_expiry_interval_field_wrap input[type="number"],
.theme-Avada .wps_wsp_expiry_interval_field_wrap input[type="number"],
.theme-oceanwp .wps_wsp_expiry_interval_field_wrap input[type="number"],
.theme-flatsome .wps_wsp_expiry_interval_field_wrap input[type="number"],
.theme-betheme .wps_wsp_expiry_interval_field_wrap input[type="number"] {
box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
line-height: 1.6;
margin: 0 5px 10px 0;
padding: 10px;
}
.theme-flatsome .wps_wsp_expiry_interval_field_wrap input[type="number"] {
height: auto;
max-width: 220px;
}
.theme-oceanwp .wps_wsp_expiry_interval_field_wrap input[type="number"],
.theme-betheme .wps_wsp_expiry_interval_field_wrap input[type="number"] {
display: inline-block;
max-width: 200px;
}
.theme-Avada .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
height: auto;
margin-bottom: 10px;
max-width: 200px !important;
padding: 12px 10px;
width: 100%;
}
.theme-Divi .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
display: inline-block;
max-width: 170px !important;
padding: 12px 10px;
width: 100%;
}
.theme-oceanwp .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval,
.theme-betheme .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
display: inline-block;
height: auto;
margin-bottom: 10px;
padding: 12px 10px !important;
}
.theme-oceanwp .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
max-width: 150px;
}
.theme-betheme .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
max-width: 200px;
}
.theme-flatsome .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
display: inline-block;
height: auto;
margin-bottom: 10px !important;
max-width: 90px;
padding: 10px !important;
}
.theme-Avada .wps_wsp_expiry_interval_field_wrap {
width: 100%;
}
.woocommerce-variation-price .woocommerce-Price-amount.amount+div,
.woocommerce-variation-price+.woocommerce-variation-availability+div {
border: none !important;
max-width: 98%;
padding: 0 10px;
background-image: linear-gradient(45deg, #009688, #8bc34a);
color: #fff;
}
.woocommerce-variation-price .woocommerce-Price-amount.amount {
margin-bottom: 15px;
display: inline-block;
font-weight: 600;
font-size: 28px;
}
.woocommerce-variation-price .woocommerce-Price-amount.amount+div input[type="checkbox"],
.woocommerce-variation-price+.woocommerce-variation-availability+div input[type="checkbox"] {
margin-right: 10px;
}
#wps_sfw_check_variartion_cart_one_time_purchase+.amount {
font-weight: 600;
font-size: 28px;
letter-spacing: 0.5px;
}
.wps_sfw_subscription_wrapper {
margin-bottom: 15px;
margin-top: 15px;
}
.owp-floating-bar .wps_sfw_subscription_wrapper, .owp-floating-bar .wps_wsp_onetimesimple_wrapper {
display: none;
}
.wps_sfw_subscription_wrapper input[type="radio"],
.wps_wsp_onetimesimple_wrapper input[type="radio"] {
margin-right: 5px;
}
.woocommerce-variation-price+.woocommerce-variation-availability+div {
margin-top: -10px;
}
.wps_wsp_onetimesimple_wrapper .amount {
font-weight: 600;
font-size: 18px;
letter-spacing: 0.5px;
} @media only screen and (max-width: 1343px) {
.theme-Divi .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
max-width: 200px !important
}
}
@media only screen and (max-width: 1307px) {
.theme-oceanwp .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
max-width: 200px;
}
}
@media only screen and (max-width: 1123px) {
.theme-storefront .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
max-width: 213px;
}
.theme-storefront .wps_wsp_expiry_interval_field_wrap input[type="number"] {
margin-bottom: 10px;
}
}
@media only screen and (max-width: 1044px) {
.theme-flatsome .wps_wsp_expiry_interval_field_wrap .wps_wsp_expiry_number_interval {
max-width: 220px;
}
}
@media only screen and (max-width: 355px) {
.theme-Divi .wps_wsp_expiry_interval_field {
padding-bottom: 20px !important;
}
}input#authnet-card-cvc {
display: block;
} .theme-Avada .single_variation_wrap .avada-variation .woocommerce-variation-price .price{
display: block;
}
.wps_prorate_price_tooltip::before {
font-family: 'dashicons';
content: "\f223"; color: #333;
margin-left: 5px;
vertical-align: middle;
}
.wps-wsp-close-popup:hover {
cursor: pointer;
}
.subscription-edit-container.wps-has-content {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
}
.subscription-edit-container.wps-has-content .wps-wsp-shadow {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
}
.wps-has-content form#wps-wps-subscription-edit-form {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
border-radius: 8px;
padding: 15px;
}
.wps-has-content form#wps-wps-subscription-edit-form .wps-wsp-close-popup {
position: absolute;
top: 15px;
right: 15px;
font-family: 'dashicons';
font-size: 24px;
cursor: pointer;
line-height: 1;
}
.wps-has-content form#wps-wps-subscription-edit-form table {
width: 100%;
}
.wps-has-content form#wps-wps-subscription-edit-form h2 {
font-size: 20px;
line-height: 1.25;
font-weight: 600;
padding-right:45px;
margin: 0 0 15px;
}
.wps-wsp-upgrade-summary {
margin: 10px 0 15px;
padding: 10px 12px;
background: #f6f7f7;
border: 1px solid #dcdcde;
border-radius: 6px;
}
.wps-wsp-upgrade-summary-row + .wps-wsp-upgrade-summary-row {
margin-top: 6px;
}
form#wps-wps-subscription-edit-form.wps-wsp-is-loading {
pointer-events: none;
opacity: 0.9;
}
form#wps-wps-subscription-edit-form .wps-wsp-loader {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
background: rgba(255, 255, 255, 0.75);
border-radius: 8px;
z-index: 10;
font-size: 14px;
font-weight: 600;
}
form#wps-wps-subscription-edit-form .wps-wsp-spinner {
width: 18px;
height: 18px;
border: 2px solid #c3c4c7;
border-top-color: #2271b1;
border-radius: 50%;
animation: wps-wsp-spin 0.8s linear infinite;
}
@keyframes wps-wsp-spin {
to { transform: rotate(360deg); }
}
.subscription-edit-container.wps-has-content .wps-wsp-loader {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
background: rgba(0, 0, 0, 0.35);
z-index: 1000000;
font-size: 14px;
font-weight: 600;
color: #1d2327;
}
.subscription-edit-container.wps-has-content .wps-wsp-loader .wps-wsp-loader-text {
background: #fff;
border: 1px solid #dcdcde;
border-radius: 999px;
padding: 8px 12px;
}
.subscription-edit-container.wps-has-content .wps-wsp-loader .wps-wsp-spinner {
background: #fff;
border-radius: 999px;
padding: 6px;
}
.wps-has-content form#wps-wps-subscription-edit-form select {
width: 100%;
min-width: 120px;
min-height: 40px;
line-height: 1.25;
cursor: pointer;
border-radius: 5px;
background: transparent;
padding: 5px;
}
.wps-has-content form#wps-wps-subscription-edit-form input[type=number] {
width: 100%;
min-height: 40px;
line-height: 1.25;
background: transparent;
box-shadow: none;
border: 1px solid #ccc;
border-radius: 5px;
padding: 0 5px;
max-width: 70px;
}
.wps-has-content form#wps-wps-subscription-edit-form select:focus {
outline: none;
}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{zoom:1}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails,.woocommerce div.product div.thumbnails,.woocommerce-page #content div.product div.thumbnails,.woocommerce-page div.product div.thumbnails{zoom:1}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment{zoom:1}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;column-gap:20px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;width:100%;padding:0;position:relative}.woocommerce ul.products:not(.elementor-grid),.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(4,1fr)}.woocommerce ul.products:not(.elementor-grid).columns-1,.woocommerce-page ul.products:not(.elementor-grid).columns-1{grid-template-columns:repeat(1,minmax(0,1fr));width:100%;margin-right:0}.woocommerce ul.products:not(.elementor-grid).columns-2,.woocommerce-page ul.products:not(.elementor-grid).columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-3,.woocommerce-page ul.products:not(.elementor-grid).columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-6,.woocommerce-page ul.products:not(.elementor-grid).columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{zoom:1}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{display:flex;margin:0 auto}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{zoom:1}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px)}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;zoom:1}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{zoom:1}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row,.woocommerce-page form .form-row{zoom:1}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{zoom:1}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.review-rating{order:2}.star-rating{margin-right:10px}.review-count{margin-left:10px;font-size:14px;margin-top:-6px}@media (max-width:544px){.review-rating{display:block}.review-count{margin-left:0;margin-top:0}}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid var(--ast-border-color);width:100%;margin:10px 0}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0}