:root {
    --global-font-color: #505050;
    --global-font-family: "Nunito Sans", serif;
    --global-font-size: 16;
    --global-font-line-height: 1.4;
    --highlight-font-family: "Nunito Sans", "Helvetica Neue", "Arial Narrow", sans-serif;
    --content-width: 100%;
    --dropdown-symbol-width: 0.7em;
    --color-theme-primary: #a71d38;
    --color-theme-loader: #ef5455;
    --color-theme-body: #f7f7f9;
    --color-layout-boxed: #fff;
    --global-title-color: #003049;
    --color-theme-white-box: #fff;
    --color-link: #003049;
    --color-link-hover: #a71d38;
    --global-body-lightcolor: #fafafa;
    --color-meta: #767676;
    --color-topbar-bg: #a71d38;
    --color-topbar-content: #fff;
    --color-topbar-link: #fff;
    --color-topbar-link-hover: #fff;
    --color-site-title: #003049;
    --color-site-title-hover: #a71d38;
    --color-header-bg: #fff;
    --color-menu: #003049;
    --color-menu-hover: #a71d38;
    --color-menu-active: #a71d38;
    --color-subheader-bg: hsla(0, 0%, 100%, 0.5);
    --color-subheader-title: #003049;
    --color-panel-toggle: #a71d38;
    --color-panel-bg: #fff;
    --color-panel-menu: #003049;
    --color-panel-menu-hover: #a71d38;
    --color-panel-menu-active: #a71d38;
    --color-panel-bg-hover: #fff;
    --color-panel-bg-active: #fff;
    --color-footer-bg: #fff;
    --color-footer-title: #003049;
    --color-footer-content: #505050;
    --color-footer-link: #003049;
    --color-footer-link-hover: #a71d38;
    --color-copyright-bg: #fff;
    --color-copyright-content: #505050;
    --color-copyright-link: #003049;
    --color-copyright-link-hover: #a71d38;
    --color-activity-btn: rgba(0, 0, 0, 0.6);
    --color-bp-count: #a5a5a5;
    --color-hr: #e8e8e8;
    --color-theme-secondary: #41848f;
    --color-theme-red: #c0392b;
    --color-theme-green: #27ae60;
    --color-theme-blue: #2980b9;
    --color-theme-yellow: #f1c40f;
    --color-theme-black: #1c2833;
    --color-theme-grey: #95a5a6;
    --color-theme-white: #ecf0f1;
    --color-custom-daylight: #97c0b7;
    --color-custom-sun: #eee9d1;
    --global-border-color: #e4e3e3;
    --button-background-color: #a71d38;
    --button-background-hover-color: #f83939;
    --button-text-color: #fff;
    --button-text-hover-color: #fff;
    --button-border-color: #a71d38;
    --button-border-hover-color: #f83939;
    --color-quote-border: #003049;
    --color-quote-citation: #6c7781;
    --font-size-small: calc(16/var(--global-font-size)*1rem);
    --font-size-regular: calc(var(--global-font-size)/16*1rem);
    --font-size-large: calc(36/var(--global-font-size)*1rem);
    --font-size-larger: calc(48/var(--global-font-size)*1rem);
    --container-width: 1170px;
    --container-sm: 540px;
    --container-md: 740px;
    --container-lg: 960px;
    --container-xl: 1140px;
    --container-xxl: 1400px;
    --grid-gutter-width: 30px;
    --el-spacing: 2rem;
    --global-sidebar-width: 260px;
    --global-border-radius: 8px;
    --global-border-radius-inner: calc(var(--global-border-radius) - 3px);
    --button-border-radius: 6px;
    --form-border-radius: 6px;
    --textarea-border-radius: 6px;
    --line-clamp-title: 2;
    --line-clamp-with-media: 2;
    --line-clamp-no-media: 3;
    --line-clamp-big-title: 2;
    --line-clamp-big-text: var(--line-clamp-big-text);
    --bx-article-big-sm: 1rem;
    --bx-article-big-md: 1rem;
    --bx-article-big-lg: 1.25rem;
    --bx-article-big-title-sm: 1.5rem;
    --bx-article-big-title-md: 1.75rem;
    --bx-article-big-title-lg: 2.25rem;
    --line-clamp-list-title: 2;
    --line-clamp-list-text: var(--line-clamp-list-text);
    --bx-article-list-sm: 1rem;
    --bx-article-list-md: 1rem;
    --bx-article-list-lg: 1.15rem;
    --bx-article-list-title-sm: 1.31rem;
    --bx-article-list-title-md: 1.5rem;
    --bx-article-list-title-lg: 1.75rem;
    --line-clamp-card-title: 2;
    --line-clamp-card-text: var(--line-clamp-card-text);
    --bx-article-card-title-sm: 1.2rem;
    --bx-article-card-title-md: 1.5rem;
    --bx-article-card-title-lg: 1.5rem;
    --bx-article-list-card-sm: 1rem;
    --bx-article-list-card-md: 1rem;
    --bx-article-list-card-lg: 1.15rem;
    --line-clamp-grid-title: 2;
    --line-clamp-grid-text: var(--line-clamp-grid-text);
    --bx-article-grid-title-sm: 1.5rem;
    --bx-article-grid-title-md: 1.75rem;
    --bx-article-grid-title-lg: 2.25rem
}

.dark-mode {
    --color-theme-primary: #e94560;
    --color-theme-loader: #e94560;
    --color-link-hover: #e94560;
    --global-font-color: #bfc2c9;
    --color-theme-body: #1a1a2e;
    --color-layout-boxed: #0a1128;
    --global-title-color: #fcfcfc;
    --color-theme-white-box: #16213e;
    --color-link: #fcfcfc;
    --global-border-color: #1d3155;
    --color-header-bg: #16213e;
    --color-menu: #fcfcfc;
    --color-subheader-bg: #0f3460;
    --color-subheader-title: #fcfcfc;
    --global-body-lightcolor: #0f3460;
    --color-meta: #9ba0be;
    --color-site-title: #fcfcfc;
    --color-site-title-hover: #e94560;
    --color-topbar-bg: #e94560;
    --color-menu-hover: #e94560;
    --color-menu-active: #e94560;
    --button-background-color: #e94560;
    --button-background-hover-color: #d6334e;
    --button-border-color: #e94560;
    --button-border-hover-color: #d6334e;
    --color-panel-toggle: #e94560;
    --color-panel-menu-hover: #e94560;
    --color-panel-menu-active: #e94560;
    --color-panel-bg: #16213e;
    --color-panel-menu: #fcfcfc;
    --color-panel-bg-hover: #0f3460;
    --color-panel-bg-active: #0f3460;
    --color-footer-bg: #16213e;
    --color-footer-title: #fcfcfc;
    --color-footer-content: #bfc2c9;
    --color-footer-link: #fcfcfc;
    --color-footer-link-hover: #e94560;
    --color-copyright-bg: #16213e;
    --color-copyright-content: #bfc2c9;
    --color-copyright-link: #fcfcfc;
    --color-copyright-link-hover: #e94560;
    --color-activity-btn: hsla(0, 0%, 100%, 0.6);
    --color-bp-count: #2f3d4f;
    --color-hr: #383c43;
    --color-quote-border: #6c7781
}

