#place_order.ppcp-hidden{display:none!important}.ppcp-disabled{cursor:not-allowed;filter:grayscale(100%)}.ppcp-disabled *{pointer-events:none}.ppc-button-wrapper .ppcp-messages:first-child{padding-top:10px}.woocommerce-SavedPaymentMethods-token:has(#ppcp-vault-component){align-items:center;display:flex;gap:8px}.woocommerce-SavedPaymentMethods-token:has(#ppcp-vault-component) #ppcp-vault-component{flex:1;overflow:hidden}#ppc-button-ppcp-gateway{line-height:0}#ppc-button-ppcp-gateway div[class^=item-]{margin-top:14px}#ppc-button-ppcp-gateway div[class^=item-]:first-child{margin-top:0}#ppc-button-minicart{display:block;line-height:0}.ppcp-button-apm{--apm-button-border-radius:4px;border-radius:var(--apm-button-border-radius);height:45px;line-height:0;margin-top:14px;max-width:750px;min-width:0;overflow:hidden}.ppcp-button-apm.ppcp-button-pill{--apm-button-border-radius:50px}.ppcp-button-apm.ppcp-button-minicart{display:block}.ppcp-width-min .ppcp-button-apm{height:35px}.ppcp-width-300 .ppcp-button-apm{height:45px}.ppcp-width-500 .ppcp-button-apm{height:55px}.wp-block-woocommerce-cart .ppcp-button-apm,.wp-block-woocommerce-checkout .ppcp-button-apm{margin:0;min-width:0}.wp-admin .ppcp-button-apm{pointer-events:none}

