@charset "utf-8";

.wp-site-blocks {
    overflow-x: hidden;
}

a{
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
.logo-header img{
	transition: all .2s ease-in-out;
}
.wp-block-site-logo a:hover,
.logo-header:hover img{
	transform: scale(1.1);
}
.wp-block-site-logo a{
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	border-radius: 5px;
}
.wp-block-site-logo a::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(255,255,255,0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
.wp-block-site-logo a:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
  left: -25%;
}
.sticky-header{
	z-index: 10;
    position: fixed;
	top: 0;
	width: 100%;
}
.sticky-header.sticky{
	/*box-shadow: 0 2px 5px #00000040;*/
	
    /*background: #fff;*/
}
.sticky-header .wp-block-site-logo img{
	height: 60px;
	width: auto;
	transition: all .35s ease-in-out .15s;
}
.sticky-header.sticky .wp-block-site-logo img{
	height: 30px;
	width:auto;
}
.header-bg-fix .wp-block-cover__image-background{
	background-attachment: fixed !important;
	
	-moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.header-nav.wp-block-navigation > .wp-block-navigation-item{
	position:relative;
}
.header-nav.wp-block-navigation > .wp-block-navigation-item::after,
.header-nav.wp-block-navigation > .wp-block-navigation-item::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -7px;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s ease-out;
}
.header-nav.wp-block-navigation > .wp-block-navigation-item::before {
	top: -5px;
	transform-origin: left;
}
.header-nav.wp-block-navigation > .wp-block-navigation-item:hover::after,
.header-nav.wp-block-navigation > .wp-block-navigation-item:hover::before,
.header-nav.wp-block-navigation > .wp-block-navigation-item.current-menu-item::after,
.header-nav.wp-block-navigation > .wp-block-navigation-item.current-menu-item::before{
  transform: scaleX(1);
}
.header-nav.wp-block-navigation > .wp-block-navigation-item > a:hover,
.header-nav.wp-block-navigation > .wp-block-navigation-item.current-menu-item > a{
	font-weight:500;
	text-decoration: none;
}
.pre-header-1 .wp-block-social-links .wp-social-link svg {
    height: 24px !important;
    width: 24px !important;
}
.hp-big-bg{
	position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
	transition: all .35s ease .05s;
}
footer{
	margin-block-start: 0;
}
footer .adresse a{
	color: #071218 !important;
	font-size: 13px !important;
}
footer .wp-block-navigation a{
	font-size: 13px !important;
}
footer .wp-block-social-links .wp-social-link svg {
    height: 24px !important;
    width: 24px !important;
}
footer .group-cp-y a{
	font-size: 12px !important;
}
.h1-tittle-stile{
    text-shadow: 2px 3px 6px #000000bd;
}
.h1-tittle-stile span{
	font-size: clamp(37.821px, 2.364rem + ((1vw - 3.2px) * 2.514), 70px) !important;
}
.h2-tittle-stile span{
	font-size: clamp(33.419px, 2.089rem + ((1vw - 3.2px) * 2.077), 60px) !important;
}
.h3-tittle-stile span {
    font-size: clamp(31.152px, 1.947rem + ((1vw - 3.2px) * 1.863), 55px) !important;
}
.h4-tittle-stile span {
    font-size: clamp(24.034px, 1.502rem + ((1vw - 3.2px) * 1.247), 40px) !important;
    margin-top: -4px;
    display: block;
}
.btn-wh-trans a{
	transition: all .15s ease .05s;
}
.btn-wh-trans a:hover{
	border-width: 1px !important;
	border-color: #fff !important;
    background-color: #00000045 !important;
	text-decoration: none;
}
.hp-persos .img-1{
	margin-left: 30px;
    margin-right: -30px;
}
.hp-persos .img-2{
	margin-left: -65px;
    margin-right: -80px;
}
.hp-persos .img-3 img{
	position: relative;
    z-index: 2;
}
.hp-persos .img-4{
	margin-left: -115px;
}
.hp-persos .img-4 img{
	position: relative;
    z-index: 1;
}
.hp-persos .img-5{
	margin-left: -115px;
}
.hp-glg{
	margin-top: -150px;
}
.hp-glg img {
    position: relative;
    z-index: 3;
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.img-filter-white{
    filter: brightness(0) invert(1);
}
.img-filter-grena-f{
	filter: invert(30%) sepia(75%) saturate(2500%) hue-rotate(5deg) brightness(26%) contrast(100%);
}
.img--45deg{
	transform: rotate(-45deg);
}
.fl-w{
	/*margin-left: calc(var(--wp--preset--spacing--60) * -1) !important;
    margin-right: calc(var(--wp--preset--spacing--60) * -1) !important;*/
}
.box-ombre{
	box-shadow: 0px 0px 9px 9px #00000036 !important;
}
.box-ombre-2{
	box-shadow: 0px 0px 31px 0px #0000001A !important;
}
.info-box{
    margin-block-start: -115px !important;
    min-height: 350px;
    background: #fff;
	height: 100%;
	border-radius: 10px !important;
}
.info-box,
.info-box *{
	transition: all .15s ease .05s;
}
.info-box:hover{
	background:#460f14;
}
.info-box:hover .img-filter-grena-f{
	filter: brightness(0) invert(1);
}
.info-box:hover h3,
.info-box:hover p{
	color: #fff !important;
}
p strong{
	font-weight: 500;
}
.enquetes-sec {
    background-size: 27% !important;
}
.apres-enquetes-sec {
    margin-top: -15px;
}
.apres-enquetes-sec .bg {
    background-position: 0px 60px !important;
    background-size: auto 130% !important;
	transition: all 1.5s ease 0s;
}
.apres-enquetes-sec .bg:hover{
	background-position: 75px 30px !important;
}
.tbl-niveau.wp-block-table table{
	width:auto;
	margin: 0 auto;
}
.tbl-niveau.wp-block-table thead{
	border-bottom: none;
}
.tbl-niveau.wp-block-table th{
	font-weight: 700;
	text-align: left;
}
.tbl-niveau.wp-block-table td, 
.tbl-niveau.wp-block-table th {
    border: none;
	padding: .4em 1.2em;
}
.tbl-niveau.wp-block-table th:nth-child(2){
	white-space:nowrap;
}
.btn-scale{
	transition: all .15s ease-in-out;
}
.btn-scale:hover{
	transform: scale(1.1);
}
.btn-scale a:hover{
	text-decoration: none !important;
}
.mbr-b--115{
	margin-bottom: -115px !important;
}
.univ-card-img img{
	height: 130px;
    object-fit: cover;
    object-position: center;
	transition: all .25s ease-in-out;
}
.card-univ{
	overflow:hidden;
	height: 100%;
}
.card-univ .actions {
    position: absolute;
    width: 35px;
    margin: 0;
    padding: 0;
    top: 113px;
    right: 20px;
	opacity: 1;
	transition: all .25s ease-in-out;
}
.card-univ .actions .fermer{
	display: none;
}
.univ-card-txt{
	transition: all .25s ease-in-out;
	overflow: hidden;
}
.univ-card-txt p{
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.156), 16px) !important;
	line-height: 1.6 !important;
}
.card-univ.open .univ-card-txt{
	margin-block-end: -40px !important;
}
.card-univ.open .actions{
	top: 10px;
    right: 10px;
}
.card-univ.open .actions .fermer{
	display: block;
}
.card-univ.open .actions .ouvrir{
	display: none;
}
body .is-layout-flex.card-c-univ{
	position: relative;
	clear: both;
}
.bg-2-ct{
	background: #071218;
	background: linear-gradient(180deg,rgba(7, 18, 24, 1) 60%, rgba(255, 255, 255, 1) 60%);
}
.wwkt-run .wwkt::after{
	content:'';
	z-index:10;
	height:0;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:#fff;
	border-radius:0 0 15px 15px;
	transition: all .5s ease-in-out;
}
.wwkt-run .wwkt:not(.carousel-center)::after{
	height:var(--wp--preset--spacing--30);
}
.wwkt-run .wwkt:not(.carousel-center) .actions{
	opacity: 0;
}
.card-c-univ:not(.wwkt-run){
	gap: 2em 25px;
}
.card-c-univ.wwkt-run .wwkt:not(.carousel-center) .univ-card-img{
	cursor: pointer;
}
.inf-bg{
    background-position: -100% 50% !important;
	transition: all 1.5s ease 0s;
}
.inf-bg:hover{
	background-position: 30% 50% !important;
}
.ttl-big{
	font-size:clamp(44.14px, 2.759rem + ((1vw - 3.2px) * 3.192), 85px) !important;
}
.img-crd{
	height: 100%;
}
.img-crd img{
	object-fit: cover;
    height: 100%;
}
.dashicons-arrow-down:before {
    content: "\f347";
}
.dashicons-arrow-up:before {
    content: "\f343";
}
.wp-block-aab-accordion-block .aab__accordion_head{
	border-radius: 25px;
}
.wp-block-aab-accordion-block .aab__accordion_body {
    padding: 0px;
}
.wp-block-woocommerce-add-to-cart-form.page-cmd-j form.cart{
	display:block;
}
.wp-block-woocommerce-add-to-cart-form.page-cmd-j .g-ct-ct {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: start;
	gap: 20px;
}
.page-cmd-j .wc-block-components-quantity-selector:after{
	display: none;
}
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper.page-cmd-j form.cart div.wc-block-components-quantity-selector.quantity{
    width: 100%;
    border: solid 1px #071218;
    border-radius: 25px;
    margin: 0;
}
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper.page-cmd-j form.cart div.wc-block-components-quantity-selector.quantity label {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #071218;
    font-weight: 500;
	white-space: nowrap;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:active,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper.page-cmd-j .wc-block-components-quantity-selector input[type=number].input-text.qty.text {
    padding: 10px 0;
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper.page-cmd-j .shipping-info select.shipping-method-select{
	appearance: base-select;
	line-height: 32px;
	padding-left: 17px;
}
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper.page-cmd-j .shipping-info select.shipping-method-select::picker-icon {
    content: "\f347";
    font-family: dashicons;
    margin-right: 2px;
    padding-top: 2px;
	transition: 0.4s rotate;
}
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper.page-cmd-j .shipping-info select.shipping-method-select:open::picker-icon {
	rotate: 180deg;
}

.page-cmd-j .shipping-method-select {
    height: 36px;
    border: solid 1px #071218;
    border-radius: 25px;
    padding: 0 13px;
    width: 100%;
    font-family: var(--wp--preset--font-family--poppins);
    color: #071218;
    outline: none;
}
.page-cmd-j .ct-ct{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.page-cmd-j .product-price {
    padding: 0;
    margin: 7px 0 22px;
	white-space: nowrap;
}
.page-cmd-j .product-price #product-total-price {
    font-size: 18px;
    font-weight: 700;
}
.page-cmd-j .product-price #product-total-price .tax-label,
.page-cmd-j .shipping-price .tax-label,
.woocommerce div.product form.cart button.single_add_to_cart_button #button-total-price .tax-label{
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: text-top;
}
.page-cmd-j .shipping-price{
	font-weight: 400;
}
.page-cmd-j .shipping-price .tax-label{
	font-size: 10px;
    font-weight: 300;
}
.woocommerce div.product form.cart button.single_add_to_cart_button{
	padding-top: 0;
    padding-bottom: 0;
    min-height: 39px;
    border-radius: 25px;
    color: #fff;
    background: #460f14;
	font-size: 15px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button #button-total-price{
	font-size: 18px;
    font-weight: 700;
}
.woocommerce div.product form.cart button.single_add_to_cart_button .label-add-c{
    display: inline-block;
    margin-left: 50px;
	position: relative;
}
.woocommerce div.product form.cart button.single_add_to_cart_button .label-add-c:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('/wp-content/uploads/2025/07/add-t-c.jpg') no-repeat;
    background-size: 100%;
    left: -22px;
}
.bord-r15{
	border-radius: 15px;
}
.wc-block-components-notice-banner__content .wc-forward{
	display: none;
}
.btn-cmd-ctr{
    position: absolute;
    z-index: 999;
    right: -25px;
    top: 60vh;
}
.page-id-730 .btn-cmd-ctr,
.page-id-11 .btn-cmd-ctr,
.page-id-12 .btn-cmd-ctr,
.page-id-10 .btn-cmd-ctr{
	display: none;
}
.btn-cmd-link a {
    position: relative;
    opacity: 0.8;
    transition: all .15s ease;
    box-shadow: 0px 0px 9px 2px #000000a3;
}
.btn-cmd-link a:hover{
	text-decoration: none;
	opacity : 1;
}
.btn-cmd-link a:before {
    content: "\f174";
    display: block;
    position: absolute;
    top: 4px;
    font-family: dashicons;
    left: 13px;
    font-size: 16px;
}
.vdo-ctr {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* Ratio YouTube standard (16:9) */
  overflow: hidden;
}