.woocommerce-page .entry-footer,
.woocommerce-page .entry-meta,
.woocommerce .entry-footer,
.woocommerce .entry-meta {
    display: none
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce-product-search button[type=submit],
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    color: var(--button-text-color);
    background-color: #a71d38;
    background-color: var(--button-background-color);
    border-radius: 6px;
    border-radius: var(--button-border-radius);
    padding: 10px 20px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3;
    border: 1px solid #a71d38;
    border: 1px solid var(--button-border-color);
    outline: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-product-search button[type=submit]:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:hover {
    background-color: #f83939;
    background-color: var(--button-background-hover-color);
    border: 1px solid #f83939;
    border: 1px solid var(--button-border-hover-color);
    color: #fff;
    color: var(--button-text-hover-color)
}

.woocommerce-pagination ul li a:focus,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #a71d38;
    color: var(--color-link-hover)
}

.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-ordering {
    margin-bottom: 2em
}

.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
    position: relative;
    background: #fff;
    background: var(--color-theme-white-box);
    text-align: center;
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    border-radius: 8px;
    border-radius: var(--global-border-radius);
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a img {
    border-top-left-radius: 8px;
    border-top-left-radius: var(--global-border-radius);
    border-top-right-radius: 8px;
    border-top-right-radius: var(--global-border-radius)
}

body.woocommerce-page ul.products li.product .star-rating,
body.woocommerce ul.products li.product .star-rating {
    margin: 5px auto 10px
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    margin: 0 1em
}

.woocommerce ul.products li.product .price {
    color: #a71d38;
    color: var(--color-link-hover);
    margin: 0 16px;
    font-size: 20px
}

@media only screen and (max-width:543px) {
    .woocommerce ul.products li.product .price {
        font-size: 16px
    }
}

.woocommerce ul.products li.product .price>span {
    margin: 0 4px
}

.woocommerce ul.products li.product .price {
    text-align: center;
    font-weight: 500
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 500
}

.woocommerce ul.products li.product .price del {
    font-size: 14px;
    margin-right: 4px;
    color: #949494;
    opacity: 1;
    font-weight: 400
}

.woocommerce ul.products li.product .star-rating {
    margin: 5px 1em 10px
}

.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #a71d38;
    color: var(--color-link-hover)
}

.woocommerce ul.products li.product .button {
    margin: 1em;
    padding: 10px 5px;
    display: block;
    text-align: center;
    line-height: 1.3
}

.woocommerce a.added_to_cart {
    padding: 0 10px 10px;
    display: block;
    text-align: center
}

.woocommerce span.onsale {
    top: 2px;
    left: 2px;
    background-color: #a71d38;
    background-color: var(--color-theme-primary)
}

.woocommerce ul.products li.product .onsale {
    top: 2px;
    right: 2px;
    margin: 0;
    font-weight: 400
}

.woocommerce ul.products li.product.left-position .onsale {
    right: auto;
    left: 2px
}

.woocommerce span.onsale {
    min-height: auto;
    line-height: 1.5;
    border-radius: 100px;
    min-width: 60px;
    font-size: 12px;
    padding: 5px
}

.woocommerce .square-sale span.onsale {
    border-radius: 0
}

.woocommerce .circle-sale span.onsale {
    padding: 0;
    width: 50px;
    min-width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%
}

.woocommerce-pagination {
    text-align: center
}

.woocommerce-pagination ul,
.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0
}

.woocommerce-pagination ul li {
    display: inline-block
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    margin-bottom: .5em;
    margin-right: 1em;
    min-width: 1.75em;
    line-height: 1.5;
    text-align: center;
    background: #fff !important;
    background: var(--color-theme-white-box) !important;
    font-weight: 400;
    border-radius: .28571429rem;
    text-transform: none;
    text-shadow: none !important;
    -webkit-box-shadow: inset 0 0 0 1px #e4e3e3;
    box-shadow: inset 0 0 0 1px #e4e3e3;
    -webkit-box-shadow: inset 0 0 0 1px var(--global-border-color);
    box-shadow: inset 0 0 0 1px var(--global-border-color);
    padding: 10px 15px;
    text-decoration: none
}

.woocommerce-page ul.products li.product small.wcvendors_sold_by_in_loop,
.woocommerce ul.products li.product small.wcvendors_sold_by_in_loop {
    width: 100%;
    padding: 0
}

.woocommerce.woo-product-style-1 ul.products {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.woocommerce.woo-product-style-1 ul.products li.product:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.woocommerce.woo-product-style-1 ul.products.columns-2 li.product {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px)
}

.woocommerce.woo-product-style-1 ul.products.columns-3 li.product {
    width: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px)
}

.woocommerce.woo-product-style-1 ul.products.columns-4 li.product {
    width: calc(25% - 20px);
    max-width: calc(25% - 20px)
}

.woocommerce.woo-product-style-1 ul.products.columns-4 li.product .bs_after_shop_loop_item_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.woocommerce.woo-product-style-1 ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward {
    width: 100%;
    border-right: 0;
    border-radius: 0
}

.woocommerce.woo-product-style-1 ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button {
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%
}

.woocommerce.woo-product-style-1 ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added {
    border-radius: 0 0 4px 4px
}

.woocommerce.woo-product-style-1 ul.products li.product,
.woocommerce.woo-product-style-1 ul.products li.product.type-product {
    margin: 0 10px 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.woocommerce-page.woo-product-style-1 ul.products li.product,
.woocommerce.woo-product-style-1 li.product {
    background-color: #fff;
    background-color: var(--color-theme-white-box);
    -webkit-box-shadow: 0 0 2px 0 rgba(18, 43, 70, .25);
    box-shadow: 0 0 2px 0 rgba(18, 43, 70, .25);
    border: 0;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 10px 20px;
    width: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px)
}

.dark-mode .woocommerce-page.woo-product-style-1 ul.products li.product,
.dark-mode .woocommerce.woo-product-style-1 li.product {
    -webkit-box-shadow: 0 0 2px 0 hsla(0, 0%, 100%, .25);
    box-shadow: 0 0 2px 0 hsla(0, 0%, 100%, .25)
}

.woocommerce.woo-product-style-1 li.product a.woocommerce-LoopProduct-link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.woocommerce.woo-product-style-1 li.product a.woocommerce-LoopProduct-link>img {
    border-radius: 4px 4px 0 0;
    margin: 0 0 .5em;
    border: 0;
    border-bottom: 1px solid #e4e3e3;
    border-bottom: 1px solid var(--global-border-color)
}

.woocommerce.woo-product-style-1 li.product .woocommerce-loop-product__title {
    text-align: center;
    font-size: 16px;
    line-height: 24px
}

.woocommerce.woo-product-style-1 li.product .star-rating {
    margin-left: auto;
    margin-right: auto
}

.woocommerce.woo-product-style-1 ul.products li.product .price {
    margin-bottom: .5em
}

.woocommerce.woo-product-style-1 ul.products li.product .bs_after_shop_loop_item_separator {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e4e3e3;
    border-bottom: 1px solid var(--global-border-color);
    margin: .4em 0 0
}

