
a,
a:hover {
	color: inherit;
}

.stick-on-top {
	z-index: 1000;
	/*position: absolute;*/
	/*width: 100%;*/
}

.stick-on-top.sticked {
	position: fixed;
	top: 0;
}

.no-gutter.container,
.no-gutter.container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.no-gutter.container > .row,
.no-gutter.container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}



.no-gutter.row {
  margin-left: 0;
  margin-right: 0;
}

.col.no-gutter,
[class^="col-"].no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.col.no-gutter-l,
[class^="col-"].no-gutter-l {
  padding-left: 0;
}
.col.no-gutter-r,
[class^="col-"].no-gutter-r {
  padding-right: 0;
}

@media screen and (min-width: 992px) {
	.col.gutter-lg,
	[class^="col-"].gutter-lg {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col.gutter-l-lg,
	[class^="col-"].gutter-l-lg {
		padding-left: 15px;
	}
	.col.gutter-r-lg,
	[class^="col-"].gutter-r-lg {
		padding-right: 15px;
	}
	.col.no-gutter-l-lg,
	[class^="col-"].no-gutter-l-lg {
		padding-left: 0;
	}
	.col.no-gutter-r-lg,
	[class^="col-"].no-gutter-r-lg {
		padding-right: 0;
	}
}

article h1,
article h2,
article h3,
article p {
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (min-width: 992px) {
	article h1,
	article h2,
	article h3,
	article p {
		padding-left: 0;
		padding-right: 0;
	}
}

/****** WORDPRESS ******/
.wp-block-image:not(.img-width) figure:not(.is-resized),
.wp-block-image:not(.img-width) img {
	width: 100%;
	height: auto;
}

/****** Menu Image ******/
.nav-item.with-text-top .label,
.nav-item.with-text-bottom .label {
	display: block;
}
/****** REVEAL ******/
.reveal,.reveal-from-left,.reveal-from-right,.reveal-from-bottom,.reveal-from-top,.reveal-pop{
	opacity:0;
}
.reveal-from-left,.reveal-from-right{
	transform:translateY(30px);
	opacity:0;
}
.reveal-from-bottom{
	transform:translateY(30px);
	opacity:0;
}
.reveal-from-top{
	transform:translateY(-30px);
	opacity:0;
}
.reveal-pop{
	transform:scale(.75);
	opacity:0;
}
.reveal-visible{
	transform:none;
	transition:opacity 1s 0s cubic-bezier(.5, 0, 0, 1),transform 1s 0s cubic-bezier(.5, 0, 0, 1);
	opacity:1;
}
@media(min-width:992px){
	.reveal-from-left{
		transform:translateX(-30px);
	}
	.reveal-from-right{
		transform:translateX(30px);
	}
	.reveal-visible{
		transform:none;
		transition:opacity 1s var(--reveal-delay, 0s) cubic-bezier(.5, 0, 0, 1),transform 1s var(--reveal-delay, 0s) cubic-bezier(.5, 0, 0, 1);
		opacity:1;
	}	
}
.reveal-draw path[fill][stroke],.reveal-draw text[fill][stroke]{
	transition:fill .25s;
}
.reveal-draw path:not(.drawn)[fill][stroke],.reveal-draw text:not(.drawn)[fill][stroke]{
	fill:transparent;
}
/****** HORIZONTAL SCROLL ******/
.horizontal-scrollable{
	min-height:100vh;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	flex-direction:column;
	overflow-x:hidden;
}
.horizontal-scrollable.scrollable-enabled .scrollable-body{
	display:flex;
	gap:1rem;
}
.horizontal-scrollable .scrollable-progress-bar{
	width:100%;
	height:5px;
	background-color:var(--wp--preset--color--color-2);
	margin-top:3rem;
}
.horizontal-scrollable .scrollable-progress-bar .scrollable-progress{
	width:0;
	height:100%;
	background-color:var(--wp--preset--color--color-1);
}
.horizontal-scrollable .scrollable-arrows button{
	width:2em;
	height:2em;
	color:var(--wp--preset--color--color-2);
    border:solid 1px var(--wp--preset--color--color-2);
    border-radius:50rem;
    padding:.25rem;
    transition:.25s;
}
.horizontal-scrollable .scrollable-arrows button:is(:hover,:focus,:active){
	color:var(--wp--preset--color--color-1);
    border: solid 1px var(--wp--preset--color--color-1);
}
/****** HEADER ******/

header.stick-on-top {
	position: fixed;
	top: 0;
}
.header-socialmenu {
	display:flex;
	justify-content: flex-end;
}
.header-socialmenu ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style-type: none;
}
.header-socialmenu ul li {
	display: inline-block;
}

@media screen and (min-width: 992px) {
	.header-logo-container {
		text-align: left;
	}
}

.header-menu-container .navbar {
	height: 100%;
	color:var(--wp--preset--color--color-1);
	padding:0;
	justify-content:flex-end;
}

.header-menu-container .navbar-toggler {
	color:inherit;
	border:none;
	padding: 0;
}

.header-menu-container .navbar-collapse {
	flex-grow: unset;
	flex-basis: auto;
}
@media(min-width:992px){
	.header-menu-container {
		display: flex;
		justify-content: space-between;
		flex-flow: column;
	}
	.header-menu-container .navbar {
		height: auto;
	}
	.header-menu-container .navbar-collapse {
		width: 100%;
	}
}
.header-menu-container .navbar ul .nav-link {
	padding-left: 15px;
	padding-right: 15px;
}
.header-menu-container .navbar ul ul .nav-link{
	background-color:transparent;
}
.header-menu-container .navbar .offcanvas:is(.showing,.show) .offcanvas-body{
	display:flex;
	align-items:center;
}
.header-menu-container .navbar .offcanvas.show .dropdown-menu{
	width:var(--bs-offcanvas-width);
	max-width:100%;
	height:100%;
    background-color:#fff;
    background-clip:padding-box;
    border:none;
	padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	margin:0;
    display:flex;
    justify-content:center;
    position:fixed;
    inset:0;
    left:auto;
    transform:translateX(100%);
    transition:transform .25s;
    z-index:var(--bs-offcanvas-zindex);
    visibility:hidden;
    outline:0;
    flex-direction:column;
}
.header-menu-container .navbar .offcanvas.show .dropdown-menu.show{
	transform:none;
	visibility:visible;
}
button.back-toggler{
    width:2.5rem;
    height:2.5rem;
    font-size:1.5rem;
    color:var(--wp--preset--color--color-1);
    background-color:transparent;
    border:none;
    padding:0 .25rem .25rem 0;
    display:none;
    justify-content:center;
    align-items:center;
    position:absolute;
    right:.75rem;
    top:.75rem;
    z-index:1;
    cursor:pointer;
}
.navbar>.offcanvas:is(.showing,.show) button.back-toggler,#app-menu-container .app-dropdown-offcanvas button.back-toggler{
	display:flex;
}
/***** CTA *****/
.sticky-cta {
    display: none;
    position: fixed;
    top: 175px;
    z-index: 99;
}

