.lock .container,
.lock .banner {
    pointer-events: none;
}

.template.has-sidebar {
    display: flex;
    justify-content: center;
    gap: 9%;
    margin-top: 70px;
    pointer-events: all;
}

.template.has-sidebar .sidebar {
    position: relative;
    /* padding-left: 40px; */
    min-width: 287px;
}

.template.has-sidebar .item-wrap {
    max-width: 830px;
    width: 100%;
    margin-top: 15px;
}

.template.has-sidebar .sidebar > div.fixed {
    position: fixed;
    top: 109px;
}

.template.has-sidebar .sidebar > div .nav {
    min-width: 200px;
    padding: 0;
	display: block;
}

/* .template.has-sidebar .sidebar > div .nav  li:not(:last-of-type){
	margin-bottom: 10px;
} */

.template.has-sidebar .sidebar > div .nav  li a {
    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.36;
	letter-spacing: normal;
	text-align: left;
	color: var(--blackgreen);
    border-bottom: none;
}

.template.has-sidebar .sidebar > div .nav li a:hover {
    color: var(--primary);
}




.template.has-sidebar .sidebar > div .nav > li > a {
    font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.36;
	letter-spacing: normal;
	text-align: left;
	color: var(--blackgreen);
}

.template.has-sidebar .sidebar > div .nav li ul{
    padding-left: 1.6rem;
    margin-top: 0;
    line-height: normal;
}

.template.has-sidebar .sidebar > div .nav li ul li > a{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #757372;
}

.template.has-sidebar .sidebar > div .nav > li > a,
.template.has-sidebar .sidebar > div .nav li.active > a {
    color: #79af26;
}

.template.has-sidebar .listing-card > .items {
    display: flex;
    flex-wrap: wrap;
    /* gap: 40px; */
    max-width: 830px;
    padding-bottom: 50px;
    margin: 0px;
}

.template.has-sidebar .listing-card .items a.description,
.related-products .related-container > div a.description{
    font-size: 22px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: var(--blackgrey);
    margin: 28px 0 -5px 0;
    padding: 0;
	text-transform: none;
}

.template.has-sidebar .listing-card .items a.description p,
.related-products .related-container > div a.description p,
.content .template .listing .product-inline .details p{
	text-transform: none;
    transition: var(--transition);
}


.template.has-sidebar .listing-card .items a.description:hover p:first-of-type,
.related-products .related-container > div a.description:hover p:first-of-type,
.content .template .listing .product-inline .details a:hover p:first-of-type{
    color: var(--primary)
}

@media(max-width:520px){
    .template.has-sidebar .listing-card .items a.description p,
    .related-products .related-container > div a.description p,
    .content .template .listing .product-inline .details p{
        font-size: 19px;
        line-height: 1.25;
    }

    .template.has-sidebar.single-item .listing-card .items a.description p{
        font-size: 21px;
    }
}

.related-products .related-container > div a.description p{
    margin-bottom: 5px;
}
/* .template.has-sidebar.scroll .listing-card .items a.description::after {
    content: "";
    width: 28px;
    height: 13px;
    -webkit-mask-image: url(/assets/img/svg/arrow-banner-right.svg);
    mask-image: url(/assets/img/svg/arrow-banner-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #000000;
    opacity: 0;
    transition: var(--transition);
    display: inline-block;
} */

.template.has-sidebar.scroll .listing-card .items a.description:hover::after{
    opacity: 1;
    margin-left: 19px;
}

.template.has-sidebar .listing-card.products .items a.description,
.related-products .related-container > div a.description{
    margin: 10px 0 -5px 0;

}

.template.has-sidebar .listing-card .filtersCount > a {
    font-size: 12px;
    text-transform: uppercase;
    height: 22px;
    display: none;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    min-width: 22px;
}

.template.has-sidebar .listing-card .filtersCount > a::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    display:none;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #000000;
}

.template.has-sidebar .listing-card .filtersCount a.toggle-option::before {
    width: 30px;
    -webkit-mask-image: url("/assets/img/svg/icon-filter.svg");
    mask-image: url("/assets/img/svg/icon-filter.svg");
}

.template.has-sidebar .listing-card .filtersCount a.grid::before {
    width: 22px;
    -webkit-mask-image: url("/assets/img/svg/grid.svg");
    mask-image: url("/assets/img/svg/grid.svg");
}

.template.has-sidebar .listing-card .filtersCount a.no-grid::before {
    width: 22px;
    -webkit-mask-image: url("/assets/img/svg/single.svg");
    mask-image: url("/assets/img/svg/single.svg");
}

.template.has-sidebar:not(.single-item) .listing-card .filtersCount a.grid::before{
    background-color: var(--primary);
}
.template.has-sidebar.single-item .listing-card .filtersCount a.no-grid::before{
    background-color: var(--primary);
}

@media(max-width: 992px) {
    .template.has-sidebar {
        margin-top: 100px;
    }

    .template.has-sidebar .item-wrap {
        width: unset;
    }
}