.woocommerce.woo-product-style-1 ul.products li.product .bs_after_shop_loop_item_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce.woo-product-style-1 ul.products li.product a.button {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.woocommerce.woo-product-style-1 ul.products li.product a.added_to_cart.wc-forward,
.woocommerce.woo-product-style-1 ul.products li.product a.button.add_to_cart_button,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_external,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_grouped,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_simple,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_variable {
    border-radius: 0 0 6px 6px;
    border: 0;
    background-color: #fff;
    background-color: var(--color-theme-white-box);
    float: right;
    color: #a71d38;
    color: var(--color-link-hover);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 2.5;
    text-align: center;
    min-height: auto;
    white-space: nowrap;
    overflow: hidden;
    padding: .618em 1em;
    margin: 0
}

.woocommerce.woo-product-style-1 ul.products li.product a.added_to_cart.wc-forward:hover,
.woocommerce.woo-product-style-1 ul.products li.product a.button.add_to_cart_button:hover,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_external:hover,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_grouped:hover,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_simple:hover,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_variable:hover {
    background-color: #a71d38;
    background-color: var(--color-link-hover);
    color: #fff
}

.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_external {
    white-space: normal;
    line-height: 2
}

.woocommerce.woo-product-style-1 ul.products li.product a.button.add_to_cart_button.added {
    border-radius: 0 0 4px 0;
    margin-top: auto;
    border-top: 1px solid #e4e3e3;
    border-top: 1px solid var(--global-border-color)
}

.woocommerce.woo-product-style-1 ul.products li.product a.button.add_to_cart_button,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_external,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_grouped,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_simple,
.woocommerce.woo-product-style-1 ul.products li.product a.button.product_type_variable {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: auto;
    border-top: 1px solid #e4e3e3;
    border-top: 1px solid var(--global-border-color)
}

.woocommerce.woo-product-style-1 ul.products li.product a.added_to_cart.wc-forward {
    border-radius: 0 0 0 4px;
    border-right: 1px solid #e4e3e3;
    border-right: 1px solid var(--global-border-color);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    max-height: 50px;
    margin-top: auto;
    border-top: 1px solid #e4e3e3;
    border-top: 1px solid var(--global-border-color)
}

.woocommerce-page.woo-product-style-1 ul.products li.product:hover,
.woocommerce.woo-product-style-1 ul.products li.product:hover {
    -webkit-box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12);
    box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12)
}

@media only screen and (min-width:1200px) {

    .woocommerce.woo-product-style-1.has-woocommerce-sidebar-both ul.products.columns-4 a.button.add_to_cart_button.added:after,
    .woocommerce.woo-product-style-1.has-woocommerce-sidebar-both ul.products.columns-5 a.button.add_to_cart_button.added:after,
    .woocommerce.woo-product-style-1.has-woocommerce-sidebar-both ul.products.columns-6 a.button.add_to_cart_button.added:after,
    .woocommerce.woo-product-style-1.has-woocommerce-sidebar-left ul.products.columns-4 a.button.add_to_cart_button.added:after,
    .woocommerce.woo-product-style-1.has-woocommerce-sidebar-left ul.products.columns-5 a.button.add_to_cart_button.added:after,
    .woocommerce.woo-product-style-1.has-woocommerce-sidebar-left ul.products.columns-6 a.button.add_to_cart_button.added:after,
    .woocommerce.woo-product-style-1.has-woocommerce-sidebar-right ul.products.columns-4 a.button.add_to_cart_button.added:after,
    .woocommerce.woo-product-style-1.has-woocommerce-sidebar-right ul.products.columns-5 a.button.add_to_cart_button.added:after,
    .woocommerce.woo-product-style-1.has-woocommerce-sidebar-right ul.products.columns-6 a.button.add_to_cart_button.added:after {
        display: none
    }
}

.woocommerce.woo-product-style-1 ul.products.columns-5 a.added_to_cart.wc-forward,
.woocommerce.woo-product-style-1 ul.products.columns-6 a.added_to_cart.wc-forward,
.woocommerce.woo-product-style-1.has-woocommerce-sidebar-both ul.products.columns-4 a.added_to_cart.wc-forward,
.woocommerce.woo-product-style-1.has-woocommerce-sidebar-left ul.products.columns-4 a.added_to_cart.wc-forward,
.woocommerce.woo-product-style-1.has-woocommerce-sidebar-right ul.products.columns-4 a.added_to_cart.wc-forward {
    width: 100%;
    border-right: 0
}

@media only screen and (max-width:992px) {
    .woocommerce.woo-product-style-1 li.product a.button.add_to_cart_button.added {
        border-radius: 0 0 4px 4px
    }

    .woocommerce.woo-product-style-1 ul.products li.product a.added_to_cart.wc-forward {
        width: 100%;
        border-right: 0;
        border-radius: 0
    }
}

.woocommerce.woo-product-style-1 ul.products li.product .onsale {
    top: 0;
    margin: 0;
    right: 0;
    left: auto;
    border-radius: 0 4px 0 4px
}

.woocommerce.woo-product-style-1 ul.products li.product.left-position .onsale {
    left: 0;
    right: auto;
    border-radius: 4px 0 4px 0
}

.woocommerce.woo-product-style-1 span.onsale {
    margin: 0;
    top: 0;
    left: 0;
    border-top: 1px solid #e4e3e3;
    border-top: 1px solid var(--global-border-color);
    border-left: 1px solid #e4e3e3;
    border-left: 1px solid var(--global-border-color);
    right: auto;
    border-radius: 4px 0 4px 0;
    padding: 10px;
    background-color: #a71d38;
    background-color: var(--color-link-hover);
    min-height: auto;
    min-width: auto;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 12px
}

.woocommerce.woo-product-style-1 li.product span.onsale {
    border-top: 0;
    border-left: 0
}

.woocommerce.woo-product-style-1 .square-sale span.onsale,
.woocommerce.woo-product-style-1 ul.products li.product.square-sale span.onsale {
    top: 10px;
    left: 10px;
    border-radius: 0
}

.woocommerce.woo-product-style-1 .circle-sale span.onsale,
.woocommerce.woo-product-style-1 ul.products li.product.circle-sale span.onsale {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%
}

.woocommerce.woo-product-style-1 .circle-sale span.onsale,
.woocommerce.woo-product-style-1 ul.products li.product .circle-sale span.onsale {
    top: 10px;
    left: 10px;
    border-radius: 50%
}

.woocommerce.woo-product-style-1 .woocommerce-info {
    color: inherit
}

@media only screen and (max-width:1200px) {

    .woo-product-style-1.has-woocommerce-sidebar-both .content-area ul.products,
    .woo-product-style-1.has-woocommerce-sidebar-left .content-area ul.products,
    .woo-product-style-1.has-woocommerce-sidebar-right .content-area ul.products {
        margin-left: -1%;
        margin-right: -1%
    }

    .woo-product-style-1.has-woocommerce-sidebar-both .content-area ul.products li.product,
    .woo-product-style-1.has-woocommerce-sidebar-left .content-area ul.products li.product,
    .woo-product-style-1.has-woocommerce-sidebar-right .content-area ul.products li.product {
        width: 31.333%;
        max-width: 31.333%;
        margin: 0 1% 2%
    }

    .woocommerce.woo-product-style-1 ul.products.products li.product {
        width: 31.333%;
        max-width: 31.333%
    }
}

