/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*Menu Styles*/
.elementor-menu-cart__toggle span.elementor-button-icon-qty:before,
.elementor-menu-cart__toggle span.elementor-button-icon-qty:after,
.elementor-menu-cart__toggle span.elementor-button-icon-qty {
    color: rgb(79, 78, 78);
	align-self: end;
    padding-top: 4px;
}
@keyframes qodef-show-menu-elements {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        opacity: 1
    }
}
li.menu-item {
    -webkit-animation: qodef-show-menu-elements .5s forwards cubic-bezier(.26,.63,0,.96);
    animation: qodef-show-menu-elements .5s forwards cubic-bezier(.26,.63,0,.96);
    text-align: left;
    margin: 27px 0;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%);
    opacity: 0;
    visibility: hidden;
}
li.menu-item:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
li.menu-item:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
li.menu-item:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
li.menu-item:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
li.menu-item:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
li.menu-item:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
li.menu-item:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
li.menu-item:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
li.menu-item:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
li.menu-item:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*General Styles*/
ol, ul {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}
body header + div {
    overflow: hidden;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure {
	display: flex;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure img,
.elementor-widget-image-carousel .swiper .swiper-slide figure img {
	margin-bottom: -1px;
}

/*START Gravity Form styles*/
/* START General Styles */
	body .gform_legacy_markup_wrapper .gfield_checkbox li label,
	body .gform_legacy_markup_wrapper .gfield_radio li label {
		font-size: inherit;
	}	
	input[type='checkbox'] + label.gfield_consent_label {
    	font-size: .875em;
    	line-height: 1.5;
	}	
	.ginput_container_consent span.gfield_required.gfield_required_asterisk {
    	display: none;
	}
	.gform_widget .gform_wrapper li.gfield.gfield_error,
	.gform_widget .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    	background: transparent;
    	border-top: 0px;
    	padding-top: 0px;
    	margin-bottom: 0px;
	}
	.gform_widget .gform_wrapper .field_sublabel_above .description,
	.gform_widget .gform_wrapper .field_sublabel_above .gfield_description,
	.gform_widget .gform_wrapper .field_sublabel_above .gsection_description {
		margin-top: 0px;
	}
	.gform_widget #validation_message_1_4 {
    	padding-bottom: 10px;
	}
	.gform_widget iframe,
	.subscribe_box iframe {
    	display: none;
    	width: 0px;
    	height: 0px;
	}
	.gform_widget .gform_wrapper li.gfield_error .name_first input {
    	border-right: 0px !important;
	}
	.gform_widget .gform_wrapper li.gfield_error .name_last input {
    	border-left: 0px !important;
	}
	.wpb_text_column.wpb_content_element.vc_custom_1553166735046 /*Reseller Error message style*/{
	    padding: 25px 20px;
    	background-color: #ceccc7;
    	border: 1px solid #91928d;
    	color: #5e5f5b;
	}
	.popup-modal-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    	font-size: 90% !important;
	}
	.popup-modal-content div#gform_confirmation_wrapper_1 {
    	margin-top: 30px;
	}
	@media only screen and (max-width: 641px) {
		.popup-modal-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    		line-height: normal !important;
			text-align: center;
    	}
		.popup-modal-content div#gform_confirmation_wrapper_1 {
    		text-align: center;
		}
    	.gform_wrapper input[type="submit"] {
    		line-height: 30px !important;
    	}
	}
	.gform_wrapper ul.gfield_checkbox li,
	.gform_wrapper ul.gfield_radio li {
		overflow: visible;
	}
	.legal > label input+span {
    	display: inline;
    	vertical-align: middle;
	}
	input[type='checkbox'],
	input[type='radio'],
	.gform_wrapper .gfield_checkbox li input[type=checkbox],
	.gform_wrapper .gfield_radio li input[type=radio] {
	    display: none !important;
	}
	abbr.wpgdprc-required {
    	display: none;
	}
	.comment-form .wpgdprc-checkbox {
	    position: relative;
	    clear: both;
	    font-size: 14px;
	}
	.comment-form .wpgdprc-checkbox label {
		font-size: .875em;
		max-width: 85%;
	}
	.comment-form input[type='checkbox'] {
		display: block !important;
	}
	.comment-form .wpgdprc-checkbox label input {
    	visibility: hidden;
    	height: 0;
	}
	.comment-form .wpgdprc-checkbox label input:before,
	.wpgdprc-checkbox label input:after {
    	visibility: visible;
	}
	input[type='checkbox'] + label:not(.woocommerce-form__label):not(.custom),
	input[type='radio'] + label:not(.woocommerce-form__label):not(.custom),
	.gform_wrapper .gfield_checkbox li label,
	.gform_wrapper .gfield_radio li label,
	.comment-form .wpgdprc-checkbox label,
	.legal > label {
	    padding-left: 30px !important;
	    position: relative;
		display: inline-block;
		max-width: 100%;
		width: 100%;
	}
	input[type='checkbox'] + label:not(.woocommerce-form__label):not(.custom):before,
	input[type='radio'] + label:not(.woocommerce-form__label):not(.custom):before,
	input[type='checkbox'] + label:not(.woocommerce-form__label):not(.custom):after,
	input[type='radio'] + label:not(.woocommerce-form__label):not(.custom):after,
	.gform_wrapper .gfield_checkbox li label:before,
	.gform_wrapper .gfield_radio li label:before,
	.gform_wrapper .gfield_checkbox li label:after,
	.gform_wrapper .gfield_radio li label:after,
	.comment-form .wpgdprc-checkbox label input:before,
	.comment-form .wpgdprc-checkbox label input:after,
	.legal > label input+span:before,
	.legal > label input+span:after,
	input[type='checkbox']+span:before,
	input[type='checkbox']+span:after{
	    content: "";
		width: 16px;
		height: 16px;
		margin-right: 10px;
		background: #f3f2f0;
		position: absolute;
		left: 0;
		top: .2em;
		-webkit-transition: .4s;
		transition: .4s;
	}
	input[type='checkbox'] + label:not(.woocommerce-form__label):not(.custom):before,
	input[type='radio'] + label:not(.woocommerce-form__label):not(.custom):before,
	.gform_wrapper .gfield_checkbox li label:before,
	.gform_wrapper .gfield_radio li label:before,
	.comment-form .wpgdprc-checkbox label input:before,
	.legal > label input+span:before,
	input[type='checkbox']+span:before{
		border: 1px solid #ceccc7;
	    background: #ceccc7;
	}
	.alert_container input[type='checkbox'] + label:not(.woocommerce-form__label):not(.custom):before,
	.alert_container input[type='radio'] + label:not(.woocommerce-form__label):not(.custom):before {
    	border-color: #91928d;
	}
	.alert_container input[type='checkbox']:checked + label:not(.woocommerce-form__label):not(.custom):before,
	.alert_container input[type='radio']:checked + label:not(.woocommerce-form__label):not(.custom):before {
    	border-color: #000;
	}
	#popup-modal.popup-modal .popup-modal-content .gform_wrapper .gfield_checkbox li label:before {
    	background: #f3f2f0;
	}
	input[type='checkbox'] + label:not(.woocommerce-form__label):not(.custom):after,
	input[type='radio'] + label:not(.woocommerce-form__label):not(.custom):after,
	.gform_wrapper .gfield_checkbox li label:after,
	.gform_wrapper .gfield_radio li label:after,
	.comment-form .wpgdprc-checkbox label input:after,
	.legal > label input + span:after,
	input[type='checkbox']+span:after {
	    opacity: 0;
    	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
	}
	input[type='checkbox']:checked + label:not(.woocommerce-form__label):not(.custom):before,
	input[type='radio']:checked + label:not(.woocommerce-form__label):not(.custom):before,
	.gform_wrapper .gfield_checkbox ul :checked+label:before,
	.gform_wrapper .gfield_radio ul :checked+label:before,
	.comment-form .wpgdprc-checkbox label input:checked:before,
	.legal > label input:checked + span:before,
	input[type='checkbox']:checked+span:before {
		border-color: #161619;
		background: 0 0;
	}
	input[type='checkbox']:checked + label:not(.woocommerce-form__label):not(.custom):after,
	input[type='radio']:checked + label:not(.woocommerce-form__label):not(.custom):after,
	.gform_wrapper .gfield_checkbox li :checked+label:after,
	.gform_wrapper .gfield_radio li :checked+label:after,
	.comment-form .wpgdprc-checkbox label input:checked:after,
	.legal > label input:checked + span:after,
	input[type='checkbox']:checked+span:after{
    	opacity: 1;
	}
	input[type='checkbox']:checked + label:not(.woocommerce-form__label):not(.custom),
	input[type='radio']:checked + label:not(.woocommerce-form__label):not(.custom),
	.gchoice_select_all,
	.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
	.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{
		font-weight: normal !important;
	}
	.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
	.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
	.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
		padding-top: 0 !important;
	}
	.gaap-container,
	.gform_wrapper .gdpr-checkbox label {
		font-size: 11.2px !important;
    	line-height: 1.25 !important;
    	color: gray;
    }
    #newsletter .gform_wrapper .gdpr-checkbox label {
    	font-size: 14px !important;
    	color: #161616;
    }
    button.stock_alert_button.alert_button_hover {
    	margin-top: 20px;
    	width: 100%;
    	margin-bottom: 4px;
	}
	span.required:before,
	span.required:after {
		display: none;
	}
	#newsletter div#gform_confirmation_wrapper_1 {
    	margin-top: 30px;
    	margin-bottom: 30px;
    	text-align: center;
	}
