/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* **************************** Global **************************** */

*,
*::after,
*::before {
    outline: none !important;
}

#main-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    --header-height: 180px;
}

@media(max-width:767px) {

    #main-wrapper {
        --header-height: 104px;
    }
}

#main-wrapper input {
    border-radius: 0;
}

body .btn--l {
    padding-inline: 2.26em;
}

.otgs-development-site-front-end {
    display: none;
}

:where(p) {
    margin: 0 0 1.55em;
}

:where(p:last-of-type) {
    margin-bottom: 0;
}

.product_wrap .brxe-block.seller-slider__card.jsfb-query--prod_filter:before {
    display: none;
}

.product_wrap .jsfb-query--prod_filter {
    position: relative;
    color: #f5f5f7;
    font-size: 0;
}

.product_wrap .jsfb-query--prod_filter:before {
    content: "Nessun prodotto disponibile";
    font-size: var(--text-m);
    line-height: var(--text-m-lh);
    font-weight: 300;
    font-family: "Nunito Sans";
    color: var(--primary);
}

body {
    overflow-x: hidden;
}

.sale_tag span {
    font-size: 16px;
    padding-left: 1.2em;
    display: inline-block;
    color: var(--action);
    line-height: 1;
    position: relative;
    font-weight: 700;
    margin-top: calc(var(--space-m) * .65);
}

.sale_tag span::before {
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: currentColor;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* **************************** Global **************************** */

/* **************************** Footer **************************** */

#main-wrapper .nav_product ul {
    display: grid;
    gap: 8px var(--space-l);
    grid-template-columns: repeat(2, auto);
}

.newsletter_form .form-group.submit-button-wrapper {
    position: absolute;
    top: 16px;
    right: 24px;
}

.footer_col__nav-menu {
    white-space: nowrap;
}

/* **************************** Footer **************************** */

/* **************************** Header **************************** */

#brx-header {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s ease;
}

#brx-header .lng-ls-item span {
    display: none;
}

.lng_wrap {
    display: flex;
    gap: 24px;
}

.lng_wrap a {
    display: block;
    width: 100%;
}

.lng_wrap a img {
    width: auto;
    min-height: 16px;
    border-radius: 0;
}

.brx-popup-content .lng-ls-item span {
    font-size: var(--text-xl);
    line-height: var(--text-xl-lh);
    font-weight: 600;
    color: white;
}

.brx-popup-content a.lng-ls-item.active {
    display: none;
}

.brx-popup-content a.lng-ls-item {
    display: contents;
}

header#brx-header.cust_sticky {
    position: sticky;
    top: -54px;
}

header#brx-header .header__logo img,
header#brx-header .header__image.brxe-image,
header#brx-header .brxe-section.top_bar_header {
    transition: 0.3s all ease;
}

header#brx-header.cust_sticky .header__logo img {
    transform: scale(0.8);
    transform-origin: center;
}

header#brx-header.cust_sticky .header__logo.color_logo {
    opacity: 1;
    visibility: visible;
}

header#brx-header.cust_sticky .header__image.brxe-image {
    transform: scale(0.8);
    /* max-width: calc(var(--space-m) * 3.4); */
}

header#brx-header.cust_sticky .transparent-header {
    background: #ffffff;
}

header#brx-header.cust_sticky .transparent-header .header__nav-menu .sub-menu a {
    color: #fff;
    filter: unset;
}

header#brx-header.cust_sticky .transparent-header .header__nav-menu a,
header#brx-header.cust_sticky .transparent-header .cart-icon,
header#brx-header.cust_sticky .transparent-header .cart-count,
header#brx-header.cust_sticky .transparent-header .header__nav-menu .menu-item-icon,
header#brx-header.cust_sticky .transparent-header .mobile_toggle {
    filter: invert(1);
}

body:not(.home) header#brx-header .mobile_toggle {
    filter: invert(1);
}

header#brx-header.cust_sticky .brxe-section.top_bar_header {
    position: relative;
    z-index: -1;
}

body.fixed_header #brx-header {
    position: fixed;
}

.mobile-popup_menu ul.bricks-nav-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.language-wrap a {
    display: flex;
    color: var(--white);
    gap: 20px;
}

.language-wrap a span {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    margin: -0.25em 0;

}

.header__nav-menu .sub-menu {
    display: none;
}

.brx-popup .lng_wrap a img {
    border-radius: 0;
}

.brx-popup .lng_wrap span.wpml-ls-native {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    color: var(--white);
    margin-top: -0.35em;
    margin-bottom: -0.35em;
    padding-left: 2rem;
}

.brx-popup .lng_wrap a {
    display: flex;
}


@media(max-width:575px) {
    .brxe-div.close_popup {
        left: -10% !important;
    }

    .brx-popup .lng_wrap span.wpml-ls-native {
        font-size: 15px;
        padding-left: 1.6rem;
        margin-block: -0.15em;
    }
}

@media(max-width:500px) {
    .brxe-div.close_popup {
        left: -5% !important;
    }
}

@media(max-width:500px) {
    .brxe-div.close_popup {
        left: -7px !important;
    }
}

/* **************************** Header **************************** */

/* **************************** Home **************************** */

.news-wrap .news-wrap__card:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.news-wrap__heading a {
    color: var(--primary);
}

.home_sec5::after {
    content: '';
    width: 50%;
    height: 18.5%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: blur(150px);
    pointer-events: none;
}

.points__number::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    transform: rotate(-11.19deg);
}

.category-slider__featured-image::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.08%, #000000 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.category-slider__hover-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    mix-blend-mode: multiply;
}

[data-bg-color-term="#e30613"] .category-slider__card .category-slider__hover-image::after {
    background: #e30613;
}

[data-bg-color-term="#80011f"] .category-slider__card .category-slider__hover-image::after {
    background: #80011f;
}

[data-bg-color-term="#fd7813"] .category-slider__card .category-slider__hover-image::after {
    background: #fd7813;
}

[data-bg-color-term="#baaa9b"] .category-slider__card .category-slider__hover-image::after {
    background: #baaa9b;
}

[data-bg-color-term="#98fe98"] .category-slider__card .category-slider__hover-image::after {
    background: #98fe98;
}

[data-bg-color-term="#ddfaf8"] .category-slider__card .category-slider__hover-image::after {
    background: #ddfaf8;
}

[data-bg-color-term="#ffe500"] .category-slider__card .category-slider__hover-image::after {
    background: #ffe500;
}

[data-bg-color-term="#efff00"] .category-slider__card .category-slider__hover-image::after {
    background: #efff00;
}

[data-bg-color-term="#014188"] .category-slider__card .category-slider__hover-image::after {
    background: #014188;
}

[data-bg-color-term="#51cae9"] .category-slider__card .category-slider__hover-image::after {
    background: #51cae9;
}

[data-bg-color-term="#f400a0"] .category-slider__card .category-slider__hover-image::after {
    background: #f400a0;
}

[data-bg-color-term="#3aaa35"] .category-slider__card .category-slider__hover-image::after {
    background: #3aaa35;
}

[data-bg-color-term="#98fe98"] .category-slider__card:hover .category-slider__name.brxe-heading,
[data-bg-color-term="#98fe98"] .category-slider__card:hover .sub-category,
[data-bg-color-term="#98fe98"] .category-slider__card:hover .sub-category__link.brxe-text-link,
[data-bg-color-term="#ddfaf8"] .category-slider__card:hover .category-slider__name.brxe-heading,
[data-bg-color-term="#ddfaf8"] .category-slider__card:hover .sub-category,
[data-bg-color-term="#ddfaf8"] .category-slider__card:hover .sub-category__link.brxe-text-link,
[data-bg-color-term="#ffe500"] .category-slider__card:hover .category-slider__name.brxe-heading,
[data-bg-color-term="#ffe500"] .category-slider__card:hover .sub-category,
[data-bg-color-term="#ffe500"] .category-slider__card:hover .sub-category__link.brxe-text-link,
[data-bg-color-term="#efff00"] .category-slider__card:hover .category-slider__name.brxe-heading,
[data-bg-color-term="#efff00"] .category-slider__card:hover .sub-category,
[data-bg-color-term="#efff00"] .category-slider__card:hover .sub-category__link.brxe-text-link {
    color: #000 !important;
}

.category-slider__card:hover .category-slider__hover-image {
    opacity: 1;
}

.category-slider__hover-image,
.category-slider__content,
.category-slider__name,
.sub-category {
    transition: all .4s ease-in-out;
}

.sub-category {
    scrollbar-width: none;
}

.sub-category::-webkit-scrollbar {
    display: none;
}

.category-slider .splide__track {
    overflow: visible;
    max-width: 72.7%;
}

/* .category-slider .splide__track::before {
    position: absolute;
    background: var(--accent);
    content: '';
    width: 100vw;
    height: 100%;
    z-index: 2;
    right: 100%;
} */

.category-slider__card:hover .category-slider__name {
    transform: translateY(50%);
    bottom: calc(50% + 0.32em);
}