@media only screen and (max-width:992px) {

    .woo-product-style-1.has-woocommerce-sidebar-both .content-area ul.products,
    .woo-product-style-1.has-woocommerce-sidebar-left .content-area ul.products,
    .woo-product-style-1.has-woocommerce-sidebar-right .content-area ul.products,
    body.woo-product-style-1:not(.has-woocommerce-sidebar-both) .content-area ul.products,
    body.woo-product-style-1:not(.has-woocommerce-sidebar-left) .content-area ul.products,
    body.woo-product-style-1:not(.has-woocommerce-sidebar-right) .content-area ul.products {
        margin-left: -1%;
        margin-right: -1%
    }

    .woo-product-style-1.has-woocommerce-sidebar-both .content-area ul.products li.product,
    .woo-product-style-1.has-woocommerce-sidebar-left .content-area ul.products li.product,
    .woo-product-style-1.has-woocommerce-sidebar-right .content-area ul.products li.product,
    body.woo-product-style-1:not(.has-woocommerce-sidebar-both) .content-area ul.products li.product,
    body.woo-product-style-1:not(.has-woocommerce-sidebar-left) .content-area ul.products li.product,
    body.woo-product-style-1:not(.has-woocommerce-sidebar-right) .content-area ul.products li.product {
        width: 48%;
        max-width: 48%;
        margin: 0 1% 2%
    }

    .woocommerce.woo-product-style-1 ul.products.products li.product {
        width: 48%;
        max-width: 48%
    }

    .woo-product-style-1.has-woocommerce-sidebar-both .content-area ul.products li.product a.added_to_cart.wc-forward,
    .woo-product-style-1.has-woocommerce-sidebar-both .content-area ul.products li.product a.button.add_to_cart_button,
    .woo-product-style-1.has-woocommerce-sidebar-both .content-area ul.products li.product a.button.product_type_simple,
    .woo-product-style-1.has-woocommerce-sidebar-left .content-area ul.products li.product a.button.add_to_cart_button,
    .woo-product-style-1.has-woocommerce-sidebar-left .content-area ul.products li.product a.button.product_type_simple,
    .woo-product-style-1.has-woocommerce-sidebar-lrft .content-area ul.products li.product a.added_to_cart.wc-forward,
    .woo-product-style-1.has-woocommerce-sidebar-right .content-area ul.products li.product a.added_to_cart.wc-forward,
    .woo-product-style-1.has-woocommerce-sidebar-right .content-area ul.products li.product a.button.add_to_cart_button,
    .woo-product-style-1.has-woocommerce-sidebar-right .content-area ul.products li.product a.button.product_type_simple {
        font-size: 12px;
        letter-spacing: -.5px
    }

    .woo-product-style-1.has-woocommerce-sidebar-both .content-area ul.products li.product a.button.add_to_cart_button.added:after,
    .woo-product-style-1.has-woocommerce-sidebar-left .content-area ul.products li.product a.button.add_to_cart_button.added:after,
    .woo-product-style-1.has-woocommerce-sidebar-right .content-area ul.products li.product a.button.add_to_cart_button.added:after {
        vertical-align: baseline;
        font-size: 10px
    }
}

@media only screen and (max-width:544px) {
    .woocommerce.woo-product-style-1 .woocommerce-result-count {
        float: none;
        width: 100%
    }

    .woocommerce.woo-product-style-1 form.woocommerce-ordering {
        float: none
    }

    .woocommerce.woo-product-style-1 ul.products {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce.woo-product-style-1 ul.products li.product.product {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin: 0 5px 10px
    }

    body.archive.woocommerce.woo-product-style-1 .grid.wc-grid-wrap>.grid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }

    body.archive.woocommerce.woo-product-style-1 .grid.wc-grid-wrap>.grid #secondary {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media only screen and (max-width:380px) {
    body.woo-product-style-1.woo-product-style-1 .content-area ul.products {
        margin-left: 0;
        margin-right: 0
    }

    body.woocommerce.woo-product-style-1.woocommerce.woo-product-style-1 ul.products.products li.product {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px
    }
}

.woocommerce-page.woo-product-style-2 ul.products li.product,
.woocommerce.woo-product-style-2 ul.products li.product {
    text-align: left;
    padding: 15px
}

.woocommerce-page.woo-product-style-2 ul.products li.product a img,
.woocommerce.woo-product-style-2 ul.products li.product a img {
    margin-bottom: 10px;
    border-radius: 8px;
    border-radius: var(--global-border-radius)
}

.woocommerce.woo-product-style-2 ul.products li.product .woocommerce-loop-category__title,
.woocommerce.woo-product-style-2 ul.products li.product .woocommerce-loop-product__title,
.woocommerce.woo-product-style-2 ul.products li.product h3 {
    margin: 0
}

.woocommerce.woo-product-style-2 ul.products li.product .price {
    margin: 0;
    text-align: left
}

.woocommerce.woo-product-style-2 ul.products li.product .button {
    font-size: 13px;
    text-transform: uppercase;
    margin: 10px 0 0;
    padding: 10px 20px;
    display: inline-block
}

.woocommerce.woo-product-style-2 ul.products li.product .button:before {
    content: "\f07a";
    font-family: Font Awesome\ 6 Pro;
    display: inline-block;
    margin-right: 10px
}

.woocommerce.woo-product-style-2 a.added_to_cart {
    padding: 10px 0 0;
    display: block;
    text-align: left
}

.woocommerce-page.woo-product-style-2 ul.products li.product .onsale,
.woocommerce.woo-product-style-2 ul.products li.product .onsale {
    top: 20px;
    right: 20px;
    margin: 0;
    font-weight: 400;
    border-radius: 100px;
    min-width: 60px;
    font-size: 12px;
    padding: 5px
}

body.woocommerce-page.woo-product-style-2 ul.products li.product .star-rating,
body.woocommerce.woo-product-style-2 ul.products li.product .star-rating {
    margin: 5px 0 10px
}

@media only screen and (min-width:768px) {

    .woocommerce-page.woo-product-style-3 ul.products li.product,
    .woocommerce.woo-product-style-3 ul.products li.product {
        padding-bottom: 15px;
        overflow: hidden;
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .woocommerce-page.woo-product-style-3 ul.products li.product:hover,
    .woocommerce.woo-product-style-3 ul.products li.product:hover {
        -webkit-box-shadow: 0 15px 40px -15px rgba(0, 0, 0, .15);
        box-shadow: 0 15px 40px -15px rgba(0, 0, 0, .15);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .woocommerce ul.products li.product .star-rating {
        margin: 5px auto 10px
    }

    .woocommerce-page.woo-product-style-3 a.added_to_cart,
    .woocommerce-page.woo-product-style-3 ul.products li.product .button,
    .woocommerce.woo-product-style-3 a.added_to_cart,
    .woocommerce.woo-product-style-3 ul.products li.product .button {
        font-size: 13px;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: absolute;
        left: 0;
        right: 0;
        top: -50%;
        width: 100%;
        margin: 0;
        padding: 12px 5px;
        border-radius: 0;
        z-index: 9;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .woocommerce-page.woo-product-style-3 ul.products li.product:hover .button,
    .woocommerce.woo-product-style-3 ul.products li.product:hover .button {
        top: 0
    }

    .woocommerce.woo-product-style-3 ul.products li.product .button.added {
        display: none
    }

    .woocommerce-page.woo-product-style-3 a.added_to_cart,
    .woocommerce.woo-product-style-3 a.added_to_cart {
        left: 0;
        right: 0;
        padding: 12px 5px;
        background: #fff;
        background: var(--color-theme-white-box);
        top: 0
    }
}

.single-product .content-area,
.single-product aside {
    margin-top: 1rem
}

.single-product .site-sub-header {
    display: none
}

.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    margin-top: 0
}

@media only screen and (min-width:1280px) {

    .woocommerce #content div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce div.product div.summary {
        min-height: 445px
    }
}

.woocommerce div.product .woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 10px 10px 10px 0
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
    text-transform: capitalize;
    font-size: .8125rem;
    text-decoration: none;
    color: currentColor;
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    border-radius: 6px;
    border-radius: var(--button-border-radius);
    padding: 5px 12px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-top: 0;
    color: #a71d38;
    color: var(--color-link-hover);
    font-size: 20px;
    font-weight: 500
}

.woocommerce div.product p.price>span,
.woocommerce div.product span.price>span {
    margin: 0 4px
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
    font-weight: 500
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 14px;
    margin-right: 4px;
    color: #949494;
    opacity: 1;
    font-weight: 400
}

.woocommerce .quantity .qty {
    margin: 0;
    padding: 0;
    border: 0;
    width: 42px;
    color: #003049;
    color: var(--global-title-color)
}