/* END General Styles */
/* START Newsmail */
	.subscribe_box input[type=text],
	.subscribe_box input[type=email] {
    	border: 0;
	}
	.subscribe_box .gform_wrapper {
		margin-bottom: 0px;
	}
	.subscribe_box .ginput_container {
    	margin-top: 0px !important;
	}
	.subscribe_box .ginput_container_email input{
		margin-bottom: 12px;
	}
	.subscribe_box .newsmail,
	.subscribe_box .ginput_container_name span.name_first,
	.subscribe_box .ginput_container_name span.name_last {
		padding-right: 0 !important;
	}
	.subscribe_box .newsmail {
		border: 1px solid #a9a8a5;
	}
	@media only screen and (min-width: 642px) {
		.subscribe_box .gform_wrapper .top_label li.gfield.gf_left_half {
    		width: 55%;
		}
		.subscribe_box .gform_wrapper .top_label li.gfield.gf_right_half {
    		width: 44%;
    		margin-left: 0px !important;
		}
		.subscribe_box .newsmail.gf_left_half {
			border-right: 0;
			padding-left: 12px !important;
		}
		.subscribe_box .newsmail.gf_right_half {
			border-left: 0;
			padding-right: 12px !important;
			padding-left: 8px !important;
		}
		footer .gform_wrapper ul.gform_fields.top_label {
			font-size: 0;
		}
		footer .gform_wrapper ul.gform_fields.top_label li {
    		font-size: 14px;
		}
		footer .gform_wrapper ul.gform_fields.top_label li.gfield.gf_left_half {
			padding-right: 0;
		}
	}
	@media only screen and (max-width: 640px) {
		.subscribe_box .newsmail.gf_left_half {
			border-bottom: 0;
			padding-left: 12px !important;
			padding-right: 12px !important;
		}
		.subscribe_box .newsmail.gf_right_half {
			border-top: 0;
			padding-right: 12px !important;
			padding-left: 12px !important;
			margin-top: -5px !important;
		}
		.subscribe_box .gform_wrapper .ginput_container span:not(.ginput_price) {
			margin-bottom: 0;
		}
		
	}
	#newsletter .gf_left_half {
		padding-right: 0px;
	}
	#newsletter .gform_wrapper .hidden_label:not(.gdpr-checkbox) .gfield_label {
    	position: relative !important;
    	clip: unset;
    	height: auto;
    	width: auto;
    	overflow: visible;
		display: none;
	}