.category-slider__card:hover .sub-category {
    top: 0;
    font-weight: 600;
    font-size: var(--text-m);
    color: var(--white);
    line-height: var(--text-m-lh);
    text-align: center;
    margin-top: -0.32em;
    margin-bottom: -0.32em;
}

.sub-category__link {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: transparent;
    transform: all .2s ease;
}

.sub-category__link:hover {
    text-decoration-color: currentColor;
}

.news_sec .post_term_cat a {
    color: #fff;
}

.seller-slider .splide__pagination {
    width: 100%;
}

.hero-bg-gallery__inner::after {
    content: '';
    width: 100%;
    height: 55.7%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 60%;
    bottom: 0;
    pointer-events: none;
}

.hero-bg-gallery__inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 28.2%;
    z-index: 1;
    background: linear-gradient(180deg, #000000 49.17%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
}

/*# home seller custom carousel	 #*/
.seller_mobile_slider {
    display: none;
}

.seller_desktop_slider {
    padding-bottom: calc(var(--space-m)* 1.7);
}

.seller_desktop_slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.seller_desktop_slider .owl-stage .item {
    height: 100%;
}

.sn_seller_box {
    background-color: var(--white);
    padding-top: var(--space-m);
    padding-right: calc(var(--space-m) * 0.8);
    padding-bottom: var(--space-m);
    padding-left: calc(var(--space-m) * 0.8);
    height: 100%;
    position: relative;
}

.sn_seller_sport_tags {
    flex-direction: row;
    column-gap: 10px;
    row-gap: 10px;
    justify-content: flex-end;
    display: flex;
    min-height: 44px;
}

.sn_seller_sport_item {
    width: calc(var(--space-m) * 1.1);
    position: relative;
    z-index: 3;
}

.sn_seller_sport_item {
    width: calc(var(--space-m) * 0.85);
    position: relative;
    z-index: 3;
}

.sn_seller_image {
    width: 100%;
    max-width: calc(100% - var(--space-m));
    margin-top: var(--space-m);
    margin-right: auto;
    margin-bottom: var(--space-m);
    margin-left: auto;
    min-height: 140px;
    aspect-ratio: 298 / 140;
    object-fit: contain;
}

.seller_cat_tags {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: calc(var(--space-m) * .6);
    column-gap: 8px;
    display: flex;
}

.seller_cat_item {
    width: auto;
    background-color: var(--secondary);
    border-radius: 400px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.seller_cat_item_tags {
    color: var(--white);
    font-size: var(--text-xs);
    line-height: var(--text-xs-lh);
    font-weight: 600;
    margin-top: -0.34em;
    margin-bottom: -0.34em;
}

.sn_seller_box_name {
    font-weight: 700;
    font-family: "Nunito Sans";
    font-size: var(--h4);
    line-height: var(--h4-lh);
    margin-top: -0.33em;
    margin-bottom: -0.33em;
    color: var(--primary);
}

.sn_seller_box_model {
    color: var(--secondary);
    font-weight: 600;
    font-size: var(--text-s);
    line-height: var(--text-s-lh);
    opacity: 0.6;
    margin-top: -0.32em;
    margin-bottom: -0.32em;
    padding-top: 14px;
}

.sn_seller_box_price {
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
    color: var(--secondary);
    font-weight: 400;
    margin-top: -0.33em;
    margin-bottom: -0.33em;
    padding-top: calc(var(--space-m) * .6);
}

.seller_slider .owl-dots {
    bottom: calc(var(--space-m)* -1.7);
    left: 50%;
    list-style: none;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
}

.seller_slider .owl-dots button {
    display: inline-block !important;
    line-height: 0;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.seller_slider .owl-dots button span {
    margin-top: 0 !important;
    margin-right: 8px !important;
    margin-bottom: 0 !important;
    margin-left: 8px !important;
    border-radius: 20px !important;
    width: calc(var(--space-m)* 0.8) !important;
    height: 8px !important;
    color: rgba(21, 20, 20, 0.1) !important;
    background-color: rgba(21, 20, 20, 0.1) !important;
    position: relative;
    padding: 0;
    transition: transform .2s linear !important;
    display: block !important;
}

.seller_slider .owl-dots button.active span {
    color: var(--primary) !important;
    background-color: var(--primary) !important;
}

/*# home seller custom carousel	 #*/




/* **************************** Home **************************** */

/* **************************** Shop & Product Category **************************** */
.game-filter-wrap .jet-radio-list__button {
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    height: 40px;
    transition: 0.3s all ease;
}

.game-filter-wrap .jet-radio-list__button img {
    width: 16px !important;
}

.game-filter-wrap .jet-radio-list__button span.jet-radio-list__label {
    margin-bottom: -3px;
}

.game-filter-wrap .jet-radio-list-wrapper fieldset {
    gap: 12px !important;
}

.brxe-jet-smart-filters-radio.game-filter-wrap .jet-radio-list__item input[type=radio]:checked+.jet-radio-list__button {
    background: var(--primary) !important;
    color: var(--white) !important;
}

.brxe-jet-smart-filters-radio.game-filter-wrap .jet-radio-list__item input[type=radio]:checked+.jet-radio-list__button img {
    filter: brightness(0) invert(1);
}

.brxe-jet-smart-filters-radio.game-filter-wrap .jet-radio-list__row:has(.child_term) {
    display: none !important;
}

.accordion_cust .item.listening:last-of-type {
    border-bottom: 0;
}

.accordion_cust .listening.brx-open .item__icon {
    transform: rotate(180deg);
}

.accordion_cust .item__icon {
    transition: all .3s ease;
}

.faq-slider .splide__track,
.game-slider .splide__track {
    width: 78.6%;
    overflow: visible;
}

.faq-slider.splide,
.game-slider.splide {
    position: static;
}

.faq-slider__block:hover .faq-slider__button {
    opacity: 1;
}

.faq-slider__block .faq-slider__button {
    transition: all .4s ease;
}

.brx-load-more-hidden {
    display: none !important;
}

/* **************************** Shop & Product Category **************************** */

/* **************************** Product Page **************************** */
.single-post {
    overflow-x: hidden;
}

.single_post_content h2,
.single_post_content h3,
.single_post_content h4,
.single_post_content h5,
.single_post_content h6,
.single_post_content p,
.single_post_content ul,
.single_post_content .wp-block-columns,
.single_content_wrap figure.wp-block-image.size-full {
    max-width: 840px;
    margin: 0 auto;
}

.single_post_content h2 {
    margin-top: -0.25em;
    margin-bottom: -0.25em;
}

.single_post_content h3 {
    padding: calc(var(--space-m)* 0.8) 0 calc(var(--space-m)* 0.4);
    font-family: "Nunito Sans";
    font-weight: 700;
    margin-top: -0.33em;
    margin-bottom: -0.33em;
}

body.page-id-2714 .single_post_content h4 {
    padding: calc(var(--space-m)* 1.2) 0 calc(var(--space-m)* 0.4);
    font-family: "Nunito Sans";
    font-weight: 700;
    margin-top: -0.33em;
    margin-bottom: -0.33em;
}

.single_post_content h5 {
    padding: calc(var(--space-m)*0.6) 0 calc(var(--space-m)*0.3);
    font-family: "Nunito Sans";
    font-weight: 700;
    margin-top: -0.33em;
    margin-bottom: -0.33em;
}

.single_post_content h6 {
    padding: calc(var(--space-m)*0.4) 0 calc(var(--space-m)*0.2);
    font-family: "Nunito Sans";
    font-weight: 700;
    margin-top: -0.33em;
    margin-bottom: -0.33em;
}

.single_post_content h4 {
    margin: 0 auto;
    padding: var(--space-m) 0 var(--space-m);
    font-family: "Nunito Sans";
    font-weight: 700;
    margin-top: -0.33em;
    margin-bottom: -0.33em;
}

.single_content_wrap figure.wp-block-image.size-full img,
.single_content_wrap figure.wp-block-image img {
    width: 100%;
}

.single_post_content .wp-block-columns .wp-block-image img {
    aspect-ratio: 402/268;
    object-fit: cover;
}

.single_content_wrap figure.wp-block-image.size-full,
.single_content_wrap figure.wp-block-image {
    margin-top: var(--space-m);
    margin-bottom: var(--space-m);
}

.single_content_wrap figure.wp-block-image.size-full:last-child,
.single_content_wrap figure.wp-block-image:last-child {
    margin-bottom: 0;
}

.single_post_content .wp-block-columns .wp-block-image {
    margin: 0 !important;
}

.single_post_content .wp-block-columns {
    margin: var(--space-m) auto;
}

.single_post_content .wp-block-column h4 {
    padding: 0;
}

.single_post_content .wp-block-columns .wp-block-column:first-child p {
    padding: 0;
    font-family: "Nunito Sans";
    font-weight: 700;
    font-size: var(--h4);
    line-height: var(--h4-lh);
    margin-top: -0.33em;
    margin-bottom: -0.33em;
    color: var(--primary);
}

.single_post_content .wp-block-columns:first-child .wp-block-column h4 strong {
    color: var(--action);
}

.single_post_content .wp-block-columns:first-child .wp-block-column:first-child p strong {
    color: var(--action);
}

.single_post_content figure.wp-block-gallery {
    margin-top: calc(var(--space-m)*2);
    margin-bottom: calc(var(--space-m)*2);
}

.single_post_content p {
    line-height: 1.38;
}

.single_post_content .brxe-button.btn--action {
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
}

.single_post_content ul,
.single_post_content ol {
    padding: 16px 0 16px 18px;
}

.single_post_content ul li:not(:last-child),
.single_post_content ol li:not(:last-child) {
    margin-bottom: 6px;
}

.single_post_content figure.wp-block-gallery {
    margin-top: calc(var(--space-m)*2);
    margin-bottom: calc(var(--space-m)*2);
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 24px 22px;
}

.single_post_content figure.wp-block-gallery figure.wp-block-image {
    width: unset !important;
}

.single_post_content figure.wp-block-gallery figure.wp-block-image:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.single_post_content figure.wp-block-gallery figure.wp-block-image img {
    flex: unset !important;
}

.single_post_content figure.wp-block-gallery figure.wp-block-image:not(:first-child) img {
    height: 220px !important;
}

.contact_form .form-group {
    flex-grow: 1;
}

.contact_form .submit-button-wrapper {
    align-items: flex-start;
}

.contact_form .options-wrapper li {
    position: relative;
    line-height: 1;
}

.contact_form .options-wrapper li input[type="checkbox"] {
    position: absolute;
    top: 0;
    opacity: 0;
}

.contact_form .options-wrapper li label {
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
    padding-left: 24px;
    color: white;
    font-weight: 400;
    margin-block: -0.33em;
    position: relative;
}

.contact_form .options-wrapper li label::before {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    content: '';
    border-radius: 4px;
    left: 0;
    top: 0.15em;
}

.contact_form .options-wrapper li label::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    left: 4px;
    top: 0.4em;
    opacity: 0;
    transition: all .3 ease;
}

.contact_form .options-wrapper li input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.sp_single_item li {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: auto;
}

.sp_single_item .separator {
    width: 1px;
}

.sp_card::after {
    content: '';
    position: absolute;
    background: #fff;
    height: 100%;
    width: var(--sp-right, calc(calc(100svw - 1680px)/2));
    left: 100%;
    top: 0;
}

.single_product_sec .sp_card {
    background-color: #fff;
    padding: 40px 0px 40px 80px;
}

.single_product_sec .sp_card .pro_meta {
    margin-bottom: 60px;
}

.single_product_sec .sp_card .pro_meta .sub_cat>.brxe-div:last-child span,
.single_product_sec .sp_card .pro_meta .parent_pro_item:last-child span {
    display: none;
}

.single_product_sec .sp_card .pro_meta a {
    color: var(--base);
    font-size: var(--text-s);
    line-height: var(--text-s-lh);
    font-weight: 400;
}

.single_product_sec .sp_card .pro_meta .sub_cat>.brxe-div:not(:first-child),
.single_product_sec .sp_card .pro_meta .parent_pro_item:not(:first-child) {
    margin-left: 3px;
}

/* .single_product_sec .sp_card .pro_meta .parent_cat .parent_pro_item:last-child::after */
.single_product_sec .pro_meta .sub_cat>div:first-child::before {
    position: relative;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #575756;
    margin: auto 12px;
    display: inline-block;
}

.single_product_sec .sp_card .pro_title {
    color: var(--primary);
    font-size: calc(var(--h6)*2);
    line-height: var(--h6-lh);
    font-weight: 400;
    font-family: "Plavsky";
    margin: -5px 0;
}

.single_product_sec .sp_card .pro_price .price_title {
    color: var(--base);
    font-size: var(--text-s);
    line-height: 20px;
}

.single_product_sec .sp_card .pro_price .prod_price_cstm_wrap {
    color: var(--primary);
    font-size: var(--h5);
    line-height: var(--h5-lh);
    font-weight: 700;
    font-family: "Plavsky";
}

.news-wrap__category.brxe-text-basic a {
    color: var(--base);
}

.news-slider__title a {
    color: var(--primary);
}

.single_product_sec .sp_card .pro_name_wrap {
    margin-bottom: 32px;
}

.single_product_sec .sp_card .rating_text {
    color: var(--base);
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
}

.single_product_sec .sp_card .rating_text:first-child {
    margin-top: 0;
}

.single_product_sec .sp_card .rating_text:empty {
    display: none;
}

.single_product_sec .sp_card .pro_rating {
    margin-bottom: 20px;
}

.single_product_sec .sp_card .woocommerce-product-rating .woocommerce-review-link {
    color: var(--primary);
    font-size: var(--text-s);
    line-height: var(--text-s-lh);
    pointer-events: none;
    margin-left: 8px;
}

.single_product_sec .sp_card .star-rating span::before {
    color: var(--primary);
}

.single_product_sec .sp_card .pro_rating_wrap {
    margin-bottom: 60px;
}

.single_product_sec .sp_card table tbody tr {
    display: flex;
    flex-direction: column;
    border: 0 !important;
}

.single_product_sec .sp_card table tbody tr td {
    padding: 0;
    width: 100%;
}

.single_product_sec .sp_card table tr label,
.spina_prd_block label,
.codice_tabellone label {
    color: var(--primary);
    font-size: var(--text-m);
    line-height: var(--text-m-lh);
    font-weight: 700;
    margin-bottom: 13px;
}

.open_request_info_btn {
    margin-top: var(--space-l);
    display: inline-block;
}

.codice_tabellone {
    margin-top: var(--space-l);
}

#main-wrapper .codice_tabellone input {
    border: 1px solid #5757564D;
    border-radius: 6px;
    width: 171px;
}