.woocommerce-cart-form .quantity.buddyx-quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity {
    margin: 0 15px 15px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    border-radius: 6px;
    border-radius: var(--button-border-radius);
    background: #fff;
    background: var(--color-theme-white-box)
}

.woocommerce-cart-form .quantity.buddyx-quantity {
    margin: 0
}

.quantity.buddyx-quantity input.qty_button {
    padding: 0;
    width: 38px;
    height: 38px;
    font-size: 20px;
    background: transparent;
    border: 0;
    color: #003049;
    color: var(--color-link);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.quantity.buddyx-quantity input.qty_button:hover {
    color: #a71d38;
    color: var(--color-link-hover)
}

.woocommerce-page div.product form.cart .button,
.woocommerce div.product form.cart .button {
    margin: 0 12px 12px 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #a71d38;
    color: var(--color-link-hover)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    border: 0 !important
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs {
    margin-bottom: 2em
}

.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
    text-align: center
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #003049;
    color: var(--color-link)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #a71d38;
    color: var(--color-link-hover)
}

.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 2.5em;
    background: #fff;
    background: var(--color-theme-white-box);
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    border-radius: 8px;
    border-radius: var(--global-border-radius)
}

@media only screen and (max-width:767px) {

    .woocommerce-page div.product .woocommerce-tabs .panel,
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 1em
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: 0;
    border: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    z-index: 2;
    border-bottom: 1px solid #a71d38;
    border-bottom: 1px solid var(--color-link-hover)
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    padding: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 32px;
    height: auto;
    background: none;
    border: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-page .entry-content .woocommerce-error,
.woocommerce-page .entry-content .woocommerce-info,
.woocommerce-page .entry-content .woocommerce-message,
.woocommerce .entry-content .woocommerce-error,
.woocommerce .entry-content .woocommerce-info,
.woocommerce .entry-content .woocommerce-message {
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    background-color: #fff;
    background-color: var(--color-theme-white-box);
    color: #505050;
    color: var(--global-font-color);
    border-left: 1px solid #e4e3e3;
    border-left: 1px solid var(--global-border-color);
    border-right: 1px solid #e4e3e3;
    border-right: 1px solid var(--global-border-color);
    border-bottom: 1px solid #e4e3e3;
    border-bottom: 1px solid var(--global-border-color);
    border-radius: 8px;
    border-radius: var(--global-border-radius)
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    left: 15px
}

.product_meta>span {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e3e3;
    border-bottom: 1px solid var(--global-border-color)
}

.product_meta>span:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.woocommerce div.product ol.flex-control-nav.flex-control-thumbs {
    overflow: visible !important
}

.woocommerce div.product ol.flex-control-nav.flex-control-thumbs li {
    text-align: center;
    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: relative
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #fff
}

.woocommerce div.product ol.flex-control-nav.flex-control-thumbs li:focus {
    outline: none
}

.woocommerce div.product ol.flex-control-nav.flex-control-thumbs button.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background: #a71d38;
    background: var(--color-link-hover);
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 14px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer
}

.woocommerce div.product ol.flex-control-nav.flex-control-thumbs button.slick-arrow:focus {
    outline: none
}

.woocommerce div.product ol.flex-control-nav.flex-control-thumbs button.slick-arrow.slick-disabled {
    background: #ccc;
    color: #888
}

.woocommerce div.product ol.flex-control-nav.flex-control-thumbs button.pull-right {
    right: -15px
}

.woocommerce div.product ol.flex-control-nav.flex-control-thumbs button.pull-left {
    left: -15px
}

.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
    display: none;
    margin: 0
}

.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield
}

#add_payment_method #payment ul.payment_methods,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-color: #e4e3e3;
    border-color: var(--global-border-color)
}

.woocommerce table.shop_table,
form.woocommerce-cart-form {
    border-radius: 8px;
    border-radius: var(--global-border-radius);
    margin-bottom: 30px
}

.woocommerce table.shop_table {
    overflow: hidden;
    margin: 0;
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    background: #fff;
    background: var(--color-theme-white-box)
}

.woocommerce table td,
.woocommerce table th {
    border-width: 0
}

.woocommerce table.shop_table th {
    font-weight: 500;
    padding: 18px;
    background-color: #fafafa;
    background-color: var(--global-body-lightcolor)
}

.woocommerce table.shop_table td {
    padding: 18px
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 10px;
    margin: 0 10px 0 0
}

.woocommerce table.cart td.actions .coupon+.button {
    float: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text {
    width: 110px;
    font-size: inherit
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
form.woocommerce-cart-form {
    background: #fff;
    background: var(--color-theme-white-box)
}

.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    position: relative;
    padding: 1em;
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    border-radius: var(--global-border-radius);
    background: #fff;
    background: var(--color-theme-white-box)
}

.woocommerce-page .cart-collaterals .cart_totals td,
.woocommerce .cart-collaterals .cart_totals th {
    border: 0
}

.woocommerce .cart-collaterals .cart_totals table th {
    padding: 18px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    width: auto
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background: #fff;
    background: var(--color-theme-white-box);
    border-color: #e4e3e3;
    border-color: var(--global-border-color);
    border-radius: 8px;
    border-radius: var(--global-border-radius)
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2,
.woocommerce-page .woocommerce-notice,
.woocommerce-page .woocommerce .woocommerce-order-downloads,
.woocommerce-page .woocommerce form.checkout_coupon,
.woocommerce-page .woocommerce form.login,
.woocommerce-page .woocommerce form.register,
.woocommerce-page .woocommerce ul.order_details,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .woocommerce-notice,
.woocommerce .woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce form.checkout_coupon,
.woocommerce .woocommerce form.login,
.woocommerce .woocommerce form.register,
.woocommerce .woocommerce ul.order_details {
    position: relative;
    margin: 1rem 0 30px;
    padding: 1em !important;
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    border-radius: var(--global-border-radius);
    background: #fff;
    background: var(--color-theme-white-box)
}

table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 30px
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin: 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fafafa;
    background-color: var(--global-body-lightcolor)
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border-color: #fafafa;
    border-color: var(--global-body-lightcolor);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    color: #505050;
    color: var(--global-font-color)
}

.woocommerce .woocommerce-customer-details address {
    padding: 0;
    border: 0
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select,
.woocommerce form .form-row select:focus {
    background-color: #fff;
    background-color: var(--color-theme-white-box);
    color: #505050;
    color: var(--global-font-color);
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color)
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus {
    outline: none
}

@media (max-width:991px) {

    .woocommerce .woocommerce-order .woocommerce-order-overview li,
    .woocommerce ul.order_details li {
        padding: 0;
        margin: 0;
        float: none;
        border: none
    }

    .woocommerce .woocommerce-order .woocommerce-order-overview li+li,
    .woocommerce ul.order_details li+li {
        margin-top: 10px
    }

    .woocommerce .woocommerce-order .woocommerce-order-overview li strong,
    .woocommerce ul.order_details li strong {
        display: inline
    }
}

@media only screen and (max-width:768px) {
    .woocommerce-column--shipping-address {
        margin-top: 20px
    }

    .woocommerce #reviews #comments,
    .woocommerce #reviews #review_form_wrapper {
        width: 100%
    }
}

@media only screen and (max-width:480px) {

    .woocommerce #reviews .comment-respond .comment-form-author,
    .woocommerce #reviews .comment-respond .comment-form-email,
    .woocommerce-page #reviews .comment-respond .comment-form-author,
    .woocommerce-page #reviews .comment-respond .comment-form-email {
        width: 100% !important
    }
}

@media only screen and (max-width:380px) {

    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce ul.products[class*=columns-] li.product {
        width: 100%
    }
}