@media(min-width:1200px) {
    .sticky-cta {
        top: 250px;
    }
}

@media(min-width:768px) {
    .sticky-cta {
        display: flex;
        align-items: flex-end;
        right: 1.5rem;
        flex-direction: column;
    }

    .sticky-cta>* {
        background-image: none !important;
        margin: 0.25rem 0;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

    .sticky-cta>*:not(.search-cta):hover>i {
        color:var(--wp--preset--color--color-2);
        background-color: var(--wp--preset--color--color-1);
        transform: scale(1.15);
    }

    .sticky-cta>*>i {
        width: 2.25rem;
        height: 2.25rem;
        color: #fff;
        background-color:var(--wp--preset--color--color-2);
        border-radius: 50rem;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.25s, transform 0.25s;
        box-shadow:0 0 0.5rem 0 #333;
    }
    .sticky-cta>*.search-cta {
        background-color: #fff;
        border-radius: 999px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        box-shadow: inset 0px 0px 0px 2px var(--wp--preset--color--color-2);
    }

    .sticky-cta>*.search-cta>form {
        margin-left: 0;
        transition: margin-left 0.2s 0.25s;
    }

    .sticky-cta>*.search-cta>form>input {
        width: 0;
        border: none;
        padding: 0;
        transition: width 0.25s;
        outline:none;
    }

    .sticky-cta>*.search-cta>i {
        color:var(--wp--preset--color--color-2);
        background-color: #fff;
        transform: scale(0.9);
        transition: background-color 0.25s, color 0.25s;
    }

    .sticky-cta>*.search-cta:hover {
        cursor: pointer;
        box-shadow: inset 0px 0px 0px 2px var(--wp--preset--color--color-1);
    }

    .sticky-cta>*.search-cta:hover>form,.sticky-cta>*.search-cta:has(input:focus)>form{
        margin-left: 1rem;
        transition: margin-left 0.25s;
    }

    .sticky-cta>*.search-cta:hover>form>input,.sticky-cta>*.search-cta:has(input:focus)>form>input{
        width: 150px;
    }

    .sticky-cta>*.search-cta:hover>i {
        color:var(--wp--preset--color--color-2);
        background-color: #fff;
    }
}
/***** BANNIERE *****/
.banner-container-fluid{
    background-color:var(--wp--preset--color--color-1);
    position:relative;
    z-index:2;
    --banner-visual-max-height:375px;
}
.banner-container-fluid h1{
    font-size:2.75rem;
}
#breadcrumb{
    color:var(--wp--preset--color--color-2);
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
#breadcrumb .breadcrumb_item{
    font-size:.75rem;
    display:inline;
}
@media(min-width:992px){
    #breadcrumb .breadcrumb_item{
        font-size:1rem;
    }
}
#breadcrumb .breadcrumb_item:not(:last-child):after{
    content:'>';
    margin:0 .25rem;
}
#breadcrumb .breadcrumb_item a{
    font-weight:400;
    color:var(--wp--preset--color--color-2);
}
#breadcrumb .breadcrumb_item a{
    font-weight:700;
    background-image:linear-gradient(#fff 100%, #fff 100%);
    background-position:0 100%;
    background-size:0 1px;
    background-repeat:no-repeat;
    transition:.5s;
    text-decoration:none;
}
#breadcrumb .breadcrumb_item a:hover{
    color:#fff;
    background-size:100% 1px;
}
.banner-container-fluid .banner-visual{
	height:var(--banner-visual-max-height);
}