.vdo-ctr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
}

/*******Formulaire contact*******/
.form-row{
	width: 100%;
}
.column-half, .column-full {
    float: left;
    position: relative;
    padding: 6px 0;
    width: 100%;
    margin: 0;
}
.column-full{}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .custom-in-file {
	width: calc(100% - 30px);
	padding: 8px 15px;
	border: solid 1px #071218;
	background: #fff;
	border-radius: 25px;
	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
	color:#071218;
	font-family: var(--wp--preset--font-family--poppins) !important;
	outline: none !important;
	font-weight:400;
	font-size: 13px;
}
.wpcf7 textarea{
	height: 90px;
}
.custom-in-file{
	display: block;
	white-space: nowrap;
}
.custom-in-file .wpcf7-form-control-wrap{
    display: inline-block;
    /*max-width: 50%;*/
    margin-left: 5px;
    color: #67D1C5;
    overflow: hidden;
    vertical-align: middle;
	position:relative;
}
.custom-in-file .wpcf7-form-control-wrap .wpcf7-file{
	font-size: 12px;
}
.custom-in-file:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	top:14px;
	right:14px;
	background:url(/wp-content/uploads/2025/05/i-download.png) center center no-repeat;
}
.custom-in-file input[type="file"]{
	border: none !important;
	outline: none !important;
}
.custom-in-file input[type="file"]::file-selector-button{
	display: none;
}
.wpcf7-not-valid{
	border: 1px solid #ef5555;
}
.wpcf7-not-valid-tip,
.wpcf7-list-item .wpcf7-list-item-label{
	font-family: var(--wp--preset--font-family--poppins) !important;
	font-weight:400;
	font-size: 12px;
	color: #071218;
}
.custom-in-file .wpcf7-not-valid-tip{
	color: #071218;
}
.wpcf7 input[type="text"]::placeholder, 
.wpcf7 input[type="email"]::placeholder, 
.wpcf7 input[type="tel"]::placeholder, 
.wpcf7 textarea::placeholder{
	color: #071218;
}
.wpcf7 input[type="checkbox"]{
	border: 1px solid #fff;
	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
	outline: none !important;
}
.wpcf7 .wpcf7-submit {
    border: solid 1px #460f14;
    background: #460f14;
    font-family: var(--wp--preset--font-family--poppins) !important;
    font-size: 15px;
    color: #fff;
    border-radius: 25px;
    padding: 4px 18px;
    outline: none !important;
    font-weight: 500;
}
.wpcf7 .wpcf7-submit:hover{
	background:#071218;
}
.wpcf7 .wpcf7-submit:disabled{
	opacity: .5;
}
.wpcf7-list-item {
    margin: 0 0 0 0;
}
.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    margin-left: 5px;
}
@media screen and (min-width: 660px) {
	.column-half{
		width: calc(50% - 6px);
	}
	.column-half:first-child{
		padding-right: 6px;
	}
	.column-half:last-child{
		padding-left: 6px;
	}
}
/********************************/