@media(max-width: 768px) {

    .template.has-sidebar {
        margin-top: 15px;
        flex-direction: column;
        gap: 50px;
    }

    .template.has-sidebar .sidebar {
        display: flex;
        gap: 15px;
        padding: 0;
    }

    .content .template.has-sidebar .sidebar{
        padding: 0 20px;
    }

    .template.has-sidebar .sidebar > div {
        position: fixed;
        top: 200vh;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 100px;
        margin: auto;
        right: 0;
        z-index: 5;
        transition: var(--transition);
    }

    .template.has-sidebar.open .sidebar > div {
        display: flex;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 100px;
        margin: auto;
        right: 0;
        z-index: 5;
        transition: var(--transition);
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .template.has-sidebar.open .sidebar > div > ul {
        padding: 50px 0;
    }

    .template.has-sidebar.open .sidebar a.toggle-option::after,
    .template.has-sidebar.open .sidebar a.toggle-option::before {
        content: "";
        width: 20px;
        height: 1px;
        transform: rotate(45deg);
        background-color: black;
        z-index: 7;
        -webkit-mask-image: none;
        mask-image: none;
        position: fixed;
        right: 20px;
        top: 120px;
        left: unset;
    }

    .template.has-sidebar.open .sidebar a.toggle-option::after {
        transform: rotate(-45deg);
    }

    .template.has-sidebar .listing-card .filtersCount{
        display: flex;
        gap: 10px;
        width: 100%;
    }

    .template.has-sidebar .listing-card .filtersCount > a {
        display: flex;
        margin: 0;
    }

    .template.has-sidebar .listing-card .filtersCount > a::before {
        display:inline-block;
    }

    .template.has-sidebar .sidebar > div:first-of-type{
        padding: 100px 25px;
        overflow: scroll;
        pointer-events: all;
        gap: 0;
    }

    .template.has-sidebar .listing-card .items img {
        min-width: 150px;
    }

    .template.has-sidebar.single-item .listing-card .items {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .template.has-sidebar.single-item .listing-card .items .card {
        max-width: unset !important;
    }


    .template.has-sidebar .listing-card .items a p {
        font-size: 12px;
        /* padding: 14px 0 0 0; */
    }

    .shop.product .template {
        margin-top: 0;
    }

    .content.product.shop .banner{
        margin-top: 10px;
    }
}

.content .template .listing.listing-card .header .form {
    order: 1;
    width: 100%;
    margin: 0 auto 2rem;
}

.content .template .listing.listing-card .header .form .input-wrapper {
    padding-top: 0;
    position: relative;
}

.content .template .listing.listing-card .header .form a {
    position: absolute;
    height: 60px;
    width: 53px;
    top: 0;
    right: 16px;
    font-size: 0;
    cursor: pointer;
}

.content .template .listing.listing-card .header .form a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background-image: url(/assets/img/svg/lupe.svg);
    z-index: 1;
}

.content .template .listing.listing-card .header {
	display: flex;
	align-items: center;
}

.content .template .listing.listing-card .header h2 {
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	color: var(--black);
	text-align: center;
	text-transform: uppercase;
}

.content .template .listing.listing-card .header input {
    font-family: var(--font-family-1);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--blackgrey);
    border: 1px solid #e8e7ae;
    border-radius: 30px;
    padding: 19px 0;
    padding-left: 32px;
}

@media(max-width:767px){
    .content .template .listing.listing-card .header {
        flex-direction: column;
    }

    .content .template .listing.listing-card .header .form {
        margin: 0 auto 1rem;
    }
}

.content .template .listing .listing-options {
	font-size: 0;
}
.content .template .listing .listing-options a {
	position: relative;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	color: var(--black);
	line-height: 22px;
	height: 22px;
	min-width: 22px;
	letter-spacing: .19em;
	text-transform: uppercase;
	vertical-align: middle;
}
.content .template .listing .listing-options a + a {
	margin-left: 15px;
}
.content .template .listing .listing-options a.toggle-filter {
	padding-left: 45px;
}
.content .template .listing .listing-options a.active {
	pointer-events: none;
}

.content .template .listing .listing-options a::before {
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .25;
	transition: var(--transition);
}
.content .template .listing .listing-options a.active::before {
	opacity: 1;
}


.content .template .listing.listing-card .header .select-wrapper {
    order: 2;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
    z-index: 15;
}