.single_product_sec .sp_card table select,
.spina_prd_block select {
    border: 1px solid rgba(87, 87, 86, 0.3);
    border-radius: 6px;
    /* padding: 12px 32px; */
    padding: 10px 52px 10px 32px;
    color: var(--base);
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(/wp-content/uploads/2024/04/expand_more.svg);
    background-position: center right 32px;
    background-size: 12px;
    overflow: hidden !important;
}



.single_product_sec .sp_card .brxe-product-add-to-cart form>table,
.spina_prd_block {
    max-width: 328px;
    margin-bottom: var(--space-s);
}

.single_product_sec .sp_card form .product_meta_wrap {
    margin-bottom: var(--space-s);
}

.single_product_sec .sp_card form .accept_term {
    /* margin-bottom: calc(var(--space-m) * 3.65); */
    margin-bottom: 0px;
    border: 1px solid rgba(87, 87, 86, 0.3);
    border-radius: 6px;
    padding: 15px 32px;
}

.single_product_sec .sp_card form .single_add_to_cart_button {
    margin: 0;
    background: #E30613;
    color: #fff;
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
    font-weight: 600;
    min-height: auto;
    padding: 9px 30px;
    min-width: auto;
    margin-right: 30px;
}

@media (min-width:1445px) {
    .single_product_sec .sp_card form .single_add_to_cart_button {
        margin-top: var(--space-l);
    }
}

.single_product_sec .sp_card .pro_bottom_wrap {
    position: relative;
}

.single_product_sec .sp_card .button[disabled],
.single_product_sec .sp_card .button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.single_product_sec .sp_card .product_meta_wrap label {
    color: var(--primary);
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    padding-left: 58px;
    cursor: pointer;
}

.single_product_sec .sp_card .product_meta_wrap label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: gray;
    border-radius: 50px;
}

.single_product_sec .sp_card .product_meta_wrap label::after {
    position: absolute;
    content: '';
    background-color: #FFFFFF;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: 3px;
    left: 3px;
    transition: all 0.3s ease-in-out;
}

.single_product_sec .sp_card .product_meta_wrap input {
    position: absolute;
    opacity: 0;
}

.single_product_sec .sp_card .product_meta_wrap input:checked+label::before {
    background-color: #E30613;
}

.single_product_sec .sp_card .product_meta_wrap input:checked+label::after {
    left: 23px;
}

.single_product_sec .sp_card form .accept_term label {
    position: relative;
    color: var(--primary);
    margin: 0;
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
    font-weight: 700;
    padding-left: 46px;
    cursor: pointer;
}

.single_product_sec .sp_card form .accept_term label span {
    color: var(--base);
    font-weight: 400;
    margin-top: 5px;
    display: block;
}

.single_product_sec .sp_card form .accept_term label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid var(--base);
    border-radius: 4px;
    transform: translateY(-50%);
}

.single_product_sec .sp_card form .accept_term label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 3px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background-color: var(--base);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.single_product_sec .sp_card form .accept_term input {
    position: absolute;
    opacity: 0;
}

.single_product_sec .sp_card form .accept_term input:checked+label::after {
    opacity: 1;
    visibility: visible;
}