/* END Newsmail */
.elementor-kit-12 #iubenda-cs-banner h2#iubenda-cs-title {
    font-size: 22px !important;
}

.gform_wrapper select {
	margin-left: -7px;
}
.gform_wrapper textarea {
	padding-right: 0;
	padding-left: 0;
}
/* END Gravity Form Styles*/
label.woocommerce-form-login__rememberme span {
    position: relative;
    padding-left: 26px;
    padding-top: 1px;
}
form.woocommerce-form.woocommerce-form-login.login {
	padding: 0;
    border: none;
}
form.woocommerce-form.woocommerce-form-login.login button.button.woocommerce-form-login__submit,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button {
    background-color: var(--e-global-color-secondary);
    color: #fff;
    border-radius: 0;
}
form.woocommerce-form.woocommerce-form-login.login button.button.woocommerce-form-login__submit:hover,
form.woocommerce-form-track-order.track_order button:hover,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button:hover {
    background-color: var(--e-global-color-accent) !important;
}
/* START General Form Styles */
label[for="sre"] {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    font-weight: 700;
    display: block;
}
label[for="sre"]:after {
	content: '*';
    color: #790000;
    margin-left: 4px;
}
input.subscribe-form-field {
	padding: 5px 4px;
    margin-top: 8px;
    color: #838383;
    width: 100%;
    max-width: 361px
}
input.subscribe-form-button {
    margin: 16px 0 0;
    clear: both;
    padding: 0 40px;
    display: block;
}
.gform_wrapper input:not(.button),
.gform_wrapper textarea,
input[type='text'],
.gform_wrapper select,
input[type="password"] {
	border-bottom: 1px solid #ceccc7;
	font-size: 14px;
	background: transparent;
	padding: 4px 5px 14px;
	border-radius: 0px;
	margin: 3px 0;
}
.woocommerce .select2 .select2-selection--single {
	border-color: #ceccc7;
}
.gform_wrapper input:not(.button):focus,
.gform_wrapper textarea:focus,
input[type='text']:focus,
.gform_wrapper select:focus {
	border-color: #161619;
	font-size: 14px;
}
.alert_container input[type='text'] {
	border-bottom-color: #91928d;
    border-width: 1px;
}
select {
    background: transparent;
    border: 0 !important;
}
.gform_wrapper select,
select#subscribe-reloaded,
 .select2-container--default span.select2-selection.select2-selection--single,