@media screen and (min-width: 600px) and (max-width: 1222px) {
	.header-top-gen .wp-block-navigation__container{
		gap: 25px !important;
	}
}

@media screen and (max-width: 781px) {
	.detect-list .img-crd img{
		border-radius: 15px 15px 0 0 !important;
	}
	
	.hp-big-bg{
		top: 75px !important;
	}
	.hp-b-ct{
		flex-direction: column-reverse;
	}
	.hp-bn-img figure{
		margin-top: 0 !important;
	}
	.hp-bn-txt h1.has-text-align-right{
		text-align: center;
	}
	.hp-bn-txt .wp-block-buttons.is-content-justification-right {
		justify-content: center;
	}
	.info-box {
		margin-block-start: 25px !important;
		min-height: auto;
	}
	.enquetes-sec {
		background-position: 90% 90% !important;
	}
	.apres-enquetes-sec .bg {
		background-position: left bottom !important;
		background-size: auto 75% !important;
	}
	.mob-mb-40{
		margin-bottom: 40px !important;
	}
	.mob-pt-115{
		padding-top: 115px !important;
	}
	.mob-pt-0{
		padding-top: 0px !important;
	}
	.mob-pt-15{
		padding-top: 15px !important;
	}
	.mob-txt-center{
		text-align:center;
	}
}