/* Base styles
----------------------------------------------------------------------------- */
.spu-box,
.spu-box *{
	box-sizing: border-box;
}
.wppopups-whole{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
    z-index: 999998;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spu-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
.spu-box:before,
.spu-box:after {
	content:"";
	display:table;
}
.spu-box:after {
	clear:both;
}
.spu-box {
	zoom:1;
}
.spu-box {
	position:fixed;
	z-index: 999999;
	width: 100%;
    max-height: 100vh;
}
.spu-box img{
	max-width: 100%;
	height: auto;
}

.spu-box img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Positions
----------------------------------------------------------------------------- */
.spu-box.spu-position-top-left{
    top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-position-top-right{
    top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-position-top-center{
    top: 0; right: auto; bottom: auto; left: auto;
}

.spu-box.spu-position-bottom-left{
    bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-position-bottom-right{
    bottom: 0; right: 0; top: auto; left: auto;
}
.spu-box.spu-position-bottom-center{
    top: auto; right: auto; bottom: 0; left: auto;
}

.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    position: fixed;
}
.spu-box.spu-position-top-bar{
    top: 0;
}
.spu-box.spu-position-bottom-bar{
    bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-fields-container,
.spu-box.spu-position-top-bar .spu-content .spu-fields-container{
    padding: 0;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}
.spu-box.spu-position-bottom-bar .spu-content > *,
.spu-box.spu-position-top-bar .spu-content > *{
    margin-left: 20px;
    margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-form,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-top-bar .spu-content .spu-optin-form {
    display: inline-flex;
    margin-bottom: 0;
}
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr{
    margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr ,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr {
    margin-left: 20px;
    margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields .spu-fields ,
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields .spu-fields {
    min-width: 250px;
}
.spu-box.spu-position-bottom-bar .spu-content button.spu-fields.spu-submit ,
.spu-box.spu-position-top-bar .spu-content button.spu-fields.spu-submit {
    width: 120px;
    margin-left: 20px;
}
/* Close
----------------------------------------------------------------------------- */
.spu-close{
    position:absolute;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    line-height: .5;
    text-decoration: none;
    cursor: pointer;
    z-index: 9999;
}
html .spu-box a.spu-close {
    text-decoration: none;
}
.spu-close-top_right{
    right:8px;
    top:5px;
}
.spu-close-top_left{
    left:8px;
    top:5px;
}
.spu-close-bottom_right{
    right:8px;
    bottom:5px;
}
.spu-close-bottom_left{
    left:8px;
    bottom:5px;
}
.spu-close:hover,
.spu-close:focus {
    text-decoration: none;
    display: block;
}
/* Powered
----------------------------------------------------------------------------- */
p.spu-powered {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0px;
}
p.spu-powered a{
    color: #ccc;
    text-decoration: underline;
}
.spu-box.spu-scrollable p.spu-powered {
    display: none;
}



/* =========================================================================
    Addon Styles
============================================================================ */
.spu-addon-container {
    text-align: center;
    margin: 36px 32px 44px;
}

.spu-addon-container:after {
    clear: both;
    content: " ";
    display: table;
}

.spu-addon-title {
    font-size: 24px;
}

.spu-addon-msg {
    font-size: 17px;
}

.spu-input-text {
    background-color: #fff;
    width: 49%;
    height: 44px;
    border: 1px solid #cdd1d4;
    -webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    -moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    border-radius: 3px;
    font-size: 18px;
    line-height: 38px;
    padding: 4px 6px;
    overflow: hidden;
    outline: none;
    margin: 0;
    vertical-align: middle;
}

.spu-button {
    display: block;
    -webkit-box-shadow: 0 1px 1px -1px #fff inset;
    -moz-box-shadow: 0 1px 1px -1px #fff inset;
    box-shadow: 0 1px 1px -1px #fff inset;
    -webkit-text-shadow: #888 -0 0 1px;
    -moz-text-shadow: #888 -0 0 1px;
    text-shadow: #888 0 0 1px;
    font-size: 15px;
    padding: 10px 12px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    height: auto;
    width: 35%;
    border: 0;  
}

.spu-button-bg {
    width: 100% !important;
}

.spu-inline {
    display: inline-block !important;
}

.spu-errors {
    color: red;
    text-align: center;
    margin-top: 20px;
}


/* =========================================================================
   Optin fields
   ========================================================================== */
.spu-optin-form .spu-helper-fields{
    display: none;
}
.spu-fields-container{
    padding: 36px 32px 44px;
    position: relative;
}
.spu-fields.spu-name,
.spu-fields.spu-email{
    background-color: #fff;
    width: 100%;
    height: 48px;
    border: 1px solid #cdd1d4;
    -webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    -moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
    border-radius: 3px;
    font-size: 18px;
    line-height: 38px;
    padding: 4px 6px;
    overflow: hidden;
    outline: none;
    margin: 0 0 20px 0;
    vertical-align: middle;
    display: block;
}
.spu-fields.spu-submit{
    background: #50bbe8;
    border: 1px solid #429bc0;
    -webkit-box-shadow: 0 1px 1px -1px #fff inset;
    -moz-box-shadow: 0 1px 1px -1px #fff inset;
    box-shadow: 0 1px 1px -1px #fff inset;
    -webkit-text-shadow: #888 -0 0 1px;
    -moz-text-shadow: #888 -0 0 1px;
    text-shadow: #888 -0 0 1px;
    width: 24%;
    color: #fff;
    font-size: 16px;
    padding: 10px 6px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline;
    margin: 0;
    height: auto;
}
.spu-fields.spu-submit i{
    display: none;
}
.spu-optin-fields {
    display: block;
}
.spu-optin-fields.spu-inline-fields {
    display: flex;
    margin-bottom: 20px;
}
.spu-optin-fields.spu-inline-fields .spu-fields{
    margin-bottom: 0px;
}
.spu-optin-fields.spu-inline-fields .spu-fields.spu-name {
    margin-right: 20px;
}
.spu-fields.spu-email{
    margin-right: 0;
}
.spu-fields.spu-submit {
    width: 100%;
    max-width: 100%;
}
.spu-fields.spu-submit span{
    transition: all 1s;
    opacity:1;
}
.spu-fields.spu-submit svg{
    display:none;
    margin:0 auto;
    transition: all 1s;
}
.spu-fields.spu-submit svg path,
.spu-fields.spu-submit svg rect{
    fill: #fff;
}
.spu-fields.spu-submit.spu-sending span{
    display: none;
    opacity: 0;
}
.spu-fields.spu-submit.spu-sending svg{
    display: block;
    opacity: 1;
}
.optin-errors {
    color: red;
    text-align: center;
    margin-top: 20px;
}

/* ==========================================================================
    Auto close
   ========================================================================== */
span.spu-timer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: right;
    padding: 0 10px;
}

@media all and (max-width: 568px){
    .spu-box{
        max-width: 90vw !important;
    }
    .spu-box.spu-position-fullscreen,
    .spu-box.spu-position-top-bar,
    .spu-box.spu-position-bottom-bar{
        max-width: 100vw !important;
    }
    .spu-box.spu-position-bottom-bar .spu-content,
    .spu-box.spu-position-top-bar .spu-content {
        flex-flow: column;
    }
    .pop-up-text2{
        margin-bottom: 25px !important;
    }
}
@media only screen and (max-width: 1080px) {
	.dd-header-bottom {
		height: 15px;
	}
	.dd-header-bottom ul {
		display: none !important;
	}
}
#menu-shop-menu > li:not(.is-button) > a {
	padding: 0.625rem 1.5625rem 0.79rem !important;
}

p:has(iframe[name*="gform_ajax_frame_"]) {
	position: absolute;
	pointer-events: none;
}

.gform-footer br {
	display: none;
}
.gform-footer p:empty {
	display: none;
}

#menu-shop-menu > li > a::after {
	content: "";
	width: 100%;
	display: block;
	height: 1px;
	margin-top: -5px;
}
#menu-shop-menu > li.current-menu-item:not(.is-button) a::after,
#menu-shop-menu > li.current-menu-ancestor:not(.is-button) a::after {
	background: #fff;
}
#menu-shop-menu li.is-button > a {
	background: #bcb0a0;
	color: #5b5545;
	padding: 0.15rem 1.2625rem 0.35rem;
	margin-block: 0.4em;
}
#menu-shop-menu li.is-button > a:where(:hover, :focus-visible) {
	background: #fff !important;
}
.dd-header-bottom nav > .dd-search-opener {
	margin-left: 5px;
}
.dd-header-bottom nav > ul {
	border-right: none !important;
}

@media only screen and (min-width: 1500px) {
	.dd-header-bottom nav ul li:not(.is-button) a {
		padding-inline: 1.85em !important;
	}
}
select {
	font: inherit;
}
body #dd-main-body .dd-button,
body #dd-main-body .dd-button.disabled,
body #dd-main-body .dd-button.disabled[disabled],
body #dd-main-body .dd-button:disabled,
body #dd-main-body .dd-button:disabled[disabled],
body #dd-main-body .woocommerce #respond input#submit.alt,
body #dd-main-body .woocommerce #respond input#submit.alt.disabled,
body #dd-main-body .woocommerce #respond input#submit.alt.disabled[disabled],
body #dd-main-body .woocommerce #respond input#submit.alt:disabled,
body #dd-main-body .woocommerce #respond input#submit.alt:disabled[disabled],
body #dd-main-body .woocommerce a.button.alt,
body #dd-main-body .woocommerce a.button.alt.disabled,
body #dd-main-body .woocommerce a.button.alt.disabled[disabled],
body #dd-main-body .woocommerce a.button.alt:disabled,
body #dd-main-body .woocommerce a.button.alt:disabled[disabled],
body #dd-main-body .woocommerce button.button.alt,
body #dd-main-body .woocommerce button.button.alt.disabled,
body #dd-main-body .woocommerce button.button.alt.disabled[disabled],
body #dd-main-body .woocommerce button.button.alt:disabled,
body #dd-main-body .woocommerce button.button.alt:disabled[disabled],
body #dd-main-body .woocommerce input.button.alt,
body #dd-main-body .woocommerce input.button.alt.disabled,
body #dd-main-body .woocommerce input.button.alt.disabled[disabled],
body #dd-main-body .woocommerce input.button.alt:disabled,
body #dd-main-body .woocommerce input.button.alt:disabled[disabled],
body #dd-main-body .wpcf7-submit,
body #dd-main-body .wpcf7-submit.disabled,
body #dd-main-body .wpcf7-submit.disabled[disabled],
body #dd-main-body .wpcf7-submit:disabled,
body #dd-main-body .wpcf7-submit:disabled[disabled],
body #dd-main-body input[type="submit"],
body #dd-main-body input[type="submit"].disabled,
body #dd-main-body input[type="submit"].disabled[disabled],
body #dd-main-body input[type="submit"]:disabled,
body #dd-main-body input[type="submit"]:disabled[disabled],
body #dd-main-body .woocommerce .cart .button,
body #dd-main-body .woocommerce .cart .button.disabled,
body #dd-main-body .woocommerce .cart .button.disabled[disabled],
body #dd-main-body .woocommerce .cart .button:disabled,
body #dd-main-body .woocommerce .cart .button:disabled[disabled],
body #dd-main-body .woocommerce .cart .button,
body #dd-main-body .woocommerce .cart .button.disabled,
body #dd-main-body .woocommerce .cart .button.disabled[disabled],
body #dd-main-body .woocommerce .cart .button:disabled,
body #dd-main-body .woocommerce .cart .button:disabled[disabled],
body #dd-main-body .woocommerce button.button,
body #dd-main-body .woocommerce button.button.disabled,
body #dd-main-body .woocommerce button.button.disabled[disabled],
body #dd-main-body .woocommerce button.button:disabled,
body #dd-main-body .woocommerce button.button:disabled[disabled],
body #dd-main-body table.woocommerce-orders-table a.button,
body #dd-main-body table.woocommerce-orders-table a.button.disabled,
body #dd-main-body table.woocommerce-orders-table a.button.disabled[disabled],
body #dd-main-body table.woocommerce-orders-table a.button:disabled,
body #dd-main-body table.woocommerce-orders-table a.button:disabled[disabled],
body #dd-main-body .woocommerce a.button,
body #dd-main-body .woocommerce a.button.disabled,
body #dd-main-body .woocommerce a.button.disabled[disabled],
body #dd-main-body .woocommerce a.button:disabled,
body #dd-main-body .woocommerce a.button:disabled[disabled],
body #dd-main-body .dd-product-slide-product .button {
	font-family: "cormorant-garamond","cormorant-garamond Fallback", serif !important;
	padding-block: 0.9em !important;
	font-size: 16px;
}