.elementor-widget-woocommerce-cart .select2-container--default span.select2-selection.select2-selection--single{
	margin-top: 0px !important;
	border-bottom: 1px solid #ceccc7 !important;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iNywxMC43NzMgMS41MzEsNi4zOTggMi40NjksNS4yMjcgNyw4Ljg1MSAxMS41MzEsNS4yMjcgMTIuNDY5LDYuMzk4ICIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=) no-repeat right center;
	color: #7a7a7a;
	border-left: 0;
    border-right: 0;
    border-top: 0;
	background-color: transparent;
	border-radius: 0;
}
.elementor-widget-woocommerce-cart .select2-container--default span.select2-selection.select2-selection--single {
	height: 33px;
}
.elementor-widget-woocommerce-cart .select2-container--default span.select2-selection.select2-selection--single span#select2-calc_shipping_country-container {
    text-transform: none;
    letter-spacing: 0;
    padding: 0 20px 0 8px;
	line-height: 28px;
}
textarea:focus-visible,
input:focus-visible,
span.select2-selection.select2-selection--single:focus-visible,
button:focus-visible,
[type=button]:focus, 
[type=submit]:focus, 
button:focus,
select:focus {
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.select2-container .select2-selection--single {
    height: 37px;
    padding-top: 4px;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals .form-row span.select2.select2-container.select2-container--default {
    margin-bottom: 15px;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #a9a8a5;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.e-woo-select2-wrapper .select2-results__option:focus{
    background-color: #a9a8a5;
    color: #fff !important;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	padding: 9px 5px 8px;
    font-size: 1em;
}
.woocommerce-checkout ul#shipping_method li {
	margin-bottom: 0px;
}
.woocommerce-checkout  ul#shipping_method .amount {
	position: absolute;
    right: 0;
    line-height: 1.5em;
}
.woocommerce-checkout h3#ship-to-different-address label:after {
    content: '';
    display: inline;
    background: #F3F2F0;
    height: 50%;
    width: 10px;
    position: absolute;
    left: 105px;
    bottom: 0;
}
.woocommerce-checkout h3#ship-to-different-address label {
    text-transform: lowercase;
}
.woocommerce-checkout h3#ship-to-different-address label:before {
    content: "Click here to";
    text-transform: none;
}
@media (min-width: 936px) {
	.woocommerce-checkout h3#ship-to-different-address label:after {
    	height: 100%;
    	left: unset;
    	bottom: 0;
    	right: 0;
    	width: 8px;
	}
}