.content .template .listing.listing-card .header .custom-select .options > div,
.content .template .filter-section .location .custom-select .options > div{
    padding-left: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.content .template .listing.listing-card .header .custom-select .placeholder, 
.content .template .listing.listing-card .header select.custom-select {
    font-family: var(--font-family-1);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.28px;
    text-align: left;
    color: #0d0d0d;
    border-bottom: none;
    border: 1px solid #e3e3e3;
    border-radius: 25px;
    padding: 16px 20px;
    z-index: 3;
    transition: var(--transition);
}

.content .template .listing.listing-card .header .custom-select.open .placeholder,
.content .template .filter-section .location .custom-select.open .placeholder{
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.content .template .custom-select.has-reset .placeholder > div.reset{
    right: 20px;
}

.content .template .listing.listing-card .header .custom-select .options-wrapper,
.content .template .filter-section .location .custom-select .options-wrapper {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 20px;
    top: 29px;
    padding-right: 0;
    padding-left: 20px;
    margin-top: -3px;
} 

.content .template .filter-section .location .custom-select .placeholder{
    z-index: 3;
}

.content .template .filter-section .location .custom-select .options-wrapper{
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
}

.content .template .listing.listing-card .header span.count {
    font-family: var(--font-family-1);
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #acacac;
    display: inline-block;
    margin-left: auto;
}


@media (min-width: 992px){
	.content .template .listing.listing-card .header .select-wrapper {
		max-width: 180px;
		margin-left: 0px;
		margin-right: 0;
	}
}

@media (min-width: 1200px){
	.content .template .listing.listing-card .header .select-wrapper {
		margin-bottom: 0;
	}
    .content .template .listing.listing-card .header .form{
        margin: 0;
        max-width: 303px;
    }
	.content .template .listing.listing-card .header .custom-select .placeholder {
		cursor: pointer;
	}
}


@media(min-width: 768px) {
	.content .template .listing .header .listing-options {
		display: none;
	}
}


/*************** PRODUCT LIST PAGE *******************/
/*************** PRODUCT LIST PAGE *******************/
/*************** PRODUCT LIST PAGE *******************/



.template.has-sidebar .listing-card.products .items {
    gap: 40px;
    justify-content: initial;
}

.template.has-sidebar .listing-card.products .items .pagination{
    width: 100%;
    flex: none;
}


.template.has-sidebar .sidebar > div > div:first-of-type {
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e7e7;
}


.template.has-sidebar .sidebar > div > div + div {

    border-bottom: 1px solid #e9e7e7;
    padding: 30px 0 ;
}



.template.has-sidebar .sidebar .filters .location{
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.template.has-sidebar .sidebar .filters .location .placeholder{
    border: 1px solid var(--primary);
    border-radius: 30px;
    padding:14px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #001a31;
}

.location .custom-select.has-reset .placeholder > div.reset{
    right: 20px;
}

.template.has-sidebar .sidebar .filter-title {
    font-size: 19.5px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
    text-align: left;
    color: #001a31;
}

/* .template.has-sidebar .sidebar .filter-section > div:first-of-type {
    display: flex;
    justify-content: space-between;
} */

.template.has-sidebar .sidebar .filter-section > div .filter-open-btn {
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
}

.template.has-sidebar .sidebar .filter-section > div .filter-open-btn span {
    position: absolute;
    width: 15px;
    height: 1px;
    margin-top: 5px;
    background-color: var(--primary);
    pointer-events: none;
    transition: var(--transition);
}


.template.has-sidebar .sidebar .filter-section p{
    font-size: 1rem;
    color: #757372;
    font-weight: 300;
    line-height: 1.63;
    margin-top: 10px;
    margin-bottom: 16px;
}

.template.has-sidebar .sidebar .filter-section > div .filter-open-btn span:last-of-type {
    transform: rotate(90deg);
}

.template.has-sidebar .sidebar .filter-section.open > div .filter-open-btn span:last-of-type {
    transform: rotate(0);
}

.template.has-sidebar .sidebar .filter-section .filter-option-wrapper {
    transition: var(--transition);
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.template.has-sidebar .sidebar .filter-section.open .filter-option-wrapper {
    max-height: 312px;
    margin: 30px 0 25px;
}

.template.has-sidebar .sidebar .filter-section .filter-option-wrapper::-webkit-scrollbar {
    width: 14px;
    transition: var(--transition);

}

.template.has-sidebar .sidebar .filter-section .filter-option-wrapper::-webkit-scrollbar-track {
    background: #fbfbfb;
    border-radius: 10px;
    background-clip: content-box;   /* THIS IS IMPORTANT */
}

.template.has-sidebar .sidebar .filter-section .filter-option-wrapper::-webkit-scrollbar-thumb {
    width: 24px;
    background: var(--primary);
    border: 5px solid #fbfbfb;
    border-radius: 15px;
}

.template.has-sidebar .sidebar .filter-section .filter-option-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--green);
}

.template.has-sidebar .sidebar .filter-section .filter-option {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #888787;
    position: relative;
}

.template.has-sidebar .sidebar .filter-section .filter-option-wrapper.multi .filter-option {
    display: flex;
    align-items: center;
}

.template.has-sidebar .sidebar .filter-section .filter-option-wrapper.multi .filter-option:first-of-type {
    margin-top: 10px;
}

.template.has-sidebar .noUi-connect {
    background: #000000;
}

.template.has-sidebar .noUi-target {
    background: none;
    border-radius: 4px;
    border: none;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
    height: 2px;
    margin-bottom: 20px;
}

.template.has-sidebar .noUi-handle:before,
.template.has-sidebar .noUi-handle:after {
    content: none;
}

.template.has-sidebar  .noUi-handle {
    border: none;
    border-radius: 3px;
    background: black;
    cursor: default;
    box-shadow: none;
    border-radius: 100px;
}

.template.has-sidebar .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    right: -8px;
    top: -8px;
}


.template.has-sidebar .noUi-base,
.template.has-sidebar .noUi-connects {
    width: 93%;
    height: 100%;
    position: relative;
    z-index: 1;
    right: -9px;
}


.template.has-sidebar .sidebar .filter-section .reset-filter,
.template.has-sidebar .sidebar .filter-section .clear-filter {
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.55px;
    text-align: left;
    color: #bebdbd;
    opacity: 0;
    transition: var(--transition-color);
    margin-top: -1em;
    display: flex;
    pointer-events: none;
}


.template.has-sidebar .sidebar .filter-section.open .reset-filter,
.template.has-sidebar .sidebar .filter-section.open .clear-filter {
    opacity: 1;
    margin-top: 0;
    pointer-events: all;
    transition: var(--transition-color);
}

.template.has-sidebar .sidebar .filter-section .filter-option > span {
    margin: 0 0 0 auto;
    font-size: 14px;
    line-height: 1;
    text-align: right;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	color: #757372;
}


.template.has-sidebar .tag-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 10px;
    transition: var(--transition);
    max-height: 0;
    max-width: 880px;
}