body .dd-button.dd-third.dd-fourth:not(:where(:hover, :focus)) {
	background-color: #bcb0a0 !important;
}
body .dd-button.dd-third.dd-fourth {
	border: none !important;
}

body #dd-main-body .dd-button.dd-outline:where(:hover, :focus-visible),
body #dd-main-body .woocommerce .cart .button[name="apply_coupon"]:where(:hover, :focus-visible) {
	color: #ffffff !important;
	background-color: transparent !important;
}

body #dd-main-body .dd-hero .dd-slide .dd-button {
	padding-block: 0.8em !important;
	font-size: 18px !important;
	margin-top: 0.5em !important;
	width: 225px;
	box-sizing: border-box;
}
body #dd-main-body .dd-hero .dd-slide p:has(.dd-button + .dd-button) {
	display: flex;
	gap: 10px;
	flex-grow: 1;
	flex-wrap: wrap;
	justify-content: center;
}

body #dd-main-body .dd-hero .dd-slide .dd-button {
	margin: 0 !important;
}

body #dd-main-body .dd-hero.is-style-alt .dd-slide {
	height: auto !important;
	min-height: var(--hero-height, 621px) !important;
	display: flex !important;
	align-items: center;
	padding-block: 2.625rem !important;
}

body #dd-main-body .dd-hero.is-style-alt .dd-hero_overlay {
	margin: 0 auto !important;
}