.single_product_sec .sp_card form.cart .quantity {
    display: none !important;
}

.single_product_sec .sp_card form.cart td .reset_variations {
    font-size: 15px;
    margin-top: 5px;
}

.review_slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.review_slider .item {
    height: 100%;
}

.review_slider .comment_wrap {
    border: 1px solid rgba(87, 87, 86, 0.2);
    padding: 40px 32px;
    color: var(--base);
    font-size: var(--text-m);
    line-height: var(--text-m-lh);
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.review_slider .comment_wrap h5 {
    color: #2A2B2C;
    font-size: var(--h6);
    line-height: var(--h6-lh);
    font-family: "Nunito Sans";
    font-weight: 700;
    margin-bottom: 8px;
}

.comment_wrap .read_more_review {
    margin-top: 2.4rem;
    width: fit-content;
    width: -moz-fit-content;
}

.review_slider .comment_wrap .star-rating {
    margin-bottom: 32px;
}

.review_slider .comment_wrap .star-rating span::before {
    color: var(--primary);
}

.review_slider .owl-theme .owl-nav {
    margin-top: 48px;
    text-align: left;
    display: flex;
    gap: 16px;
}

.review_slider .owl-nav button {
    margin: 0 !important;
}

.review_slider .owl-nav button svg {
    vertical-align: top;
    height: calc(var(--space-m) * 1.25);
    width: calc(var(--space-m) * 1.26);
}

.review_slider .owl-nav button.disabled {
    opacity: 0.4;
}

.review_slider .owl-nav button {
    background: transparent !important;
}

.single_product_sec .sp_card {
    height: 100vh;
}

.sp_card>.brxe-block {
    height: calc(100vh - 80px - var(--header-height));
    overflow: auto;
    scrollbar-width: none;
}

header.cust_sticky+main .sp_card>.brxe-block {
    height: calc(100vh - 80px - var(--header-height) + 55px);
}

.sp_card>.brxe-block::-webkit-scrollbar {
    display: none;

}

.single_product_sec .sp_card .pro_bottom_wrap .request_info_btn {
    margin-top: 10px;
}

.table_data .data__item {
    display: none !important;
}

.table_data .data__item.active {
    display: grid !important;
}

.show_more.active span.icon {
    transform: rotate(180deg);
}

.show_more span.icon {
    transition: all .3s ease;
}

/* **************************** Product Page **************************** */

/* **************************** Woo Checkout Page **************************** */
.woo_checkout_sec .wp-block-woocommerce-checkout {
    width: 100%;
    max-width: none;
}

.woo_checkout_sec .wc-block-components-totals-item.wc-block-components-totals-footer-item {
    color: var(--primary);
    font-weight: 700;
}

.woo_checkout_sec .wc-block-components-checkout-place-order-button {
    border: 2px solid var(--base);
    background-color: #fff;
    color: var(--base);
    min-height: auto !important;
    font-size: var(--text-l);
    font-weight: 700;
    transition: all 0.2s ease-in-out !important;
}

.woo_checkout_sec .wc-block-components-checkout-place-order-button:hover {
    color: #fff;
    background-color: var(--base);
}

.woo_checkout_sec .wc-block-components-sidebar-layout {
    margin: auto;
}

body .newsletter_form .message {
    margin-top: 16px;
    background: transparent;
    color: var(--white);
    font-size: 14px;
}

.newsletter_form .message.success .text {
    padding: 0;
}

/* **************************** Woo Checkout Page **************************** */

/* **************************** Product page **************************** */

.product-rating {
    font-size: 14px;
    line-height: 19px;
    /* margin-bottom: 25px; */
    margin-bottom: 0;
    color: var(--primary);
}

.product-rating img,
#reviews_slider .rating img {
    width: 20px;
    aspect-ratio: 1/1;
    display: inline;
}

.product-rating img:last-of-type {
    margin-right: 8px;
}

#reviews_slider .rating {
    margin-bottom: 32px;
}

html body .mobile-menu-warpper .brx-nav-nested-items {
    position: static;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    background: transparent;
}

html body .mobile-menu-warpper .brxe-dropdown.open>.brx-dropdown-content {
    position: static;
}

html body .brxe-popup-665.hide,
html body .brxe-popup-3737.hide {
    pointer-events: none;
    transition: all .475s ease;
}


html body .brxe-popup-665.hide .brx-popup-content,
html body .brxe-popup-3737.hide .brx-popup-content {
    opacity: 0;
    visibility: none;
    transform: translate(-100%);
    z-index: 999;
    transition: all .4s cubic-bezier(.25, .1, .25, 1);


}

html body .brxe-popup-665 .brx-popup-content,
html body .brxe-popup-3737 .brx-popup-content {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    transition: all .475s ease-in;
    scrollbar-width: none;

}

html body .brxe-popup-665 .brx-popup-content::-webkit-scrollbar,
html body .brxe-popup-3737 .brx-popup-content::-webkit-scrollbar {
    display: none;
}

.brxe-dropdown.mobile-menu-link .brx-submenu-toggle {
    justify-content: space-between;
}

body.single.single-product .woocommerce-notices-wrapper .woocommerce-message a.button {
    flex-shrink: 0;
}

body.single.single-product .woocommerce-notices-wrapper .woocommerce-message {
    background: var(--white);
    color: var(--black);
    max-width: 1800px;
    margin: 24px auto 0;
}

.woocommerce-notices-wrapper.brxe-container {
    max-width: 100%;
    padding-inline: var(--section-padding-x);
}

body.woocommerce-cart article {
    overflow: hidden;
    padding-bottom: var(--section-space-m);
    padding-inline: var(--section-padding-x);
    padding-top: 50px;
}

body.woocommerce-cart article h1,
body.woocommerce-cart article .wp-block-woocommerce-cart {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}

body.woocommerce-cart article h1 {
    text-align: center;
    margin-bottom: 50px;
}

body.woocommerce-cart .wc-block-cart__submit-container a:focus {
    box-shadow: none !important;
}

body.woocommerce-cart .wc-block-cart__submit-container a,
.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a,
body.single.single-product .woocommerce-notices-wrapper .woocommerce-message a.button {
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
    font-weight: 600;
    padding: 14px 20px;
    /*     width: auto; */
    background: var(--action);
    color: var(--white);
    transition: 0.3s all ease;
    border: 1px solid var(--action);
}

body.woocommerce-cart .wc-block-cart__submit-container a:hover,
.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a:hover,
body.single.single-product .woocommerce-notices-wrapper .woocommerce-message a.button:hover {
    background: #f91524;
    border-color: #f91524;
    color: var(--white);
}

.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a.checkout {
    background: transparent;
    border-color: var(--base);
    color: var(--base);
}

.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a.checkout:hover {
    background: var(--base);
    color: var(--white);
    border-color: var(--base);
}

body.woocommerce-cart .wc-block-cart__submit-container {
    margin-top: 30px;
}

body.woocommerce-cart article .wc-block-cart-items thead tr th,
body.woocommerce-cart article .wc-block-cart-items tbody tr td {
    width: 100%;
    max-width: 15%;
}

body.woocommerce-cart article .wc-block-cart-items thead tr th,
body.woocommerce-cart article .wc-block-components-sidebar .wc-block-cart__totals-title {
    font-size: var(--text-xl);
    line-height: var(--text-xl-lh);
    text-transform: capitalize
}

body.woocommerce-cart article .wc-block-cart-items thead tr th.wc-block-cart-items__header-product,
body.woocommerce-cart article .wc-block-cart-items tbody tr td.wc-block-cart-item__product {
    width: 100%;
    max-width: 70%;
}

body.woocommerce-cart article .wc-block-cart-items tbody tr td.wc-block-cart-item__image {
    padding-left: 0;
}

body.woocommerce-cart article .wc-block-cart-items tbody tr td.wc-block-cart-item__image img {
    border-radius: 0;
}

body.woocommerce-cart article .wc-block-cart-items thead tr th.wc-block-cart-items__header-image {
    text-align: left;
}

.wc-block-components-sidebar .wc-block-components-text-input input[type=text] {
    border: 1px solid hsla(0, 0%, 7%, .11);
    color: var(--black);
    background: transparent;
}

.wc-block-components-sidebar .wc-block-components-text-input label {
    color: var(--black);
    font-weight: 500;
}

.wc-block-components-totals-coupon__button {
    color: var(--white);
    font-weight: 600;
    background: var(--action)
}

.wc-block-components-totals-coupon__button[disabled],
body.woocommerce-cart .wc-block-cart__submit-container button[type=button][disabled] {
    opacity: 0.5;
}

body.woocommerce-cart .wc-block-cart__submit-container button[type=button] {
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
    font-weight: 600;
    padding: 14px 20px;
    background: var(--action);
    color: var(--white);
    transition: 0.3s all ease;
    border: 1px solid var(--action);
}

.blockUI.blockOverlay {
    background: transparent !important;
}