.banner-container-fluid .banner-visual img{
	width:100%;
	height:var(--banner-visual-max-height);
	object-fit:cover;
}
/***** BANDEAU PAGE *****/

.bandeau-page-container {
	height: auto;
	max-height: 300px;
	overflow: hidden;
}
.bandeau-page-container .col {
	padding-left:0;
	padding-right:0;
}

.bandeau-page-container img.translate-img {
	position: relative;
	transform: translateY(-50%);
}

/***** IMAGE *****/
.img-half {
	width: 50%;
}
.img-full {
	width: 100%;
}
.img-left {
	float: left;
}
.img-right: {
	float: right;
}

/***** One Page *****/

section.onepage-section > .row  {
	height: 100%;
}
section.onepage-section > .row > .col {
	height: 100%;
}
section.onepage-section.vertical-center > .row > .col {
	display: flex;
	align-items: center;
}
section.onepage-section article {
	width: 100%;
}

section.onepage-windowheight {
	height: 100vh;
}
/***** ARCHIVE ******/
.archive-pagination{
	text-align:center;
	display:block;
}
.archive-pagination>a,.archive-pagination>span{
	padding:.5rem 1rem;
}
.archive-pagination>a{
	color:var(--wp--preset--color--color-1);
	transition:.25s;
	text-decoration:none;
}
.archive-pagination>span,.archive-pagination>a:is(:hover,:active){
	color:#fff;
	background-color:var(--wp--preset--color--color-1);
}
/***** CARDS ******/
.card {
	border: 0px;
}
.card-img {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0;
}