@media screen and (min-width: 600px) and (max-width: 781px) {
	.wp-site-blocks {
		margin-top: 87px;
	}
	.woocommerce-checkout .wp-site-blocks {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 599px) {
	.wp-block-navigation__responsive-container {
		padding: 25px !important;
	}
	.wp-block-navigation__responsive-container-close {
		left: 0;
		right:inherit;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: flex-start;
	}
	.wp-block-navigation.items-justified-right {
		--navigation-layout-justification-setting: flex-sta;
		--navigation-layout-justify: flex-start;
	}
	.wp-site-blocks {
		margin-top: 75px;
	}
	.woocommerce-checkout .wp-site-blocks {
		margin-top: 0px !important;
	}
	.hp-bn--{
		min-height: inherit !important;
		margin-bottom: 25px !important;
	}
	.apres-enquetes-sec .bg {
		background-size: auto 75% !important;
	}
	.grp-mob{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.grp-mob .wp-block-columns{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.grp-mob .wp-block-columns .mob-no-pd{
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: -5px !important;
		margin-right: -5px !important;
	}
	.grp-mob-no-pd{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.woocommerce div.product form.cart button.single_add_to_cart_button {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.woocommerce div.product form.cart button.single_add_to_cart_button .label-add-c {
		margin-left: 16px;
		position: relative;
	}
}

@media screen and (max-width: 781px) {
	footer > .wp-block-group > .wp-block-group > .wp-block-columns{
		gap: 0 !important;
	}
	footer .wp-image-96{
		margin-bottom: 15px !important;
	}
	footer .wp-block-column nav,
	footer .wp-elements-f1b15bab7f0f27b72d06c95fecb204a7{
		margin-left: 19px !important;
	}
	footer .wp-block-navigation .wp-block-navigation-item{
		margin-bottom: 4px !important;
	}
	
	body.woocommerce-account .wp-site-blocks main{
		padding-left: 25px;
		padding-right: 25px;
	}
}

.wc-block-product-gallery-thumbnails__thumbnail img{
	border-radius: 5px;
	outline: none !important;
}

.stock-message {
    font-size: 14px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #f8f9fa;
}
.stock-quantity {
    font-weight: bold;
    font-size: 20px;
}
.stock-high {
    color: #28a745; /* Vert */
}
.stock-low {
    color: #dc3545; /* Rouge */
}
.stock-error {
    color: #dc3545;
    font-weight: bold;
}
.stock-info {
    color: #6c757d;
    font-style: italic;
}
.list-mats{
	list-style-type: '-   ';
}
.img-actu{
	background: #061016;
    border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.img-actu.detail{
	border-radius: 10px;
}
.img-actu img{
	transition: all .30s ease-in-out;
}
.blk-actu-h{
	/*transition: all .2s ease-in-out;*/
}
.blk-actu-h:hover{
	background:#460f14 !important;
}
.blk-actu-h:hover .blk-actu-int *{
	color: #fff !important;
}
.blk-actu-h:hover .img-actu img{
	transform: scale(1.05);
}
#sb_instagram .sbi_follow_btn a {
    background: rgb(70 15 20 / 66%) !important;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    padding: 10px 30px;
	margin-top: 25px;
}
#sb_instagram .sbi_follow_btn a:hover{
	background: rgb(70 15 20) !important;
}
#sb_instagram .sb_instagram_header, .sb_instagram_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
element.style {
    font-size: 36px;
    color: #460f14;
}
.sb_instagram_header.sbi_medium .sbi_header_text h3{
	font-size: 36px !important;
    color: #460f14;
}
#sb_instagram #sbi_images .sbi_item {
	border-radius: 10px;
	box-shadow: 0px 0px 9px 6px #00000017;
}
#sb_instagram svg:not(:root).svg-inline--fa {
    height: 1.5em;
    vertical-align: middle;
}
body.woocommerce-account .wp-site-blocks main{
	background-image: url('https://www.lesmysteresdethornfield.fr/wp-content/uploads/2025/07/bg-sc.jpg');
    background-position: 0% 0%;
    background-size: cover;
	margin-top: 0 !important;
	color: #060f14;
}
body.woocommerce-account .wp-site-blocks main a{
	color: #060f14 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 1em 0 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	font-weight: 500;
}
.woocommerce-account .woocommerce-button, .woocommerce-account .button {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 39px;
    border-radius: 25px;
    color: #fff !important;
    background: #460f14;
    font-size: 15px;
    line-height: 38px;
}
.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    color: #fff !important;
}
.woocommerce-checkout .wc-block-components-button,
[name="woocommerce_checkout_place_order"]{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 39px;
    border-radius: 25px;
    color: #460f14;
    background: #fff;
    font-size: 15px;
    line-height: 38px;
	float: inherit !important;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    font-size: 17px;
    font-weight: 600;
}
.woocommerce-form-login-toggle .showlogin,
.woocommerce-form-coupon-toggle .showcoupon{
    color: rgb(70,15,20);
    font-weight: 500;
}
.woocommerce-page .woocommerce-form-coupon .button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    background-color: #856164;
    color: #fff;
    border-radius: 40px;
}
.page-id-11 .lost_password a {
    color: #fff;
    font-weight: 300;
	font-size: 13px;
}