/*# cart page #*/

/*# Mini cart #*/
.brxe-woocommerce-mini-cart .cart_list.product_list_widget li:last-child {
    margin-bottom: 0;
}

.brxe-woocommerce-mini-cart .cart_list.product_list_widget img {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
	border-radius:0;
}

.brxe-woocommerce-mini-cart .cart_list.product_list_widget li {
    margin-bottom: 32px;
    padding-left: 115px;
}

.brxe-woocommerce-mini-cart .cart_list.product_list_widget li .remove {
    font-size: 30px;
    line-height: 0.5;
    opacity: .8;
}

.brxe-woocommerce-mini-cart .cart_list.product_list_widget li a:has(img) {
    color: var(--primary);
    font-size: 18px;
    line-height: 1.3;
}

.brxe-woocommerce-mini-cart .cart_list.product_list_widget li .variation,
.brxe-woocommerce-mini-cart .cart_list.product_list_widget li .quantity {
    font-size: 16px;
    line-height: 1.2;
}

.cart_list.product_list_widget li .variation dt,
.cart_list.product_list_widget li .variation dd,
.cart_list.product_list_widget li .variation dd p {
    display: inline;
}

/*# Mini cart #*/

/*# checkout page #*/
.woo_checkout_sec .wp-block-woocommerce-checkout {
    padding: 0;
}

.woo_checkout_sec .wc-block-checkout__form label {
    color: var(--primary) !important;
    font-weight: 500 !important;
}

.woo_checkout_sec .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    width: 100%;
    max-width: 100px;
}

.woo_checkout_sec .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 100%;
    width: 100%;
}

.woo_checkout_sec .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: var(--action);
    border: 0;
    box-shadow: none;
    color: var(--white);
    padding: 0;
}

.woo_checkout_sec .wc-block-components-totals-discount__coupon-list {
    margin-top: 8px;
}

.woo_checkout_sec .wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: var(--primary);
}

.woo_checkout_sec .wc-block-components-chip__text {
    padding-right: .5em;
    color: var(--primary);
    font-weight: 500;
}

.woo_checkout_sec .wc-block-components-chip .wc-block-components-chip__remove {
    background: var(--action);
}

.woo_checkout_sec .wc-block-components-chip .wc-block-components-chip__remove-icon {
    fill: var(--white);
}

/*# checkout page #*/

/* **************************** Product page **************************** */

/* **************************** azienda **************************** */

.brxe-form select {
    padding: 20px 24px;
    border: 1px solid #FFFFFF;
}

.brxe-form select option {
    background: #202020;
}

.post_term_cat a {
    text-transform: uppercase;
    color: currentColor;
}

.azienda_icon_list_parent .content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    gap: calc(var(--space-m)*0.8) 60px;
    align-items: flex-start;
}

.azienda_icon_list_parent .content span.icon {
    grid-row: span 2;
    height: 100%;
    align-items: flex-start;
    position: relative;
}

.azienda_icon_list_parent .content span.meta {
    grid-column: 2;
    margin: .0;
}

.azienda_icon_list_parent li:not(:last-of-type) .content span.icon::after {
    height: calc(100% + calc(var(--space-m) * 3));
    width: 1px;
    background: #2A2B2C;
    opacity: 50%;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.azienda_icon_list_parent li:first-child span.meta {
    padding-bottom: calc(var(--space-m) * 3);
}

.produzione_form.brxe-form select,
#brx-content .contact_form select {
    padding: 11px 24px;
    border-width: 1px;
    font-size: var(--text-m);
    min-height: 38px;
    line-height: 1;
}

/* **************************** azienda **************************** */

/*# privacy #*/
body.page-id-1797 article#brx-content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: var(--section-padding-x);
}

body.page-id-1797 article#brx-content h1 {
    color: var(--action);
    font-size: var(--h2);
    line-height: var(--h2-lh);
    margin-bottom: 2rem;
}

body.page-id-1797 article#brx-content p,
body.page-id-1797 article#brx-content.post-1797 ul,
body.page-id-1797 article#brx-content a {
    color: var(--black);
}

body.page-id-1797 article#brx-content a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.page-id-1797 article#brx-content h4 {
    margin-bottom: 1.6rem;
}

body.page-id-1797 article#brx-content h6 {
    margin-bottom: .8rem;
}

.select_filter select.jet-select__control {
    background-image: url('/wp-content/uploads/2024/05/expand_more.svg');
    background-size: 10px !important;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 14px;
}

.select_filter.brxe-jet-smart-filters-select .jet-select__control {
    text-align: left;
}

.select_filter.brxe-jet-smart-filters-select .jet-select__control option {
    text-align-last: center;
    text-align: left;
    -moz-text-align-last: center;
}

/*# privacy #*/


.accept_elvas_term_notice_wrapper label {
    position: relative;
    margin: 0;

}

.accept_elvas_term_notice_wrapper label span::before {
    background-color: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    position: static;
    content: '';
    width: 26px;
    display: block;
    height: 1.5em;
}

.accept_elvas_term_notice_wrapper label span::after {
    width: 26px;
    height: 1.1em;
    content: '';
    background-image: url('data:image/svg+xml,<svg class="wc-block-components-checkbox__mark" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"></path></svg>');
    position: absolute;
    left: 0;
    top: 0.1em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}

.accept_elvas_term_notice_wrapper label input:checked+span::after {
    opacity: 1;
}

.accept_elvas_term_notice_wrapper label span {
    width: fit-content;
    width: -moz-fit-content;
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: .875em;
    line-height: 1.6em;
    margin-bottom: 0 !important;
    position: relative;
    gap: 1em;
}

.accept_elvas_term_notice_wrapper label input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer !important;
}

.accept_elvas_term_notice {
    position: relative;
    margin-left: 36px !important;
}

span.accept_elvas_term_notice::before {
    width: 1px;
    border-left: 1px solid hsla(0, 0%, 7%, .11);
    content: "";
    height: calc(100% + 10px);
    left: -24px;
    position: absolute;
    top: -10px;
}

.privacy_content .wp-block-heading {
    margin-top: 2em;
    margin-bottom: 1em;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row button[disabled] {
    pointer-events: none;
}

.review_slider .comment_wrap p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-bottom: auto;
}

.news-slider__card figure.news-slider__image img {
    transform: scale(1.02);
    transition: all 0.8s ease;
}

.news-slider__card:hover figure.news-slider__image img {
    transform: scale(1.2);
}

.comment_form_wrap #review_form_wrapper {
    margin-top: 0 !important;
}

.comment_form_wrap #review_form_wrapper a#lang-comments-link {
    display: none;
}


/*# cart page woocommerence file #*/

body.woocommerce-cart article .shop_table.cart thead tr th,
body.woocommerce-cart article .shop_table.cart tbody tr td {
    width: 100%;
    max-width: 15%;
}
body.woocommerce-cart article .shop_table.cart thead tr th,
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals  h2 {
    padding: 8px 16px 8px 0;
}
body.woocommerce-cart article .shop_table.cart tbody tr td{
    padding: 24px 16px;
}
body.woocommerce-cart article .shop_table.cart thead tr th,
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals  h2 {
    font-size: var(--text-xl);
    line-height: var(--text-xl-lh);
    text-transform: capitalize;
    color: #575756;
}