p:last-child .dd-button {
	margin-bottom: 0;
}

.dd-top-half {
	box-sizing: border-box;
}

.dd-build-page .dd-reviews-slider.dd-container,
.dd-build-page .dd-selling-points .dd-container,
.dd-build-page .dd-container.dd-page-slider,
.dd-build-page .dd-container.dd-home-top {
	width: 1247px !important;
}
.dd-home-top-half .dd-top-block-text h1,
.dd-home-top-half .dd-top-block-text h2 {
	margin-bottom: 14px;
}
.dd-home-top-half .dd-top-block-text h1 + p,
.dd-home-top-half .dd-top-block-text h2 + p {
	margin-top: 0;
}
@media only screen and (min-width: 760px) {
	.dd-build-page .dd-container.dd-home-top .dd-top-block-one .dd-top-block-text {
		padding-block: 47px;
	}
	.dd-build-page .dd-container.dd-home-top .dd-top-block-one:not(:first-child) {
		padding-top: 48px;
	}
	.dd-build-page .dd-container.dd-home-top .dd-top-block-one:not(:last-child) {
		padding-bottom: 48px;
	}
	.dd-build-page .dd-container.dd-home-top.is-style-alt .dd-top-block-one:nth-child(odd) .dd-top-block-text {
		order: 2;
	}

	.dd-build-page .dd-container.dd-home-top.is-style-alt .dd-top-block-one:nth-child(even) .dd-top-block-text {
		order: -1;
	}
	.dd-build-page .dd-container.dd-home-top.is-style-alt .dd-top-block-one:nth-child(odd) .dd-top-block-text {
		padding-left: 60px;
		padding-right: 0;
	}

	.dd-build-page .dd-container.dd-home-top.is-style-alt .dd-top-block-one:nth-child(even) .dd-top-block-text {
		padding-right: 60px;
		padding-left: 0;
	}
}

.dd-build-page .dd-container.dd-home-top .dd-top-block-one {
	padding-top: 0;
}

.dd-build-page .dd-container.dd-home-top .slick-track {
	height: 100%;
	display: flex !important;
}

.dd-build-page .dd-container.dd-home-top .slick-slide {
	height: 100% !important;
}
.dd-build-page .dd-container.dd-home-top .slick-slide div {
	height: 100%;
}