.template.has-sidebar .tag-container.hasItems {
    margin-bottom: 30px;
    max-height: 100px;
}

.template.has-sidebar .tag-container a {
    font-size: 11.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.58px;
    text-align: left;
    color: #bebdbd;
    display: none;
    order: 1;
    align-items: center;
    justify-content: center;
}

.template.has-sidebar .tag-container a:hover,
.template.has-sidebar .sidebar .filter-section.open .reset-filter:hover,
.template.has-sidebar .sidebar .filter-section.open .clear-filter:hover{
    color: var(--blackgrey);
}

.template.has-sidebar .tag-container.hasItems a {
    display: flex;
}

.template.has-sidebar .tag-container span {
    position: relative;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: white;
    background-color: var(--primary);
	border-radius: 15px;
    padding: 8px 29px 8px 10px;
    cursor: pointer;
    transition: var(--transition);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.template.has-sidebar .tag-container span:hover {
    background-color: #6e8027;
}

.template.has-sidebar .tag-container span::after,
.template.has-sidebar .tag-container span::before {
    content: "";
    background-color: white;
    width:12px;
    height: 1.5px;
    position: absolute;
    right: 10px;
    top: 0;bottom: 0;
    margin: auto;
}

.template.has-sidebar .tag-container span::before {
    transform: rotate(-45deg);
}

.template.has-sidebar .tag-container span::after {
    transform: rotate(45deg);
}


.template.has-sidebar .listing-card .items .card,
.related-products .related-container > div {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-width: 250px;
    /* transition: var(--transition); */
    padding: 0;
    /* animation: fadeInDown 500ms ease-in-out; */
	padding: 0px;
}

.template.has-sidebar .listing-card .items .card.border-0{
    padding: 15px 5px;
}



.related-products .card.card-new .img {
    overflow: hidden;
    aspect-ratio: 16 / 11.45;
    position: relative;
}

.template.has-sidebar .listing-card .items .card.col-12{
    max-width: 100%;
}

@media(min-width:768px){
    .template.has-sidebar .listing-card .items .card,
    .related-products .related-container > div{
        padding: 0px;
        width: 250px;
        max-width: 250px;
    }

    .related-products .related-container > div{
        width: 366px;
        max-width: 366px;
        min-width: 366px;
    }

    .template.has-sidebar .listing-card .items .card.border-0{
        padding: 0px 5px;
    }

    .content .template .listing.listing-card .header{
        align-items: baseline;
        flex-wrap: wrap;
		gap: 20px;
    }
    .content .template .listing.listing-card .header .form,
    .content .template .listing.listing-card .header .select-wrapper{
        flex: 50%;
    }
    .content .template .listing.listing-card .header span.count{
        flex: 100%;
    }
}

@media(min-width:992px){
    .template.has-sidebar .listing-card .items .card,
    .related-products .related-container > div{
        padding: 0px;
    }
    .content .template .listing.listing-card .header{
        flex-wrap: inherit;
		justify-content: flex-end;
    }
    .content .template .listing.listing-card .header .form,
    .content .template .listing.listing-card .header .select-wrapper,
    .content .template .listing.listing-card .header span.count{
        flex: auto;
    }


}


a.category {
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    color: var(--primary);
    margin: 27px 0 0 0;
    display: block;
	text-transform: uppercase;

}

a.category span {
    display: inline-flex !important;
    transition: var(--transition-color);
    border-bottom: 1px dotted transparent;
}

a.category:hover span{
    border-bottom: 1px dotted currentColor;
}


a.category + a.description {
    margin-top: 10px;
    text-transform: none;
}

.items .card > div:last-of-type span,
.related-products .related-container .card > div:last-of-type span {
    margin-left: 5px;
}

.template.has-sidebar .listing-card .items .pagination {
    flex: 1;
}


@media(max-width: 768px) {


    .template.has-sidebar .tag-container.hasItems {
        margin-top: 20px;
    }

    .template.has-sidebar .listing-card.products .items img {
        min-width: 100px;
    }

    a.category {
        font-size: 11px;
    }

    .related-products .related-container > div{
        padding: 22px;
    }

    .related-products .related-container > div{
        border-left: none;
        border-bottom: none;
    }

    .related-products .related-container > div:last-of-type{
        border-right: none;
        border-bottom: 1px solid #e8e7ae;
    }
}

@media(max-width: 992px) {

    .content .template .tag-container + .listing {
        margin-top: 0;
    }

}

@media(min-width:768px){
    /* .related-products .related-container .card > div.new:last-of-type,
    .listing-card .items .card > .new,
    .related-products .related-container .new{
        top: 11px;
        right: 11px;
        width: 45px;
        height: 45px;
    }

    .related-products .related-container .bio{
        top: 11px;
        right: 11px;
        width: 45px;
        height: 45px;
    }

    .listing-card .items .card > .new::before,
    .related-products .related-container .new::before{
        content: attr(data-name);
        font-size: 10px;
    }

    .listing-card .items .card > .bio::before,
    .related-products .related-container .bio::before{
        content: attr(data-name);
        font-size: 10px;
    } */
}


.listing-card .items .card > .amostra,
.related-products .related-container .amostra{
    position: absolute;
    top: 11px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
	z-index: 10;
	padding: 5px 15px;
}
.listing-card .items .card > .amostra::before,
.related-products .related-container .amostra::before{
	content: "";
	width: 13px;
  	height: 25px;
	-webkit-mask-image: url(/assets/img/svg/icon-sample.svg);
	mask-image: url(/assets/img/svg/icon-sample.svg);
	background-color: var(--primary);
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
	z-index: 1;
	margin-right: 9px;

}
.listing-card .items .card > .amostra span,
.related-products .related-container .amostra span {
    font-size: 12.5px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	text-transform: uppercase;
    color: var(--white);
    z-index: 2;
    position: relative;
}

.listing-card .items .card > .amostra::after,
.related-products .related-container .amostra::after{
    content: "";
    background: #6e8027;
    width: 100%;
    height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
    position: absolute;
}


/*************** SINGLE PRODUCT PAGE *******************/
/*************** SINGLE PRODUCT PAGE *******************/
/*************** SINGLE PRODUCT PAGE *******************/


.content.product {
    padding-top: 90px;
    position: relative;
}

.content.product > div:first-of-type {
    position: relative;
    display: flex;
    max-width: 1270px;
    justify-content: center;
    margin: 100px auto 0;
    padding: 0 20px;

}
.content.product > div:first-of-type > div {
    width: 100%;
}
.content.product > div:first-of-type > div .slide{
    aspect-ratio: 1;
}
.content.product > div:first-of-type > div .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content.product .product-page .slider-wrapper .tns-outer{
    position: relative;
}

.content.product .product-page .slider-wrapper .tns-outer > .tns-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    text-align: center;
    z-index: 10;
}

