.single-product div.product .product_meta{
margin-top: 30px;
}
.time-block {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 4px;
}
.time-value {
background-color: #ffffff;
color: #333333;
padding: 2px 8px;
border-radius: 3px;
font-size: 20px;
min-width: 30px;
text-align: center;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.time-label {
margin-top: 2px;
font-size: 12px;
color: #666666;
text-transform: uppercase;
}
.separator {
font-size: 1.1em;
color: #666666;
margin: 0 2px;
align-self: flex-start;
padding-top: 5px;
}
@media (max-width: 768px) {
.comingSoonCounter {
flex-wrap: wrap;
}
.time-block {
margin: 2px;
}
.separator {
display: none;
}
} .woocommerce-loop-product__link {
display: flex;
flex-direction: column;
}
.woocommerce-loop-product__title,
.price,
.button.add_to_cart_button {
order: -1;
}
.comingSoonCounter {
order: 1;
}
.notifyMeForm {
margin-top: 20px;
padding: 20px;
border: 1px solid  var(--notifyBtnBgColor);
background-color: #f9f9f9;
}
.notifyMeForm h3 {
margin-top: 0;
font-weight: bold;
text-align: center;
}
.notifyMeForm label {
display: block;
margin-bottom: 5px;
}
.notifyMeForm input[type="text"],
.notifyMeForm input[type="email"],
.notifyMeForm input[type="tel"] {
width: 100%;
padding: 8px;
margin-bottom: 10px;
}
.notifyMeForm button {
background-color: var(--notifyBtnBgColor);
color: var(--notifyBtnTextColor);
padding: 10px 15px;
border: none;
cursor: pointer;
width: 100%;
}
.notifyMeForm button:hover {
background-color: #45a049;
}
#notify-me-message .success {
color: green;
}
#notifyMeMessage .error {
color: red;
}
.product-thumbnail-container {
position: relative;
display: inline-block;
}
.thumbnail-badge{
position: absolute;
width: auto; 
height: auto;
z-index: 1000;
opacity: var(--badgeOpacity);
padding: 6px;
border: 1px solid var(--bgColorForBadge);
background-color: var(--bgColorForBadge);
color: var(--textColorForBadge);
font-size: var(--badgeFontSize);
}
.product-badge{
position: absolute;
width: auto; 
height: auto;
z-index:1000; 
opacity: var(--badgeOpacity);
padding: 6px;
border: 1px solid var(--bgColorForBadge);
background-color: var(--bgColorForBadge);
color: var(--textColorForBadge);
font-size: var(--badgeFontSize);
}body * {
box-sizing: border-box;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
margin: 0;
padding: 0;
}
.success-msg{
color: green;
text-align: center;
}
.error-msg{
color: red;
text-align: center;
}
img {
max-width: 100%;
}
.fmecsp_form-container.fmecsp_notification-form {
display: none;
position: fixed;
z-index: 9999;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-width: 600px;
width: 90%;
}
.fmecsp_close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
}
.fmecsp_close:hover,
.fmecsp_close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.fmecsp_open_form_btn {
background-color: var(--notifyBtnBgColor);
color: var(--notifyBtnTextColor);
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
} .fmecsp_overlay {
display: none;
position: fixed;
z-index: 9998;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); }
.fmecsp_form-container.fmecsp_notification-form {
background-color: #ffffff;
border: 1px solid #ebebeb;
padding: 50px 70px;
border-radius: 20px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.29);
}
.fmecsp_notification-form .fmecsp_heading {
text-align: center;
margin-bottom: 20px;
font-size: 28px;
font-weight: 700;
line-height: 42px;
color:var(--notifyBtnBgColor);
}
.fmecsp_notification-form .fmecsp_input_field {
font-size: 15px;
font-weight: 400;
line-height: 22px;
color: #42403C;
width: 100%;
padding: 15px 10px;
margin-bottom: 15px;
border: 0.45px solid rgba(165, 123, 98, 46%);
border-radius: 7px;
background-color: rgba(225, 229, 211, 8%);
}
.fmecsp_notification-form .fmecsp_input_field:focus-visible {
outline: none;
}
.fmecsp_notification-form .fmecsp_submit_btn {
font-size: 16px; line-height: 22px;
width: 100%;
padding: 15px;
background-color: var(--notifyBtnBgColor);
color: var(--notifyBtnTextColor);
border:1px solid var(--notifyBtnBgColor);
border-radius: 7px;
cursor: pointer;
} .fmecsp_notification-form .fmecsp_text {
font-size: 18px;
font-weight: bold;
line-height: 30px;
text-align: center;
margin-top: 22px;
color: #666666;
}
.fmecsp_notification-form .fmecsp_timer_container.fmecsp_countdown-timer {
border: none;
padding: 0;
padding-top: 10px;
}
@media screen and (min-width: 250px) and (max-width: 767px) {
.fmecsp_form-container.fmecsp_notification-form {
padding: 20px 40px;
}
.fmecsp_notification-form .fmecsp_heading {
margin-bottom: 10px;
font-size: 18px;
line-height: 26px;
}
.fmecsp_notification-form .fmecsp_input_field {
font-size: 13px;
line-height: 18px;
padding: 7px;
margin-bottom: 7px;
}
.fmecsp_notification-form .fmecsp_submit_btn {
font-size: 13px;
line-height: 18px;
padding: 7px;
}
.fmecsp_notification-form .fmecsp_text {
font-size: 13px;
line-height: 20px;
margin-top: 10px;
}
.fmecsp_notification-form .fmecsp_timer_container.fmecsp_countdown-timer {
padding-top: 8px;
}
.fmecsp_notification-form .fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-value {
font-size: 16px;
line-height: 22px;
padding: 6px;
margin-bottom: 6px;
}
.fmecsp_notification-form .fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-label {
font-size: 14px;
line-height: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.fmecsp_form-container.fmecsp_notification-form {
padding: 30px 50px;
}
.fmecsp_notification-form .fmecsp_heading {
margin-bottom: 10px;
font-size: 22px;
line-height: 30px;
}
.fmecsp_notification-form .fmecsp_input_field {
font-size: 13px;
line-height: 18px;
padding: 10px;
margin-bottom: 10px;
}
.fmecsp_notification-form .fmecsp_submit_btn {
font-size: 13px;
line-height: 18px;
padding: 10px;
}
.fmecsp_notification-form .fmecsp_text {
font-size: 14px;
line-height: 22px;
margin-top: 15px;
}
.fmecsp_notification-form .fmecsp_timer_container.fmecsp_countdown-timer {
padding-top: 8px;
}
.fmecsp_notification-form .fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-value {
font-size: 24px;
line-height: 30px;
padding: 8px;
margin-bottom: 8px;
}
.fmecsp_notification-form .fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-label {
font-size: 18px;
line-height: 24px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
.fmecsp_form-container.fmecsp_notification-form {
padding: 35px 55px;
}
.fmecsp_notification-form .fmecsp_heading {
margin-bottom: 15px;
font-size: 24px;
line-height: 38px;
}
.fmecsp_notification-form .fmecsp_input_field {
padding: 10px;
margin-bottom: 10px;
}
.fmecsp_notification-form .fmecsp_submit_btn {
padding: 10px;
}
.fmecsp_notification-form .fmecsp_text {
font-size: 16px;
line-height: 24px;
margin-top: 16px;
}
.fmecsp_notification-form .fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-value {
font-size: 28px;
padding: 12px;
margin-bottom: 10px;
line-height: 38px;
}
.fmecsp_notification-form .fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-label {
font-size: 22px;
line-height: 28px;
}
}.fmecsp_timer_container.fmecsp_countdown-timer {
padding: 55px 70px;
text-align: center;
background-color: white;
border-radius: 20px;
border: 1px solid #EBEBEB;
}
.fmecsp_countdown-timer .fmecsp_coming-soon {
color: #454545;
font-size: 32px;
font-weight: 500;
line-height: 42px;
margin-bottom: 20px;
}
.fmecsp_countdown-timer .fmecsp_timer {
display: flex;
justify-content: center;
gap: 15px;
align-items: center;
}
.fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-value {
font-size: 36px;
line-height: 46px;
font-weight: 400;
color: var(--timerTextColor);
background-color: var(--timerBgColor);
border: 1px solid #EBEBEB;
padding: 15px;
border-radius: 6px;
margin-bottom: 15px;
box-shadow: 0 1px 4px 0.25px rgba(0, 0, 0, 12%);
}
.fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-label {
font-size: 18px; line-height: 5px;  font-weight: bold; color: #666666;
text-transform: uppercase;
}
@media screen and (min-width: 250px) and (max-width: 767px) {
.fmecsp_timer_container.fmecsp_countdown-timer {
padding: 25px;
}
.fmecsp_countdown-timer .fmecsp_coming-soon {
font-size: 24px;
line-height: 32px;
margin-bottom: 12px;
}
.fmecsp_countdown-timer .fmecsp_timer {
gap: 8px;
}
.fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-value {
font-size: 24px;
line-height: 34px;
padding: 10px;
margin-bottom: 10px;
}
.fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-label {
font-size: 18px;
line-height: 26px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.fmecsp_timer_container.fmecsp_countdown-timer {
padding: 40px;
}
.fmecsp_countdown-timer .fmecsp_coming-soon {
font-size: 26px;
line-height: 34px;
margin-bottom: 15px;
}
.fmecsp_countdown-timer .fmecsp_timer {
gap: 10px;
}
.fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-value {
font-size: 28px;
line-height: 38px;
padding: 10px;
margin-bottom: 10px;
}
.fmecsp_countdown-timer .fmecsp_timer .fmecsp_timer-item .fmecsp_timer-label {
font-size: 21px;
line-height: 28px;
}
} .fme_timer_product_container .fme_timer_container.fme_countdown-timer {
text-align: left;
}
.fme_timer_product_container .fme_countdown-timer .fme_timer {
justify-content: flex-start;
}
.fme_timer_container.fme_countdown-timer { text-align: center; }
.fme_countdown-timer{ font-size: 12px;
font-weight: bold;
margin-top: 2px;
color: #666666;
}
.fme_coming-soon{
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
color: #666666;
}
.fme_countdown-timer .fme_timer {
margin-top:8px;
display: flex;
justify-content: center;
gap: 10px;
align-items: center;
}
.fme_countdown-timer .fme_timer .fme_timer-item .fme_timer-value {
font-size: 20px !important;
line-height: 32px !important;
font-weight: bold;
color: var(--timerTextColor);
background-color: var(--timerBgColor);
border: 1px solid #EBEBEB;
padding: 2px 8px !important;
border-radius: 6px !important; box-shadow: 0 1px 4px 0.25px rgba(0, 0, 0, 12%);
}
.fme_countdown-timer .fme_timer .fme_timer-item .fme_timer-label {
font-size: 16px;
line-height: 26px;
font-weight: bold;
margin-top: 2px;
color: #666666;
text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 767px) { .fme_countdown-timer .fme_coming-soon {
font-size: 24px;
line-height: 32px;
margin-bottom: 14px;
}
.fme_countdown-timer .fme_timer {
gap: 4px;
}
.fme_countdown-timer .fme_timer .fme_timer-item .fme_timer-value {
font-size: 16px;
line-height: 22px;
padding: 10px;
margin-bottom: 10px;
}
.fme_countdown-timer .fme_timer .fme_timer-item .fme_timer-label {
font-size: 12px;
line-height: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) { .fme_countdown-timer .fme_coming-soon {
font-size: 26px;
line-height: 34px;
margin-bottom: 15px;
}
.fme_countdown-timer .fme_timer {
gap: 10px;
}
.fme_countdown-timer .fme_timer .fme_timer-item .fme_timer-value {
font-size: 18px;
line-height: 26px;
padding: 8px;
margin-bottom: 10px;
}
.fme_countdown-timer .fme_timer .fme_timer-item .fme_timer-label {
font-size: 14px;
line-height: 22px;
}
}.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}.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;width:100%}.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 .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;display:flex;margin:0 auto}.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 .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;width:100%}.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 .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;clear:right;float:right}.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 .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}