.dd-page-slider .dd-page-slide-page {
	height: 492px;
	background-size: cover;
	position: relative;
}
.dd-page-slider .dd-page-slide-page::before {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 40%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	opacity: 0.5;
}
.dd-page-slider .dd-page-slide-page > a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
}
.dd-page-slider .dd-page-slide-page .dd-page-slide-inner {
	display: flex;
	align-items: flex-end;
	height: 100%;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	flex-wrap: wrap;
	background-size: cover;
}

.dd-page-slider .dd-page-slide-page .dd-page-slide-inner h3 {
	margin: 0;
	font-weight: 600;
	font-size: 32px;
	color: #fff !important;
	width: 100%;
	line-height: 1.15;
	text-transform: none;
}

.dd-reviews-slider .dd-slider-arrow,
.dd-page-slider .dd-slider-arrow,
.dd-section-image-text .dd-slider-arrow {
	background-color: #fff;
	border: none;
	font-size: 22px;
	color: #000000;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
}
.dd-reviews-slider .dd-slider-arrow.dd-slider-arrow-next,
.dd-page-slider .dd-slider-arrow.dd-slider-arrow-next {
	left: auto;
	right: 0;
}
.dd-section-image-text .dd-slider-arrow {
	left: -25px;
}
.dd-section-image-text .dd-slider-arrow.dd-slider-arrow-next {
	right: -25px;
	left: auto;
}

.dd-page-slider .dd-page-slide-page .dd-page-slide-inner p {
	margin-top: 0;
	transition: ease-in-out height 0.2s;
	height: 0;
	overflow: hidden;
	interpolate-size: allow-keywords;
	z-index: 5;
	position: relative;
}
.dd-page-slider .dd-page-slide-page .dd-page-slide-inner p a {
	margin-top: 15px;
	z-index: 5;
}

.dd-page-slider .dd-page-slide-page:where(:hover, :focus-visible) .dd-page-slide-inner p {
	height: auto;
}

@media only screen and (max-width: 960px) {
	.dd-page-slider .dd-page-slide-page .dd-page-slide-inner h3 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 600px) {
	.dd-page-slider .dd-page-slide-page .dd-page-slide-inner h3 {
		font-size: 24px;
	}
	.dd-page-slider .slick-slide {
		margin: 0 10.5px;
	}

	/* the parent */
	.dd-page-slider .slick-list {
		margin: 0 -10.5px;
	}
}
@media only screen and (min-width: 600px) {
	.dd-page-slider .slick-list {
		padding-right: 60px;
	}

	.dd-page-slider .slick-slide {
		margin: 0 22.5px;
	}

	.dd-page-slider .slick-list {
		margin: 0 -22.5px;
	}
	.dd-page-slider .dd-slider-arrow.dd-slider-arrow-next {
		left: auto;
		right: -22.5px;
	}
}

.dd-hero.is-style-alt .dd-slide .dd-container {
	padding-left: 0;
}
.dd-hero.is-style-alt.has-overlay .dd-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(12, 11, 8, 0.64);
	left: 0;
	top: 0;
	z-index: -1;
}
.dd-hero.is-style-alt.has-overlay .dd-slide .dd-text > h1 {
	font-size: 56px !important;
	margin-bottom: 13px;
}
.dd-hero.is-style-alt.has-overlay .dd-slide .dd-text > h1 + p {
	margin-top: 0;
}
.dd-hero.is-style-alt.has-overlay .dd-slide .dd-text p {
	line-height: 1.5882352941;
}
.dd-hero.is-style-alt.has-overlay .dd-slide .dd-text p:has(.wp-element-button) {
	margin-top: 20px;
}

.dd-build-page h2 {
	font-size: 44px;
	font-size: 2.75rem;
}

.dd-build-page > section {
	padding-block: 47px;
}

.dd-build-page > section.dd-gallery-section:has(+ section.dd-gallery-section) {
	padding-bottom: 0;
}
.dd-build-page > section.dd-gallery-section + section.dd-gallery-section {
	padding-top: 0;
}

.dd-build-page:has(.dd-selling-points:first-child) {
	padding-top: 0;
}
.dd-build-page:has(.dd-selling-points:last-child) {
	padding-bottom: 0;
}

.dd-selling-points {
	background: #f6f6f4;
	margin-block: 47px;
}
.dd-selling-points:first-child {
	margin-top: 0;
}
.dd-selling-points:last-child {
	margin-bottom: 0;
}

.dd-selling-points .dd-container {
	display: flex;
	gap: 60px;
	overflow: auto;
}