.content.product .product-page .slider-wrapper .tns-outer .tns-nav button{
    width: 6px;
    height: 6px;
    background: var(--primary);
    z-index: 1;
    transition: var(--transition);
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    margin: 0 12.5px;
}

.content.product .product-page .slider-wrapper .tns-outer .tns-nav button.tns-nav-active{
    background: var(--blackgrey);
}

.content.product .product-page .slider-wrapper .slider{
    display: flex;
}


.content .product-page .banner ul{
    padding: 0;
    display: flex;
}

.content.product .banner ul li a{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--blackgrey);
    text-decoration: none;
    border: none;
}

.content.product .banner ul li a:hover{
    color: var(--primary);
}

.content.product .banner ul li+li::before {
    content: "»";
    padding-left: 0.4em;
    padding-right: 0.4em;
    font-size: 12px;
    color: var(--blackgrey);
}

.content.product .banner.card a.category {
    display: inline-flex;
    gap: 15px;
}

.content.product .banner.card a.category p {
    margin: 0;
}

.content.product .banner.card > div {
    display: flex;
    gap: 13px;
    align-items: baseline;
    margin-top: 30px;
}

.content.product .banner.card > div > span {
    font-size: 1.219rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.98px;
    text-align: left;
    color: #bebdbd;
    text-decoration: line-through;
}

.content.product .banner.card > div.filter-section {
    flex-direction: column;
    gap: 52px;
    margin-top: 63px;
}

.content.product .filter-option-wrapper {
    display: flex;
    gap: 15px;
}

.content.product .filter-section .size-title,
.content.product .filter-section .filter-title span,
.content.product .filter-section .filter-title {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: unset;
}

.content.product .filter-section .size-title,
.content.product .filter-section .filter-title {
    margin-bottom: 15px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.content.product .filter-section .filter-title:first-of-type {
    margin-bottom: 20px;
}

.content .product-page > .row{
    margin: -20px 0;
}
.content .product-page > .row > div {
    padding: 20px 0;
}

.content.product .banner ul{
    text-align: left;
}

.content.product .banner{
    margin-top: 40px;
}

.content .product-page > .row > div:first-of-type > img{
    border-radius: 30px;
    border: solid 2px rgba(236, 234, 234, 0.49);
    overflow: hidden;
}

@media (min-width: 768px){
    .content .product-page > .row > div {
        padding: 0 30px;
    }
    .content.product .banner{
        margin-top: 0px;
    }
}
@media (min-width: 992px){
    .content .product-page > .row > div {
        padding: 0 60px;
    }
    .content .product-page > .row > div:first-of-type{
        padding-left: 0;
    }
    .content .product-page > .row > div:last-of-type{
        margin-top: 60px;
        padding-right: 0;
    }

    .content .product-page.noTabContent > .row > div:last-of-type{
        margin-top: 0;
    }
    .content .product-page > .row{
        margin-bottom: 60px;
    }
    .content .product-page.noTabContent > .row{
        margin-bottom: 80px;
    }
}

.content.product .product-page .slider-wrapper{
    border-radius: 30px;
    border: solid 2px rgba(236, 234, 234, 0.49);
    overflow: hidden;
    aspect-ratio: 1;
    position: relative;
}

.content.product .related-products {
    margin-top: 100px;
    margin-bottom: 100px;
}

.related-products .related-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1245px;
    width: 100%;
    justify-content: center;
    margin: auto;
    gap: 40px;
}

