.woocommerce div.product form.cart .variations {
	display: block;
}

.woocommerce div.product form.cart .variations td.value, .woocommerce div.product form.cart .variations th.label {
	display: block;
	background: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

.woocommerce div.product form.cart .variations label {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	display: block;
	line-height: 90%;
	color: #172D2F;
	margin: 20px 0 15px 10px;
}

.woocommerce div.product form.cart .variations select {
	height: 56px;
	background: linear-gradient(180deg, rgba(244, 244, 244, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), url(/wp-content/uploads/2024/05/ep_arrow-up-2.svg);
	border-radius: 80px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 90%;
	color: #172D2F;
	appearance: none;
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 20px;
	border: 1px solid #9B9E9F;
	cursor: pointer;
	padding: 0 30px;
	width: 250px;
}

.woocommerce div.product form.cart .variations select:focus {
	border: 1px solid #9B9E9F;
	outline: none;
	box-shadow: none;
}

.woocommerce div.product form.cart div.quantity label {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	display: block;
	line-height: 90%;
	color: #172D2F;
	margin: 20px 0 15px 10px;
}

.quantitydd {
	border: 1px solid #9B9E9F;
	padding: 0 30px;
	width: 250px;
	height: 56px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.woocommerce div.product form.cart div.quantity .quantitydd input.input-text.qty.text {
	appearance: none;
	border: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Inter';
	padding: 0;
	border-radius: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.woocommerce div.product form.cart div.quantity .quantitydd input:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

.woocommerce div.product form.cart div.quantity .quantitydd input.plus {
	background-image: url(/wp-content/uploads/2024/05/ph_plus-2.svg);
	width: 27px;
	height: 27px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.woocommerce div.product form.cart div.quantity .quantitydd input.minus {
	background-image: url(/wp-content/uploads/2024/05/ph_plus-1-1.svg);
	width: 27px;
	height: 27px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.product-pruice {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 46px;
	line-height: 90%;
	color: #172D2F;
	margin: 40px 0 40px 10px;
}

.product-pruice h3 {
	margin: 0;
}

.woocommerce div.product form.cart .the-scren1 button.single_add_to_cart_button.button.alt {
	background: #138B6F;
	height: 56px;
	padding: 0 40px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.the-scren1 button.single_add_to_cart_button.button.alt > span {
	font-size: 18px;
	font-family: 'Inter';
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 30px;
}

.woocommerce div.product form.cart .the-scren1 button.single_add_to_cart_button.button.alt:hover {
	background: #000;
}

.whishlittbny {
	position: absolute;
	bottom: 78px;
	left: 290px;
}

.woocommerce-notices-wrapper {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 300px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.woocommerce-notices-wrapper > div::before {
	display: none;
}

.woocommerce-notices-wrapper > div {
	padding: 20px;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	font-family: "Inter";
	font-size: 14px;
	border-top-color: #138B6F;
	margin: 0;
	box-shadow: 0 0 80px 0 rgb(0 0 0 / 21%);
}

.woocommerce-notices-wrapper > div a.button.wc-forward {
	display: block;
	margin-top: 10px;
	width: 100px;
	text-align: center;
	border-radius: 100px;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	background: #138B6F;
	color: #fff;
}

.woocommerce-notices-wrapper span.close-notice {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	border: 2px solid #138B6F;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	cursor: pointer;
}

.woocommerce-notices-wrapper span.close-notice > svg {
	width: 6px;
	height: 6px;
}

.wlpro-product-thumbnails .slick-vertical .woolentor-thumb-single {
	background: #F3F7F3;
	margin-bottom: 10px;
	border-radius: 7px;
	height: 106px;
	max-width: 106px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.wlpro-product-thumbnails .slick-vertical .woolentor-thumb-single > img.attachment-woocommerce_gallery_thumbnail.size-woocommerce_gallery_thumbnail {
	width: 71px;
}

.wlpro-product-thumbnails .woolentor-thumb-single.slick-slide.slick-current.slick-active {
	box-shadow: 0 0 0 2px #138B6F inset;
}

.woocommerce div.product div.images.wlpro-product-thumbnails.images.thumbnails-tab-position-left.thumbnails-layout-tabslider {
	overflow: visible;
	margin: 0;
}

.woocommerce div.product div.images.wlpro-product-thumbnails.images.thumbnails-tab-position-left.thumbnails-layout-tabslider .slick-track .wl-single-slider img {
	height: 500px;
	width: auto;
	object-fit: cover;
	object-position: center;
}

body a, .elementor a, a {
	color: #172D2F;
}

body a:hover, .elementor a:hover, a:hover {
	color: #138B6F;
}

.woocommerce div.product .thelijst form.cart .the-scren1 button.single_add_to_cart_button.button.alt {
	width: auto;
	padding: 0 60px;
	background: #172D2F;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
	top: auto;
	right: auto;
	position: relative;
}

.readmorebutton, #readmorebutton {
	background-position: 90% 45% !important;
}

.overflowhiden {
	overflow: hidden !important;
}

.thelijst .thepricings {
	opacity: 1;
	transition: all ease .4s;
}

.thelijst .theaddings {
	opacity: 0;
	transition: all ease .4s;
}

.thelijst:hover .theaddings {
	opacity: 1;
}

.thelijst:hover .thepricings {
	opacity: 0;
}

.thelijst .theviImage {
	transform: scale(1);
	transition: all ease .8s;
}

.thelijst:hover .theviImage {
	transform: scale(1.1);
}

.thelijst table.variations {
	display: none !important;
}

.TheSelectora2.elementor-widget.elementor-align-center ul.elementor-icon-list-items.elementor-inline-items {
	display: flex;
	justify-content: space-between;
}

.TheSelectora2.elementor-widget.elementor-align-center ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
	width: 33.3333%;
	flex: 0 0 auto;
	margin: 0 0 0 0;
	cursor: pointer;
	border-bottom: 3px solid #000;
	padding: 0 0 15px;
	transition: all ease .4s;
}

.TheSelectora2.elementor-widget.elementor-align-center ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item.active span {
	color: #138B6F;
}

.TheSelectora2.elementor-widget.elementor-align-center ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item.active {
	border-color: #138B6F;
}

.single-image-box1 figure.elementor-image-box-img img {
	height: 350px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px 10px 0 0 !important;
}

.single-image-box1 .elementor-image-box-content {
	background: #172D2F;
	padding: 20px 50px 25px 50px;
	border-radius: 0 0 10px 10px;
	transition: all ease .4s;
}

.single-image-box1.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
	display: block;
	height: 350px;
}
.single-image-box1 .elementor-image-box-content{
	height:290px;
}
.loopGridDiv {
	display: none;
}

.loopGridDiv.active {
	display: block;
}

.thepricings.elementor-widget.elementor-widget-woocommerce-product-price p.price {
	font-size: 26px;
	font-weight: 500;
	font-family: 'Inter';
	margin: 0px 0 30px 0;
}

.theaddings.elementor-widget.elementor-widget-woocommerce-product-add-to-cart {
	bottom: 10px;
}

.THosiS1 h3.product_title.entry-title.elementor-heading-title.elementor-size-default {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-circle {
	border: 1px solid #172d2f;
	border-radius: 100px;
}

body .xoo-wsc-qtb-circle input[type="number"].xoo-wsc-qty {
	margin: 0;
	padding: 0;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
	background: #172D2F;
	height: 47px;
	padding: 0 25px;
	border-radius: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	transition: all ease .4s;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > .xoo-wsc-sc-bkcont:before {
	content: "Cart";
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 47px;
	line-height: 47px;
	float: left;
	display: block;
	margin-right: 15px;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > .xoo-wsc-sc-bkcont {
	margin: 0;
	height: 47px;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > .xoo-wsc-sc-bkcont span.xoo-wsc-sc-bki {
	font-size: 0;
	float: left;
	height: 47px;
	line-height: 47px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > .xoo-wsc-sc-bkcont span.xoo-wsc-sc-count {
	background: #138B6F;
	font-family: 'Inter';
	font-size: 10px;
	top: 8px;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger:hover {
	background: #138b6f !important;
}

.xoo-wscb-icon:before {
	display: none;
}

span.xoo-wscb-icon.xoo-wsc-icon-bag2 {
	background: url(/wp-content/uploads/2024/05/Vector-5.svg);
	height: 30px;
	width: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 0;
}

.xoo-wsch-top .xoo-wsch-basket {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.xoo-wsch-top .xoo-wsch-basket span.xoo-wscb-count {
	background: #138B6F;
	font-family: 'Inter';
	font-size: 10px;
	top: 5px;
	border-radius: 50%;
	height: 18px;
	line-height: 18px;
	width: 18px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: auto;
	right: 6px;
	display: none;
}

header.header {
	transition: all ease .4s;
}

header.header.fixeds {
	background: #F1F1F1;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	padding: 5px !important;
}

header.header .elementor-widget-theme-site-logo .elementor-widget-container img {
	transition: all ease .4s;
}

header.header.fixeds .elementor-widget-theme-site-logo .elementor-widget-container img {
	width: 167px;
}

header.header.fixeds .elementor-widget-ucaddon_ue_side_menu .elementor-widget-container {
	margin-right: 0;
}

header.header .elementor-widget-ucaddon_ue_side_menu .elementor-widget-container {
	transition: all ease .4s;
}

header.header .scallingdiv {
	transition: all ease .4s;
	transform: scale(1);
	transform-origin: center right;
}

header.header.fixeds .scallingdiv {
	transform: scale(0.7);
}

tr.tax-rate small {
	display: none;
}

.xoo-wsch-top span.xoo-wsch-text {
	font-size: 18px;
	text-transform: uppercase;
}

.xoo-wsch-top {
	display: flex;
	justify-content: flex-start;
}

span.xoo-wsch-close, .xoo-wscdh-close {
	font-size: 33px;
}

.xoo-wsc-product, .xoo-wsc-sp-product {
	background: #E8E8E8;
}

.xoo-wsc-body {
	background: #fff;
}

input[type="number"].xoo-wsc-qty {
	background: none;
}

.xoo-wsc-chng {
	background: none;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-markup .xoo-wsc-btn, .xoo-wsc-markup .woocommerce-shipping-calculator button[type="submit"] {
	height: 59px;
	border-radius: 100px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.single-image-box1:hover .elementor-image-box-content {
	background: #F3F4F3;
}

.single-image-box1:hover .elementor-image-box-content h3.elementor-image-box-title {
	color: #172D2F !important;
}

.single-image-box1:hover .elementor-image-box-content p.elementor-image-box-description {
	color: #172D2F !important;
}

.single-image-box1 .elementor-image-box-content h3.elementor-image-box-title {
	transition: all ease .4s;
}

.single-image-box1 .elementor-image-box-content p.elementor-image-box-description {
	transition: all ease .4s;
}


.woocommerce div.product .pageMen  form.cart .the-scren1 button.single_add_to_cart_button.button.alt {
	background: #172D2F;
}

.woocommerce div.product .pageMen form.cart .the-scren1 button.single_add_to_cart_button.button.alt:hover {
	background: #138B6F;
}
@media only screen and (max-width: 600px) {
	.thelijst .theaddings {
		opacity: 1;
	}
	.single-image-box1 .elementor-image-box-content{
		height:160px;
	}
}




