.fasp-form-wrap {
max-width: 700px;
margin: 30px auto;
padding: 0 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.fasp-public-form .fasp-form-group {
margin-bottom: 22px;
}
.fasp-input,
.fasp-select,
.fasp-textarea {
width: 100%;
padding: 14px 16px;
border: 1px solid #d0d5dd;
border-radius: 6px;
font-size: 15px;
font-family: inherit;
color: #333;
background: #fff;
transition: border-color 0.2s;
box-sizing: border-box;
}
.fasp-input:focus,
.fasp-select:focus,
.fasp-textarea:focus {
outline: none;
border-color: #4a90d9;
box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.1);
}
.fasp-input::placeholder,
.fasp-textarea::placeholder {
color: #aaa;
}
.fasp-label {
display: block;
font-size: 14px;
color: #666;
margin-bottom: 6px;
font-weight: 500;
}
.fasp-hint {
display: block;
font-size: 12px;
color: #888;
margin-top: 4px;
}
.fasp-select {
appearance: auto;
cursor: pointer;
}
.fasp-textarea {
resize: vertical;
min-height: 120px;
} .fasp-phone-wrap {
display: flex;
align-items: center;
border: 1px solid #d0d5dd;
border-radius: 6px;
overflow: hidden;
background: #fff;
}
.fasp-phone-flag {
padding: 12px 12px;
font-size: 16px;
border-right: 1px solid #d0d5dd;
background: #f9fafb;
white-space: nowrap;
user-select: none;
}
.fasp-phone-input {
border: none !important;
border-radius: 0 !important;
flex: 1;
}
.fasp-phone-input:focus {
box-shadow: none !important;
} .fasp-form-submit {
text-align: center;
margin-top: 25px;
}
.fasp-btn-submit {
display: inline-block;
padding: 12px 40px;
background: #4a90d9;
color: #fff;
border: none;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s;
font-family: inherit;
}
.fasp-btn-submit:hover {
background: #3a7bc8;
}
.fasp-btn-send {
background: #6ca0dc;
padding: 12px 50px;
font-size: 17px;
letter-spacing: 1px;
}
.fasp-btn-send:hover {
background: #5a8ec8;
} .fasp-form-status {
text-align: center;
margin-top: 15px;
font-size: 14px;
padding: 10px;
border-radius: 4px;
display: none;
}
.fasp-form-status.success {
display: block;
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.fasp-form-status.error {
display: block;
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
} .fasp-contact-info {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid #eee;
}
.fasp-contact-info h3 {
font-size: 20px;
font-weight: 700;
margin: 30px 0 12px 0;
color: #222;
}
.fasp-contact-info h3:first-child {
margin-top: 0;
}
.fasp-phone-link {
font-size: 18px;
color: #4a90d9;
text-decoration: none;
font-weight: 500;
}
.fasp-phone-link:hover {
text-decoration: underline;
}
.fasp-hours-table {
border-collapse: collapse;
font-size: 15px;
}
.fasp-hours-table td {
padding: 3px 20px 3px 0;
vertical-align: top;
}
.fasp-small {
font-size: 13px;
color: #888;
font-style: italic;
} .fasp-social-links {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-top: 10px;
}
.fasp-social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border-radius: 4px;
color: #fff;
font-size: 22px;
text-decoration: none;
transform: rotate(45deg);
transition: opacity 0.2s;
}
.fasp-social-icon i {
transform: rotate(-45deg);
}
.fasp-social-icon:hover {
opacity: 0.85;
}
.fasp-facebook { background: #3b5998; }
.fasp-linkedin { background: #0077b5; }
.fasp-twitter { background: #1da1f2; } .fasp-sell-header {
text-align: center;
padding: 10px 0 15px;
}
.fasp-sell-title {
font-size: 32px;
font-weight: 400;
color: #333;
margin: 0 0 8px 0;
letter-spacing: 0.5px;
}
.fasp-sell-subtitle {
font-size: 15px;
color: #555;
margin: 0;
}
.fasp-sell-phone {
color: #4a90d9;
text-decoration: none;
font-weight: 500;
}
.fasp-sell-phone:hover {
text-decoration: underline;
}
.fasp-sell-divider {
border: none;
border-top: 1px solid #ddd;
margin: 0 0 25px 0;
}
.fasp-warning-banner {
display: flex;
align-items: flex-start;
gap: 12px;
background: #fef9e7;
border: 1px solid #f0e0a0;
border-radius: 6px;
padding: 16px 20px;
margin-bottom: 30px;
font-size: 14px;
line-height: 1.5;
color: #5a4e00;
}
.fasp-warning-icon {
font-size: 24px;
flex-shrink: 0;
} .fasp-file-upload-wrap {
display: flex;
align-items: center;
border: 1px solid #d0d5dd;
border-radius: 6px;
overflow: hidden;
background: #fff;
}
.fasp-file-icon {
padding: 10px 12px;
font-size: 20px;
border-right: 1px solid #d0d5dd;
background: #f9fafb;
}
.fasp-file-input {
position: absolute;
left: -9999px;
opacity: 0;
}
.fasp-file-label {
display: flex;
align-items: center;
flex: 1;
cursor: pointer;
}
.fasp-file-text {
flex: 1;
padding: 12px 14px;
color: #aaa;
font-size: 15px;
}
.fasp-file-browse {
padding: 12px 18px;
background: #6ca0dc;
color: #fff;
font-size: 14px;
font-weight: 500;
white-space: nowrap;
}
.fasp-file-browse:hover {
background: #5a8ec8;
}
.fasp-file-list {
margin-top: 8px;
font-size: 13px;
color: #555;
}
.fasp-file-list .fasp-file-item {
padding: 3px 0;
} .fasp-login-wrap {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 80vh;
padding: 40px 20px;
background: #f7f8fa;
}
.fasp-login-logo {
font-size: 28px;
font-weight: 700;
letter-spacing: 2px;
color: #222;
margin-bottom: 30px;
}
.fasp-login-card {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 35px 40px;
width: 100%;
max-width: 420px;
}
.fasp-login-card h2 {
font-size: 20px;
font-weight: 600;
margin: 0 0 25px 0;
color: #222;
}
.fasp-login-card .fasp-form-group {
margin-bottom: 18px;
}
.fasp-login-card label {
display: block;
font-size: 14px;
font-weight: 500;
color: #333;
margin-bottom: 6px;
}
.fasp-forgot-link {
color: #4a90d9;
font-size: 13px;
text-decoration: none;
}
.fasp-forgot-link:hover {
text-decoration: underline;
}
.fasp-btn-signin {
width: 100%;
padding: 12px;
background: #1a1a2e;
color: #fff;
border: none;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
margin-top: 10px;
font-family: inherit;
transition: background 0.2s;
}
.fasp-btn-signin:hover {
background: #2a2a4e;
}
.fasp-signup-text {
text-align: center;
font-size: 13px;
color: #666;
margin-top: 18px;
}
.fasp-signup-text a {
color: #4a90d9;
text-decoration: none;
font-weight: 500;
}
.fasp-signup-text a:hover {
text-decoration: underline;
} @media (max-width: 600px) {
.fasp-form-wrap {
padding: 0 12px;
}
.fasp-login-card {
padding: 25px 20px;
}
.fasp-social-icon {
width: 42px;
height: 42px;
font-size: 18px;
}
} .fasp-footer-links {
background-color: #1a1a2e;
color: #ffffff;
padding: 40px 20px;
margin-top: 0;
}
.fasp-footer-links__inner {
max-width: 1100px;
margin: 0 auto;
display: flex;
gap: 60px;
flex-wrap: wrap;
}
.fasp-footer-links__column h4 {
color: #4da6ff;
font-size: 18px;
margin-bottom: 15px;
font-weight: 600;
}
.fasp-footer-links__column ul {
list-style: none;
padding: 0;
margin: 0;
}
.fasp-footer-links__column ul li {
margin-bottom: 8px;
}
.fasp-footer-links__column ul li a {
color: #cccccc;
text-decoration: none;
font-size: 15px;
transition: color 0.2s;
}
.fasp-footer-links__column ul li a:hover {
color: #ffffff;
text-decoration: underline;
}
@media (max-width: 600px) {
.fasp-footer-links__inner {
flex-direction: column;
gap: 30px;
}
}.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}