.content.product .related-products h2 {
    font-size: 3rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 35px;
}

.related-products .card-new .card-content .categories{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-self: flex-start;
}

.related-products .card-new .card-content .button {
    margin-top: auto;
    color: white;
    font-family: var(--font-family2);
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 10px;
}

.related-products .card-new .card-content .date{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.46;
    letter-spacing: normal;
    color: #626262;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    text-align: left;
    margin-top: 15px;
}

.related-products .card-new .card-content .date::before{
    content: "";
    background: none;
    -webkit-mask-image: url(/assets/img/svg/date.svg);
	mask-image: url(/assets/img/svg/date.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	background-color: var(--primary);
    width: 15px;
    height: 15px;
}


.content.product>div .slider-arrows > div::before{
    background-color: #0d0d0d;
    -webkit-mask-image: url("/assets/img/template/caret.svg");
	-webkit-mask-repeat: no-repeat;
	mask-image:url("/assets/img/template/caret.svg");
}

@media(min-width: 768px) {

    .content.product>div .slider-arrows span:first-of-type:hover {
            transform: translateX(-20px);
        }

    .content.product>div .slider-arrows span:last-of-type:hover {
        transform: rotate(180deg) translateX(-20px);
    }

    .content.product .related-products h2 {
        margin-bottom: 65px;
    }

}

@media(max-width: 768px) {



    .content.product > div:first-of-type {
        margin: 60px auto;
    }

    .content.product.shop > div:first-of-type {
        margin: 20px auto 60px;
    }

    .content.product > div:first-of-type {
        flex-direction: column;
    }

    .content.product > div:first-of-type > div {
        width: 100%;
        padding: 0;
    }

    .content .product-page > .row > div:last-of-type{
        padding-top: 0;
    }

    .content.product > div .slider-arrows {
        flex-direction: row;
        width: 140px;
        gap: 15px;
    }

    .content.product>div .slider-desc .brand {
        width: 100px;
        height: 100px;
    }

    .content.product .banner.card>div {
        margin-top: 20px;
    }

    .content.product .banner.card>div.filter-section {
        margin-top: 30px;
    }

    .content.product .banner.card .to-basket {
        margin: 20px 0 0 0;
    }

    .content.product .to-basket .quantity-select {
        gap: 15px;
        padding: 14px;
    }

    .content.product .to-basket .button {
        padding: 16px 30px;
    }


    .content.product .related-products {
        margin-top: 75px;
        margin-bottom: 70px;
    }

    .content.product .related-products .listing .items {
        justify-content: center;
    }
}


@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
  }

  @keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }

  @keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
  }
  @-moz-keyframes fadeIn { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
  }
  @-webkit-keyframes fadeIn { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
  }
  @-o-keyframes fadeIn { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
  }



.content .product-page .banner h1{
    font-size: 3.077rem;
    line-height: 1.14;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
    margin-bottom: 10px;
}

.content .product-page .banner h1 + p{
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #626262;
    margin: 0;
}

.content .product-page .banner .categories{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family2);
    font-size: 12px;
    letter-spacing: normal;
    font-style: normal;
    line-height: 1.83;
    margin-top: 15px;
}

.content .product-page .banner .categories .button{
    font-size: 12px;
    font-weight: normal !important;
    padding: 7px 10px;
}
.content .product-page .banner .categories a:not(.button){
    font-weight: 600;
    color: #79af26;
}


.content .product-page .banner + .template-modules{
    margin-top: 53px;
}

.content .product-page .banner + .template-modules .title{
    font-size: 2.125rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.34px;
    text-align: left;
    color: #79af26;
}