.dd-selling-points .dd-point {
	display: flex;
	align-items: center;
	gap: 20px;
	min-width: 320px;
}
.dd-selling-points .dd-point p {
	font-size: 1rem;
	color: #000;
	line-height: 1.4;
}
.dd-selling-points .dd-point-icon {
	flex-grow: 0;
	flex-shrink: 0;
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5b5545;
	border: 1px solid #5b5545;
}

.dd-selling-points .dd-point-icon svg {
	fill: #5b5545;
	width: 23px;
}

@media only screen and (max-width: 550px) {
	.dd-selling-points .dd-container {
		gap: 30px;
	}
	.dd-selling-points .dd-point-icon {
		width: 45px;
		height: 45px;
	}
	.dd-selling-points .dd-point-icon svg {
		width: 18px;
	}
	.dd-selling-points .dd-point {
		min-width: 250px;
	}
}

.dd-review-slide {
	background: #f6f6f4;
	padding: 45px;
	box-sizing: border-box;
}

@media only screen and (min-width: 600px) {
	.dd-reviews-slider .slick-slide {
		margin: 0 17.5px;
	}

	.dd-reviews-slider .slick-list {
		margin: 0 -17.5px;
	}
}

.dd-review-slide h3 {
	font-size: 28px;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 13px;
	color: #000!iportant;
	line-height: 1.2;
}

.dd-review-slide p {
	margin-block: 10px;
	color: #000!iportant;
}

.dd-reviews-slides .slick-track {
	display: flex !important;
}

.dd-reviews-slides .slick-slide {
	height: inherit !important;
	display: flex;
	background: #f6f6f4;
}
.dd-reviews-slides .dd-reviews-readmore {
	margin-top: -5px;
}
.dd-reviews-slides .dd-reviews-readmore button {
	border: none;
	color: #5b5545 !important;
	padding: 0;
	background: transparent !important;
	text-decoration: underline;
}
.dd-reviews-slider .dd-slider-arrow {
	transform: translateX(-50%) translateY(-50%);
}
.dd-reviews-slider .dd-slider-arrow.dd-slider-arrow-next {
	transform: translateX(50%) translateY(-50%);
}

.dd-popover > div h3 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 15px;
}

.dd-popover > div p.dd-review-person {
	text-align: center;
	margin-top: 0;
}

body:has(.dd-popover[open]) {
	overflow: hidden;
}

.dd-popover {
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, overlay 0.2s ease-in-out allow-discrete, display 0.2s ease-in-out allow-discrete;
	opacity: 0;
	transform: translateY(40px);
	width: 100%;
	overflow: auto;
	border: none;
	max-height: calc(100vh - 60px);
	background: transparent;
	margin: 0;
	padding: 60px 0;
	max-width: 100%;
	/* pointer-events: none; */
}

.dd-popover > div {
	padding: 60px;
	box-sizing: border-box;
	width: 600px;
	margin: 0 auto 60px;
	background: #fff;
	position: relative;
	height: auto;
	max-width: 95%;
	pointer-events: auto;
}
.dd-popover > div * {
	pointer-events: auto;
}

@media only screen and (max-width: 500px) {
	.dd-popover > div {
		padding: 30px;
	}
}

