/*!
Theme Name: giulietta
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: giulietta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');

:root{
	--special: "Cormorant Garamond", serif;
	--normal: "Inter", sans-serif;
	--color: #776758;
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body{
	font-family: var(--normal);
}

.woocommerce .discount-label {
    background: #f0f0f0;
    color: #c00;
    font-weight: 500;
    font-size: 0.9em;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
}

.price .discount-label{
  position: absolute;
  top: 50px;
  background: var(--color);
  color: #FFF;
  padding: 4px 10px 6px;
  border-radius: 10px;
  right: 0;
}

.wc-block-components-product-badge {
  border: 1px solid;
  border-radius: 4px;
  display: inline-flex;
  font-size: .75em;
  font-weight: 600;
  padding: 0 .66em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color);
  align-items: center;
  gap: 5px;
  padding-bottom: 3px;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price ins{
    text-decoration: none !important;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price del{
    opacity:0.5 !important;
    margin-right: 5px;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    text-decoration: none !important;
}

.wcpay-payment-request-wrapper {
	padding-top: 0 !important;
}

form.cart .wcpay-payment-request-wrapper {
    order: 25;
}

h1, h2, h3, h4{
	font-family: var(--special);
}

h1{
	font-size: 4rem;
	font-weight: 500;
	line-height: 1;
	color:var(--color);
}

h2{
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.25;
	color:var(--color);
}

p{
	font-weight: 300;
	line-height: 1.75;
	color:var(--color)
}

 p strong{
	font-weight: 500;
	border-bottom:1px solid var(--color);
 }

.mAuto{
	margin-inline: auto;
}

.big-section{
	margin:150px 0;
}

.boxed{
	max-width: 100%;
	margin-inline: auto;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.boxed-small{
	max-width: 1200px;
	margin-inline: auto;
	margin-bottom: 80px !important;
}

header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 999;
	padding-block: 15px;
}

.text-right{
	text-align: right;
}

.scrolled{
	background-color: #FFF;
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}

.side-menu{
	width: 25%;
	background-color: #FFF;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	bottom:0;
	transform: translateX(-100%);
	transition: .4s ease;
	padding-top: 80px;
}

.side-menu ul{
	padding:0 52px;
	list-style: none;
	overflow:auto;
    max-height: 80vh;
}

.product-full-description ul li p{
    display: inline;
}

.side-menu ul ul{
    display: none;
    padding:0 !important;
}

.side-menu ul ul.open {
	display: block;
}

.side-menu ul ul li a{
    padding:5px 0 !important;
    border-bottom:0 !important;
    padding-left: 15px !important;
}

.side-menu ul ul li:first-child a{
    margin-top:10px !important;
}

.side-menu ul ul li:last-child a{
    border-bottom:1px solid rgba(0,0,0,.1) !important;
    padding-bottom: 10px !important;
}

.menu-parent a{
    justify-content: space-between;
}

.expand {
  transition: transform 0.3s ease;
}

.expand.rotated {
  transform: rotate(180deg);
}


.woocommerce-loop-product__link .out-of-stock{
  position: absolute;
  top: 20px;
  left: 20px;
  background:#FFF;
  padding:3px 7px;
  border-radius:10px;
  font-size: .8rem;
}

.side-menu ul li a{
	text-decoration: none;
	display: flex;
	align-items: center;
	gap:5px;
	color:var(--color);
	font-family: var(--special);
	font-size: 1.35rem;
	padding:10px 0;
	border-bottom:1px solid rgba(0,0,0,.1);
	transition: .2s ease;
}

.side-menu ul li a:hover{
	padding-left: 10px;
	background-color: #7767580d;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item strong{
    font-weight:500 !important;
    font-size:.8rem;
}

.side-menu ul li a span{
	font-size: 1.25rem;
}

.side-menu.open{
	transform: translateX(0);
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}

.side-cta{
	background-color: #7767580d;
	color:var(--color) !important;
	border-bottom:0px !important;
	justify-content: center;
	margin-bottom: 10px;
}

.side-cta:hover{
	background-color: var(--color) !important;
	color:#FFF !important;
	padding-left: 0 !important;
}

.rs-icon{
	transition: .2s ease;
}

.rs-icon img{
	width: 25px;
}

.rs-icon:hover{
	transform: translateY(-3px);
}

.color-change .line{
	stroke: #000;
}

.logo-menu{
	display: block;
	width: 150px;
	position: relative;
	transform: translateY(5px);
}

.logo-menu img{
	width: 100%;
}

.icon-link{
	display: block;
	color:#FFF;
}

.icon-link:first-child{
	transform: translateY(1.5px);
}

.paddR15{
	padding-right: 15px;
}

.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 50px;
	width: auto;
}
 
.hamRotate.active {
	transform: rotate(45deg);
}

.hamRotate180.active {
	transform: rotate(180deg);
}

.line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#FFF;
	stroke-width:3.5;
	stroke-linecap:round;
}

.ham8 .top {
	stroke-dasharray: 40 160;
}

.ham8 .middle {
	stroke-dasharray: 40 142;
	transform-origin: 50%;
	transition: transform 400ms;
}

.ham8 .bottom {
	stroke-dasharray: 40 85;
	transform-origin: 50%;
	transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
	stroke-dashoffset: -64px;
}

.ham8.active .middle {
	//stroke-dashoffset: -20px;
	transform: rotate(90deg);
}

.ham8.active .bottom {
	stroke-dashoffset: -64px;
}

.outofstock .product_type_simple{
    display:none !important;
}

.scrolled .icon-link{
	color:#776758;
}

.scrolled .line{
	stroke:#000 !important
}
  

.slider{
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.slider::before{
	content:'';
	width: 100%;
	height: 120px;
	background:linear-gradient(rgba(0,0,0,.75) 25%, rgba(0,0,0,0));
	position: absolute;
	top:0;
	left: 0;
	z-index: 3;
}

.slider::after{
	content:'';
	width: 100%;
	height: 40%;
	background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,0));
	position: absolute;
	bottom:0;
	left: 0;
}

.slider > img{
	width: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	filter:brightness(70%)
}

.slider-content{
	position: absolute;
	bottom:100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	text-align: center;
}

.slider-content > span{
	color:#FFF;
	font-family: var(--special);
	font-size: 1.75rem;
}

.slider-content > a{
	color:#FFF;
	display: block;
	width: fit-content;
	margin-inline: auto;
	margin-top: 20px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	font-weight: 300;
}

.slider-content > a:hover{
	opacity: .65;
}

.product-category-item{
	position: relative;
	aspect-ratio: 1/1;
	display: block;
	text-decoration: none;
	transform: .4s ease;
	overflow: hidden;
}

.product-category-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s ease;
}

.product-category-item::after{
	content:'';
	position: absolute;
	width: 100%;
	left: 0;
	bottom:0;
	height: 100px;
	background:linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,0));
	transition: .4s ease;
}

.product-category-item span{
	font-size: 2rem;
	color:#FFF;
	font-family: var(--special);
	position: absolute;
	bottom:30px;
	left:50%;
	transform: translateX(-50%);
	z-index: 5;
	width:max-content;
}

.product-category-item:hover img{
	transform: scale(1.1);
}

.special-link{
	color:#776758;
	display: inline-block;
	font-weight: 300;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}

.special-link:hover{
	opacity: .65;
}

.btn-border{
	border:1px solid var(--color);
	color:var(--color);
	text-decoration: none;
	display: inline-block;
	padding:14px 20px;
	font-weight: 300;
	transition: .4s ease;
}

.btn-border:hover{
	background-color: var(--color);
	color:#FFF;
}

.align-stretch{
	align-items: stretch;
}

.back-beige{
	background-color: #f3ece4;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.quote{
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	display: block;
	font-family: var(--special);
	line-height: 1.5;
	max-width: 80%;
	margin-inline: auto;
	color:var(--color);
}

.quoting{
	font-size: 8rem;
	line-height: .5;
	font-family: var(--special);
	color:var(--color);
	display: block;
	width: fit-content;
	margin-inline: auto;
}

.sign{
	width: 200px;
	display: block;
	margin-inline:auto;
}

.arrow_bottom{
	color:var(--color);
	display: inline-block;
	margin-top: 60px;
	font-size: 1.75rem !important;
}

.item-adv{
	text-align: center;
	color:var(--color);
	background-color: #FFF;
	border:1px dotted var(--color);
	padding: 30px;
}

.item-adv h3{
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
}

footer{
	border-block: 1px solid rgba(0,0,0,.1);
	padding-top: 100px;
	padding-bottom: 100px;
}

.logo-footer{
	width: 200px;
	display: block;
}

.quote-footer{
	font-family: var(--special);
	font-size: 1.5rem;
	color:var(--color);
	display: block;
	margin:30px 0;
}

.title-footer{
	display: block;
	font-family: var(--special);
	font-size: 1.5rem;
	color:var(--color)
}

footer ul{
	list-style: none;
}

footer ul li{
	color:var(--color);
	display: flex;
	align-items: center;
	gap:5px;
	font-weight: 300;
}

footer ul li span{
	font-size: .9rem;
}

.contact-email{
	color:var(--color);
	background-color: #f3ece482;
	display: block;
	width: fit-content;
	padding: 12px 16px;
	margin-inline: auto;
	font-weight: 300;
	font-family: var(--special);
	font-size: 1.25rem;
}

.link-footer{
	text-decoration: none;
	color:var(--color);
	font-weight: 300;
}

.link-footer:hover{
	opacity: .65;
}


.custom-product-container {
    display: flex;
	align-items: self-start;
    gap: 40px;
	margin-top: 53px;
}

/* .product-images img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
} */