/*Portfolio Styles*/
@media (min-width: 768px) {
	#elementor-lightbox-1c7dfb2.elementor-lightbox .elementor-video-container,
	#elementor-lightbox-45cb4721.elementor-lightbox .elementor-video-container{
	    width: auto !important;
	}
}
#elementor-lightbox-1c7dfb2 .elementor-fit-aspect-ratio video,
#elementor-lightbox-45cb4721 .elementor-fit-aspect-ratio video{
	height: 80vh;
	height: calc(100vh - 120px);
}
@media (max-width: 767px) {
	.elementor-element.usp {
		background-color: transparent !important;
	}
	.elementor-element.usp > div {
		color: var(--e-global-color-accent ) !important;
	}
}
.portfolio-heading .swiper-slide-contents {
	display: flex;
    flex-direction: column;
    height: 100%;
}
.portfolio-heading .elementor-slide-heading {
	flex: 2;
    margin-top: 100px;
}
.project-details p {
	
}
@media only screen and (min-width: 1026px) {
	.full-height-hero,
	.portfolio-heading .swiper-slide {
    	height: unset;
    	min-height: unset;
		max-height: calc(100vh - 95px) !important;
	}
	.full-height-hero .elementor-image-carousel:after,
	.portfolio-heading .swiper-slide {
    	content: '';
    	display: block;
    	padding-bottom: 100%;
	}
	.full-height-hero.inpage {
    	height: 100vh !important;
		min-height: 100vh !important;
		max-height: 100vh !important;
	}
	.full-height-hero .elementor-widget-image-carousel,
	.full-height-hero .elementor-widget-image-carousel .elementor-image-carousel-wrapper,
	.full-height-hero .elementor-widget-image-carousel .elementor-image-carousel-wrapper figure.swiper-slide-inner{
    	height: 100%;
		width: 100%;
		width: calc(100% + 1px)
	}
	.full-height-hero .elementor-widget-image-carousel .elementor-image-carousel-wrapper figure.swiper-slide-inner img.swiper-slide-image{
    	object-fit: cover;
		width: 100%;
	}
}
.portfolio-archive-grid .elementor-loop-container.elementor-grid {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.portfolio-archive-grid .elementor-loop-container.elementor-grid .elementor-widget-heading {
	margin-top: 10px;
}
.portfolio-archive-grid .elementor-loop-container.elementor-grid .elementor-widget-image a {
  	width: 100%;
}
.portfolio-archive-grid .elementor-loop-container.elementor-grid .elementor-widget-image a:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.portfolio-archive-grid .elementor-loop-container.elementor-grid .elementor-widget-image img {
 	vertical-align: middle;
 	display: inline-block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	height: 100%;
	object-fit: cover;
}
@media only screen and (min-width: 768px) {
	.portfolio-single-gallery .gallery {
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
    	grid-template-rows: min-content;
    	height: unset !important;
	}
	.portfolio-archive-grid .elementor-loop-container.elementor-grid {
    	display: flex;
    	flex-wrap: wrap;
    	grid-column-gap: 0;
    	grid-row-gap: 0;
	}
	.portfolio-archive-grid .elementor-loop-container.elementor-grid .elementor-widget-heading {
    	margin-top: 10px;
	}
	.portfolio-archive-grid .elementor-loop-container.elementor-grid .elementor-widget-image a {
    	width: 100%;
	}
	.portfolio-archive-grid .elementor-loop-container.elementor-grid .elementor-widget-image a:after {
    	content: '';
    	display: block;
    	padding-bottom: 100%;
	}
	.portfolio-archive-grid .elementor-loop-container.elementor-grid .elementor-widget-image img {
    	vertical-align: middle;
    	display: inline-block;
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: 100%;
    	object-fit: cover;
	}
	.portfolio-single-gallery .gallery-item,
	.portfolio-archive-grid .e-loop-item {
		position: unset !important;
    	top: 0 !important;
    	left: 0 !important;
    	width: 100%;
    	transform: none !important;
	}
	.portfolio-archive-grid .e-loop-item {
		height: fit-content;
		height: max-content;
		width: 50%;
	}
	.portfolio-single-gallery .gallery-item:nth-child(5n+1),
	.portfolio-archive-grid .e-loop-item:nth-child(6n+2) {
		padding: 4vw 4vw 4vw 7vw ;
	}
	.portfolio-single-gallery .gallery-item:nth-child(5n+2),
	.portfolio-archive-grid .e-loop-item:nth-child(6n+3){
	    padding: 9vw 8vw 7vw;
	    margin-top: 0px;
	}
	.portfolio-single-gallery .gallery-item:nth-child(5n+3){
		padding: 4vw 7vw 4vw 7vw;
		grid-column: 1 / span 2;
    	max-width: 900px;
    	margin: 0 auto !important;
    	padding: 4vw;
    	height: fit-content;
	}
	.portfolio-archive-grid .e-loop-item:nth-child(6n+4) {
		padding: 4vw 7vw 4vw 7vw;
	}
	.portfolio-single-gallery .gallery-item:nth-child(5n+4),
	.portfolio-archive-grid .e-loop-item:nth-child(6n+5){
	    padding: 9vw 10vw 3vw 8vw;
	}
	.portfolio-single-gallery .gallery-item:nth-child(5n+5),
	.portfolio-archive-grid .e-loop-item:nth-child(6n+6){
	    padding: 4vw 6vw 3vw 10vw;
	}
	.portfolio-archive-grid .e-loop-item:nth-child(6n+1) {
    	padding: 9vw 7vw 6vw 9vw;
	}
}
@media only screen and (max-width: 767px) {
	.portfolio-single-gallery .gallery-item,
	.portfolio-archive-grid .e-loop-item {
		padding: 0px 20px 20px 20px !important;
		width: 100%;
	}
	.portfolio-archive-grid .e-loop-item .elementor-widget-theme-post-featured-image {
		width: 100%;
	}
}

/* Menu Cart Styles*/
.elementor-menu-cart__toggle  span.elementor-button-icon {
    display: flex;
    align-items: flex-end;
	letter-spacing: .2em;
}
.elementor-menu-cart__toggle  span.elementor-button-icon-qty:after {
    content: ")";
}
.elementor-menu-cart__toggle  span.elementor-button-icon-qty:before {
    content: "CART (";
}
.lang-de .elementor-menu-cart__toggle  span.elementor-button-icon-qty:before {
    content: "WARENKORB (";
}
.elementor-menu-cart__toggle  span.elementor-button-icon:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(imgs/handbag.svg) no-repeat;
    background-size: contain;
	margin-right: 5px;
}
a#elementor-menu-cart__toggle_button:focus {
    background: transparent;
}
.elementor-widget-woocommerce-menu-cart span.wc-gzd-product-differential-taxation-mark,
.elementor-widget-woocommerce-menu-cart p.wc-gzd-cart-info {
    display: none;
}
.elementor-menu-cart__container.elementor-lightbox {
    padding-top: 20px;
}
.elementor-menu-cart__subtotal {
    padding-top: 15px !important;
	padding-bottom: 15px !important;
    display: flex;
    justify-content: space-between;
}
.elementor-menu-cart__subtotal strong {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.elementor-menu-cart__product-remove-custom .remove_from_cart_button {
    margin-top: 5px;
}
.elementor-menu-cart__product-name,
.woocommerce-cart .cart_item td.product-name {
    font-family: 'Cormorant Garamond' !important;
    font-size: 18px !important;
	line-height: 18px;
	font-weight: 600 !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button-custom {
    display: flex;
    align-items: center;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button-custom:before {
    content: 'CLOSE';
    font-family: "Muli", sans-serif;;
    font-size: 11px;
    margin-right: 0.25em;
}
.lang-de .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button-custom:before {
    content: 'SCHLIEßEN';
}

/* Menu Popup styles*/
.menu-popup a {
    display: flex;
    align-items: center;
}
.menu-popup a:before,
.menu-popped a.dialog-close-button:before {
    content: "MENU";
	letter-spacing: .2em;
    font-size: 11px;
    margin-right: 1em;
}
.lang-de .menu-popup a:before,
.lang-de .menu-popped a.dialog-close-button:before {
	content: "MENÜ";
}
.menu-popped a.dialog-close-button:before {
	content: "CLOSE";
	color: #fff;
	align-self: center;
}
.lang-de .menu-popped a.dialog-close-button:before {
	content: "SCHLIEßEN";
}
.menu-popped li.menu-item {
    width: fit-content;
    margin: 0 auto;
}
.custom-menu-underline a:after,
.project-nav .elementor-button:after,
.project-active .elementor-button:after{
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 1px;
    background-color: #c0cabf;
    width: 100%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    -o-transition: transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1);
    transition: transform .3s cubic-bezier(.85,.26,.17,1),-webkit-transform .3s cubic-bezier(.85,.26,.17,1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.custom-menu-underline a:hover:after,
.project-nav .elementor-button:hover:after,
.project-active .elementor-button:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    transition: -webkit-transform .4s cubic-bezier(.85,.26,.17,1);
    -o-transition: transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1);
    transition: transform .4s cubic-bezier(.85,.26,.17,1),-webkit-transform .4s cubic-bezier(.85,.26,.17,1);
}
.project-nav {
    cursor: pointer;
}

/* Woocommerce Message Styles*/
.woocommerce-notices-wrapper {
	padding: 0 20px;
}
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper{
	padding: 0 0px;
}
.woocommerce-message:before,
.woocommerce-message:after,
ul.woocommerce-error:before,
ul.woocommerce-error:after,
.woocommerce-info:before,
.woocommerce-info:after {
	display: none;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px;
    margin-top: 20px;
	margin-bottom: 20px;
    border: 1px solid #ddd;
	background: transparent;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	-webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;	
}
.woocommerce-checkout .woocommerce-error {
	-webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce-checkout .woocommerce-error li {
	display: block;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.step-buttons button.next-step-button.alt,
.woocommerce-page button.button.alt{
    padding: 20px 45px;
    min-width: 175px;
    background: #a9a8a5;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.step-buttons button.next-step-button.alt:hover,
.woocommerce-page button.button.alt:hover {
	background: #777775;
	color: #fff;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
}

/*Woocommerce Product Archive Styles*/
.e-loop-item.type-product:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.e-loop-item.type-product {
    display: flex;
}
.e-loop-item.outofstock .elementor-widget:last-of-type {
    display: none;
}
.e-loop-item.outofstock a.e-con-full {
    --overlay-opacity: 0 !important;
}
.e-loop-item.outofstock a.e-con-full h2,
.e-loop-item.outofstock a.e-con-full .elementor-widget-text-editor {
    color: #fff !important;
}
.e-loop-item.outofstock a:before,
.e-loop-item.outofstock a.e-con-full .elementor-widget-image+div{
    background-color: #000 !important;
    opacity: .6;
}
.e-loop-item.outofstock a.e-con-full .elementor-widget-image+div > div {
    opacity: 0;
	transition: 0.5s ease-in-out;
}
.e-loop-item.outofstock a.e-con-full .elementor-widget-image+div:hover > div {
    opacity: 1;
}
.e-loop-item.outofstock:after {
    position: absolute;
    top: 17px;
    left: -1px;
    height: 26px;
    width: 58px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 11px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000;
    z-index: 3;
    content: "SOLD";
}

/*Woocmmerce Single Product Styles*/
span.tagged_as.detail-container {
    display: none;
}
.woocommerce .cart .button:focus,
.woocommerce .cart input.button {
    outline-color: var(--e-global-color-accent );
}
.product p.wc-gzd-additional-info {
	margin-bottom: 0;
}
.woocommerce .elementor-share-btn__icon {
	width: 3.5em
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_){
	height: 44px !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	padding-right: 15px !important;
	border-top: 0 !important;
	margin-right: 20px !important;
}
.woocommerce-cart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	margin-right: 15px !important;
}
.qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block;
    position: relative;
}
.qib-button:not(#qib_id):not(#qib_id) {
    position: absolute;
    right: 0px;
	border: 0 !important;
    background: transparent !important;
	margin-right: 20px !important;
}
.qib-button.minus {
	bottom: 0;
}
.qib-container .quantity input.qty:focus:not(#qib_id):not(#qib_id) {
    border-width: 1px 0px !important;
	border-color: var( --e-global-color-accent ) !important;
}
.single-product .outofstock p.price,
.single-product .outofstock .wc-gzd-additional-info,
.single-product .outofstock .shipping-calc{
    display: none;
}
p.stock.out-of-stock {
    font-size: 1em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .2em;
	color: var( --e-global-color-accent );
}
.woocommerce div.product .stock{
	color: var(--e-global-color-primary );
	font-size: var(--e-global-typography-primary-font-size);
}
p.stock.in-stock {
    margin-bottom: 1.5em;
}
.single-product table tbody>tr:nth-child(odd)>td,
.single-product table tbody>tr:nth-child(odd)>th,
.single-product table tbody tr:hover>td,
.single-product table tbody tr:hover>th {
    background: transparent;
}
.single-product table tr {
    width: 50%;
    display: inline-block;
}
.single-product table td,
.single-product table th {
	border: 0;
	vertical-align: middle;
}
.single-product table p.stock.in-stock {
    margin-bottom: 0;
}
.single-product table  p.wc-gzd-additional-info,
.single-product table .legal-price-info,
.single-product table tr.outofstock,
.single-product table td.woocommerce-grouped-product-list-item__price,
.product-type-grouped.product p.delivery-time-info {
	display: none;
}
.product p.wc-gzd-additional-info {
	font-size: 12px;
}
.product-type-grouped .elementor-widget-woocommerce-product-price + div:after {
    content: 'Delivery time: 4-5 Business Days';
    font-size: 12px;
    display: block;
}
.lang-de .product-type-grouped .elementor-widget-woocommerce-product-price + div:after {
    content: 'Lieferzeit: 4-5 Werktage';
}
.product-type-grouped p.price {
    visibility: hidden;
}
.product-type-grouped p.price span.amount {
    visibility: visible;
    float: left;
}

/*Woocommerce Misc Styles*/
li.wc_payment_method input[type='radio'] + label:not(.woocommerce-form__label):not(.custom) {
	display: initial;
}
ul.payment_methods.methods li {
    list-style-position: initial;
}
ul.payment_methods.methods li label {
    vertical-align: baseline;
    margin-bottom: 10px;
	display: inline;
}
ul.payment_methods.methods li label img {
    margin-left: 10px;
	display: inline;
    max-width: 40px;
}
h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    font-size: .93em;
    line-height: 1;
}
.wc-gzd-edit-data-notice {
    background: #e1dfdd;
}
.step-wrapper #order-verify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
    flex-direction: column;
}
.step-wrapper #order-verify .wc-gzd-checkbox-placeholder-parcel-delivery-checkbox {
	order: 4;
	padding: 10px 10px 0;
    border: 1px solid #ceccc7;
    border-bottom: 0;
}
.step-wrapper #order-verify .wc-gzd-checkbox-placeholder-legal {
	order: 5;
	border: 1px solid #ceccc7;
    padding: 0 10px 10px;
    border-top: 0;
	margin-bottom: 20px;
}
.step-wrapper #order-verify .wc-gzd-order-submit {
	order: 6;
}
.woocommerce-checkout table.shop_table td {
	vertical-align: top;
}
.woocommerce-checkout table.shop_table,
.woocommerce-checkout table.shop_table tbody>tr:nth-child(odd)>td,
.woocommerce-checkout table.shop_table tbody>tr:nth-child(odd)>th{
    background: transparent;
}
.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table thead:first-child tr:first-child th {
    border-width: 0;
}
.woocommerce-checkout table.shop_table thead:first-child tr:first-child th {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-checkout table.shop_table tr td:last-of-type,
.woocommerce-checkout table.shop_table thead tr th:last-of-type {
    text-align: right;
}
.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table tbody th,
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2em;
	font-size: .9em;
	vertical-align: middle;
}
.cart_totals p.wc-gzd-additional-info,
.woocommerce-checkout table.shop_table p.wc-gzd-additional-info {
    font-size: .9em;
}
.woocommerce-checkout .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table bdi{
	font-size: 14px;
    font-weight: 400;
	border: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
	font-weight: 400;
}
.woocommerce-checkout .woocommerce table.shop_table .wc-gzd-product-name-right,
.woocommerce-cart td.product-name a{
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
	line-height: 20px;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .e-cart-section--no-coupon {
	padding-right: 0;
    padding-left: 0;
    padding-top: 30px;
}
.woocommerce-checkout .woocommerce table.shop_table .wc-gzd-product-name-right strong.product-quantity {
    font-size: .85em;
    font-weight: 100;
	font-family: 'Muli', serif;
}
.woocommerce-checkout .woocommerce table.shop_table .wc-gzd-product-name-right p.wc-gzd-cart-info.delivery-time-info,
.woocommerce-cart p.wc-gzd-cart-info.delivery-time-info {
    font-size: 12px;
    font-family: 'Muli', serif;
	line-height: 1.25em;
	margin-top: 5px;
}
.woocommerce-cart table.shop_table.cart tr th:last-of-type,
.woocommerce-cart table.shop_table.cart tr td:last-of-type {
    padding-right: 0;
}
.woocommerce-cart td.product-quantity .qib-container {
    margin-right: -20px;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 200px;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce table.cart td span {
	color: #7a7a7a;
}
.woocommerce-cart .woocommerce form .form-row label,
.woocommerce-checkout .woocommerce form .form-row label{
    line-height: 1.25;
}
.woocommerce-cart .woocommerce form .form-row label.checkbox,
.woocommerce-checkout .woocommerce form .form-row label.checkbox{
    display: block;
}
.woocommerce-cart .woocommerce form .form-row label input[type='checkbox'] + span,
.woocommerce-checkout .woocommerce form .form-row label input[type='checkbox'] + span{
    margin-top: 3px;;
}
#order_review .wc-gzd-checkbox-placeholder p.form-row label {
	display: block;
}
a.shipping-calculator-button {
    width: 100%;
    text-align: right;
	padding-right: 12px;
}
.woocommerce-cart ul#shipping_method li {
	text-align: right;
	padding-right: 12px;
	line-height: 1.25em;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before,
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before {
    width: 50%;
}
.woocommerce-cart .woocommerce ul#shipping_method,
.woocommerce ul#shipping_method li label{
	visibility: hidden;
	position: relative;
}
.woocommerce-cart .woocommerce ul#shipping_method .amount,
.woocommerce ul#shipping_method li label span{
	font-weight: 400;
	visibility: visible;
}
.woocommerce-checkout.woocommerce-multistep-checkout ul.nav-wizard li a::before {
	z-index: 8;
}
.woocommerce form .form-row.woocommerce-invalid label a {
    color: #a00;
    text-decoration: underline;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.tax_tip td {
    line-height: 1.1em;
    font-size: 14px;
}
@media (max-width: 767px) {
	.step-buttons button.next-step-button.alt,
	.woocommerce-page button.button.alt {
		width: 100%;
	}
	a#prev-step-payment {
    	margin-bottom: 20px;
    	display: block;
	}
	.wc-gzd-product-name-left {
    	max-width: none;
		margin-right: 0;
	}
	p.wc-gzd-additional-info.wc-gzd-differential-taxation-notice-cart {
    	text-align: left;
	}
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail {
		display: block;
		padding-top: 0;
		padding-bottom: 10px
	}
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce table.cart img {
		margin: 0 0 0 auto;
    	max-width: 60%;
	}
	.woocommerce-cart .elementor-widget-woocommerce-cart .e-cart-section--no-coupon {
		padding-top:0;
	}
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
    	padding: 0px 10px
	}
	.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce table.cart td {
    	padding-top: 0px;
	}
	.woocommerce-message, .woocommerce-error, .woocommerce-info,
	.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
		-webkit-box-direction: column-reverse;
    	-ms-flex-direction: column-reverse;
    	flex-direction: column-reverse;
	}
	.woocommerce .woocommerce-error .button,
	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button {
		margin-top: 20px;
    	width: 100%;
    	text-align: center;
	}
}
div#pisol-ppscw-error {
    display: none;
}
div#pisol-ppscw-error ul.woocommerce-error {
    margin-top: 0;
}
div#pisol-ppscw-error ul.woocommerce-error li {
	-webkit-box-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