.woocommerce-page .entry-content:not(.wc-tab) ol,
.woocommerce-page .entry-content:not(.wc-tab) ul,
.woocommerce .entry-content:not(.wc-tab) ol,
.woocommerce .entry-content:not(.wc-tab) ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    margin: 0 0 30px;
    padding: 1em;
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    border-radius: var(--global-border-radius);
    background: #fff;
    background: var(--color-theme-white-box)
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button {
    margin-left: 10px
}

@media only screen and (max-width:480px) {
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button {
        margin: 0 0 15px;
        width: 100%
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation li+li {
    margin-top: 10px
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
    display: block;
    position: relative;
    font-weight: 400;
    padding: 10px 10px 10px 50px;
    border-radius: 8px;
    border-radius: var(--global-border-radius)
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a:hover {
    background: #fafafa;
    background: var(--global-body-lightcolor)
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #a71d38;
    color: var(--color-link-hover);
    background: #fafafa;
    background: var(--global-body-lightcolor)
}

.widget_product_search input[type=search] {
    width: 100%;
    margin-bottom: 10px
}

li.woocommerce-MyAccount-navigation-link a:after {
    content: "\f02b";
    font-family: Font Awesome\ 6 Pro;
    font-size: inherit;
    position: absolute;
    top: 10px;
    left: 20px
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:after {
    content: "\f0e4"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:after {
    content: "\f07a"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a:after {
    content: "\f019"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:after {
    content: "\f015"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods a:after {
    content: "\f09d"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:after {
    content: "\f2bd"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:after {
    content: "\f08b"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--support-tickets a:after {
    content: "\f145"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-inbox a:after {
    content: "\f01c"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--following a:after {
    content: "\f0c0"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--rma-requests a:after {
    content: "\f2ea"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--service-orders a:after {
    content: "\f4c4"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--services-notification a:after {
    content: "\f0f3"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--bookings a:after {
    content: "\f271"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--auctions-endpoint a:after {
    content: "\f0e3"
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--change-username a:after {
    content: "\f2bb"
}

.document-ready .buddyx-cart-widget-side {
    display: block
}

.mobile-menu-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.buddyx-cart-opened .mobile-menu-close {
    opacity: 1;
    visibility: visible
}

.admin-bar .buddyx-cart-widget-side {
    top: 32px
}

.buddyx-cart-widget-side {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 340px;
    display: none;
    overflow: auto;
    z-index: 999999;
    transform: translate3d(340px, 0, 0);
    -webkit-transform: translate3d(340px, 0, 0);
    -ms-transform: translate3d(340px, 0, 0);
    -sand-transform: translate3d(340px, 0, 0);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.buddyx-cart-widget-side,
.buddyx-cart-widget-side .widget-heading {
    background-color: #fff;
    background-color: var(--color-theme-white-box)
}

.buddyx-cart-widget-side .widget-heading {
    margin-bottom: 20px;
    padding: 28px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
    border-bottom: 1px solid #e4e3e3;
    border-bottom: 1px solid var(--global-border-color)
}

.buddyx-cart-widget-side .widget-heading .widget-close,
.buddyx-cart-widget-side .widget-heading .widget-title {
    vertical-align: middle;
    display: inline-block;
    color: #003049;
    color: var(--global-title-color)
}

.buddyx-cart-widget-side .widget-heading .widget-close {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    padding-right: 21px
}

.buddyx-cart-widget-side .widget-heading .widget-close:after,
.buddyx-cart-widget-side .widget-heading .widget-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #003049;
    background-color: var(--global-title-color);
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.buddyx-cart-widget-side .widget-heading .widget-close:after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg)
}

.buddyx-cart-widget-side .widget-heading .widget-close:after,
.buddyx-cart-widget-side .widget-heading .widget-close:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -sand-transform: rotate(0deg)
}

.buddyx-cart-widget-side .widget-heading .widget-close:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg)
}

.buddyx-cart-widget-side .widget-heading .widget-close:hover:before {
    -webkit-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg)
}

.buddyx-cart-widget-side .widget-heading .widget-title {
    letter-spacing: .6px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    text-transform: uppercase
}

.buddyx-cart-opened .buddyx-cart-widget-side {
    transform: none;
    -webkit-transform: none
}

@media (max-width:480px) {
    .buddyx-cart-widget-side {
        width: 300px
    }
}

.buddyx-cart-widget-side .buddyx-mini-cart {
    margin: 0;
    padding: 0
}

.buddyx-cart-widget-side .buddyx-module-woominicart {
    height: calc(100% - 111px)
}

.buddyx-cart-widget-side .buddyx-module-woominicart .woocommerce {
    height: 100%
}

.buddyx-cart-widget-side .buddyx-module-woominicart .buddyx-mini-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.buddyx-cart-widget-side .buddyx-module-woominicart ul {
    margin-bottom: 30px;
    padding: 0 20px;
    overflow-y: auto
}

.buddyx-cart-widget-side .buddyx-module-woominicart ul li {
    min-height: 80px;
    position: relative;
    overflow: hidden;
    padding: 0 0 10px 85px;
    margin: 0 0 10px;
    border-bottom: 1px solid hsla(0, 0%, 48.6%, .15)
}

[dir=rtl] .buddyx-cart-widget-side .buddyx-module-woominicart ul li {
    padding-left: 0;
    padding-right: 85px
}

.buddyx-cart-widget-side .buddyx-module-woominicart li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.buddyx-cart-widget-side .buddyx-module-woominicart ul li .remove {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    line-height: 14px;
    font-size: 18px;
    margin-bottom: 0
}

[dir=rtl] .buddyx-cart-widget-side .buddyx-module-woominicart ul li .remove {
    right: auto;
    left: 0;
    padding-left: 0
}

.buddyx-cart-widget-side .buddyx-module-woominicart dl.variation {
    padding-left: 0;
    border: 0
}

.buddyx-cart-widget-side .buddyx-module-woominicart dd.variation-SoldBy,
.buddyx-cart-widget-side .buddyx-module-woominicart dd.variation-SoldBy p {
    margin: 0
}

.buddyx-cart-widget-side .buddyx-module-woominicart ul li>a {
    padding-right: 15px;
    text-decoration: none
}

[dir=rtl] .buddyx-cart-widget-side .buddyx-module-woominicart ul li>a {
    padding-right: 0;
    padding-left: 15px
}

.buddyx-cart-widget-side .buddyx-module-woominicart a {
    margin-bottom: 8px;
    display: block;
    font-size: 13px;
    letter-spacing: .3px;
    text-transform: uppercase
}

.buddyx-cart-widget-side .buddyx-module-woominicart a.button {
    margin: 0
}

.buddyx-cart-widget-side .buddyx-module-woominicart a.button.checkout {
    margin-top: 10px
}

.buddyx-cart-widget-side .buddyx-module-woominicart li .quantity {
    font-size: 12px;
    display: block
}

.buddyx-cart-widget-side .buddyx-module-woominicart .variation dt {
    font-size: 13px;
    font-weight: 600
}

.buddyx-cart-widget-side .buddyx-module-woominicart ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 70px;
    min-width: 70px
}

[dir=rtl] .buddyx-cart-widget-side .buddyx-module-woominicart ul li a img {
    left: auto;
    right: 0
}

.buddyx-cart-widget-side .buddyx-module-woominicart>p:not(:last-child) {
    margin-bottom: 10px
}

.buddyx-cart-widget-side .buddyx-module-woominicart .total {
    border-top: 1px solid #e4e3e3;
    border-top: 1px solid var(--global-border-color);
    border-bottom: 1px solid #e4e3e3;
    border-bottom: 1px solid var(--global-border-color);
    margin-top: auto;
    margin-bottom: 0;
    padding: 15px 20px;
    overflow: hidden;
    line-height: 24px;
    min-height: 45px
}

.buddyx-cart-widget-side .buddyx-module-woominicart .total strong {
    float: left;
    font-size: 18px;
    color: #003049;
    color: var(--global-title-color);
    text-transform: uppercase
}

[dir=rtl] .buddyx-cart-widget-side .buddyx-module-woominicart .total strong {
    float: right
}

.buddyx-cart-widget-side .buddyx-module-woominicart .total .amount {
    float: right;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase
}

[dir=rtl] .buddyx-cart-widget-side .buddyx-module-woominicart .total .amount {
    float: left
}

.buddyx-cart-widget-side .buddyx-module-woominicart .buttons {
    margin: 0;
    padding: 20px;
    background-color: #fff;
    background-color: var(--color-theme-white-box)
}

.buddyx-cart-widget-side .buddyx-module-woominicart .buttons a {
    padding: 12px 15px
}

.buddyx-cart-widget-side .woocommerce-mini-cart__empty-message {
    text-align: center
}

.buddyx-cart-widget-side .woocommerce-mini-cart__empty-message:before {
    content: "\f290";
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    color: #ccc;
    font-size: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 20px
}

[dir=rtl] .woocommerce-page .buddyx-mini-cart .variation dt,
[dir=rtl] .woocommerce .buddyx-mini-cart .variation dt {
    float: right;
    clear: right
}

.woocommerce-Reviews #comments ol.comment-list {
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce-Reviews #comments ol.comment-list li {
    padding-top: 24px;
    margin-bottom: 24px
}

#reviews #comments {
    float: right;
    width: 48%
}

#reviews #review_form_wrapper {
    float: left;
    width: 48%
}

.woocommerce-page .product h2.woocommerce-Reviews-title,
.woocommerce .product h2.woocommerce-Reviews-title {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 24px
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
    padding: 0;
    border: 0
}

.woocommerce #comments .comment_container,
.woocommerce-page #comments .comment_container {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e3e3;
    border-bottom: 1px solid var(--global-border-color)
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    border-radius: 100px;
    border: 0 solid #fff;
    width: 60px;
    background: none;
    padding: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin-left: 72px;
    padding: 0;
    border: 0
}

.woocommerce .star-rating {
    float: none;
    font-size: 13px;
    margin-bottom: 10px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    clear: both;
    margin-bottom: 10px
}

.woocommerce #comments .meta .woocommerce-review__author,
.woocommerce-page #comments .meta .woocommerce-review__author {
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #003049;
    color: var(--color-link)
}

.woocommerce-page .star-rating span,
.woocommerce .star-rating span {
    color: #f5b300
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child {
    margin-bottom: 0
}

.woocommerce #reviews #review_form_wrapper .comment-respond,
.woocommerce-page #reviews #review_form_wrapper .comment-respond {
    margin: 10px 0 0
}

.woocommerce #reviews #review_form_wrapper .comment-respond .comment-form input[type=text],
.woocommerce-page #reviews #review_form_wrapper .comment-respond .comment-form input[type=email] {
    width: 100%
}

.woocommerce-page div.product .woocommerce-tabs .panel ol,
.woocommerce div.product .woocommerce-tabs .panel ul {
    padding-left: 20px
}

.woocommerce #reviews .comment-respond .comment-reply-title,
.woocommerce-page #reviews .comment-respond .comment-reply-title {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #003049;
    color: var(--global-title-color);
    font-family: inherit
}

.woocommerce #reviews .comment-notes,
.woocommerce-page #reviews .comment-notes {
    font-size: 13px
}

.woocommerce #review_form .stars a,
.woocommerce-page #review_form .stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
    text-indent: -9999px;
    position: relative;
    font-size: 14px;
    color: #a0a0a0;
    border-right: 1px solid #e8e8e8
}

.woocommerce #review_form .stars a:before,
.woocommerce-page #review_form .stars a:before {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0
}

.woocommerce #review_form .stars a.star-1,
.woocommerce-page #review_form .stars a.star-1 {
    width: 25px
}

.woocommerce #review_form .stars a.star-1:before,
.woocommerce-page #review_form .stars a.star-1:before {
    content: "\f005"
}

.woocommerce #review_form .stars a.star-2,
.woocommerce-page #review_form .stars a.star-2 {
    width: 45px
}