.product-gallery {
    display: flex;
    flex-wrap:wrap;
    gap: 10px;
	margin-top:5px;
}

.product-gallery .lightbox-on {
    width: calc(50% - 5px);
    height: auto;
    cursor: pointer;
    object-fit: cover;
    flex: 1 1 0;
    max-height: 100%;
    aspect-ratio: 11/16;
}

.product-gallery .lightbox-on img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    width: 50%;
	position: sticky;
	top: 120px;
	padding-top: 100px;
	padding-bottom: 100px !important;
}

.maxed{
	max-width: 600px;
	margin-inline: auto;
}

.product-title {
	font-size: 2.5rem;
	font-weight: 500;
	text-wrap:balance;
}

.wc-block-grid__product-image{
  overflow: hidden;
  aspect-ratio: 1/1.15;
}

.wc-block-grid__products .wc-block-grid__product-image img {
  max-width: 100%;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

.product-price {
	font-size: 1.5rem;
	color: var(--color);
	font-weight: 300;
	font-family: var(--special);
}

.complete-the-look {
    margin-top: 20px;
}

.related-product img {
    width: 100px;
    height: auto;
}

.product-details {
    margin-top: 0px;
}

.product-details h3 {
    margin-top: 0;
    font-size: 1.25rem;
    cursor: pointer;
	font-weight: 400;
}

.product-details p {
    display: none;
    font-size: 14px;
}

.first-image-product{
	width: 100%;
	height: 100vh !important;
	object-fit: cover;
}


.header-simple{
	background:linear-gradient(rgba(0,0,0,.40), rgba(0,0,0,.40)), url(https://giulietta-shop.fr/wp-content/uploads/2025/03/background-slider-v2.webp);
	background-size:cover;
	background-position-y: 33%;
	height: 40vh;
	padding-top: 50px;
	display: flex;
	align-items: center;
}

.header-simple h1{
	color:#FFF;
}

.flex-end{
	justify-content: flex-end;
}

.wc-block-cart__submit-container--sticky{
    background:#FFF !important;
    z-index: 99;
}

.is-large.wc-block-cart .wc-block-cart-items th {
	padding: 8px 16px 8px 0;
	white-space: nowrap;
	font-family: var(--special);
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: capitalize;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-size: 1.25rem !important;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 400 !important;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 8px 16px 8px 0;
	text-align: left;
	text-decoration: inherit;
	text-transform: capitalize !important;
	vertical-align: baseline;
	font-family: var(--special) !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
  text-decoration: none;
  color: var(--color);
  font-family: var(--special);
  font-size: 1.5rem;
  line-height: 1 !important;
  padding-bottom: 0px !important;
  margin-bottom: 5px !important;
}

.wc-block-components-formatted-money-amount {
	white-space: nowrap;
	font-family: var(--special);
	font-size: 1.25rem;
	color: var(--color);
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
	margin-bottom: 0;
	font-size: .9rem;
	font-weight: 300;
	color: var(--color);
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
	font-weight: 300;
}

.wc-block-cart-item__image{
	width: 18%;
}

.is-large.wc-block-cart .wc-block-cart-items td {
	border-top: 1px solid hsla(0,0%,7%,.11);
	padding: 24px 0 24px 20px;
	vertical-align: top;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.wc-block-components-totals-item__label {
	flex-grow: 1;
	font-weight: 300;
	color: var(--color);
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
	margin-top: 0;
	padding-top: 0;
	color: var(--color);
	font-weight: 300;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-weight: 400;
	font-family: var(--special);
	font-size: 1.5rem;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: 3em;
	text-decoration: none;
	color: var(--color);
	border: 1px solid;
	font-size: .9rem;
	text-transform: uppercase;
	padding-block: 15px;
	transition:.4s ease;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover{
	background-color: var(--color);
	color:#FFF;
}

.wc-block-components-form .wc-block-components-checkout-step{
	margin:0 !important
}

.wc-block-components-checkout-return-to-cart-button{
	color:var(--color) !important;
	font-weight: 300 !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	border-top: 1px solid hsla(0,0%,7%,.11);
	padding-top: 48px;
	font-size: .9rem;
	font-weight: 300;
	color: var(--color);
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	flex-grow: 1;
	font-weight: 500;
	margin: 0 0 5px 16px;
	font-family: var(--special);
	font-size: 1.25rem;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	color: inherit;
	display: block;
	flex-grow: 1;
	font-family: var(--special) !important;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	font-size: 1.25rem;
	color: var(--color);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices{
	padding-top: 0px !important;
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{
	font-weight: 300 !important;
}

.wc-block-components-totals-wrapper {
	border-top: 1px solid hsla(0,0%,7%,.11);
	padding: 16px 16px;
}

.wc-block-components-totals-wrapper{
	padding-inline:16px !important;
}

.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper{
	padding-inline:0px !important;
}

.is-large .wc-block-checkout__sidebar {
	align-self: flex-start;
	top: 125px !important;
}

.woocommerce-MyAccount-navigation ul{
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a{
	text-decoration: none;
	color:var(--color);
	font-weight: 500;
	font-size: 1.25rem;
	font-family: var(--special);	
}

.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	color: var(--color);
	font-weight: 500;
	font-size: 1.25rem;
	font-family: var(--special);
	padding: 15px 0;
	display: block;
	border-bottom:1px solid #7767582b;
}


.woocommerce-MyAccount-content p a{
	color:var(--color) !important;
}

.woocommerce-info{
	border-top-color:var(--color) !important;
	background-color: #7767580d !important;
	font-weight: 300 !important;
}

.woocommerce-info::before {
	color:var(--color);
}

.woocommerce-Button, .wc-forward{
	border: 1px solid var(--color) !important;
	background: transparent !important;
	font-weight: 300 !important;
	border-radius: 0px !important;
	padding: 12px 15px !important;
	font-size: .95rem !important;
}

.woocommerce .col2-set, .woocommerce-page .col2-set{
	margin-top: 20px;
}

.woocommerce-EditAccountForm.edit-account fieldset{
	padding:20px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.woocommerce-EditAccountForm.edit-account fieldset legend{
	padding-inline: 15px;
	font-weight: 300;
	color: var(--color);
}

.products-list{
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}

.products-list li{
	list-style: none;
	display: block;
	width: 31.5%;
	position: relative;
}

.product_type_simple.add_to_cart_button{
    display:none !important;
}

.products-list li a{
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.products-list li a:hover{
	text-decoration: underline;
}

.products-list li a > img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition:.4s ease;
}

.woocommerce-loop-product__title{
	font-size: 1.45rem;
	margin:15px 0;
}

.products-list .price{
	position: absolute;
	top: 20px;
	right: 20px;
	color: var(--color);
	background: #FFF;
	padding: 4px 10px 10px;
	border-radius: 10px;
	font-family: var(--special);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
}

.product_type_variable{
	display: none !important;
}

.products-filter{
	background-color: #f9f5f1;
	padding:20px;
	color:var(--color);
	font-family: var(--special);
	display: flex;
	align-items: center;
	gap:10px;
	width: fit-content;
	margin-bottom: 60px !important;
}

.products-filter label{
	font-size: 1.25rem;
}

.products-filter button{
	border: 1px solid;
	padding: 10px 20px;
	font-size: 1.15rem;
	cursor:pointer;
	transition:.2s ease;
}

.products-filter button:hover{
	background-color: var(--color);
	color:#FFF;
}

.products-filter select {
	background-color: #FFF;
	border: 0px;
	height: 46px;
	font-size: 1.25rem;
	font-family: var(--special);
	color: var(--color);
	padding-left: 15px;
	width: 300px;
}

.products-filter select option{
	font-size: 1rem !important;
}

.simple h3{
	font-size: 1.75rem;
	color:var(--color);
	margin:20px 0;
}

.simple p{
	margin:20px 0;
}

.simple p a{
	color:var(--color)
}

.simple ul{
	margin:20px 0;
}

.simple ul li{
	list-style-position: inside;
	line-height: 1.75;
	font-weight: 300;
	color:var(--color)
}

.wms_pickup_open_modal_openstreetmap{
	padding: 15px 20px !important;
	border: 1px solid var(--color) !important;
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--color);
}

#wms_selected_pickup_desc{
	color:var(--color);
}

#wms_selected_pickup_desc strong{
	font-weight: 600 !important;
}

#wms_pickup_selected{
	margin-top: 10px !important;
}

.wc-block-components-address-card{
	color:var(--color);
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label{
	font-weight: 400 !important;
	color:var(--color);
}

.wms_pickup_modal_address{
	gap:10px;
	width: 73%;
}

.wms_pickup_modal_address input{
	height:40px;
	border:1px solid rgba(0,0,0,.1);
	text-indent:10px;
	color:var(--color);
}

#wms_pickup_modal_address_country_select{
	height:40px;
	border:1px solid rgba(0,0,0,.1);
	padding-left: 10px;
	background-color: #FFF !important;
	font-size: 1rem;
	color:var(--color);
}

.wms_pickup_modal_address input:focus{
	outline:none;
}

.wms_pickup_modal_address_search {
	background-color: var(--color) !important;
	color: #FFF;
	border: 0px;
	padding: 11.5px;
	font-size: .9rem;
	font-weight: 500;
}

.wms_pickup_modal_map_container{
	margin-top: 15px;
}

button.modal-close.modal-close-link.dashicons.dashicons-no-alt{
	border:0px;
	border-radius: 50%;
	background-color: #7767580d;
	color:var(--color)
}

.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_listing .wms_pickup_modal_listing_one .wms_pickup_modal_listing_one_button_ship{
	font-size: .9rem;
	border: 0px;
	background: #f8f7f6;
	color: var(--color);
	font-weight: 500;
	padding: 10px 15px;
}

.wms_pickup_modal .wc-backbone-modal-main .wms_pickup_name {
	font-size: .9rem;
	font-weight: 600;
	color: var(--color);
}

.wms_pickup_address1 .wms_pickup_address2, .wms_pickup_open_time{
	color:var(--color) !important;
}

.wms_pickup_address1, .wms_pickup_address2{
	color:var(--color) !important;
}

.wms_pickup_address2{
	margin-bottom: 10px !important;
}

.wc-block-components-checkbox__label a{
	color:var(--color) !important;
}

.wpcf7-form{
    max-width:900px;
    margin-inline:auto;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email]{
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--color);
  font-weight:500;
  text-indent:15px;
}

.wpcf7-form textarea{
    width:100% !important;
    height: 200px;
    font-family: inherit;
    padding:20px;
}

.wpcf7-form select{
  width: 100%;
  height: 50px;
  background: #FFF;
  border: 1px solid var(--color);
  padding-left: 15px;
  font-size: 1rem;
  color: var(--color);
  font-weight: 500;
}

.wpcf7-submit{
  border: 1px solid;
  padding: 12px 20px;
  font-weight: 300;
}

.wc-block-grid__product-link{
    color:var(--color) !important;
}

.wp-block-product-new{
    margin-top:60px;
}

.wc-block-grid__product-add-to-cart{
    display:none !important;
}

.wc-block-components-product-low-stock-badge {
  display: none !important;
}

.wc-block-grid__product-title{
  color: var(--color) !important;
  font-size: 1.35rem !important;
  font-family: var(--special) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  border: 0;
}

.wc-block-grid__product-price.price{
    display:none !important;
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
    margin-top: 0px;
  list-style: none;
  margin-top: 20px;
  color:var(--color);
}

.woocommerce ul.order_details li strong{
    font-weight:500 !important;
}

.woocommerce table.shop_table th {
  font-weight: 400;
  padding: 9px 12px;
  line-height: 1.5em;
  font-family: var(--special);
  font-size: 1.25rem;
  color: var(--color);
}

.woocommerce table.shop_table tfoot th{
    font-weight: 400 !important;
}

.woocommerce-table__product-name a{
    color:var(--color);
}

.woocommerce-account .woocommerce-MyAccount-content mark{
    font-weight: 500 !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    color:var(--color);
    font-weight:400 !important;
}

.woocommerce table.shop_table tfoot th a{
    color:var(--color);
}

.woocommerce-order-details__title{
    margin-bottom:20px;
}

.woocommerce-page.woocommerce-view-order .woocommerce-order-details{
    margin-top:20px;
}

.Input, .p-FauxInput{
    background:#FFF !important;
}

address {
  line-height: 1.5;
  color: var(--color);
}

.woocommerce table.shop_table td{
    color:var(--color) !important;
}

.woocommerce-thankyou-order-received{
  font-family: var(--special);
  font-size: 1.5rem;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title{
    margin-bottom: 20px;
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0;
  font-weight: 500;
  font-family: var(--special);
  font-size: 1.25rem;
  color: var(--color);
}

.woocommerce-orders-table__cell-order-number a{
    color:var(--color) !important;
}

.products-list-big{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.product-big-item{
    display: flex;
    align-items: center;
    gap:40px;
    width:100%;
}

.product-big-link{
    width:50%;
    display: block;
}

.product-big-link img{
    width:100%;
    height:100%;
}

.newsletter{
    padding:60px;
    text-wrap:balance;
    position: relative;
}

.newsletter form{
    display:flex;
    align-items:center;
    gap:10px;
}

.newsletter form input{
  background: transparent !important;
  color: var(--color) !important;
  font-weight: 300 !important;
  height: 54px !important;
}

.newsletter input[type=submit]:hover{
    background: var(--color) !important;
    color:#FFF !important;
    cursor:pointer;
}

.newsletter form input:focus{
    outline:none;
}

.newsletter .wpcf7 form.sent .wpcf7-response-output{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border: 0px;
  color: var(--color);
  font-size: .8rem;
}

.meta-link {
  width: 50%;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:#f3ece482;
  padding: 35px;
  box-sizing: border-box;
}

.meta-link > div{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #77675838;
}

.meta-link span{
    color:var(--color);
    border:1px solid;
    padding:15px 20px;
    text-transform: uppercase;
    font-size: .9rem;
    margin-top:30px;
    display: inline-block;
    transition:.2s ease;
}

.products-list li a{
    color:var(--color);
}

.meta-link span:hover{
    background: var(--color);
    color:#FFF;
}

h2.product-big-title{
    text-wrap: balance;
}

.fancy-price{
  color: var(--color);
  background: #FFF;
  width: fit-content;
  padding: 5px 13px 11px;
  font-family: var(--special);
  font-size: 1.35rem;
  border-radius: 10px;
  margin-inline: auto;
  margin-top: 15px;
}

.product-big-item:nth-child(2n){
    flex-direction: row-reverse;
}

.newsletter-icon{
  color: var(--color);
  font-size: 2rem;
  margin-bottom: 15px;
}

.hello {
  font-family: "Dynalight", cursive !important;
  width: max-content !important;
  color: #FFF !important;
  font-size: 8.5rem !important;
  z-index: 9 !important;
  display: block;
}

.product-full-description ul li{
    list-style-position: inside;
}

.woocommerce-Price-amount:nth-child(2){
    text-decoration:underline !important;
    font-size:.9rem;
    opacity:.8;
}

.onsale{
    display: none !important;
}

.reduction-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--color);
    color: white;
    padding: 6px 10px;
    font-size: 1.75rem;
    font-weight: 600;
    border-radius: 4px;
    z-index: 10;
    font-family:var(--special);
}

@media(max-width:810px){
	.side-menu{
		width: 100%;
	}

	.icon-link{
		position: relative;
		z-index: 99;
	}

     .boxed {
        padding-block: .25rem !important;
        padding-inline: .85rem;
      }
	
	.slider{
	    height:65vh;
	}
	
    .slider > img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transform: unset;
      object-fit: cover;
      filter: brightness(100%);
    }
    
    .slider-content {
      position: absolute;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      width: 90%;
      text-align: center;
    }
    
    .slider-content > span{
        font-size:1.5rem;
    }
    
    .paddR15{
        padding-right: 10px !important;
    }
    
    .ham{
        height:42px !important;
    }
    
    .big-section{
        margin:60px 0;
    }
    
    .noD{
        display: block !important;
    }
    
    .mflex{
        display: flex;
    }
    
    h1{
        font-size:2rem;
        text-wrap:balance
    }
    
    h2{
        font-size:1.75rem;
    }
    
    .product-category-item span{
        font-size: 1.25rem;
        bottom:15px;
        width: 100%;
        text-align: center;
    }
    
    .product-category-item::after {
        height:70px;   
    }
    
    .back-beige{
        padding:30px;
    }
    
    .quoting{
        font-size: 6rem;
    }
    
    .quote{
        font-size:1.25rem;
        max-width:100%;
    }
    
    .sign{
        width:140px;
    }
    
    .quote-footer{
        font-size:1.25rem;
    }
    
    .link-footer {
      text-decoration: underline;
      color: var(--color);
      font-weight: 300;
      font-size: .85rem;
    }
    
    .text-right{
        text-align: center;
    }
    
    .boxed-small{
        max-width:90%;
        margin-inline:auto !important
    }
    
    .products-filter select{
        width:fit-content;
    }
    
    .products-list li{
        width:100%;
    }
    
    .woocommerce-loop-product__title {
      font-size: 1.5rem;
      margin: 15px 0;
      text-align: center;
      text-wrap:balance
    }
    
    .custom-product-container{
      max-width: 90%;
      margin-inline: auto;
    }
    
    .product-images{
        margin-top:40px !important;
    }
        
    .product-images.w50{
        width: 100% !important;
    }
    
    .first-image-product{
        height:40vh !important;
    }
    
    .product-gallery {
      display: flex;
      gap: 10px;
    }
    
    .product-info{
        width:100% !important;
        padding:0 !important;
        text-align: center;
    }
    
    .product-title{
        font-size:2rem;
        text-align: center;
    }
    
    .size-selector{
        justify-content: center;
    }
    
    .product-full-description{
        text-align:left;
    }
    
    .all-details {
        border: 1px dotted;
        margin-top: 60px;
        padding: 30px;
        margin-bottom: 120px;
     }
    
    .product-full-description{
        margin:10px 0 !important;
    }
    
    .panel{
        font-size:.9rem !important;
        padding:0px !important;
        text-align: left;
    }
    
    .woocommerce-MyAccount-content{
        margin-top:50px;
    }
    
    .woocommerce-MyAccount-content p{
        margin-bottom: 20px;
    }
    
    .woocommerce-page table.shop_table_responsive tbody th{
        display: block !important;
        border-top:0 !important;
    }
    
    .woocommerce-orders-table__cell-order-number a{
        color:var(--color) !important;
    }
    
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
      display: block;
      text-align: right !important;
      font-family: var(--special);
      font-size: 1.15rem;
    }
    
    .woocommerce-orders-table__cell-order-actions{
        display:flex !important;
        align-items:center !important;
        justify-content: space-between !important;
        padding-block: 10px !important;
        gap:10px;
    }
    
    .woocommerce .woocommerce-customer-details :last-child{
        margin-top:20px;
    }
    
    .woocommerce-MyAccount-navigation{
      border: 1px solid #77675824;
      border-radius: 10px;
      padding: 10px 20px;
    }
    
    .woocommerce-MyAccount-navigation-link--customer-logout a{
        border-bottom:0px !important;
    }
    
    .header-simple{
        padding-top:80px;
    }
    
    .header-simple h1 {
      color: #FFF;
      text-align: center;
    }
    
    .side-menu ul {
      padding: 0 25px;
      list-style: none;
    }
    
    .newsletter form{
        flex-direction:column;
    }
    
    .newsletter .wpcf7 form.sent .wpcf7-response-output{
        width:100% !important;
    }
    
    .wc-block-cart-item__image{
        width:70px;
    }
    
    .wp-block-woocommerce-checkout-shipping-methods-block h2, .wp-block-woocommerce-checkout-payment-block h2, h2.wc-block-components-checkout-step__title{
        margin-top:30px !important;
    }
    
    .wp-block-woocommerce-checkout{
        padding-top:0px !important;
    }
    
    .wms_pickup_modal_address {
        gap: 10px;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_city, .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_country, .wms_pickup_modal .wc-backbone-modal-main .wms_pickup_modal_address_zip-code{
        width:47%;
    }
    
    .wc-backbone-modal-header{
        margin-top:50px !important;
    }
    
    button.modal-close.modal-close-link.dashicons.dashicons-no-alt{
        position: absolute;
        top: 20px;
        right: 13px;
    }
    
    #wms_pickup_modal_address_country_select{
        box-sizing: border-box;
        width: 101% !important;
    }
    
    .wms_pickup_modal_address_find_pickup{
        width:46.5% !important;
        border-radius:0px !important;
    }
    
    .wms_pickup_modal_address input{
        width:100% !important;
        border-radius: 0px !important;
    }
    
    .wms_pickup_modal_address_search{
        font-size:.83rem !important;
    }
    
    .wms_pickup_modal_map{
        height:200px !important;
        max-height: 200px !important;
    }
    
    .hello{
        font-size:4.5rem !important;
        margin-inline: auto;
        text-align: center;
    }
}

@media(max-width:600px){
        .wp-block-woocommerce-checkout-shipping-methods-block{
        margin-top:30px !important;
    }
}