/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

:root {
  --main-color: rgb(0, 151, 224);
  --main-color-30: rgba(0, 151, 224, 0.3);
	--secondary-color: rgb(194, 172, 109);
	--secondary-color-30: rgba(194, 172, 109, 0.3);
	--dark-grey: rgb(64, 64, 64);
	--grey: rgb(100, 100, 100);
	--light-grey-1: rgb(180, 180, 180);
	--light-grey-2: rgb(245, 245, 245);

	--page-header-height: 250px;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	outline: none;
}

body, button, input, textarea {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: var(--dark-grey);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--dark-grey);
}

h1,h2 {
	font-weight: 700;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2rem;
}

body.unscroll {
	overflow-y: hidden;
}

main.site-main {
	margin-bottom: 0;
}

 /* Global */
img {
	border-radius: 0;
}

a {
	color: var(--main-color);
}

a .fas.fa-arrow-right {
	font-size: 0.75rem;
}

.storefront-breadcrumb {
	margin-bottom: 0;
}

#page.site {
	overflow-x: visible;
}

.page .entry-header {
	padding: 2rem 0 !important;
}

.page .entry-header h1 {
	text-align: left;
	font-weight: 700;
}

/* .page-template-template-homepage .site-content > .col-full {
	max-width: unset;
	padding: 0;
} */

.secondary-navigation-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	padding: 2rem 0;
}

.secondary-navigation-wrapper .site-branding {
	flex-grow: 1;
}