body.woocommerce-cart article .shop_table.cart thead tr th.product-name,
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details {
    width: 100%;
    max-width: 85%;
   
}
body.woocommerce-cart article .shop_table.cart thead tr th.product-subtotal,
body.woocommerce-cart article .shop_table.cart tbody tr td.product_total {
    text-align: right;
    vertical-align: top;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details {
    position: relative;
    padding: 24px 0 24px 153px;
    font-size: var(--text-m);
    line-height: 1.38;
    width: 100%;
    vertical-align: top;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details a:has(img) {
    position: absolute;
    width: 100%;
    max-width: 137px;
    left: 0;
    aspect-ratio: 1/1;
    object-fit: cover;
    top: 24px;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details a img{
    width: 100%;
    height: 100%;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details a {
    line-height: 1.38;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .variation {
    margin: 12px 0;
    font-size: var(--text-s);
    line-height: 1.14;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .variation dt.variation-Spinadialimentazione {
    font-weight: 700;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .wc-product-badge {
    border: 1px solid #575756;
    border-radius: 4px;
    display: inline-block;
    font-size: var(--text-s);
    line-height: 1.14;
    font-weight: 600;
    padding: 0 8px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 12px;
    width: max-content;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .wc-product-badge .discount_amount {
    white-space: nowrap;
    margin-left: 0.2em;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .quantity {
    width: 107px;
    margin-bottom: 12px;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .quantity .qty{
    width: 40px;
    font-weight: 600;
}

body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .quantity .minus,
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .quantity .plus{
    width: 30px;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .quantity .minus{
    border-right-color: transparent;
    border-radius: 4px 0 0px 4px;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .quantity .plus{
    border-left-color: transparent;
    border-radius: 0px 4px 4px 0px;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details a.remove {
    font-size: var(--text-s);
    line-height: 1.14;
    color: #575756;
    width: max-content;
    text-decoration: underline;
    text-underline-offset: 0.1em;
    transition: 0.2s all ease-in-out;
}
body.woocommerce-cart article .shop_table.cart tbody tr td.product_details a.remove:hover{
    text-decoration-color:transparent ;
}
body.woocommerce-cart article .woocommerce .cart-collaterals {
    float: unset;
    height: fit-content;
    width: 100%;
}
body.woocommerce-cart article .woocommerce {
    display: grid;
    grid-template-columns: 1fr 36%;
    grid-template-rows: 1fr;
    gap: 6%;
    padding-bottom: var(--space-xl);
}
body.woocommerce-cart article .woocommerce .woocommerce-notices-wrapper{
    grid-column: span 2;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody {
    display: flex;
    flex-direction: column;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr {
    display: flex;
    justify-content: space-between;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody th {
    flex-grow: 1;
    font-weight: 400;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody td {
    width: auto;
    font-weight: 700;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody th,
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody td {
    font-size: var(--text-m);
    line-height: 1.16;
    padding: 16px 16px 0px 16px;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.tax-rate {
    border-bottom: 1px solid hsla(0,0%,7%,.11);
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.tax-rate th,
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.tax-rate td {
    padding-bottom: 16px;
   
}
body.woocommerce-cart article .woocommerce .cart-collaterals table{
    border-bottom: 0;
}

body.woocommerce-cart article .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
    font-size: var(--text-l) !important;
    line-height: var(--text-l-lh) !important;
    font-weight: 600 !important;
    padding: 14px 20px !important;
    width: auto !important;
    background-color: var(--action) !important;
    color: var(--white) !important;
    transition: 0.3s all ease;
    border: 1px solid var(--action);
    display: block !important;
    border: 1px solid  var(--action) !important;
}

body.woocommerce-cart article .woocommerce .cart-collaterals .wc-proceed-to-checkout a:hover{
    background-color: #f91524 !important;
    border-color: #f91524 !important;
    color: var(--white) !important;
}

body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.order-total th,
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.order-total td {
    font-size: var(--h6);
    line-height: var(--h6-lh);
    font-weight: 700;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon,
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping {
    flex-direction: column;
    
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon{
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon th {
    padding-right: 20%;
    position: relative;
    padding-bottom: 16px;
    padding-bottom: 16px;
    cursor: pointer;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon td {
    padding-bottom: 16px;
    padding-top: 0;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon td form {
    display: flex;
    gap: 24px;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon th:before {
    content: "";
    background-image: url('/wp-content/uploads/2024/10/coupon-icon.svg');
    width: 24px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(33%) sepia(7%) saturate(65%) hue-rotate(22deg) brightness(93%) contrast(83%);
    transition: 0.3s all ease-in-out;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon:has(.active) th:before {
    transform: translateY(-50%) rotate(-180deg);
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon input[type=text] {
    border: 1px solid hsla(0, 0%, 7%, .11);
    color: var(--black);
    background: transparent;
    padding: 18px;
    font-size: var(--text-m);
    line-height: 1;
    font-weight: 300;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon input[type=text]:focus{
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon button[type=submit] {
    color: var(--white);
    font-weight: 600;
    background: var(--action);
    font-size: var(--text-m) ;
    line-height: var(--text-m-lh) ;
    font-weight: 300 !important;
    padding: 8px 24px !important;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon label {
    color: var(--black);
    font-weight: 500;
    font-size: var(--text-m) ;
    line-height: 1;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .wc-proceed-to-checkout a[disabled],
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.cart-coupon button[type=submit][disabled]{
    opacity: 0.5;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping {
     position: relative;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping td {
    padding-top: 4px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping td strong {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping td ul {
    font-size: 14px;
    line-height: 16px;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping td ul .woocommerce-Price-amount{
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: var(--text-m);
    line-height: 1.16;
    font-weight: 700;
    color: #575756;
    margin-left: 3.2rem;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping td a {
    color: #000;
    text-underline-offset: 0.1em;
    font-weight: 400;
    padding-top: 4px;
    display: inline-block;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping p.woocommerce-shipping-destination {
    padding-right: 8%;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping .shipping-calculator-form {
    padding: 9px 0px 15px 0px;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping .shipping-calculator-form button[type=submit] {
    width: 100%;
    padding: 18px 24px;
    font-size: var(--text-m);
    line-height: 1.167;
    font-weight: 300;
    background: #f0f0f0;
    color: #000;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping .shipping-calculator-form p.form-row input[type=text]{
    padding: 9px 9px 9px 9px;
    border: 1px solid #000;
    color: var(--black);
    background: #fff;
    font-size: var(--text-m);
    line-height: 1;
}
body.woocommerce-cart article .shop_table.cart tbody tr td:has(button) {
    padding-left: 0;
    padding-right: 0;
}
body.woocommerce-cart article .shop_table.cart button[type=submit] {
    padding: 18px 24px;
    font-size: var(--text-m);
    line-height: 1.167;
    font-weight: 300;
    background: #f0f0f0;
    color: #000;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping .shipping-calculator-form p.form-row .select2-selection .select2-selection__rendered {
    line-height: 42px;
    height: 44px;
    border: 1px solid #000;
    color: var(--black);
    background: #fff;
    padding-left: 9px;
}
body.woocommerce-cart article .woocommerce .cart-collaterals .cart_totals tbody tr.shipping .shipping-calculator-form p.form-row .select2-selection{
    height: auto;
    line-height: auto;
}
/* **************************** Responsive **************************** */

@media(min-height: 980px) {
    .banner_layer {
        height: 260px !important;
    }
}

@media(max-width:1440px) {
    .single_product_sec .sp_card form .accept_term {
        margin-bottom: calc(var(--space-m) * 1.5);
    }

    .woo_checkout_sec .wc-block-components-sidebar {
        padding-left: 0;
    }

    .lng_wrap a img {
        min-height: 14px;
    }

    .lng_wrap {
        gap: 20px;
    }

    .lng_wrap a.lng-ls-item {
        display: contents;
    }

    header#brx-header.cust_sticky {
        top: -42px;
    }

    /* 	custom carousel	 */
    .sn_seller_box {
        padding: 32px 26px;
    }

    .sn_seller_sport_item {
        width: 3.6rem;
    }

    .sn_seller_image {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
        max-width: calc(100% - calc(var(--space-m) * 1.15));
    }

    .seller_cat_tags {
        margin-bottom: 2rem;
    }

    .seller_cat_item_tags {
        font-size: 10px;
        line-height: 13px;
    }

    .sn_seller_box_name {
        font-size: 22px;
    }

    .sn_seller_box_model {
        font-size: 12px;
        line-height: 16px;
        padding-top: 12px;
    }

    .sn_seller_box_price {
        font-size: 14px;
    }

    .seller_slider .owl-dots {
        bottom: -54px;
    }

    .seller_desktop_slider {
        padding-bottom: 54px;
    }

    .sn_seller_sport_tags {
        min-height: 36px;
    }


}

@media(max-width: 1200px) {
    .single_product_sec .sp_card {
        padding: 40px 0px 40px 40px;
    }

    #main-wrapper .nav_product ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 1024px) {

    .azienda_icon_list_parent .content {
        gap: calc(var(--space-m)*0.8) 30px;
    }

    .azienda_icon_list_parent li:first-child span.meta {
        padding-bottom: calc(var(--space-m) * 1.5);
    }

    header#brx-header.cust_sticky .header__logo img {
        transform: none;
    }

    .single_product_sec .sp_card form .accept_term {
        margin-bottom: 50px;
    }

    .sp_card>.brxe-block {
        height: auto !important;
        flex-wrap: nowrap;
    }

    .single_product_sec .sp_card {
        min-height: auto;
        height: auto;
    }

    .review_slider .owl-theme .owl-nav {
        margin-top: 30px;
    }

    div .product-gallery.brxe-slider-nested .splide__arrow--prev {
        left: 0;
    }

    div .product-gallery.brxe-slider-nested .splide__arrow--next {
        right: 0;
    }

    div .product-gallery.brxe-slider-nested {
        padding: 0 50px;
    }

    div .product-gallery__image.brxe-image:not(.tag) {
        aspect-ratio: 765/370;
    }

    div .sp_card::after {
        display: none;
    }

    .single_product_sec .sp_card {
        padding: var(--space-m);
    }

    /* .category-slider.brxe-slider-nested .splide__arrow--prev svg g {
        fill: rgb(255 255 255 / 20%) !important;
    }

    .category-slider.brxe-slider-nested .splide__arrow--prev svg rect {
        stroke: #fff !important;
    }

    .category-slider.brxe-slider-nested .splide__arrow--prev svg path {
        fill: #fff !important;
    } */
}

@media(max-width:999px) {
    .seller_slider .owl-dots {
        flex-wrap: wrap;
        gap: 5px 0px;
        justify-content: center;
    }
}

@media(max-width: 767px) {
    header#brx-header.cust_sticky {
        top: 0;
    }

    header#brx-header.cust_sticky .header__logo img {
        height: 30px;
    }

    header#brx-header.cust_sticky .header {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .single_product_sec .sp_card .pro_rating_wrap {
        margin-bottom: var(--space-xl);
    }

    .header__nav-menu.brxe-nav-menu {
        display: none;
    }

    .category-slider .splide__track {
        max-width: 100%;
    }

    body.woocommerce-cart article .wc-block-components-sidebar-layout {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    body.woocommerce-cart article .wc-block-components-sidebar-layout .wc-block-components-main,
    body.woocommerce-cart article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        width: 100%;
        padding: 0;
    }

    #reviews_slider .rating {
        margin-bottom: 24px;
    }

    .review_slider .comment_wrap {
        padding: var(--space-m);
    }

    .single_product_sec .sp_card .pro_meta {
        margin-bottom: var(--space-xl);
    }

    .single_post_content figure.wp-block-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    /* 	custom carousel	 */
    .seller_desktop_slider {
        display: none;
    }

    .seller_mobile_slider {
        display: block;
    }

    .sn_seller_box_wrapper {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .seller_mobile_slider {
        padding-bottom: 54px;
    }
    body.woocommerce-cart article h1 {
        margin-bottom: 32px;
    }
    body.woocommerce-cart article .woocommerce .woocommerce-notices-wrapper {
        grid-column: unset;
    }
    body.woocommerce-cart article .shop_table.cart thead tr th.product-name,
    body.woocommerce-cart article .shop_table.cart tbody tr td.product_details,
    body.woocommerce-cart article .shop_table.cart thead tr th,
    body.woocommerce-cart article .shop_table.cart tbody tr td {
        max-width: 100%;
    }
    body.woocommerce-cart article .woocommerce {
        grid-template-columns: 1fr;
        gap: 0;
        padding-bottom: 0;
    }
    body.woocommerce-cart article .shop_table.cart tbody tr td.product_details {
        padding: 24px 0 24px 0px;
    }
    body.woocommerce-cart article .shop_table.cart tbody tr td.product_details a:has(img) {
        position: static;
        max-width: 104px;
    }
    body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .variation {
         justify-content: end;
    }
    body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .quantity {
        margin-left: auto;
    }
    body.woocommerce-cart article .shop_table.cart tbody td[data-title]:before {
        content: attr(data-title) ": ";
        font-size: 18px;
    }
    body.woocommerce-cart article .shop_table.cart tbody tr td.product_details .product_details_content {
        width: 72%;
        text-align: right;
        margin-left: auto;
    }
    body.woocommerce-cart article .shop_table.cart tbody tr td.product_total {
         padding-left: 0;
         padding-right: 0;
    }
    body.woocommerce-cart article .shop_table.cart tbody tr {
        border-color: #575756;
    }
}

@media(max-width:764px) {

    body.woocommerce-cart article .is-medium table.wc-block-cart-items .wc-block-cart-items__header,
    body.woocommerce-cart article .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
    body.woocommerce-cart article .is-small table.wc-block-cart-items .wc-block-cart-items__header,
    body.woocommerce-cart article .is-small table.wc-block-cart-items .wc-block-cart-items__row,
    body.woocommerce-cart article .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
    body.woocommerce-cart article .is-mobile table.wc-block-cart-items .wc-block-cart-items__header {
        display: table-row;
        padding: 0;
    }

    body.woocommerce-cart article .wc-block-cart-items tbody tr td {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    body.woocommerce-cart article .wc-block-cart-items tbody tr td.wc-block-cart-item__total {
        padding-left: 16px;
    }

    body.woocommerce-cart article .wc-block-cart-items thead tr th,
    body.woocommerce-cart article .wc-block-cart-items tbody tr td {
        max-width: 25%;
    }

    body.woocommerce-cart article .wc-block-cart-items thead tr th.wc-block-cart-items__header-product,
    body.woocommerce-cart article .wc-block-cart-items tbody tr td.wc-block-cart-item__product {
        max-width: 50%;
    }

    body.woocommerce-cart article .wc-block-cart-items tbody tr td {
        border-top: 1px solid hsla(0, 0%, 7%, .11);
    }

    body.woocommerce-cart article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        margin-bottom: 0;
    }

    body.woocommerce-cart article .wc-block-components-totals-wrapper span {
        font-size: var(--text-xl);
        line-height: var(--text-xl-lh);
        text-transform: capitalize
    }
}

@media(max-width: 575px) {
    .product_wrap .jsfb-query--prod_filter:before {
        display: flex;
        justify-content: center;
    }

    .footer_form .submit-button-wrapper button[type=submit] {
        padding: 0 !important;
    }

    .single_content_wrap figure.wp-block-image.size-full {
        margin-bottom: 18px;
    }

    .bricks-button {
        padding-right: 1.85em !important;
        padding-left: 1.85em !important;
    }

    .brxe-slider-nested.category-slider .splide__arrows {
        display: none !important;
    }

    .mobile-popup_menu ul.bricks-nav-menu {
        gap: 28px 16px;
    }

    .language-wrap a {
        gap: 16px;
    }

    .language-wrap a img {
        height: 14px;
    }

    .language-wrap a span {
        font-size: 15px;
    }

    .footer_form .submit-button-wrapper {
        right: 20px;
    }

    .single_post_content figure.wp-block-gallery figure.wp-block-image:not(:first-child) img {
        height: unset !important;
        aspect-ratio: 467/260;
    }

    .single_post_content figure.wp-block-gallery {
        grid-template-columns: 1fr;
    }

    .single_post_content figure.wp-block-gallery figure.wp-block-image:first-child {
        grid-column: unset;
        grid-row: unset;
    }

    .single_post_content figure.wp-block-gallery {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    body.single.single-product .woocommerce-notices-wrapper .woocommerce-message {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }

    .woocommerce-notices-wrapper.brxe-container {
        margin-bottom: 0px !important;
    }

    .single_product_sec .sp_card .pro_title {
        font-size: var(--h2);
    }

    .azienda_icon_list_parent .content {
        gap: calc(var(--space-m)*0.8) 20px;
    }

    .single_product_sec .sp_card .rating_text {
        font-size: 16px;
        line-height: 23px;
    }

    .single_product_sec .sp_card form .product_meta_wrap {
        margin-bottom: 30px;
    }

    .single_product_sec .sp_card .brxe-product-add-to-cart form>table {
        margin-bottom: 30px;
    }

    .single_product_sec .sp_card form .accept_term {
        margin-bottom: 40px;
        padding: 15px;
    }

    .single_product_sec .sp_card form .accept_term label {
        padding-left: 26px;
    }

    .review_slider .owl-theme .owl-nav {
        margin-top: 15px;
    }

    .category-slider .splide__track {
        max-width: 100%;
        overflow: hidden;
    }

    .category-slider__card:hover .category-slider__name {
        bottom: calc(60% + 0.32em);
    }

    /* 	custom carousel	 */
    .seller_mobile_slider {
        padding-bottom: 70px;
    }

    .seller_mobile_slider.seller_slider .owl-dots {
        width: 100%;
        bottom: -70px;
    }

    .seller_slider .owl-dots {
        bottom: -50px;
    }

    .sn_seller_sport_item {
        width: 3.3rem;
    }

    .sn_seller_sport_tags {
        min-height: 33px;
    }

    .seller_cat_item_tags {
        font-size: 9px;
        line-height: 12px;
    }

    .sn_seller_box_name {
        font-size: 20px;
    }

    .sn_seller_box_model {
        font-size: 11px;
        line-height: 15px;
    }

    .sn_seller_box_price {
        font-size: 13px;
    }

    .sn_seller_image {
        max-width: calc(100% - calc(var(--space-m) * 3.01));
    }

    .sn_seller_box_wrapper {
        row-gap: 32px;
    }

    .brxe-woocommerce-mini-cart .cart-detail {
        width: calc(100vw - 40px) !important;
        right: calc(calc(var(--space-m)* -1.17) - 44px) !important;
    }

}

@media(max-width:478px) {
    /*     .brxe-woocommerce-mini-cart .cart-detail {
        width: 280px;
        right: -42px;
    } */


    .brxe-woocommerce-mini-cart .cart_list.product_list_widget li {
        padding-left: 95px;
    }

    .brxe-woocommerce-mini-cart .cart_list.product_list_widget img {
        width: 80px;
    }

    .brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons {
        grid-auto-flow: row;
    }

    .product-rating {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .product-rating img,
    #reviews_slider .rating img {
        width: 16px;
    }

    .product-rating img:last-of-type {
        margin-right: 0;
    }

    .brxe-icon.top_circle {
        right: -144.2vw !important;
        top: -0.8% !important;
    }

    .brxe-icon.bottom_circle {
        left: -120vw !important;
        top: 80% !important;
    }
}

@media(max-width:400px) {
    .brxe-icon.top_circle {
        right: -184.2vw !important;
        top: -1% !important;
    }

    .brxe-icon.bottom_circle {
        left: -133vw !important;
    }
}

/* **************************** Responsive **************************** */

/* **************************** Checkout **************************** */

.woocommerce-checkout .woocommerce-billing-fields .form-row {
    background: white;
    position: relative;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row label {
    color: var(--primary) !important;
    font-weight: 500 !important;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .5625em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(1em);
    transform-origin: top left;
    transition: all .2s ease;
    z-index: 2;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row input,
.woocommerce-checkout .woocommerce-billing-fields .form-row select {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row label:has(+ span input:not(:placeholder-shown)),
.woocommerce-checkout .woocommerce-billing-fields .form-row label:has(+ span input:focus),
.woocommerce-checkout .woocommerce-billing-fields .form-row label:has(+ span select:not(:placeholder-shown)),
.woocommerce-checkout .woocommerce-billing-fields .form-row label:has(+ span select:focus) {
    transform: translateY(.5em) scale(.875);
}

.woocommerce-checkout .woocommerce-billing-fields .form-row input:not(:placeholder-shown),
.woocommerce-checkout .woocommerce-billing-fields .form-row input:focus,
.woocommerce-checkout .woocommerce-billing-fields .form-row select:not(:placeholder-shown),
.woocommerce-checkout .woocommerce-billing-fields .form-row select:focus {
    padding: 1.5em .5em .5em;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row input::placeholder,
.woocommerce-checkout .woocommerce-billing-fields .form-row select::placeholder {
    font-size: 0;
}

.woocommerce .woocommerce-invalid.validate-required input {
    border-color: #cc1818;
}

.woocommerce-billing-fields h3,
#order_review_heading {
    margin-bottom: 1em;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row select {
    line-height: 1.334em;
}

.woocommerce-checkout .woocommerce-billing-fields span.accept_elvas_term_notice_wrapper {
    margin-top: 4rem;
    display: block;
}

.woocommerce-checkout .woocommerce-billing-fields .select2-selection__rendered {
    background: #fff;
    border: 1px solid #50575e;
    box-shadow: none;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1.12em;
    font-style: inherit;
    font-weight: 400;
    line-height: 1em !important;
    opacity: 1;
    padding: 1.5em .5em .5em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.woocommerce .select2-selection .select2-selection__arrow {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce-billing-fields .select2-selection {
    height: auto;
    border: 0;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row label:has(+span .select2) {
    transform: translateY(.5em) scale(.875);
}

.woocommerce-checkout .woocommerce-additional-fields label {
    margin-bottom: 8px;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin-bottom: 18px;
}

.woocommerce-checkout .woocommerce-additional-fields textarea {
    min-height: 150px;
}

.woocommerce-checkout-review-order tfoot th,
.woocommerce-checkout-review-order tfoot td {
    padding: 1.5rem 2rem !important;
}

.woocommerce-checkout #payment .payment_methods li {
    position: relative;
}

.woocommerce-checkout #payment .payment_methods li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.woocommerce-checkout #payment .payment_methods li>label {
    color: var(--primary) !important;
    font-weight: 500 !important;
    font-size: var(--text-l) !important;
    padding-left: 34px;
}

.woocommerce-checkout #payment .payment_methods li>label::before {
    background-color: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    position: absolute;
    content: '';
    width: 21px;
    display: block;
    height: 20px;
    left: 0px;
    top: 0;
}

.woocommerce-checkout #payment .payment_methods li>label::after {
    width: 16px;
    height: 16px;
    content: '';
    background-image: url('data:image/svg+xml,<svg class="wc-block-components-checkbox__mark" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"></path></svg>');
    position: absolute;
    left: 3px;
    top: 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}

.woocommerce-checkout #payment .payment_methods li>input:checked+label::after {
    opacity: 1;
}

.payment_box label {
    font-weight: 600 !important;
    color: var(--primary);
    margin-bottom: 4px !important;
}

.woocommerce-checkout #order_review {
    background: white;
}

.woocommerce-checkout-review-order-table tbody {
    border-bottom: 1px solid var(--bricks-border-color);
}

.woocommerce-checkout #payment .payment_methods .payment_box {
    margin-top: 2.4rem !important;
}

.woocommerce-checkout .place-order .button {
    margin-top: 20px;
    background: var(--btn-background);
    color: var(--btn-text-color);
    padding-block: var(--btn-padding-block);
    padding-inline: var(--btn-padding-inline);
    min-inline-size: var(--btn-min-width);
    line-height: var(--btn-line-height) !important;
    font-size: var(--btn-font-size, var(--text-m)) !important;
    font-weight: var(--btn-font-weight);
    font-style: var(--btn-font-style);
    text-transform: var(--btn-text-transform);
    letter-spacing: var(--btn-letter-spacing);
    text-decoration: var(--btn-text-decoration);
    border-width: var(--btn-border-width);
    border-style: var(--btn-border-style);
    border-radius: var(--btn-radius);
    border-color: var(--btn-border-color);
    transition: var(--btn-transition, var(--transition));
    justify-content: var(--btn-justify-content, center);
    text-align: var(--btn-text-align, center);
    transition: all .3s ease;
}

.woocommerce-checkout .place-order .button:hover {
    background: var(--action);
    color: white;
    border-color: var(--action);
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: var(--white);
    color: var(--primary);
    font-weight: 700;
    flex-wrap: wrap;
    gap: 1rem;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 4rem;
}


.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    text-decoration: none;
    border: 1px solid var(--base);
    color: white;
    padding-block: 0.55em;
    padding-inline: 1.5em;
    background: var(--base);
    font-weight: 600;
    transition: all .3s ease;
}

.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
    background: var(--action);
    border-color: var(--action);
}

#brx-content .woo_checkout_sec form.checkout_coupon {
    background-color: var(--bricks-bg-light);
    padding: 0 15px 2rem;
}

#brx-content .woo_checkout_sec form.checkout_coupon p {
    margin-bottom: 0.4em;
    font-weight: 500;
    color: var(--primary);
}

#brx-content .woo_checkout_sec form.checkout_coupon button.button {
    background: var(--action);
    color: white;
    padding-inline: 1.5em;
}

#reviews_slider .owl-stage-outer {

    overflow: visible;
}

#reviews_slider {
    width: 77.6%;
}

ul.woocommerce-error {
    background: var(--white);
    color: var(--black);
    max-width: 1800px;
    margin: 24px auto 0;
}

body #brx-content ul.woocommerce-error a {
    font-size: var(--text-l);
    line-height: var(--text-l-lh);
    font-weight: 600;
    padding: 14px 20px;
    /* width: auto; */
    background: var(--action);
    color: var(--white);
    transition: 0.3s all ease;
    border: 1px solid var(--action);
    min-width: 175px;
    text-align: center;
    margin-left: auto;
    order: 2;
}

body #brx-content ul.woocommerce-error a:hover {
    background: #f91524;
    border-color: #f91524;
    color: var(--white);
}

ul.woocommerce-error li {
    display: flex;
    align-items: center;
    gap: 2rem 0;
    justify-content: space-between;
}

.open_request_info_btn,
.single_product_sec .sp_card form .single_add_to_cart_button {
    line-height: 1;
    min-height: 39px;
}

@media (max-width:1400px) and (min-width:1025px) {
    #reviews_slider {
        width: 100%;
    }
}


@media (max-width:1024px) {
    #brx-content .woo_checkout_sec form.checkout_coupon p.form-row-first {
        margin-bottom: 1.5em !important;
    }

    .woocommerce-checkout .woocommerce-billing-fields .form-row {
        margin: 0 0 1.55em;
    }
}

@media(max-width:767px) {
    #order_review_heading {
        margin-top: 4rem;
    }

    #reviews_slider {
        width: 100%;
    }
}

@media(max-width:575px) {
    .woocommerce-form-coupon-toggle .woocommerce-info {
        text-align: center;
        justify-content: center;
    }

    ul.woocommerce-error li {
        flex-direction: column;
        gap: 0;
    }

    body #brx-content ul.woocommerce-error a {
        margin: auto;
    }

    .single_product_sec .sp_card form .single_add_to_cart_button {
        margin-top: 2rem;
    }

    .open_request_info_btn {
        margin-top: 2rem;
        display: inline-block;
    }
}

/* **************************** Checkout **************************** */

.form-group.captcha:has(.recaptcha-error) {
    display: none;
}

.on_cart .items_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-m);
    grid-template-rows: 1fr;
    margin-top: var(--space-l);
}

.on_cart>h3 {
    text-align: center;
}

@media(max-width:1024px) {
    .on_cart .items_wrap {
        grid-template-columns: repeat(1, 1fr);
        max-width: 600px;
        margin-inline: auto;
    }

    .seller_desktop_slider.on_cart.seller_slider {
        display: block;
        margin-top: 40px;
    }
}