*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: var(--wp--preset--font-family--primary-font);
font-size: var(--wp--custom--typography--font-size--body);
}
strong {
font-weight: normal;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
table {
width: 100%;
border-collapse: collapse;
}
table th {
text-align: left;
font-weight: normal;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
table th, table td {
padding: 10px;
border: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: var(--wp--custom--typography--font-size--body);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select {
height: 2.5em;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select {
padding: 0.5em 0.75em;
line-height: 1.2;
background-color: transparent;
border: 1px solid;
border-color: var(--wp--preset--color--accent-border);
border-radius: 0;
outline: 0;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
select:focus-visible {
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
}
textarea {
width: 100%;
background-color: transparent;
border: 1px solid;
padding: 16px;
outline: 0;
}
del {
text-decoration-thickness: 0.5px;
}
a {
color: var(--wp--preset--color--primary);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 0.5ch;
}
a:hover {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
text-transform: uppercase;
}
h1, h2, h3, h4 {
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
}
h5, h6 {
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
}
ul {
padding-left: 30px;
}
ul li {
margin-bottom: 10px;
padding-left: 5px;
}
ul li::marker {
margin-right: 10px;
}
figure {
margin: 0;
}
img {
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
pre {
background-color: var(--wp--preset--color--accent-background);
padding: 20px;
}
code {
background-color: var(--wp--preset--color--accent-background);
}
button:not(.components-button),
.button {
line-height: 1.2;
background-color: transparent;
color: var(--wp--preset--color--primary);
cursor: pointer;
}
button:not(.components-button)[disabled],
.button[disabled] {
opacity: 0.4;
}
.button {
min-height: 2.6em;
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wc-block-mini-cart__button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 5px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: auto;
line-height: 1.2;
border: 0;
padding: 0;
cursor: pointer;
letter-spacing: var(--wp--custom--typography--letter-spacing-body);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body), "wdth" var(--wp--custom--typography--font-width--body);
line-height: var(--wp--custom--typography--line-height--body);
text-transform: none;
}
.wc-block-mini-cart__button, .wc-block-mini-cart__button * {
color: inherit;
}
.wc-block-mini-cart__button:hover:not([disabled]) {
opacity: 1;
}
.wc-block-mini-cart__amount {
font-size: var(--wp--preset--font-size--small);
margin-top: 2px;
}
.wc-block-mini-cart__quantity-badge {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wc-block-mini-cart__quantity-badge:before {
content: "";
z-index: 1;
width: auto;
height: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/cart.png);
background-repeat: no-repeat;
background-size: 16px 16px;
background-position: 0% 50%;
padding-left: 16px;
-webkit-text-decoration-line: none;
text-decoration-line: none;
text-decoration-thickness: 1px;
text-underline-offset: 0.5ch;
}
.wc-block-mini-cart__quantity-badge:hover:before {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.wc-block-mini-cart__quantity-badge svg {
display: none;
}
.wc-block-mini-cart.has-lite-cart .wc-block-mini-cart__quantity-badge {
color: var(--wp--preset--color--white);
}
.wc-block-mini-cart.has-lite-cart .wc-block-mini-cart__quantity-badge:before {
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/cart-lite.png);
}
.wc-block-mini-cart__badge {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
right: -18px;
top: 2px;
font-size: 10px;
min-width: 16px;
min-height: 16px;
border: 0;
border-radius: 10px;
line-height: 0;
width: auto;
height: auto;
margin-top: 0;
margin-left: 1px;
padding: 0;
z-index: 1;
-webkit-transform: none;
transform: none;
background-color: transparent;
}
.wc-block-mini-cart__badge.hide {
display: none;
}
.wc-block-mini-cart__badge:before {
content: "(";
display: inline;
}
.wc-block-mini-cart__badge:after {
content: ")";
display: inline;
}
.woocommerce-cart .wc-block-mini-cart,
.woocommerce-checkout .wc-block-mini-cart {
display: none;
}
.wp-block-template-part .has-transparent-header {
position: absolute;
width: 100%;
z-index: 2;
background-color: transparent !important;
}
.wp-block-template-part .has-transparent-header:after {
content: "";
position: absolute;
height: 1px;
width: 100%;
background-color: var(--wp--preset--color--primary);
opacity: 0.4;
}
.wp-block-template-part .has-transparent-header-lite:after {
content: "";
position: absolute;
height: 1px;
width: 100%;
background-color: var(--wp--preset--color--lite);
opacity: 0.4;
}
.wp-block-template-part .has-transparent-header-lite .wp-block-search:before {
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/search-lite.png);
}
.wp-block-template-part .has-transparent-header-lite .wc-block-mini-cart__quantity-badge {
color: var(--wp--preset--color--white);
}
.wp-block-template-part .has-transparent-header-lite .wc-block-mini-cart__quantity-badge:before {
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/cart-lite.png);
}
.has-sticky-header {
position: sticky;
top: 0;
z-index: 9;
}
.admin-bar .has-sticky-header {
top: 32px;
}
.woocommerce-error {
padding-top: 20px;
padding-bottom: 20px;
border: 0;
}
.woocommerce-error li {
margin-bottom: 2px;
}
.woocommerce-error {
background-color: #ecc6c6;
}
.woocommerce-message {
padding-bottom: 16px;
border-bottom: 1px solid;
border-color: #0dcb44;
}
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0 16px;
}
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main > .woocommerce-breadcrumb,
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main > .woocommerce-products-header,
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main > .woocommerce-notices-wrapper,
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) > .site-main > .products {
width: 100%;
}
.woocommerce-notice-wrapper {
width: 100%;
}
.woocommerce-notice-wrapper:not(:empty) {
margin: 20px 0;
}
.woocommerce-notice-wrapper > div[role=alert],
.woocommerce-notice-wrapper > ul[role=alert] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
border: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-breadcrumb,
.woocommerce-products-header {
display: none;
}
.products:not(.upsells):not(.related) {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 24px;
margin: 0;
padding: 0;
margin-top: 20px;
}
.products > li {
list-style: none;
position: relative;
width: 100%;
padding-left: 0;
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.products > li img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: auto;
aspect-ratio: 1/1;
-o-object-fit: cover;
object-fit: cover;
background-color: var(--wp--preset--color--accent-background);
}
.products > li.outofstock {
opacity: 0.5;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.products .woocommerce-loop-product__link {
display: grid;
text-decoration: none;
}
.products .star-rating {
margin-top: 12px;
margin-bottom: 0px;
opacity: 1;
visibility: visible;
}
.products .product .onsale {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
font-size: var(--wp--custom--typography--font-size--body-sm);
font-variant-caps: all-small-caps;
color: #fff;
background-color: var(--wp--preset--color--primary);
padding: 0em 0.4em;
margin: 0;
border: 1px solid;
border-radius: 0;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.products .woocommerce-loop-product__title {
font-size: var(--wp--custom--typography--font-size--body-lg);
opacity: 1;
visibility: visible;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-top: 12px;
margin-bottom: 8px;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
.products .woocommerce-loop-category__title {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.products .woocommerce-loop-category__title mark {
background-color: transparent;
}
.products .woocommerce-loop-product__description {
margin-bottom: 15px;
}
.products .price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 3px;
line-height: var(--wp--custom--typography--line-height--heading);
}
.products .price del {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
font-size: var(--wp--custom--typography--font-size--body-xs);
margin-top: 1px;
}
.products .price ins {
text-decoration: none;
}
.products .price {
gap: 3px;
}
.products .product_type_simple,
.products .product_type_variable,
.products .product_type_grouped,
.products .product_type_external,
.products .product_type_subscription,
.products .product_type_variable-subscription {
position: relative;
padding: 0;
min-height: unset;
color: var(--wp--preset--color--primary);
margin-top: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 12px;
font-size: var(--wp--custom--typography--font-size--body-lg);
font-variant-caps: all-small-caps;
border-width: 1px;
border-style: solid;
border-color: currentColor;
padding: 0.4em 0.8em;
text-align: center;
overflow: hidden;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.products .product_type_simple:hover,
.products .product_type_variable:hover,
.products .product_type_grouped:hover,
.products .product_type_external:hover,
.products .product_type_subscription:hover,
.products .product_type_variable-subscription:hover {
color: var(--wp--preset--color--white);
}
.products .product_type_simple:before,
.products .product_type_variable:before,
.products .product_type_grouped:before,
.products .product_type_external:before,
.products .product_type_subscription:before,
.products .product_type_variable-subscription:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.products .product_type_simple:hover:before,
.products .product_type_variable:hover:before,
.products .product_type_grouped:hover:before,
.products .product_type_external:hover:before,
.products .product_type_subscription:hover:before,
.products .product_type_variable-subscription:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.products .product_type_simple > span,
.products .product_type_variable > span,
.products .product_type_grouped > span,
.products .product_type_external > span,
.products .product_type_subscription > span,
.products .product_type_variable-subscription > span {
margin-left: -12px;
}
.products .product_type_simple > span:before,
.products .product_type_variable > span:before,
.products .product_type_grouped > span:before,
.products .product_type_external > span:before,
.products .product_type_subscription > span:before,
.products .product_type_variable-subscription > span:before {
content: "-";
margin-left: 4px;
margin-right: 4px;
}
.products .add_to_cart_button.loading {
opacity: 1;
}
.products .add_to_cart_button.loading:after {
-webkit-animation: rotate 1s infinite;
animation: rotate 1s infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
border: solid 1px var(--wp--preset--color--primary);
border-radius: 50%;
border-right-color: var(--wp--preset--color--accent-border);
border-bottom-color: var(--wp--preset--color--accent-border);
content: "";
display: inline-block;
background-color: transparent;
margin: 0;
margin-left: 0px;
margin-right: 0px;
width: 16px;
height: 16px;
position: relative;
top: 1px;
right: 0;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.products .add_to_cart_button.added:after {
content: "";
background-color: transparent;
margin: 0;
width: 16px;
height: 16px;
margin-left: 0px;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/check.png);
background-repeat: no-repeat;
background-size: 16px 11px;
background-position: center;
}
.woocommerce-store-notice {
position: fixed;
right: 0px;
left: 0px;
bottom: 20px;
margin: 0 auto;
max-width: 420px;
width: calc(100% - 40px);
background-color: var(--wp--preset--color--white);
border: 1px solid;
padding: 15px 25px;
font-size: var(--wp--preset--font-size--small);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
z-index: 99;
}
.woocommerce-result-count {
margin: 0;
margin-left: auto;
font-size: var(--wp--preset--font-size--small);
}
.woocommerce-ordering select {
width: 100%;
min-width: 120px;
height: auto;
background-color: transparent;
border: 0;
border: 1px solid;
padding: 7px;
padding-right: 20px;
font-size: 0.6875rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgBzdZZCsAgDATQuam5eY/gEax2gdLauiVjA5GAwjz8CgC42D72cszseuSnIVyaiXK37ATbjjAB5TK56XMgmQtrlHvJlPMBE1XEMFHVGAaqGWOJ6sZYoIYxmig1jAZKHTOCMsP0oMwxLSgapgZFx5RQUzAtKAG5BD/CfKEEk0uwL1YeCpgVIQTDBddLJhQAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: calc(100% - 7px) 50%;
background-size: 8px 4px;
cursor: pointer;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.woocommerce-pagination {
width: 100%;
margin-top: 40px;
}
.woocommerce-pagination ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 20px;
padding: 0;
}
.woocommerce-pagination ul li {
list-style: none;
margin-bottom: 0;
}
.woocommerce-pagination a {
text-decoration: none;
}
.woocommerce-pagination .current {
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid;
border-radius: 50%;
}
.product-price-sale-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 6px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-bottom: 12px;
}
.star-rating {
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/star-outlined.png);
background-size: 12px 11px;
height: 11px;
width: 60px;
margin: 4px 0;
}
.star-rating > span {
display: block;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/star.png);
background-size: 12px 11px;
height: 11px;
text-indent: -2999px;
overflow: hidden;
}
.star-rating > span:before {
display: none;
}
.added_to_cart {
display: none;
}
@media (min-width: 782px) {
:where(div[data-template=archive-product], div[data-template=taxonomy-product_cat], div[data-template=taxonomy-product_tag]) {
position: relative;
height: 100%;
margin-left: 5%;
}
.woocommerce-store-notice {
left: auto;
bottom: 0px;
max-width: 360px;
margin-right: 25px;
margin-bottom: 25px;
}
.products:not(.upsells):not(.related).columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.products:not(.upsells):not(.related).columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.products:not(.upsells):not(.related).columns-4 {
grid-template-columns: repeat(3, 1fr);
}
.products:not(.upsells):not(.related).columns-5 {
grid-template-columns: repeat(3, 1fr);
}
.products:not(.upsells):not(.related).columns-6 {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 991px) {
.products:not(.upsells):not(.related).columns-4, .products:not(.upsells):not(.related).columns-5, .products:not(.upsells):not(.related).columns-6 {
grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 1400px) {
.products:not(.upsells):not(.related).columns-5, .products:not(.upsells):not(.related).columns-6 {
grid-template-columns: repeat(5, 1fr);
}
}
@media (min-width: 1600px) {
.products:not(.upsells):not(.related).columns-6 {
grid-template-columns: repeat(6, 1fr);
}
}  .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button {
-webkit-box-shadow: none;
box-shadow: none;
}
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button {
-webkit-animation: none;
animation: none;
}
.wc-block-components-price-slider__range-input-wrapper {
margin: 0; padding: 0 !important;
border: 0 !important;
outline: none;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 9px;
clear: both;
position: relative;
-webkit-box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.1);
background: #e1e1e1;
margin: 15px 0;
}
.wc-block-components-price-slider__range-input-progress {
height: 9px;
width: 100%;
position: absolute;
left: 0;
top: 0;
--track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% / 100% 100%;
--range-color: #242424; background: var(--track-background);
}
.wc-block-components-price-slider__controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
margin: 0;
width: auto;
min-width: 0;
padding: 10px;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
margin-right: 15px;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
margin-left: auto;
}
.wc-block-components-price-slider__range-input {
margin: 0; padding: 0 !important;
border: 0 !important;
outline: none;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
width: 100%;
height: 0;
display: block;
position: relative;
pointer-events: none;
outline: none !important;
position: absolute;
left: 0;
top: 0;
}
.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
cursor: default;
height: 1px; outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
background-color: transparent;
background-position: 0 0;
width: 28px;
height: 23px;
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
cursor: pointer;
z-index: 20;
pointer-events: auto;
background-image: url("data:image/svg+xml,%3Csvg width='56' height='46' viewBox='0 0 56 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.3176 9.9423L16.9013 3.7991C15.1953 2.5706 13.2618 1.9003 11.2146 2.0121H11.1009C6.21029 2.3471 2.11589 6.3681 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.9423V9.9423Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 9.94227L16.9013 3.79907C15.1953 2.57057 13.2618 1.90027 11.2146 2.01207H11.1009C6.21029 2.34707 2.11589 6.36807 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M13 30V39M10 30V39V30Z' stroke='%23757575'/%3E%3Cpath d='M30.6824 9.94227L39.0987 3.79907C40.8047 2.57057 42.7382 1.90027 44.7854 2.01207H44.8991C49.7897 2.34707 53.8841 6.36807 53.9978 11.2827C54.1115 16.644 49.7898 21 44.3304 21H44.2167C42.397 21 40.5772 20.3298 39.0987 19.213L30.6824 12.958C29.7725 12.0645 29.7725 10.7242 30.6824 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M43 6.99997V16M46 6.99997V16V6.99997Z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M43 30V39M46 30V39V30Z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='56' height='46' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: -6px 0 0 0;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
background-position-y: -23px;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.wc-block-components-price-slider__range-input::-webkit-slider-progress {
margin: 0; padding: 0 !important;
border: 0 !important;
outline: none;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-focus-outer {
border: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-track {
cursor: default;
height: 1px; outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-progress {
margin: 0; padding: 0 !important;
border: 0 !important;
outline: none;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb {
background-color: transparent;
background-position: 0 0;
width: 28px;
height: 23px;
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
cursor: pointer;
z-index: 20;
pointer-events: auto;
background-image: url("data:image/svg+xml,%3Csvg width='56' height='46' viewBox='0 0 56 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.3176 9.9423L16.9013 3.7991C15.1953 2.5706 13.2618 1.9003 11.2146 2.0121H11.1009C6.21029 2.3471 2.11589 6.3681 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.9423V9.9423Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 9.94227L16.9013 3.79907C15.1953 2.57057 13.2618 1.90027 11.2146 2.01207H11.1009C6.21029 2.34707 2.11589 6.36807 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M13 30V39M10 30V39V30Z' stroke='%23757575'/%3E%3Cpath d='M30.6824 9.94227L39.0987 3.79907C40.8047 2.57057 42.7382 1.90027 44.7854 2.01207H44.8991C49.7897 2.34707 53.8841 6.36807 53.9978 11.2827C54.1115 16.644 49.7898 21 44.3304 21H44.2167C42.397 21 40.5772 20.3298 39.0987 19.213L30.6824 12.958C29.7725 12.0645 29.7725 10.7242 30.6824 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M43 6.99997V16M46 6.99997V16V6.99997Z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M43 30V39M46 30V39V30Z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='56' height='46' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
-moz-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
background-position-y: -23px;
transform: scale(1.1);
}
.wc-block-components-price-slider__range-input::-ms-thumb {
background-color: transparent;
background-position: 0 0;
width: 28px;
height: 23px;
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
cursor: pointer;
z-index: 20;
pointer-events: auto;
background-image: url("data:image/svg+xml,%3Csvg width='56' height='46' viewBox='0 0 56 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.3176 9.9423L16.9013 3.7991C15.1953 2.5706 13.2618 1.9003 11.2146 2.0121H11.1009C6.21029 2.3471 2.11589 6.3681 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.9423V9.9423Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 9.94227L16.9013 3.79907C15.1953 2.57057 13.2618 1.90027 11.2146 2.01207H11.1009C6.21029 2.34707 2.11589 6.36807 2.00219 11.2827C1.88849 16.644 6.21019 21 11.6696 21H11.7833C13.603 21 15.4228 20.3298 16.9013 19.213L25.3176 12.958C26.2275 12.0645 26.2275 10.7242 25.3176 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M13 7V16M10 7V16V7Z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M25.3176 32.9423L16.9013 26.7991C15.1953 25.5706 13.2618 24.9003 11.2146 25.0121H11.1009C6.21029 25.347 2.11589 29.368 2.00219 34.2827C1.88849 39.644 6.21019 44 11.6696 44H11.7833C13.603 44 15.4228 43.3298 16.9013 42.213L25.3176 35.958C26.2275 35.0645 26.2275 33.7242 25.3176 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M13 30V39M10 30V39V30Z' stroke='%23757575'/%3E%3Cpath d='M30.6824 9.94227L39.0987 3.79907C40.8047 2.57057 42.7382 1.90027 44.7854 2.01207H44.8991C49.7897 2.34707 53.8841 6.36807 53.9978 11.2827C54.1115 16.644 49.7898 21 44.3304 21H44.2167C42.397 21 40.5772 20.3298 39.0987 19.213L30.6824 12.958C29.7725 12.0645 29.7725 10.7242 30.6824 9.94227V9.94227Z' fill='white' stroke='%23757575'/%3E%3Cpath d='M43 6.99997V16M46 6.99997V16V6.99997Z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' fill='%23F8F3F7' stroke='white' stroke-opacity='0.75' stroke-width='3'/%3E%3Cpath d='M30.6824 32.9423L39.0987 26.7991C40.8047 25.5706 42.7382 24.9003 44.7854 25.0121H44.8991C49.7897 25.347 53.8841 29.368 53.9978 34.2827C54.1115 39.644 49.7898 44 44.3304 44H44.2167C42.397 44 40.5772 43.3298 39.0987 42.213L30.6824 35.958C29.7725 35.0645 29.7725 33.7242 30.6824 32.9423V32.9423Z' stroke='%23757575'/%3E%3Cpath d='M43 30V39M46 30V39V30Z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='56' height='46' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
-ms-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wc-block-components-price-slider__range-input::-ms-thumb:hover {
background-position-y: -23px;
transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
background-position-y: -23px;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
background-position-y: -23px;
transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-ms-thumb {
background-position-y: -23px;
transform: scale(1.1);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
z-index: 21;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
margin-left: -2px;
background-position-x: left;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
background-position-x: left;
transform: translate(-2px, 4px);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
background-position-x: left;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
z-index: 20;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
background-position-x: right;
margin-left: 2px;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
background-position-x: right;
transform: translate(2px, 4px);
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
background-position-x: right;
}
.rtl .wc-block-components-price-slider__range-input-progress {
--track-background: linear-gradient(to left, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% / 100% 100%;
--range-color: #242424;
background: var(--track-background);
}
.wc-blocks-filter-wrapper .wp-block-woocommerce-attribute-filter,
.wc-blocks-filter-wrapper .wp-block-woocommerce-stock-filter,
.wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter,
.wc-blocks-filter-wrapper .wp-block-woocommerce-active-filters {
position: absolute;
left: 0;
width: 100%;
background-color: var(--wp--preset--color--white);
border: 1px solid;
padding: 24px;
z-index: 1;
opacity: 0;
visibility: hidden;
}
.wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter {
min-width: 300px;
}
.wc-blocks-filter-wrapper.active .wp-block-woocommerce-attribute-filter,
.wc-blocks-filter-wrapper.active .wp-block-woocommerce-stock-filter,
.wc-blocks-filter-wrapper.active .wp-block-woocommerce-price-filter,
.wc-blocks-filter-wrapper.active .wp-block-woocommerce-active-filters {
opacity: 1;
visibility: visible;
}
.wp-block-woocommerce-filter-wrapper h1,
.wp-block-woocommerce-filter-wrapper h2,
.wp-block-woocommerce-filter-wrapper h3,
.wp-block-woocommerce-filter-wrapper h4,
.wp-block-woocommerce-filter-wrapper h5,
.wp-block-woocommerce-filter-wrapper h6 {
margin: 0;
font-size: 0.6875rem;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgBzdZZCsAgDATQuam5eY/gEax2gdLauiVjA5GAwjz8CgC42D72cszseuSnIVyaiXK37ATbjjAB5TK56XMgmQtrlHvJlPMBE1XEMFHVGAaqGWOJ6sZYoIYxmig1jAZKHTOCMsP0oMwxLSgapgZFx5RQUzAtKAG5BD/CfKEEk0uwL1YeCpgVIQTDBddLJhQAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: calc(100% - 7px) 50%;
background-size: 8px 4px;
padding: 7px;
padding-right: 26px;
border: 1px solid;
cursor: pointer;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.wp-block-woocommerce-filter-wrapper:not(:first-child) h1,
.wp-block-woocommerce-filter-wrapper:not(:first-child) h2,
.wp-block-woocommerce-filter-wrapper:not(:first-child) h3,
.wp-block-woocommerce-filter-wrapper:not(:first-child) h4,
.wp-block-woocommerce-filter-wrapper:not(:first-child) h5,
.wp-block-woocommerce-filter-wrapper:not(:first-child) h6 {
margin-left: -1px;
}
.wp-block-woocommerce-filter-wrapper[data-filter-type=active-filters] .wc-blocks-filter-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
.wp-block-woocommerce-product-categories li,
.wp-block-woocommerce-attribute-filter li,
.wp-block-woocommerce-stock-filter li {
line-height: 2;
}
.wc-block-product-categories-list--has-images {
gap: 15px;
}
.wc-block-product-categories-list--has-images a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
line-height: 1;
}
.wc-block-product-categories-list--has-images img {
width: 100px;
height: 100px;
border-radius: 50%;
}
.wc-block-product-categories-list li {
padding-left: 0;
}
.wc-block-product-categories.is-dropdown {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wc-block-product-categories.is-dropdown button {
border: 0;
padding: 10px;
}
.wp-block-woocommerce-product-categories ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 24px;
padding-left: 0px;
width: 100%;
margin: 0;
text-transform: uppercase;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.wp-block-woocommerce-product-categories ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
margin-bottom: 0;
}
.wp-block-woocommerce-product-categories ul.wc-block-product-categories-list--has-images li li {
margin-left: -20px;
}
.wp-block-woocommerce-product-categories ul a {
text-decoration: none;
text-decoration-thickness: 1px;
text-underline-offset: 0.5ch;
}
.wp-block-woocommerce-product-categories ul a:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.wp-block-woocommerce-product-categories > ul {
padding-left: 0;
margin-top: 20px;
}
.wc-block-product-categories,
.wc-block-attribute-filter,
.wc-block-stock-filter,
.wc-block-price-filter {
font-size: var(--wp--preset--font-size--small);
}
.wc-block-attribute-filter,
.wc-block-stock-filter,
.wc-block-price-filter {
padding: 0;
margin: 0;
}
.wc-block-attribute-filter__title,
.wc-block-stock-filter__title,
.wc-block-price-filter__title {
margin: 0;
}
.wc-block-attribute-filter > ul,
.wc-block-stock-filter > ul,
.wc-block-price-filter > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 4px;
padding: 0;
margin: 0;
}
.wc-block-attribute-filter,
.wc-block-stock-filter {
margin: 0;
}
.wc-block-attribute-filter li,
.wc-block-stock-filter li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.wc-block-attribute-filter input,
.wc-block-stock-filter input {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid;
border-radius: 0;
width: 20px;
height: 20px;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-right: 10px;
}
.wc-block-attribute-filter input:checked:before,
.wc-block-stock-filter input:checked:before {
content: "";
display: block;
background: currentColor;
width: 12px;
height: 12px;
margin: auto;
margin-top: 3px;
background: url(//shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/check.png);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}
.wc-block-attribute-filter label,
.wc-block-stock-filter label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
text-decoration-thickness: 1px;
text-underline-offset: 0.5ch;
}
.wc-block-attribute-filter label:hover,
.wc-block-stock-filter label:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.wc-block-active-filters__title,
.wc-block-attribute-filter__title,
.wc-block-price-filter__title,
.wp-block-woocommerce-stock-filter {
margin-top: 0;
}
.wc-block-active-filters {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 8px;
}
.wc-block-active-filters .wc-block-active-filters__clear-all {
font-size: 12px;
border: 0;
padding: 0;
margin: 0;
}
.wc-block-active-filters__title {
margin-bottom: 0;
}
.wc-block-active-filters__list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
margin: 0;
padding: 0;
}
.wc-block-active-filters__list--chips li,
.wc-block-active-filters__list--chips ul {
display: inline;
padding-left: 0;
margin-bottom: 0;
}
.wc-block-active-filters__list:not(.wc-block-active-filters__list--chips) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 15px;
}
.wc-block-active-filters__list li ul {
list-style: none outside;
margin: 0;
padding: 0;
}
.wc-block-active-filters__list > li {
list-style: none;
}
.wc-block-active-filters__list > li button {
padding: 0;
border: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wc-block-active-filters .wc-block-active-filters__list > li {
margin: 0;
}
.wc-block-active-filters__list-item-type {
font-size: var(--wp--preset--font-size--small);
text-transform: none;
margin: 0;
margin-right: 5px;
padding-bottom: 5px;
}
.wc-block-active-filters__list-item-name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wc-block-active-filters__list-item-remove ellipse {
display: none;
}
.wc-block-active-filters__list-item-remove rect {
width: 1.25px;
fill: var(--wp--preset--color--primary);
}
.wc-block-product-categories-list-item-count,
.wc-filter-element-label-list-count {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 1;
}
.wc-block-product-categories-list-item-count:before, .wc-block-product-categories-list-item-count:after,
.wc-filter-element-label-list-count:before,
.wc-filter-element-label-list-count:after {
display: none;
}
.wc-block-product-categories-list-item-count span,
.wc-filter-element-label-list-count span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: 2px;
}
.wc-block-product-categories-list-item-count span:before,
.wc-filter-element-label-list-count span:before {
content: "(";
}
.wc-block-product-categories-list-item-count span:after,
.wc-filter-element-label-list-count span:after {
content: ")";
}
.wc-block-components-chip {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: auto;
padding: 0px 6px;
}
.wc-block-components-chip, .wc-block-components-chip:hover, .wc-block-components-chip:active, .wc-block-components-chip:focus {
background-color: transparent;
border: 1px solid;
}
.wc-block-components-chip.wc-block-components-chip--radius-large {
font-size: 90%;
}
.wc-block-components-chip__text {
font-size: var(--wp--preset--font-size--small);
}
.wc-block-price-slider {
margin-top: 20px;
}
.wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider__range-input-progress {
height: 2px;
}
.wc-block-components-price-slider__range-input-wrapper {
background-color: var(--wp--preset--color--accent-border);
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
margin-top: 20px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.wc-block-components-price-slider__range-input-progress {
--range-color: var(--wp--preset--color--primary);
}
.wc-block-components-price-slider__controls {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px;
}
.wc-block-components-price-slider__controls input {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: auto;
background-color: transparent;
font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-price-slider__range-text {
font-size: var(--wp--preset--font-size--small);
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 5px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wc-block-components-price-slider__button.wc-block-filter-submit-button {
position: relative;
display: grid;
grid-auto-flow: row;
grid-template-rows: auto 0px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-variant-caps: all-small-caps;
width: 100%;
padding: 0.8em 2.2em;
border: 0;
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
margin-top: 20px;
text-decoration: none;
z-index: 1;
overflow: hidden;
cursor: pointer;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wc-block-components-price-slider__button.wc-block-filter-submit-button:hover {
color: var(--wp--preset--color--lite);
}
.wc-block-components-price-slider__button.wc-block-filter-submit-button:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(100.5%);
transform: translateY(100.5%);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-components-price-slider__button.wc-block-filter-submit-button:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wc-block-components-price-slider__button.wc-block-filter-submit-button span {
font-size: 140%;
}
.wc-block-components-price-slider__range-input--min, .wc-block-components-price-slider__range-input--max {
margin-top: -2px;
}
.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb, .wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
background: #fff;
border: 1px solid;
border-radius: 50%;
cursor: pointer;
}
.wc-block-components-price-slider__range-input--min::-moz-range-thumb, .wc-block-components-price-slider__range-input--max::-moz-range-thumb {
width: 20px;
height: 20px;
background: #fff;
border: 1px solid;
border-radius: 50%;
cursor: pointer;
}
.wc-block-components-filter-reset-button {
border: 0;
padding: 0;
}
@media (min-width: 782px) {
.wc-blocks-filter-wrapper .wp-block-woocommerce-attribute-filter,
.wc-blocks-filter-wrapper .wp-block-woocommerce-stock-filter,
.wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter,
.wc-blocks-filter-wrapper .wp-block-woocommerce-active-filters {
left: auto;
width: auto;
margin-left: -1px;
margin-top: -1px;
min-width: 240px;
}
.wp-block-woocommerce-product-categories ul {
padding-left: 20px;
}
.wp-block-woocommerce-product-categories ul li {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
:where(div[data-template=single-product]) .site-main > .product .product-summary-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding-top: 56px;
padding-bottom: 56px;
}
:where(div[data-template=single-product]) .site-main > .product .product-summary-top:before {
content: "";
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 100vw;
left: 50%;
margin-left: -50vw;
background-color: var(--wp--preset--color--accent-background);
}
.single-product .woocommerce-notices-wrapper:not(:empty) {
position: relative;
padding: 20px 0;
}
.single-product .woocommerce-notices-wrapper:not(:empty):before {
content: "";
position: absolute;
inset: 0;
background-color: var(--wp--preset--color--accent-background);
width: 100vw;
left: 50%;
margin-left: -50vw;
z-index: -1;
}
.single-product .woocommerce-notices-wrapper a {
display: inline-block;
color: var(--wp--preset--color--primary);
border: 0;
padding: 0;
min-height: auto;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
gap: 10px;
}
.single-product .entry-content > .alignfull {
position: relative;
max-width: 100vw;
left: 50%;
margin-left: -50vw !important;
}
.product .onsale {
padding: 0em 0.4em;
border-radius: 0px;
font-size: var(--wp--preset--font-size--small);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-bottom: 0;
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
line-height: 1.2;
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.product .entry-summary {
position: relative;
margin-top: 4vh;
}
.product .entry-summary .out-of-stock {
display: inline-block;
border: 1px solid;
border-color: var(--wp--preset--color--primary);
padding: 0.4em 0.8em; text-align: center;
font-variant-caps: all-small-caps;
line-height: 1.2;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.product .woocommerce-tabs,
.product .products {
width: 100%;
}
.product .related {
margin-top: 8vh;
}
.product .related > h2 {
font-size: var(--wp--custom--typography--font-size--heading-3);
margin-top: 0;
margin-bottom: 20px;
text-align: center;
}
.product .entry-title {
margin-top: 0;
margin-bottom: 8px;
}
.product .entry-summary .product_title {
font-size: var(--wp--custom--typography--font-size--heading-3);
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.product .entry-summary .woocommerce-product-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
font-size: var(--wp--preset--font-size--small);
}
.product .entry-summary .product-price-sale-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid;
border-color: var(--wp--preset--color--accent-border);
margin-top: 24px;
margin-bottom: 16px;
padding-top: 20px;
}
.product .entry-summary .price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: var(--wp--preset--font-size--x-large);
margin: 0;
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.product .entry-summary .price del {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
font-size: var(--wp--custom--typography--font-size--body-xs);
margin-top: 4px;
}
.product .entry-summary .price ins {
text-decoration: none;
}
.product .entry-summary .price {
gap: 3px;
}
.product .entry-summary .quantity,
.product .entry-summary button[type=submit] {
position: relative;
}
.product .entry-summary .quantity:after,
.product .entry-summary button[type=submit]:after {
content: "";
position: absolute;
inset: 0;
background-color: var(--wp--preset--color--accent-background);
opacity: 0.5;
z-index: -2;
}
.product .entry-summary .quantity {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.product .entry-summary .quantity > span {
display: none;
}
.product .entry-summary .quantity input,
.product .entry-summary .quantity button {
width: 42px;
min-height: 42px;
border: 1px solid;
}
.product .entry-summary .quantity input {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
height: auto;
margin: 0;
}
.product .entry-summary .quantity input:not(:last-child) {
border-right: 0;
border-left: 0;
}
.product .entry-summary .quantity button {
font-size: 20px;
}
.product .entry-summary .quantity .qty-container {
width: 100%;
}
.product .entry-summary .quantity .qty-minus {
border-right: 0;
}
.product .entry-summary .quantity .qty-plus {
border-left: 0;
}
.product .entry-summary .quantity input[type=hidden] + .qty-minus,
.product .entry-summary .quantity input[type=hidden] + .qty-minus + .qty-plus {
display: none;
}
.product .entry-summary button[type=submit] {
font-size: var(--wp--custom--typography--font-size--body-lg);
font-variant-caps: all-small-caps;
padding: 0.4em 0.8em;
position: relative;
width: 100%;
min-width: 42px;
margin-top: -1px;
border: 0;
border: 1px solid;
border-color: var(--wp--preset--color--primary);
overflow: hidden;
color: var(--wp--preset--color--primary);
z-index: 1;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.product .entry-summary button[type=submit]:hover {
color: var(--wp--preset--color--white);
}
.product .entry-summary button[type=submit]:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.product .entry-summary button[type=submit]:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.product .entry-summary form:not(.variations_form),
.product .entry-summary .woocommerce-variation-add-to-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0px;
}
.product .entry-summary form th, .product .entry-summary form td {
padding: 0;
border: 0;
}
.product .entry-summary .grouped_form .woocommerce-grouped-product-list {
margin-bottom: 16px;
}
.product .entry-summary .grouped_form .woocommerce-grouped-product-list-item__label {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.product .entry-summary .grouped_form tbody {
display: grid;
gap: 0;
}
.product .entry-summary .grouped_form tbody tr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0;
}
.product .entry-summary .grouped_form tbody tr:not(:first-child) {
margin-top: -1px;
}
.product .entry-summary .grouped_form tbody td {
font-size: var(--wp--preset--font-size--small);
border: 1px solid;
padding: 6px;
}
.product .entry-summary .grouped_form tbody td:not(:first-child) {
margin-left: -1px;
}
.product .entry-summary .grouped_form tbody td a, .product .entry-summary .grouped_form tbody td ins {
text-decoration: none;
}
.product .entry-summary .grouped_form .quantity {
width: auto;
margin: 0 -6px;
}
.product .entry-summary .grouped_form .quantity > span:first-child {
display: none;
}
.product .entry-summary .grouped_form .quantity input,
.product .entry-summary .grouped_form .quantity button {
width: 24px;
min-height: 24px;
border: 0;
}
.product .entry-summary .grouped_form .quantity:after,
.product .entry-summary .grouped_form button[type=submit]:after {
display: none;
}
.product .entry-summary .variations_form .variations {
width: 100%;
margin-bottom: 16px;
}
.product .entry-summary .variations_form .variations tr {
display: grid;
grid-template-columns: 1.75fr 3fr;
margin-bottom: 0;
}
.product .entry-summary .variations_form .variations tr:not(:first-child) {
margin-top: -1px;
}
.product .entry-summary .variations_form .variations th, .product .entry-summary .variations_form .variations td {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 16px;
border: 1px solid;
}
.product .entry-summary .variations_form .variations th {
letter-spacing: var(--wp--custom--typography--letter-spacing-body);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body), "wdth" var(--wp--custom--typography--font-width--body);
line-height: var(--wp--custom--typography--line-height--body);
text-transform: none;
}
.product .entry-summary .variations_form .variations td {
position: relative;
max-width: 100%;
margin-left: -1px;
}
.product .entry-summary .variations_form .variations select {
max-width: 320px;
width: 100%;
height: 40px;
border: 0;
padding: 0;
font-size: var(--wp--custom--typography--font-size--body-xs);
color: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3Ryb2tlPSIjMjQyQTJFIj48cGF0aCBkPSJNMS41MDAwMiA0TDYuMDAwMDIgOEwxMC41IDQiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+);
background-repeat: no-repeat;
background-position: 100% 50%;
cursor: pointer;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.product .entry-summary .woocommerce-product-details__short-description {
font-size: var(--wp--preset--font-size--medium);
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
margin-top: 16px;
margin-bottom: 16px;
padding-bottom: 16px;
position: relative;
}
.product .entry-summary .woocommerce-product-details__short-description > p:first-child {
margin-top: 0;
}
.product .entry-summary .woocommerce-product-details__short-description > p:last-child {
margin-bottom: 0;
}
.product .entry-summary .woocommerce-product-details__short-description ul {
padding-left: 0;
font-size: var(--wp--preset--font-size--small);
line-height: 1.8;
}
.product .entry-summary .woocommerce-product-details__short-description ul li {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.product .entry-summary .woocommerce-product-details__short-description ul li:before {
content: "";
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 11px;
height: 8px;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/check.png);
background-size: 11px 8px;
margin-right: 8px;
}
.product .entry-summary .product_meta {
display: grid;
gap: 5px;
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.product .entry-summary .reset_variations {
position: absolute;
right: 0;
display: block;
margin-top: 62px;
font-size: var(--wp--custom--typography--font-size--body-xs);
}
.product .entry-summary .variations label {
font-size: var(--wp--custom--typography--font-size--body-xs);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.product .entry-summary .woocommerce-variation .price {
margin-bottom: 16px;
padding-top: 16px;
}
.product .entry-summary .product_meta {
font-size: var(--wp--preset--font-size--small);
}
.woocommerce-product-gallery {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce-product-gallery img {
max-width: 100%;
background-color: var(--wp--preset--color--accent-background);
line-height: 1;
}
.woocommerce-product-gallery__wrapper {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
width: 100%;
}
.woocommerce-product-gallery__wrapper a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.woocommerce-product-gallery__wrapper img {
width: 1048px;
aspect-ratio: 1/1;
-o-object-fit: cover;
object-fit: cover;
}
.woocommerce-product-gallery__wrapper > div:only-child {
grid-column: 1/3;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
display: block;
}
.woocommerce-product-gallery .flex-control-nav {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 12px;
padding: 0;
margin: 0;
}
.woocommerce-product-gallery .flex-control-nav > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
list-style: none;
cursor: pointer;
}
.woocommerce-product-gallery .flex-control-nav > li img {
max-width: 72px;
aspect-ratio: 1;
-o-object-fit: cover;
object-fit: cover;
border-width: 1px;
border-style: solid;
}
.woocommerce-product-gallery .flex-control-nav > li img.flex-active {
border-width: 2px;
}
.woocommerce-product-gallery__trigger {
position: absolute;
z-index: 1;
left: 0;
width: 32px;
height: 32px;
margin-top: 5px;
margin-left: 5px;
text-indent: -9999px;
}
.woocommerce-product-gallery__trigger:before {
content: "";
position: absolute;
width: 32px;
height: 32px;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/search.png);
background-repeat: no-repeat;
background-size: 18px;
background-position: center;
}
.woocommerce-product-gallery__trigger img {
opacity: 0;
}
@media (min-width: 908px) {
.single-product .entry-content > .alignwide {
position: relative;
max-width: 100vw;
left: 50%;
margin-left: -50vw;
}
}
@media (min-width: 1340px) {
.single-product .entry-content > .alignwide {
max-width: 1320px;
position: relative;
left: 50%;
margin-left: -660px;
}
}
@media (min-width: 782px) {
.product .woocommerce-product-gallery,
.product .entry-summary {
margin-left: 0px;
margin-right: 0px;
}
.product .woocommerce-product-gallery {
width: min(100%, 600px);
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 20px;
-ms-flex-item-align: start;
align-self: flex-start;
}
.product .woocommerce-product-gallery__wrapper {
grid-template-columns: repeat(2, 1fr);
}
.product .woocommerce-product-gallery .flex-control-nav {
gap: 15px;
}
.product .woocommerce-product-gallery .flex-control-nav > li:before {
width: 10px;
height: 10px;
}
.product .entry-summary {
position: sticky;
top: 16px;
width: min(40%, 420px);
padding: clamp(1rem, 3vw, 1.5rem);
margin-top: 0;
background-color: var(--wp--preset--color--white);
}
.admin-bar .entry-summary {
top: 48px;
}
}
.pswp__img {
background-color: #fff;
}
.pswp__bg {
background: var(--wp--preset--color--white);
opacity: 0.95 !important;
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
background-color: transparent;
}
.pswp__caption {
display: none;
}
.pswp__counter {
color: var(--wp--preset--color--primary);
font-size: 1rem;
padding: 10px 20px;
}
.pswp--svg .pswp__button--arrow--right:before,
.pswp--svg .pswp__button--arrow--left:before {
width: 40px;
height: 21px;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/arrow-down-big.png);
background-size: 40px 21px;
background-position: center;
background-repeat: no-repeat;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.pswp--svg .pswp__button--arrow--left:before {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.pswp--svg .pswp__button--close {
width: 45px;
height: 60px;
margin-right: 15px;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/close-simple.png) !important;
background-position: center;
background-repeat: no-repeat;
background-size: 20px 20px;
}
.pswp--svg .pswp__button--close:hover {
background-position: center;
}
.pswp--svg .pswp__button--zoom {
width: 45px;
height: 60px;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/zoom-in.png) !important;
background-position: center;
background-repeat: no-repeat;
background-size: 24px 24px;
}
.pswp--svg .pswp__button--zoom:hover {
background-position: center;
}
.pswp--svg.pswp--zoomed-in .pswp__button--zoom {
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/zoom-out.png) !important;
background-position: center;
}
.pswp--supports-fs .pswp__button--fs {
display: none;
}
.woocommerce-tabs ul {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
gap: 0 40px;
padding: 0;
margin-top: 0;
margin-bottom: 8vh;
}
.woocommerce-tabs ul:after {
content: "";
display: block;
width: 100vw;
margin-left: -50vw;
left: 50%;
position: absolute;
bottom: 0;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
z-index: -1;
}
.woocommerce-tabs ul li {
list-style: none;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-bottom: 0;
}
.woocommerce-tabs > .panel-title a,
.woocommerce-tabs li a {
font-size: var(--wp--custom--typography--font-size--heading-5);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.woocommerce-tabs li a {
display: block;
-webkit-text-decoration-line: none;
text-decoration-line: none;
text-underline-offset: 10px;
text-decoration-thickness: 1px;
padding-top: 16px;
padding-bottom: 16px;
}
.woocommerce-tabs li.active:after {
content: "";
display: block;
width: 100%;
border-bottom: 2px solid;
}
.woocommerce-tabs > .panel-title {
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-tabs > .panel-title.active {
margin-bottom: 40px;
}
.woocommerce-tabs > .panel-title a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 20px 0;
text-decoration: none;
}
.woocommerce-Tabs-panel {
margin: 0 auto;
}
.woocommerce-Tabs-panel--description {
font-size: var(--wp--preset--font-size--medium);
}
.woocommerce-Tabs-panel--additional_information p {
margin: 0;
}
.woocommerce-Tabs-panel > h2:first-child {
display: none;
}
.woocommerce-Tabs-panel--description > p,
.woocommerce-Tabs-panel .woocommerce-Reviews,
.woocommerce-Tabs-panel table {
max-width: 1080px;
}
.woocommerce-Tabs-panel table th, .woocommerce-Tabs-panel table td {
border-color: var(--wp--preset--color--primary);
}
.woocommerce-Reviews .commentlist {
padding-left: 0;
}
.woocommerce-Reviews .commentlist li {
list-style: none;
}
.woocommerce-Reviews .commentlist li:not(:last-child) {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-Reviews .comment_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.woocommerce-Reviews .comment_container > img {
margin-right: 15px;
border-radius: 50%;
max-width: 45px;
margin-top: 5px;
}
.woocommerce-Reviews .comment_container .comment-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.woocommerce-Reviews .comment-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background-color: var(--wp--preset--color--accent-background);
padding: 30px;
}
.woocommerce-Reviews .comment-text .star-rating {
margin: 0;
}
.woocommerce-Reviews .comment-text .meta {
font-size: var(--wp--preset--font-size--small);
margin: 0;
padding-top: 10px;
}
.woocommerce-Reviews .comment-text .description {
margin-top: 15px;
margin-bottom: 30px;
}
.woocommerce-Reviews .comment-text .description p:last-child {
margin-bottom: 0;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
font-size: 24px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
padding-bottom: 20px;
margin-bottom: 30px;
}
.woocommerce-Reviews .comment-reply-title {
display: block;
margin-top: 0;
margin-bottom: 30px;
font-size: 20px;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.comment-form-rating .stars {
margin-top: 0;
}
.comment-form-rating .stars span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0px;
}
.comment-form-rating .stars a {
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/star-outlined.png);
background-size: 12px 11px;
width: 64px;
margin: 10px 0;
overflow: hidden;
border: 1px solid;
padding: 5px 15px;
background-repeat: no-repeat;
background-position: 30px 8px;
line-height: 1.2;
text-decoration: none;
opacity: 0.6;
}
.comment-form-rating .stars a:hover, .comment-form-rating .stars a.active {
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/star.png);
opacity: 1;
}
.comment-form-rating .stars a:not(:first-child) {
margin-left: -1px;
}
html[dir=rtl] .comment-form-rating .stars a {
background-position: 15px 6px;
}
#review_form_wrapper {
margin-top: 56px;
padding-top: 48px;
border-top: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
#review_form_wrapper p:not(.comment-form-cookies-consent) label {
display: block;
margin-bottom: 3px;
}
@-webkit-keyframes blinking {
0% {
background-color: transparent;
}
50% {
background-color: var(--wp--preset--color--primary);
}
100% {
background-color: transparent;
}
}
@keyframes blinking {
0% {
background-color: transparent;
}
50% {
background-color: var(--wp--preset--color--primary);
}
100% {
background-color: transparent;
}
}
#review_form_wrapper input[type=submit] {
background-color: var(--wp--preset--color--primary);
border: 0;
color: var(--wp--preset--color--lite);
font-variation-settings: inherit;
}
#review_form_wrapper .comment-form-email input,
#review_form_wrapper .comment-form-author input {
width: 100%;
}
#review_form_wrapper .comment-notes {
font-size: var(--wp--preset--font-size--small);
}
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes slidein {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-520px);
transform: translateX(-520px);
}
}
@keyframes slidein {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-520px);
transform: translateX(-520px);
}
}
@media only screen and (max-width: 480px) {
@-webkit-keyframes slidein {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100vw);
transform: translateX(-100vw);
}
}
@keyframes slidein {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100vw);
transform: translateX(-100vw);
}
}
}
.wc-block-components-drawer__screen-overlay {
background-color: rgba(95, 95, 95, 0.35);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 9999;
opacity: 1;
}
.wc-block-components-drawer__screen-overlay--with-slide-out {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.wc-block-components-drawer__screen-overlay--with-slide-in {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: fadein;
animation-name: fadein;
}
.wc-block-components-drawer__screen-overlay--is-hidden {
pointer-events: none;
opacity: 0;
}
.wc-block-components-drawer {
--drawer-width: $drawer-width;
background: #fff;
display: block;
height: 100%;
left: 100%;
position: fixed;
right: 0;
top: 0;
-webkit-transform: translateX(-520px);
transform: translateX(-520px);
width: 520px;
}
.wc-block-components-drawer:focus-visible {
outline: none;
}
.wc-block-components-drawer__close-wrapper {
background: transparent;
position: absolute;
right: 0;
border: 0;
}
.wc-block-components-drawer__close {
color: #000;
background-color: transparent;
border: 0;
padding: 0.5em;
}
.wc-block-components-drawer__close > svg {
width: 24px;
height: 24px;
}
@media only screen and (max-width: 480px) {
.wc-block-components-drawer {
-webkit-transform: translateX(-100vw);
transform: translateX(-100vw);
width: 100vw;
}
}
.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-name: slidein;
animation-name: slidein;
}
.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
-webkit-transform: translateX(0);
transform: translateX(0);
}
@media screen and (prefers-reduced-motion: reduce) {
.wc-block-components-drawer__screen-overlay {
-webkit-animation-name: none !important;
animation-name: none !important;
-webkit-transition: none !important;
transition: none !important;
}
.wc-block-components-drawer {
-webkit-animation-name: none !important;
animation-name: none !important;
-webkit-transition: none !important;
transition: none !important;
}
}
.wc-block-components-drawer .components-modal__header {
position: relative;
}
.wc-block-components-drawer .components-modal__header-heading {
word-break: break-word;
}
.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: 100%;
padding: 0 36px;
}
.wp-block-woocommerce-empty-mini-cart-contents-block {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.wp-block-woocommerce-mini-cart-contents {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100vh;
padding: 0;
}
.admin-bar .wp-block-woocommerce-mini-cart-contents {
margin-top: 32px;
height: calc(100vh - 32px);
}
.wc-block-mini-cart__drawer strong {
letter-spacing: var(--wp--custom--typography--letter-spacing-body);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body), "wdth" var(--wp--custom--typography--font-width--body);
line-height: var(--wp--custom--typography--line-height--body);
text-transform: none;
}
.wc-block-mini-cart__drawer a {
text-decoration: none;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a {
position: relative;
display: inline-block;
padding: 0.8em 2.2em;
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
font-size: var(--wp--preset--font-size--large);
overflow: hidden;
z-index: 1;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(100.5%);
transform: translateY(100.5%);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__shopping-button a:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
padding: 20px 0px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title {
margin: 0;
margin-top: 20px;
font-size: var(--wp--custom--typography--font-size--heading-4);
border-bottom: 1px solid;
border-color: var(--wp--preset--color--black);
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
overflow-y: auto;
padding: 0px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
margin-bottom: 25px;
padding-top: 40px;
border-top: 1px solid;
border-color: var(--wp--preset--color--black);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:hover {
opacity: 1;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout {
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 44px;
background-color: transparent;
color: var(--wp--preset--color--white);
border: 1px solid;
border-color: var(--wp--preset--color--primary);
font-size: var(--wp--preset--font-size--large);
overflow: hidden;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout:hover {
color: var(--wp--preset--color--primary);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout:hover:before {
-webkit-transform: translateY(-105%);
transform: translateY(-105%);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout span {
display: block;
z-index: 1;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 44px;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
border: 0;
min-height: initial;
background-color: transparent;
border: 1px solid;
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--primary);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: var(--wp--preset--font-size--large);
overflow: hidden;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:hover, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:focus, .wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:active {
background-color: transparent;
color: var(--wp--preset--color--lite);
border-color: var(--wp--preset--color--primary);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart span {
z-index: 1;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-components-totals-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-components-totals-item__label {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-components-totals-item__description {
width: 100%;
font-size: var(--wp--preset--font-size--small);
margin-top: 10px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer .wc-block-mini-cart__footer-subtotal {
margin-bottom: 20px;
}
.wc-block-mini-cart__drawer .wc-block-components-payment-method-icons {
display: none;
}
.wc-block-mini-cart__items .wc-block-components-product-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-right: 0;
max-width: 100px;
aspect-ratio: 1;
-o-object-fit: cover;
object-fit: cover;
}
.wc-block-mini-cart__items .wc-block-cart-items__row {
grid-template-columns: 100px auto 80px;
}
.wc-block-mini-cart__items table .wc-block-components-quantity-selector {
width: 108px;
height: 24px;
}
.wc-block-mini-cart__items table .wc-block-components-quantity-selector input {
width: 100%;
}
.wc-block-mini-cart__items table .wc-block-components-quantity-selector button {
width: 36px;
}
.wc-block-mini-cart__items table .wc-block-cart-item__quantity {
padding-top: 0px;
}
.wc-block-mini-cart__items table .wc-block-cart-item__remove-link {
font-size: 9px;
}
.wc-block-components-drawer .components-modal__header .components-button span {
display: none;
}
@media (min-width: 782px) {
.wc-block-mini-cart__drawer .wc-block-mini-cart__title,
.wc-block-mini-cart__drawer .wc-block-mini-cart__footer,
.wc-block-mini-cart__drawer .wc-block-mini-cart__items {
padding: 20px 0px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__drawer .wc-block-mini-cart__title {
margin-top: 30px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
margin-bottom: 30px;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__drawer .wc-block-mini-cart__items {
padding: 0px;
}
}
.woocommerce-cart .woocommerce {
display: grid;
grid-template-columns: 1fr;
gap: 0 24px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper:not(:empty) {
margin: 20px 0;
}
.woocommerce-cart-form table {
width: 100%;
}
.woocommerce-cart-form table th, .woocommerce-cart-form table td {
padding: 0;
border: 0;
}
.woocommerce-cart-form table tr {
display: grid;
grid-template-columns: auto;
}
.woocommerce-cart-form table tr th:last-child, .woocommerce-cart-form table tr td:last-child {
text-align: right;
}
.woocommerce-cart-form table thead {
display: none;
}
.woocommerce-cart-form table thead th {
line-height: 1.2;
padding: 15px 0;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
text-align: left;
}
.woocommerce-cart-form table tbody tr {
padding: 20px 0;
}
.woocommerce-cart-form table tbody tr:not(:last-child) {
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-cart-form table tbody tr:last-child {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce-cart-form table tbody tr:last-child td {
width: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
text-align: left;
}
.woocommerce-cart-form table tbody tr:last-child td > button {
width: 100%;
}
.woocommerce-cart-form a {
text-decoration: none;
}
.woocommerce-cart-form input {
width: 90px;
}
.woocommerce-cart-form button[name=update_cart] {
position: relative;
padding: 0.4em 0.8em;
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--primary);
overflow: hidden;
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.woocommerce-cart-form button[name=update_cart]:not(:disabled):before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.woocommerce-cart-form button[name=update_cart]:not(:disabled):hover {
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
}
.woocommerce-cart-form button[name=update_cart]:not(:disabled):hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.woocommerce-cart-form__cart-item {
position: relative;
gap: 10px;
}
.woocommerce-cart-form__cart-item > td:not(.product-thumbnail):not(.product-subtotal):not(.product-remove) {
padding-left: 110px;
}
.woocommerce-cart-form__cart-item .product-thumbnail {
position: absolute;
top: 20px;
}
.woocommerce-cart-form__cart-item .product-remove {
position: absolute;
margin-top: 16px;
margin-left: auto;
margin-right: 0;
right: 0;
top: 20px;
}
.woocommerce-cart-form__cart-item .product-name {
width: 80%;
}
.woocommerce-cart-form__cart-item .product-price,
.woocommerce-cart-form__cart-item .product-subtotal {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.woocommerce-cart-form__cart-item .product-subtotal {
margin-top: 20px;
position: absolute;
justify-self: flex-end;
}
.woocommerce-cart-form .product-thumbnail a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.woocommerce-cart-form .product-thumbnail img {
max-width: 90px;
height: auto;
aspect-ratio: 1;
-o-object-fit: cover;
object-fit: cover;
background-color: var(--wp--preset--color--accent-background);
}
.woocommerce-cart-form .product-name a,
.woocommerce-cart-form .woocommerce-Price-amount {
font-size: var(--wp--preset--font-size--large);
}
.woocommerce-cart-form .product-name a {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.woocommerce-cart-form .product-remove {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 24px;
}
.woocommerce-cart-form .quantity .qty-container {
max-width: 144px;
}
.woocommerce-cart-form .quantity .qty-container > input,
.woocommerce-cart-form .quantity .qty-container > button {
height: 24px;
}
.woocommerce-cart-form .coupon {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border: 1px solid;
margin-left: auto;
}
.woocommerce-cart-form .coupon label {
display: none;
}
.woocommerce-cart-form .coupon input {
width: 100%;
max-width: 400px;
height: 44px;
padding: 0 1.2em;
background-color: transparent;
border: 0;
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.woocommerce-cart-form .coupon button {
position: absolute;
right: 0;
padding: 0.7em 1.4em;
height: auto;
min-height: 0;
border: 0;
border-left: 1px solid;
color: currentColor;
font-variant-caps: all-small-caps;
overflow: hidden;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.woocommerce-cart-form .coupon button:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.woocommerce-cart-form .coupon button:hover {
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
}
.woocommerce-cart-form .coupon button:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cart-collaterals {
position: relative;
background-color: var(--wp--preset--color--accent-background);
padding: 30px;
}
.cart-collaterals h2 {
font-size: var(--wp--custom--typography--font-size--heading-3);
line-height: 1.2;
margin: 0;
padding-top: 0;
padding-bottom: 24px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.cart-collaterals table {
width: 100%;
padding-top: 20px;
}
.cart-collaterals table tr {
display: grid;
grid-template-columns: 1fr 1fr;
font-size: var(--wp--custom--typography--font-size--body);
letter-spacing: var(--wp--custom--typography--letter-spacing-body);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body), "wdth" var(--wp--custom--typography--font-width--body);
line-height: var(--wp--custom--typography--line-height--body);
text-transform: none;
}
.cart-collaterals table th, .cart-collaterals table td {
padding: 0;
border: 0;
}
.cart-collaterals table th {
text-align: left;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.cart-collaterals table .woocommerce-shipping-totals {
grid-template-columns: 1fr;
font-size: var(--wp--preset--font-size--small);
}
.cart-collaterals table .cart-subtotal td,
.cart-collaterals table .order-total td,
.cart-collaterals table .cart-discount td {
text-align: right;
}
.cart-collaterals table .cart-subtotal {
margin-bottom: 10px;
margin-top: 20px;
}
.cart-collaterals table .cart-subtotal th, .cart-collaterals table .cart-subtotal td {
border: 0;
font-size: var(--wp--custom--typography--font-size--heading-6);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.cart-collaterals table .cart-discount {
margin-bottom: 10px;
}
.cart-collaterals table .order-total {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.cart-collaterals table .order-total th, .cart-collaterals table .order-total td {
font-size: var(--wp--custom--typography--font-size--heading-5);
border: 0;
}
.cart-collaterals table .order-total th {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.cart-collaterals table .order-total td strong {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.cart-collaterals .woocommerce-shipping-destination,
.cart-collaterals .woocommerce-shipping-methods {
margin: 12px 0;
}
.cart-collaterals .woocommerce-shipping-destination {
border: 1px solid;
padding: 8px;
}
.woocommerce-shipping-calculator input {
width: 100%;
}
.woocommerce-shipping-calculator a {
font-size: var(--wp--custom--typography--font-size--body);
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.woocommerce-shipping-methods {
padding: 0;
}
.woocommerce-shipping-methods li {
position: relative;
font-size: var(--wp--custom--typography--font-size--body);
list-style: none;
line-height: 2;
padding-left: 0;
margin-bottom: 0;
cursor: pointer;
}
.woocommerce-shipping-methods li input, .woocommerce-shipping-methods li label {
cursor: pointer;
}
.woocommerce-shipping-methods input[type=radio] {
margin: 0;
margin-right: 5px;
position: absolute;
opacity: 0;
visibility: hidden;
}
.woocommerce-shipping-methods label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
}
.woocommerce-shipping-methods label:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
border: 1px solid;
border-radius: 50%;
}
.woocommerce-shipping-methods input[type=radio]:checked + label:after {
content: "";
position: absolute;
left: 0;
margin-left: 4px;
display: inline-block;
width: 8px;
height: 8px;
background-color: var(--wp--preset--color--primary);
border-radius: 50%;
}
.product-name .variation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 5px;
margin-bottom: 0;
}
.product-name .variation dd {
margin-left: 5px;
}
.product-name .variation p {
margin: 0;
}
.quantity input[type=number] {
height: 24px;
border: 1px solid;
background-color: transparent;
text-align: center;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
.quantity input[type=number]:focus, .quantity input[type=number]:active {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.quantity .qty-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.quantity .qty-container > input,
.quantity .qty-container > button {
height: 100%;
padding: 0;
border: 1px solid;
}
.quantity .qty-container > input {
width: 96px;
border-left: 0;
border-right: 0;
}
.quantity .qty-container > button {
width: 24px;
}
.quantity .qty-container .qty-minus {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
border-right: 0;
}
.quantity .qty-container .qty {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.quantity .qty-container .qty-plus {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
border-left: 0;
}
.checkout-button {
position: relative;
display: grid;
grid-auto-flow: row;
grid-template-rows: auto 0px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: var(--wp--preset--font-size--large);
font-variant-caps: all-small-caps;
padding: 0.4em 0.8em;
border: 1px solid;
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
margin-top: 20px;
text-decoration: none;
overflow: hidden;
cursor: pointer;
z-index: 1;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.checkout-button:hover {
color: var(--wp--preset--color--primary);
}
.checkout-button:before {
content: "";
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.checkout-button:hover:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
@media (min-width: 782px) {
.woocommerce-cart .woocommerce {
grid-template-columns: 2fr 1fr;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
grid-column: span 3;
}
.woocommerce-cart-form .product-name {
width: 100%;
}
.woocommerce-cart-form .product-remove { margin-top: 16px;
margin-left: auto; margin-right: 0;
right: 0;
top: 20px;
left: 0;
margin-left: -36px;
padding: 10px;
}
.cart-collaterals {
width: calc(100% + 24px);
}
}
.cart-empty,
.return-to-shop {
grid-column: span 3;
}
.cart-empty {
display: block;
width: 100%;
text-align: center;
font-size: var(--wp--custom--typography--font-size--heading-3);
margin: 30px 0;
line-height: 1.3;
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.return-to-shop {
text-align: center;
width: 100%;
max-width: 240px;
margin: 0 auto;
margin-bottom: 30px;
}
.return-to-shop .button {
min-height: auto;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0.6em 1.2em;
font-size: var(--wp--preset--font-size--x-large);
font-variant-caps: all-small-caps;
color: var(--wp--preset--color--primary);
border: 1px solid;
border-color: var(--wp--preset--color--primary);
overflow: hidden;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.return-to-shop .button:hover {
color: var(--wp--preset--color--white);
}
.return-to-shop .button:before {
content: "";
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
border-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.return-to-shop .button:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
form.woocommerce-checkout {
display: grid;
grid-template-columns: 1fr;
gap: 0 24px;
}
form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
width: 100%;
margin: 20px 0;
grid-column: span 3;
}
.agni-order-review {
position: relative;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.woocommerce-billing-fields > h3,
.agni-order-review > h3 {
font-size: var(--wp--custom--typography--font-size--heading-3);
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
width: calc(100% + 20px);
}
.woocommerce-billing-fields__field-wrapper > p,
.woocommerce-shipping-fields__field-wrapper > p,
.woocommerce-additional-fields__field-wrapper > p {
width: 100%;
margin: 0;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label {
display: block;
margin-bottom: 5px;
font-size: var(--wp--preset--font-size--small);
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper select,
.woocommerce-shipping-fields__field-wrapper input,
.woocommerce-shipping-fields__field-wrapper select,
.woocommerce-additional-fields__field-wrapper input,
.woocommerce-additional-fields__field-wrapper select {
width: 100%;
height: 40px;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row {
width: calc(50% - 20px);
}
.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-billing-fields__field-wrapper .notes,
.woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .notes,
.woocommerce-additional-fields__field-wrapper .form-row-wide,
.woocommerce-additional-fields__field-wrapper .notes {
width: calc(100% - 20px);
}
#ship-to-different-address {
font-size: var(--wp--custom--typography--font-size--heading-6);
margin: 30px 0;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
#ship-to-different-address label, #ship-to-different-address input {
cursor: pointer;
}
.woocommerce-additional-fields {
margin-top: 20px;
}
.woocommerce-checkout-review-order-table {
width: 100%;
}
.woocommerce-checkout-review-order-table thead {
display: none;
}
.woocommerce-checkout-review-order-table tbody tr,
.woocommerce-checkout-review-order-table tfoot tr {
display: grid;
grid-template-columns: 3fr 1fr;
}
.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tfoot th {
text-align: left;
}
.woocommerce-checkout-review-order-table tbody tr {
padding: 20px 0;
}
.woocommerce-checkout-review-order-table tbody tr:not(:last-child) {
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-checkout-review-order-table tbody .product-total {
text-align: right;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.woocommerce-checkout-review-order-table tfoot tr {
margin: 12px 0;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .cart-discount td {
text-align: right;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .cart-discount th,
.woocommerce-checkout-review-order-table tfoot .cart-discount td {
font-size: var(--wp--preset--font-size--medium);
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.woocommerce-checkout-review-order-table tfoot .order-total {
padding-top: 20px;
margin-top: 30px;
border-top: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-checkout-review-order-table tfoot .order-total th, .woocommerce-checkout-review-order-table tfoot .order-total td {
font-size: 20px;
}
.woocommerce-checkout-review-order-table tfoot .order-total th {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.woocommerce-checkout-review-order-table tfoot .order-total td strong {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
padding: 0;
border: 0;
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table tr {
letter-spacing: var(--wp--custom--typography--letter-spacing-body);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body), "wdth" var(--wp--custom--typography--font-width--body);
line-height: var(--wp--custom--typography--line-height--body);
text-transform: none;
}
.woocommerce-checkout-review-order-table img {
position: absolute;
left: 0;
width: 90px;
height: auto;
aspect-ratio: 1;
-o-object-fit: cover;
object-fit: cover;
background-color: var(--wp--preset--color--accent-background);
}
.woocommerce-checkout-review-order-table .cart_item {
position: relative;
min-height: 130px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
grid-template-columns: 1fr;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
font-size: var(--wp--preset--font-size--medium);
}
.woocommerce-checkout-review-order-table .agni_checkout_coupon_field {
grid-template-columns: 1fr;
}
.woocommerce-checkout-review-order-table .product-name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: 110px;
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
font-size: var(--wp--custom--typography--font-size--heading-5);
}
.woocommerce-checkout-review-order-table .product-name span,
.woocommerce-checkout-review-order-table .product-name strong {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.woocommerce-checkout-review-order-table .product-name .variation {
width: 100%;
}
.wc_payment_methods {
padding-left: 0;
border-top: 1px solid;
padding-top: 20px;
margin-top: 40px;
}
.wc_payment_methods img {
display: none;
}
.wc_payment_methods li {
position: relative;
padding: 2px 0;
list-style: none;
cursor: pointer;
}
.wc_payment_methods li:not(:last-child) {
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wc_payment_methods li input, .wc_payment_methods li > label {
cursor: pointer;
}
.wc_payment_methods li input {
margin-left: 0;
}
.wc_payment_methods li > label {
line-height: 3.5;
font-size: var(--wp--preset--font-size--medium);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc_payment_methods p {
position: relative;
margin-top: 0;
margin-bottom: 20px;
font-size: var(--wp--preset--font-size--small);
}
.wc_payment_methods .woocommerce-SavedPaymentMethods-saveNew {
margin-top: 10px;
margin-left: 20px;
}
.wc_payment_methods .wc-payment-form {
max-width: 480px;
background-color: var(--wp--preset--color--accent-border);
border: 0;
padding: 30px;
}
.wc_payment_methods .wc-payment-form label {
font-size: var(--wp--preset--font-size--small);
}
.wc_payment_methods .wc-payment-form .wc-stripe-elements-field,
.wc_payment_methods .wc-payment-form .wc-stripe-iban-element-field {
padding: 14px 10px;
margin-top: 0;
margin-bottom: 15px;
border-color: transparent;
}
.woocommerce-privacy-policy-text {
font-size: var(--wp--preset--font-size--small);
}
.woocommerce-remove-coupon {
font-size: var(--wp--preset--font-size--small);
}
.agni_checkout_coupon {
position: relative;
padding: 7px;
border: 1px solid;
}
.agni_checkout_coupon input {
width: 100%;
background-color: transparent;
border: 0;
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.agni_checkout_coupon .coupon_submit {
position: absolute;
top: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 18px;
height: 100%;
border: 0;
text-decoration: none;
font-size: var(--wp--preset--font-size--large);
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.agni_checkout_coupon .coupon_submit:after {
content: "";
background-color: currentColor;
height: 1px;
width: 0%;
display: block;
margin-top: -1px;
margin-bottom: 0px;
}
.agni_checkout_coupon .coupon_submit:hover:after {
width: 100%;
}
.place-order button {
position: relative;
display: grid;
grid-auto-flow: row;
grid-template-rows: auto 0px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 0.8em 2.2em;
font-size: var(--wp--preset--font-size--large);
font-variant-caps: all-small-caps;
padding: 0.4em 0.8em;
border: 1px solid;
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
margin-top: 20px;
text-decoration: none;
overflow: hidden;
cursor: pointer;
z-index: 1;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.place-order button:hover {
color: var(--wp--preset--color--primary);
}
.place-order button:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.place-order button:hover:before {
-webkit-transform: translateY(-100.5%);
transform: translateY(-100.5%);
}
@media (min-width: 782px) {
form.woocommerce-checkout {
grid-template-columns: 2fr 1fr;
}
.agni-order-review {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
}
.wc-block-checkout-empty {
margin-left: auto;
margin-right: auto;
}
.wc-block-checkout-empty__title, .wc-block-checkout-empty__description,
.wc-block-checkout-empty .wp-block-button {
display: block;
text-align: center;
}
.wc-block-checkout-empty__title {
width: 100%;
font-size: var(--wp--custom--typography--font-size--heading-3);
margin: 30px 0;
line-height: 1.3;
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc-block-checkout-empty svg {
display: none;
}
.woocommerce-order-received .entry-title {
display: none;
}
.woocommerce-order {
max-width: calc(960px - var(--everglow_gap_device_container) * 2);
margin-left: auto;
margin-right: auto;
}
.woocommerce-thankyou-order-received {
font-size: 24px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--primary);
padding: 25px 0;
margin-top: 0;
}
.woocommerce-order-overview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 15px;
list-style: none;
padding-left: 0;
margin-bottom: 30px;
}
.woocommerce-order-details {
border-bottom: 1px solid;
border-color: var(--wp--preset--color--primary);
padding-bottom: 30px;
margin-bottom: 30px;
}
.woocommerce-order-details table {
width: 100%;
}
.woocommerce-order-details table thead,
.woocommerce-order-details table tbody,
.woocommerce-order-details table tfoot {
display: grid;
}
.woocommerce-order-details table thead,
.woocommerce-order-details table tbody {
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-order-details table thead {
padding-bottom: 20px;
}
.woocommerce-order-details table tbody {
padding: 20px 0;
}
.woocommerce-order-details table tbody tr {
position: relative;
margin: 10px 0;
}
.woocommerce-order-details table tfoot {
padding-top: 20px;
}
.woocommerce-order-details table tfoot tr {
margin: 5px 0;
}
.woocommerce-order-details table th, .woocommerce-order-details table td {
padding: 0;
border: 0;
}
.woocommerce-order-details table th {
text-align: left;
}
.woocommerce-order-details table tr {
display: grid;
grid-template-columns: 3fr 1fr;
}
.woocommerce-order-details h2 {
font-size: var(--wp--custom--typography--font-size--heading-4);
margin-top: 50px;
margin-bottom: 30px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--primary);
padding-bottom: 15px;
}
.woocommerce-order-details > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 40px;
}
.woocommerce-order-details > div > div {
width: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.woocommerce-order-details .wc-item-meta {
padding-left: 0;
margin: 0;
font-size: var(--wp--preset--font-size--small);
}
.woocommerce-order-details .wc-item-meta li {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 5px;
}
.woocommerce-order-details .wc-item-meta li p {
margin: 0;
}
.woocommerce-table__line-items > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 15px;
}
.woocommerce-table__summary {
position: relative;
}
.woocommerce-table__summary:before {
content: "";
position: absolute;
top: -20px;
width: 100%;
height: 1px;
}
.woocommerce-table__summary-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 4px 0;
}
.woocommerce-table__summary .order_total {
font-size: 18px;
border-top: 1px solid;
border-color: var(--wp--preset--color--primary);
padding-top: 15px;
margin-top: 15px;
}
.woocommerce-table__product-thumbnail {
max-width: 80px;
line-height: 0;
}
.woocommerce-table__product-name {
margin: 0;
}
.woocommerce-table__product-name a,
.woocommerce-table__product-name strong {
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.woocommerce-table__product-name a {
text-decoration: none;
}
.woocommerce-table__product-name img {
position: absolute;
left: 0;
width: 90px;
height: auto;
aspect-ratio: 1;
}
.woocommerce-table__product-quantity {
font-size: var(--wp--preset--font-size--small);
}
.woocommerce-table__product-details {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-left: 12px;
}
.woocommerce-table__product-variations {
list-style: none;
padding-left: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: var(--wp--preset--font-size--small);
}
.woocommerce-table__product-variations p {
margin: 0;
}
.woocommerce-table__product-variations .meta-key:not(:first-child):before {
content: "/";
margin-right: 5px;
margin-left: 5px;
}
.woocommerce-customer-details .woocommerce-columns--addresses {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.woocommerce-customer-details .woocommerce-columns--addresses > div {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.woocommerce-customer-details .woocommerce-columns--addresses h2 {
font-size: var(--wp--preset--font-size--medium);
margin: 0;
margin-bottom: 15px;
}
.woocommerce-customer-details .woocommerce-columns--addresses address {
font-size: var(--wp--preset--font-size--small);
font-style: normal;
}
.woocommerce-customer-details .woocommerce-columns--addresses p {
margin-top: 10px;
margin-bottom: 0px;
}
@media (min-width: 782px) {
.woocommerce-order-details table tr {
grid-template-columns: repeat(2, 1fr);
}
}
.customer_login_toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
width: 100%;
padding: 0;
margin-bottom: 50px;
text-align: center;
}
.customer_login_toggle:after {
content: "";
display: block;
width: 100%;
position: absolute;
bottom: 0;
border-bottom: 1px solid;
border-color: #E7E7E5;
}
.customer_login_toggle li {
position: relative;
list-style: none;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
margin-bottom: 0;
cursor: pointer;
}
.customer_login_toggle li:after {
content: "";
display: block;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
border-bottom: 1px solid;
border-color: transparent;
z-index: 1;
}
.customer_login_toggle li.active:after {
border-color: var(--wp--preset--color--primary);
}
.customer_login_toggle li > * {
margin: 24px 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#customer_login {
max-width: 640px;
margin: 0 auto;
}
#customer_login > div {
display: none;
}
#customer_login > div > h2 {
display: none;
}
#customer_login > div.active {
display: block;
}
.woocommerce-form .woocommerce-form__label-for-checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
}
.woocommerce-form .woocommerce-privacy-policy-text {
font-size: var(--wp--custom--typography--font-size--body-sm);
}
.woocommerce-form label {
display: block;
margin-bottom: 5px;
}
.woocommerce-form input:not([type=checkbox]) {
width: 100%;
}
.woocommerce-form button {
position: relative;
width: 100%;
font-size: var(--wp--preset--font-size--large);
font-variant-caps: all-small-caps;
padding: 0.8em 2.2em;
background-color: var(--wp--preset--color--primary);
border: 0;
color: var(--wp--preset--color--lite);
z-index: 1;
overflow: hidden;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.woocommerce-form button:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(100.5%);
transform: translateY(100.5%);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.woocommerce-form button:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.woocommerce-MyAccount-navigation ul {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
padding: 0;
margin: 0;
}
.woocommerce-MyAccount-navigation ul:after {
content: "";
display: block;
position: absolute;
bottom: 0;
width: 100%;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.woocommerce-MyAccount-navigation ul li {
position: relative;
list-style: none;
padding: 10px;
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active:after {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--black);
z-index: 1;
}
.woocommerce-MyAccount-navigation ul a {
text-decoration: none;
}
.woocommerce-MyAccount-content {
margin: 40px 0;
}
.woocommerce-MyAccount-content > p:first-of-type {
font-size: var(--wp--preset--font-size--large);
}
.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce > .woocommerce-form-login {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
overflow-x: auto;
scrollbar-width: none;
-ms-scroll-snap-type: y mandatory;
scroll-snap-type: y mandatory;
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content::-webkit-scrollbar,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content::-webkit-scrollbar,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::-webkit-scrollbar {
display: none;
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10px;
margin-top: 10px;
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info a {
text-decoration: none;
}
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content .shop_table td,
.woocommerce-account.woocommerce-subscriptions .woocommerce-MyAccount-content .shop_table th,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .shop_table td,
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .shop_table th,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .shop_table td,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .shop_table th {
white-space: nowrap;
}
.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.woocommerce-account.woocommerce-orders .woocommerce-button {
height: auto;
font-size: 14px;
padding: 5px 20px;
text-decoration: none;
}
.woocommerce-Addresses .woocommerce-Address-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
}
.woocommerce-Addresses .woocommerce-Address-title a {
font-size: var(--wp--preset--font-size--small);
}
.woocommerce-Addresses address {
font-style: normal;
}
.woocommerce-EditAccountForm {
max-width: 960px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0 20px;
}
.woocommerce-EditAccountForm .clear {
display: none;
}
.woocommerce-EditAccountForm .woocommerce-form-row--first, .woocommerce-EditAccountForm .woocommerce-form-row--last {
width: calc(50% - 20px);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.woocommerce-EditAccountForm .woocommerce-form-row span {
font-size: 12px;
}
.woocommerce-EditAccountForm p,
.woocommerce-EditAccountForm fieldset {
width: 100%;
}
.woocommerce-EditAccountForm p:last-child {
margin-bottom: 0;
}
.woocommerce-EditAccountForm fieldset {
padding: 0;
border: 0;
}
.woocommerce-EditAccountForm fieldset legend {
display: none;
}
.woocommerce-EditAccountForm button {
padding: 10px 30px;
margin-top: 20px;
}
.woocommerce-EditAccountForm label {
display: block;
margin-bottom: 3px;
}
.woocommerce-EditAccountForm input {
width: 100%;
}
.form-row label {
display: block;
margin-bottom: 5px;
}
.form-row input:not([type=checkbox]) {
width: 100%;
}
@media (min-width: 782px) {
#customer_login {
grid-template-columns: repeat(2, 1fr);
}
.woocommerce-MyAccount-navigation ul {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 40px;
}
}
body .is-layout-constrained > * + * {
-webkit-margin-before: 1.5rem;
margin-block-start: 1.5rem;
-webkit-margin-after: 1.5rem;
margin-block-end: 1.5rem;
}
body .is-layout-constrained > * + .wp-block-group {
-webkit-margin-before: 1.5rem;
margin-block-start: 1.5rem;
-webkit-margin-after: 1.5rem;
margin-block-end: 1.5rem;
}
body .is-layout-flow > .wp-block-spacer + * {
-webkit-margin-before: 0;
margin-block-start: 0;
}
.wp-site-blocks {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100vh;
}
.wp-site-blocks > footer.wp-block-template-part {
margin-top: auto;
}
.admin-bar .wp-site-blocks {
min-height: calc(100vh - 32px);
}
h1.has-text-align-center, h2.has-text-align-center, h3.has-text-align-center, h4.has-text-align-center, h5.has-text-align-center, h6.has-text-align-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
h1.has-text-align-right, h2.has-text-align-right, h3.has-text-align-right, h4.has-text-align-right, h5.has-text-align-right, h6.has-text-align-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.hide-on-mobile {
display: none !important;
}
div.hide-on-desktop {
-webkit-margin-before: 0;
margin-block-start: 0;
}
.display-first-on-mobile {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.has-negative-margin-180 {
margin-left: 0px;
}
.has-accordion-group > .wp-block-group {
width: 100%;
}
.has-accordion-group > .wp-block-group .wp-block-heading {
display: block;
cursor: pointer;
}
.has-accordion-group > .wp-block-group .wp-block-heading:before {
content: "";
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgBzdZZCsAgDATQuam5eY/gEax2gdLauiVjA5GAwjz8CgC42D72cszseuSnIVyaiXK37ATbjjAB5TK56XMgmQtrlHvJlPMBE1XEMFHVGAaqGWOJ6sZYoIYxmig1jAZKHTOCMsP0oMwxLSgapgZFx5RQUzAtKAG5BD/CfKEEk0uwL1YeCpgVIQTDBddLJhQAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: calc(100% - 8px) 50%;
background-size: 12px 6px;
cursor: pointer;
width: 24px;
height: 16px;
float: right;
}
.has-accordion-group > .wp-block-group .wp-block-heading:after {
content: "";
border-bottom: 1px solid;
display: block;
margin-top: 16px;
}
.has-accordion-group > .wp-block-group.active .wp-block-heading:before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.has-accordion-group > .wp-block-group > p,
.has-accordion-group > .wp-block-group > .wp-block-group:not(:first-child) {
display: none;
}
.has-accordion-group > .wp-block-group.active > p, .has-accordion-group > .wp-block-group.active > .wp-block-group:not(:first-child) {
display: block;
}
.has-text-color a {
color: inherit;
}
.has-accent-background-color {
color: var(--wp--preset--color--lite) !important;
}
.top-cover.background-offset-left.wp-block-cover > .wp-block-cover__image-background {
-o-object-position: 0%;
object-position: 0%;
}
.top-cover.background-offset-right.wp-block-cover > .wp-block-cover__image-background {
-o-object-position: 100%;
object-position: 100%;
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
color: var(--wp--preset--color--white);
}
.wp-block-media-text > .wp-block-media-text__media {
height: 100%;
}
.wp-block-media-text > .wp-block-media-text__media img {
height: 100%;
}
.wp-block-media-text > .wp-block-media-text__content {
padding: 0 clamp(1.25rem, 6vw, 6.25rem);
}
.wp-block-gallery .wp-block-image {
padding: 0;
}
.wp-block-image {
line-height: 0;
}
.wp-block-image a {
display: block;
line-height: 0;
}
.wp-block-image img {
vertical-align: initial;
}
.wp-block-video {
position: relative;
}
.wp-block-video__play-icon {
border: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 50%;
left: 50%;
margin-top: -24px;
margin-left: -24px;
}
.wp-block-video__play-icon img {
max-width: 48px;
}
.wp-block-video.play-initialized .wp-block-video__play-icon {
display: none;
}
.wp-block-search {
width: 100%;
}
.wp-block-search .wp-block-search__button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: currentColor;
padding: 0;
background-color: transparent;
border: 1px solid;
border-color: currentColor;
text-decoration: none;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
margin: 0;
border-left: 0;
}
.wp-block-search .wp-block-search__button:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
}
.wp-block-search .wp-block-search__button.has-icon:before {
content: "";
display: block;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/search.png);
width: 16px;
height: 16px;
background-position: center;
background-size: 16px;
background-repeat: no-repeat;
}
.wp-block-search .wp-block-search__button.has-icon svg {
display: none;
}
.wp-block-search__inside-wrapper {
border: 0;
background-color: var(--wp--preset--color--accent-background);
}
.wp-block-search__inside-wrapper input {
font-size: var(--wp--custom--typography--font-size--body);
border: 0;
padding: 0.8em 1.2em;
height: 100%;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
padding: 0.8em 1.2em;
border: 0;
}
.wp-block-search__button-outside .wp-block-search__inside-wrapper {
gap: 16px;
background-color: transparent;
}
.wp-block-search__button-outside .wp-block-search__inside-wrapper input {
background-color: var(--wp--preset--color--accent-background);
}
.wp-block-template-part .wp-block-search {
width: auto;
isolation: isolate;
z-index: 2;
}
.wp-block-template-part .wp-block-search:before {
content: "";
width: 16px;
height: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/search.png);
background-repeat: no-repeat;
background-size: 16px;
background-position: 0% calc(50% + 1px);
cursor: pointer;
}
.wp-block-template-part .wp-block-search .wp-block-search__inside-wrapper {
display: block;
text-align: center;
background-color: var(--wp--preset--color--accent-background);
border: 0;
border-bottom: 1px solid;
border-color: currentColor;
position: absolute;
background-color: #fff;
width: 100%;
margin-top: 28px;
left: 0;
border-radius: 0;
height: 320px;
opacity: 0;
visibility: hidden;
}
.wp-block-template-part .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
border: 0;
display: inline-block;
height: 72px;
margin-left: -1px;
border: 1px solid;
padding: 1.625em;
vertical-align: bottom;
}
.wp-block-template-part .wp-block-search .wp-block-search__inside-wrapper input {
border: 0;
background-color: transparent;
font-size: var(--wp--preset--font-size--large);
padding: 1.5em 1.5em;
width: min(100%, 600px);
height: 72px;
margin-top: 123px;
border: 1px solid;
border-radius: 0;
}
.wp-block-template-part .wp-block-search.active .wp-block-search__inside-wrapper {
opacity: 1;
visibility: visible;
}
.wp-block-separator {
border-bottom: 1px solid;
margin-top: 0;
margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.wp-block-button {
font-size: var(--wp--preset--font-size--medium);
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wp-block-button .wp-block-button__link {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 8px;
border-radius: 0;
background-color: var(--wp--preset--color--primary);
padding: 0.6em 1.2em;
font-variant-caps: all-small-caps;
font-size: 140%;
line-height: 1.2;
overflow: hidden;
z-index: 1;
}
.wp-block-button .wp-block-button__link img {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.wp-block-button .wp-block-button__link:hover img {
mix-blend-mode: luminosity;
-webkit-filter: invert(1);
filter: invert(1);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.wp-block-button .wp-block-button__link:before {
content: "";
background-color: var(--wp--preset--color--primary);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(100.5%);
transform: translateY(100.5%);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wp-block-button .wp-block-button__link:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wp-block-button .wp-block-button__link.has-white-color:before {
background-color: var(--wp--preset--color--white);
}
.wp-block-button .wp-block-button__link.has-white-color:hover {
color: var(--wp--preset--color--primary) !important;
border-color: var(--wp--preset--color--white) !important;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
border: 0;
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
}
.wp-block-button .wp-block-button__link:not(.has-background):hover {
color: var(--wp--preset--color--white);
border-color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
color: var(--wp--preset--color--primary);
border: 1px solid;
border-color: currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover {
color: var(--wp--preset--color--lite);
border-color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):before,
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):before {
-webkit-transform: translateY(100.5%);
transform: translateY(100.5%);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover:before,
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background):hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link {
border-width: 1px;
padding: 0.6em 1.2em;
}
.wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link.has-white-background-color:before {
content: "";
background-color: var(--wp--preset--color--primary);
}
.wp-block-template-part .wp-block-button .wp-block-button__link {
padding: 0.65em 1.95em;
}
.wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right):not(.alignfull) .wp-block-media-text__content {
padding-right: 0;
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right:not(.alignfull) .wp-block-media-text__content {
padding-left: 0;
}
.wp-block-post-featured-image {
margin-bottom: 1rem;
}
.wp-block-post-title {
margin: 0.5em 0;
}
.wp-block-post-title a {
text-decoration: none;
}
.wp-block-post-excerpt__more-link {
margin-top: 20px;
font-size: var(--wp--preset--font-size--medium);
text-underline-offset: 5px;
}
.wp-block-query .is-flex-container {
display: grid;
grid-template-columns: 1fr;
gap: 2rem 1rem;
}
.wp-block-query .is-flex-container > li {
width: auto !important;
padding: 0;
}
.wp-block-query-pagination {
--wp--style--block-gap: 25px;
}
.wp-block-query-pagination-numbers a, .wp-block-query-pagination-previous, .wp-block-query-pagination-next {
text-decoration: none;
}
.wp-block-query-pagination-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 20px;
}
.wp-block-query-pagination-numbers a:hover {
text-decoration: underline;
}
.wp-block-query-pagination-previous, .wp-block-query-pagination-next {
font-size: var(--wp--preset--font-size--medium);
}
.wp-block-query-pagination .current {
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid;
border-radius: 50%;
}
.wp-block-categories-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 24px;
padding-left: 0px;
width: 100%;
margin: 0;
font-size: var(--wp--custom--typography--font-size--body-sm);
text-transform: uppercase;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.wp-block-categories-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.wp-block-categories-list a {
text-decoration: none;
text-decoration-thickness: 1px;
text-underline-offset: 0.5ch;
}
.wp-block-categories-list a:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 400px;
width: auto;
height: 1px !important;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.aligncenter) {
margin-left: 0;
}
.wp-block-navigation:not(.is-vertical) .wp-block-navigation__container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 0px;
}
.wp-block-navigation:not(.is-vertical) {
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--menu), "wdth" var(--wp--custom--typography--font-width--menu);
}
.wp-block-navigation:not(.is-vertical) .wp-block-navigation-item__content {
font-variant-caps: all-small-caps;
font-size: 145%;
}
.wp-block-navigation ul li {
margin-bottom: 0;
}
.wp-block-navigation > button {
color: inherit;
}
.wp-block-navigation-item__label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
text-decoration: none;
text-decoration-thickness: 1px;
text-underline-offset: 4px;
}
.wp-block-navigation-item__label img {
display: block;
max-width: 100%;
}
.wp-block-navigation-item:not(.has-megamenu) .wp-block-navigation__submenu-container {
right: 0;
font-size: var(--wp--preset--font-size--x-small);
}
.wp-block-navigation-item:not(.has-megamenu) .wp-block-navigation__submenu-container .wp-block-navigation-item:first-child {
padding-top: 15px;
}
.wp-block-navigation-item:not(.has-megamenu) .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child {
padding-bottom: 15px;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
margin-left: 0.25em;
margin-right: 0;
}
.wp-block-navigation .wp-block-navigation__submenu-container {
padding-top: 10px;
margin-left: -12px;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
padding-left: 12px;
padding-right: 12px;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
padding: 0px 6px;
}
.wp-block-navigation-item.has-megamenu .wp-block-navigation__submenu-container {
display: grid;
grid-template-columns: 1fr 1fr;
}
.wp-block-navigation-item.has-megamenu .wp-block-navigation__submenu-container .wp-block-navigation-item:first-child {
padding-top: 4px;
}
.wp-block-navigation-item.has-megamenu .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child {
padding-bottom: 4px;
}
.wp-block-navigation-item.has-child .wp-block-navigation__submenu-container {
border: 0;
background-color: transparent;
}
.wp-block-navigation-item.has-child .wp-block-navigation__submenu-container > li {
background-color: var(--wp--preset--color--white);
}
.wp-block-navigation__responsive-container.has-background .wp-block-navigation__submenu-container {
border: 0;
background-color: transparent;
}
.wp-block-navigation__responsive-container .wp-block-navigation__submenu-container {
width: calc(100% + 12px) !important;
}
.wp-block-comments-query-loop .comment-reply-title {
font-size: 20px;
}
.wp-block-comments-query-loop .comment-notes,
.wp-block-comments-query-loop .required-field-message {
font-size: var(--wp--preset--font-size--small);
}
.wp-block-comments-query-loop .required-field-message {
display: block;
margin-top: 20px;
}
.wp-block-comments-query-loop .wp-block-post-comments-form {
padding-top: 40px;
margin-top: 60px;
border-top: 1px solid;
border-color: var(--wp--preset--color--primary);
}
.wp-block-comments-query-loop .wp-block-post-comments-form .comment-reply-title :where(small) {
display: inline-block;
}
.wp-block-comments-query-loop .wp-block-post-comments-form form {
max-width: max(960px, 62vw);
}
.wp-block-comments-query-loop .wp-block-post-comments-form input[type=submit] {
font-size: var(--wp--custom--typography--font-size--body-lg);
border: 1px solid;
color: var(--wp--preset--color--primary);
background-color: transparent;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wp-block-comments-query-loop .wp-block-post-comments-form input[type=submit]:hover {
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
}
.wp-block-comments-query-loop .wp-block-post-comments-form textarea {
border-top: 1px solid;
border-color: var(--wp--preset--color--primary);
}
.wp-block-comments-query-loop .wp-block-comment-author-name a,
.wp-block-comments-query-loop .wp-block-comment-date a {
text-decoration: none;
}
.wp-block-comments-query-loop label {
display: block;
margin-bottom: 5px;
}
.wp-block-comments-query-loop .wp-block-comments-title {
margin-bottom: 40px;
padding-bottom: 20px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wp-block-post-author {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wp-block-post-author__avatar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 10px;
}
.wp-block-post-author__avatar img {
max-width: 24px;
border-radius: 50%;
}
.wp-block-post-content {
margin-top: 0px;
margin-bottom: -1px;
}
.wp-block-read-more {
position: relative;
font-size: var(--wp--custom--typography--font-size--body-sm);
text-transform: uppercase;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wp-block-read-more:hover {
-webkit-text-decoration-line: none !important;
text-decoration-line: none !important;
}
.single-post .wp-block-post-featured-image img {
max-height: 540px;
-o-object-fit: cover;
object-fit: cover;
}
.wp-site-blocks .wp-block-cover,
.wp-site-blocks .wp-block-cover-image,
.wp-site-blocks .wp-block-template-part,
.wp-site-blocks .wp-block-separator,
.wp-site-blocks .wp-block-spacer {
-webkit-margin-before: 0;
margin-block-start: 0;
-webkit-margin-after: 0;
margin-block-end: 0;
}
@media (max-width: 599px) {
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-item:not(:first-child) {
padding-top: 4px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-item:not(:last-child) {
padding-bottom: 4px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
position: absolute;
padding: 0;
opacity: 0;
visibility: hidden;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle:where([aria-expanded=true]) + .wp-block-navigation__submenu-container {
position: static;
opacity: 1;
visibility: visible;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 5px;
right: 0;
width: auto;
height: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child:first-child .wp-block-navigation__submenu-icon {
top: 20px;
}
.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item {
padding-bottom: 20px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu {
position: relative;
}
.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
width: 100%;
}
.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
width: 100%;
}
.wp-block-template-part .wp-block-search .wp-block-search__inside-wrapper input {
max-width: calc(100% - 72px - 24px);
}
}
@media (max-width: 781px) {
.wp-block-search {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.wp-block-media-text.is-stacked-on-mobile {
gap: 40px;
}
.wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) .wp-block-media-text__content, .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 782px) {
.display-first-on-mobile {
-webkit-box-ordinal-group: unset;
-ms-flex-order: unset;
order: unset;
}
.has-negative-margin-180 {
margin-left: -180px;
}
.top-cover.background-offset-left.wp-block-cover > .wp-block-cover__image-background,
.top-cover.background-offset-right.wp-block-cover > .wp-block-cover__image-background {
-o-object-position: center;
object-position: center;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
right: -1px;
height: auto;
width: auto;
}
.wp-block-navigation__submenu-container:before {
content: "";
position: absolute;
inset: -1px;
margin-top: 10px;
border: 1px solid;
border-color: var(--wp--preset--color--accent-border);
z-index: -1;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item__label {
text-decoration: none;
text-decoration-thickness: 1px;
text-underline-offset: 4px;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item__label:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}
.wp-block-template-part .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:hover {
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 1px;
}
.wp-block-video__play-icon {
margin-top: -48px;
margin-left: -48px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.wp-block-video__play-icon img {
max-width: 96px;
}
.wp-block-video__play-icon:hover {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu .has-child > a {
font-size: var(--wp--preset--font-size--small);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu .has-child .has-child {
margin-top: 20px;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu .has-child .has-child > ul {
margin-left: 0;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu .wp-block-navigation-item__label {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu .wp-block-navigation__submenu-container {
margin-left: -12px;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu .wp-block-navigation__submenu-container:before {
display: none;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 16px;
max-width: var(--wp--style--global--content-size);
position: fixed;
left: 0px;
right: 0px;
top: 0;
margin: auto;
margin-top: calc(var(--wp--custom--spacing--menu-offset-top) * 1px - 32px);
padding-top: 42px;
background-color: transparent;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item {
max-width: 300px;
padding-top: 50px;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:first-child:before {
content: "";
position: absolute;
margin-left: -50vw;
left: 50%;
width: 100vw;
height: 100%;
background-color: inherit;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
margin-top: -65px;
z-index: -1;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(3) {
margin-left: auto;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(n+3) > .wp-block-navigation-item__content {
text-align: center;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
padding: 0;
padding-bottom: 0px;
font-size: var(--wp--preset--font-size--large);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container .wp-block-navigation-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-left: 0;
padding-right: 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: static;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container .wp-block-navigation-item > button {
display: none;
}
.wp-block-navigation .wp-block-navigation-item.has-megamenu:hover > .wp-block-navigation__submenu-container .wp-block-navigation-item > .wp-block-navigation__submenu-container {
opacity: 1;
visibility: visible;
min-width: 200px;
height: auto;
position: static;
padding: 0;
}
.admin-bar .wp-block-navigation .wp-block-navigation-item.has-megamenu > .wp-block-navigation__submenu-container {
margin-top: calc(var(--wp--custom--spacing--menu-offset-top) * 1px);
}
.wp-block-query .is-flex-container.columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.wp-block-query .is-flex-container.columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.wp-block-query .is-flex-container.columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.wp-block-query .is-flex-container.columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.wp-block-query .is-flex-container.columns-6 {
grid-template-columns: repeat(6, 1fr);
}
}
@media (min-width: 1200px) {
.hide-on-mobile:not(.is-layout-flex) {
display: block !important;
}
.hide-on-mobile.is-layout-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.hide-on-desktop {
display: none !important;
}
}
.wp-block-query .products-block-post-template .product {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wp-block-query .products-block-post-template .add_to_cart_button {
display: inline-block;
font-size: var(--wp--custom--typography--font-size--body-lg);
background-color: var(--wp--preset--color--primary);
padding: 0.6em 1.2em;
font-variant-caps: all-small-caps;
line-height: 1.2;
margin-top: 24px;
margin-right: auto;
overflow: hidden;
z-index: 1;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wp-block-query .products-block-post-template .add_to_cart_button.has-text-align-center {
margin-left: auto;
}
.wp-block-query .products-block-post-template .add_to_cart_button.has-text-align-right {
margin-right: 0;
margin-left: auto;
}
.wp-block-query .products-block-post-template .add_to_cart_button > span {
margin-left: 6px;
}
.wp-block-query .products-block-post-template .add_to_cart_button > span:before {
content: "-";
margin-right: 6px;
}
.wp-block-woocommerce-featured-category {
background-color: transparent;
border-color: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
}
.wc-block-featured-category {
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
background-color: inherit;
background-position: 50%;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
overflow: hidden;
position: relative;
}
.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
background: inherit;
border-radius: inherit;
bottom: 0;
content: "";
left: 0;
opacity: 0.5;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
opacity: 0.1;
}
.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
opacity: 0.2;
}
.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
opacity: 0.3;
}
.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
opacity: 0.4;
}
.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
opacity: 0.5;
}
.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
opacity: 0.6;
}
.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
opacity: 0.7;
}
.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
opacity: 0.8;
}
.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
opacity: 0.9;
}
.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
opacity: 1;
}
.wc-block-featured-category__selection {
width: 100%;
}
.wc-block-featured-category.has-left-content {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title,
.wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
margin-left: 0;
}
.wc-block-featured-category.has-right-content {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wc-block-featured-category.has-right-content .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content .wc-block-featured-category__title,
.wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
margin-right: 0;
text-align: right;
}
.wc-block-featured-category.is-repeated {
background-repeat: repeat;
background-size: auto;
}
.wc-block-featured-category__description,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
line-height: 1.25;
text-align: center;
}
.wc-block-featured-category__description a,
.wc-block-featured-category__description a:active,
.wc-block-featured-category__description a:focus,
.wc-block-featured-category__description a:hover,
.wc-block-featured-category__price a,
.wc-block-featured-category__price a:active,
.wc-block-featured-category__price a:focus,
.wc-block-featured-category__price a:hover,
.wc-block-featured-category__title a,
.wc-block-featured-category__title a:active,
.wc-block-featured-category__title a:focus,
.wc-block-featured-category__title a:hover,
.wc-block-featured-category__variation a,
.wc-block-featured-category__variation a:active,
.wc-block-featured-category__variation a:focus,
.wc-block-featured-category__variation a:hover {
color: #fff;
}
.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
color: inherit;
width: 100%;
z-index: 1;
}
.wc-block-featured-category .wc-block-featured-category__background-image {
bottom: 0;
height: 100%;
left: 0;
margin: 0;
-o-object-fit: none;
object-fit: none;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
background-attachment: scroll;
}
}
@media (prefers-reduced-motion: reduce) {
.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
background-attachment: scroll;
}
}
.wc-block-featured-category__description {
color: inherit;
}
.wc-block-featured-category__description p {
margin-top: 0;
}
.wc-block-featured-category .wc-block-featured-category__title {
color: inherit;
margin-top: 0;
}
.wc-block-featured-category .wc-block-featured-category__title div {
color: inherit;
}
.wc-block-featured-category .wc-block-featured-category__title:before {
display: none;
}
.wc-block-featured-category__wrapper {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
width: 100%;
}
.wc-block-featured-category .wp-block-button.aligncenter {
width: auto !important;
text-align: center;
}
.wc-block-featured-category__description,
.wc-block-featured-category__title {
display: block;
}
.wp-block-woocommerce-featured-product {
background-color: transparent;
border-color: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
}
.wc-block-featured-product {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: inherit;
background-position: 50%;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
overflow: hidden;
position: relative;
width: 100%;
}
.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
background: inherit;
border-radius: inherit;
bottom: 0;
content: "";
left: 0;
opacity: 0.5;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
opacity: 0.1;
}
.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
opacity: 0.2;
}
.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
opacity: 0.3;
}
.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
opacity: 0.4;
}
.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
opacity: 0.5;
}
.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
opacity: 0.6;
}
.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
opacity: 0.7;
}
.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
opacity: 0.8;
}
.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
opacity: 0.9;
}
.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
opacity: 1;
}
.wc-block-featured-product__selection {
width: 100%;
}
.wc-block-featured-product.has-left-content {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
margin-left: 0;
text-align: left;
}
.wc-block-featured-product.has-right-content {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wc-block-featured-product.has-right-content .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
margin-right: 0;
text-align: right;
}
.wc-block-featured-product.is-repeated {
background-repeat: repeat;
background-size: auto;
}
.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
line-height: 1.25;
text-align: center;
}
.wc-block-featured-product__description a,
.wc-block-featured-product__description a:active,
.wc-block-featured-product__description a:focus,
.wc-block-featured-product__description a:hover,
.wc-block-featured-product__price a,
.wc-block-featured-product__price a:active,
.wc-block-featured-product__price a:focus,
.wc-block-featured-product__price a:hover,
.wc-block-featured-product__title a,
.wc-block-featured-product__title a:active,
.wc-block-featured-product__title a:focus,
.wc-block-featured-product__title a:hover,
.wc-block-featured-product__variation a,
.wc-block-featured-product__variation a:active,
.wc-block-featured-product__variation a:focus,
.wc-block-featured-product__variation a:hover {
color: #fff;
}
.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
color: inherit;
padding: 0 48px 16px;
width: 100%;
z-index: 1;
}
.wc-block-featured-product .wc-block-featured-product__background-image {
bottom: 0;
height: 100%;
left: 0;
margin: 0;
-o-object-fit: none;
object-fit: none;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
background-attachment: scroll;
}
}
@media (prefers-reduced-motion: reduce) {
.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
background-attachment: scroll;
}
}
.wc-block-featured-product__description {
color: inherit;
}
.wc-block-featured-product__description p {
margin: 0;
}
.wc-block-featured-product .wc-block-featured-product__title {
color: inherit;
margin-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__title div {
color: inherit;
}
.wc-block-featured-product .wc-block-featured-product__title:before {
display: none;
}
.wc-block-featured-product__wrapper {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
width: 100%;
}
.wc-block-featured-product .wp-block-button.aligncenter {
width: auto !important;
text-align: center;
}
.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
display: none;
}
.wc-block-featured-product .wc-block-featured-product__variation {
font-style: italic;
padding-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__description p {
line-height: 1.5;
margin: 0;
}
.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
display: block;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
display: none;
}
.wp-block-woocommerce-empty-cart-block > .wp-block-image:first-child {
display: none;
}
.wc-block-mini-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wc-block-cart .wc-block-components-product-name,
.wc-block-mini-cart__drawer .wc-block-components-product-name {
display: block;
text-decoration: none;
margin-bottom: 4px;
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc-block-cart .wc-block-components-product-price,
.wc-block-mini-cart__drawer .wc-block-components-product-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 5px;
margin-bottom: 8px;
}
.wc-block-cart .wc-block-components-product-metadata__description,
.wc-block-mini-cart__drawer .wc-block-components-product-metadata__description {
display: none;
}
.wc-block-cart .price,
.wc-block-mini-cart__drawer .price {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.wc-block-cart .price ins,
.wc-block-mini-cart__drawer .price ins {
text-decoration: none;
}
.wc-block-cart .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer .wc-block-components-product-metadata {
font-size: var(--wp--preset--font-size--small);
}
.wc-block-cart .wc-block-components-product-details,
.wc-block-mini-cart__drawer .wc-block-components-product-details {
padding: 0;
margin: 8px 0;
}
.wc-block-cart .wc-block-components-product-details li,
.wc-block-mini-cart__drawer .wc-block-components-product-details li {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
max-width: 108px;
width: 100%;
font-size: var(--wp--custom--typography--font-size--body-xs);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.wc-block-cart .wc-block-components-product-details li > span,
.wc-block-mini-cart__drawer .wc-block-components-product-details li > span {
padding: 4px 6px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border: 1px solid;
}
.wc-block-cart .wc-block-components-product-details li > span:not(:first-child),
.wc-block-mini-cart__drawer .wc-block-components-product-details li > span:not(:first-child) {
margin-left: -1px;
}
.wc-block-cart .wc-block-components-product-badge,
.wc-block-mini-cart__drawer .wc-block-components-product-badge {
display: var(--everglow_cart_drawer_badge, none);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 5px;
border-radius: 14px;
border: 1px solid;
padding: 6px 15px;
text-transform: none;
white-space: nowrap;
height: 28px;
line-height: 1.2;
margin-top: 10px;
font-size: var(--wp--preset--font-size--small);
letter-spacing: var(--wp--custom--typography--letter-spacing-body);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body), "wdth" var(--wp--custom--typography--font-width--body);
line-height: var(--wp--custom--typography--line-height--body);
text-transform: none;
}
.wc-block-cart table th, .wc-block-cart table td,
.wc-block-mini-cart__drawer table th,
.wc-block-mini-cart__drawer table td {
border: 0;
padding: 0;
}
.wc-block-cart table thead,
.wc-block-mini-cart__drawer table thead {
display: none;
}
.wc-block-cart .wc-block-cart-items__row,
.wc-block-mini-cart__drawer .wc-block-cart-items__row {
position: relative;
display: grid;
grid-template-columns: 100px auto 80px;
padding: 24px 0;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
padding-bottom: 0;
padding-left: 16px;
padding-right: 16px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
margin-bottom: 0;
}
.wc-block-cart .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer .wc-block-cart-item__remove-link {
font-size: 10px;
text-decoration: underline;
text-underline-offset: 0.5ch;
margin: 0;
border: 0;
padding: 0;
cursor: pointer;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.wc-block-cart .wc-block-cart-item__quantity,
.wc-block-mini-cart__drawer .wc-block-cart-item__quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 15px;
}
.wc-block-cart .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 90px;
height: 30px;
margin: 0;
border: 1px solid; }
.wc-block-cart .wc-block-components-quantity-selector:after,
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
border: 0;
border-radius: 0;
opacity: 1;
height: auto;
}
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button:focus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.wc-block-cart .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.wc-block-cart .wc-block-components-quantity-selector input,
.wc-block-cart .wc-block-components-quantity-selector button,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector button {
width: 40px;
padding: 0;
}
.wc-block-cart .wc-block-components-quantity-selector input,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input {
height: 100%;
border: 0;
text-align: center;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.wc-block-cart .wc-block-components-quantity-selector input::-webkit-outer-spin-button,
.wc-block-cart .wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input::-webkit-outer-spin-button,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.wc-block-cart,
.wc-block-checkout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.wc-block-cart__main, .wc-block-cart__sidebar,
.wc-block-checkout__main,
.wc-block-checkout__sidebar {
width: 100%;
padding: 0;
}
.wc-block-cart.is-large .wc-block-cart-items td:after {
border: 0;
}
.wc-block-cart-item__image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-right: 16px;
}
.wc-block-cart-item__image img {
max-width: 100px;
aspect-ratio: 1;
-o-object-fit: cover;
object-fit: cover;
background-color: var(--wp--preset--color--accent-background);
}
.wc-block-cart-item__total .price {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wc-block-cart.is-large .wc-block-cart__totals-title {
display: block;
text-transform: none;
font-size: var(--wp--custom--typography--font-size--heading-5);
font-weight: inherit;
text-align: left;
padding-bottom: 15px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc-block-cart__submit-button {
position: relative;
display: block;
padding: 0.8em 2.2em;
text-align: center;
font-size: var(--wp--preset--font-size--large);
font-variant-caps: all-small-caps;
padding: 0.4em 0.8em;
border: 1px solid;
border-color: var(--wp--preset--color--primary);
background-color: transparent;
color: var(--wp--preset--color--lite);
margin-top: 20px;
text-decoration: none;
overflow: hidden;
cursor: pointer;
z-index: 1;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wc-block-cart__submit-button[disabled] {
opacity: 0.5;
pointer-events: none;
}
.wc-block-cart__submit-button:hover {
color: var(--wp--preset--color--primary);
}
.wc-block-cart__submit-button:before {
content: "";
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-cart__submit-button:hover:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.wc-block-cart fieldset {
border: 0;
padding: 0;
margin: 0;
border-top: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-payment-method-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 5px;
margin-top: 4px;
}
.wc-block-components-payment-method-icons img {
max-width: 32px;
}
.wc-block-components-panel,
.wc-block-components-totals-item {
padding: 0;
}
.wc-block-components-panel button,
.wc-block-components-totals-item button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
padding: 0;
border: 0;
}
.wc-block-components-panel button svg,
.wc-block-components-totals-item button svg {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-left: auto;
}
.wc-block-components-totals-wrapper {
padding: 0;
margin: 15px 0;
}
.wc-block-components-totals-wrapper:after {
display: none;
}
.wc-block-components-totals-wrapper:last-child {
border-top: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
float: right;
}
.wc-block-components-totals-item__description {
font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-totals-item__description button {
text-decoration: underline;
text-underline-offset: 3px;
letter-spacing: var(--wp--custom--typography--letter-spacing-body);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body), "wdth" var(--wp--custom--typography--font-width--body);
line-height: var(--wp--custom--typography--line-height--body);
text-transform: none;
}
.wc-block-components-totals-shipping__via {
margin-bottom: 15px;
}
.wc-block-components-totals-shipping__change-address-button {
margin-top: 5px;
}
.wc-block-components-radio-control {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 5px;
margin-top: 10px;
}
.wc-block-components-radio-control__option {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 5px;
cursor: pointer;
}
.wc-block-components-radio-control__option-layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 10px;
}
.wc-block-components-radio-control input {
margin-left: 0;
}
.wc-block-components-totals-coupon__form {
position: relative;
}
.wc-block-components-totals-coupon__content {
padding-top: 15px;
}
.wc-block-components-totals-coupon__content button {
position: absolute;
top: 0;
right: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: right;
width: auto;
height: 100%;
background-color: transparent;
color: var(--wp--preset--color--primary);
border: 0;
padding: 0;
font-size: var(--wp--preset--font-size--large);
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wc-block-components-totals-coupon__content button span {
width: 100%;
}
.wc-block-components-totals-coupon__input label {
position: absolute;
left: 15px;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
opacity: 0.5;
cursor: initial;
}
.wc-block-components-totals-coupon__input.is-active label {
display: none;
}
.wc-block-components-totals-coupon input {
width: 100%;
background-color: var(--wp--preset--color--accent-background);
border: 0;
}
.wc-block-components-totals-footer-item {
margin-top: 15px;
font-size: var(--wp--preset--font-size--medium);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc-block-components-panel__button {
text-transform: none;
}
.wc-block-components-panel__button, .wc-block-components-panel__button:hover, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus {
border: 0;
padding: 0;
}
.wc-block-components-address-form input {
width: 100%;
border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-shipping-calculator .wc-block-components-address-form {
display: block;
margin: 0;
padding: 15px 0;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode, .wc-block-components-shipping-calculator .wc-block-components-address-form__city {
position: relative;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode label, .wc-block-components-shipping-calculator .wc-block-components-address-form__city label {
position: absolute;
top: 0;
left: 15px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0.5;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode.is-active label, .wc-block-components-shipping-calculator .wc-block-components-address-form__city.is-active label {
display: none;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode .wc-block-components-validation-error, .wc-block-components-shipping-calculator .wc-block-components-address-form__city .wc-block-components-validation-error {
margin-top: 5px;
margin-right: 5px;
font-size: 12px;
color: #f00;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__postcode .wc-block-components-validation-error p, .wc-block-components-shipping-calculator .wc-block-components-address-form__city .wc-block-components-validation-error p {
margin: 0;
}
.wc-block-components-shipping-calculator .wc-block-components-address-form__city {
margin-bottom: 20px;
}
.wc-block-components-shipping-calculator button {
width: 100%;
}
.wc-block-components-combobox .wc-block-components-combobox-control {
font-family: inherit;
}
.wc-block-components-combobox .components-combobox-control__suggestions-container {
position: relative;
}
.wc-block-components-combobox .components-combobox-control__suggestions-container > div {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3Ryb2tlPSIjMjQyQTJFIj48cGF0aCBkPSJNMS41MDAwMiA0TDYuMDAwMDIgOEwxMC41IDQiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+);
background-repeat: no-repeat;
background-position: calc(100% - 16px) 50%;
cursor: pointer;
}
.wc-block-components-combobox .components-form-token-field__suggestions-list {
border: 1px solid;
position: absolute;
background-color: var(--wp--preset--color--white);
font-size: 16px;
list-style: none;
padding: 20px;
margin: 0;
margin-top: -1px;
width: 100%;
max-height: 300px;
overflow-y: scroll;
z-index: 1;
}
.wc-block-components-combobox .components-base-control__label {
font-size: var(--wp--preset--font-size--small);
margin-bottom: 5px;
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--body);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--body), "wdth" var(--wp--custom--typography--font-width--body);
}
.wc-block-checkout__form {
counter-reset: checkout-step;
}
.wc-block-checkout__form fieldset {
border: 0;
padding: 0;
margin: 0;
margin-bottom: 40px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
padding-bottom: 40px;
}
.wc-block-checkout__form label {
font-size: var(--wp--preset--font-size--small);
}
.wc-block-checkout__form .wc-block-components-text-input {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wc-block-checkout__form .wc-block-components-text-input input {
border-color: var(--wp--preset--color--accent-border);
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.wc-block-checkout__form .wc-block-components-text-input label {
margin-bottom: 5px;
}
.wc-block-checkout__form .wc-block-components-validation-error {
position: absolute;
top: 24px;
right: 0;
margin-top: 5px;
margin-right: 5px;
font-size: 12px;
}
.wc-block-checkout__form .wc-block-components-validation-error p {
margin: 0;
}
.wc-block-checkout__use-address-for-billing {
margin: 20px 0;
}
.wc-block-checkout__use-address-for-billing label, .wc-block-checkout__add-note label {
cursor: pointer;
}
.wc-block-checkout__use-address-for-billing label input, .wc-block-checkout__add-note label input {
cursor: pointer;
}
.wc-block-checkout__add-note {
margin-bottom: 20px;
}
.wc-block-checkout__add-note .wc-block-components-textarea {
margin-top: 20px;
border: 1px solid;
border-color: var(--wp--preset--color--accent-border);
background-color: transparent;
}
.wc-block-checkout__terms {
font-size: var(--wp--preset--font-size--small);
margin-bottom: 15px;
margin-top: 40px;
}
.wc-block-checkout__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
}
.wc-block-checkout__actions_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.wc-block-checkout__sidebar {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--primary);
}
.wc-block-components-checkout-return-to-cart-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 16px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.wc-block-components-checkout-return-to-cart-button svg {
display: none;
}
.wc-block-components-checkout-place-order-button {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
border: 0;
width: 100%;
font-size: var(--wp--preset--font-size--large);
font-variant-caps: all-small-caps;
padding: 0.4em 0.8em;
border: 1px solid;
border-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
margin-top: 20px;
text-decoration: none;
overflow: hidden;
cursor: pointer;
z-index: 1;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wc-block-components-checkout-place-order-button:hover {
color: var(--wp--preset--color--primary);
}
.wc-block-components-checkout-place-order-button:before {
content: "";
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
margin-top: 0px;
z-index: -1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.wc-block-components-checkout-place-order-button:hover:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.wc-block-components-address-form {
display: grid;
gap: 20px 24px;
grid-template-columns: 1fr 1fr;
margin-bottom: 30px;
}
.wc-block-components-address-form__address_1, .wc-block-components-address-form__address_2 {
grid-column-start: span 2;
}
.wc-block-components-checkbox__mark {
display: none;
height: 18px;
margin-left: 0.1em;
margin-top: -0.15em;
pointer-events: none;
position: absolute;
width: 18px;
}
.wc-block-components-checkbox__label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
input:checked + .wc-block-components-checkbox__mark {
display: block;
}
.wc-block-components-checkbox label {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.wc-block-components-checkbox input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 20px;
height: 20px;
margin: 0;
border: 1px solid;
}
.wc-block-components-shipping-rates-control label {
font-size: var(--wp--custom--typography--font-size--body);
}
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__secondary-label {
margin-left: 10px;
}
.wc-block-components-shipping-rates-control .wc-block-components-panel__button {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wc-block-components-shipping-rates-control__package-items {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
text-align: left;
font-size: var(--wp--preset--font-size--small);
margin: 10px 0;
padding: 0;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
gap: 0px;
line-height: 1.6;
}
.wc-block-components-shipping-rates-control__package-items li {
list-style: none;
margin: 0;
padding: 0;
}
.wc-block-components-shipping-rates-control__package-items li:not(:last-child):after {
content: ", ";
white-space: pre;
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option {
padding-top: 15px;
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option:not(:last-child) {
padding-bottom: 15px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-content {
font-size: var(--wp--preset--font-size--small);
margin-left: 20px;
margin-top: 10px;
}
.wp-block-woocommerce-checkout-payment-block .wc-block-components-payment-method-label {
font-size: var(--wp--custom--typography--font-size--heading-6);
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc-block-components-checkout-step__heading {
margin-bottom: 20px;
}
.wc-block-components-checkout-step__heading h2 {
margin-top: 0;
margin-bottom: 0;
font-size: var(--wp--custom--typography--font-size--heading-5);
}
.wc-block-components-checkout-step__title:before {
content: " " counter(checkout-step)/"";
counter-increment: checkout-step 1;
border: 1px solid;
width: 42px;
height: 42px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
border-radius: 50%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 15px;
}
.wc-block-components-checkout-step__description {
font-size: var(--wp--preset--font-size--small);
margin-top: 30px;
}
.wc-block-components-order-summary__content {
padding-top: 15px;
}
.wc-block-components-order-summary > h2 {
margin-top: 0;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-order-summary > h2 .wc-block-components-panel__button {
font-size: var(--wp--custom--typography--font-size--heading-5);
}
.wc-block-components-order-summary .wc-block-components-product-image {
max-width: 90px;
aspect-ratio: 1;
}
.wc-block-components-order-summary-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 20px 0;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-order-summary-item:first-child {
padding-top: 0;
}
.wc-block-components-order-summary-item__image {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 90px;
}
.wc-block-components-order-summary-item__image img {
max-width: 100%;
background-color: var(--wp--preset--color--accent-background);
}
.wc-block-components-order-summary-item__quantity {
position: absolute;
top: 0;
right: 0;
margin-top: -12px;
margin-right: -12px;
width: 24px;
height: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
background-color: var(--wp--preset--color--primary);
color: var(--wp--preset--color--lite);
}
.wc-block-components-order-summary-item__quantity span {
font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-order-summary-item__description {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-left: 20px;
}
.wc-block-components-order-summary-item__total-price {
margin-left: auto;
}
.wc-block-components-order-summary .wc-block-components-product-name {
display: block;
text-decoration: none;
margin-bottom: 5px;
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc-block-components-order-summary .wc-block-components-product-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 5px;
}
.wc-block-components-order-summary .wc-block-components-product-price ins {
text-decoration: none;
}
.wc-block-components-order-summary .wc-block-components-product-metadata__description {
display: none;
font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-order-summary .wc-block-components-product-details {
padding: 0;
}
.wc-block-components-order-summary .wc-block-components-product-details li {
list-style: none;
}
.wc-block-components-notices:not(:empty) {
width: 100%;
margin-bottom: 40px;
}
.wc-block-components-notices > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 10px;
}
.wc-block-components-notices button {
border: 0;
padding: 0;
line-height: 1;
background-color: transparent;
}
.wc-block-components-notices svg {
width: 18px;
height: 18px;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:not(:empty) {
margin-top: 36px;
margin-bottom: 0;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notice-banner.is-error {
background-color: #ecc6c6;
padding: 16px;
}
.wc-block-featured-category,
.wc-block-featured-product {
padding: 1.25rem 1.5rem;
}
.wc-block-featured-category__background-image,
.wc-block-featured-product__background-image {
max-width: 100%;
}
.wc-block-grid__products {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 24px;
margin: 0;
padding: 0;
}
.wc-block-grid__products > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
border: 0;
list-style: none;
text-align: left;
padding-left: 0;
}
.wc-block-grid .wc-block-grid__product-title, .wc-block-grid .wc-block-grid__product-add-to-cart {
margin: 0;
}
.wc-block-grid .wc-block-grid__product-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wc-block-grid .wc-block-grid__product-title {
margin-top: 12px;
margin-bottom: 8px;
}
.wc-block-grid .wc-block-grid__product-description {
margin-bottom: 25px;
}
.wc-block-grid .wc-block-grid__product-add-to-cart {
font-size: var(--wp--custom--typography--font-size--body-lg);
margin-top: auto;
}
.wc-block-grid .wc-block-grid__product-add-to-cart .wp-block-button__link {
width: 100%;
gap: 0;
font-size: 100%;
padding: 0.4em 0.8em;
border: 1px solid;
font-variant-caps: all-small-caps;
letter-spacing: var(--wp--custom--typography--letter-spacing--button);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--button), "wdth" var(--wp--custom--typography--font-width--button);
}
.wc-block-grid .wc-block-grid__product-add-to-cart a > span:before {
content: "-";
margin-left: 4px;
margin-right: 4px;
}
.wc-block-grid__product-image a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.wc-block-grid__product-image img {
max-width: 100%;
width: 100%;
aspect-ratio: 1;
-o-object-fit: cover;
object-fit: cover;
background-color: var(--wp--preset--color--accent-background);
}
.wc-block-grid__product-title {
opacity: 1;
visibility: visible;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
font-size: var(--wp--custom--typography--font-size--body-lg);
font-family: var(--wp--preset--font-family--primary-font);
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc-block-grid__product-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 2px;
font-size: var(--wp--custom--typography--font-size--body);
line-height: var(--wp--custom--typography--line-height--heading);
}
.wc-block-grid__product-price ins {
text-decoration: none;
}
.wc-block-grid__product-price del {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
font-size: var(--wp--custom--typography--font-size--body-xs);
margin-top: 1px;
}
.wc-block-grid__product-price[data-block-name] {
margin: 1em 0;
}
.wc-block-grid .wc-block-grid__product-onsale {
height: 100%;
font-size: var(--wp--custom--typography--font-size--body-sm);
font-variant-caps: all-small-caps;
background-color: transparent;
padding: 0em 0.4em;
margin: 0;
margin-bottom: 4px;
border: 1px solid;
border-radius: 0px;
line-height: 1.2;
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading-sm), "wdth" var(--wp--custom--typography--font-width--heading-sm);
text-transform: uppercase;
}
.wc-block-grid .wc-block-components-product-sale-badge--align-right {
left: auto;
right: 0;
}
.wc-block-grid__product-rating {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/star-outlined.png);
background-size: 12px;
height: 12px;
width: 60px;
margin: 10px 0;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
display: none;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars > span {
display: block;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/star.png);
background-size: 12px;
height: 12px;
text-indent: -2999px;
overflow: hidden;
}
.wc-block-grid__product-rating .star-rating {
height: 12px;
width: 60px;
margin: 10px 0;
}
.wc-block-grid__product-rating .star-rating:before {
display: none;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
background-color: transparent;
color: var(--wp--preset--color--black);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
opacity: 1;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
-webkit-animation: rotate 1s infinite;
animation: rotate 1s infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
border: solid 1px var(--wp--preset--color--primary);
border-radius: 50%;
border-right-color: var(--wp--preset--color--accent-border);
border-bottom-color: var(--wp--preset--color--accent-border);
content: "";
display: inline-block;
background-color: transparent;
margin: 0;
margin-left: 0px;
margin-right: 0px;
width: 16px;
height: 16px;
position: relative;
top: 1px;
right: 0;
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:hover {
text-decoration: underline;
text-underline-offset: 0.35em;
text-decoration-thickness: 1px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
content: "";
background-color: transparent;
margin: 0;
width: 16px;
height: 16px;
margin-left: 0px;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/check.png);
background-repeat: no-repeat;
background-size: 16px 11px;
background-position: center;
}
.wc-block-grid a {
text-decoration: none;
}
.wc-block-components-sort-select {
text-align: right;
margin-bottom: 20px;
}
.wc-block-components-sort-select label {
font-size: var(--wp--preset--font-size--small);
margin-right: 10px;
}
.wc-block-components-sort-select select {
min-width: 210px;
background-color: transparent;
border: 0;
border-bottom: 1px solid;
padding: 0;
height: 32px;
font-size: var(--wp--preset--font-size--small);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3Ryb2tlPSIjMjQyQTJFIj48cGF0aCBkPSJNMS41MDAwMiA0TDYuMDAwMDIgOEwxMC41IDQiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+);
background-repeat: no-repeat;
background-position: 100% 50%;
cursor: pointer;
}
.wc-block-components-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 20px;
padding: 0;
margin-top: 40px;
}
.wc-block-components-pagination button {
list-style: none;
padding: 0;
min-width: 0;
border: 0;
}
.wc-block-components-pagination button.wc-block-components-pagination-page--arrow[disabled] {
display: none;
}
.wc-block-components-pagination .wc-block-components-pagination__page--active {
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid;
border-radius: 50%;
}
.wc-block-components-review-list {
padding-left: 0;
}
.wc-block-components-review-list li {
list-style: none;
}
.wc-block-components-review-list li:not(:last-child) {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid;
border-color: var(--wp--preset--color--accent-border);
}
.wc-block-components-review-list-item__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 10px;
}
.wc-block-components-review-list-item__image {
margin-right: 15px;
border-radius: 50%;
}
.wc-block-components-review-list-item__image img {
width: 80px;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.wc-block-components-review-list-item__product, .wc-block-components-review-list-item__author {
letter-spacing: var(--wp--custom--typography--letter-spacing--heading);
font-variation-settings: "wght" var(--wp--custom--typography--font-weight--heading), "wdth" var(--wp--custom--typography--font-width--heading);
text-transform: uppercase;
}
.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__published-date {
font-size: var(--wp--preset--font-size--small);
}
.wc-block-components-review-list-item__text {
background-color: var(--wp--preset--color--accent-border);
padding: 30px;
}
.wc-block-components-review-list-item__text p:first-child {
margin-top: 0;
}
.wc-block-components-review-list-item__text p:last-child {
margin-bottom: 0;
}
.wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars {
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/star-outlined.png);
background-size: 12px;
height: 12px;
width: 60px;
}
.wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars:before {
display: none;
}
.wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
display: block;
background-image: url(https://shop.saas.neuroncloud.ai/wp-content/themes/everglow/assets/img/star.png);
background-size: 12px;
height: 12px;
text-indent: -2999px;
overflow: hidden;
}
@media (min-width: 782px) {
.wc-block-cart .wc-block-cart-items__row,
.wc-block-mini-cart__drawer .wc-block-cart-items__row {
padding: 24px 0;
}
.wc-block-cart .wc-block-cart-items__row:first-child,
.wc-block-mini-cart__drawer .wc-block-cart-items__row:first-child {
padding-top: 0;
}
.wc-block-cart .wc-block-cart-items__row:last-child,
.wc-block-mini-cart__drawer .wc-block-cart-items__row:last-child {
padding-bottom: 0;
border: 0;
}
.wc-block-cart .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer .wc-block-components-quantity-selector {
width: 120px;
height: 24px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
padding-right: 24px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.wc-block-mini-cart__drawer table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
padding-left: 24px;
}
.wc-block-checkout__sidebar {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
border: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.wc-block-grid.has-1-columns .wc-block-grid__products {
grid-template-columns: 1fr;
}
.wc-block-grid.has-2-columns .wc-block-grid__products {
grid-template-columns: repeat(2, 1fr);
}
.wc-block-grid.has-3-columns .wc-block-grid__products {
grid-template-columns: repeat(3, 1fr);
}
.wc-block-grid.has-4-columns .wc-block-grid__products {
grid-template-columns: repeat(3, 1fr);
}
.wc-block-grid.has-5-columns .wc-block-grid__products {
grid-template-columns: repeat(3, 1fr);
}
.wc-block-grid.has-6-columns .wc-block-grid__products {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 908px) {
.wc-block-cart__main,
.wc-block-checkout__main {
width: calc(66.66% - 12px);
}
.wc-block-cart__sidebar,
.wc-block-checkout__sidebar {
width: calc(33.34% - 12px);
}
}
@media (min-width: 991px) {
.wc-block-grid.has-4-columns .wc-block-grid__products, .wc-block-grid.has-5-columns .wc-block-grid__products, .wc-block-grid.has-6-columns .wc-block-grid__products {
grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 1400px) {
.wc-block-grid.has-5-columns .wc-block-grid__products, .wc-block-grid.has-6-columns .wc-block-grid__products {
grid-template-columns: repeat(5, 1fr);
}
}
@media (min-width: 1600px) {
.wc-block-grid.has-6-columns .wc-block-grid__products {
grid-template-columns: repeat(6, 1fr);
}
}
.woocommerce .select2-container {
line-height: 0;
}
.woocommerce .select2-container--default .select2-selection--single {
border-radius: 0;
border-color: var(--wp--preset--color--accent-border);
background-color: transparent;
height: auto;
padding: 7px 12px;
outline: 0;
}
.woocommerce .select2 .selection {
display: block;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: var(--wp--preset--font-size--small);
line-height: 1.6;
padding-left: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 16px;
right: 16px;
color: #bbb;
}
.woocommerce-page .select2-results__option {
padding: 6px 10px;
margin-bottom: 0;
font-size: var(--wp--preset--font-size--small);
}
.woocommerce-page .select2-results__option,
.woocommerce-page .select2-container--default .select2-results__option[aria-selected=true]:focus,
.woocommerce-page .select2-container--default .select2-results__option[data-selected=true]:focus {
outline: 0;
}
.woocommerce-page .select2-container--default .select2-results__option[aria-selected=true],
.woocommerce-page .select2-container--default .select2-results__option[data-selected=true] {
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
background-color: transparent;
color: var(--everglow_color_text_primary);
}
.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: transparent;
color: var(--everglow_color_text_primary);
}
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
padding: 10px;
}
.woocommerce-page .select2-search--dropdown {
padding: 10px;
}
.woocommerce-page .select2-dropdown {
border-color: var(--wp--preset--color--accent-border);
border-radius: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
border: 0;
top: 0;
width: 12px;
height: 12px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3Ryb2tlPSIjMjQyQTJFIj48cGF0aCBkPSJNMS41MDAwMiA0TDYuMDAwMDIgOEwxMC41IDQiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+);
background-repeat: no-repeat;
}