
.wd-info-box {
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: var(--wd-brd-radius);
	gap: var(--ib-icon-sp);
	--ib-icon-sp: 20px;
}

.wd-info-box .box-icon-wrapper {
	flex: 0 0 auto;
	line-height: 0;
}

.wd-info-box :is(.info-box-icon, .info-svg-wrapper) {
	display: inline-block;
	max-width: 100%;
}

.wd-info-box .info-box-icon {
	transition: all .25s ease;
}

.wd-info-box .info-svg-wrapper img {
	height: inherit;
}

.wd-info-box .info-svg-wrapper :is(img, svg) {
	width: inherit !important;
	height: inherit !important;
}

.wd-info-box :is(.info-box-subtitle, .info-box-title) {
	transition: all .25s ease;
	margin-bottom: 0;
}

.wd-info-box :is(.info-box-subtitle, .info-box-title, .info-box-inner):not(:first-child) {
	margin-top: 10px;
}

.wd-info-box :is(.info-box-subtitle:not(.subtitle-style-background), .info-box-title) {
	line-height: 1.3;
}

.wd-info-box .info-box-content {
	--wd-tags-mb: 10px;
	position: relative;
	flex: 1 1 auto;
	border-radius: var(--wd-brd-radius);
}

.wd-info-box .info-box-inner p:first-child:empty, .wd-info-box .info-box-inner p:first-child:empty ~ p:last-child, .wd-info-box .info-box-inner:empty {
	display: none;
}

.wd-info-box .info-btn-wrapper {
	margin-top: 15px;
}

.wd-info-box-link {
	z-index: 2;
}

.box-icon-align-top .box-icon-wrapper {
	margin-bottom: -5px;
}

:is(.box-icon-align-left, .box-icon-align-right) .box-icon-wrapper {
	max-width: 50%;
}

.box-icon-align-left {
	flex-direction: row;
}

.box-icon-align-right {
	flex-direction: row-reverse;
}