.dd-popover > div button[data-ddpopovertarget] {
	position: absolute;
	top: -10px;
	right: 0;
	border: none !important;
	background: transparent;
	font-size: 20px;
	transform: translateY(-100%);
	background: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dd-popover::backdrop {
	transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete, background-color 0.5s;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: auto;
}

.dd-popover[open] {
	opacity: 1;
	transform: translateY(0);
}

@starting-style {
	.dd-popover[open] {
		opacity: 0;
		transform: translateY(40px);
	}
}

details {
	overflow: hidden;
	box-sizing: border-box;
	border: none;
	padding: 23px 0;
	margin-top: -1px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

details summary h3 {
	font-size: 25px;
	text-transform: none;
}
details summary {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

details summary::after {
	line-height: 0;
	flex-shrink: 0;
	content: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.75763 9.0625H18.0076V10.4375H9.75763V18.6875H8.38263V10.4375H0.132629V9.0625H8.38263V0.8125H9.75763V9.0625Z' fill='black'/%3E%3C/svg%3E%0A");
}

details[open] summary::after {
	content: url("data:image/svg+xml,%3Csvg width='19' height='2' viewBox='0 0 19 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3826 1.4375H0.507629V0.0625H18.3826V1.4375Z' fill='black'/%3E%3C/svg%3E%0A");
}

.dd-accordion-text {
	height: 0;
	display: none;
	transition: display 0.3s allow-discrete, height 0.2s allow-discrete;
	overflow: hidden;
	margin-top: 20px;
}
details[open] .dd-accordion-text {
	height: auto;
	height: calc-size(auto, size);
	display: block;
}

@starting-style {
	details[open] .dd-accordion-text {
		height: 0;
	}
}

.dd-section-map-text .dd-top-block-image {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.dd-section-map-text .dd-top-block-image > div:first-child {
	flex-grow: 1;
	height: auto !important;
	min-height: 365px;
}
.dd-section-map-text .dd-top-block-image > div:only-child {
	min-height: 100%;
}
.dd-section-map-text .dd-map-description {
	flex-grow: 0;
	height: auto !important;
}
.dd-section-map-text .dd-top-block-text {
	align-self: center;
}
.dd-section-map-text .dd-map-description:empty {
	display: none;
}
.dd-section-map-text .dd-map-description h3,
.dd-section-map-text .dd-map-description h4,
.dd-section-map-text .dd-map-description h1,
.dd-section-map-text .dd-map-description h2,
.dd-section-map-text .dd-map-description h5 .dd-section-map-text .dd-map-description h6 {
	font-size: 28px;
	text-transform: none;
	margin-bottom: 15px;
}

.dd-section-map-text .dd-map-description p:not(:first-child) {
	margin-top: 15px;
}
@media only screen and (min-width: 760px) {
	.dd-section-map-text .dd-top-block-one {
		display: flex;
		gap: 60px;
	}
	.dd-section-map-text .dd-top-block-text {
		padding: 0 !important;
	}
}
@media only screen and (max-width: 759px) {
	.dd-section-map-text .dd-top-half.dd-top-block-image {
		height: auto;
	}
}

.dd-2025-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.dd-2025-form p {
	margin: 0;
}
.dd-2025-form p > br:first-child,
.dd-2025-form p + br {
	display: none;
}

.dd-2025-form *:where(.wpcf7-text, .wpcf7-textarea, textarea, select, .wpcf7-datepicker) {
	font-size: 1rem !important;
	padding: 0.67rem 0.9375rem !important;
	line-height: 1.4;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	width: 100%;
	color: #000 !important;
}

.dd-2025-form *:where(.wpcf7-text, .wpcf7-textarea, textarea, select, .wpcf7-datepicker)::placeholder {
	color: #000 !important;
}

.dd-2025-form p:has(strong) {
	margin: 11px auto;
}
.dd-2025-form p strong {
	margin-bottom: 12px;
	display: block;
}
.dd-2025-form p strong + br {
	display: none;
}

.dd-2025-form .wpcf7-datepicker {
	appearance: none;
	background-repeat: no-repeat;
	background-position: 0.9375rem 50%;
	padding-left: 2.7rem !important;
}
.dd-2025-form select {
	appearance: none;
	background-repeat: no-repeat;
	background-position: calc(100% - 0.9375rem) 50%;
	padding-right: 2rem !important;
}
.dd-2025-form .wpcf7-submit {
	margin-top: 11px;
}
.dd-2025-form .wpcf7-submit:not(:hover) {
	background: #bcb0a0 !important;
}

@media only screen and (max-width: 600px) {
	.dd-2025-form .wpcf7-submit {
		width: 100%;
		box-sizing: border-box;
	}
}
.dd-2025-form {
	position: relative;
}
.dd-2025-form .wpcf7-spinner {
	position: absolute;
}
.dd-2025-form ~ .wpcf7-response-output {
	margin-inline: 0 !important;
}
.dd-button-checkbox {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.dd-button-checkbox > span {
	margin: 0;
	width: calc(25% - 7.5px);
	display: block;
}
@media only screen and (max-width: 1200px) {
	.dd-button-checkbox > span {
		min-width: 200px;
		flex-grow: 1;
	}
}
@media only screen and (max-width: 600px) {
	.dd-button-checkbox > span {
		flex-grow: 1;
	}
}
.dd-button-checkbox label {
	margin: 0;
	display: block;
	text-align: center;
	font-size: 16px;
	border: 1px solid #bcb0a0;
	width: 100%;
	padding: 9px;
	box-sizing: border-box;
	line-height: 1.1;
	cursor: pointer;
}

.dd-button-checkbox label:has(input:checked) {
	background: #bcb0a0;
	color: #fff;
}

.dd-button-checkbox label input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	pointer-events: none;
}

body #dd-footer {
	background: #575757;
}
body #dd-footer .dd-copyright {
	margin-top: 53px;
	padding-top: 20px;
	border-top: 1px solid #454545;
}
body #dd-footer .dd-copyright p,
body #dd-footer .dd-copyright p a {
	color: #1c1c1c;
	font-size: 12px !important;
}
body #dd-footer .dd-copyright p a {
	text-decoration: underline;
}