.content .product-page .product-details .button {
	padding: 18px 20px;
    transition: var(--transition-color);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.content .product-page .product-details .button::before {
	border-radius: 24.5px;
}

.content .product-page .product-details .button.icon span {
	padding-left: 31px;
	position: relative;
	pointer-events: none;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;

}

.content .product-page .product-details .button.icon span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 17px;
    height: 22px;
	-webkit-mask-image: url(/assets/img/svg/carrinho.svg);
	mask-image: url(/assets/img/svg/carrinho.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	background-color: var(--white);
	transition: var(--transition);
}

/* .content .product-page .product-details .button.icon.filled span::before {
	background:  url("/img/heart-filled-white.svg") no-repeat center left;
} */

.content .product-page .product-details + div{
    margin-top: 70px;
}

.content .product-page .col-md-6:last-of-type .container{
    padding: 0;
}

@media (min-width: 768px) {
    .content .product-page .banner h1{
        font-size: 3.75rem;
        line-height: 1;
    }
	.content .product-page .product-details .button {
		padding: 14px 30px;
		font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
	}

    .content .product-page .product-details .button {
        padding: 12px 20px;
        transition: var(--transition-color);
        width: auto;
    }
}

@media (min-width: 1200px) {


	.content .product-page .product-details .button {
		padding: 22px 50px;
	}

	.content .product-page .product-details .button::before {
		border-radius: 30px;
	}

}




/*************************************/
/********** QUANTITY SELECT **********/
/*************************************/

.content .template .quantity-select {
    position: relative;
    padding: 11px 50px ;
    width: 103px;
    height: 38px;
	font-size: 0;
    border: 1px solid #e8e7ae;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.content .template .quantity-select span {
    position: absolute;
	display: block;
	font-size: 16px;
	line-height: 1;
	color: var(--black);
	text-align: center;
}

.content .template .quantity-select a {
    position: absolute;
    top: 12px;
    width: 10px;
    height: 10px;
    font-size: 0;
}
.content .template .quantity-select a.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.content .template .quantity-select a.minus {
    left: 10px;
}
.content .template .quantity-select a.plus {
    right: 10px;
}
.content .template .quantity-select a::before,
.content .template .quantity-select a.plus::after {
    content: "";
    position: absolute;
	top: 0;bottom: 0;
	left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: var(--primary);
    transition: inherit;
}
.content .template .quantity-select a.plus::after {
    transform: rotate(90deg);
}
.content .template .quantity-select a:hover::before,
.content .template .quantity-select a:hover::after,
.content .template .quantity-select a:focus::before,
.content .template .quantity-select a:focus::after {
    background-color: var(--black);
}

.content .template.has-sidebar.has-quote .container{
    display: block;
}



/********************************************/
/********** PRODUCT INLINE LISTING **********/
/********************************************/

.content .template * + .listing.listing-product-inline{
    margin-top: 40px;
    margin-bottom: 60px;
}

.content .template.has-quote .form .row{
    margin-top: 20px;
}

.content .template .listing .product-inline {
	display: flex;
	flex-direction: column;
	align-items: center;
	border:1px solid #e8e7ae;
    padding: 14px 55px 14px 33px;
}
.content .template .listing .product-inline + .product-inline {
	margin-top: 0px;
    border-top: none;
}

.content .template .listing .product-inline .remove {
	position: absolute;
	top: 0;left: 0;
	width: 17px;
	height: 165px;
	color: rgb(var(--primary));
}
.content .template .listing .product-inline .remove:hover,
.content .template .listing .product-inline .remove:focus {
	opacity: .6;
}
.content .template .listing .product-inline .remove::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	background: none;
    -webkit-mask-image: url(/assets/img/svg/del.svg);
    mask-image: url(/assets/img/svg/del.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: var(--primary);
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 17px;
    height: 18px;
    transform: none;
}




.content .template .listing .product-inline .image {
	max-width: 141px;
	min-width: 141px;
}

.content .template .listing .product-inline .image > a{
    border-radius: 100%;
    display: block;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
}

.content .template .listing .product-inline .image > a img{
    transition: var(--transition);
    border-radius: 100%;
}

.content .template .listing .product-inline .image > a:hover img{
    transform: scale(1.05);
}


.content .template .listing .product-inline .details {
	min-width: 100%;
	max-width: 100%;
	margin-top: 35px;
	text-align: center;
}

.content .template .listing .product-inline .details a.category{
    margin: 0;
    margin-bottom: 9px;
    transition: var(--transition-color);
}

.content .template .listing .product-inline .details a.category span{
    border-bottom: 1px dotted transparent;
    transition: var(--transition-color);
}

.content .template .listing .product-inline .details a.category:hover span{
    border-bottom: 1px dotted currentColor;
}

.content .template .listing .product-inline .details > div{
    background: #fcfcf0;
    width: 100%;
    padding: 12px 35px;
    border-radius: 35px;
    margin-top: 13px;
}
.content .template .listing .product-inline .details .quantity-select {
	margin: 30px auto 0;
}

.content .template .listing .product-inline > div > span {
    font-size: 12px;
}

.content .template .listing .product-inline .button {
	padding-top: 20px;
	padding-bottom: 20px;
	align-self: stretch;
	text-align: center;
	margin: 0 15px;
}
@media(max-width: 768px) {
    .content .template .listing .product-inline .details > div{
        padding: 12px 20px;
        border-radius: 35px
    }
    .shop.product .quantidades > div div:nth-of-type(1), .content .template .listing .product-inline .details > div div:nth-of-type(1) {
        margin-right: 10px;
    }

    .content .template .listing .product-inline .details > div div:nth-of-type(2){
        flex: auto;
        max-width: max-content;
        margin-right: 15px;
    }
}



@media(min-width: 768px) {
    .content .template * + .listing.listing-product-inline{
        margin-top: 60px;
        margin-bottom: 100px;
    }

	.content .template .listing .product-inline .button {
		align-self: flex-start;
		margin: 0;
	}

}

@media(max-width: 991px) {
	.content .template .listing .product-inline .remove ~ .image {
		margin-left: 0px;
	}
	.content .template .listing .product-inline .remove ~ .details {
		padding-left: 0px;
	}
}

@media(min-width: 992px) {
	.content .template .listing .product-inline {
		flex-direction: initial;
		align-items: initial;
	}

	.content .template .listing .product-inline .details {
		flex: 1;
		margin: 0;
		margin-left: 60px;
		min-width: auto;
		max-width: none;
		text-align: left;
		display: flex;
		flex-direction: column;
	}
	.content .template .listing .product-inline .details .quantity-select {
		margin: 0;
		margin-top: auto;
	}

	.content .template .listing .product-inline .remove {
		position: relative;
		height: auto;
		margin-right: 30px;
	}
}

@media(max-width: 768px) {
    .content .template .listing .product-inline{
        padding: 20px;
    }

    .content .template .listing .product-inline .remove {
        top: 15px;
        height: 20px;
        right: 15px;
        left: auto;
    }
}


@media(min-width:992px){
    .shop .banner .container.container-full{
        max-width: 1270px;
        left: 0;
        right: 0;
        transform: translateY(50%);
    }
}


.content.shop .container.container-full,
.content.shop .banner .container{
    max-width: 1270px;
}


.card .highlights{
    position: absolute;
    top: 11px;
    right: 11px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    z-index: 5;
}

.card .highlights div{
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 11px;
    font-weight: normal;
    line-height: 45px;
    letter-spacing: 0.2px;
    text-align: center;
    color: var(--white);
    z-index: 1;
}

.card .highlights div::after{
    content: "";
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: var(--white);
}

.card .highlights .new::after{
    background: var(--primary);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
	display: flex;
	align-items: center;
    justify-content: center;
}

.shop .card .img {
    aspect-ratio: 1;
}


.shop .card .categories span {
    margin-top: auto;
    color: white;
    font-family: var(--font-family2);
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 10px;
}

.shop .card .desc{
	padding: 30px;
}

.shop .card .description p{
	margin-bottom: 0;
}
.shop .card .description p:first-of-type{
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #001a31;
    text-transform: uppercase;
    
}
.template.has-sidebar .listing-card .items a.description p:first-of-type{
    text-transform: uppercase;
}
.shop .card .description p+p:last-of-type{
    margin-top: 5px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #626262;
}


@media(max-width:767px){

    .card .highlights{
        top: 5px;
        right: 6px;
    }

    .card .highlights div {
        position: relative;
        width: 35px;
        height: 35px;
        font-size: 9px;
        font-weight: normal;
        line-height: 35px;
        letter-spacing: 0.2px;
        text-align: center;
        color: var(--white);
        z-index: 1;
    }


}

.template.has-sidebar .sidebar .document{
    margin-top: 30px;
}
.template.has-sidebar .sidebar .document > div{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}

.template.has-sidebar .sidebar .document > div + div{
    margin-top: 10px;
}

.template.has-sidebar .sidebar .document > div a:first-of-type{
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 20px;
}
.template.has-sidebar .sidebar .document > div a:first-of-type > img{
    transition: var(--transition);
    max-width: 107px;
    width: 100%;
}

.template.has-sidebar .sidebar .document > div a:first-of-type:hover > img{
    transform: scale(1.05);
}

.template.has-sidebar .sidebar .document > div a:last-of-type{
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.44;
    color: #001a31;
    flex: 1;
}

.template.has-sidebar .sidebar .document > div a:first-of-type:hover + a,
.template.has-sidebar .sidebar .document > div a:last-of-type:hover{
    color: var(--primary);
}


/*
 CSS for the main interaction
*/
.tabProduct > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabProduct .tab-panel {
    display: none;
}

.tabProduct > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabProduct > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabProduct > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabProduct > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabProduct > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabProduct > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}