.secondary-navigation-wrapper .site-branding, .secondary-navigation-wrapper .secondary-navigation {
	float: none !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.secondary-navigation-wrapper .secondary-navigation ul li {
	border-right: 1px solid #eee;
}

.secondary-navigation-wrapper .site-user-top {
	display: flex;
	align-items: center;
	padding-left: 1rem;
	margin-left: 1rem;
}

.secondary-navigation-wrapper .site-user-top .site-user-points {
	display: block;
	background-color: var(--main-color);
}

@media screen and (min-width:1024px) {
	.secondary-navigation-wrapper .site-user-top .site-user-points {
		display: none;
	}
}

.secondary-navigation-wrapper .site-user-top .site-user-points p {
	color: #fff;
	line-height: 1.4;
}

.secondary-navigation-wrapper .site-user-top p.site-user-welcome {
	display: none;
	margin-bottom: 0;
	margin-right: 0.75rem;
	font-size: 1rem;
}

@media screen and (min-width:1024px) {
	.secondary-navigation-wrapper .site-user-top p.site-user-welcome {
		display: block;
	}
}

.secondary-navigation-wrapper .site-user-top a:not(:last-child) {
	margin-right: 0.75rem;
}

.secondary-navigation-wrapper .site-user-top .site-user-account,
.secondary-navigation-wrapper .site-user-top .site-user-logout {
	display: none;
	line-height: 1;
}

@media screen and (min-width:1024px) {
	.secondary-navigation-wrapper .site-user-top .site-user-account,
	.secondary-navigation-wrapper .site-user-top .site-user-logout {
		display: inline-block;
	}
}

.secondary-navigation-wrapper .site-user-top .site-user-account .icon,
.secondary-navigation-wrapper .site-user-top .site-user-logout .icon {
	display: flex;
	align-items: center;
	width: 1rem;
}

.secondary-navigation-wrapper .site-user-top .site-user-account .icon svg,
.secondary-navigation-wrapper .site-user-top .site-user-logout .icon svg {
	width: 100%;
	height: auto;
}

.woocommerce-active .site-header {
	position: sticky;
	top: 0;
	padding: 0;
	color: var(--dark-grey);
}

.woocommerce-active .site-header .site-branding img {
	max-height: 30px;
	width: auto;
}

.woocommerce-active .site-header .secondary-navigation ul {
	margin-right: -0.875rem;
}

.woocommerce-active .site-header .storefront-primary-navigation {
	position: relative;
	display: none;
	justify-content: flex-start;
	align-content: center;
}

@media screen and (min-width:1024px) {
	.woocommerce-active .site-header .storefront-primary-navigation {
		display: flex;
	}
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation {
	position: relative;
	float: none !important;
	display: none;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	width: fit-content;
	margin-right: 1rem !important;
}

@media screen and (min-width:1024px) {
	.woocommerce-active .site-header .storefront-primary-navigation .main-navigation {
		display: flex;
	}
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation ul {
	margin-left: 0;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation ul li a {
	color: var(--dark-grey);
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation ul li:hover a,
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation ul li.current-menu-item a,
.woocommerce-active .site-header .storefront-primary-navigation .main-navigation ul li.current-product_cat-ancestor a {
	color: #e3e3e3;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .home-navigation {
	display: flex;
	align-items: center;
	padding: 0 1rem;
	margin-left: -1rem;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .home-navigation a {
	padding: 0;
	color: var(--dark-grey);
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .site-navigation-search {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 0;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .site-navigation-search.is-active {
	background-color: #eee;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .site-navigation-search #search-icon {
	display: flex;
	align-content: center;
	width: 1rem;
	margin: 0 1rem;
	cursor: pointer;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .site-navigation-search #search-icon:hover {
	opacity: 0.9;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .site-navigation-search.is-active #search-icon svg path {
	fill: var(--main-color);
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .site-navigation-search #search-checkbox {
	position: absolute;
	z-index: -999;
	opacity: 0;
	visibility: hidden;
	width: 0;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .widget_product_search {
	position: absolute;
	right: 0;
	bottom: -4.75rem;
	max-width: 500px;
	width: 100%;
	padding: 0.5rem;
	border-radius: 0 0 0.5rem 0.5rem;
	background-color: #eee;
	display: none;
}

.storefront-handheld-footer-bar ul li.search .site-search {
	background-color: #eee;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .widget_product_search form:before,
.storefront-handheld-footer-bar .widget_product_search form:before {
	display: none;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .widget_product_search form {
	width: 100%;
	margin-bottom: 0;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .widget_product_search form input[type=search],
.storefront-handheld-footer-bar .widget_product_search form input[type=search] {
	width: 100%;
	padding: 1rem;
	box-shadow: none;
	border: 1px solid #EEE;
	border-radius: 0.5rem;
	background-color: #FFF;
	overflow: visible;
}

.woocommerce-active .site-header .storefront-primary-navigation .main-navigation .site-navigation-search .site-navigation-search-icon {
	display: flex;
	align-content: center;
	width: 1rem;
	margin: 0 1rem;
}

.woocommerce-active .site-header .storefront-primary-navigation .user-navigation {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
	width: fit-content;
}

.woocommerce-active .site-header .storefront-primary-navigation .user-navigation > a {
	display: flex;
	align-content: center;
	height: 1rem;
	width: auto;
	margin-left: 0.75rem;
	color: #FFF;
}

.woocommerce-active .site-header .storefront-primary-navigation .user-navigation > a.site-user-cart::before {
	content: "\f07a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FFF;
}

.woocommerce-active .site-header .storefront-primary-navigation .user-navigation > a.site-user-cart:hover::before {
	color: #FFF;
}

.woocommerce-active .site-header .storefront-primary-navigation .user-navigation > *:hover {
	color: #747474;
}

.woocommerce-active .site-header .storefront-primary-navigation .user-navigation .site-user-cart {
	position: relative;
}

.woocommerce-active .site-header .storefront-primary-navigation .user-navigation .site-user-cart span#mini-cart-count {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1rem;
	height: 1rem;
	margin-top: 0.125rem;
	margin-left: -0.375rem;
	border-radius: 2rem;
	border: 1px solid var(--main-color);
	background-color: #FFF;
	font-size: 0.625rem;
	line-height: 1;
	color: var(--main-color);
}

.woocommerce-active .site-header .storefront-primary-navigation .user-navigation .site-header-cart a.cart-contents {
	padding: 0;
}

.widget_nav_menu ul li {
	padding-left: 0;
}

.widget_nav_menu ul li:before {
	display: none;
}

.widget_nav_menu ul li a {
	text-decoration: none;
}

.site-user-points {
	display: flex;
	justify-content: flex-end;
	border-radius: 0.25rem;
	border: 1px solid var(--main-color);
}

.site-user-points p {
	display: inline-block;
	margin-bottom: 0;
	padding: 0.375rem;
	text-align: center;
	font-size: 1remrem;
	line-height: 1;
	color: #FFF;
}

.site-user-wishlist .icon {
	width: 1rem;
}

.site-user-wishlist .icon svg {
	width: 100%;
	height: auto;
}

/* Mobile menu */
.burger {
	position: relative;
	display: inline-block;
	width: 2rem;
	height: 1.5rem;
	margin-right: 1.5rem;
}

@media screen and (min-width:1024px) {
	.burger {
		display: none;
	}
}

.burger .line {
	position: absolute;
	left: 0;
	width: 2rem;
	height: 4px;
	border-radius: 2px;
	background-color: #000;
	transform-origin: center;
	transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.burger .line:nth-child(1) {
	top: 0;
}

.burger .line:nth-child(2) {
	top: calc(50% - 2px);
}

.burger .line:nth-child(3) {
	bottom: 0;
}

.burger.is-active .line:nth-child(1) {
	top: calc(50% - 2px);
	transform: rotate(45deg);
}

.burger.is-active .line:nth-child(2) {
	opacity: 0;
}

.burger.is-active .line:nth-child(3) {
	bottom: calc(50% - 2px);
	transform: rotate(-45deg);

}

.secondary-navigation,
.storefront-primary-navigation {
	display: none;
}

@media screen and (min-width:1024px) {
	.secondary-navigation {
		display: block;
	}

	.storefront-primary-navigation {
		display: flex;
	}
}

.storefront-handheld-footer-bar {
	display: block;
	box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
	border-top: none;
}

@media screen and (min-width:1024px) {
	.storefront-handheld-footer-bar {
		display: none;
	}
}

.storefront-handheld-footer-bar ul li>a:focus {
	outline: none;
}

.storefront-handheld-footer-bar ul li.cart>a::before {
	content: "\f07a";
}

.storefront-handheld-footer-bar ul li.search.active>a::before {
	background-color: #eee;
}

.mobile-menu {
	position: fixed;
	z-index: 998;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: calc(100vh - 40px);
	background-color: #FFF;
}

.mobile-menu.is-open {
	display: flex;
}

.mobile-menu-wrap {
	height: calc(100% - 113px);
	padding-top: 3rem;
	padding-bottom: 6rem;
	overflow-y: hidden;
}

.mobile-menu-wrap > div {
	height: 100%;
	overflow-y: auto;
}

.mobile-menu-wrap .mobile-navigation ul {
	list-style-type: none;
	margin: 0;
}

.mobile-menu-wrap .mobile-navigation h2 {
	margin-bottom: 2rem;
	font-weight: 600;
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-user {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-user a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 0.5rem;
	border-radius: 0.5rem;
	background-color: #fafafa;
	font-size: 0.875rem;
	color: var(--dark-grey);
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-user a:not(:last-child) {
	margin-right: 1rem;
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-user a:last-child {
	display: flex;
	align-items: center;
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-user a .icon {
	width: 1rem;
	margin-right: 0.25rem;
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-primary {
	margin-bottom: 3rem;
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-primary ul li {
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-primary ul li a {
	display: block;
	padding: 0.75rem 0;
	border-bottom: 1px solid #eee;
	font-size: 1.25rem;
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-primary ul li:first-child a {
	border-top: 1px solid #eee;
}

.mobile-menu-wrap .mobile-navigation p {
	margin-bottom: 0;
	font-weight: 600;
}

.mobile-menu-wrap .mobile-navigation .mobile-navigation-secondary ul {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

/* Footer */
.daikin-blue-shape {
	text-align: right;
}

.daikin-blue-shape img {
	width: 100%;
}

.woocommerce-active .site-footer {
	padding-bottom: 68px;
	background-color: var(--dark-grey);
}

@media screen and (min-width:1024px) {
	.woocommerce-active .site-footer {
		padding-bottom: 0;
	}
}

.woocommerce-active .site-footer .footer-widgets a,
.woocommerce-active .site-footer .footer-widgets p,
.woocommerce-active .site-footer .footer-credit p,
.woocommerce-active .site-footer .widget-title {
	color: var(--light-grey-1) !important;
}

.woocommerce-active .site-footer .widget-title {
	border-color: var(--light-grey-1) !important;
	font-size: 1rem;
	font-weight: 700;
}

.woocommerce-active .site-footer .footer-credit {
	padding: 1rem 0;
}

.woocommerce-active .site-footer .footer-credit p {
	margin-bottom: 0;
}

.footer-widgets {
	border-color: var(--light-grey-1) !important;
}

.footer-widgets .widget_media_image img {
	max-height: 30px;
	max-width: 230px;
}

.woocommerce-active .site-footer .widget_nav_menu ul li {
	margin-bottom: 0.5rem;
}

/* Products */
ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -1rem;
}

ul.products li.product {
	width: calc(100% - 2rem) !important;
	float: none !important;
	margin: 1rem !important;
	padding: 1rem;
	border-radius: 0.5rem;
	background-color: #FFF;
}

@media screen and (min-width:768px) {
	ul.products li.product {
		width: calc(50% - 2rem) !important;
	}
}

@media screen and (min-width:1024px) {
	ul.products li.product {
		width: calc(25% - 2rem) !important;
	}
}

ul.products li.product.last {
	margin: 1rem !important;
}

ul.products li.product .woocommerce-LoopProduct-link {
	position: relative;
	outline: none;
}

ul.products li.product .woocommerce-LoopProduct-link .yith-add-to-wishlist-button-block {
	position: absolute;
	z-index: 1;
	top: 0.5rem;
	right: 0.5rem;
	margin: 0;
}

ul.products li.product .woocommerce-LoopProduct-link .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button-icon {
	width: 1.5rem;
	height: auto;
	margin-bottom: 0;
}

ul.products li.product .woocommerce-LoopProduct-link .yith-add-to-wishlist-button-block:hover .yith-wcwl-add-to-wishlist-button-icon {
	transform: scale(1.05);
}

.yith-wcwl-add-to-wishlist-button__label {
	font-size: 1rem;
}

ul.products li.product .woocommerce-LoopProduct-link .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label {
	display: none;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
	font-size: 0.875rem;
	color: var(--dark-grey);
}

.yith-wcwl-feedback-messages-container {
	display: none;
}

table:not(.has-background).variations {
	border: none;
	background-color: transparent;
}

/* Archive */
.woocommerce-products-banner {
	margin-bottom: 2rem;
	background-color: var(--main-color);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.woocommerce-products-banner__wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: var(--page-header-height);
}

.woocommerce-products-banner h1 {
	width: 100%;
	margin-bottom: 0;
	font-weight: 700;
	text-align: left;
	color: #fff;
}

.woocommerce-products-banner__subtitle {
	margin-bottom: 0;
	color: #fff;
}

.woocommerce-products-banner .back-button {
	position: absolute;
	top: 2rem;
	left: 0;
	display: block;
	color: #FFF;
}

.woocommerce-products-category-menu {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.woocommerce-products-category-menu ul {
  display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  list-style-type: none;
  padding: 0;
  margin: 0 -0.5rem;
}

.woocommerce-products-category-menu ul li {
	width: 100%;
	height: 70px;
	padding: 0 0.5rem;
	margin-bottom: 1rem;
}

@media screen and (min-width:768px) {
	.woocommerce-products-category-menu ul li {
		width: 50%;
	}
}

@media screen and (min-width:1024px) {
	.woocommerce-products-category-menu ul li {
		width: 33.33%;
	}
}

.woocommerce-products-category-menu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0.25rem 0.75rem;
	border-radius: 1rem;
	border: 2px solid var(--main-color);
	background-color: #fff;
	line-height: 1.2;
	text-align: center;
	color: var(--main-color);
}

.woocommerce-products-category-menu ul li a i {
	font-size: 0.75rem;
	margin-left: 0.5rem;
}

.woocommerce-products-category-menu ul li a:hover {
	background-color: var(--light-grey-2);
}

.storefront-sorting {
	display: flex;
	justify-content: flex-end;
	margin: 2rem 0;
}

.storefront-sorting select, .storefront-sorting p {
	border-radius: 0.5rem;
	border-color: #eee;
	padding: 0.5rem 1rem;
	color: #999;
}

.storefront-sorting .woocommerce-ordering {
	margin-right: 0;
}

.storefront-sorting .woocommerce-result-count {
	display: none;
}

.woocommerce-LoopProduct-link {
  position: relative;
}

.woocommerce-LoopProduct-link .onsale {
  position: absolute;
  top: 1rem;
  left: 1rem;
	background-color: gold;
	border-color: gold;
	color: #000;
}

h1.search-title {
	margin-top: 1rem;
	text-align: center;
}

/* Single product */
@media screen and (min-width: 768px) {
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
		width: 30%;
		margin-right: 3rem;
		margin-bottom: 3rem;
	}

	.storefront-full-width-content.single-product div.product .summary {
		width: calc(70% - 3rem);
	}

	.tabs.wc-tabs {
		display: none;
	}

	#tab-description {
		width: 100%;
	}

	.product .onsale {
		background-color: gold;
		border-color: gold;
		color: #000;
	}
}

.single-product-navigation {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

form.cart .quantity input[type=number] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	background-color: transparent;
	box-shadow: none;
}

.single-product div.product p.price {
	font-weight: 700;
	font-size: 1rem;
}

.single-product div.product .product_meta {
	font-size: 1rem;
}

.woocommerce-tabs .panel h2:first-of-type {
	font-size: 1rem;
}

/* Loop */
ul.products li.product .price {
	font-size: 1rem;
}

/* Cart */
.wp-block-woocommerce-empty-cart-block .wc-block-grid .wc-block-grid__product-onsale, .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image .wc-block-grid__product-onsale {
  position: absolute;
  top: 1rem;
  left: 1rem;
	right: unset;
	width: fit-content;
	background-color: gold;
	border-color: gold;
	color: #000;
}

.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.wc-block-cart__submit-container {
	margin-top: 1rem;
}

.wc-block-components-checkout-place-order-button {
	font-size: 1.25rem;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
	display: none;
}

.wc-points-rewards-redeem-form {
	align-items: center;
}

.wc-points-rewards-redeem-form .wc-points-rewards-text-input input {
	border-radius: 0.5rem;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-address-card,
.wc-block-components-form .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-form .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-form .wc-block-components-notice-banner,
.wp-block-woocommerce-checkout-order-summary-block {
	border-radius: 0.5rem !important;
}

.wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header,
.wp-block-woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 1rem;
	text-transform: capitalize;
}

.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
	display: none;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step__description {
	font-size: 1rem;
}

.wp-block-woocommerce-checkout .wc-block-components-totals-shipping .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wc-block-components-totals-shipping .wc-block-components-totals-item__value {
	display: none;
}

.wp-block-woocommerce-checkout .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
	font-size: 1rem;
	font-weight: 700;
}

/* Wishlist */
.woocommerce.yith-wcwl-form.wishlist-fragment {
	overflow-x: auto;
}

.wishlist-title-container {
	display: none;
}

table.wishlist_table.shop_table {
	min-width: 650px;
}

.wishlist_table .product-add-to-cart a.button {
	display: inline-block;
	border: none;
	border-radius: 0;
	padding: 0 0.5rem !important;
	margin: 0;
	background: none;
	font-weight: 400;
	text-decoration: underline !important;
	color: var(--main-color);
}

.wishlist_table .product-add-to-cart a.button:not(:last-child) {
	border-right: 1px solid var(--dark-grey);
}

.wishlist_table .product-add-to-cart a.button:hover {
	text-decoration: none !important;
}

/* Homepage */
.storefront-recent-products {
	padding: 0 0 4rem 0;
	margin-bottom: 0;
}

.storefront-featured-products {
	position: relative;
	padding: 4rem 0;
	margin-bottom: 0;
}

.storefront-featured-products:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: var(--light-grey-2);
}

.services {
	padding: 3rem 0;
}

.services-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -1rem;
}

.services-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 1rem 2rem;
}

@media screen and (min-width:768px) {
	.services-block {
		width: 33.33%;
	}
}

.services-block:not(:last-child) {
	border-right: none;
}

@media screen and (min-width:768px) {
	.services-block:not(:last-child) {
		border-right: 1px solid #eee;
	}
}

.services-block .icon {
	margin-bottom: 1rem;
}

.services-block_title {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: var(--dark-grey);
}

.services-block_text {
	text-align: center;
}

/* My account */
.woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce-MyAccount-content h2 {
	margin-right: 1rem;
}

.woocommerce-MyAccount-content a.back-button {
	margin-bottom: 1rem;
}

.woocommerce-MyAccount-details {
	padding: 2rem;
	margin-bottom: 3rem;
	border-radius: 0.5rem;
	background-color: var(--light-grey-2);
}

.woocommerce-MyAccount-details a {
	font-size: 0.875rem;
}

.woocommerce-MyAccount-details-user {
	margin-bottom: 0.5rem;
}

.woocommerce-MyAccount-details-user span {
	display: block;
}

.woocommerce-MyAccount-addresses {
	display: flex;
	padding: 2rem;
	margin-bottom: 3rem;
	border-radius: 0.5rem;
	background-color: var(--light-grey-2);
}

.woocommerce-MyAccount-addresses > div {
	width: 50%;
	padding-right: 1rem;
}

.woocommerce-MyAccount-addresses a {
	font-size: 0.875rem;
}

.woocommerce-MyAccount-points {
	padding: 2rem;
	margin-bottom: 3rem;
	border-radius: 0.5rem;
	background-color: var(--light-grey-2);
}

.woocommerce-MyAccount-points p:first-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-points p:last-child {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	border: 1px solid #000;
	border-radius: 0.25rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.woocommerce-MyAccount-lastorders {
	padding-top: 1rem;
	margin-bottom: 3rem;
}

.woocommerce-MyAccount-lastorders header {
	display: flex;
	align-items: baseline;
	margin-bottom: 1rem;
}

.woocommerce-MyAccount-lastorders header h3 {
	margin-bottom: 0;
	margin-right: 1rem;
}

.woocommerce-MyAccount-lastorders header a {
	font-size: 0.875rem;
}

.woocommerce-MyAccount-lastorders p {
	margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-customer-details table,
.woocommerce-MyAccount-content .woocommerce-order-details table {
	max-width: 600px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details table tbody th,
.woocommerce-MyAccount-content .woocommerce-order-details table tbody th {
	width: 40%;
}

.woocommerce-MyAccount-content .woocommerce-customer-details table tbody td,
.woocommerce-MyAccount-content .woocommerce-order-details table tbody td {
	width: 60%;
}

@media screen and (min-width:768px) {
	.woocommerce-MyAccount-content .woocommerce-customer-details table tbody th,
	.woocommerce-MyAccount-content .woocommerce-order-details table tbody th,
	.woocommerce-MyAccount-content .woocommerce-customer-details table tbody td,
	.woocommerce-MyAccount-content .woocommerce-order-details table tbody td {
		width: 300px;
	}
}

.woocommerce-MyAccount-content .woocommerce-products-details > div {
	overflow-x: auto;
}

.woocommerce-MyAccount-content .woocommerce-products-details > div table {
	width: 650px;
}

@media screen and (min-width:768px) {
	.woocommerce-MyAccount-content .woocommerce-products-details > div table {
		width: 100%;
	}
}

.woocommerce-MyAccount-content .woocommerce-products-details > div table thead td {
	font-weight: 600;
}

.my_account_orders .button.view::after {
	display: none;
}

.woocommerce-MyAccount-orders .button {
	margin-bottom: 0.25rem;
}

.woocommerce-MyAccount-orders .button:not(:last-child) {
	margin-right: 0.5rem;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number {
	display: block;
	background-color: #fafafa !important;
	font-weight: 400;
	text-align: right;
}

@media screen and (min-width:768px) {
	.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number {
		display: table-cell;
		background-color: #fff !important;
		text-align: left;
	}
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number::before {
	content: attr(data-title) ": ";
	font-weight: 600;
	float: left;
}

@media screen and (min-width:768px) {
	.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number::before {
		display: none;
	}
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
	padding: 0 0.5rem !important;
	margin: 0 !important;
	border: none;
	border-radius: 0 !important;
	background: none !important;
	font-weight: 400 !important;
	font-size: 0.875rem !important;
	color: var(--main-color) !important;
	text-decoration: underline !important;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:not(:last-child) {
	border-right: 1px solid var(--dark-grey);
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:hover {
	text-decoration: none !important;
}

.woocommerce-MyAccount-content .order-again,
.woocommerce-MyAccount-content .order-invoice {
	display: inline-block;
}

.woocommerce-MyAccount-content .order-invoice {
	margin-right: 0.5rem;
}

.woocommerce-MyAccount-content .order-again .button::after {
	display: none;
}

.woocommerce-MyAccount-content .order-redirect a {
	font-size: 0.875rem;
}

div.woocommerce-MyAccount-requests {
	padding-top: 1rem;
}

@media (min-width: 768px) {
	table.my_account_requests {
		font-size: .875em;
	}
}

.woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-request {
	background-color: #fafafa !important;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-request {
		background-color: #fff !important;
	}
}

.woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-message {
	height: 100%;
	overflow: hidden;
}

.woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-message div.sav-message-box {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-message div.sav-message-box input {
	opacity: 0;
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-message div.sav-message-box p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	margin-bottom: 0;
}

.woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-message div.sav-message-box label {
	cursor: pointer;
	text-decoration: underline;
	color: var(--main-color);
}

.woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-message div.sav-message-box label:hover {
	text-decoration: none;
}

.woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-message div.sav-message-box input:checked ~ p {
	-webkit-line-clamp: unset;
}

/* .woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-message div.sav-message-box p:not(.truncated) ~ label, */
/* .woocommerce-MyAccount-requests table:not(.has-background) tbody tr td.sav-message div.sav-message-box input:checked ~ label {
	display: none;
} */

.woocommerce-MyAccount-requests .manitoba-sav-request {
	display: none;
	padding: 2rem;
	border-radius: 0 0.5rem 0.5rem 0.5rem;
	background-color: #fafafa;
}

.woocommerce-MyAccount-requests .manitoba-sav-request.is-active {
	display: block;
}

.woocommerce-MyAccount-requests #manitoba-sav-request-button.is-active {
	border-radius: 0.5rem 0.5rem 0 0;
	border-color: #fafafa;
	background-color: #fafafa;
	color: #000;
}

/* Banner */
.banner {
	box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, 0.10);
}

.banner.alert {
	background-color: indianred;
}

.banner.promotion {
	background-color: gold;
}

.banner.alert p,
.banner.alert a {
	color: #FFF;
}

.banner.promotion p,
.banner.promotion a {
	font-size: 0.75rem;
	color: #000;
}

.banner-wrap {
	padding: 0.5rem 1rem;
}

.banner-wrap a,
.banner-wrap p {
	display: block;
	margin-bottom: 0;
	text-align: center;
	font-size: 0.875rem;
}

/* Standard */
.standard {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	background-color: #eee;
	overflow: hidden;
}

@media screen and (min-width:768px) {
	.standard {
		height: 500px;
	}
}

.standard .standard-image {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}

@media screen and (min-width:768px) {
	.standard .standard-image {
		width: 50%;
	}
}

.standard .standard-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.standard .standard-content {
	width: 100%;
	max-width: 700px;
	padding: 2rem;
	text-align: left;
}

@media screen and (min-width:768px) {
	.standard .standard-content {
		width: 50%;
	}
}

.standard .standard-title {
	font-weight: 700;
}

/* Popin */
.popin {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.popin .popin_container {
	position: relative;
	max-width: 600px;
	width: 100%;
	height: 75vh;
	margin: 0 auto;
	padding: 2rem;
	border-radius: 0.5rem;
	background-color: #fff;
	overflow: hidden;
}

@media screen and (min-width:430px){
	.popin .popin_container {
		max-height: 75vh;
		height: auto;
	}
}

.popin .popin_container .popin_content {
	height: 100%;
	overflow-y: auto;
}

.popin .popin_container .popin_close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	border: none;
	padding: 0;
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
}

.popin .popin_container img {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.popin .popin_container p {
}

/* Carousel */
.carroussel {
	position: relative;
	padding: 0 2rem;
	margin: 0 -1rem;
}

@media screen and (min-width:768px) {
	.carroussel {
		margin: 0 -2rem;
	}
}

.carroussel .carroussel-container {
	padding-bottom: 2rem;
}

.carroussel .carroussel-container .carroussel-wrap {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	border-radius: 0.5rem;
	background-color: var(--light-grey-2);
	overflow: hidden;
}

.carroussel .carroussel-container .carroussel-image {
	display: flex;
	align-items: center;
	width: 100%;
	aspect-ratio: 1/1;
}

@media screen and (min-width:768px) {
	.carroussel .carroussel-container .carroussel-image {
		width: 50%;
	}
}

.carroussel .carroussel-container .carroussel-image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.carroussel .carroussel-container .carroussel-content {
	width: 100%;
	max-width: 700px;
	padding: 2rem;
	text-align: left;
}

@media screen and (min-width:768px) {
	.carroussel .carroussel-container .carroussel-content {
		width: 50%;
	}
}

.carroussel .carroussel-container .carroussel-title {
	font-weight: 700;
}

.carroussel .swiper-button-prev {
	left: 0;
}

.carroussel .swiper-button-next {
	right: 0;
}

.carroussel .swiper-button-next:after,
.carroussel .swiper-button-prev:after {
	font-size: 1.5rem;
	color: var(--secondary-color);
}

.carroussel .swiper-pagination-bullet {
	opacity: 1;
	background: var(--secondary-color-30);
}

.carroussel .swiper-pagination-bullet-active {
	background: var(--secondary-color);
}

.slide-wrap {
	max-width: 600px;
	width: 100%;
	padding: 2rem;
	text-align: left;
}

.slide-title {
	font-weight: 700;
}

.slide-button {
	padding: 0.75rem 1.5rem;
	background-color: #000;
	font-size: 0.875rem;
	color: #fff;
}

div.promotional-block:not(:last-of-type) {
	margin-bottom: 4rem;
}

/* Elements */
.fullwidth-thumbnail {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	margin-bottom: 4rem;
}

.fullwidth-thumbnail img {
	height: var(--page-header-height);
	object-fit: cover;
	object-position: center;
}

.button,
.button.alt,
.wc-block-components-button:not(.is-link),
.wc-block-components-button:not(.is-link):disabled,
.hentry .entry-content .wp-block-button .wp-block-button__link {
	display: inline-block !important;
	width: fit-content !important;
	padding: 1rem 1.5rem !important;
	border-radius: 0.5rem;
	border: 2px solid var(--secondary-color);
	background-color: var(--secondary-color);
	line-height: 1;
	font-weight: 700;
	font-size: 0.875rem;
	text-decoration: none !important;
	color: #fff;
}

.button:hover,
.button.alt:hover,
.wc-block-components-button:not(.is-link):hover,
.hentry .entry-content .wp-block-button .wp-block-button__link:hover {
	border-color: var(--main-color);
	background-color: var(--main-color);
	color: #fff;
}

.button.outline {
	border: 1px solid var(--secondary-color);
	background-color: transparent;
	color: var(--secondary-color);
}

.button.outline.white {
	border: 1px solid #fff;
	background-color: transparent;
}

.back-button {
	display: inline-block;
	color: #000;
}

.back-button i {
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.back-button:hover {
	text-decoration: underline;
}

details summary {
	border-top: 1px solid #eee;
	padding: 1rem 0;
	font-size: 1.25rem;
}

details summary + p {
	margin-block-start: 0 !important;
	margin-block-end: 1rem !important;
}

table:not(.has-background) {
	border-radius: 0.5rem;
	border: 1px solid #fafafa;
	background-color: var(--light-grey-2);
}

table:not(.has-background) th {
	border-bottom: 1px solid #fafafa !important;
	border-top: none !important;
	background-color: transparent !important;
}

table:not(.has-background) thead tr td {
	font-size: 0.875rem;
}

table:not(.has-background) tbody tr td,
table:not(.has-background) tbody tr th {
	background-color: #fff !important;
	border-bottom: 1px solid #fafafa !important;
	font-size: 1rem;
}

address {
	font-style: normal;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
	padding: 1rem 2rem;
	border: none;
	border-radius: 0.5rem;
	background-color: #fafafa;
	color: #000;
}

.woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before,
.woocommerce-message:after, .woocommerce-info:after, .woocommerce-error:after {
	display: none;
}

.woocommerce-message .button {
	display: inline-block;
	width: fit-content;
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
	line-height: 1;
	text-decoration: none;
	color: #fff;
}

.woocommerce-message .button:after {
	display: none;
}

.woocommerce-message .button:hover {
	background-color: var(--main-color);
}

.added_to_cart {
	display: none;
}

form input[type=text], form input[type=email], form input[type=tel], form select, form textarea {
	border-radius: 0.5rem;
	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: none;
}

form select {
	padding: .6180469716em;
}

form input[type=submit] {
	display: inline-block !important;
	width: fit-content !important;
	padding: 1rem 1.5rem !important;
	border-radius: 0.5rem;
	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
	line-height: 1;
	text-decoration: none !important;
	color: #fff;
}

form input[type=submit]:hover {
	background-color: var(--main-color);
	color: #fff;
}

/* Styles pour la pagination SAV */
.sav-pagination {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.sav-pagination a, .sav-pagination span {
	padding: 0.125rem;
	margin: 0;
	text-decoration: none;
	font-size: 0.75rem;
	color: var(--dark-grey);
}

.sav-pagination a {
	color: var(--main-color);
}

.sav-pagination a:hover {
	background-color: #f5f5f5;
}

.sav-pagination a.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Animation de chargement */
#manitoba-sav-tbody.loading {
	position: relative;
	opacity: 0.5;
}

#manitoba-sav-tbody.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}