.footer-appointment a.dd-button {
	width: auto !important;
	font-size: 16px;
}
.footer-appointment a.dd-button:not(:where(:hover, focus-visible)) {
	background: #282828;
}

#dd-footer a:not(.dd-button),
#dd-footer li,
#dd-footer p {
	font-size: 14px !important;
}

#dd-footer .dd-social-links {
	margin-top: 25px;
}
#dd-footer .dd-social-links a {
	font-size: 15px !important;
	width: 34px !important;
	height: 34px !important;
	line-height: 34px !important;
}

img.pswp__img {
	min-width: auto !important;
	min-height: auto !important;
}

@media only screen and (max-width: 1090px) {
	.dd-search {
		z-index: 9999999 !important;
		align-items: safe center !important;
		padding-block: 20px;
		overflow: auto;
	}

	body:has(.dd-search.dd-open) #assistantPopup {
		display: none !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}
}

.woocommerce .woocommerce-product-gallery .dd-arrow {
	display: flex !important;
	z-index: 888;
}

.gform_wrapper ul li.gfield:before {
	display: none !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #ccc !important;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 300 !important;
}

.as-link-container {
	margin-top: 40px;
	margin-bottom: 40px;
}

a.as-read-more {
	background-color: #acae97;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	padding: 15px 49px;
	transition: all 0.3s;
}

a.as-read-more:hover {
	background-color: #4c4c4d;
}

.dd-two-images {
	margin-top: 50px;
	margin-bottom: 80px;
}

.dd-two-images .single-image-left {
	width: 39%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 631px;
	margin-right:  8px;
}

.dd-two-images .single-image-right {
	width: 60%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 631px;
}

.as-repeater-container {
	margin-top: 40px;
	border: 1px solid #e0e0e0;
	position: relative;
}

.as-repeater-container .as-georgia {
	color: #acae96;
	font-family: Georgia;
	font-size: 100px;
}

.as-repeater-container img {
	max-width: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
}

.as-repeater-container h3 {
	color: #222222;
	font-family: "minion-3","minion-3 Fallback",serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 20px;
	text-transform: capitalize;
}

.as-repeater-container p {
		color: #2d2d2d;
		font-family: "avenir next","avenir next Fallback";
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
}

.as-repeater-container .owl-nav {
	position: absolute;
	top:  40%;
	width: 100%;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	padding: 5px 10px !important;
	border: 1px solid #e0e0e0 !important;
	width: 40px;
	height: 40px;
	transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	background: #acae96;
	border: 1px solid #acae96 !important;
	color: #fff;
} 

.as-repeater-container .owl-nav .owl-prev {
	position: absolute;
	left: 30px;
	
}

.as-repeater-container .owl-nav .owl-next {
	position: absolute;
	right: 30px;
}

.as-repeater-container .testimonial-content {
	padding: 20px 80px;
	text-align: center;
}

@media screen and (max-width: 992px) {
	.dd-two-images .single-image-left {
		width: 100%;
		float: none;
		height: 550px;
		margin-bottom: 30px;
		margin-right:  0px;
	}

	.dd-two-images .single-image-right {
		width: 100%;
		float: none;
		height: 550px;
	}
}


.dd-newsletter>.dd-container>h3{
	text-transform: capitalize;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

:where(html.wpc-bgl255) .dd-2025-form .wpcf7-datepicker{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' fill='none'%3E%3Cpath fill='%23BCB0A0' d='M6.234 1.61v1.64h5.907V.625h1.968V3.25h4.266v18.375H0V3.25h4.266V.625h1.968v.984ZM1.97 8.5v11.156h14.437V8.5H1.97Z'/%3E%3C/svg%3E")}:where(html.wpc-bgl255) .dd-2025-form select{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' fill='none'%3E%3Cpath fill='%23000' d='m6.438 7.184-.499-.498-4.687-4.688L.754 1.5 1.75.504l.498.498 4.19 4.219 4.189-4.19.498-.498.996.967-.498.498-4.687 4.688-.498.498Z'/%3E%3C/svg%3E")}:where(html.wpc-bgl255) .owl-carousel .owl-video-play-icon{background: url("/wp-content/themes/DR/vendor/owl/assets/owl.video.play.png") no-repeat}