.woocommerce #review_form .stars a.star-2:before,
.woocommerce-page #review_form .stars a.star-2:before {
    content: "\f005\f005"
}

.woocommerce #review_form .stars a.star-3,
.woocommerce-page #review_form .stars a.star-3 {
    width: 60px
}

.woocommerce #review_form .stars a.star-3:before,
.woocommerce-page #review_form .stars a.star-3:before {
    content: "\f005\f005\f005"
}

.woocommerce #review_form .stars a.star-4,
.woocommerce-page #review_form .stars a.star-4 {
    width: 75px
}

.woocommerce #review_form .stars a.star-4:before,
.woocommerce-page #review_form .stars a.star-4:before {
    content: "\f005\f005\f005\f005"
}

.woocommerce #review_form .stars a.star-5,
.woocommerce-page #review_form .stars a.star-5 {
    width: 95px;
    border-right: 0
}

.woocommerce #review_form .stars a.star-5:before,
.woocommerce-page #review_form .stars a.star-5:before {
    content: "\f005\f005\f005\f005\f005"
}

.woocommerce #review_form .stars a.active,
.woocommerce #review_form .stars a:hover,
.woocommerce-page #review_form .stars a.active,
.woocommerce-page #review_form .stars a:hover {
    color: #f5b300
}

.woocommerce-page .comment-form label,
.woocommerce .comment-form label {
    display: block;
    margin-bottom: 5px
}

.woocommerce table.shop_attributes td {
    padding: 8px
}

.woocommerce table.shop_attributes td p {
    padding: 0
}

.woocommerce #reviews .comment-respond .comment-form-author,
.woocommerce #reviews .comment-respond .comment-form-email,
.woocommerce-page #reviews .comment-respond .comment-form-author,
.woocommerce-page #reviews .comment-respond .comment-form-email {
    width: 50%;
    padding-right: 15px;
    float: left
}

.woocommerce #reviews .comment-respond .comment-form-email {
    padding-right: 0
}

@media only screen and (max-width:768px) {
    .woocommerce-page #reviews .comment-respond .comment-form-author {
        padding-right: 0
    }
}

.woocommerce #reviews .comment-form-cookies-consent,
.woocommerce-page #reviews .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    line-height: 1.4
}

.woocommerce-page .comment-form-cookies-consent input[type=checkbox],
.woocommerce .comment-form-cookies-consent input[type=checkbox] {
    margin: 5px 10px 5px 0;
    height: 16px;
    width: 16px
}

.woocommerce .comment-form .required {
    color: #d63e33 !important
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a71d38;
    background-color: var(--color-link-hover)
}

.lg-icon {
    font-family: lg !important
}