.tabProduct > label {
    position: relative;
    display: inline-block;
    padding: 15px 0px 23px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-size: 1.375rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #626262;
    transition: var(--transition);
    margin: 0 15px;
}

.tabProduct > label > h2{
    font-size: 1.375rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #626262;
    margin: 0;
}

.tabProduct .wrapperLine{
    position: relative;
}

/* .tabProduct > label::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3.5px;
    width: 58px;
    height: 6px;
    border-radius: 3px;
    background: transparent;
    margin: auto;
    transition: var(--transition);
} */

.tabProduct > input:focus + label > h2,
.tabProduct > input:checked + label > h2,
.tabProduct > input:focus + label,
.tabProduct > input:checked + label {
    font-weight: 600;
    color: #001a31;
}

/* .tabProduct > label:hover{
    color: #001a31;
} */

.tabProduct > input:focus + label::after,
.tabProduct > input:checked + label::after {
    background: #8dbf41;
}


.tab-panel {
    padding: 70px 0 40px;
}

.tabProduct {
    width: 100%;
    text-align: center;
}

.tabProduct table tr{
    text-align: initial;
}

.tabProduct table tr td,
.tabProduct table tr td li{
    font-size: 18px;
}

body .content .tabProduct table tr td ul{
    margin-block: 1rem !important;
}

.tabProduct .line{
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #f0f0f0;
    display: block;
    position: relative
}

.tabProduct .tab-panels .template {
    margin: 0;
}

.tabProduct span.ball{
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 58px;
    height: 6px;
    background: #8dbf41;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
    border-radius: 100px;
}

.tabProduct span.ball.active  {
    opacity: 1;
}