.box-title-style-underlined {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.box-with-icon .info-box-icon {
	overflow: hidden;
}

.box-icon-wrapper.box-with-text {
	color: var(--wd-primary-color);
	font-weight: 700;
	line-height: 1;
}

.box-with-text.text-size-small {
	font-size: 38px;
}

.box-with-text:is(.text-size-default, .text-size-large) {
	font-size: 52px;
}

[class*="box-icon-with-"].box-with-text {
	--text-bg-size: 85px;
}

[class*="box-icon-with-"].box-with-text .info-box-icon {
	padding: 0 10px;
	min-width: var(--text-bg-size);
	height: var(--text-bg-size);
	border-radius: 100px;
	line-height: var(--text-bg-size);
}

[class*="box-icon-with-"]:is(.text-size-default, .text-size-large) {
	--text-bg-size: 100px;
}

[class*="box-icon-with-"] .info-box-icon {
	border-radius: 50%;
	text-align: center;
}

.box-icon-with-bg .info-box-icon {
	padding: 20px;
	background-color: #f1f1f1;
}

.box-icon-with-border .info-box-icon {
	padding: 18px;
	border: 2px solid #f1f1f1;
}

.wpb-js-composer .info-box-wrapper.inline-element {
	max-width: 100%;
}

.wpb-js-composer .info-box-carousel .inline-element {
	display: block;
	margin-inline: 0 !important;
}

.wpb-js-composer .info-box-carousel .inline-element .wd-info-box {
	display: inline-flex;
}

.with-animation .info-svg-wrapper path {
	stroke: var(--wd-primary-color);
}

.info-box-carousel-wrapper .wd-wpb {
	margin-bottom: 0;
}

[class*="color-scheme-hover"] {
	transition: all .25s ease;
}

[class*="color-scheme-hover"] .title {
	transition: all .25s ease;
}

.color-scheme-hover-dark:hover {
	--color-gray-400: #a5a5a5;
	--color-gray-500: #a5a5a5;
	--color-gray-800: #333;
	--bgcolor-gray-200: #f7f7f7;
	--brdcolor-gray-500: rgba(0, 0, 0, .2);
	--wd-text-color: #767676;
	--wd-title-color: #242424;
	--wd-link-color: #333;
	--wd-link-color-hover: #242424;
	color: var(--wd-text-color);
}

.color-scheme-hover-light:hover {
	--color-gray-400: rgba(255, 255, 255, .8);
	--color-gray-500: rgba(255, 255, 255, .8);
	--color-gray-800: #fff;
	--brdcolor-gray-300: rgba(255, 255, 255, .15);
	--brdcolor-gray-500: rgba(255, 255, 255, .3);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--wd-link-color: rgba(255, 255, 255, .9);
	--wd-link-color-hover: #fff;
	color: var(--wd-text-color);
}

.color-scheme-hover-light:hover .info-svg-wrapper svg {
	fill: #fff !important;
}

.color-scheme-hover-light:hover .info-svg-wrapper img {
	filter: brightness(0) invert(1);
}

.color-scheme-hover-light:hover :is(.info-box-icon, .title) {
	color: #fff !important;
}

@media (min-width: 1025px) {
	.box-with-text.text-size-large {
		font-size: 74px;
	}
	
	[class*="box-icon-with-"].text-size-large {
		--text-bg-size: 130px;
	}
}

.title-wrapper {
	--wd-mb: 10px;
}

.title-wrapper [class*="title"] {
	display: inline-block;
}

.title-wrapper .title {
	margin-bottom: 0;
}

.title-wrapper .img-wrapper {
	display: block;
	margin-top: 10px;
}

.subtitle-color-black.subtitle-style-default {
	color: #000;
}

.subtitle-color-black.subtitle-style-background {
	background-color: #333;
	color: #fff;
}

.subtitle-color-white.subtitle-style-default {
	color: rgba(255, 255, 255, .8);
}

.subtitle-color-white.subtitle-style-background {
	background-color: rgba(255, 255, 255, .8);
	color: #242424;
}

.subtitle-color-gradient.subtitle-style-default {
	color: var(--color-gray-400);
}

.subtitle-color-gradient.subtitle-style-background {
	background-color: #f1f1f1;
	color: #333;
}

.wd-title-color-default {
	--el-title-color: rgba(0, 0, 0, .105);
}

.wd-title-color-primary {
	--el-title-color: var(--wd-primary-color);
}

.wd-title-color-alt {
	--el-title-color: var(--wd-alternative-color);
}

.wd-title-color-black {
	--el-title-color: #000;
}

.wd-title-color-white {
	color: var(--wd-text-color);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--el-title-color: #fff;
}

.wd-title-color-gradient .title {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wd-title-style-shadow {
	padding: 25px;
	border-radius: var(--wd-brd-radius);
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
}

.wpb-js-composer .title-wrapper {
	--content-width: var(--wd-max-width);
}

.wpb-js-composer .title-wrapper [class*="title"] {
	max-width: var(--content-width);
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer {
	margin-bottom: 0;
}

.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer .title {
	display: none;
}

@media (max-width: 1024px) {
	.title-subtitle.wd-fontsize-m, .title-after_title.wd-fontsize-s {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.title-wrapper .title-subtitle {
		font-size: 12px;
	}
	
	.title-wrapper .title {
		font-size: 20px;
	}
}

.pswp {
	z-index: 1500;
	display: none;
	overflow: hidden;
	outline: none;
	-webkit-text-size-adjust: 100%;
	touch-action: none;
	-webkit-backface-visibility: hidden;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: .001;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	will-change: opacity;
}

.pswp--open {
	display: block;
}

.pswp__bg {
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__scroll-wrap {
	overflow: hidden;
}

:is(.pswp__container, .pswp__zoom-wrap) {
	position: absolute;
	inset: 0;
	touch-action: none;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

:is(.pswp__container, .pswp__img) {
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
	transform-origin: left top;
}

.pswp--animated-in :is(.pswp__bg, .pswp__zoom-wrap) {
	transition: none;
}

.pswp__item {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border-radius: var(--wd-brd-radius);
}

.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: grabbing;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #242424;
}

.pswp__error-msg {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	width: 100%;
	color: #bbb;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.pswp__error-msg a {
	color: #bbb;
	text-decoration: underline;
}

.pswp__button {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 44px;
	min-height: unset;
	background: none;
	opacity: .75;
	transition: opacity .2s;
	-webkit-appearance: none;
}

.pswp__button:hover {
	background-color: unset;
	opacity: 1;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__button, [class*="pswp__button--arrow--"]:before {
	background: url("https://cdn-lkind.nitrocdn.com/QkTNGUkqLsIfIkzWTEfQLZDXmXSPFoAp/assets/images/optimized/rev-b4c2e10/www.tolymp.de/wp-content/themes/woodmart/images/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg [class*="pswp__button--arrow--"]:before {
		background-image: url("https://cdn-lkind.nitrocdn.com/QkTNGUkqLsIfIkzWTEfQLZDXmXSPFoAp/assets/images/optimized/rev-b4c2e10/www.tolymp.de/wp-content/themes/woodmart/images/default-skin.svg");
	}
	
	.pswp--svg [class*="pswp__button--arrow--"] {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

[class*="pswp__button--arrow--"] {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	background: none;
}

.pswp--touch [class*="pswp__button--arrow--"] {
	visibility: hidden;
}

[class*="pswp__button--arrow--"]:before {
	content: "";
	position: absolute;
	top: 35px;
	width: 32px;
	height: 30px;
	background-color: rgba(0, 0, 0, .3);
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	user-select: none;
}

.pswp__share-modal {
	z-index: 1600;
	padding: 10px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	position: absolute;
	top: calc(56px + var(--wd-admin-bar-h));
	right: 44px;
	z-index: 1620;
	background: #fff;
	transition: transform .25s;
	transform: translateY(6px);
	border-radius: var(--wd-brd-radius);
	-webkit-backface-visibility: hidden;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:first-child {
	border-top-left-radius: var(--wd-brd-radius);
	border-top-right-radius: var(--wd-brd-radius);
}

.pswp__share-tooltip a:last-child {
	border-bottom-left-radius: var(--wd-brd-radius);
	border-bottom-right-radius: var(--wd-brd-radius);
}

.pswp__share-tooltip a:hover {
	color: #fff;
}

.pswp__share-tooltip:before {
	content: "";
	position: absolute;
	top: -12px;
	right: 15px;
	display: block;
	border: 6px solid transparent;
	border-bottom-color: #fff;
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: none;
}

.pswp__share--facebook:hover {
	background: #365493;
}

.pswp__share--twitter:hover {
	background: #000;
}

.pswp__share--pinterest:hover {
	background: #ce272d;
}

.pswp__share--download:hover {
	background: var(--wd-primary-color);
}

.pswp__counter {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	height: 44px;
	color: #fff;
	font-size: 13px;
	line-height: 44px;
	opacity: .75;
}

.pswp__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 44px;
	width: 100%;
}

.pswp__caption small {
	color: #bbb;
	font-size: 11px;
}

.pswp__caption__center {
	margin: 0 auto;
	padding: 10px;
	max-width: 420px;
	color: #bbb;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	position: relative;
	display: flex;
	float: right;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	font-size: 0;
	line-height: 1;
	opacity: 0;
	transition: opacity .25s ease-out;
}

@media screen and (min-width: 1025px) {
	.pswp__preloader {
		position: absolute;
		top: 0;
		left: calc(50% - 22px);
	}
}

.pswp__preloader__donut {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(0, 0, 0, 0);
	border-left-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.pswp__preloader--active .pswp__preloader__donut {
	--wd-anim-state: running;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__ui {
	z-index: 1550;
	visibility: visible;
	-webkit-font-smoothing: auto;
	opacity: 1;
}

.pswp--fs {
	--wd-admin-bar-h: 0;
}

.pswp__top-bar {
	position: absolute;
	top: var(--wd-admin-bar-h);
	left: 0;
	width: 100%;
	height: 44px;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse [class*="pswp__button--arrow--"] {
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp--has_mouse [class*="pswp__button--arrow--"] {
	visibility: visible;
}

:is(.pswp__top-bar, .pswp__caption) {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit :is(.pswp__top-bar, .pswp__caption) {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle [class*="pswp__button--arrow--"] {
	opacity: 0;
}

.pswp__ui--hidden :is(.pswp__top-bar, .pswp__caption, [class*="pswp__button--arrow--"]) {
	opacity: .001;
}

.pswp__ui--one-slide :is([class*="pswp__button--arrow--"], .pswp__counter) {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp, .pswp__bg, .pswp__scroll-wrap, .pswp__share-modal {
	position: absolute;
	inset: 0;
}

.wd-widget-collapse .widget-title {
	position: relative;
	margin-bottom: 0;
	padding-inline-end: 22px;
	cursor: pointer;
	user-select: none;
}

.wd-widget-collapse .widget-title ~ * {
	margin-top: 20px;
}

.wd-widget-collapse .widget-title:after {
	position: absolute;
	top: calc(50% - 12px);
	inset-inline-end: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: var(--color-gray-800);
	font-weight: 400;
	font-size: 10px;
	transition: all .25s ease;
	content: "";
	font-family: "woodmart-font";
}

.wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #f1f1f1;
	transform: rotate(180deg);
}

.rtl .wd-widget-collapse.wd-opened .widget-title:after {
	transform: rotate(-180deg);
}

.wd-widget-collapse:not(.wd-opened-initially)>.widget-title ~ * {
	display: none;
}

[class*="color-scheme-light"] .wd-widget-collapse.wd-opened .widget-title:after {
	background-color: #fff;
	color: #333;
}

.footer-sidebar {
	padding-block: 40px;
}

.footer-column>*:not(.widget) {
	margin-block: 0 var(--wd-block-spacing);
}

.footer-column>*:not(.widget):last-child {
	margin-bottom: 0;
}

[class*="color-scheme-light"] .footer-widget {
	--wd-link-color: rgba(255, 255, 255, .6);
}

.wd-prefooter {
	padding-bottom: 40px;
	background-color: var(--wd-main-bgcolor);
}

.wd-copyrights {
	--wd-tags-mb: 10px;
	padding-block: 20px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-copyrights.wd-layout-two-columns>.wd-grid-g {
	--wd-col-lg: 2;
	--wd-col-md: 1;
}

.wd-copyrights.wd-layout-centered {
	text-align: center;
}

@media (min-width: 1025px) {
	.sticky-footer-on :is(.wd-page-content, .wd-prefooter) {
		position: relative;
		z-index: 2;
	}
	
	.sticky-footer-on .wd-footer {
		position: sticky;
		bottom: 0;
	}
	
	.wd-copyrights.wd-layout-two-columns .wd-col-end {
		text-align: end;
	}
}

@media (max-width: 1024px) {
	.wd-copyrights.wd-layout-two-columns {
		text-align: center;
	}
}