button.fancybox-button {
    background: rgba(30, 30, 30, .6) !important;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.document-ready .buddyx-filter-widget-side {
    display: block
}

.buddyx-woo-filter-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.buddyx-woo-filter-opened .buddyx-woo-filter-close {
    opacity: 1;
    visibility: visible
}

.buddyx-woo-filter-opened .select2-container--open {
    z-index: 999999
}

.admin-bar .buddyx-filter-widget-side {
    top: 32px
}

.buddyx-filter-widget-side {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 340px;
    display: none;
    overflow: auto;
    background-color: #fff;
    background-color: var(--color-theme-white-box);
    z-index: 999999;
    transform: translate3d(340px, 0, 0);
    -webkit-transform: translate3d(340px, 0, 0);
    -ms-transform: translate3d(340px, 0, 0);
    -sand-transform: translate3d(340px, 0, 0);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.buddyx-filter-widget-side .widget-heading {
    margin-bottom: 20px;
    padding: 28px 20px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between
}

.buddyx-filter-widget-side .widget-heading .widget-close,
.buddyx-filter-widget-side .widget-heading .widget-title {
    vertical-align: middle;
    display: inline-block;
    color: #fff
}

.buddyx-filter-widget-side .widget-heading .widget-close {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    padding-right: 21px
}

.buddyx-filter-widget-side .widget-heading .widget-close:after,
.buddyx-filter-widget-side .widget-heading .widget-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.buddyx-filter-widget-side .widget-heading .widget-close:after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg)
}

.buddyx-filter-widget-side .widget-heading .widget-close:after,
.buddyx-filter-widget-side .widget-heading .widget-close:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -sand-transform: rotate(0deg)
}

.buddyx-filter-widget-side .widget-heading .widget-close:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg)
}

.buddyx-filter-widget-side .widget-heading .widget-close:hover:before {
    -webkit-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg)
}

.buddyx-filter-widget-side .widget-heading .widget-title {
    letter-spacing: .6px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    text-transform: uppercase
}

.buddyx-woo-filter-opened .buddyx-filter-widget-side {
    transform: none;
    -webkit-transform: none
}

@media (max-width:480px) {
    .buddyx-filter-widget-side {
        width: 300px
    }

    .woocommerce .woocommerce-result-count {
        width: 100%
    }

    .woocommerce-page .woocommerce-ordering,
    .woocommerce .woocommerce-ordering {
        float: none
    }
}

.buddyx-filter-widget-side .buddyx-woo-filter {
    padding: 0 20px 20px
}

.buddyx-woo-canvas-filter {
    display: block;
    float: left;
    background: #fff;
    background: var(--color-theme-white-box);
    margin: 0 10px 10px 0;
    padding: 4px 10px;
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    border-radius: 4px
}

.woocommerce .woocommerce-result-count {
    margin: 5px 0 1em
}

.buddyx-woo-canvas-filter i {
    margin-right: 8px
}

.woo-off-canvas-sidebar .widget-title {
    margin-bottom: 5px
}

.woocommerce .woo-off-canvas-sidebar .star-rating {
    margin-bottom: 0
}

.wp-block-woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,
.wp-block-woocommerce-checkout table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    background: #fff !important;
    background: var(--color-theme-white-box) !important;
    border-radius: 8px;
    border-radius: var(--global-border-radius);
    -webkit-box-shadow: 0 0 1px;
    box-shadow: 0 0 1px;
    overflow: hidden
}

.wp-block-woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block th,
.wp-block-woocommerce-checkout table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block th {
    padding: 16px !important
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    background: #fff;
    background: var(--color-theme-white-box);
    border-color: #e4e3e3;
    border-color: var(--global-border-color);
    border-radius: 8px;
    border-radius: var(--global-border-radius);
    -webkit-box-shadow: 0 0 1px;
    box-shadow: 0 0 1px;
    overflow: hidden;
    margin: 0 0 15px
}

.wp-block-woocommerce-cart .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout {
    color: #003049;
    color: var(--global-title-color)
}

.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
    padding: 10px
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-cart .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.wp-block-woocommerce-checkout .wc-block-cart__submit-button,
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wp-block-woocommerce-checkout .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: #a71d38;
    background-color: var(--button-background-color);
    color: #fff;
    color: var(--button-text-color);
    border: 1px solid #a71d38;
    border: 1px solid var(--button-border-color);
    border-radius: 6px;
    border-radius: var(--button-border-radius)
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button:focus,
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-cart .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:focus,
.wp-block-woocommerce-cart .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus,
.wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.wp-block-woocommerce-checkout .wc-block-cart__submit-button:focus,
.wp-block-woocommerce-checkout .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:focus,
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus,
.wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.wp-block-woocommerce-checkout .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
.wp-block-woocommerce-checkout .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background-color: #f83939;
    background-color: var(--button-background-hover-color);
    color: #fff;
    color: var(--button-text-hover-color);
    border: 1px solid #f83939;
    border: 1px solid var(--button-border-hover-color)
}

.wp-block-woocommerce-cart .wc-block-checkout__add-note .wc-block-components-textarea,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-cart .wc-block-components-textarea,
.wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea,
.wp-block-woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-checkout .wc-block-components-textarea {
    background: #fff;
    background: var(--color-theme-white-box);
    color: #505050;
    color: var(--global-font-color);
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color);
    border-radius: 6px;
    border-radius: var(--form-border-radius)
}

.wp-block-woocommerce-cart .wc-block-checkout__add-note .wc-block-components-textarea:focus,
.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=email]:focus,
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=number]:focus,
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=tel]:focus,
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=text]:focus,
.wp-block-woocommerce-cart .wc-block-components-text-input input[type=url]:focus,
.wp-block-woocommerce-cart .wc-block-components-textarea:focus,
.wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea:focus,
.wp-block-woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url]:focus,
.wp-block-woocommerce-checkout .wc-block-components-textarea:focus {
    background: #fff;
    background: var(--color-theme-white-box);
    color: #505050;
    color: var(--global-font-color);
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color)
}

.wp-block-woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-cart .wc-block-components-form .wc-block-components-text-input label,
.wp-block-woocommerce-cart .wc-block-components-text-input label,
.wp-block-woocommerce-cart input.components-combobox-control__input[type=text],
.wp-block-woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
.wp-block-woocommerce-checkout .wc-block-components-text-input label,
.wp-block-woocommerce-checkout input.components-combobox-control__input[type=text] {
    color: inherit
}

.wp-block-woocommerce-cart .wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper {
    border-color: #e4e3e3;
    border-color: var(--global-border-color)
}

.wp-block-woocommerce-cart .tax-wcpv_product_vendors header.woocommerce-products-header,
.wp-block-woocommerce-checkout .tax-wcpv_product_vendors header.woocommerce-products-header {
    background: #fff;
    background: var(--color-theme-white-box);
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 8px;
    border-radius: var(--global-border-radius);
    border: 1px solid #e4e3e3;
    border: 1px solid var(--global-border-color)
}

.wc-block-components-product-price ins {
    color: #333
}

.wp-block-woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control {
    background: #fff;
    background: var(--color-theme-white-box);
    border-color: #e4e3e3;
    border-color: var(--global-border-color)
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-color: #e4e3e3;
    border-color: var(--global-border-color)
}

.wc-blocks-components-select.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-blocks-components-select.wc-blocks-components-select .wc-blocks-components-select__select {
    background: #fff;
    background: var(--color-theme-white-box);
    color: #505050;
    color: var(--global-font-color);
    border-color: #e4e3e3;
    border-color: var(--global-border-color);
    border-radius: 6px;
    border-radius: var(--form-border-radius)
}

.wc-blocks-components-select.wc-blocks-components-select .wc-blocks-components-select__label {
    color: #505050;
    color: var(--global-font-color)
}

.wc-blocks-components-select.wc-blocks-components-select .wc-blocks-components-select__expand {
    fill: #505050;
    fill: var(--global-font-color)
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    -webkit-box-shadow: inset 0 0 0 1.5px #e4e3e3;
    box-shadow: inset 0 0 0 1.5px #e4e3e3;
    -webkit-box-shadow: inset 0 0 0 1.5px var(--global-border-color);
    box-shadow: inset 0 0 0 1.5px var(--global-border-color)
}