div#pisol-ppscw-error ul.woocommerce-error li .button {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

/* Shipping Calculator Single Product*/
.shipping-calc .shipping-country-select {
    flex-basis: 65%;
}
a.button.pisol-shipping-calculator-button {
    display: none;
}
.pisol-shipping-calculator-form {
	padding: 0;
	border: 0;
}
.pisol-ppscw-container {
	margin-top: 0;
}
section.pisol-shipping-calculator-form {
    display: flex;
	flex-wrap: wrap;
}
.single-product p#calc_shipping_country_field,
#pisol-ppscw-alert-container {
	flex-basis: 80%;
}
.single-product p#calc_shipping_country_field {
    padding: 0;
    border-bottom: 1px solid #CECCC7;
}
.single-product p#calc_shipping_country_field + p {
    display: inherit;
	margin-left: 10px;
	margin-bottom: 6px;
}
.single-product select#calc_shipping_country {
    background: transparent;
    border-radius: 0;
    border-bottom-width: 1px;
	border-color: var( --e-global-color-secondary );
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    padding: 0 0 5px 0;
    font-family: var(--e-global-typography-text-font-family ), Sans-serif;
    font-size: var(--e-global-typography-text-font-size );
    font-weight: var(--e-global-typography-text-font-weight );
    color: var(--e-global-color-text );
}
button.button.pisol-update-address-button {
    background-color: transparent !important;
	padding: 0 !important;
}
button.button.pisol-update-address-button:after {
    content: "";
    background: url(imgs/reload.svg) no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: block;
}
.pisol-ppscw-alert {
    background-color: transparent !important;
    margin: 0;
    font-size: 14px;
    border: 1px solid var( --e-global-color-secondary );
    padding: 10px 13px;
    border-radius: 0px;
}
ul.pisol-ppscw-methods:before {
    content: 'Shipping: ';
    display: inline-block;
}
.lang-de ul.pisol-ppscw-methods:before {
    content: 'Versand: ';
}
.pisol-ppscw-alert br {
    display: none;
}
ul.pisol-ppscw-methods {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.pisol-ppscw-alert ul.pisol-ppscw-methods > li:first-of-type {
    display: inline-block;
    list-style: none;
    visibility: hidden;
    position: relative;
    line-height: 0;
    margin-left: 5px !important;
}
.pisol-ppscw-alert ul.pisol-ppscw-methods > li#local_pickup\:4,
.pisol-ppscw-alert ul.pisol-ppscw-methods > li#local_pickup\:6{
    margin-left: 0 !important;
    list-style: none;
}
.pisol-ppscw-alert ul.pisol-ppscw-methods > li#local_pickup\:4:before,
.pisol-ppscw-alert ul.pisol-ppscw-methods > li#local_pickup\:6:before{
    content: 'or ';
}
.lang-de .pisol-ppscw-alert ul.pisol-ppscw-methods > li#local_pickup\:4:before,
.lang-de .pisol-ppscw-alert ul.pisol-ppscw-methods > li#local_pickup\:6:before{
    content: 'oder ';
}
.pisol-ppscw-alert ul.pisol-ppscw-methods > li:first-of-type > span {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    padding: 0px 0;
}
.pisol-ppscw-methods li .woocommerce-Price-amount {
	color: var(--e-global-color-primary );
}
li#local_pickup\:4:before {
    content: 'or ';
}