/***** VISIBILITY ******/
.visibility-container{
	margin-bottom:1rem;
}
.visibility{
    height:100%;
    position:relative;
}
.visibility .visibility-image{
    height:200px;
    overflow:hidden;
}
.visibility .visibility-image img{
    width:100%;
    height:100%;
    transition:.5s;
}
.visibility:hover .visibility-image img{
    transform:scale(1.05);
}
.visibility .visibility-content{
    background:#fff;
    border:solid 1px #ddd;
    padding:1rem;
    position:static;
}
@media(min-width:992px){
    .visibility .visibility-content{
        height:calc(100% - 200px);
    }
}
.visibility .title{
    font-size:1.25rem;
    font-weight:700;
    color:var(--wp--preset--color--color-1);
}
.visibility .date{
    font-size:.75rem;
    font-weight:700;
    padding-bottom:.75rem;
    margin-top:0;
    margin-bottom:.75rem;
    position:relative;
}
.visibility .date:after{
    content:"";
    width:40px;
    height:5px;
    background:var(--wp--preset--color--color-1);
    position:absolute;
    left:0;
    bottom:0;
    z-index:2;
}
.visibility .excerpt{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.visibility a,.visibility .link{
    font-size:1rem;
    font-weight:700;
    color:var(--wp--preset--color--color-1);
}
.visibility a:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.visibility a.link:hover{
    color:var(--wp--preset--color--color-1);
}
/***** ACHIEVEMENT ******/
.achievement{
	margin-bottom:1.5rem;
	position:relative;
}
@media(min-width:992px){
	.achievement{
		margin-bottom:0;
	}	
}
.achievement .achievement-image{
    height:300px;
    overflow:hidden;
}
.achievement .achievement-image img{
    width:100%;
    height:100%;
    transition:.5s;
}
.achievement .achievement-image img.contain{
    object-fit:contain;
}
.achievement .achievement-image img.cover{
    object-fit:cover;
}
.achievement:hover .achievement-image img{
    transform:scale(1.05);
}
.achievement .achievement-content{
	text-align:center;
	background-color:var(--wp--preset--color--color-3);
	padding:1rem;
}
.achievement .title{
    font-size:1.25rem;
    font-weight:700;
	color:var(--wp--preset--color--color-1);
}
.achievement .excerpt{
    height:4.5rem;
	font-size:1rem;
	text-align:justify;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.achievement a{
	font-size:.875rem;
	font-weight:700;
	color:var(--wp--preset--color--color-1);
	background-image:none;
	border:solid 1px var(--wp--preset--color--color-1);
	border-radius:1.25rem;
	padding:0.5rem 1.375rem;
	display:inline-block;
	transition:.25s;
	text-decoration:none;
}
.achievement a:is(:hover,:active){
	color:#fff;
	background-color:var(--wp--preset--color--color-1);
}
.achievement a:before{
    content:'';
    position:absolute;
    inset:0;
}
/***** WOOCOMMERCE ******/
/***** EXCERPT-PRODUCT ******/
.excerpt-product-container{
	margin-top:1rem;
	margin-bottom:1rem;
}
.excerpt-product-container .excerpt-product{
	position:relative;
}
.excerpt-product .excerpt-product-image{
	width:100%;
	height:150px;
	overflow:hidden;
}
@media(min-width:992px){
	.excerpt-product .excerpt-product-image{
		height:250px;
	}
}
.excerpt-product .excerpt-product-image img{
	width:100%;
	height:100%;
	transition:.25s;
}
.excerpt-product:hover .excerpt-product-image img{
	transform:scale(1.15);
}
.excerpt-product .excerpt-product-content{
	text-align:center;
}
.excerpt-product h4{
	font-family:'Raleway',sans-serif;
    font-size:1.25rem;
    font-weight:700;
    color:var(--wp--preset--color--color-1);
    margin-bottom:1rem;
}
.excerpt-product h6{
	margin-bottom:1rem;
}
.excerpt-product a:before{
    content:'';
    position:absolute;
    inset:0;
}
/***** CART ******/
.woocommerce-cart #primary{
	background-color:#F1EDE6;
}
.woocommerce-cart .woocommerce h3,.woocommerce-checkout .woocommerce h3{
	font-size:1.5rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item,.woocommerce-cart .woocommerce .woocommerce-cart-form .empty-cart{
	background-color:#fff;
	border-radius:.5rem;
	padding: 1.5rem 0.75rem;
	margin-bottom:1.25rem;
	display:flex;
	position:relative;
	box-shadow:0 0 5px 0 #bbb;
}
@media(max-width:991px){
	.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-thumbnail{
		max-width:90px;
		margin:auto;
		display:block;
	}
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item a.remove{
  width:2rem;
  height:2rem;
  font-size:2rem;
  color:var(--wp--preset--color--color-2)!important;
  padding:0;
  position:absolute;
  right:0.75rem;
  top:0.75rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item a.remove:hover{
	color:var(--wp--preset--color--color-2)!important;
	background-color:transparent;
	opacity:.75;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name{
    display:flex;
    justify-content:space-between;
	align-self:stretch;
    flex-direction:column;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item .product-name .second-line{
	display:flex;
    justify-content:space-between;
    align-items:center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions{
	margin-bottom:1.5rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon{
  display:flex;
  flex-wrap:wrap;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon>input{
  border:solid 1px #cccccc;
  padding-left:.5rem;
  flex:1;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .button{
	color:#fff;
    background-color:var(--wp--preset--color--color-1);
    border:solid 1px var(--wp--preset--color--color-1);
    border-radius:0;
}
@media(max-width:991px){
	.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .button{
		flex:1;
	}
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .button:is(:hover,:active){
    color:var(--wp--preset--color--color-1);
	background-color:#fff;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .update-cart{
  width:100%;
  margin-top:0.75rem;
  display:block;
}
.woocommerce-cart .woocommerce .cart-collaterals{
	position:sticky;
	top:1rem;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals{
	width:100%;
    background-color:#fff;
    border-radius:.5rem;
    padding:15px;
    box-shadow:0 0 5px 0 #bbb;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table>div{
	border-bottom:solid 1px #0000001a;
	padding-bottom:.75rem;
	margin-bottom:.75rem;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table>.cart-subtotal{
    border-top:solid 1px #0000001a;
	padding-top:.75rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .empty-cart{
    font-weight:700;
    text-align:center;
    display:block;
}
.woocommerce-checkout #primary{
	background-color:#F1EDE6;
}
.woocommerce-checkout form.woocommerce-checkout .checkout-form,.woocommerce-checkout form.woocommerce-checkout .checkout-totals{
    background-color:#fff;
    border-radius:0.5rem;
	padding:15px;
    box-shadow:0 0 5px 0 #bbb;
}
.woocommerce-checkout form.woocommerce-checkout .checkout-form .checkout-label{
	font-weight:700;
}
.woocommerce-checkout form.woocommerce-checkout .checkout-form .checkout-input{
    border:solid 1px var(--wp--preset--color--color-1);
    border-radius:.25rem;
	padding:.5rem;
    transition:.25s;
    outline:var(--wp--preset--color--color-1)
}
.woocommerce-checkout form.woocommerce-checkout .checkout-form .checkout-input:focus{
    box-shadow:0 0 0 0.25rem #BF983C40;
}
.woocommerce-checkout form.woocommerce-checkout .checkout-totals #payment{
	background-color:#fff;
}
.woocommerce-checkout form.woocommerce-checkout .checkout-totals #payment #place_order{
	width:100%;
	padding:20px;
}
@media(min-width:992px){
	.woocommerce-checkout form.woocommerce-checkout .checkout-totals{
		position:sticky;
		top:1rem;
	}
}
.woocommerce-checkout .checkout-totals .cart_item{
	margin-bottom:.75rem;
}
.woocommerce-checkout .checkout-totals .cart_item:not(:last-child){
	border-bottom:solid 1px #0000001a;
	padding-bottom:.75rem;
}
@media(max-width:991px){
	.woocommerce-checkout .checkout-totals .cart_item .product-thumbnail{
		max-width:90px;
		margin:auto;
		display:block;
	}
}
.woocommerce-checkout .checkout-totals .cart_item .product-name{
    display:flex;
    justify-content:space-between;
	align-self:stretch;
    flex-direction:column;
}
.woocommerce-checkout .checkout-totals .cart_item .product-name .second-line{
	display:flex;
    justify-content:space-between;
    align-items:center;
}
.cart-subtotal{
    border-top:solid 1px #0000001a;
	padding-top:0.75rem;
}
.woocommerce-checkout .checkout-totals .order-total,.woocommerce-checkout .checkout-totals .cart-subtotal{
    border-bottom:solid 1px #0000001a;
	padding-bottom:0.75rem;
    margin-bottom:0.75rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.woocommerce-message,.woocommerce-info,.woocommerce-error{
	background-color:#fff;
	border:none;
	border-radius:.75rem;
	box-shadow:0 0 5px 0 #bbb;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
	color:#fff;
	background-color:var(--wp--preset--color--color-1);
	border:solid 1px var(--wp--preset--color--color-1);
	transition:.25s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
	color:var(--wp--preset--color--color-1);	
	background-color:#fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{
	color:#fff;
	background-color:var(--wp--preset--color--color-1);
	border:solid 1px var(--wp--preset--color--color-1);
}
/***** FOOTER *****/
footer{
	--app-menu-size:64px;
}
footer.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

#app-menu-container {
	width: 100%;
	height: var(--app-menu-size);
	background-color: white;
	padding-top: 8px;
	position: fixed;
	bottom: 0;
	z-index:999;
	-webkit-box-shadow: 0px 5px 16px 2px #808080;
	box-shadow: 0px 5px 16px 2px #808080;
}
#app-menu-container-wrapper {
	height: var(--app-menu-size);
}
#app-menu-container{
    display:flex;
    align-items:center;
}
#app-menu-container>div{
    flex:1;
}
#app-menu-container ul {
	padding: 0;
	margin:0;
	display: flex;
	justify-content: space-evenly;
	list-style-type: none;
	flex-flow: row nowrap;
}
#app-menu-container ul  .nav-item {
	width: 100%;
	text-align: center;
}
#app-menu-container ul  .nav-item:last-child {
	border-right: 0px;
}
#app-menu-container ul  .nav-link {
	font-size: 2em;
	line-height: 1;
	padding: 0;
}
#app-menu-container>div>ul>li>.nav-link:after{
    display:none;
}
#app-menu-container ul  .nav-link .label {
	font-size: .9rem;
}
#app-menu-container>div>ul .app-dropdown-offcanvas{
	width:100%;
	height:100%;
	border:none;
	padding:3rem .5rem;
	display:block;
	display:flex;
    justify-content:center;
    align-items:center;
	position:fixed!important;
	left:0!important;
	right:0!important;
	top:0!important;
	bottom:0!important;
	transform:translateX(100%)!important;
	transition:.5s;
    flex-direction:column;
}
#app-menu-container>div>ul .app-dropdown-offcanvas.show{
	transform:translateX(0)!important;
}
#app-menu-container>div>ul .app-dropdown-offcanvas .nav-item{
	border:none;
	padding-bottom:1.5rem;
}
#app-menu-container>div>ul .app-dropdown-offcanvas .nav-item .nav-link{
	font-size:1.25rem;
	font-weight:700;
	background:none;
}
#app-search{
	width:100%;
	height:var(--app-menu-size);
	position:fixed;
	bottom:0;
	transform:translateY(var(--app-menu-size));
	transition:.5s;
	z-index:10000;
}
#app-search.show{
	transform:none;
}
#app-search input{
	height:100%;
	border:none;
	border-radius:0;
}
#app-search .close-icon{
	font-size:2rem;
	display:flex;
	align-items:center;
	position:absolute;
	right:1.5rem;
	top:0;
	bottom:0;
	cursor:pointer;
}
#app-search .close-icon svg{
	width:1.75rem;
	height:1.75rem;
	color:var(--wp--preset--color--color-2);
}
.nav-link[cart-quantity]{
	position:relative;
}
.nav-link[cart-quantity]:after{
	content:attr(cart-quantity);
    font-size:.75em;
    font-weight:700;
    line-height:1;
    text-align:center;
    color:#fff;
    background-color:var(--wp--preset--color--color-1);
    border-radius:50rem;
    padding:0.35em 0.65em;
    display:inline-block;
    position:absolute;
    left:100%;
    top:0;
    transform:translate(-50%,-50%);
    white-space:nowrap;
    vertical-align:baseline;
}
#tooltip-mini-cart{
	width:450px;
    background:#fff;
    border-radius:0.5rem;
	margin-top:0.75rem;
	display:none;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
    box-shadow:0 0.5rem 1rem var(--wp--preset--color--color-2);
}
#tooltip-mini-cart.show{
	display:block;
}
#tooltip-mini-cart .mini-cart>*{
	padding:1.25rem 1.5rem;
}
#tooltip-mini-cart .mini-cart>.mini-cart-header,#tooltip-mini-cart .mini-cart>.mini-cart-body{
	border-bottom:solid 1px var(--wp--preset--color--color-2);
}
#tooltip-mini-cart .mini-cart>.mini-cart-header{
	padding-bottom:.5rem;
}
#tooltip-mini-cart .mini-cart>.mini-cart-body{
	max-height:50vh;
	overflow:auto;
}
#tooltip-mini-cart .mini-cart>.mini-cart-body .line-product img{
	max-width:100%;
}
#tooltip-mini-cart .mini-cart>.mini-cart-body .line-product input{
	width:50%;
}
#tooltip-mini-cart .mini-cart>.mini-cart-body .line-product .product-action{
    width:2rem;
    height:2rem;
	background:#bbb;
    border-radius:50%;
    margin-left:.5rem;
    display:flex;
    justify-content:center;
    align-items:center;
}
#tooltip-mini-cart .mini-cart>.mini-cart-body .line-product input.disabled,#tooltip-mini-cart .mini-cart>.mini-cart-body .line-product .product-action.disabled{
	opacity:.65;
	pointer-events:none;
}
#tooltip-mini-cart .mini-cart>.mini-cart-body .line-product input:not(.modified)+.product-update .product-action.product-save{
	display:none;
}
#tooltip-mini-cart .mini-cart>.mini-cart-body .line-product input.modified+.product-update .product-action.product-trash{
	display:none;
}
#tooltip-mini-cart .mini-cart>.mini-cart-footer{
	padding-top:.5rem;
}
#tooltip-mini-cart .mini-cart>.mini-cart-footer .total-value{
	font-size:1.5rem;
}
#tooltip-mini-cart .mini-cart-loader{
	background-color:#fff8;
	display:none;
	justify-content:center;
	align-items:center;
	position:absolute;
	inset:0;
}
#tooltip-mini-cart .mini-cart.mini-cart-loading .mini-cart-loader{
	display:flex;
}
#tooltip-mini-cart .mini-cart-loader svg{
	max-width:75px;
	color:var(--wp--preset--color--color-1);
}
footer .copyright{
    font-size:0.6875rem;
    color:var(--wp--preset--color--color-2);
}