/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),
		url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),
		url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

@charset "UTF-8";
.wp-block-archives {
	box-sizing: border-box
}

.wp-block-archives-dropdown label {
	display: block
}

.wp-block-avatar {
	line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
	box-sizing: border-box
}

.wp-block-avatar.aligncenter {
	text-align: center
}

.wp-block-audio {
	box-sizing: border-box
}

.wp-block-audio figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0!important
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline>.wp-block-button__link {
	border: 2px solid;
	padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
	color: currentColor
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
	background-color: transparent;
	background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
	border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
	border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
	border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
	border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
	border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
	border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
	border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
	border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
	border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
	border-left-width: medium
}

.wp-block-buttons.is-vertical {
	flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between
}

.wp-block-buttons.aligncenter {
	text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
	text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
	border: 1px solid;
	padding: .25em
}

.wp-block-calendar th {
	font-weight: 400
}

.wp-block-calendar caption {
	background-color: inherit
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd
}

.wp-block-calendar table.has-background th {
	background-color: inherit
}

.wp-block-calendar table.has-text-color th {
	color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd
}

.wp-block-categories {
	box-sizing: border-box
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
	text-align: center
}

.wp-block-code {
	box-sizing: border-box
}

.wp-block-code code {
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	white-space: pre-wrap
}

.wp-block-columns {
	align-items: normal!important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap!important
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap!important
	}
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}

@media (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%!important
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap!important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
	align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

.wp-block-post-comments {
	box-sizing: border-box
}

.wp-block-post-comments .alignleft {
	float: left
}

.wp-block-post-comments .alignright {
	float: right
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .comment-author {
	line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em
}

.wp-block-post-comments .comment-author cite {
	font-style: normal
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title:where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
	padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-comment-template li {
	clear: both
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem
}

.wp-block-comment-template.alignleft {
	float: left
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-comment-template.alignright {
	float: right
}

.wp-block-cover,
.wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	overflow: clip;
	padding: 1em;
	position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	content: "";
	display: block;
	font-size: 0;
	min-height: inherit
}

@supports (position:sticky) {
	.wp-block-cover-image:after,
	.wp-block-cover:after {
		content: none
	}
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	color: inherit;
	width: 100%;
	z-index: 1
}

.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
	color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover
}

@supports (-webkit-touch-callout:inherit) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
	z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
	color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000
}

.wp-block-details {
	box-sizing: border-box;
	overflow: hidden
}

.wp-block-details summary {
	cursor: pointer
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px
}

.wp-block-embed {
	overflow-wrap: break-word
}

.wp-block-embed figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-embed iframe {
	max-width: 100%
}

.wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.wp-block-file {
	box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
	font-size: .8em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

:where(.wp-block-file) {
	margin-bottom: 1.5em
}

.wp-block-file__embed {
	margin-bottom: 1em
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	object-fit: cover;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%
}

@media (min-width:600px) {
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em)
	}
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em)
	}
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em)
	}
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em)
	}
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em)
	}
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em)
	}
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100%!important;
	width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 0 8px 8px;
	position: absolute;
	text-align: center;
	width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	object-fit: cover;
	width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}
	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
	}
	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
	}
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
	}
	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
	}
	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
	}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
	}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%
	}
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center
}

.wp-block-group {
	box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
	rotate: 180deg
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
	border-radius: inherit
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box
}

.wp-block-image.aligncenter {
	text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
	width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
	border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain
	}
}

.wp-block-image:where(.has-border-color) {
	border-style: solid
}

.wp-block-image:where([style*=border-top-color]) {
	border-top-style: solid
}

.wp-block-image:where([style*=border-right-color]) {
	border-right-style: solid
}

.wp-block-image:where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

.wp-block-image:where([style*=border-left-color]) {
	border-left-style: solid
}

.wp-block-image:where([style*=border-width]) {
	border-style: solid
}

.wp-block-image:where([style*=border-top-width]) {
	border-top-style: solid
}

.wp-block-image:where([style*=border-right-width]) {
	border-right-style: solid
}

.wp-block-image:where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

.wp-block-image:where([style*=border-left-width]) {
	border-left-style: solid
}

.wp-block-image figure {
	margin: 0
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative
}

.wp-lightbox-container img {
	cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
	opacity: 1
}

.wp-lightbox-container button {
	align-items: center;
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(90, 90, 90, .25);
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	transition: opacity .2s ease;
	width: 20px;
	z-index: 100
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto rgba(90, 90, 90, .25);
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1
}

.wp-lightbox-container button:focus {
	opacity: 1
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: rgba(90, 90, 90, .25);
	border: none
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100vw;
	z-index: 100000
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none
}

.wp-lightbox-overlay button {
	background: none;
	border: none
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: .9;
	position: absolute;
	width: 100%;
	z-index: 2000000
}

.wp-lightbox-overlay.active {
	animation: turn-on-visibility .25s both;
	visibility: visible
}

.wp-lightbox-overlay.active img {
	animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) {
	animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.hideanimationenabled:not(.active) img {
	animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible
	}
	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in .4s
	}
	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none
	}
	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility .4s forwards
	}
	.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) {
		animation: none
	}
	.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container {
		animation: lightbox-zoom-out .4s
	}
	.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .lightbox-image-container img {
		animation: none
	}
	.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim {
		animation: turn-off-visibility .4s forwards
	}
}

@keyframes turn-on-visibility {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes turn-off-visibility {
	0% {
		opacity: 1;
		visibility: visible
	}
	99% {
		opacity: 0;
		visibility: visible
	}
	to {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes lightbox-zoom-in {
	0% {
		transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
	}
	to {
		transform: translate(-50%, -50%) scale(1)
	}
}

@keyframes lightbox-zoom-out {
	0% {
		transform: translate(-50%, -50%) scale(1);
		visibility: visible
	}
	99% {
		visibility: visible
	}
	to {
		transform: translate(calc(-50vw + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
		visibility: hidden
	}
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8
}

.has-dates:where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts:where(.wp-block-latest-comments:not([style*=line-height])) {
	line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0
}

.wp-block-latest-comments__comment {
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
	font-size: inherit
}

.wp-block-latest-posts {
	box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

ol,
ul {
	box-sizing: border-box
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-media-text {
	box-sizing: border-box;
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1
	/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1
	/*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100%!important
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2
	}
}

.wp-block-navigation {
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center;
	position: relative
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
	list-style: none;
	padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
	text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
	text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
	display: inline-block;
	height: inherit;
	margin-top: .075em;
	width: inherit
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: opacity .1s linear;
	visibility: hidden;
	width: 0;
	z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px
	}
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: transparent;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em
	}
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em
	}
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg)
	}
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor
}

button.wp-block-navigation-item__content {
	background-color: transparent;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
	gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px
}

@media (min-width:782px) {
	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
	background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	color: #000
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0
}

.wp-block-navigation__container .is-responsive {
	display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
	flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0
}

.wp-block-navigation__responsive-container:where(.wp-block-navigation-item a) {
	color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit!important;
	color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open {
	animation: overlay-menu__fade-in-animation .1s ease-out;
	animation-fill-mode: forwards;
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
	z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation-delay: 0s;
		animation-duration: 1ms
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: transparent!important;
	color: inherit!important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto
	}
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
	color: #000
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	background: transparent;
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px
}

.wp-block-navigation__responsive-container-open {
	display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

.wp-block-navigation__responsive-close {
	width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
	outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
	position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px
	}
}

html.has-modal-open {
	overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit
}

.is-small-text {
	font-size: .875em
}

.is-regular-text {
	font-size: 1em
}

.is-large-text {
	font-size: 2.25em
}

.is-larger-text {
	font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em
}

p.has-drop-cap.has-background {
	overflow: hidden
}

p.has-background {
	padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
	rotate: 180deg
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1
}

.wp-block-post-author__name {
	margin: 0
}

.wp-block-post-comments-form {
	box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight]:where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family]:where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size]:where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size]:where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height]:where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style]:where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing]:where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
	padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title:where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-date {
	box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
	display: inline-block
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0
}

.wp-block-post-featured-image a {
	display: block;
	height: 100%
}

.wp-block-post-featured-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
	width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute
}

.wp-block-post-featured-image {
	position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1
}

.wp-block-post-featured-image:where(.alignleft,
.alignright) {
	width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
	rotate: 180deg
}

.wp-block-post-terms {
	box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
	box-sizing: border-box
}

.wp-block-post-title {
	word-break: break-word
}

.wp-block-post-title a {
	display: inline-block
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-pullquote {
	box-sizing: border-box;
	overflow-wrap: break-word;
	padding: 3em 0;
	text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
	color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative
}

.wp-block-pullquote .has-text-color a {
	color: inherit
}

:where(.wp-block-pullquote) {
	margin: 0 0 1em
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-post-template {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-post-template.wp-block-post-template {
	background: none
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
	margin: 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em)
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em)
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em)
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em)
	}
	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
}

@media (max-width:600px) {
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr
	}
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
	-webkit-margin-start: 2em;
	-webkit-margin-end: 0;
	float: right;
	margin-inline-end: 0;
	margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
	-webkit-margin-start: 0;
	-webkit-margin-end: 2em;
	float: left;
	margin-inline-end: 2em;
	margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	margin-inline-end: auto;
	margin-inline-start: auto
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	-webkit-margin-start: auto;
	margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	-webkit-margin-end: auto;
	margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
	justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
	box-sizing: border-box
}

.wp-block-quote {
	overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right
}

.wp-block-read-more {
	display: block;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
	text-decoration: none
}

ul.wp-block-rss {
	list-style: none;
	padding: 0
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box
}

ul.wp-block-rss.alignleft {
	margin-right: 2em
}

ul.wp-block-rss.alignright {
	margin-left: 2em
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}
	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}
	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}
	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}
	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em
}

.wp-block-search__button {
	margin-left: 10px;
	word-break: normal
}

.wp-block-search__button.has-icon {
	line-height: 0
}

.wp-block-search__button svg {
	fill: currentColor;
	min-height: 24px;
	min-width: 24px;
	vertical-align: text-bottom
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search__label {
	width: 100%
}

.wp-block-search__input {
	-webkit-appearance: initial;
	appearance: none;
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3rem;
	padding: 8px;
	text-decoration: unset!important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	flex-shrink: 0;
	margin-left: 0;
	max-width: calc(100% - 100px)
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper):where(.wp-block-search__button) {
	padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto
}

.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
	min-width: 0!important;
	transition-property: width
}

.wp-block-search__button-behavior-expand .wp-block-search__input {
	flex-basis: 100%;
	transition-duration: .3s
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,
.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
	overflow: hidden
}

.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input {
	border-left-width: 0!important;
	border-right-width: 0!important;
	flex-basis: 0;
	flex-grow: 0;
	margin: 0;
	min-width: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
	width: 0!important
}

.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper {
	float: right
}

.wp-block-separator {
	border: 1px solid;
	border-left: none;
	border-right: none
}

.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	height: auto;
	line-height: 1;
	text-align: center
}

.wp-block-separator.is-style-dots:before {
	color: currentColor;
	content: "В·В·В·";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0
}

.wp-block-site-logo a {
	display: inline-block;
	line-height: 0
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
	border-radius: inherit
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.wp-block-site-logo.is-style-rounded {
	border-radius: 9999px
}

.wp-block-site-title a {
	color: inherit
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none
}

.wp-block-social-links .wp-social-link a {
	padding: .25em
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: .65em;
	margin-left: .5em;
	margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center
}

.wp-block-social-links.alignright {
	justify-content: flex-end
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
	transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-social-link {
		transition-delay: 0s;
		transition-duration: 0s
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
	transition: transform .1s ease
}

.wp-block-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited {
	fill: currentColor;
	color: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #ff424d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	stroke: #000;
	background-color: #fefc00;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
	padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	height: 1.25em;
	width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	stroke: #000;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-threads,
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
	color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-x {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
	color: #000
}

.wp-block-spacer {
	clear: both
}

.wp-block-tag-cloud {
	box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
	border: 1px solid;
	font-size: unset!important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none!important
}

.wp-block-table {
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table thead {
	border-bottom: 3px solid
}

.wp-block-table tfoot {
	border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: .5em
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
	border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
	border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
	border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
	border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
	border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
	border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
	border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
	border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
	border-style: inherit;
	border-width: inherit
}

:where(.wp-block-term-description) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap
}

:where(pre.wp-block-verse) {
	font-family: inherit
}

.wp-block-video {
	box-sizing: border-box
}

.wp-block-video video {
	vertical-align: middle;
	width: 100%
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.editor-styles-wrapper,
.entry-content {
	counter-reset: footnotes
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super
}

a[data-fn].fn:after {
	content: "[" counter(footnotes) "]";
	float: left;
	text-indent: 0
}

.wp-element-button {
	cursor: pointer
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
	font-size: 1em
}

.has-larger-font-size {
	font-size: 2.625em
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

#end-resizable-editor-section {
	display: none
}

.aligncenter {
	clear: both
}

.items-justified-left {
	justify-content: flex-start
}

.items-justified-center {
	justify-content: center
}

.items-justified-right {
	justify-content: flex-end
}

.items-justified-space-between {
	justify-content: space-between
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal!important;
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.screen-reader-text:focus {
	clip: auto!important;
	background-color: #ddd;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

html:where(.has-border-color) {
	border-style: solid
}

html:where([style*=border-top-color]) {
	border-top-style: solid
}

html:where([style*=border-right-color]) {
	border-right-style: solid
}

html:where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html:where([style*=border-left-color]) {
	border-left-style: solid
}

html:where([style*=border-width]) {
	border-style: solid
}

html:where([style*=border-top-width]) {
	border-top-style: solid
}

html:where([style*=border-right-width]) {
	border-right-style: solid
}

html:where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html:where([style*=border-left-width]) {
	border-left-style: solid
}

html:where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

:where(figure) {
	margin: 0 0 1em
}

html:where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
	html:where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

p.cr-comment-image-text {
	margin-bottom: .5em;
	font-size: .9em
}

p.cr-comment-video-text {
	margin-bottom: .5em;
	font-size: .9em
}

.iv-comment-image {
	float: left;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 0;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e1e3;
	filter: brightness(100%)
}

.iv-comment-image:hover,
.cr-comment-video:hover {
	filter: brightness(95%)
}

.cr-comment-image-top {
	width: 150px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	max-height: 150px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e1e3;
	filter: brightness(100%)
}

.cr-comment-image-top:hover {
	filter: brightness(95%)
}

.cr-comment-video {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e1e3;
	filter: brightness(100%)
}

.cr-comment-video video.cr-video-a {
	width: 75px;
	height: 75px;
	display: block;
	object-fit: cover
}

.cr-comment-video-modal.cr-comment-video video.cr-video-a {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

div.cr-comment-video img.cr-comment-videoicon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	margin-top: -16px;
	margin-left: -16px
}

.cr-comment-image-top img {
	box-shadow: none;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	padding: 0;
	border-radius: 0
}

#reviews div.iv-comment-image img,
div.iv-comment-image img {
	box-shadow: none;
	width: 75px;
	height: 75px;
	max-width: 75px;
	max-height: 75px;
	object-fit: cover;
	padding: 0;
	border-radius: 0;
	display: block;
	position: relative
}

.cr-comment-image-top img {
	cursor: pointer
}

.cr-comment-images,
.cr-comment-videos {
	margin-bottom: 1em
}

.cr-all-reviews-shortcode .cr-comment-images,
.cr-comment-videos {
	margin: 0
}

.cr-comment-videos .cr-comment-video .cr-comment-video-close {
	display: none
}

.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close {
	display: block;
	background-color: #7a7a7a;
	color: #fff;
	border: 0 solid;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px;
	line-height: 0;
	cursor: pointer
}

.cr-comment-videos .cr-comment-video .cr-video-cont {
	display: block;
	position: relative;
	margin: auto
}

.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-video-cont {
	padding: 10px
}

.cr-comment-videos-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4)
}

.cr-comment-videos-modal .cr-comment-video,
.cr-comment-videos-modal .iv-comment-image {
	display: none
}

.cr-comment-video.cr-comment-video-modal {
	width: 80%;
	height: 80%;
	float: none;
	margin: auto;
	z-index: 1;
	display: flex;
	justify-content: center;
	cursor: auto;
	border-width: 0;
	filter: brightness(100%)
}

div.cr-recaptcha {
	margin-bottom: 1.5em
}

#commentform.comment-form .cr-upload-local-images,
.comment-form .cr-upload-local-images {
	width: 100%;
	flex: none
}

#commentform.comment-form .cr-upload-local-images label,
.comment-form .cr-upload-local-images label {
	display: block;
	transform: none;
	position: relative;
	left: auto;
	top: auto
}

#commentform.comment-form .cr-upload-local-images input,
.comment-form .cr-upload-local-images input {
	display: block;
	width: 100%
}

.ivole-meter {
	overflow: hidden;
	background: #f2f2f2;
	background: -webkit-linear-gradient(top, #eee, #f6f6f6);
	background: linear-gradient(to bottom, #eee, #f6f6f6);
	background-color: #f3f3f3;
	height: 22px;
	border-radius: 1px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(0, 0, 0, .1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ivole-meter .ivole-meter-bar {
	border-radius: 1px;
	background: #fb0;
	background: -webkit-linear-gradient(top, #ffce00, #ffa700);
	background: linear-gradient(to bottom, #ffce00, #ffa700);
	background-color: #ffce00;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .05);
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
	float: left;
	font-size: 0;
	height: 100%;
	width: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ivole-meter .ivole-meter-bar:before {
	background-color: rgba(255, 255, 255, .25);
	content: "";
	display: block;
	font-size: 0;
	height: 1px;
	margin: 1px
}

#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell1 {
	white-space: nowrap;
	width: auto
}

#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
	width: 70%
}

.cr-all-reviews-shortcode #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
	min-width: 100px
}

#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 {
	text-align: right;
	white-space: nowrap;
	width: auto
}

#reviews .cr-summaryBox-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.cr-reviews-grid .cr-summaryBox-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2px;
	align-items: center
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-summaryBox-wrap {
	display: none
}

#reviews .cr-summaryBox-wrap {
	margin: 0 0 1em;
	background-color: #f9f9f9
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.cr-reviews-grid .cr-summaryBox-wrap {
	margin: 0;
	background-color: #f9f9f9
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator {
	width: auto;
	height: 40px
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator {
	flex: 2 2 auto;
	display: flex;
	justify-content: center;
	align-items: center
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side {
	flex: 1 1 auto
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int {
	width: 2px;
	height: 40px;
	background-color: #bcccd4
}

.cr-reviews-grid .cr-summaryBox-wrap {
	margin: 0 10px 20px
}

#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
	margin: 0;
	width: 49%;
	flex: 0 0 49%;
	padding: 10px;
	border-radius: 4px;
	border: 0 solid #e4e1e3;
	box-sizing: border-box
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox {
	width: 35%;
	flex: 1 0 35%
}

.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
	width: auto;
	flex: 0 0 auto
}

#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column
}

#reviews .cr-summaryBox-wrap .cr-average-rating,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.cr-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	color: #0e252c
}

#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
	font-size: 14px;
	color: #0e252c;
	line-height: 25px
}

.cr-all-reviews-shortcode .cr-review-form-wrap {
	display: none
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap,
.cr-ajax-reviews-review-form .cr-review-form-wrap {
	display: block
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e5e9eb;
	border-bottom: 1px solid #e5e9eb;
	height: 50px
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right {
	display: flex;
	align-items: center
}

.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-right {
	display: none
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg {
	margin: 0 5px 0 0
}

.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg {
	pointer-events: none
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover {
	cursor: pointer
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span {
	font-size: 16px;
	color: #0e252c
}

.cr-all-reviews-shortcode .cr-review-form-item,
.cr-ajax-reviews-review-form .cr-review-form-item {
	display: flex;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #e5e9eb;
	position: relative
}

.cr-all-reviews-shortcode .cr-review-form-item img,
.cr-ajax-reviews-review-form .cr-review-form-item img {
	display: block;
	height: 60px;
	margin: 0 20px 0 0
}

.cr-all-reviews-shortcode .cr-review-form-item span,
.cr-ajax-reviews-review-form .cr-review-form-item span {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #0e252c
}

.cr-all-reviews-shortcode .cr-review-form-rating,
.cr-ajax-reviews-review-form .cr-review-form-rating {
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative
}

.cr-onsite-ratings .cr-review-form-rating,
.cr-review-form-rating-overall .cr-review-form-rating {
	max-width: 500px;
	margin: 1em 0;
	padding: 0;
	position: relative
}

.cr-review-form-rating-overall.cr-review-form-rating-ovonly .cr-review-form-rating {
	margin: 1em 0 1.5em
}

.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating,
.cr-review-form-wrap .cr-review-form-rating-overall .cr-review-form-rating {
	margin-left: auto;
	margin-right: auto
}

.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating-label {
	font-size: 12px;
	color: #4d5d64
}

.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont {
	display: flex;
	position: relative;
	height: auto;
	padding: 5px 0
}

.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
	height: 20px;
	padding: 0 5px
}

.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
	height: 30px;
	padding: 0 5px
}

.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg {
	height: 30px;
	width: 33px
}

.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child {
	padding-left: 0
}

.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act {
	display: none
}

.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover {
	cursor: pointer
}

.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin: 0 0 0 10px
}

.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	margin: 0 0 0 10px
}

.cr-review-form-rating-overall .cr-review-form-rating-label {
	font-size: 18px
}

.cr-all-reviews-shortcode .cr-review-form-rating-overall .cr-review-form-rating-label,
.cr-ajax-reviews-review-form .cr-review-form-rating-overall .cr-review-form-rating-label {
	font-size: 16px
}

.cr-all-reviews-shortcode .cr-review-form-field-error,
.cr-onsite-ratings .cr-review-form-field-error,
.cr-review-form-rating-overall .cr-review-form-field-error,
.cr-onsite-questions .cr-onsite-question .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-field-error {
	font-size: 11px;
	color: #ce2b37;
	margin: 5px 0 0;
	display: none
}

.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont {
	background-color: #fae9eb
}

.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-onsite-questions .cr-onsite-question.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-form-item-media.cr-review-form-error .cr-review-form-field-error {
	display: block
}

.cr-all-reviews-shortcode .cr-review-form-comment,
.cr-ajax-reviews-review-form .cr-review-form-comment {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative
}

.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-comment-txt {
	border: solid 1px #d8e2e7;
	background-color: #fff;
	box-shadow: none;
	position: relative;
	padding: 12px 16px;
	color: #0e252c;
	font-size: 14px;
	width: 100%
}

.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt {
	border: #ce2b37 solid 2px
}

.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl {
	position: absolute;
	top: -7px;
	z-index: 1;
	left: 16px;
	background-color: #fff;
	padding: 0 5px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	color: #4d5d64
}

.cr-all-reviews-shortcode .cr-form-item-media,
.cr-ajax-reviews-review-form .cr-form-item-media {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px
}

.cr-all-reviews-shortcode .cr-review-form-ne,
.cr-ajax-reviews-review-form .cr-review-form-ne {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px;
	position: relative;
	display: flex;
	gap: 10px
}

.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email {
	width: 50%;
	position: relative
}

.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name input,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email input {
	width: 100%
}

.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-txt {
	border: solid 1px #d8e2e7;
	background-color: #fff;
	box-shadow: none;
	position: relative;
	padding: 12px 16px;
	color: #0e252c;
	font-size: 14px
}

.cr-review-form-wrap .cr-onsite-question .cr-onsite-question-inp {
	border: solid 1px #d8e2e7;
	background-color: #fff;
	box-shadow: none;
	padding: 12px 16px;
	color: #0e252c;
	font-size: 14px;
	width: 50%
}

.cr-review-form-wrap .cr-onsite-question label {
	position: absolute;
	top: -7px;
	z-index: 1;
	left: 16px;
	background-color: #fff;
	padding: 0 5px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	color: #4d5d64
}

.cr-review-form-wrap .cr-onsite-questions {
	max-width: 500px;
	margin: 0 auto
}

.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type=text],
.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type=number],
.cr-single-product-review .cr-review-form-textbox.cr-review-form-error {
	border: #ce2b37 solid 2px
}

.cr-all-reviews-shortcode .cr-review-form-buttons,
.cr-ajax-reviews-review-form .cr-review-form-buttons {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
	display: flex;
	gap: 10px
}

.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit {
	display: block;
	background-color: #31856c;
	color: #fff;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: 50%
}

.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-submit {
	width: 100%
}

.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit:hover {
	background-color: #276a56;
	text-decoration: none;
	cursor: pointer
}

.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question-inp,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question-inp {
	pointer-events: none
}

.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit span,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit span {
	display: inline
}

.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span {
	display: none
}

.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit img,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit img {
	display: none;
	height: 10px;
	vertical-align: middle
}

.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img {
	display: inline
}

.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-cancel,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-cancel {
	display: block;
	background-color: #fff;
	color: #0e252c;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: 50%;
	border: solid 1px #d8e2e7
}

.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-cancel {
	display: none
}

.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-cancel:hover,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-cancel:hover {
	border: solid 1px #4d5d64;
	text-decoration: none;
	cursor: pointer
}

.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-rating,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-comment,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-ne,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-buttons,
.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-ratings,
.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-question,
.cr-all-reviews-shortcode .cr-review-form-res .cr-form-item-media,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-rating,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-comment,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-ne,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-buttons,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-ratings,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-question,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-form-item-media {
	display: none
}

.cr-all-reviews-shortcode .cr-review-form-result,
.cr-ajax-reviews-review-form .cr-review-form-result,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in {
	max-width: 500px;
	margin: 0 auto;
	display: none;
	position: relative;
	padding: 40px 0
}

.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in {
	display: flex;
	flex-direction: column;
	align-items: center
}

.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result span,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result span,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in span,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in span {
	padding: 0 0 20px
}

.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue {
	display: block;
	background-color: #31856c;
	color: #fff;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: auto;
	text-decoration: none
}

.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue {
	padding: 10px 20px;
	min-width: 100px;
	text-align: center
}

.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue:hover,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue:hover {
	background-color: #276a56;
	text-decoration: none;
	cursor: pointer
}

.ivole-summaryBox {
	max-width: 100%;
	font-size: 14px
}

div.ivole-summaryBox {
	margin-bottom: 2rem
}

#ivole-histogramTable {
	margin-bottom: 0;
	border-collapse: collapse;
	border: 0;
	width: 100%;
	max-width: 320px;
	margin: 0 auto
}

#ivole-histogramTable .ivole-histogramRow {
	border: 0
}

#ivole-histogramTable tr.ivole-histogramRow td {
	padding: .2rem .3rem;
	vertical-align: middle;
	border: 0;
	background-color: transparent
}

#ivole-histogramTable tr.ivole-histogramRow:first-child td {
	padding-top: 0
}

#ivole-histogramTable tr.ivole-histogramRow:last-child td {
	padding-bottom: 0
}

#ivole-histogramTable tr.ivole-histogramRow td:first-child {
	padding-left: 0
}

#ivole-histogramTable tr.ivole-histogramRow td:last-child {
	padding-right: 0
}

#reviews .cr-credits-div,
.cr-all-reviews-shortcode .cr-credits-div,
.cr-reviews-grid .cr-credits-div {
	font-size: 10px;
	text-align: right;
	width: 100%;
	padding: 0 5px;
	margin: 7px 0;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: right;
	box-sizing: border-box
}

.cr-reviews-grid .cr-credits-div {
	margin-top: 0;
	padding: 0 10px
}

.cr-all-reviews-shortcode .cr-credits-div a,
#reviews .cr-credits-div a,
.cr-reviews-grid .cr-credits-div a {
	text-decoration: none
}

.cr-all-reviews-shortcode .cr-credits-div a img,
#reviews .cr-credits-div a img,
.cr-reviews-grid .cr-credits-div a img {
	display: inline;
	height: 16px;
	margin: 0 0 0 4px;
	padding: 0;
	vertical-align: middle
}

#reviews .cr-summaryBox-wrap .cr-count-filtered-reviews,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-count-filtered-reviews,
.cr-reviews-grid .cr-summaryBox-wrap .cr-count-filtered-reviews {
	width: 100%;
	padding: 0;
	margin-top: 10px
}

#ivole-histogramTable tr.ivole-histogramRow a {
	display: inline
}

#ivole-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s a {
	display: inline;
	font-weight: 700
}

.cr-all-reviews-shortcode .cr-count-row,
#reviews.cr-reviews-ajax-reviews .cr-count-row {
	background-color: #f9f9f9;
	padding: 10px 12px;
	font-size: 12px;
	color: #0e252c;
	margin: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-count-row {
	display: none
}

.cr-all-reviews-shortcode .cr-count-row a,
.cr-reviews-ajax-comments .cr-count-row a {
	color: #0e252c;
	text-decoration: underline
}

.cr-all-reviews-shortcode .cr-count-row a:hover,
.cr-reviews-ajax-comments .cr-count-row a:hover {
	cursor: pointer;
	color: #0e252c
}

div.ivole-summaryBox.cr-summaryBox-ajax.cr-summaryBar-updating,
div.ivole-summaryBox.cr-all-reviews-ajax.cr-summaryBar-updating,
div.ivole-summaryBox.cr-summaryBar-updating,
.cr-count-row .cr-seeAll-updating,
.cr-ajax-reviews-sort.cr-sort-updating {
	opacity: .5;
	pointer-events: none
}

.cr-voting-cont {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.cr-voting-cont img,
.cr-voting-cont-uni svg {
	margin-left: 0;
	margin-right: 7px;
	margin-top: 0;
	margin-bottom: 0;
	width: 13px;
	height: 16px;
	cursor: pointer;
	pointer-events: auto
}

.rtl .cr-voting-cont img,
.rtl .cr-voting-cont-uni svg {
	margin-right: 0;
	margin-left: 7px
}

.cr-voting-cont-uni .cr-voting-update svg {
	pointer-events: none
}

.cr-voting-cont-uni span.cr-voting-upvote svg:hover {
	color: #000
}

.cr-voting-cont-uni span {
	display: block;
	line-height: 11px;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0
}

.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-int {
	fill: none
}

.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext {
	fill: #18b394
}

.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #00a382;
	fill-opacity: .4
}

.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext {
	fill: #00a382
}

.cr-voting-cont-uni span.cr-voting-upvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-ext {
	fill: #202020
}

.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-int,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-int {
	fill: none;
	animation: pulse 1s infinite
}

@keyframes pulse {
	0% {
		fill: #fff
	}
	50% {
		fill: #a9a9a9
	}
	100% {
		fill: #fff
	}
}

.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-int {
	fill: none
}

.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
	fill: #ce2b37
}

.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #ca2430;
	fill-opacity: .4
}

.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext {
	fill: #ca2430
}

.cr-voting-cont-uni span.cr-voting-upvote-count {
	margin-right: 10px;
	color: #18b394
}

.rtl .cr-voting-cont-uni span.cr-voting-upvote-count {
	margin-right: 0;
	margin-left: 10px
}

.cr-voting-cont-uni span.cr-voting-downvote-count {
	color: #ce2b37
}

@font-face {
	font-family: crstar;
	src: url(fonts/star.eot);
	src: url(fonts/star.eot?#iefix) format("embedded-opentype"),
		url(fonts/star.woff) format("woff"),
		url(fonts/star.ttf) format("truetype"),
		url(fonts/star.svg#star) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

.cr-all-reviews-shortcode ol li.comment,
.cr-all-reviews-shortcode ol li.review {
	list-style: none;
	margin-right: 0;
	margin-bottom: 2.5em;
	position: relative;
	border: 0
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container,
.cr-all-reviews-shortcode ol li.comment .comment_container,
.cr-all-reviews-shortcode ol li.review .comment_container {
	position: relative;
	padding: 0
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container img.avatar,
.cr-all-reviews-shortcode ol li.comment .comment_container img.avatar,
.cr-all-reviews-shortcode ol li.review .comment_container img.avatar {
	float: left;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	width: 50px;
	height: auto;
	border: 0 solid #e4e1e3;
	margin: 0;
	box-shadow: none;
	border-radius: 25px
}

#reviews #comments .cr-avatar-check {
	display: none
}

.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,
.cr-reviews-grid .cr-review-card .cr-avatar-check,
.cr-reviews-slider .cr-review-card .cr-avatar-check {
	width: 20px;
	height: 20px;
	background-color: #31856c;
	position: absolute;
	left: 34px;
	top: 28px;
	border-radius: 10px;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box
}

.cr-all-reviews-shortcode ol li.review .comment_container .meta,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	color: #767676;
	font-size: 14px;
	flex-wrap: wrap
}

.cr-all-reviews-shortcode ol li div.comment_container a.cr-comment-a {
	box-shadow: none
}

.cr-all-reviews-shortcode ol li div.comment_container p.iv-comment-product {
	font-size: 90%
}

.cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a {
	box-shadow: none;
	line-height: 0
}

.cr-all-reviews-shortcode ol li .comment_container .iv-comment-product-img {
	width: 20px;
	height: auto;
	vertical-align: top;
	margin-right: 5px;
	display: inline;
	border-radius: 3px
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
.cr-all-reviews-shortcode ol.commentlist li .comment-text {
	margin: 0 0 0 70px;
	border-top: 0 solid #e4e1e3;
	border-left: 0 solid #e4e1e3;
	border-right: 0 solid #e4e1e3;
	border-bottom: 1px solid #e4e1e3;
	padding: 0 0 1em
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text.comment-text-no-avatar,
.cr-all-reviews-shortcode ol.commentlist li .comment-text.comment-text-no-avatar {
	margin: 0;
	float: none;
	width: 100%
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text p,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
	margin: 1em 0
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta {
	font-size: .83em
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta time {
	font-style: normal
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-featured-date,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .cr-meta-author-featured-date {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	align-items: baseline
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
	display: flex;
	align-items: center;
	column-gap: 20px
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture {
	display: flex;
	align-items: center;
	margin: 0;
	column-gap: 7px
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a {
	font-size: 14px;
	color: #0e252c
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a:hover {
	text-decoration: underline
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
	color: #0e252c;
	font-size: 16px;
	display: inline;
	font-weight: 500;
	margin: 0;
	text-indent: 0
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__verified,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__verified {
	display: block;
	color: #4d5d64;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-indent: 0
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-date time {
	color: #4d5d64
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title {
	display: flex;
	align-items: flex-start;
	flex-direction: column
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title svg {
	width: 18px;
	height: 18px;
	display: block;
	margin: 0 0 0 10px;
	color: #4d5d64
}

span.cr-tag {
	color: #3d3d3d;
	background-color: #eeeff2;
	display: inline-block;
	padding: .2em .4em;
	font-size: .8em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: .8em;
	border: 1px solid #c3c6d1;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

div.cr-review-tags-filter span.cr-tag {
	font-size: 1em;
	border-radius: 1em;
	margin-right: 5px;
	margin-bottom: 7px
}

div.cr-review-tags-filter span.cr-tag:hover {
	background-color: #c3c6d1;
	cursor: pointer
}

div.cr-review-tags-filter {
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	pointer-events: auto;
	opacity: 1
}

div.cr-review-tags-filter span.cr-tag.cr-tag-selected {
	border-color: #989db0;
	background-color: #989db0;
	color: #fff
}

div.cr-review-tags-filter.cr-review-tags-filter-disabled {
	pointer-events: none;
	opacity: .5
}

.cr-review-tags {
	margin-bottom: 1em
}

.cr-all-reviews-shortcode ol.commentlist ul.children,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
	margin-inline-start: 70px;
	padding-inline-start: 0
}

.cr-all-reviews-shortcode .crstar-rating,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating,
#reviews #comments .cr-summaryBox-wrap .crstar-rating {
	overflow: hidden;
	position: relative;
	height: 20px;
	line-height: 18px;
	font-size: 18px;
	width: 5.4em;
	font-family: crstar;
	color: #ffbc00;
	margin: 10px 0
}

#reviews #comments .cr-summaryBox-wrap .cr-overall-rating-wrap .crstar-rating {
	margin-bottom: 0;
	margin-top: 5px
}

.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 20px;
	line-height: 18px;
	font-size: 18px;
	width: 5.4em;
	font-family: crstar;
	color: #ffbc00
}

.cr-all-reviews-shortcode .crstar-rating:before,
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating:before,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating:before,
#reviews #comments .cr-summaryBox-wrap .crstar-rating:before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.cr-all-reviews-shortcode .crstar-rating span,
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating span,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating span,
#reviews #comments .cr-summaryBox-wrap .crstar-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.cr-all-reviews-shortcode .crstar-rating span:before,
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating span:before,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating span:before,
#reviews #comments .cr-summaryBox-wrap .crstar-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0
}

p.ivole-verified-badge {
	font-size: 12px;
	vertical-align: middle
}

span.ivole-verified-badge-text {
	vertical-align: middle
}

p.ivole-verified-badge span.ivole-review-country-text,
p.ivole-verified-badge span.ivole-review-country-space {
	vertical-align: middle
}

.cr-all-reviews-shortcode ol.commentlist,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.5em;
	display: block
}

.cr-all-reviews-shortcode ol.commentlist li,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list li {
	margin: 0 0 30px;
	list-style: none;
	clear: both
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review ol.commentlist {
	display: none
}

.cr-all-reviews-shortcode .ivole-review-country-icon,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .ivole-review-country-icon {
	display: inline;
	height: 12px;
	width: auto;
	margin: 0 0 0 5px;
	border-radius: 0
}

.woocommerce #content #reviews p.ivole-verified-badge img.ivole-review-country-icon,
#reviews p.ivole-verified-badge img.ivole-review-country-icon {
	float: none;
	height: 12px;
	width: auto;
	vertical-align: middle;
	margin: 0 5px 0 0;
	display: inline;
	border-radius: 0
}

.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
p.ivole-verified-badge img.ivole-verified-badge-icon,
#reviews img.ivole-verified-badge-icon,
img.ivole-verified-badge-icon {
	float: none;
	height: 20px;
	width: auto;
	vertical-align: middle;
	margin: 0 5px 0 0;
	display: inline;
	border-radius: 0
}

.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-ext-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
#reviews p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
#reviews img.ivole-verified-badge-ext-icon,
img.ivole-verified-badge-ext-icon {
	float: none;
	height: 11px;
	width: 11px;
	vertical-align: middle;
	margin: 0 0 0 5px;
	display: inline;
	border-radius: 0
}

.cr-form-item-media-none {
	padding: 24px;
	text-align: left;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: 1px dashed #d8e2e7;
	border-radius: 2px
}

.cr-review-form-error .cr-form-item-media-none {
	border-color: #ce2b37
}

.cr-form-visible .cr-form-item-media-none {
	display: none
}

.cr-form-item-media-none .cr-form-item-media-icon {
	width: 60px;
	height: 60px;
	padding: 8px;
	border: 1px solid #e0e0e0;
	fill: #e0e0e0;
	border-radius: 2px;
	flex-shrink: 0
}

.cr-form-item-media-none .cr-form-item-media-icon:first-child {
	margin-right: 5px
}

.cr-rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child {
	margin-right: 0;
	margin-left: 5px
}

.cr-form-item-media-none span {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	color: #4d5d64;
	font-size: 12px
}

.cr-rtl .cr-form-item-media-none span {
	margin-left: 0;
	margin-right: 20px
}

.cr-form-item-media-none:active {
	border-color: #c9c9c9
}

.cr-form-item-media-none:active .cr-form-item-media-icon {
	border: 1px solid #c9c9c9;
	fill: #c9c9c9
}

.cr-form-item-media .cr-form-item-media-file {
	display: none
}

.cr-form-item-media-preview {
	display: none;
	margin: 0;
	flex-wrap: wrap
}

.cr-form-visible .cr-form-item-media-preview {
	display: flex;
	row-gap: 9px
}

.cr-form-item-media-preview .cr-upload-images-containers {
	width: 108px;
	height: 108px;
	margin-bottom: 0;
	margin-right: 9px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	border: 1px solid #d8e2e7;
	padding: 0;
	overflow: hidden
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending {
	pointer-events: none
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok {
	padding: 0
}

.cr-form-item-media-preview .cr-upload-images-containers img {
	margin: 0;
	opacity: .3;
	object-fit: cover
}

.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
	width: 108px;
	height: 108px;
	margin: 0;
	opacity: .3;
	padding: 15px;
	border: 1px solid #e0e0e0;
	fill: #e0e0e0;
	border-radius: 2px
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok img {
	opacity: 1
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
	opacity: .6;
	border-width: 0
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending img {
	opacity: .2
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
	opacity: .2
}

.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete {
	padding: 1px;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
	display: none;
	background-color: #ce2b37;
	border-radius: 8px;
	border: 0 solid;
	line-height: 0;
	cursor: pointer
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete {
	display: block
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete {
	opacity: .2
}

.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
	fill: #fff
}

.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
	margin: 0;
	background: url(/img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: none;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
	display: block
}

.cr-form-item-media-preview .cr-form-item-media-add {
	cursor: pointer;
	width: 108px;
	height: 108px;
	text-align: center;
	line-height: 108px;
	font-size: 40px;
	color: #e0e0e0;
	border: 1px dashed #e0e0e0;
	margin-bottom: 0;
	display: inline-block
}

.cr-form-item-media-preview .cr-form-item-media-add:active {
	border-color: #c9c9c9;
	color: #c9c9c9
}

.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar {
	width: 94px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background-color: #ddd;
	border-radius: 5px
}

.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
	display: none
}

.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar .cr-upload-images-pbarin {
	width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1ab394;
	border-radius: 5px
}

@media (max-width:500px) {
	#reviews .cr-summaryBox-wrap .ivole-summaryBox,
	#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
		width: 100%;
		flex: 0 0 100%
	}
	.cr-all-reviews-shortcode ol.commentlist {
		margin-left: 0;
		margin-right: 0
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int {
		width: 50px;
		height: 2px
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-side {
		display: none
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap {
		width: 100%;
		padding: 10px
	}
}

.woocommerce .product #reviews .comment-text p.ivf-custom-question-checkbox {
	font-weight: 550;
	margin: .6em 0
}

.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul {
	margin: .6em 0
}

.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul li {
	margin: 0
}

.woocommerce .product #reviews .comment-text span.ivf-custom-question-radio {
	font-weight: 550
}

.woocommerce .product #reviews .comment-text hr.ivf-custom-question-hr,
.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
	margin: .6em 0
}

.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
	display: none
}

.cr-all-reviews-shortcode .commentlist .comment-text .ivf-custom-question-p {
	font-size: 14px;
	margin: .5em 0
}

.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
	margin: .6em 0;
	display: flex;
	align-items: center;
	flex-direction: row
}

.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
	font-size: 14px
}

.woocommerce .product #reviews .comment-text p.ivf-custom-question-p,
.cr-all-reviews-shortcode .commentlist p.ivf-custom-question-p {
	margin: .6em 0
}

.woocommerce .product #reviews .comment-text .crf-custom-question-rating,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating {
	padding-right: 7px;
	font-weight: 550
}

.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont .star-rating,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont .star-rating {
	font-size: 1em;
	height: 1.1em;
	line-height: 1.1em;
	float: none
}

.cr-onsite-questions .cr-onsite-question {
	display: block;
	margin: 1.5em 0;
	position: relative
}

.cr-onsite-questions .cr-onsite-question .required,
.cr-onsite-ratings .cr-review-form-rating .required,
.cr-review-form-rating-overall .cr-review-form-rating .required {
	margin: 0 0 0 3px
}

.cr-onsite-questions .cr-onsite-question label,
.cr-onsite-questions .cr-onsite-question input {
	display: block
}

.cr-onsite-questions .cr-onsite-question.cr-full-width label,
.cr-onsite-questions .cr-onsite-question.cr-full-width input {
	width: 100%
}

.cr-review-form-wrap .cr-onsite-questions .cr-onsite-question.cr-full-width label {
	width: auto
}

.cr-onsite-ratings {
	border-top: 1px solid #dfe4e7;
	border-bottom: 1px solid #dfe4e7
}

.cr-onsite-ratings.cr-onsite-ratings-only {
	border-bottom: none
}

.cr-review-form-wrap .cr-onsite-ratings {
	max-width: 500px;
	margin: 0 auto
}

.cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
	margin-right: 7px;
	position: relative
}

#kco-extra-checkout-fields .cr-customer-consent {
	display: none
}

.cr-show-more {
	width: 100%
}

.cr-reviews-ajax-reviews .cr-show-more-reviews-prd,
.cr-all-reviews-shortcode .cr-show-more-button,
.cr-reviews-grid .cr-show-more-button {
	display: block;
	margin: 10px auto;
	height: 40px;
	padding: 0 20px;
	border: solid 1px #bcccd4;
	font-size: 14px;
	background-color: transparent;
	color: #0e252c
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-button {
	display: none
}

.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:focus,
.cr-all-reviews-shortcode .cr-show-more-button:hover,
.cr-all-reviews-shortcode .cr-show-more-button:focus,
.cr-reviews-grid .cr-show-more-button:hover,
.cr-reviews-grid .cr-show-more-button:focus {
	border: solid 1px #00a79d;
	background-color: transparent;
	color: #0e252c
}

.cr-show-more-review-spinner,
.cr-show-more .cr-show-more-spinner {
	display: block;
	margin: 20px auto;
	background: url(/img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-review-spinner {
	display: none
}

.cr-show-more-review-spinner-cnt {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort,
.cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
	display: block;
	margin: 0;
	background: 0 0;
	border: 0;
	padding: 4px;
	width: auto;
	height: auto;
	appearance: auto;
	color: #0e252c;
	font-size: 12px;
	font-weight: 500
}

.cr-ajax-reviews-sort-div {
	display: flex;
	justify-content: space-between
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-search-no-reviews {
	display: none
}

#reviews.cr-reviews-ajax-reviews .cr-button-search,
.cr-all-reviews-shortcode .cr-button-search {
	border: 1px solid;
	border-radius: 4px;
	border-color: #adb1b8 #a2a6ac #8d9096;
	padding: 3px 10px;
	background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
	background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
	font-weight: 400;
	color: #000;
	letter-spacing: normal;
	font-size: 1em;
	text-transform: none;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 0;
	white-space: nowrap
}

.rtl #reviews.cr-reviews-ajax-reviews .cr-button-search,
.rtl .cr-all-reviews-shortcode .cr-button-search {
	margin-left: 0;
	margin-right: 5px
}

#reviews.cr-reviews-ajax-reviews .cr-button-search:hover,
.cr-all-reviews-shortcode .cr-button-search:hover {
	background: #e0e3e9;
	background: -webkit-linear-gradient(top, #e7eaf0, #d9dce1);
	background: linear-gradient(to bottom, #e7eaf0, #d9dce1);
	text-decoration: none
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search,
.cr-all-reviews-shortcode .cr-ajax-search {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 24px 0
}

.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-ajax-search {
	display: none
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search div,
.cr-all-reviews-shortcode .cr-ajax-search div,
#cr_qna.cr-qna-block div.cr-qna-search-block div {
	position: relative;
	flex-grow: 1
}

#reviews.cr-reviews-ajax-reviews .cr-input-text,
.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type=text] {
	border: 1px solid;
	border-radius: 4px;
	border-color: #adb1b8 #a2a6ac #8d9096;
	background-color: #fff;
	padding: 3px 10px;
	padding-left: calc(1.5em + .75rem);
	padding-right: 1.8em;
	width: 100%;
	line-height: 1.5em;
	margin: 0;
	font-size: 1em;
	box-sizing: border-box
}

.rtl #reviews.cr-reviews-ajax-reviews .cr-input-text,
.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.rtl .cr-ajax-search input[type=text] {
	padding-right: calc(1.5em + .75rem);
	padding-left: 1.8em
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
.cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
.cr-ajax-search .cr-ajax-search-icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
	width: 1.1em;
	height: 1.1em
}

.rtl #reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
.rtl .cr-ajax-search .cr-ajax-search-icon {
	right: 9px
}

#cr_qna.cr-qna-block .cr-input-text,
.cr-ajax-search input[type=text] {
	border: 0;
	border-radius: 16px;
	background-color: #f9f9f9;
	color: #898f92;
	padding: 3px 10px;
	padding-left: calc(1.5em + .75rem);
	padding-right: 1.5em;
	width: 100%;
	margin: 0;
	font-size: 1em;
	box-shadow: none;
	outline: none
}

.cr-ajax-search input[type=text] {
	height: 42px
}

#cr_qna.cr-qna-block .cr-input-text {
	height: 100%
}

#cr_qna.cr-qna-block .cr-input-text:focus,
.cr-ajax-search input[type=text]:focus {
	box-shadow: 0 0 0 1pt #18b394
}

#reviews.cr-reviews-ajax-reviews .cr-clear-input,
.cr-all-reviews-shortcode .cr-clear-input,
#cr_qna.cr-qna-block div.cr-qna-search-block .cr-clear-input {
	display: none;
	position: absolute;
	cursor: pointer;
	margin-left: -1.7em;
	margin-top: -8px;
	height: 16px;
	top: 50%;
	right: 8px
}

.rtl #reviews.cr-reviews-ajax-reviews .cr-clear-input,
.rtl .cr-all-reviews-shortcode .cr-clear-input,
.rtl #cr_qna.cr-qna-block div.cr-qna-search-block .cr-clear-input {
	left: 8px;
	right: auto;
	margin-left: 0
}

.cr-all-reviews-shortcode .cr-clear-input.cr-visible {
	display: inline-block
}

#reviews.cr-reviews-ajax-reviews .cr-clear-input svg,
.cr-all-reviews-shortcode .cr-clear-input svg,
#cr_qna.cr-qna-block div.cr-qna-search-block .cr-clear-input svg {
	display: block;
	height: 16px
}

#reviews.cr-reviews-ajax-reviews .cr-qna-search-icon,
.cr-all-reviews-shortcode .cr-qna-search-icon,
#cr_qna.cr-qna-block div.cr-qna-search-block .cr-qna-search-icon {
	fill: #18b394;
	display: inline-block;
	position: absolute;
	width: 1.1em;
	height: 1.1em;
	left: 9px;
	top: 50%;
	transform: translateY(-50%)
}

#reviews.cr-reviews-ajax-reviews .cr-input-text:focus,
.cr-all-reviews-shortcode .cr-input-text:focus {
	outline: none;
	border-color: #e77600;
	box-shadow: 0 0 3px 2px rgba(228, 121, 17, .5)
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review {
	display: block;
	margin: 1em 0;
	border: 1px solid;
	border-radius: 4px;
	border-color: #adb1b8 #a2a6ac #8d9096;
	padding: 3px 10px;
	background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
	background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
	font-weight: 600;
	color: #000;
	letter-spacing: normal;
	font-size: 1em;
	text-transform: none
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:hover {
	background: #e0e3e9;
	background: -webkit-linear-gradient(top, #e7eaf0, #d9dce1);
	background: linear-gradient(to bottom, #e7eaf0, #d9dce1);
	text-decoration: none
}

.cr-all-reviews-shortcode .cr-all-reviews-add-review {
	display: block;
	background-color: #31856c;
	color: #fff;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: auto;
	padding: 10px 20px
}

.cr-all-reviews-shortcode .cr-all-reviews-add-review:hover {
	background-color: #276a56;
	text-decoration: none;
	cursor: pointer
}

.cr-ajax-reviews-review-form {
	display: none
}

.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc {
	display: block
}

#reviews.cr-reviews-ajax-reviews .comment-reply-title {
	display: block;
	font-size: 1.5em
}

.cr-ajax-reviews-review-form p.form-submit {
	display: flex;
	justify-content: space-between;
	align-items: center
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div {
	margin-top: 1em;
	margin-bottom: 2em
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div p.cr-ajax-reviews-cus-images-title {
	font-size: 1em;
	margin: 0 auto 5px auto
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div2 {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal-cont {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(120, 120, 120, .8);
	z-index: 100001;
	display: none;
	opacity: 0
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal-cont.cr-mask-active {
	visibility: visible;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
	visibility: visible;
	position: relative;
	max-width: 100vw;
	width: 700px;
	background: #fff;
	z-index: 100001;
	display: block;
	border-radius: 3px;
	opacity: 1;
	max-height: 100vh
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
	height: 36px;
	background: #f2f2f2;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top, #f7f7f7, #eaeaea);
	background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .4) inset;
	position: relative;
	border-bottom: 1px solid #cdcdcd;
	border-bottom-color: rgba(0, 0, 0, .2);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close {
	display: block;
	zoom: 1;
	background-color: transparent;
	border: none;
	float: right;
	padding: 8px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: -15px 0 0;
	line-height: 0
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg {
	opacity: .64;
	width: 15px;
	height: 15px;
	font-size: 15px
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close .cr-no-icon {
	fill: #333
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav {
	width: 80%;
	margin: 0 auto 35px auto;
	background-color: #f4f4f4
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
	max-height: 75px;
	margin: 0 auto;
	width: auto
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav {
	padding: 0
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main div.cr-ajax-reviews-slide-main img {
	max-width: 400px;
	max-height: 400px;
	width: auto
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
	width: 250px;
	padding: 0
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p {
	margin: 0;
	display: block
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time {
	opacity: .5;
	font-size: .875em;
	display: block
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal .cr-vote {
	box-sizing: border-box;
	margin: 1em 0 0
}

.cr-search-highlight {
	background: linear-gradient(0deg, #ffeb82, #ffeb82), #f9f9f9
}

.cr-noscroll {
	overflow: hidden
}

.product_meta .cr_gtin_val,
.product_meta .cr_mpn_val,
.product_meta .cr_brand_val {
	display: inline
}

.cr-reviews-slider .cr-slider-read-more a,
.cr-reviews-slider .cr-slider-read-less a {
	font-size: .8em
}

.cr-reviews-slider .cr-slider-details {
	display: none
}

#cr_qna.cr-qna-block div.cr-qna-search-block {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px
}

.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button {
	font-size: 16px;
	font-weight: 400;
	background: #18b394;
	border: 0 solid;
	border-radius: 16px;
	min-height: 42px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	outline-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
	padding: 5px 15px
}

.rtl .cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button {
	margin-left: 0;
	margin-right: 10px
}

.cr-qna-block div.cr-qna-list-block div.cr-qna-list-empty {
	padding: 30px;
	text-align: center
}

.cr-qna-block div.cr-qna-new-q-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	opacity: 0
}

.cr-qna-block div.cr-qna-new-q-overlay.cr-q-modal {
	display: flex;
	background: #e5e5e500;
	opacity: 1;
	z-index: 100001
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form {
	display: none;
	width: 680px;
	height: 670px;
	border-radius: 16px;
	background: #fff;
	opacity: 1;
	position: relative;
	max-width: 100%
}
.nice-select .list {
	display: none;
	position: absolute;
	top: 100%;
/*	width: 100%;*/
	right: 0;
	z-index: 100;
	border: 1px solid #ced4da;
	border-radius: 4px;
	cursor: pointer;
	background: #fff;
}
.nice-select.open .list {
	display: block;
}
.catalog__filter .nice-select .option {
  padding: 8px 15px;
}
.catalog__filter .nice-select .option:hover {
	background: #dceffa;
}
.catalog__filter .nice-select .current {
	display: block;
	position: relative;
	text-align: left;
	padding: 10px 15px 10px 28px;
	cursor: pointer;
	user-select: none;
}
.catalog__filter .nice-select .current::before {
	content: "";
	background: url(/img/icons/filter.svg) center no-repeat;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	z-index: 5;
	height: 20px;
	width: 20px;
}
.catalog__filter .nice-select .current::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 8px;
	background: url(/img/icons/arrow-filter.svg) no-repeat center/cover;
	opacity: 1;
	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.catalog__filter .nice-select.open .current::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form.cr-q-modal {
	display: block
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-input {
	display: block
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-ok {
	display: none
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-error {
	display: none
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-close {
	display: block;
	background-color: transparent;
	border: 0 solid;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 8px;
	line-height: 0;
	cursor: pointer
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-close svg {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 24px
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-close .cr-no-icon {
	fill: #dadada
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-title {
	max-width: 100%;
	margin-top: 80px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	display: block
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-text {
	max-width: 100%;
	margin-top: 48px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	display: block
}

.rtl .cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-text {
	text-align: right
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q {
	max-width: 100%;
	width: 480px;
	margin-top: 24px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	display: block;
	padding: 16px 20px;
	box-shadow: none;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 16px;
	resize: none;
	outline-style: none
}

.rtl .cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q {
	text-align: right
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q:focus,
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name:focus,
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email:focus {
	box-shadow: 0 0 2px #898f92
}

.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name,
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email {
	max-width: 100%;
	width: 480px;
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	display: block;
	padding: 14px 20px;
	box-shadow: none;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 16px;
	outline-style: none
}

.rtl .cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name,
.rtl .cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email {
	text-align: right
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s {
	max-width: 100%;
	margin-top: 40px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0;
	width: 480px;
	text-align: center;
	display: block
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b {
	font-size: 16px;
	font-weight: 400;
	background: #e7e7e7;
	border: 0 solid;
	border-radius: 16px;
	height: 56px;
	width: 216px;
	color: #898f92;
	cursor: default;
	display: inline-block;
	outline-style: none
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-q-active {
	background: #18b394;
	color: #fff;
	cursor: pointer
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-qna-new-q-form-s-p {
	background: #18b394;
	color: #fff;
	cursor: default;
	display: none
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-qna-new-q-form-s-p img {
	height: 15px;
	margin: 0 auto;
	padding: 0;
	display: block
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s p {
	font-size: .6em
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-notinit.cr-qna-new-q-form-invalid {
	border: 1px solid red
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-notinit.cr-qna-new-q-form-invalid:focus {
	box-shadow: 0 0 2px red
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-mail {
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	height: 64px;
	width: 92px;
	display: block
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-ok .cr-qna-new-q-form-text,
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-error .cr-qna-new-q-form-text {
	text-align: center
}

#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-ok .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b {
	background: #18b394;
	color: #fff;
	cursor: pointer
}

#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont {
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	overflow-wrap: break-word;
	word-break: break-word
}

#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q,
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
	display: flex;
	margin: 0
}

#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
	margin-top: 20px
}

#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-l {
	min-width: 50px;
	display: flex;
	align-items: center
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-l,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-l {
	min-width: 50px;
	display: flex;
	align-items: flex-start
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon {
	width: 30px;
	height: 30px
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon circle {
	stroke: #898f92
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path {
	fill: #898f92
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {
	width: 16px;
	height: 16px;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.rtl .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {
	margin-left: 10px;
	margin-right: 0
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r {
	display: block
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
	padding-bottom: 20px;
	border-bottom: solid 2px #f9f9f9;
	border-top: solid 0px;
	border-right: solid 0px;
	border-left: solid 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
	display: flex;
	align-items: center
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer {
	display: block;
	border-left: solid 3px #f3f3f3;
	border-top: solid 0px;
	border-right: solid 0px;
	border-bottom: solid 0px;
	padding-left: 16px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 10px
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer.cr-qna-list-last {
	margin-bottom: 0
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	color: #203741
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	color: #6d6d6d
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s p {
	margin: 0
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s a {
	text-decoration: underline;
	color: #6d6d6d;
	cursor: pointer
}

.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	color: #898f92;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0
}

#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b {
	font-weight: 600
}

#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author-verified {
	font-size: 14px;
	color: #898f92
}

#cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button {
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	border: 2px solid #18b394;
	border-radius: 16px;
	height: 44px;
	color: #18b394;
	cursor: pointer;
	display: inline-block;
	outline-style: none
}

#cr_qna.cr-qna-block #cr-show-more-q-id {
	display: block;
	margin: 20px auto;
	font-size: 14px;
	font-weight: 400;
	background: #18b394;
	border: 0 solid;
	border-radius: 16px;
	height: 42px;
	color: #fff;
	cursor: pointer;
	outline-style: none;
	padding: 5px 15px
}

#cr_qna.cr-qna-block #cr-show-more-q-spinner {
	display: block;
	margin: 20px auto;
	background: url(/img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px
}

#cr_qna.cr-qna-block .cr-search-no-qna {
	margin: 30px auto;
	text-align: center;
	color: #203741
}

#reviews.cr-reviews-ajax-reviews p.cr-featured-badge,
.cr-all-reviews-shortcode p.cr-featured-badge {
	margin: 0 0 10px
}

#reviews.cr-reviews-ajax-reviews .cr-featured-badge span,
#reviews.cr-reviews-ajax-reviews .cr-all-featured-badge span,
.cr-all-reviews-shortcode .cr-all-featured-badge span {
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background-color: #ffec64;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	text-indent: 0;
	border: 1px solid #fa2;
	color: #333;
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 1px 0px #fe6;
	padding: 0 5px
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
	display: block;
	border-bottom: 1px solid #e4e1e3;
	padding-bottom: 1em
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch {
	text-align: center;
	background-color: #f9f9f9
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a {
	color: #4d5d64
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:hover,
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:active {
	color: #0e252c
}

#review_form .cr-upload-local-images .cr-upload-images-status,
.cr-upload-local-images .cr-upload-images-status {
	display: block;
	margin: 0 0 10px;
	padding: 3px 5px
}

#review_form .cr-upload-local-images #cr_review_image,
.cr-upload-local-images #cr_review_image {
	margin: 0 0 15px;
	width: 100%
}

#review_form .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error,
.cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error {
	background-color: #ff4136;
	color: #303030
}

#review_form .cr-upload-images-preview,
.cr-upload-images-preview {
	display: flex;
	margin: 0
}

#review_form .cr-upload-images-preview .cr-upload-images-containers,
.cr-upload-images-preview .cr-upload-images-containers {
	width: 75px;
	height: 75px;
	margin: 0 10px 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
	margin: 0;
	opacity: .3;
	padding: 15px;
	border: 1px solid #e0e0e0;
	fill: #e0e0e0;
	border-radius: 2px
}

#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending {
	pointer-events: none
}

#review_form .cr-upload-images-preview .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-thumbnail {
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	opacity: .3
}

#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
	opacity: .2
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar {
	width: 65px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background-color: #ddd;
	border-radius: 5px
}

#review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin,
.cr-upload-images-preview .cr-upload-images-pbarin {
	width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #4bbe67;
	border-radius: 5px
}

#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail {
	opacity: 1
}

#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
	opacity: 1;
	border-width: 0
}

#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
	display: none
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete {
	padding: 1px;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	display: none;
	background-color: #e7412c;
	border-radius: 10px;
	border: 0 solid;
	line-height: 0;
	cursor: pointer
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover {
	background-color: #db2c1b
}

#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {
	display: block
}

#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {
	opacity: .2
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg {
	padding: 0;
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	display: block
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
	fill: #fff
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
	margin: 0;
	background: url(/img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: none;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
	display: block
}

.cr-reviews-grid {
	padding: 20px 0 10px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	display: block;
	border-radius: 5px;
	margin: 0;
	width: 100%
}

.cr-reviews-grid-inner {
	border-radius: inherit;
	display: flex
}

.cr-reviews-grid-inner .cr-reviews-grid-col {
	flex-grow: 1;
	width: 0
}

.cr-reviews-grid-inner .cr-reviews-grid-col.cr-reviews-grid-col-none {
	display: none
}

.cr-reviews-slider {
	padding: 15px 0;
	margin: 0 25px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease
}

.cr-reviews-slider.slick-initialized {
	visibility: visible;
	opacity: 1
}

.cr-reviews-grid .cr-review-card {
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 10px;
	margin: 0 10px 20px;
	max-width: 100%;
	overflow: hidden;
	visibility: hidden;
	display: none
}

.cr-reviews-grid .cr-reviews-grid-col .cr-review-card {
	display: block
}

.cr-reviews-grid .cr-reviews-grid-inner.cr-colcade-loaded .cr-review-card {
	visibility: visible
}

.cr-reviews-slider .cr-review-card {
	box-sizing: border-box;
	padding: 0 10px;
	height: 100%
}

.cr-reviews-slider .cr-review-card .cr-review-card-inner {
	margin: 0 auto;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: inherit;
	display: flex;
	flex-direction: column;
	height: 100%
}

.cr-reviews-grid .breaker {
	display: block;
	margin: 5px 0;
	height: 0;
	width: 100%
}

.cr-reviews-grid .cr-review-card .image-row {
	display: block;
	width: 100%;
	position: relative
}

.cr-reviews-grid .cr-review-card .image-row .image-row-img {
	display: block;
	max-width: 100%;
	height: auto;
	border-style: none;
	border-radius: 0;
	margin: 0 auto;
	cursor: pointer
}

.cr-reviews-grid .cr-review-card .image-row .image-row-img.image-row-img-none {
	display: none
}

.cr-reviews-grid .cr-review-card .image-row .image-row-count {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 60px;
	border-style: none;
	border-radius: 0;
	bottom: 0;
	background: #20374199;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.cr-reviews-grid .cr-review-card .image-row .image-row-camera {
	width: 45px;
	height: 40px;
	border-style: none;
	border-radius: 0;
	display: inline;
	vertical-align: middle;
	padding: 0 5px 0 0
}

.cr-reviews-grid .cr-review-card .top-row {
	display: flex;
	padding: 16px 0;
	border-bottom: solid 2px #f4f4f4;
	margin: 0 15px
}

.cr-reviews-slider .cr-review-card .top-row {
	display: flex;
	padding: 16px 0;
	border-bottom: solid 2px #f4f4f4;
	margin: 0 10px
}

.cr-reviews-grid .cr-review-card .top-row .rating,
.cr-reviews-slider .cr-review-card .top-row .rating {
	flex: 0 0 50%
}

.cr-reviews-grid .cr-review-card .top-row .rating .crstar-rating,
.cr-reviews-slider .cr-review-card .top-row .rating .crstar-rating {
	color: #6bba70;
	font-size: 1em
}

.cr-reviews-grid .cr-review-card .top-row .reviewer,
.cr-reviews-slider .cr-review-card .top-row .reviewer {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.cr-reviews-grid .cr-review-card .top-row .rating .datetime,
.cr-reviews-slider .cr-review-card .top-row .rating .datetime {
	font-size: .9em;
	color: #676767
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name {
	font-family: sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #203741;
	height: 50%;
	display: flex;
	align-items: center
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon {
	height: 15px;
	display: block;
	margin: 0 0 0 8px;
	border-radius: 3px
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified {
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #18b394;
	height: 50%;
	display: flex;
	align-items: center;
	margin: 5px 0 0
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified {
	height: 22px;
	width: 22px;
	display: inline;
	vertical-align: middle;
	margin: 0 8px 0 0
}

.cr-reviews-grid .cr-review-card .middle-row {
	padding: 16px;
	background: #fcfcfc;
	border: 1px solid #f9f9f9;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 16px;
	margin: 0 15px 15px
}

.cr-reviews-slider .cr-review-card .middle-row {
	padding: 16px;
	background: #fcfcfc;
	border: 1px solid #f9f9f9;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 16px;
	margin: 0 10px 15px;
	flex: 1
}

.cr-reviews-grid .cr-review-card .top-row .review-thumbnail,
.cr-reviews-slider .cr-review-card .top-row .review-thumbnail {
	flex-basis: 56px;
	flex-shrink: 0;
	margin-right: 16px;
	position: relative
}

.cr-reviews-grid .cr-review-card .top-row .review-thumbnail img,
.cr-reviews-slider .cr-review-card .top-row .review-thumbnail img {
	max-width: 50px;
	max-height: 50px;
	border-radius: 25px
}

.cr-reviews-grid .cr-review-card .rating-row {
	padding: 17px 0;
	display: flex;
	align-items: center;
	margin: 0 15px
}

.cr-reviews-slider .cr-review-card .rating-row {
	padding: 17px 0 12px;
	display: flex;
	align-items: center;
	margin: 0 10px;
	overflow: hidden
}

.cr-reviews-grid .cr-review-card .rating-row .rating-label,
.cr-reviews-slider .cr-review-card .rating-row .rating-label {
	margin: 0 0 0 16px;
	font-family: sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: .1em;
	text-align: left;
	color: #898f92
}

.cr-reviews-grid .cr-review-card .middle-row .review-content,
.cr-reviews-slider .cr-review-card .middle-row .review-content {
	margin: 0 0 12px;
	color: #484e51
}

.cr-reviews-grid .cr-review-card .middle-row .review-content p,
.cr-reviews-slider .cr-review-card .middle-row p {
	margin: 0
}

.cr-reviews-grid .cr-review-card .middle-row .datetime,
.cr-reviews-slider .cr-review-card .middle-row .datetime {
	font-weight: 300;
	font-size: 14px;
	color: #898f92
}

.cr-reviews-grid .cr-review-card .verified-review-row,
.cr-reviews-slider .cr-review-card .verified-review-row {
	margin: 0 0 12px;
	text-align: left;
	font-family: sans-serif
}

.cr-reviews-grid .cr-review-card .verified-review-row p.ivole-verified-badge,
.cr-reviews-slider .cr-review-card .verified-review-row p.ivole-verified-badge {
	margin: 0
}

.cr-reviews-grid .cr-review-card .verified-review-row .verified-badge-empty,
.cr-reviews-slider .cr-review-card .verified-review-row .verified-badge-empty {
	min-height: 20px
}

.cr-reviews-grid .cr-review-card .review-product,
.cr-reviews-slider .cr-review-card .review-product {
	border-radius: inherit;
	display: flex;
	padding: 10px;
	margin-top: 10px;
	line-height: 1
}

.cr-reviews-grid .cr-review-card .review-product .product-thumbnail,
.cr-reviews-slider .cr-review-card .review-product .product-thumbnail {
	flex: 0 0 20%
}

.cr-reviews-grid .cr-review-card .review-product .product-thumbnail img,
.cr-reviews-slider .cr-review-card .review-product .product-thumbnail img {
	width: 50px;
	height: 50px;
	max-width: none;
	max-height: none
}

.cr-reviews-grid .cr-review-card .review-product .product-title,
.cr-reviews-slider .cr-review-card .review-product .product-title {
	margin: auto 0;
	padding-left: 5px;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	color: #203741
}

p.ivole-verified-badge {
	font-size: 12px;
	vertical-align: middle
}

span.ivole-verified-badge-text {
	vertical-align: middle
}

.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
p.ivole-verified-badge img.ivole-verified-badge-icon,
#reviews img.ivole-verified-badge-icon,
img.ivole-verified-badge-icon {
	float: none;
	height: 20px;
	width: 17px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	display: inline;
	border-radius: 0
}

.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
#reviews img.ivole-verified-badge-ext-icon,
img.ivole-verified-badge-ext-icon {
	float: none;
	height: 11px;
	width: 11px;
	vertical-align: middle;
	margin: 0 0 0 5px;
	display: inline;
	border-radius: 0
}

.cr-reviews-grid .cr-review-card .crstar-rating,
.cr-reviews-slider .cr-review-card .crstar-rating {
	overflow: hidden;
	position: relative;
	height: 25px;
	line-height: 1;
	font-size: 25px;
	width: 172px;
	font-family: crstar;
	letter-spacing: 8px
}

.cr-reviews-grid .cr-review-card .crstar-rating:before,
.cr-reviews-slider .cr-review-card .crstar-rating:before {
	content: '\73\73\73\73\73';
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-size: 25px;
	width: 100%
}

.cr-reviews-grid .cr-review-card .crstar-rating span,
.cr-reviews-slider .cr-review-card .crstar-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1em;
	font-size: 25px
}

.cr-reviews-grid .cr-review-card .crstar-rating span:before,
.cr-reviews-slider .cr-review-card .crstar-rating span:before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
	width: 100%
}

@font-face {
	font-family: 'slick';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(/fonts/slick.eot);
	src: url(/fonts/slick.eot?#iefix) format('embedded-opentype'),
		url(/fonts/slick.woff) format('woff'),
		url(/fonts/slick.ttf) format('truetype'),
		url(/fonts/slick.svg#slick) format('svg')
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.cr-reviews-slider .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	opacity: 1
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer
}


.cr-reviews-slider.slick-slider .slick-track {
	display: flex
}

.cr-reviews-slider.slick-slider .slick-slide {
	height: inherit
}

.cr-reviews-slider.slick-slider .slick-slide>div {
	height: 100%
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
/*
	margin-left: auto;
	margin-right: auto
*/
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.cr-reviews-slider .slick-prev,
.cr-reviews-slider .slick-next,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: 0 0
}

.cr-reviews-slider .slick-prev:hover,
.cr-reviews-slider .slick-prev:focus,
.cr-reviews-slider .slick-next:hover,
.cr-reviews-slider .slick-next:focus {
	color: transparent;
	outline: none;
	background: 0 0
}

.cr-reviews-slider .slick-prev:hover:before,
.cr-reviews-slider .slick-prev:focus:before,
.cr-reviews-slider .slick-next:hover:before,
.cr-reviews-slider .slick-next:focus:before {
	opacity: 1
}

.cr-reviews-slider .slick-prev.slick-disabled:before,
.cr-reviews-slider .slick-next.slick-disabled:before {
	opacity: .25
}

.cr-reviews-slider .slick-prev:before,
.cr-reviews-slider .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: grey;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.cr-reviews-slider.slick-slider .slick-prev {
	left: -25px
}

[dir=rtl] .cr-reviews-slider .slick-prev {
	right: -25px;
	left: auto
}

.cr-reviews-slider .slick-prev:before {
	content: 'в†ђ'
}

[dir=rtl] .cr-reviews-slider .slick-prev:before {
	content: 'в†’'
}

.cr-reviews-slider.slick-slider .slick-next {
	right: -25px
}

[dir=rtl] .cr-reviews-slider .slick-next {
	right: auto;
	left: -25px
}

.cr-reviews-slider .slick-next:before {
	content: 'в†’'
}

[dir=rtl] .cr-reviews-slider .slick-next:before {
	content: 'в†ђ'
}


.cr-reviews-slider .slick-dots,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	border: none
}

.cr-reviews-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.cr-qna-separator {
	display: inline;
	margin: 0 6px
}

@media all and (max-width:700px) {
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex {
		flex-direction: column
	}
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
		width: 100%;
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		max-width: 400px;
		margin: 0 auto
	}
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
		overflow-y: scroll
	}
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form {
		padding-left: 15px;
		padding-right: 15px
	}
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-text {
		margin-left: auto;
		margin-right: auto
	}
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q,
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name,
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email,
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s {
		margin-left: auto;
		margin-right: auto
	}
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s {
		width: auto
	}
}

@media all and (max-width:600px) {
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
		width: 100%;
		height: 100%;
		left: 0;
		margin-left: 0;
		margin-top: 0;
		top: 0;
		max-width: 100%;
		max-height: 100%
	}
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
		width: 80px
	}
}

@media all and (max-width:415px) {
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
		width: 60px
	}
	#cr_qna.cr-qna-block div.cr-qna-search-block {
		flex-wrap: wrap
	}
	#cr_qna.cr-qna-block div.cr-qna-search-block div {
		width: 100%
	}
	#cr_qna.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0
	}
	.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
		flex-direction: column;
		align-items: flex-start
	}
}

@media all and (max-width:370px) {
	#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
		display: block
	}
	#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
		margin-top: 15px
	}
}

@media only screen and (max-width:800px) {
	.cr-reviews-grid-inner .cr-reviews-grid-col3 {
		display: none
	}
}

@media only screen and (max-width:550px) {
	.cr-reviews-grid-inner .cr-reviews-grid-col2 {
		display: none
	}
}

.cr-trustbadgef,
.cr-trustbadgea {
	max-width: 100%;
	overflow: hidden
}

.cr-trustbadgef .cr-trustbadge-border {
	border: 1px solid #a3d8cd
}

.cr-trustbadgef .cr-trustbadge-border.badge_color_dark {
	border: 1px solid #8b8b8b
}

#cr_floatingtrustbadge {
	position: fixed;
	box-sizing: border-box;
	right: 0;
	bottom: 0;
	width: 135px;
	border-radius: 15px;
	display: block;
	overflow: hidden;
	margin: 30px;
	filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, .25));
	z-index: 99999;
	cursor: pointer
}

#cr_floatingtrustbadge.cr-floatingbadge-big {
	position: fixed;
	box-sizing: border-box;
	right: 0;
	bottom: 0;
	width: 256px;
	border-radius: 15px;
	display: block;
	overflow: hidden;
	margin: 0 30px 30px 0;
	filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, .25));
	z-index: 99999;
	cursor: auto
}

#cr_floatingtrustbadge {
	border: 1px solid
}

#cr_floatingtrustbadge .cr-floatingbadge-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

#cr_floatingtrustbadge .cr-floatingbadge-background div {
	width: 100%
}

#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-top {
	height: 115px
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-top {
	height: 155px
}

#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-middle {
	height: 31px
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-middle {
	height: 179px
}

#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-bottom {
	height: 27px
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-bottom {
	height: 43px;
	border-top: 1px solid;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

#cr_floatingtrustbadge .cr-floatingbadge-top {
	position: relative;
	height: 92px;
	display: block
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top {
	position: relative;
	height: 124px;
	display: block
}

#cr_floatingtrustbadge .cr-floatingbadge-top svg {
	position: absolute;
	left: 50%;
	top: 14px;
	margin-left: -35px
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top svg {
	position: absolute;
	width: 84px;
	height: 79px;
	left: 50%;
	top: 28px;
	margin-left: -42px
}

#cr_floatingtrustbadge img {
	margin: 0;
	width: 100%;
	position: relative;
	border: 0;
	display: block
}

#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer
}

#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {
	position: absolute;
	width: 16px;
	height: 16px;
	margin: 2px;
	top: 0;
	left: 0;
	display: block
}

#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {
	fill: #f8942d
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top .cr-floatingbadge-close svg {
	fill: #fff
}

#cr_floatingtrustbadge .cr-floatingbadge-top svg {
	width: 70px;
	height: 65px
}

.cr-badge {
	display: inline-block;
	padding: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0;
	color: #1f1f1f;
	line-height: normal;
	position: relative;
	text-align: left;
	text-decoration: none;
	box-sizing: border-box;
	transform-origin: left;
	visibility: hidden
}

.cr-badge .badge__nowrap {
	white-space: nowrap
}

.cr-badge .badge__nowrap-inline {
	display: inline-block;
	white-space: nowrap
}

.cr-badge .badge__store {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
	white-space: nowrap
}

.cr-badge .badge__stars {
	display: inline-block;
	margin-bottom: 14px;
	margin-right: 24px
}

.cr-badge .badge__star {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	margin-right: 3px;
	background-size: cover
}

.cr-badge .badge-vs .badge__star {
	display: block
}

.cr-badge .badge__star-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat
}

.cr-badge .badge__star-icon_type_empty {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAXJSURBVHgB7ZxbVttIEIbL5vroPJrbiBVAVjDOCkJWgFkBsILACsKsILCCSVaAd4BnBVYAA4+eN8Bc5v91Wj6yLVsXd6ltT75zHMlBR5Z+V1WXqrpdkgJptVqVpaUlD7s1vP4ol8ve+/v7rvmzN3C4j1enVCp13t7emtj/hWObm5ubDSmQkihjRKlDjM9GjIpMCERrQLSLbrfb2N7e9kURFYEGRKmJIqFYGxsb56KAVYEozOrq6iEu+EgsWEpGfHwh54+Pjxc2rcqKQI6FGSQQqlqtnooFJhbo5uamhgv6LsNB1jX+6+vr8dbW1g+ZgNwC0WpWVla+IsYcyRSDGHX29PR0CrfrSA5yCXR/f+/BnS5l+qxmFP7z8/OnPLGpLBmhS0GcK5kdcYi3vLx8dX19vScZySTQw8PDIeINLcd1IM5DZWFh4e+7u7tMISG1QHCrrwh6ZzLjIGZ+472kPT5VDKLlzIM4URC8j9fW1hLvKVEg+i1NU+YQxNJPSc92YwUyoxUD8izGnDR0MLp9HDe6jYxBzHPMUD6v4pAKRrdL3uuoA0YKxCRQZmsoz4tn7jWWWBdzFXcwwjSQRoh2BSCOUfEoVqB2u90SB9bDi+TW5FpF45t41PdIMuRiJkfwpGBoPfwG+WKNR4rHW1xcHEoi+wQyo1ZdHACBeuUJ5FxWShVZgeUeDgbsQQvaFzeB2Y/6v0MrqgxaUZ9A02A9IdNiRT2Bbm9v6+LIeuLqyS6tiPX08E1PICi3Lw6Is54Qh1b0OdwPhnkTnFtSPP76+vr2uANQnrh0kRdhyP/AIT+wIHxTNXHAOOsJcWVFoZsFAjlyLz9NL8tVLArdLBDIhQmnsZ4QF1bELjBHs5Jp2xSV2vt4NRHvfsEyMpU+cZ0nsKQ/sVvBdlcKACJ9XFT4MF+MCDi3jy37U81Ju50Q9CT6HmnJLm4gEAtbD9sdsS9ebdGcXCbglALYECELiF9Ns9sY/FsoHnb3mPhJTqhNGWWNHZmM/aLFSYLi4ZHBj+YzeeD0nLJRehI8U5XzZEqw2Njc4Shmo6Q6NSLZ7vqWxd7zVyAS/V8codAS9zK3npNOiIDvRCR+pkZL3LZApFK0SPwsfqYodGA0BCKFiaQpDqFAvuigLpK2OMLZaqILRbpC8LT+MFyAOCQodzRFGQRP6xMfIA77dqpdX+SInTKfmUQZTgAX++SaUpcFXPc/ZT5QijL4jH/FMrx4UYba0MUaogybgmIf9dBAyy93u11flM1Vw8WU3LYPVjPLLEzDlFQ/7OXlxfr5Nc4ZJbT6YJhHoP4penTyzlEehzmnpuVf8J9AILjZuSiRxRVY/uUr7fGals+VRNwGAhk3a4gCaUYbisL+F2vjfHE/TekEhTqVkYzuFRYAe5m0lpuNSyNYngiFiXZWuI/SSavdbn8fJ5RiinIR7vQEMm5m3afjXIzC8ObZzU1oOdUThGqIffr6dT2B6Ga44L/EMtHRhn0mTtAydZt6+rPEC2VSFKtwcV70fV87gzfACxF7zzgd9N4/WF5P1oFLnoUL5yxPFxxa9DLU72GDDheQeqp+Ak2c64fSQjuf3VnEIXYu9sQCuM7Twf7bkEDGimZtNY8NYmeaDNWDTCw6kP8ZXJ0Y9/+xBTM+g2gE7GmF9zpq6ebIiiJGnxPRK8dOE76511h+L2bJu5iFVKtVzs74InMK4s5B0pyCxKI94xGG02OZM3hPaZaMp+pqIPU+Y44gcwLvhfeU5thME4PQajlCYvZNZhhaTlpxSOaZU2apFH9pYdYCN/O7L1l/Xuf3DwskkKuzytGNw+MsJJO8xqShfBwTTU4kxuUYlzyZLpiiHEz6i1UTCxRiqgCullNFCepayI7PbDQLrAlEGJtwYXVHQlkVJsSqQFHM8qp9pAU1UcT0r36yZKzRXlITKIRWZRbL2BKrY+rcaqJEURdoELZ4YmbHM6fyBg71zbY3ax/7DdahtUWJ8h8025rZ9YSoIwAAAABJRU5ErkJggg==)
}

.cr-badge .badge__star-icon_type_fill {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAZiSURBVHgB7ZzBUhtHEIZ7ZmXnEKdKropBt2yeAHiCiJx8cYGfAFE2qcoJ+wFirSCH3IJPqYoNgiewiR9Ays035Cfw+gY4B1EVqgCj6XSPVmshraRdaUYrKf6qQEIadrX/dvfMdM9IwBjJlr3srU/gSiHzIOE7AOEC4GLwttvR3Ach6vRYB8QaKPjQAFX7Z8OrwhgRYBkW5atrWQBHrCDiIp0wC6MiRFUhHjhXqnr8s+eDRawI1C4K3f082CQQ6+OjZ/tgAaMCsTC3wdkEhU+MWEoyfJRiX140DkxalRGBUhamEy3U6fovJTDAyAJ9+8LLO1KWoTvIpo2PqJ6ePvZewwgMLZCOMyCL1Ls8gUlGws4lqFJ93avDEAwlUK7suahkBSbPanrhiyu1PExskpAQdiml5BFMjziMi7fl0dxLbxUSkkig+fL2JsWbygQE4mHICiFfze9uJQoJTtyGc+XtolD4G0w/979++COcH1b+jtM4lkBsOTMijkYg5O+sLJ+d/1V5O7DtoAbst2yaMIMIRYF7wNyur0DcW3FAntKYE4c69W5L/Xq3nkGaxznclc+wOEyWercKX2uvBj0F0oPA6erKh8UNrjWSSBdLLe6gqIJU/JiHMdMrHkVaEInzO6SAwEZJNNDIJDMpSPPJKFfrEojHO5CGa5H18B3Ud1FgFcaPe/tadA0ibwjEvRaNdwqQAmw94fOUrEhIsdlpRTcEUuCsQTqB2W/3/xStKNtpRTcESs16ALosZlKsKBTo3q5XgLSsJyKfnKYV6Xx6QCiQFNq9xk6U9YTvpWRF4OBK66keBwUJsPcwfvyTR8++79dgfq9USWNcdCnVXc5CagtqKMhDCvSznrBNSlbUcjMtUEruFRl7OkktFgVu1oxBtot7EcSxnrBtGlaEYpF7MxGUbSowHnw6cY1GXB9OHhcTpT7nXpQ8mgL9gDp1GtbzraIaainjgDR9slAEevRRKF9+gtqo1c7TjaLX/ve9P71FR1C6gj+/QJecYcG0eLzIItM8+PD1QwFYotp4zYQISfj4k1cLnlY73wvFE2KVZt6bMCykjQQpF2AEEMTauMUZhBYvo5fPrMBouBJHzxhyzamS+8NzYUIwVtgUYkEKRBMp1YkRyXTVV4K5+ZcWif0fUsJCSdxNXHoeeEAnHZH4nDZK4qYFYrLjFonPJRw7FRgbAjFjE8mmOAwL5IMdrItkWxzCt2VBLViko9zer8Ynw2MQhweKdYl6WmAXRLUDhiHhX1mv+ipZl4LnTLaxcBOwucjcMuqd5AklWEedgWmUege2IW2kQlUF23BJ2TBiDKGBvIsm4bfAR94PYflEYBgbx+yEs5mSE9OUQ7F6sosMGD++jWPeILD6ZjffEIdgj/qwa5T7HpSOadPyyWgO+FELdJlR+2CLBLGC07/8E7e9Vcu/asZmLZC+w9YqB4N7GxZlfm+7wrlx/uHnsVInCuz0ZLzSJEgAZsIX2c2khfpYn2GETk+gU9ZVFcS2/8E8pU7ez+1u7csrVeqZreRjD58t7knLvZhwqsFuZsOno3obFoYuvqyruX1KTnTthUCocpRFWRqi3KjXhQJpN1P4HAzT3ttwnYkXaAUrZwtxj9FLKB6igGGE+mw9wbk/o/d90V01OMepU+39ruH9ZHWUYqe1cW5+d4vXFLhghq5NL10erAt0UhTBBNTLoJCvLW208xVVZ2lEvUIxYxUMQNZTOu6ov3UJpPeBTd9uHhNErjTpygfpkbVS6/A/g3cnRr0emTDTKyrQfMCeWOhae23d7JlRvHTQA3vp2EnCD641kp4CaVeTatn2TD9NsLmZZbnfXLFvTvp43aOEkXoIswqq9UFrCgYm7XU8UvAUZg26pjhbxmPtODx/U3n7zYO8oElKHmYAHu+cbBRj7aCMvWf13zfV6p0Hy2c0croP0wxZTlxxmMRzYb21Wsiy9ZKLYTggczw9Tvj1Ol++WGAAQ1VWuXe7lGppKgaT9Bn5sw67Am7kdNPcy+1VmizyBjwXJgufp0xJXaoTY/m4HGUBKA2R1naqkGaswecXGdwxUSwwmrDk2ATXopCGUKaFaWEho9skt+sVKN+8RjmhPNiE61eIh5wytlFesiZQC21VCvKmxNLzJy4lWRSlHesCdZKjEk/E6ngeU7kdTX39u23VPifpOQ9tW5R2/gMhpymtyntcjwAAAABJRU5ErkJggg==)
}

.cr-badge .verified {
	display: inline-block;
	vertical-align: middle;
	background: rgba(23, 157, 130, .1);
	height: 36px;
	border-radius: 19px;
	padding: 0 16px
}

.cr-badge.badge_size_small .verified {
	vertical-align: top
}

.cr-badge .verified__logo {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(/img/logo.svg);
	background-size: cover;
	position: relative;
	top: 2px;
	left: -6px;
	margin-right: 2px
}

.cr-badge .verified__text {
	display: inline-block;
	line-height: 36px;
	vertical-align: top;
	font-size: 18px;
	font-weight: 600
}

.cr-badge .rating {
	font-size: 17px;
	white-space: nowrap
}

.cr-badge.badge_size_wide .rating {
	font-size: 16px
}

.cr-badge rating__store {
	font-weight: 600
}

.cr-badge .rating__product b {
	font-weight: 600
}

.cr-badge.badge_color_dark {
	color: #fff
}

.cr-badge.badge_color_dark .badge__star-icon_type_empty {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYqSURBVHgB5Zy7UuNIFIYPxsAslyrIJls22wAYyDbUZJONJ+NamCdgeAJwttnAE2CquG203nCj0Wab2QPJZuN5A1MF1FZxm/8XLZcsJFu2u9W256sykmXTkn6d7j59TreHJEVyudz0+Pj47NDQkIO3P2PL/UV+9vT0NBv8Lo5XcayG3Rq2FWy/4Vjl+PjYlRQZEsNQlImJiTxu7j3FwM1OS/e4j4+PR3i55+fnVTGIEYGCouCtI2bxxDo9PS2KAbQKRGEmJye3IcxHTZaSGFUli/f390c6rUqLQDaFCeMLhbaqIBroWqD19XUHF3UYbmRtQ6FgTTtnZ2cl6YKOBaLVTE1N7UKYj9LD4Pr2R0ZGCsVisSYd0JFAy8vLszjp516zmjhoTXd3d287aZsy0iasUhCn3C/iEF5rNpst49pz0ibD7XwZJ9jG5hyvV9J/8JqX5+fnry4vL/9N+k+JBYI4u9j8Ln0Oqtu7hYUFubi4+CfJ9xMJpCyn78UJ4CS1pJaN9MrKSm54ePhPGUzethrbNRVI9VZl286fQWrwlZaa9W6xvRj9HNWVD6o4xLvHfD4fe4+xAikncFYGHN4jfKTduM8jq5jyF2y0O67aOpI+ke1RpAWhK/wkdiioV+pwPBlV1V4IRH/HUtVy+QTVU3QlZXjPaLBfjCsbBGKvBSXzYodCzH6abIetqEEgjFc2bVgPzlkN1n9bVgSmw1bUIJAt64FAURbTE1ZUF2h1dTVvy3qi4sk2rQjdft5/Uxcok8lsigVirMfHVo/2vr7PP2yc0f58lZSh9ZycnPzS7DvoVT+LBb8IeswwCulZEKzHEQu0sB4fK1bkVzNfoNSrV1zbE8ZWW+RXM78NciRlElqPjw0rWmRvNswYM97kJQUYPJfnTOjfsJ7EAThE/6qIAvrjRmYnXot5XsEn+iOLJ7mICxddqMRdBSJwskFV5acq3WY7UdX2gu/hliyiaZjm9dM9wf4bHKb/siia4CSLLGdYSHfQ/Cs6RGgHWGBF7brhz3zxsMuoxLZ0CLVhG/RGugCFbKYtTisoHq6pGvRnOsGzTHk2y64KYVSOvpT0CLoSm6y2GajcdUi1l0TSnfXN6CrIF4n1XyyhWxy/imlD9SZWROI5TaTEtQqkmE5bJJ4LuTsjGRgTApHURDIpDsko79YExkUyLQ61MWVBPhSpvLa2pn0wbFocwmnIGTUH2Sh4EvuiGc4XSCHr68WDvol5tD8ENcncNF9oQVUxDM5xJZpBmV/EMNSGArliHlf0k0bTUMmMjo5W5TnGYvREohkTZYZhNDOjpscaPRkC4NrLN1FmCJd/vG4e1ewvMUet0znKzVBlGrN8rv/g1hMIY5iimCPxk2b4V4WAtZfdLlxJxK0nkHoarpihZW+jhGH+y3txP2HoxFRPVl9mlfWPsJqphW5aaeZGqITlobzMqjhMZMIDLz48PBTiopUsW2c83cevXqQ+1FDVTHudjuptKAxu/lBlc50m/5tXQh1GWZQJFyWcr6sLpKrZgWgm2NtwYignaDFu085MkjihlIuiFZzrqOF98A0TZQh286nqGuPU4EvMaF5Pxge57y+c29jY+KoxglhFlW5Y9NIw075SqfyPBN1Poi/T+h/Kez02Nsb1He9EzxoPluFgsJqbm5u7UjH1X0UDKOsA1avUcCz8JVoREvdlDfmyviJupsmLeBDbIoizJT8YuOedqOORi1lULnwGu7/Jj8EB2srImFVsRBG9xl4aoRDb8B6vr6/34j6PFYhVjS26GB7pW8a7x1KpFHuPTWPSqrv7IAMKxNlqNaeg5YI6tkdcfMaVejJAoGrtJJnhlmjFIVfmqQlMjgwGBXTpiSZwJV6zCktyB8GSaDlJxSFtD4XVUimOwE2nXHTDhvhDuz+v0/EPCzBp1y/edtQYKykdZVZ5IozIl8TA6N8ABzc3N0udzoDT8eMmOTyhT71mTSqYttXtL1ZpC8dBKHremz0glBfXgne838wBTIrWeKUKoeYtCaVVGB/9AV0Fl1epJQ6OmMVlPB3tTFGnMD7GBPKhVXGxjEaxvESnSVGCGBcoDFM84dnxjApG/Uwgt8FZ+wzS397eVk2LEuQ7GgZak1p5twUAAAAASUVORK5CYII=)
}

.cr-badge.badge_color_dark .verified {
	background: rgba(255, 255, 255, .25)
}

.cr-badge.badge_size_wide {
	padding: 20px;
	color: #6c6c6c
}

.cr-badge.badge_size_wide .badge__store {
	font-size: 28px;
	margin-bottom: 24px
}

.cr-badge .badge__info {
	position: relative
}

.cr-badge .badge__logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-image: url(/img/logo.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.cr-badge .badge__reviews {
	font-size: 16px;
	padding-left: 70px;
	padding-top: 15px
}

.cr-badge.badge_size_wide .verified {
	font-size: 16px;
	padding-left: 70px;
	height: 20px;
	background: 0 0
}

.cr-badge.badge_size_wide .badge__stars {
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 0;
	vertical-align: middle
}

.cr-badge.badge_size_wide .badge__star {
	width: 20px;
	height: 20px
}

.cr-badge.badge_size_wide .badge__star-icon_type_empty {
	background-image: url(/img/wide-star-empty-light.png)
}

.cr-badge.badge_size_wide .badge__star-icon_type_fill {
	background-image: url(/img/wide-star-full-light.png)
}

.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_fill {
	background-image: url(/img/wide-star-full-dark.png)
}

.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_empty {
	background-image: url(/img/wide-star-empty-dark.png)
}

.cr-badge.badge_size_wide .rating {
	display: inline-block;
	padding-top: 0;
	vertical-align: middle;
	margin-top: 0;
	height: 18px
}

.cr-badge.badge_size_wide.badge_color_dark {
	color: #fff
}

.cr-badge.badge_target_mobile {
	position: relative;
	padding: 0;
	margin: 20px
}

.cr-badge.badge_target_mobile .badge__logo {
	top: 41px;
	left: 4px;
	width: 32px;
	height: 32px
}

.cr-badge.badge_target_mobile .badge__store {
	font-size: 24px;
	margin-bottom: 0;
	padding-left: 2px
}

.cr-badge.badge_target_mobile .badge__reviews,
.cr-badge.badge_target_mobile .verified {
	padding-left: 48px;
	display: block
}

.cr-badge.badge_target_mobile .badge__stars {
	padding-left: 2px;
	margin-left: 0;
	margin-top: 0
}

.cr-badge.badge_target_mobile .rating {
	font-size: 15px;
	margin-top: 2px
}

.cr-badge.badge_size_wide .rating b {
	display: inline-block;
	margin-left: 8px
}

.cr-badge.badge_size_small {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.cr-badge .badge__link,
.cr-badge__wrap .badge__link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.cr-badge__wrap {
	display: inline-block;
	position: relative
}

.cr-badge.badge-vs {
	position: relative;
	color: #4d4d4d;
	padding: 20px;
	display: inline-block;
	flex-flow: row nowrap;
	text-align: left;
	font-family: sans-serif;
	border-radius: 15px
}

.cr-badge.badge-vs .cr-badge-vs-flex {
	display: flex;
	flex-direction: row
}

.cr-badge.badge-vs .badge__store {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 1.2;
	max-width: 500px;
	text-overflow: ellipsis;
	overflow: hidden
}

.cr-badge.badge-vs .badge__logo {
	background-image: url(/img/logo-vs.svg);
	height: 80px;
	width: 80px;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	flex: 0 0 auto
}

.cr-badge.badge-vs .badge__details {
	display: flex;
	flex-flow: row nowrap;
	align-items: center
}

.cr-badge.badge-vs .badge__rating-container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	font-family: sans-serif;
	font-weight: 400
}

.cr-badge.badge-vs .badge__rating-line {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

.cr-badge.badge-vs .badge__stars {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center
}

.cr-badge.badge-vs .badge__star {
	width: 15px;
	height: 15px;
	border-spacing: 0;
	display: flex
}

.cr-badge.badge-vs .badge__star-icon--empty {
	background-image: url(/img/star-stroke.svg);
	background-position: left;
	border-spacing: 0
}

.cr-badge.badge-vs .badge__star-icon--fill {
	background-image: url(/img/star-fill.svg);
	background-position: left;
	border-spacing: 0
}

.cr-badge.badge-vs .badge__rating.rating {
	font-size: 14px;
	line-height: 1.5;
	justify-content: space-between;
	display: flex;
	flex: 1 1 0;
	margin: -1px 0 0;
	padding: 0;
	height: 20px
}

.cr-badge.badge-vs .badge__rating.rating span:last-child {
	padding-left: 25px;
	font-weight: 700
}

.cr-badge .badge__rating+.badge__stars {
	margin-left: 15px
}

.cr-badge.badge-vs .badge__reviews {
	border-radius: 30px;
	background-color: #f2f2f2;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 6px 25px 5px;
	margin-left: 15px;
	border: 1px solid #DFDFDF99
}

.cr-badge.badge-vs.badge_color_dark {
	color: #e5e5e5;
	border-color: transparent
}

.cr-badge.badge-vs.badge_color_dark .badge__reviews {
	background-color: #24242499;
	border-color: transparent
}

.badge_size_compact.cr-badge,
.badge--wide-mobile.cr-badge {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: sans-serif
}

.badge_size_compact.cr-badge,
.badge--wide-mobile.cr-badge {
	display: block;
	flex-direction: column;
	visibility: visible
}

.badge_size_compact.cr-badge .badge__verified,
.badge--wide-mobile.cr-badge .badge__verified {
	font-size: 10px;
	font-weight: 700;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px
}

.badge--wide-mobile.cr-badge .badge__verified {
	font-size: 16px;
	color: #fff;
	margin-bottom: 13px
}

.badge--wide-mobile.cr-badge .badge__store {
	min-height: 50px;
	margin-bottom: 15px;
	color: #4d4d4d;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px
}

.badge--wide-mobile.cr-badge .badge__store span {
	min-width: 234px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center
}

.cr-badge.badge_size_compact .badge__middle,
.cr-badge.badge--wide-mobile .badge__middle {
	padding: 10px 0 9px
}

.cr-badge.badge_size_compact .badge__stars,
.cr-badge.badge--wide-mobile .badge__stars {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0
}

.cr-badge.badge_size_compact .badge__star,
.cr-badge.badge--wide-mobile .badge__star {
	position: relative;
	width: 14px;
	height: 13px;
	margin: 0 2px;
	color: #fff
}

.cr-badge.badge_size_compact .badge__star svg,
.cr-badge.badge--wide-mobile .badge__star svg {
	display: block
}

.cr-badge.badge_size_compact .badge__star-fill-container,
.cr-badge.badge--wide-mobile .badge__star-fill-container {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 14px;
	height: 13px
}

.cr-badge.badge_size_compact .badge__star-fill-container svg,
.cr-badge.badge--wide-mobile .badge__star-fill-container svg {
	height: 13px
}

.cr-badge.badge_size_compact .badge__rating,
.cr-badge.badge--wide-mobile .badge__rating {
	font-size: 12px;
	text-align: center;
	color: #4c4c4c
}

.cr-badge.badge_size_compact .badge__rating b,
.cr-badge.badge--wide-mobile .badge__rating b {
	margin-left: 8px
}

.cr-badge.badge_size_compact .badge__reviews,
.cr-badge.badge--wide-mobile .badge__reviews {
	padding: 8px 0 6px;
	font-size: 10px;
	text-align: center;
	border-radius: 0 0 15px 15px;
	color: #4d4d4d
}

.cr-badge.badge--wide-mobile .badge__middle {
	padding-top: 0;
	padding-bottom: 20px;
	background-color: transparent
}

.cr-badge.badge--wide-mobile .badge__stars {
	margin-bottom: 5px
}

.cr-badge.badge--wide-mobile .badge__star {
	color: #f8942d
}

.cr-badge.badge--wide-mobile .badge__reviews {
	font-size: 13px;
	border-top: 1px solid transparent;
	min-height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0
}

.cr-badge.badge--wide-mobile .mb21 {
	margin-bottom: 21px
}

.cr-badge.badge_size_compact.badge_color_dark .badge__middle,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__middle {
	border: none;
	box-sizing: border-box
}

.cr-badge.badge_size_compact.badge_color_dark .badge__star,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__star {
	color: #f8942d
}

.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews {
	border: none
}

.cr-badge.badge_size_compact.badge_color_dark .badge__verified,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__verified,
.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews,
.cr-badge.badge_size_compact.badge_color_dark .badge__rating,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__rating,
.cr-badge.badge_size_compact.badge_color_dark .badge__store,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__store {
	color: #e5e5e5
}

.cr-placeholder-tb {
	background-color: #fafafa;
	width: 100%;
	padding: 20px
}

.cr-placeholder-tb .cr-placeholder-tb-fr {
	width: 50%;
	height: 40px;
	margin: 0 0 20px;
	background-color: #dcdee2;
	animation: cr-placeholder-load 3s infinite
}

.cr-placeholder-tb .cr-placeholder-tb-sr {
	width: 100%;
	height: 60px;
	background-color: #dcdee2;
	animation: cr-placeholder-load 3s infinite
}

@media all and (max-width:600px) {
	#cr_floatingtrustbadge,
	#cr_floatingtrustbadge.cr-floatingbadge-big {
		display: none
	}
}

@keyframes cr-placeholder-load {
	0% {
		background-color: #dcdee2
	}
	50% {
		background-color: #ededed
	}
	100% {
		background-color: #dcdee2
	}
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.wpcf7-not-valid-tip {
	color: #D05732;
	font-size: 12px;
	font-weight: 400;
	display: block;
/*	margin-bottom: 10px; */
	margin-top: 2px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
	content: " "
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative
}

form.submitting .wpcf7-spinner {
	visibility: visible
}

.wpcf7-spinner:before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
	.wpcf7-spinner:before {
		animation-name: blink;
		animation-duration: 2s
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}

@keyframes blink {
	from {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.wpcf7 input[type=file] {
	cursor: pointer
}

.wpcf7 input[type=file]:disabled {
	cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
	direction: ltr
}

.wpcf7-reflection>output {
	display: list-item;
	list-style: none
}

.wpcf7-reflection>output[hidden] {
	display: none
}

.wvs-has-image-tooltip,
[data-wvstooltip] {
	--font-size: 14px;
	--arrow-width: 5px;
	--arrow-distance: 10px;
	--arrow-position: calc(var(--arrow-distance)*-1);
	--tip-redius: 3px;
	--tip-min-width: 100px;
	--tip-min-height: 100px;
	--tip-height: 30px;
	--tip-breakpoint-start: 53vw;
	--tip-distance: calc(var(--arrow-distance) + var(--tip-height));
	--tip-position: calc(var(--tip-distance)*-1);
	--image-tip-min-height: calc(var(--tip-min-height) + var(--tip-height));
	--image-tip-max-height: calc(var(--tooltip-height) + var(--tip-height));
	--image-tip-width-dynamic: clamp(var(--tip-min-width), var(--tip-breakpoint-start), var(--tooltip-width));
	--image-tip-height-dynamic: clamp(var(--tip-min-height), var(--tip-breakpoint-start), var(--tooltip-height));
	--image-tip-ratio: calc(var(--tooltip-height)/var(--tooltip-width));
	--image-tip-position: calc(100% + var(--arrow-distance));
	--horizontal-position: 0px;
	cursor: pointer;
	outline: none;
	position: relative
}

.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	visibility: hidden;
	z-index: 999
}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
	background-color: var(--wvs-tooltip-background-color, #333);
	border-radius: var(--tip-redius);
	bottom: var(--image-tip-position);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	color: var(--wvs-tooltip-text-color, #fff);
	font-size: var(--font-size);
	height: var(--tip-height);
	line-height: var(--tip-height);
	min-width: var(--tip-min-width);
	padding-inline: 10px;
	top: auto;
	-webkit-transform: translateX(var(--horizontal-position));
	-ms-transform: translateX(var(--horizontal-position));
	transform: translateX(var(--horizontal-position));
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

[data-wvstooltip]:before {
	content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock)
}

.wvs-has-image-tooltip:before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: var(--tooltip-background);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: attr(data-title);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(var(--image-tip-height-dynamic) + var(--tip-height));
	justify-content: flex-end;
	min-width: var(--image-tip-width-dynamic)
}

.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
	border-top-color: transparent;
	border: var(--arrow-width) solid transparent;
	border-top-color: var(--wvs-tooltip-background-color, #333);
	bottom: auto;
	content: " ";
	font-size: 0;
	line-height: 0;
	top: var(--arrow-position);
	width: 0
}

.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
	opacity: 1;
	visibility: visible
}

.wvs-tooltip-position-bottom.wvs-has-image-tooltip:after,
.wvs-tooltip-position-bottom[data-wvstooltip]:after {
	border-bottom-color: var(--wvs-tooltip-background-color, #333);
	border-top-color: transparent;
	bottom: var(--arrow-position);
	top: auto
}

.wvs-tooltip-position-bottom.wvs-has-image-tooltip:before,
.wvs-tooltip-position-bottom[data-wvstooltip]:before {
	bottom: auto;
	top: calc(var(--tip-position)*-1)
}

.wvs-theme-sober .product form.cart .variations .variable,
.wvs-theme-sober-child .product form.cart .variations .variable {
	margin-bottom: 15px!important
}

.wvs-theme-sober .product form.cart .variations .variable-options,
.wvs-theme-sober-child .product form.cart .variations .variable-options {
	border: 0!important
}

.wvs-theme-sober .product form.cart .variations .arrow,
.wvs-theme-sober .product form.cart .variations .variable-options:after,
.wvs-theme-sober-child .product form.cart .variations .arrow,
.wvs-theme-sober-child .product form.cart .variations .variable-options:after {
	display: none
}

.wvs-theme-sober .product form.cart .variations .label,
.wvs-theme-sober-child .product form.cart .variations .label {
	display: block;
	margin-right: 10px;
	text-align: right
}

.wvs-theme-sober .product form.cart .variations .value,
.wvs-theme-sober-child .product form.cart .variations .value {
	-webkit-box-flex: unset;
	-ms-flex-positive: unset;
	flex-grow: unset
}

.wvs-theme-sober .product form.cart .variations select,
.wvs-theme-sober-child .product form.cart .variations select {
	-webkit-appearance: menulist-button!important;
	border: 1px solid #e4e6eb!important;
	padding: .5em 1em!important;
	text-align: left!important;
	-moz-text-align-last: left!important;
	text-align-last: left!important
}

.wvs-theme-sober .product form.cart .radio-variable-item,
.wvs-theme-sober-child .product form.cart .radio-variable-item {
	margin: 5px;
	text-align: left
}

.wvs-theme-sober .product form.cart .radio-variable-item:last-child,
.wvs-theme-sober-child .product form.cart .radio-variable-item:last-child {
	margin-right: 0
}

.wvs-theme-sober .product form.cart .radio-variable-item label,
.wvs-theme-sober-child .product form.cart .radio-variable-item label {
	margin: 0;
	padding-left: 30px
}

.wvs-theme-sober .product form.cart .radio-variable-item label:before,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:before {
	border-radius: 100%;
	top: 0
}

.wvs-theme-sober .product form.cart .radio-variable-item label:after,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:after {
	top: 8px
}

.wvs-theme-shophistic-lite.woocommerce #main .entry-summary .variations {
	display: block!important
}

.wvs-theme-shophistic-lite .ql_custom_variations {
	display: none!important
}

.wvs-theme-shophistic-lite .radio-variable-item input[type=radio] {
	display: inline-block;
	margin: 0
}

.wvs-theme-flatsome .variations .reset_variations {
	bottom: 0;
	left: 0;
	position: relative
}

.wvs-theme-storefront-child.single-product div.product,
.wvs-theme-storefront.single-product div.product {
	overflow: visible!important
}

.wvs-theme-stockholm .variations .reset_variations {
	bottom: 0;
	left: 0;
	position: relative;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.wvs-theme-kalium .image-variable-item img,
.wvs-theme-kalium-child .image-variable-item img {
	width: 100%!important
}

.wvs-theme-kalium .radio-variable-item input,
.wvs-theme-kalium-child .radio-variable-item input {
	height: 16px!important;
	width: 16px!important
}

.wvs-theme-kalium .woo-variation-items-wrapper .select-option-ui,
.wvs-theme-kalium-child .woo-variation-items-wrapper .select-option-ui {
	display: none
}

.wvs-theme-aurum .variable-items-wrapper .image-variable-item>img,
.wvs-theme-aurum-child .variable-items-wrapper .image-variable-item>img {
	width: 100%
}

.wvs-theme-hestia .woo-variation-items-wrapper.value:before {
	display: none!important
}

.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-child .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper {
	display: none
}

.wvs-theme-thegem .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-child .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations {
	padding: 0
}

.wvs-theme-ushop .variations_form,
.wvs-theme-ushop-child .variations_form {
	overflow: visible!important
}

.wvs-theme-ushop .single-product-summary .product_meta,
.wvs-theme-ushop-child .single-product-summary .product_meta {
	display: inline-table
}

.wvs-theme-savoy .woo-variation-items-wrapper,
.wvs-theme-savoy-child .woo-variation-items-wrapper {
	position: relative!important
}

.wvs-theme-savoy .woo-variation-items-wrapper .sod_select,
.wvs-theme-savoy-child .woo-variation-items-wrapper .sod_select {
	display: none!important
}

.wvs-theme-savoy .nm-variation-row,
.wvs-theme-savoy-child .nm-variation-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wvs-theme-woodstock .woo-variation-items-wrapper .variation-select,
.wvs-theme-woodstock-child .woo-variation-items-wrapper .variation-select {
	display: none!important
}

.wvs-theme-woodmart .wd-attr-selected,
.wvs-theme-woodmart .woo-variation-items-wrapper>.swatches-select,
.wvs-theme-woodmart-child .wd-attr-selected,
.wvs-theme-woodmart-child .woo-variation-items-wrapper>.swatches-select {
	display: none
}

.wvs-theme-gecko .variations .value.woo-variation-items-wrapper,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper {
	border: 0!important
}

.wvs-theme-gecko .variations .value.woo-variation-items-wrapper:after,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper:after {
	display: none!important
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection {
	border: 0;
	height: auto;
	width: auto
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection .reset_variations {
	border: 1px solid #f04040;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #f04040;
	font-size: 8px!important;
	height: 20px;
	padding: 5px;
	width: 20px
}

.wvs-theme-claue .woo-variation-items-wrapper,
.wvs-theme-claue-child .woo-variation-items-wrapper {
	border: none
}

.wvs-theme-claue .woo-variation-items-wrapper:after,
.wvs-theme-claue-child .woo-variation-items-wrapper:after {
	display: none
}

.wvs-theme-jupiter table.variations,
.wvs-theme-jupiter-child table.variations {
	overflow: initial
}

.wvs-theme-oxygen .woo-variation-items-wrapper .select-wrapper,
.wvs-theme-oxygen-child .woo-variation-items-wrapper .select-wrapper {
	display: none
}

.wvs-theme-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,
.wvs-theme-oxygen-child .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
	width: 18px
}

.wvs-theme-simple-elegant .woo-variation-items-wrapper .wi-nice-select,
.wvs-theme-simple-elegant-child .woo-variation-items-wrapper .wi-nice-select {
	display: none
}

.wvs-theme-twentytwenty table.variations,
.wvs-theme-twentytwenty-child table.variations {
	overflow: auto
}

.wvs-theme-divi .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,
.wvs-theme-divi-child .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,
.wvs-theme-jevelin .sh-woo-layout table.variations td select.woo-variation-raw-select,
.wvs-theme-jevelin-child .sh-woo-layout table.variations td select.woo-variation-raw-select {
	display: none!important
}

.wvs-theme-jevelin .sh-woo-layout table.variations,
.wvs-theme-jevelin-child .sh-woo-layout table.variations {
	max-width: 100%
}

.wvs-theme-jevelin .radio-variable-item label,
.wvs-theme-jevelin-child .radio-variable-item label {
	line-height: 1!important
}

.woo-variation-swatches .woo-variation-raw-select+.select2,
.wvs-theme-stockie .woo-variation-raw-select+.select-styled,
.wvs-theme-stockie-child .woo-variation-raw-select+.select-styled {
	display: none!important
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 10px 0
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color>a {
	display: inline-block;
	position: relative
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count {
	padding: 0 5px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .wvs-widget-item-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item {
	border: 2px solid #fff;
	-webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
	box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
	display: inline-block;
	float: left;
	height: 20px;
	margin: 0 4px;
	padding: 9px;
	-webkit-transition: -webkit-box-shadow .2s ease;
	transition: -webkit-box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
	width: 20px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-squared {
	border-radius: 2px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-rounded {
	border-radius: 100%
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text {
	display: inline-block
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text:after {
	clear: both;
	content: "";
	display: inline
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color:hover .item {
	-webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
	box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd)
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen .item {
	-webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
	box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000)
}

.woo-variation-swatches .variations td.value>span:after,
.woo-variation-swatches .variations td.value>span:before,
.woo-variation-swatches .woo-variation-raw-select,
.woo-variation-swatches .woo-variation-raw-select:after,
.woo-variation-swatches .woo-variation-raw-select:before {
	display: none!important
}

.woo-variation-swatches .woo-variation-swatches-variable-item-more {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.woo-variation-swatches .wvs-archive-variations-wrapper {
	display: block;
	width: 100%
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	height: var(--wvs-archive-product-item-height, 30px);
	width: var(--wvs-archive-product-item-width, 30px)
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	font-size: var(--wvs-archive-product-item-font-size, 16px)
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item {
	min-width: var(--wvs-archive-product-item-width, 30px)
}

.woo-variation-swatches ul.variations {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0
}

.woo-variation-swatches ul.variations,
.woo-variation-swatches ul.variations>li {
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.woo-variation-swatches ul.variations>li {
	-webkit-box-pack: var(--wvs-position);
	-ms-flex-pack: var(--wvs-position);
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: var(--wvs-position);
	margin: 5px 0
}

.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide {
	visibility: hidden
}

.woo-variation-swatches ul.variations .wvs_archive_reset_variations.show {
	visibility: visible
}

.woo-variation-swatches .variable-items-wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0
}

.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item) {
	height: var(--wvs-single-product-large-item-height, 40px);
	width: var(--wvs-single-product-large-item-width, 40px)
}

.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item).button-variable-item {
	font-size: var(--wvs-single-product-large-item-font-size, 16px)
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: column;
	flex-direction: column
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0 5px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
	cursor: pointer;
	vertical-align: middle
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
	height: 20px;
	width: 20px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span {
	margin-inline: 10px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
	display: inline-block
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 40px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper .out-of-stock {
	display: inline-block;
	margin: 0;
	padding: 0
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
	display: inline-block;
	padding: 2px 0;
	width: auto
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover label {
	cursor: not-allowed;
	opacity: .5
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled .variable-item-radio-value,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover .variable-item-radio-value {
	text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:after,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:before,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:after,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:before {
	display: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:focus,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock label,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover label {
	opacity: .6;
	text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock .variable-item-radio-value,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover .variable-item-radio-value {
	text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item.variation-disabled {
	display: none!important
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
	height: 100%;
	margin: 0;
	padding: 0;
	pointer-events: none;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item>span {
	pointer-events: none
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--wvs-item-background-color, #fff);
	-webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
	box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--wvs-item-text-color, #000);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--wvs-single-product-item-height, 30px);
	justify-content: center;
	margin: 4px;
	padding: 2px;
	position: relative;
	width: var(--wvs-single-product-item-width, 30px)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child {
	margin-right: 0
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock span {
	opacity: .6
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before {
	background-image: var(--wvs-cross);
	background-position: 50%;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	background-color: var(--wvs-hover-item-background-color, #fff);
	color: var(--wvs-hover-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	-webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
	box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	-webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
	box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
	color: var(--wvs-selected-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
	cursor: not-allowed;
	overflow: hidden;
	pointer-events: none;
	position: relative
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span {
	opacity: .6
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
	background-image: var(--wvs-cross);
	background-position: 50%;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	background-image: var(--wvs-tick);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60%;
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
	display: block;
	height: 100%;
	width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	font-size: var(--wvs-single-product-item-font-size, 16px);
	text-align: center
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background-color: var(--wvs-selected-item-background-color, #fff);
	color: var(--wvs-selected-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:before {
	border-bottom: 3px solid #de8604;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: " ";
	left: 50%;
	margin-left: -3px;
	position: absolute;
	top: calc(100% - 1px);
	width: 0;
	z-index: 1
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:after {
	left: 50%;
	min-width: 36px;
	position: absolute;
	text-align: center;
	top: calc(100% + 2px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled) .wvs-stock-left-info:after {
	background: #de8604;
	border-radius: 2px!important;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .38);
	box-shadow: 0 0 2px rgba(0, 0, 0, .38);
	color: #fff;
	content: attr(data-wvs-stock-info);
	font-size: 10px;
	font-style: italic;
	line-height: 1;
	padding: 2px;
	text-shadow: 0 1px rgba(0, 0, 0, .251)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled).radio-variable-item .wvs-stock-left-info:after {
	margin-left: 5px
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 100%
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
	border-radius: 100%;
	line-height: 1;
	margin: 0;
	overflow: hidden
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img {
	border-radius: 100%
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 2px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	min-width: var(--wvs-single-product-item-width);
	width: auto
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	padding: 0 5px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after {
	border-radius: 0
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img {
	border-radius: 5px
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label {
	cursor: not-allowed;
	opacity: .5;
	text-decoration: line-through
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:after,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:before,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:after,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:before {
	display: none
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock:hover .variable-item-contents:before {
	background-image: none
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover {
	overflow: hidden
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover label {
	opacity: .3;
	pointer-events: none
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled {
	font-size: 0;
	height: 0!important;
	margin: 0!important;
	min-height: 0!important;
	min-width: 0!important;
	opacity: 0;
	padding: 0!important;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	visibility: hidden;
	width: 0!important
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled.radio-variable-item {
	width: auto!important
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.no-stock .variable-item-contents:before {
	background-image: none
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item {
	text-align: right
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 4px 0 4px 8px
}

.woo-variation-swatches.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
	margin-left: 5px;
	margin-right: 0
}

.woo-variation-swatches.woocommerce .product.elementor table.variations td.value:before {
	display: none!important
}

.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper {
	display: block!important
}

.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	float: left
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
	display: block;
	width: auto!important
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations td label,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th label {
	display: inline-block;
	margin: 0 2px
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
	font-weight: 600
}

.woo-variation-swatches .variations .woo-variation-item-label {
	-webkit-margin-before: 5px;
	margin: 0;
	margin-block-start: 5px
}

.woo-variation-swatches .variations .woo-variation-item-label .woo-selected-variation-item-name {
	font-weight: 600
}

.woo-variation-swatches .grouped-variable-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none!important
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .group-variable-items-wrapper {
	margin-top: 10px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .no-group-variable-items-wrapper {
	margin-top: 20px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper {
	margin-right: 20px;
	margin-top: 10px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper:last-child,
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .no-group-variable-items-wrapper {
	margin-right: 0
}

.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0
}

.woo-variation-swatches .grouped-variable-items .group-variable-items-name {
	font-style: italic
}

.dgwt-wcas-block-scroll {
	overflow: hidden
}

.dgwt-wcas-search-wrapp {
	position: relative;
	line-height: 100%;
	display: block;
	color: #444;
	min-width: 230px;
	width: 100%;
	text-align: left;
/*	margin: 0 auto;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dgwt-wcas-tpd-image img {
	margin: 0 15px 0 0!important
}

.rtl .dgwt-wcas-tpd-image img {
	margin: 0 0 0 15px!important
}

.dgwt-wcas-preloader-wrapp img {
	margin: 10px auto 0;
	display: block;
	max-width: 200px
}

.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader {
	display: block;
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0
}

.dgwt-wcas-suggestions-wrapp {
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto
}

.dgwt-wcas-details-wrapp *,
.dgwt-wcas-search-wrapp *,
.dgwt-wcas-suggestions-wrapp * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dgwt-wcas-details-wrapp a:focus,
.dgwt-wcas-suggestions-wrapp a:focus {
	outline: 0
}

.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top {
	border: 1px solid #ddd;
	border-bottom: none
}

.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
	max-width: 550px
}

.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion {
	padding: 8px 15px
}

.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp {
	border-radius: 0 0 5px;
	border-left-color: #eee
}

.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
	border-radius: 0 0 0 5px;
	border-right-color: #eee
}

.dgwt-wcas-suggestion {
	cursor: pointer;
	font-size: 12px;
	line-height: 110%;
	text-align: left;
	padding: 7px 10px;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	resize: vertical;
	width: 100%
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
	justify-content: center;
	color: #6d6d6d
}

a.dgwt-wcas-details-more-products {
	padding: 15px 0 10px;
	display: block;
	border-top: 1px solid #eee;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #6d6d6d;
	transition: .2s ease-in-out
}

a.dgwt-wcas-details-more-products:hover,
a.dgwt-wcas-details-post-title:hover,
a.dgwt-wcas-details-product-title:hover,
a.dgwt-wcas-product-details-readmore:hover {
	text-decoration: underline
}

a.dgwt-wcas-product-details-readmore {
	display: block;
	text-align: right;
	margin-top: 15px;
	color: #6d6d6d;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,
body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child {
	border-bottom: none
}

.dgwt-wcas-suggestion:after {
	clear: both;
	display: block;
	content: ''
}

.dgwt-wcas-suggestion.dgwt-wcas-nores {
	cursor: default;
	opacity: .5
}
.dgwt-wcas-suggestion-product:hover {
	background-color: #eee;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 60px
}

.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
	min-height: 30px;
	text-transform: uppercase
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
	padding: 0 10px;
	text-align: center
}

.dgwt-wcas-st {
	display: block;
	color: #444;
	font-size: 15px;
/*	width: 100%;*/
	line-height: 110%
}

.dgwt-wcas-st>span {
	display: inline-block;
	vertical-align: middle
}

.dgwt-wcas-has-sku .dgwt-wcas-st-title {
	margin-right: 6px
}

.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline {
	display: block;
	font-style: italic;
	font-size: 10px;
	text-transform: uppercase;
	opacity: .4;
	line-height: 10px;
	margin-bottom: 1px;
	letter-spacing: 2px
}

.dgwt-wcas-st-breadcrumbs {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 80%;
	text-align: left;
	opacity: .6;
	width: 100%;
	padding-right: 10px
}

.rtl .dgwt-wcas-st-breadcrumbs {
	padding-right: 0;
	padding-left: 10px;
	text-align: right
}

.dgwt-wcas-sku {
	font-size: 80%
}

.dgwt-wcas-si {
	width: 50px;
	display: block;
	height: 100%
}

.dgwt-wcas-si img {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	display: block;
	margin: auto;
	padding: 2px;
	height: auto;
	width: auto;
	max-height: 90%;
	max-width: 100%
}

.dgwt-wcas-content-wrapp {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	resize: vertical;
	padding-left: 10px
}

.rtl .dgwt-wcas-content-wrapp {
	padding-left: 0;
	padding-right: 10px
}

.dgwt-wcas-sp {
	color: #555;
	font-size: 14px;
	text-align: right;
	line-height: 4px;
	padding-left: 10px
}

.dgwt-wcas-sp * {
	line-height: 130%
}

.dgwt-wcas-search-form {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores,
.dgwt-wcas-sd {
	margin-top: 5px
}

.dgwt-wcas-sp del {
	opacity: .5;
	font-size: 12px
}

.dgwt-wcas-sd {
	color: #777;
	display: block;
	line-height: 14px;
	width: 100%;
	font-size: .8em
}

.dgwt-wcas-vendor-city {
	margin-left: 5px;
	font-size: .8em
}

.dgwt-wcas-st>.dgwt-wcas-product-vendor {
	font-size: 12px;
	margin-top: 5px;
	display: block
}

.dgwt-wcas-suggestion-selected {
	background-color: #eee
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,
.dgwt-wcas-tpd-image {
	background-color: #fff
}

.dgwt-wcas-suggestion-selected:first-child {
	border-top: none
}

.rtl .dgwt-wcas-suggestion {
	padding-left: 0;
	padding-right: 15px;
	text-align: right
}

.dgwt-wcas-details-wrapp {
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-left: none;
	padding: 0;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
	min-height: 340px
}

.dgwt-wcas-datails-title,
.dgwt-wcas-pd-title {
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px
}

.rtl .dgwt-wcas-details-wrapp {
	border-left: 1px solid #ddd;
	border-right: none
}

.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,
.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
	margin-top: -1px;
	border-top: 1px solid #ddd
}

.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
	border-left: none;
	border-right: 1px solid #ddd;
	border-radius: 0 5px 5px 0
}

.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
	border-right: none;
	border-left: 1px solid #ddd;
	border-radius: 5px 0 0 5px
}

.dgwt-wcas-details-inner,
.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp {
	display: none
}

.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,
.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp {
	border-radius: 0 0 0 5px
}

.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,
.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
	border-radius: 0 0 5px
}

.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,
.dgwt-wcas-details-wrapp .added_to_cart,
.dgwt-wcas-has-desc .dgwt-wcas-sp>*,
.dgwt-wcas-has-img .dgwt-wcas-sp>* {
	display: block
}

.dgwt-wcas-details-inner-taxonomy {
	margin-top: 11px
}

.woocommerce .dgwt-wcas-pd-rating .star-rating {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	color: #ccae72
}

.rtl .dgwt-wcas-pd-rating .star-rating {
	float: right;
	margin-left: 5px;
	margin-right: 0
}

.dgwt-wcas-datails-title {
	font-size: 14px
}

.dgwt-wcas-pd-title {
	color: #202020
}

.dgwt-wcas-pd-title .product-title {
	color: #202020;
	text-transform: uppercase;
	margin: 0
}

.dgwt-wcas-tax-product-details {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: left;
	transition: .2s ease-in-out;
	padding: 5px;
	margin: 0 -5px 15px
}

.dgwt-wcas-pd-rating:after,
.dgwt-wcas-tax-product-details:after {
	content: '';
	clear: both;
	display: block
}

.dgwt-wcas-tax-product-details:hover {
	box-shadow: 0 0 11px 2px rgba(0, 0, 0, .05)
}

.rtl .dgwt-wcas-tax-product-details {
	justify-content: right
}

.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title {
	margin-bottom: 8px
}

.dgwt-wcas-tpd-image {
	margin-right: 15px
}

.dgwt-wcas-pd-rest .product-title {
	display: block;
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 5px
}

.dgwt-wcas-tpd-rest {
	max-width: 200px
}

.dgwt-wcas-tpd-rest-title {
	display: block;
	line-height: 125%;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0 0 8px;
	overflow: hidden;
	color: #000
}

.dgwt-wcas-suggestion-nores {
	pointer-events: none;
	opacity: .45
}

.dgwt-wcas-pd-price,
.dgwt-wcas-tpd-price {
	line-height: 120%;
	overflow: hidden;
	color: #000;
	margin-top: 15px;
	font-weight: 700;
	font-size: 18px
}

.dgwt-wcas-tpd-price {
	font-size: 12px;
	color: #777
}

.dgwt-wcas-pd-price .woocommerce-price-suffix,
.dgwt-wcas-tpd-price .woocommerce-price-suffix {
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	margin-left: 4px;
	display: inline-block
}

.dgwt-wcas-details-title-tax,
.dgwt-wcas-pd-title .product-title {
	font-weight: 900;
	letter-spacing: -1px;
	text-transform: uppercase
}

.dgwt-wcas-pd-price del .amount,
.dgwt-wcas-tpd-price del .amount {
	font-weight: lighter;
	background: 0 0;
	font-size: 90%;
	opacity: .6
}

.dgwt-wcas-pd-price ins,
.dgwt-wcas-tpd-price ins {
	background: 0 0;
	text-decoration: none
}

.dgwt-wcas-pd-rating {
	font-size: 13px;
	line-height: 13px
}

.dgwt-wcas-pd-review {
	color: #777;
	font-size: 11px;
	line-height: 11px
}

.dgwt-wcas-datails-title {
	display: block;
	margin: 5px 0 15px
}

.dgwt-wcas-pd-title {
	margin-bottom: 15px;
	display: block;
	text-decoration: none
}

.dgwt-wcas-details-title-tax {
	margin-right: 3px
}

.rtl .dgwt-wcas-details-title-tax {
	margin: 0 0 0 3px;
	float: right
}

.dgwt-wcas-tpd-image {
	width: 70px;
	padding: 4px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.dgwt-wcas-details-space {
	padding: 0 15px 15px
}

.dgwt-wcas-details-main-image {
	border-bottom: 1px solid #eee;
	min-height: 200px;
	display: flex
}

.dgwt-wcas-details-main-image img {
	width: auto;
	height: auto;
	display: block;
	max-height: 250px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	align-self: center
}

.dgwt-wcas-details-right .dgwt-wcas-details-main-image img {
	border-radius: 0 3px 0 0
}

.dgwt-wcas-details-left .dgwt-wcas-details-main-image img {
	border-radius: 3px 0 0
}

a.dgwt-wcas-details-post-title,
a.dgwt-wcas-details-product-title {
	color: #333;
	display: block;
	line-height: 120%;
	margin: 10px 0 0;
	font-size: 21px;
	font-weight: 400;
	text-decoration: none;
	text-transform: none
}

a.dgwt-wcas-details-post-title {
	margin-bottom: 15px
}

.dgwt-wcas-details-product-sku {
	display: block;
	font-size: 12px;
	line-height: 110%;
	color: #999
}

.dgwt-wcas-tpd-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto
}

.dgwt-wcas-details-hr {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 15px 0
}

.rtl .dgwt-wcas-tpd-image {
	float: right;
	margin-right: 0;
	margin-left: 15px
}

.rtl .dgwt-wcas-tpd-rest {
	float: right;
	max-width: 190px
}

.rtl input[type=search].dgwt-wcas-search-input {
	text-align: right
}

input[type=search].dgwt-wcas-search-input,
input[type=text].dgwt-cas-search-input {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	-webkit-appearance: textfield;
	text-align: left
}

[type=search].dgwt-wcas-search-input::-ms-clear {
	display: none
}

[type=search].dgwt-wcas-search-input::-webkit-search-decoration {
	-webkit-appearance: none
}

[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button {
	display: none
}

.dgwt-wcas-details-desc {
	font-size: 13px;
	line-height: 157%
}

.dgwt-wcas-details-desc b,
.dgwt-wcas-details-desc strong {
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0
}

.dgwt-wcas-pd-addtc-form {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.dgwt-wcas-pd-addtc-form>.quantity {
	margin-right: 10px
}

.dgwt-wcas-pd-addtc-form .add_to_cart_inline,
.dgwt-wcas-pd-addtc-form .quantity input.qty {
	margin-bottom: 0;
	margin-top: 0
}

.dgwt-wcas-stock {
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px
}

.dgwt-wcas-stock.in-stock {
	color: #0f834d
}

.dgwt-wcas-stock.out-of-stock {
	color: #e2401c
}

.dgwt-wcas-pd-addtc .add_to_cart_button,
.dgwt-wcas-pd-addtc .add_to_cart_inline {
	margin: 0
}

.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline,
.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,
.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,
.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,
.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,
.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,
.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,
.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile),
.dgwt-wcas-pd-addtc .add_to_cart_button.added,
.dgwt-wcas-search-icon-arrow,
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,
body .dgwt-wcas-content-wrapp .rood,
body .dgwt-wcas-content-wrapp .zwave {
	display: none
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
	opacity: 0;
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	min-width: 500px;
	z-index: 1000;
}
button.dgwt-wcas-search-submit,
input[type=submit].dgwt-wcas-search-submit {
	position: relative
}


.dgwt-wcas-ico-magnifier {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	height: 65%;
	display: block
}

.dgwt-wcas-preloader {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: auto 44%
}

.dgwt-wcas-voice-search {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	z-index: 1;
	opacity: .5;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: none;
	-webkit-transition: 160ms ease-in-out;
	-moz-transition: 160ms ease-in-out;
	-ms-transition: 160ms ease-in-out;
	-o-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out
}

.dgwt-wcas-close:hover,
.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,
.dgwt-wcas-voice-search:hover {
	opacity: .3
}

.dgwt-wcas-voice-search path {
	fill: #444
}

.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search {
	display: flex
}

.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader {
	right: 40px
}

.rtl .dgwt-wcas-preloader,
.rtl .dgwt-wcas-voice-search {
	right: auto;
	left: 5px
}

.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search {
	z-index: 105
}

.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader {
	right: auto;
	left: 45px
}

.dgwt-wcas-inner-preloader {
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: auto 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.dgwt-wcas-inner-preloader {
		background-image: url(/img/preloader.gif)
	}
}

.dgwt-wcas-loader-circular {
	height: 24px;
	width: 24px;
	-webkit-animation: 2s linear infinite rotate;
	-moz-animation: 2s linear infinite rotate;
	animation: 2s linear infinite rotate
}

.dgwt-wcas-loader-circular-path {
	fill: transparent;
	stroke-linecap: round;
	stroke-width: 4px;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: 1s ease-in-out infinite dash;
	-moz-animation: 1s ease-in-out infinite dash;
	animation: 1s ease-in-out infinite dash;
	stroke: #ddd
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@-moz-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 160ms ease-in-out;
	-moz-transition: 160ms ease-in-out;
	-ms-transition: 160ms ease-in-out;
	-o-transition: 160ms ease-in-out;
	transition: 160ms ease-in-out;
	z-index: 1
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before {
	content: '';
	display: block;
	position: absolute;
	background: 0 0;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto
}

.dgwt-wcas-close path {
	fill: #ccc
}

@media screen and (max-width:992px) {
	.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
		max-width: none
	}
}

.dgwt-wcas-suggestion strong {
	font-weight: 700
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px
}

.dgwt-wcas-sf-wrapp:after,
.dgwt-wcas-sf-wrapp:before {
	content: "";
	display: table
}

.dgwt-wcas-sf-wrapp:after {
	clear: both
}

.dgwt-wcas-sf-wrapp {
	zoom: 1;
	width: 100%;
	max-width: 100vw;
	margin: 0;
	position: relative;
	background: 0 0
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 100%;
	padding: 10px 15px;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	box-sizing: border-box
}

.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 3px 3px 0 0
}

.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp,
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp {
	display: none!important
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp {
	min-height: 0!important;
	border-radius: 0 0 5px 5px;
	border-right-color: #ddd
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
	min-height: 41px!important
}

.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp {
	border-right-color: transparent
}

.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp {
	border-left-color: transparent
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, .06);
	-webkit-transition: 150ms ease-in;
	-moz-transition: 150ms ease-in;
	-ms-transition: 150ms ease-in;
	-o-transition: 150ms ease-in;
	transition: 150ms ease-in
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
/*	color: #999;*/
	font-weight: 400;
	font-style: italic;
	line-height: normal
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
/*	color: #999;*/
	font-weight: 400;
	font-style: italic;
	line-height: normal
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder {
/*	color: #999;*/
	font-weight: 400;
	font-style: italic;
	line-height: normal
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
/*	color: #999;*/
	font-weight: 400;
	font-style: italic;
	line-height: normal
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
/*	color: #999;*/
	font-weight: 400;
	font-style: italic;
	line-height: normal
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	overflow: visible;
	position: absolute;
	border: 0;
	padding: 0 15px;
	margin: 0;
	cursor: pointer;
	height: 40px;
	min-width: 50px;
	width: auto;
	line-height: 100%;
	min-height: 100%;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
	color: #fff;
	-webkit-transition: 250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
	-o-transition: 250ms ease-in-out;
	transition: 250ms ease-in-out;
	text-transform: uppercase;
	background-color: #333;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none
}

.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: 0;
	right: auto
}

.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
	border-radius: 0 2px 0 0
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover {
	opacity: .7
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus {
	opacity: .7;
	outline: 0
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #333;
	top: 12px;
	left: -6px;
	-webkit-transition: 250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
	-o-transition: 250ms ease-in-out;
	transition: 250ms ease-in-out
}

.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	left: auto;
	right: -6px;
	border-width: 8px 0 8px 8px;
	border-style: solid none solid solid
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
	border-right-color: #333
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner {
	border: 0;
	padding: 0
}

.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
	min-height: 340px;
	overflow: visible
}

.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
	min-height: 40px
}

.dgwt-wcas-is-details .dgwt-wcas-si {
	width: 30px;
	max-width: 100%;
	box-sizing: border-box
}

.dgwt-wcas-is-details .dgwt-wcas-sp {
	display: flex;
	top: 0;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	resize: vertical
}

.dgwt-wcas-is-details .dgwt-wcas-sd {
	font-size: 11px;
	line-height: 100%
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] {
	padding-left: 15px;
	min-height: 0
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st {
	padding-left: 0
}

.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler,
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	max-width: 20px
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	height: 50%;
	margin: auto;
	max-height: 20px;
	width: 100%;
	max-width: 20px;
	left: 12px;
	right: auto;
	opacity: .5;
	fill: #444
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	left: auto;
	right: 12px
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 10px 15px 10px 40px
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 10px 40px 10px 15px
}

.dgwt-wcas-overlay-mobile-on,
.dgwt-wcas-overlay-mobile-on body {
	overflow: hidden;
	min-width: 100vw;
	min-height: 100vh
}

html.dgwt-wcas-overlay-mobile-on {
	scroll-behavior: unset
}

.dgwt-wcas-om-bar {
	display: flex;
	height: 45px;
	width: 100%
}

.dgwt-wcas-om-bar button.dgwt-wcas-om-return,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover {
	width: 45px;
	height: 100%;
	display: block;
	background: #ccc;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0;
	box-shadow: none;
	outline: 0;
	border: none;
	border-spacing: 0;
	border-radius: 0
}

.dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
	width: 23px;
	height: 23px;
	position: absolute;
	left: 12px;
	top: 12px;
	fill: #fff
}

.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg {
	left: 11px;
	top: 9px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #fff
}

.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
	right: 0!important
}

.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader {
	left: 4px!important;
	right: auto!important
}

@keyframes dgwt-wcas-preloader-price-anim {
	0%,
	100% {
		background: rgba(128, 128, 128, .03)
	}
	50% {
		background: rgba(128, 128, 128, .1)
	}
}

.dgwt-wcas-preloader-price-inner div:first-child {
	left: 0;
	animation-delay: -.1s
}

.dgwt-wcas-preloader-price-inner div:nth-child(2) {
	left: 13px;
	animation-delay: -.2s
}

.dgwt-wcas-preloader-price-inner div:nth-child(3) {
	left: 26px;
	animation-delay: -.3s
}

.dgwt-wcas-preloader-price {
	width: 34px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: 0 0
}

.dgwt-wcas-preloader-price-inner {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0
}

.dgwt-wcas-preloader-price-inner div {
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(128, 128, 128, .05);
	animation: .8s cubic-bezier(0, .5, .5, 1) infinite dgwt-wcas-preloader-price-anim;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
	width: calc(100% - 45px);
	max-width: none;
	margin: 0
}

.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion {
	width: 100%
}

.dgwt-wcas-overlay-mobile {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #fff
}

.dgwt-wcas-overlay-mobile * {
	box-sizing: border-box
}

.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input {
	height: 45px!important;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0;
	font-size: 16px!important
}

.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus {
	font-size: 16px!important
}

.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
	left: 0!important;
	top: 45px!important;
	width: 100%!important;
	height: calc(100% - 45px)!important;
	position: absolute;
	overflow-y: auto;
	border: none;
	margin: 0;
	display: block
}

.dgwt-wcas-enable-mobile-form {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form {
	display: none;
	position: relative
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile {
	min-width: 0;
	display: inline-block;
	width: 28px;
	height: 28px
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler {
	height: 100%;
	width: 100%
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier {
	opacity: 1;
	position: static;
	max-width: none;
	max-height: none
}

.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios {
	overflow: visible
}

.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp {
	max-height: none!important;
	height: auto!important
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	min-width: unset
}

.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,
.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form {
	opacity: 0
}

.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form {
	opacity: 1
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
	opacity: 0;
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	min-width: 500px;
	z-index: 1000
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form {
	display: block;
	opacity: 1
}

.dgwt-wcas-search-icon {
	width: 20px;
	height: auto;
	cursor: pointer
}

.dgwt-wcas-ico-magnifier-handler {
	margin-bottom: -.2em;
	width: 100%
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon {
	opacity: .6
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-left: 15px
}

.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
	display: block;
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	z-index: 5;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
	pointer-events: none;
	display: block;
	font-weight: 500;
	white-space: nowrap
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	text-transform: uppercase;
	margin-top: 16px;
	font-size: 12px
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st {
	padding: 0
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover {
	background: 0 0;
	text-decoration: underline
}

.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax {
	min-height: 30px
}

.dgwt-wcas-darkened-overlay {
	display: block;
	position: absolute;
	opacity: .15;
	z-index: 100000;
	left: 0;
	top: 0
}

.dgwt-wcas-darkened-overlay>div {
	background: #111;
	position: absolute
}

.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form {
	background-color: rgba(17, 17, 17, .15);
	border: none;
	border-radius: 0
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: #fff;
	padding: 10px;
	border-radius: 10px
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp {
	padding-top: 0;
	padding-bottom: 0
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 13px 24px 13px 48px;
	line-height: 24px;
	font-size: 17px;
	border: 2px solid transparent;
	border-radius: 12px;
	height: auto;
	font-family: Roboto, sans-serif;
	background-color: #eee
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	box-shadow: none;
	transition: 30ms ease-in
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background-color: #dfdfdf
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-color: #333
}

.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 30px
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	background: 0 0;
	border-radius: 100%;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: auto 0;
	position: absolute;
	height: 34px;
	width: 34px;
	top: 0;
	bottom: 0;
	right: 20px;
	pointer-events: none;
	transition: none;
}

/*
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
	width: 18px;
	height: 18px
}
*/

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: auto;
	right: 28px;
	pointer-events: auto;
	animation: .3s fadeIn
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-left: 24px;
	padding-right: 48px;
	transition: none!important
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
	opacity: 1;
	background: #e4e4e4;
	box-shadow: 0 0 0 2px #e4e4e4;
	border-radius: 100%
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
	margin-right: 35px
}

.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
	transition: none;
	width: 18px
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,
.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,
.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #111
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
	opacity: 1;
	font-style: normal;
	font-weight: 300;
/*	color: #777*/
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
	border-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion {
	padding-left: 20px;
	padding-right: 20px
}

.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion,
.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
	border-right: 1px solid #ddd
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
	margin-top: 0;
	border-top: none
}

.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
	border-right: none
}

.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
	border-left: 1px solid #ddd
}

.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp {
	border-left: none
}

.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
	min-height: 70px!important
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 0;
	background: 0 0;
	padding: 0 10px
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-color: transparent
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-left: 10px
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background-color: transparent
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
	border-top: 1px solid #e0e2e5
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
	background: #fff
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg {
	left: 17px;
	top: 16px;
	width: 17px;
	height: 17px
}

.dgwt-wcas-style-pirx .dgwt-wcas-voice-search {
	right: 15px;
	top: 2px;
	opacity: 1
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled.dgwt-wcas-voice-search-supported .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	right: 47px
}

.dgwt-wcas-style-pirx.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader {
	margin-right: 50px
}

.dgwt-wcas-suggestions-wrapp-fixed {
	position: fixed!important
}

@font-face {
	font-family: "tinvwl-webfont";
	font-display: block;
	src: url(fonts/tinvwl-webfont.eot?ver=xu2uyi);
	src: url(fonts/tinvwl-webfont.eot?ver=xu2uyi#iefix) format("embedded-opentype"), 
		url(fonts/tinvwl-webfont.woff2?ver=xu2uyi) format("woff2"),
		url(fonts/tinvwl-webfont.woff?ver=xu2uyi) format("woff"),
		url(fonts/tinvwl-webfont.ttf?ver=xu2uyi) format("truetype"),
		url(fonts/tinvwl-webfont.svg?ver=xu2uyi#tinvwl-webfont) format("svg");
	font-weight: normal;
	font-style: normal
}

.ftinvwl {
	font-family: "tinvwl-webfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ftinvwl-twitter:before {
	content: "\f099"
}

.ftinvwl-facebook:before {
	content: "\f09a" !important
}

.ftinvwl-facebook-f:before {
	content: "\f09a" !important
}

.ftinvwl-google:before {
	content: "\f0d5" !important
}

.ftinvwl-email:before {
	content: "\f0e0" !important
}

.ftinvwl-pinterest:before {
	content: "\f231" !important
}

.ftinvwl-whatsapp:before {
	content: "\f232" !important
}

.ftinvwl-clipboard:before {
	content: "\e911" !important
}

.ftinvwl-star:before {
	content: "\e912" !important
}

.ftinvwl-shopping-cart:before {
	content: "\e913" !important
}

.ftinvwl-magic:before {
	content: "\e914" !important
}

.ftinvwl-info:before {
	content: "\e915" !important
}

.ftinvwl-graduation-cap:before {
	content: "\e918" !important
}

.ftinvwl-floppy-o:before {
	content: "\e919" !important
}

.ftinvwl-eyedropper:before {
	content: "\e91a" !important
}

.ftinvwl-exclamation-triangle:before {
	content: "\e91b" !important
}

.ftinvwl-check:before {
	content: "\e91e" !important
}

.ftinvwl-arrow-left:before {
	content: "\e91f" !important
}

.ftinvwl-wrench:before {
	content: "\e920" !important
}

.ftinvwl-chevron-down:before {
	content: "\e900" !important
}

.ftinvwl-chevron-right:before {
	content: "\e901" !important
}

.ftinvwl-chevron-left:before {
	content: "\e902" !important
}

.ftinvwl-chevron-up:before {
	content: "\e903" !important
}

.ftinvwl-cancel:before {
	content: "\e904" !important
}

.ftinvwl-times:before {
	content: "\e905" !important
}

.ftinvwl-heart-plus:before {
	content: "\e906" !important
}

.ftinvwl-heart-mark-right:before {
	content: "\e907" !important
}

.ftinvwl-heart2:before {
	content: "\e908" !important
}

.ftinvwl-heart-o:before {
	content: "\e909" !important
}

.ftinvwl-heart-mark-left:before {
	content: "\e90a" !important
}

.ftinvwl-heart-mail:before {
	content: "\e90b" !important
}

.ftinvwl-heart-tinv:before {
	content: "\e90c" !important
}

.ftinvwl-key:before {
	content: "\e90d" !important
}

.ftinvwl-lock:before {
	content: "\e90e" !important
}

.ftinvwl-hearts:before {
	content: "\e90f" !important
}

.ftinvwl-user:before {
	content: "\e910" !important
}

.ftinvwl-pulse.ftinvwl-animated::before {
	-webkit-animation: ftinvwl-pulse 2s linear infinite;
	animation: ftinvwl-pulse 2s linear infinite
}

@-webkit-keyframes ftinvwl-pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes ftinvwl-pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8)
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.tinv-wishlist form,
.tinv-wishlist p:last-child,
.tinv-wishlist table {
	margin-bottom: 0
}

.tinv-wishlist * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.tinvwl-wishlist:after,
.tinvwl-wishlist:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.tinv-wishlist select {
	width: 140px
}

.tinv-wishlist ul:not(.woocommerce-error) {
	list-style: none;
	margin: 0;
	padding: 0
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	margin-top: -10px;
	margin-left: -10px
}

.woocommerce.tinv-wishlist #respond input#submit.alt,
.woocommerce.tinv-wishlist a.button.alt,
.woocommerce.tinv-wishlist button.button.alt,
.woocommerce.tinv-wishlist input.button.alt {
	text-align: center
}

.tinv-wishlist .button i,
.tinv-wishlist .navigation-button a i {
	margin-right: 6px
}

.tinv-wishlist input[type=button] i,
.tinv-wishlist input[type=reset] i,
.tinv-wishlist input[type=submit] i {
	margin-right: 6px
}

.tinv-wishlist a.tinv-close-modal i {
	margin-right: 0
}

a.wishlist_products_counter {
	text-decoration: none
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before,
span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
	content: "\e909";
	display: inline-block;
	font-family: tinvwl-webfont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	vertical-align: sub;
	margin-right: 5px
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,
a.wishlist_products_counter.top_wishlist-heart-plus:before,
span.wishlist_products_counter.top_wishlist-heart-plus:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {
	content: "\e906";
	display: inline-block;
	font-family: tinvwl-webfont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	vertical-align: sub;
	margin-right: 5px
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	position: relative;
	width: 18px;
	height: 18px;
	vertical-align: sub
}

a.wishlist_products_counter.top_wishlist-heart-plus.no-txt,
span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {
	position: relative;
	width: 18px;
	height: 18px;
	vertical-align: sub
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: 0
}

.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	padding-left: 1em;
	vertical-align: bottom
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
	content: "\e908"
}

.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,
span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
	content: "\e908"
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before,
span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {
	content: "\e907"
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,
a.wishlist_products_counter.top_wishlist-white:before,
span.wishlist_products_counter.top_wishlist-white:before {
	color: #FFF
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before,
a.wishlist_products_counter.top_wishlist-black:before,
span.wishlist_products_counter.top_wishlist-black:before {
	color: #000
}

.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-bottom: 15px
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 15px
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
	width: 18px;
	height: 18px;
	line-height: 1
}

.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {
	margin: 0
}

.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {
	display: none
}

a.wishlist_products_counter.top_wishlist-custom.no-txt,
span.wishlist_products_counter.top_wishlist-custom.no-txt {
	width: 18px;
	height: 18px;
	line-height: 1
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
a.wishlist_products_counter.top_wishlist-custom img,
span.wishlist_products_counter.top_wishlist-custom img {
/*	display: inline-block !important;*/
	vertical-align: baseline;
	width: auto !important;
	max-width: 16px;
	max-height: 16px;
	margin: 0 6px 0 0 !important
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,
a.wishlist_products_counter.top_wishlist-custom.no-txt img,
span.wishlist_products_counter.top_wishlist-custom.no-txt img {
	margin-right: 0 !important
}

.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button,
div.product form.cart .tinvwl_add_to_wishlist_button {
	float: none
}

ul.products li.product .tinvwl_add_to_wishlist_button {
	margin-top: 1em
}

.tinvwl_add_to_wishlist_button {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
	visibility: visible;
	position: relative
}

.tinv-wishlist.woocommerce .stock.in-stock:before {
	content: none
}

.tinv-wraper.tinv-wishlist {
	font-size: 100%
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
	position: absolute;
	z-index: 10;
	margin: 0;
	top: 10px;
	left: 10px
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
	margin-top: 0
}

.tinv-create-list li input[type=radio] {
	margin-right: 10px
}

.tinv-create-list li+li {
	margin-top: 15px
}

.tinv-create-list .tinvwl-input-group+ul {
	margin-top: 25px
}

.tinv-search-list {
	margin-bottom: 36px
}

.tinv-wishlist .tinv-header {
	margin-bottom: 30px
}

.tinv-wishlist table {
	position: relative;
	table-layout: auto;
	margin-bottom: 30px
}

.tinv-overlay {
	top: 0;
	left: 0;
	position: fixed;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease
}

.tinv-wishlist .tinv-modal {
	top: 0;
	left: 0;
	position: fixed;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease
}

.tinv-wishlist table.tinvwl-table-manage-list {
	margin-bottom: 27px;
	width: 100%
}

.tinv-wishlist table input[type=checkbox] {
	margin-right: 0
}

.tinv-wishlist table td,
.tinv-wishlist table th {
	padding: 1em;
	vertical-align: middle
}

.tinv-wishlist .tinvwl-table-manage-list .product-cb {
	width: 35px;
	text-align: center
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
	width: 35px;
	text-align: center;
	padding: 1em .5em
}

.tinv-wishlist .product-remove button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 0 auto;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background-color: #f7f7f7;
	color: #000;
	font-size: 20px;
	padding-left: 1px;
	padding-top: 3px;
	min-height: 0
}

.tinv-wishlist .product-thumbnail {
	min-width: 100px;
	max-width: 100%;
	width: 100px
}

.tinv-wishlist .product-thumbnail .wp-post-image {
	margin-bottom: 0
}

.tinv-wishlist td.product-name a+.variation {
	margin-top: 2px
}

.tinv-wishlist .product-stock i {
	margin-right: 15px
}

.tinv-wishlist .product-stock p {
	display: table
}

.tinv-wishlist .product-stock p.stock::before {
	display: none
}

.tinv-wishlist .product-stock span {
	display: table-cell;
	vertical-align: middle
}

.tinv-wishlist .product-action>.button>i,
.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove],
.tinv-wishlist table thead th .tinvwl-mobile {
	display: none
}

.tinv-wishlist.woocommerce .product-quantity {
	width: 80px;
	text-align: center
}

.tinv-wishlist.woocommerce table .quantity .qty {
	max-width: 100%;
	width: 62px;
	text-align: left
}

.tinv-wishlist .product-action {
	width: 135px;
	text-align: center
}

.tinv-wishlist .product-action .button {
	width: 100%
}

.tinv-wishlist .product-action .tinvwl_move_product_button {
	margin-top: 5px
}

.tinv-wishlist .tinvwl-table-manage-list .product-action>button[name=tinvwl-remove]>i {
	margin-right: 0
}

.tinv-wishlist .wishlist-cb {
	width: 33px;
	text-align: center
}

.tinv-wishlist .wishlist-name .tinvwl-rename-input input {
	width: 100%
}

.tinv-wishlist .wishlist-name .tinvwl-rename-button {
	float: right
}

.tinv-wishlist .wishlist-name .tinvwl-rename-button>i {
	margin-right: 10px
}

.tinv-wishlist .wishlist-privacy,
.tinv-wishlist table:not(.tinvwl-public) .wishlist-date {
	width: 18%
}

.tinv-wishlist .wishlist-privacy select {
	width: 100%
}

.tinv-wishlist .wishlist-name {
	width: 45%
}

.tinv-wishlist .wishlist-action {
	width: 120px;
	text-align: center
}

.tinv-wishlist .wishlist-action button[value=manage_remove]>i {
	display: none;
	margin-right: 0
}

.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
	display: inline-block;
	vertical-align: middle
}

.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list>a.button {
	margin-right: 0
}

.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
	margin-top: -10px
}

.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
	float: left;
	width: 35%;
	margin-right: 2%
}

.tinv-wishlist tfoot .tinvwl-to-right {
	float: left;
	width: 63%;
	text-align: right
}

.tinv-wishlist tfoot .tinvwl-to-right>* {
	margin: 10px 0 0;
	vertical-align: middle
}

.tinv-wishlist tfoot .tinvwl-to-right>*+* {
	margin-left: 10px
}

.tinv-wishlist tfoot .tinvwl-to-left:empty+.tinvwl-to-right {
	width: 100%
}

.tinv-wishlist .social-buttons+.tinv-wishlist-clear+.navigation-button {
	margin-top: 16px
}

.tinv-wishlist .navigation-button {
	margin-top: -10px
}

.tinv-wishlist .navigation-button>li {
	float: left
}

.tinv-wishlist .navigation-button>li>.tinv-create-list>a,
.tinv-wishlist .navigation-button>li>a {
	margin-right: 30px;
	margin-top: 10px;
	display: inline-block
}

.tinv-wishlist .navigation-button>li>.tinv-create-list>a.button,
.tinv-wishlist .navigation-button>li>a.button {
	margin-right: 10px
}

.tinv-wishlist .navigation-button>li:last-child>.tinv-create-list>a,
.tinv-wishlist .navigation-button>li:last-child>a {
	margin-right: 0
}

.tinv-wishlist .social-buttons {
	text-align: right
}

.tinv-wishlist .social-buttons>span,
.tinv-wishlist .social-buttons>ul {
	display: inline-block;
	vertical-align: middle
}

.tinv-wishlist .social-buttons>span {
	margin-right: 27px
}

.tinv-wishlist .social-buttons li {
	float: left;
	margin: 0 5px 0 0;
	list-style: none
}

.tinv-wishlist .social-buttons li:last-child {
	margin-right: 0
}

.tinv-wishlist .social-buttons li a.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	font-size: 20px;
	text-decoration: none;
	text-transform: none !important
}

.tinv-wishlist .social-buttons li a.social.white {
	color: #fff
}

.tinv-wishlist .social-buttons li a.social.dark {
	color: #000
}

.tinv-wishlist .social-buttons li a.social i {
	line-height: 2em
}

.tinv-wishlist .navigation-button .tinv-create-list>a.tinvwl-no-icon>i,
.tinv-wishlist .navigation-button li>a.tinvwl-no-icon>i {
	display: none
}

.tinv-wishlist .tinv-lists-nav {
	margin-top: 35px;
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.tinv-wishlist .tinv-lists-nav>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tinv-wishlist .tinv-lists-nav>span {
	font-weight: 700
}

.tinv-wishlist .tinv-next {
	display: inline-block;
	float: left
}

.tinv-wishlist .tinv-prev {
	display: inline-block;
	float: left;
	margin-right: 35px !important
}

.tinv-wishlist .tinv-prev i {
	margin-left: 0;
	margin-right: 18px
}

.tinv-wishlist .tinv-next i {
	margin-left: 18px;
	margin-right: 0
}

.tinv-overlay {
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: #191919
}

.tinv-modal.tinv-modal-open .tinv-overlay {
	visibility: visible;
	opacity: .5
}

.admin-bar .tinv-wishlist .tinv-modal {
	padding-top: 32px !important
}

.tinv-wishlist .tinv-modal {
	overflow-y: auto;
	overflow-x: hidden;
	width: 0;
	height: 0;
	z-index: 9999;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
	visibility: hidden;
	opacity: 0;
	text-align: left
}

.tinv-wishlist .tinv-modal .tinv-modal-inner {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	max-width: 360px;
	padding: 40px
}

.tinv-wishlist .tinv-modal.tinv-modal-open {
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%
}

.tinv-wishlist .tinv-modal .tinv-close-modal {
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 14px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	border-bottom: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #ebe9eb
}

.tinv-wishlist .tinv-modal .icon_big_heart_check,
.tinv-wishlist .tinv-modal .icon_big_times,
.tinv-wishlist .tinv-modal img {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	opacity: 1 !important
}

.tinv-wishlist .tinv-modal ul {
	overflow: visible;
	list-style: disc;
	margin: 10px 0 0 20px
}

.tinv-wishlist .tinv-modal li {
	list-style: disc !important
}

.tinv-wishlist .tinv-create-list .tinv-modal ul,
.tinv-wishlist.tinv-create-list form ul {
	list-style: none !important;
	margin: 25px 0 0
}

.tinv-wishlist .tinv-create-list .tinv-modal li,
.tinv-wishlist.tinv-create-list form li {
	list-style: none !important
}

.tinv-wishlist .tinv-modal .already-in {
	margin-bottom: 35px
}

.tinv-wishlist .tinv-modal .delete-notification {
	margin-bottom: 25px
}

.tinv-wishlist .tinv-modal .already-in ul {
	overflow: visible;
	margin: 12px 0 27px 17px
}

.tinv-wishlist .tinv-modal select {
	width: 100%
}

.tinv-wishlist .tinv-modal button+.button,
.tinv-wishlist .tinv-modal button+button {
	margin-top: 12px;
	width: 100%
}

.tinv-wishlist .tinv-modal input+button {
	margin-top: 12px;
	width: 100%
}

.tinv-wishlist .tinv-modal label+button,
.tinv-wishlist .tinv-modal label+input {
	margin-top: 12px;
	width: 100%
}

.tinv-wishlist .tinv-modal select+button,
.tinv-wishlist .tinv-modal select+input {
	margin-top: 12px;
	width: 100%
}

.tinv-wishlist .tinv-modal .already-in+label {
	display: block;
	margin-top: 6px
}

.tinv-wishlist .tinv-modal label select {
	margin-top: 8px
}

.tinv-wishlist .tinv-modal .delete-notification+button {
	width: 100%
}

.tinv-wishlist .tinvwl_added_to_wishlist,
.tinv-wishlist .tinvwl_created_wishlist {
	text-align: center
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
	margin-bottom: 25px
}

.tinv-wishlist .tinvwl_created_wishlist .tinv-txt {
	margin-bottom: 25px
}

.tinv-wishlist .tinvwl_created_wishlist button {
	margin-top: 0;
	margin-bottom: 10px
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
	margin-top: 0;
	margin-bottom: 10px
}

.tinv-wishlist .tinv-modal .tinvwl-buttons-group {
	margin-top: 20px
}

.tinv-wishlist .tinvwl-buttons-group button {
	width: 100%
}

.tinv-wishlist .tinvwl-buttons-group button+button {
	margin-top: 7px
}

.tinv-wishlist .tinvwl-buttons-group button i {
	position: relative
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
	font-size: 20px;
	top: 0;
	vertical-align: initial
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
	position: relative;
	top: 3px
}

.tinv-wishlist .tinvwl-buttons-group+button {
	width: 100%;
	margin-top: 7px
}

.tinv-wishlist .tinv-modal h2 {
	text-align: center;
	margin: 0 0 35px
}

.tinv-wishlist .tinv-create-list .tinv-modal-inner {
	max-width: 778px;
	padding: 30px
}

.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group),
.tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {
	border: 2px solid red
}

.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {
	border: 2px solid red
}

.tinv-wishlist .tinvwl-has-error+.tinvwl-error {
	padding: 5px 0 0 5px;
	color: red
}

.tinvwl-tooltip {
	display: none
}

.tinvwl-input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.tinvwl-input-group .form-control {
	position: relative;
	z-index: 1;
	float: left;
	height: 38px;
	width: 100%;
	margin: 0
}

.tinvwl-input-group .form-control+.tinvwl-input-group-btn {
	padding-left: 15px
}

.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn {
	padding-left: 10px
}

.tinv-wishlist .tinv-search-form .tinvwl-input-group .form-control+.tinvwl-input-group-btn {
	padding-left: 9px
}

.tinvwl-input-group .form-control,
.tinvwl-input-group-addon,
.tinvwl-input-group-btn {
	display: table-cell
}

.tinvwl-input-group-addon,
.tinvwl-input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: top
}

.tinv-table {
	display: table;
	width: 100%;
	height: 100%
}

.tinv-cell {
	display: table-cell;
	vertical-align: middle
}

.tinv-wishlist .tinv-wishlist-clear {
	visibility: visible;
	width: auto;
	height: auto
}

.tinv-wishlist-clear:before {
	content: "";
	display: table
}

.tinv-wishlist-clear:after {
	content: "";
	display: table;
	clear: both
}

.icon_big_heart_check {
	display: inline-block;
	width: 46px;
	height: 46px;
	font-family: tinvwl-webfont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px
}

.icon_big_times {
	display: inline-block;
	width: 46px;
	height: 46px;
	font-family: tinvwl-webfont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px
}

.icon_big_times::before {
	content: "\e904";
	top: -7px;
	left: -7px;
	position: relative
}

.icon_big_heart_check::before {
	content: "\e90a";
	top: -7px;
	left: -7px;
	position: relative
}

.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist,
.tinvwl_add_to_wishlist_button.disabled-add-wishlist {
	opacity: .5 !important;
	cursor: not-allowed
}

.empty-name-wishlist {
	border-color: #f00 !important
}

/*
.tinvwl_remove_from_wishlist-text,
.tinvwl_already_on_wishlist-text,
.tinvwl_add_to_wishlist_button.tinvwl-icon-custom img.icon-already-on-wishlist {
	display: none !important
}
*/

[data-wishlist] .icon-already-on-wishlist,
[data-wishlist] .tinvwl_remove_from_wishlist-text {
	display: none !important;
}
[data-wishlist] .icon-add-on-wishlist,
[data-wishlist] .tinvwl_add_to_wishlist-text {
	display: inline-block !important;
}
[data-wishlist].active .icon-already-on-wishlist,
[data-wishlist].active .tinvwl_remove_from_wishlist-text {
	display: inline-block !important;
}
[data-wishlist].active .icon-add-on-wishlist,
[data-wishlist].active .tinvwl_add_to_wishlist-text {
	
	display: none !important;
}
.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text,
.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text,
.tinvwl-product-in-list.tinvwl-product-make-remove img.icon-already-on-wishlist,
.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_remove_from_wishlist-text,
.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_already_on_wishlist-text,
.tinvwl_add_to_wishlist_button.tinvwl-product-in-list img.icon-already-on-wishlist {
	display: inline !important
}

.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text,
.tinvwl-product-in-list.tinvwl-product-make-remove img.icon-add-on-wishlist,
.tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text,
.tinvwl_add_to_wishlist_button.tinvwl-product-in-list img.icon-add-on-wishlist {
	display: none !important
}

.tooltipped {
	position: relative
}

.tooltipped::after {
	position: absolute;
	z-index: 1000000;
	display: none;
	padding: .5em .75em;
	font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	-webkit-font-smoothing: subpixel-antialiased;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: break-word;
	white-space: pre;
	pointer-events: none;
	content: attr(aria-label);
	background: #1b1f23;
	border-radius: 3px;
	opacity: 0
}

.tooltipped::before {
	position: absolute;
	z-index: 1000001;
	display: none;
	width: 0;
	height: 0;
	color: #1b1f23;
	pointer-events: none;
	content: "";
	border: 6px solid transparent;
	opacity: 0
}

.tooltipped:hover::before,
.tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after {
	display: inline-block;
	text-decoration: none;
	-webkit-animation-name: tooltip-appear;
	animation-name: tooltip-appear;
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.tooltipped-no-delay:hover::before,
.tooltipped-no-delay:hover::after,
.tooltipped-no-delay:active::before,
.tooltipped-no-delay:active::after,
.tooltipped-no-delay:focus::before,
.tooltipped-no-delay:focus::after {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.tooltipped-multiline:hover::after,
.tooltipped-multiline:active::after,
.tooltipped-multiline:focus::after {
	display: table-cell
}

.tooltipped-s::after,
.tooltipped-se::after,
.tooltipped-sw::after {
	top: 100%;
	right: 50%;
	margin-top: 6px
}

.tooltipped-s::before,
.tooltipped-se::before,
.tooltipped-sw::before {
	top: auto;
	right: 50%;
	bottom: -7px;
	margin-right: -6px;
	border-bottom-color: #1b1f23
}

.tooltipped-se::after {
	right: auto;
	left: 50%;
	margin-left: -16px
}

.tooltipped-sw::after {
	margin-right: -16px
}

.tooltipped-n::after,
.tooltipped-ne::after,
.tooltipped-nw::after {
	right: 50%;
	bottom: 100%;
	margin-bottom: 6px
}

.tooltipped-n::before,
.tooltipped-ne::before,
.tooltipped-nw::before {
	top: -7px;
	right: 50%;
	bottom: auto;
	margin-right: -6px;
	border-top-color: #1b1f23
}

.tooltipped-ne::after {
	right: auto;
	left: 50%;
	margin-left: -16px
}

.tooltipped-nw::after {
	margin-right: -16px
}

.tooltipped-s::after,
.tooltipped-n::after {
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}

.tooltipped-w::after {
	right: 100%;
	bottom: 50%;
	margin-right: 6px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.tooltipped-w::before {
	top: 50%;
	bottom: 50%;
	left: -7px;
	margin-top: -6px;
	border-left-color: #1b1f23
}

.tooltipped-e::after {
	bottom: 50%;
	left: 100%;
	margin-left: 6px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}

.tooltipped-e::before {
	top: 50%;
	right: -7px;
	bottom: 50%;
	margin-top: -6px;
	border-right-color: #1b1f23
}

.tooltipped-align-right-1::after,
.tooltipped-align-right-2::after {
	right: 0;
	margin-right: 0
}

.tooltipped-align-right-1::before {
	right: 10px
}

.tooltipped-align-right-2::before {
	right: 15px
}

.tooltipped-align-left-1::after,
.tooltipped-align-left-2::after {
	left: 0;
	margin-left: 0
}

.tooltipped-align-left-1::before {
	left: 5px
}

.tooltipped-align-left-2::before {
	left: 10px
}

.tooltipped-multiline::after {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 250px;
	word-wrap: break-word;
	white-space: pre-line;
	border-collapse: separate
}

.tooltipped-multiline.tooltipped-s::after,
.tooltipped-multiline.tooltipped-n::after {
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-w::after,
.tooltipped-multiline.tooltipped-e::after {
	right: 100%
}

.tooltipped-sticky::before,
.tooltipped-sticky::after {
	display: inline-block
}

.tooltipped-sticky.tooltipped-multiline::after {
	display: table-cell
}

.tinvwl-table-manage-list .component_table_item_price:before {
	font-family: FontAwesomeCP;
	font-size: 1rem;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	content: "\e811";
	opacity: .25;
	margin: 0 12px 0 2px
}

.wishlist-icon {
	position: relative
}

.wishlist-popup {
	opacity: 0;
	max-height: 0;
	position: absolute;
	overflow: hidden;
	padding: 5px;
	margin-top: -10px;
	border-radius: 5px;
	line-height: 1.3;
	text-align: center;
	font-size: .9em;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	right: 0;
	color: #FFF;
	-webkit-transition: opacity .3s, max-height .3s;
	transition: opacity .3s, max-height .3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.wishlist-popup:after {
	bottom: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: rgba(0, 0, 0, 0.8);
	border-width: 10px;
	margin-left: -10px
}

.wishlist-icon:hover .wishlist-popup {
	opacity: 1;
	max-height: 200px;
	overflow-y: auto
}

.wishlist-popup a {
	color: #ccc;
	display: block
}

.wishlist-popup a:hover {
	color: #FFF
}

.wishlist-icon.added:after {
	background-color: red;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.wishlist-popup .ajax-loading,
.wishlist-popup .feedback {
	display: none !important
}

.wishlist-title {
	margin-bottom: 20px
}

span.tinvwl-product-stats {
	background-color: #ebe9eb;
	border-radius: 50%;
	padding: .2em;
	line-height: 1;
	font-size: .7em;
	min-width: 1.5em;
	display: inline-block;
	position: absolute;
	top: -0.7em;
	right: -1.5em;
	text-align: center
}

@media screen and (min-width:0 \0) {
	.tooltipped-multiline::after {
		width: 250px
	}
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.tinv-wishlist .tinvwl-table-manage-list td.product-stock p {
		display: block;
		text-align: center
	}
	.tinv-wishlist .product-stock span {
		display: block
	}
	.tinv-wishlist .tinvwl-table-manage-list td.product-stock i {
		margin-right: 0
	}
	.tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {
		display: none
	}
	.tinv-wishlist .product-thumbnail {
		max-width: 76px;
		width: 76px
	}
	.tinv-wishlist .product-action .button>i {
		display: inline-block;
		margin-right: 0
	}
	.tinv-wishlist .product-action .button .tinvwl-txt {
		display: none
	}
}

@media only screen and (max-width:1024px) and (min-width:768px) {
	.tinv-wishlist .wishlist-action button[value=manage_remove] span {
		display: none
	}
	.tinv-wishlist .wishlist-action button[value=manage_remove]>i {
		display: inline-block
	}
	.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
		margin-top: 0
	}
}

@media only screen and (max-width:1024px) {
	.tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {
		margin-top: 0
	}
	.tinv-wishlist .tinvwl-table-manage-list .product-remove {
		display: none
	}
	.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] {
		display: inline-block;
		margin-top: 5px
	}
	.tinv-wishlist .product-action {
		width: 60px
	}
	.tinv-wishlist .wishlist-name .tinvwl-rename-button>i,
	.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
		margin-right: 0
	}
	.tinv-wishlist .wishlist-name .tinvwl-rename-button span {
		display: none
	}
	.tinv-wishlist .wishlist-action {
		width: 60px
	}
	.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
		float: none;
		width: auto
	}
	.tinv-wishlist tfoot .tinvwl-to-right {
		float: none;
		width: auto;
		text-align: left
	}
	.tinv-wishlist .social-buttons {
		float: none;
		width: auto;
		text-align: left;
		margin-top: 20px
	}
	.tinv-wishlist .social-buttons+.tinv-wishlist-clear+.navigation-button {
		margin-top: 30px
	}
	.tinv-wishlist .tinv-login form input[name=login] {
		min-width: auto
	}
	.tinv-wishlist .tinvwl-table-manage-list .product-remove {
		display: table-cell
	}
}

@media only screen and (max-width:1023px) {
	.tinv-wishlist .tinv-lists-nav a.tinv-prev>i,
	.tinv-wishlist .tinv-lists-nav a.tinv-next>i {
		margin: 0
	}
	.tinv-wishlist .tinv-lists-nav a.tinv-prev>span,
	.tinv-wishlist .tinv-lists-nav a.tinv-next>span {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
	.tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
		display: none
	}
	.tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {
		display: none
	}
	.tinv-wishlist thead th .tinvwl-full {
		display: none
	}
	.tinv-wishlist table.tinvwl-table-manage-list thead th.product-name,
	.tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {
		display: block;
		width: 100%;
		text-align: center
	}
	.tinv-wishlist table thead th .tinvwl-mobile {
		display: block
	}
	.tinv-wishlist table.tinvwl-table-manage-list tbody td {
		display: block;
		width: 100% !important;
		text-align: center
	}
	.tinv-wishlist table.tinvwl-table-manage-lists tbody td,
	.tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {
		display: block;
		width: 100% !important;
		text-align: center
	}
	.tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
		border-bottom: 0
	}
	.tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child),
	.tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td:not(:last-child) {
		border-bottom: 0
	}
	.tinv-wishlist .product-stock p {
		margin: 0 auto
	}
	.tinv-wishlist .product-thumbnail img {
		margin: 0 auto;
		max-width: 80px
	}
	.tinv-wishlist.woocommerce table .quantity .qty {
		text-align: center;
		width: 100%
	}
	.tinv-wishlist .product-action .tinvwl_move_product_button {
		margin-top: 10px
	}
	.tinv-wishlist table.tinvwl-table-manage-list tfoot td {
		display: block;
		width: 100%
	}
	.tinv-wishlist table.tinvwl-table-manage-lists .wishlist-action button[value=manage_remove] {
		width: 100%
	}
	.tinv-wishlist table.tinvwl-table-manage-lists .wishlist-name .tinvwl-rename-button {
		float: none
	}
	.tinv-wishlist button[value=manage_apply] .tinvwl-mobile,
	.tinv-wishlist button[value=product_apply] .tinvwl-mobile {
		display: none
	}
	.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
		display: block
	}
	.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button,
	.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {
		width: 100%;
		margin: 10px 0 0
	}
	.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,
	.tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {
		width: 100%;
		margin: 10px 0 0
	}
	.tinv-wishlist tfoot .tinvwl-to-right>* {
		margin: 10px 0 0
	}
	.tinv-wishlist tfoot .tinvwl-to-right .button:first-child,
	.tinv-wishlist tfoot .tinvwl-to-right button:first-child {
		margin-top: 0 !important
	}
	.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
		margin-top: 20px
	}
	.tinv-wishlist .social-buttons {
		text-align: center
	}
	.tinv-wishlist .social-buttons>span {
		display: block;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 5px
	}
	.tinv-wishlist.woocommerce .tinv-login form .form-row-first,
	.tinv-wishlist.woocommerce .tinv-login form .form-row-last {
		float: none;
		width: 100%
	}
	.tinv-wishlist.woocommerce .tinv-login form .form-row-first {
		padding: 0
	}
	.tinv-wishlist.woocommerce .tinv-login form .form-row-last {
		padding: 0;
		margin-top: 10px
	}
	.tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {
		display: block;
		padding: 0;
		width: auto;
		margin-top: 10px
	}
	.navigation-button,
	.social-buttons,
	.tinv-lists-nav {
		margin-left: 12px;
		margin-right: 12px
	}
	.tinvwl-input-group {
		width: 100%
	}
	.tinvwl-input-group:not(.tinvwl-no-full) {
		display: block
	}
	.tinvwl-input-group:not(.tinvwl-no-full) .form-control,
	.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon,
	.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
		display: block
	}
	.tinvwl-input-group:not(.tinvwl-no-full) .form-control {
		float: none
	}
	.tinv-wishlist .tinv-search-form .tinvwl-input-group:not(.tinvwl-no-full) .form-control+.tinvwl-input-group-btn {
		padding-top: 10px;
		padding-left: 0
	}
	.tinvwl-input-group:not(.tinvwl-no-full) .form-control+.tinvwl-input-group-btn {
		padding-top: 10px;
		padding-left: 0
	}
	.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {
		width: 100%
	}
	.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon>button,
	.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon>input {
		width: 100%
	}
	.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
		width: 100%
	}
	.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn>button,
	.tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn>input {
		width: 100%
	}
	.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
		display: block
	}
}

@media screen and (max-width:768px) {
	.admin-bar .tinv-wishlist .tinv-modal {
		padding-top: 46px !important
	}
}

@media screen and (max-width:600px) {
	.admin-bar .tinv-wishlist .tinv-modal {
		padding-top: 0 !important
	}
	.tinv-wishlist .tinv-modal .tinv-close-modal {
		position: static;
		display: block;
		margin: 0 auto 20px
	}
}

@-webkit-keyframes tooltip-appear {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes tooltip-appear {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}


.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
/*
	margin-left: auto;
	margin-right: auto
*/
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
/*	height: 100%;*/
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@charset 'UTF-8';
.slick-loading .slick-list {
	background: #fff url(//prosto-buy.ru/wp-content/themes/prosto/assets/dist/slick/./ajax-loader.gif) center center no-repeat
}

@font-face {
	font-family: 'slick';
	font-weight: 400;
	font-style: normal;
	src: url(//prosto-buy.ru/wp-content/themes/prosto/assets/dist/slick/./fonts/slick.eot);
	src: url(//prosto-buy.ru/wp-content/themes/prosto/assets/dist/slick/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(//prosto-buy.ru/wp-content/themes/prosto/assets/dist/slick/./fonts/slick.woff) format('woff'), url(//prosto-buy.ru/wp-content/themes/prosto/assets/dist/slick/./fonts/slick.ttf) format('truetype'), url(//prosto-buy.ru/wp-content/themes/prosto/assets/dist/slick/./fonts/slick.svg#slick) format('svg')
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: 0 0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: 0 0
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: 'в†ђ'
}

[dir=rtl] .slick-prev:before {
	content: 'в†’'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: 'в†’'
}

[dir=rtl] .slick-next:before {
	content: 'в†ђ'
}

.cd-dropdown-wrapper {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 55px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.cd-dropdown-trigger {
	position: relative
}

.no-touch .cd-dropdown-trigger:hover {
	background-color: #171b46
}

@media only screen and (min-width:1280px) {
	.cd-dropdown-trigger {
		font-size: 1.5rem
	}
	.cd-dropdown-trigger.dropdown-is-active .link-catalog__img {
		background: url(/img/icons/cross.svg) center no-repeat;
		background-size: cover
	}
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
	padding: 8px 16px;
	display: inline-block;
	font-size: 16px;
	line-height: 19px
}

.cd-dropdown-content a:hover {
	background: #dceffa
}

.cd-dropdown {
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #fff;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .5s 0s, visibility 0s .5s;
	-moz-transition: -moz-transform .5s 0s, visibility 0s .5s;
	transition: transform .5s 0s, visibility 0s .5s
}

.cd-dropdown .cd-close {
	position: absolute;
	z-index: 99;
	right: 15px;
	top: 15px;
	height: 24px;
	width: 24px;
	background: url(/img/icons/cross.svg) center no-repeat;
	background-size: cover;
	overflow: hidden;
	white-space: nowrap;
	color: transparent
}

.cd-dropdown.dropdown-is-active {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .5s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .5s 0s, visibility 0s 0s;
	transition: transform .5s 0s, visibility 0s 0s
}

@media only screen and (min-width:1280px) {
	.cd-dropdown {
		position: absolute;
		top: calc(100% - 2px);
		height: auto;
		width: auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		background-color: #fff;
		box-shadow: 0px 2px 7px -2px rgba(138, 138, 138, .35);
		opacity: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
		-moz-transition: opacity .3s 0s, visibility 0s .3s, -moz-transform .3s 0s;
		transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s
	}
	.open-to-left .cd-dropdown {
		right: 0;
		left: auto
	}
	.cd-dropdown h2,
	.cd-dropdown .cd-close {
		display: none
	}
	.cd-dropdown.dropdown-is-active {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: opacity .3s 0s, visibility .3s 0s, -webkit-transform .3s 0s;
		-moz-transition: opacity .3s 0s, visibility .3s 0s, -moz-transform .3s 0s;
		transition: opacity .3s 0s, visibility .3s 0s, transform .3s 0s
	}
}

.cd-dropdown-content,
.cd-dropdown-content ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
	padding-top: 70px;
	background: #fff
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
	display: block;
	color: #414141;
	overflow: hidden
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	-moz-transition: opacity .3s, -moz-transform .3s;
	transition: opacity .3s, transform .3s
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

.cd-dropdown-content.is-hidden>li>a,
.cd-dropdown-content.is-hidden>li>.cd-search,
.cd-dropdown-content.is-hidden>.cd-divider,
.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.is-hidden>li>a,
.cd-dropdown-content ul.is-hidden>li>.cd-search,
.cd-dropdown-content ul.is-hidden>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
	opacity: 0
}

.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
	-webkit-overflow-scrolling: touch
}

@media only screen and (min-width:1280px) {
	.cd-dropdown-content,
	.cd-dropdown-content ul {
		padding-top: 0;
		overflow: visible
	}
	.cd-dropdown-content a,
	.cd-dropdown-content ul a {
		color: #414141;
		font-size: 16px;
		line-height: 120%
	}
	.cd-dropdown-content.is-hidden>li>a,
	.cd-dropdown-content.is-hidden>li>.cd-search,
	.cd-dropdown-content.is-hidden>.cd-divider,
	.cd-dropdown-content.move-out>li>a,
	.cd-dropdown-content.move-out>li>.cd-search,
	.cd-dropdown-content.move-out>.cd-divider,
	.cd-dropdown-content ul.is-hidden>li>a,
	.cd-dropdown-content ul.is-hidden>li>.cd-search,
	.cd-dropdown-content ul.is-hidden>.cd-divider,
	.cd-dropdown-content ul.move-out>li>a,
	.cd-dropdown-content ul.move-out>li>.cd-search,
	.cd-dropdown-content ul.move-out>.cd-divider {
		opacity: 1
	}
}

.cd-dropdown-content .see-all a {
	color: #3f8654
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
	padding-left: 75px;
	position: relative
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
	color: #111433;
	font-size: 1.3rem;
	display: none
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px
}

@media only screen and (min-width:1280px) {
	.cd-dropdown-content {
		position: static;
		height: 400px;
		width: 280px;
		overflow-y: scroll
	}
	.cd-dropdown-content>li:last-of-type a {
		border-bottom: none
	}
	.no-touch .cd-dropdown-content>li:not(.has-children) a:hover {
		color: #3f8654
	}
	.cd-dropdown-content.move-out>li>a,
	.cd-dropdown-content.move-out>li>.cd-search,
	.cd-dropdown-content.move-out>.cd-divider {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	.cd-dropdown-content .cd-secondary-dropdown,
	.cd-dropdown-content .cd-dropdown-gallery,
	.cd-dropdown-content .cd-dropdown-icons {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		left: 100%;
		height: auto;
		background: #dceffa;
		box-shadow: 0px 2px 7px -2px rgba(138, 138, 138, .35);
		border-radius: 0 0 12px
	}
	.cd-dropdown-content .cd-secondary-dropdown:after,
	.cd-dropdown-content .cd-dropdown-gallery:after,
	.cd-dropdown-content .cd-dropdown-icons:after {
		clear: both;
		content: "";
		display: table
	}
	.open-to-left .cd-dropdown-content .cd-secondary-dropdown,
	.open-to-left .cd-dropdown-content .cd-dropdown-gallery,
	.open-to-left .cd-dropdown-content .cd-dropdown-icons {
		left: auto;
		right: 100%
	}
	.cd-dropdown-content .cd-secondary-dropdown.is-hidden,
	.cd-dropdown-content .cd-dropdown-gallery.is-hidden,
	.cd-dropdown-content .cd-dropdown-icons.is-hidden {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	.cd-dropdown-content .cd-secondary-dropdown.fade-in,
	.cd-dropdown-content .cd-dropdown-gallery.fade-in,
	.cd-dropdown-content .cd-dropdown-icons.fade-in {
		-webkit-animation: cd-fade-in .2s;
		-moz-animation: cd-fade-in .2s;
		animation: cd-fade-in .2s
	}
	.cd-dropdown-content .cd-secondary-dropdown.fade-out,
	.cd-dropdown-content .cd-dropdown-gallery.fade-out,
	.cd-dropdown-content .cd-dropdown-icons.fade-out {
		-webkit-animation: cd-fade-out .2s;
		-moz-animation: cd-fade-out .2s;
		animation: cd-fade-out .2s
	}
	.cd-dropdown-content .cd-secondary-dropdown>.go-back,
	.cd-dropdown-content .cd-dropdown-gallery>.go-back,
	.cd-dropdown-content .cd-dropdown-icons>.go-back {
		display: none
	}
	.cd-dropdown-content .cd-secondary-dropdown>.see-all,
	.cd-dropdown-content .cd-dropdown-gallery>.see-all,
	.cd-dropdown-content .cd-dropdown-icons>.see-all {
		position: absolute;
		bottom: 20px;
		height: 45px;
		text-align: center
	}
	.cd-dropdown-content .cd-secondary-dropdown>.see-all a,
	.cd-dropdown-content .cd-dropdown-gallery>.see-all a,
	.cd-dropdown-content .cd-dropdown-icons>.see-all a {
		margin: 0;
		height: 100%;
		line-height: 45px;
		background: #ebebeb;
		pointer-events: auto;
		-webkit-transition: color .2s, background-color .2s;
		-moz-transition: color .2s, background-color .2s;
		transition: color .2s, background-color .2s
	}
	.no-touch .cd-dropdown-content .cd-secondary-dropdown>.see-all a:hover,
	.no-touch .cd-dropdown-content .cd-dropdown-gallery>.see-all a:hover,
	.no-touch .cd-dropdown-content .cd-dropdown-icons>.see-all a:hover {
		color: #fff;
		background-color: #111433
	}
	.cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item,
	.cd-dropdown-content .cd-secondary-dropdown a,
	.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
	.cd-dropdown-content .cd-dropdown-gallery a,
	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item,
	.cd-dropdown-content .cd-dropdown-icons a {
		border: none
	}
	.cd-dropdown-content .cd-secondary-dropdown {
		overflow: hidden;
		width: 368px;
		height: 100%
	}
	.cd-dropdown-content .cd-secondary-dropdown>li>a {
		color: #414141;
		font-size: 16px;
		line-height: 120%;
		padding: 8px 16px
	}
	.cd-dropdown-content .cd-secondary-dropdown>li>a:hover {
		color: #e57351
	}
	.cd-dropdown-content .cd-secondary-dropdown>li>a:after,
	.cd-dropdown-content .cd-secondary-dropdown>li>a:before {
		display: none
	}
	.cd-dropdown-content .cd-secondary-dropdown.move-out>li>a {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	.cd-dropdown-content .cd-secondary-dropdown>li>ul {
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		position: relative;
		height: auto
	}
	.cd-dropdown-content .cd-secondary-dropdown>li>ul>.go-back {
		display: none
	}
	.cd-dropdown-content .cd-secondary-dropdown a {
		font-size: 16px;
		padding: 8px 16px;
		line-height: 120%
	}
	.no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
		color: #3f8654
	}
	.cd-dropdown-content .cd-secondary-dropdown ul {
		padding-bottom: 25px;
		overflow: hidden;
		height: auto
	}
	.cd-dropdown-content .cd-secondary-dropdown .go-back a {
		padding-left: 20px;
		color: transparent
	}
	.no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
		color: transparent
	}
	.cd-dropdown-content .cd-secondary-dropdown .go-back a:before,
	.cd-dropdown-content .cd-secondary-dropdown .go-back a:after {
		left: 0
	}
	.cd-dropdown-content .cd-secondary-dropdown .see-all {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}
	.cd-dropdown-content .cd-dropdown-gallery {
		width: 600px;
		padding-bottom: 100px
	}
	.cd-dropdown-content .cd-dropdown-gallery>li {
		width: 48%;
		float: left;
		margin-right: 4%
	}
	.cd-dropdown-content .cd-dropdown-gallery>li:nth-of-type(2n) {
		margin-right: 0
	}
	.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
		padding: 0;
		height: auto;
		line-height: normal;
		color: #3f8654;
		margin-bottom: 2em
	}
	.cd-dropdown-content .cd-dropdown-gallery>li:nth-last-of-type(2) a,
	.cd-dropdown-content .cd-dropdown-gallery>li:last-of-type a {
		margin-bottom: 0
	}
	.cd-dropdown-content .cd-dropdown-gallery img {
		position: static;
		height: auto;
		width: 100%;
		margin: 0 0 .6em
	}
	.cd-dropdown-content .cd-dropdown-icons {
		width: 600px
	}
	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
		height: 80px;
		line-height: 1.2;
		padding: 24px 0 0 85px
	}
	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
		background: #ebebeb
	}
	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
		color: #3f8654;
		font-weight: 700
	}
	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
		display: block;
		font-size: 1.2rem
	}
	.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:before {
		left: 25px
	}
	.cd-dropdown-content>.has-children>ul {
		visibility: hidden
	}
	.cd-dropdown-content>.has-children>ul.is-active {
		visibility: visible
	}
	.cd-dropdown-content>.has-children>.cd-secondary-dropdown.is-active>li>ul {
		visibility: visible
	}
	.cd-dropdown-content>.has-children>a.is-active {
		background: #dceffa
	}
	.cd-dropdown-content>.has-children>a.is-active:before,
	.cd-dropdown-content>.has-children>a.is-active:after {
		background: #3f8654
	}
	.open-to-left .cd-dropdown-content>.has-children>a.is-active {
		box-shadow: inset -2px 0 0 #3f8654
	}
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0;
		visibility: visible
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

@-moz-keyframes cd-fade-in {
	0% {
		opacity: 0;
		visibility: visible
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0;
		visibility: visible
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}

@-webkit-keyframes cd-fade-out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: visible
	}
}

@-moz-keyframes cd-fade-out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: visible
	}
}

@keyframes cd-fade-out {
	0% {
		opacity: 1;
		visibility: visible
	}
	100% {
		opacity: 0;
		visibility: visible
	}
}

.has-children>a,
.go-back a {
	position: relative
}

.has-children>a:before,
.has-children>a:after,
.go-back a:before,
.go-back a:after {
	content: none;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 2px;
	width: 10px;
	background: #414141;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.has-children>a:before,
.go-back a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.has-children>a:after,
.go-back a:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media only screen and (min-width:1280px) {
	.has-children>a:before,
	.has-children>a:after,
	.go-back a:before,
	.go-back a:after {
		background: #b3b3b3
	}
}

.has-children>a {
	padding-right: 40px
}

.has-children>a:before,
.has-children>a:after {
	right: 20px;
	-webkit-transform-origin: 9px 50%;
	-moz-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	-o-transform-origin: 9px 50%;
	transform-origin: 9px 50%
}

@media only screen and (min-width:1280px) {
	.open-to-left .cd-dropdown-content>.has-children>a {
		padding-left: 40px;
		padding-right: 20px
	}
	.open-to-left .cd-dropdown-content>.has-children>a:before,
	.open-to-left .cd-dropdown-content>.has-children>a:after {
		right: auto;
		left: 20px;
		-webkit-transform-origin: 1px 50%;
		-moz-transform-origin: 1px 50%;
		-ms-transform-origin: 1px 50%;
		-o-transform-origin: 1px 50%;
		transform-origin: 1px 50%
	}
}

.cd-dropdown-content .go-back a {
	padding-left: 40px
}

.cd-dropdown-content .go-back a:before,
.cd-dropdown-content .go-back a:after {
	left: 20px;
	-webkit-transform-origin: 1px 50%;
	-moz-transform-origin: 1px 50%;
	-ms-transform-origin: 1px 50%;
	-o-transform-origin: 1px 50%;
	transform-origin: 1px 50%
}

.cd-main-content {
	background-color: #e6e6e6;
	min-height: calc(100vh - 100px);
	padding: 2em 5%;
	line-height: 2
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.no-js .cd-dropdown-wrapper .cd-close {
	display: none
}

@media (max-width:1280px) {
	.has-children>a:before,
	.has-children>a:after,
	.go-back a:before,
	.go-back a:after {
		content: ''
	}
}

@media (max-width:767px) {
	.cd-dropdown-content,
	.cd-dropdown-content ul {
		padding-top: 60px
	}
}

@charset "UTF-8";
@font-face {
	font-family: "Onest";
	src: url(/fonts/Onest-Bold.woff2) format("woff2"),
		url(/fonts/Onest-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Onest";
	src: url(/fonts/Onest-Light.woff2) format("woff2"),
		url(/fonts/Onest-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Onest";
	src: url(/fonts/Onest-Medium.woff2) format("woff2"),
		url(/fonts/Onest-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Actay Wide";
	src: url(/fonts/ActayWide-Bold.woff2) format("woff2"),
		url(/fonts/ActayWide-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Onest";
	src: url(/fonts/Onest-Black.woff2) format("woff2"),
		url(/fonts/Onest-Black.woff) format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Onest";
	src: url(/fonts/Onest-Regular.woff2) format("woff2"),
		url(/fonts/Onest-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:focus,
:active {
	outline: none
}

a:focus,
a:active {
	outline: none
}

nav,
footer,
header,
aside {
	display: block
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

input,
button,
textarea {
	font-family: inherit
}

input::-ms-clear {
	display: none
}

button {
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

a,
a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

body {
	color: #414141;
	font-family: "Onest", sans-serif;
	overflow-x: hidden
}

body.load:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7);
	z-index: 9999998;
	transition: .3s
}

body.load:after {
	content: '';
	position: fixed;
	top: calc(50vh - 40px);
	left: calc(50vw - 40px);
	width: 80px;
	height: 80px;
	background: url('/img/preloader.svg') center no-repeat;
	background-size: contain;
	z-index: 9999999
}

h1 {
	font-size: 34px;
	line-height: 44px
}

h2 {
	font-size: 36px;
	line-height: 48px
}

p {
	font-size: 18px;
	line-height: 27px
}

.container {
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 15px
}

.header-top .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}

.top-map {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 200px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

.select-hidden {
	display: none;
	visibility: hidden
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #414141
}

.select-styled {
	position: relative
}

.select-styled:after {
	content: "";
	background: url(/img/icons/arrow-down.svg) center no-repeat;
	background-size: cover;
	position: absolute;
	-webkit-transition: .3s all;
	transition: .3s all;
	width: 12px;
	right: -20px;
	top: 2px;
	height: 12px
}

.select-styled:hover {
	color: #e57351
}

.select-styled:active:after,
.select-styled.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.select-options {
	display: none;
	position: absolute;
	top: 100% !important;
	right: 0;
	left: -15px !important;
	z-index: 999;
	margin: 0;
	padding: 15px !important;
	width: 200px !important;
	height: 300px !important;
	list-style: none;
	background: #fff;
	border-radius: 15px;
	overflow: auto !important
}

.select-options::-webkit-scrollbar {
	width: 4px
}

.select-options::-webkit-scrollbar-track {
	background: #eee
}

.select-options::-webkit-scrollbar-thumb {
	background-color: #004d7a;
	border-radius: 20px;
	border: 0
}

.select-options li {
	margin: 0;
	padding: 12px 0;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in
}

.select-options li:hover {
	color: #e57351
}

.select-options li[rel=hide] {
	display: none
}

.header-top__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 48px
}

.header-top__menu ul a {
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	-webkit-transition: .3s all;
	transition: .3s all;
	color: #222
}

.header-top__menu ul a:hover {
	color: #e57351
}

.header-top__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
	align-items: center;
}

.header-top__contacts a {
	font-size: 16px;
	color: #5a5a5a;
	line-height: 20px;
	-webkit-transition: .3s all;
	transition: .3s all
}

.header-top__contacts a:hover {
	color: #e57351
}

.header-top__contacts p {
	color: #5a5a5a;
	font-size: 16px;
	line-height: 20px
}

.header-middle {
	border-bottom: 1px solid #dedede;
	background: #fff
}

.header-middle__logo {
	display: none
}

.header-middle .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px
}

.header-middle__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px
}

.header-middle__search {
	max-width: 744px;
	width: 100%;
	position: relative
}

.header-middle__search input {
	padding: 12px 20px;
	padding-right: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #adadad;
	border: 1px solid #dedede;
	border-radius: 30px;
	width: 100%;
	-webkit-transition: .3s all;
	transition: .3s all
}

.header-middle__search input::-moz-placeholder {
	color: #adadad
}

.header-middle__search input::-webkit-input-placeholder {
	color: #adadad
}

.header-middle__search input:-ms-input-placeholder {
	color: #adadad
}

.header-middle__search input::-ms-input-placeholder {
	color: #adadad
}

.header-middle__search input::placeholder {
	color: #adadad
}

.header-middle__search input:hover,
.header-middle__search input:focus,
.header-middle__search input:active {
	color: rgba(229, 115, 81, .45);
	border: 1px solid #e57351
}

.header-middle__search input:focus::-moz-placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:focus::-webkit-input-placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:focus:-ms-input-placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:focus::-ms-input-placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:focus::placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:hover::-moz-placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:hover::-webkit-input-placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:hover:-ms-input-placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:hover::-ms-input-placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:hover::placeholder {
	color: rgba(229, 115, 81, .45)
}

.header-middle__search input:focus+button,
.header-middle__search input:hover+button,
.header-middle__search input:active+button {
	background: url(/img/icons/search-hover.svg) center no-repeat;
	background-size: cover
}

.header-middle__search button {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 12px;
	right: 20px;
	background: url(/img/icons/search.svg) center no-repeat;
	background-size: cover;
	-webkit-transition: .3s all;
	transition: .3s all
}

.header-middle__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px
}

.header-middle__right .link-catalog {
	display: none
}

.link-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px
}

.link-catalog__img {
	width: 24px;
	height: 24px;
	background: url(/img/icons/burger.svg) center no-repeat
}

.link-catalog__txt {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #414141;
	-webkit-transition: .3s all;
	transition: .3s all
}

.link-catalog:hover span {
	color: #e57351
}

.link-portfolio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	-webkit-transition: .3s all;
	transition: .3s all
}

.link-portfolio:hover span {
	color: #e57351
}

.link-portfolio span {
	-webkit-transition: .3s all;
	transition: .3s all;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #414141
}

.whishlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.whishlist span {
	font-size: 16px;
	line-height: 20px;
	color: #414141
}

.basket {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 17px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.basket-img {
	position: relative
}

.basket-number {
	position: absolute;
	display: inline-block;
	padding: 3px 5px;
	background: #E54B1A;
	border-radius: 34px;
	top: -4px;
	left: 15px;	
	color: #fff;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	min-width: 17px;
	text-align: center;
}

.basket-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #414141
}


.header-bot {
	padding: 4px 0 5px;
	border-bottom: 1px solid #dedede;
	background: #fff
}

.header-bot .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	position: relative
}

.header-bot__menu {
	overflow: hidden
}

.header-bot__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 36px
}

.header-bot__menu a {
	font-size: 16px;
	line-height: 20px;
	color: #414141;
	position: relative;
	-webkit-transition: .3s all;
	transition: .3s all
}

.header-bot__menu a:hover {
	color: #e57351
}

.header-bot__menu a:after {
	display: none;
	content: "";
	background: url(/img/icons/arrow-down.svg) center no-repeat;
	width: 12px;
	height: 12px;
	margin-left: 4px;
	background-size: cover
}

.menu-catalog {
	display: none;
	position: absolute;
	left: 0;
	top: 55px;
	width: 597px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 2px 7px -2px rgba(138, 138, 138, .35);
	box-shadow: 0px 2px 7px -2px rgba(138, 138, 138, .35);
	border-radius: 0 0 0 12px
}

.menu-catalog a {
	padding: 8px 16px;
	font-size: 16px;
	line-height: 120%;
	font-weight: 300;
	color: #414141;
	width: 100%;
	display: inline-block
}

.menu-catalog a:hover {
	background: #dceffa
}

.menu-catalog li {
	width: 292px
}

.menu-catalog li:first-child a {
	padding: 16px 16px 8px
}

.menu-catalog .has-child-menu {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	background: #dceffa;
	height: 100%;
	width: 368px
}

.menu-catalog__right ul {
	display: none
}

.logo-menu {
	display: none
}

.show-mob {
	display: none
}

.search-menu {
	display: none
}

.header-fixed.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99
}

body.p-top {
	padding-top: 200px
}

.header-top.d-none {
	display: none
}

@media (max-width:1500px) {
	.header-bot__menu ul {
		gap: 20px
	}
	.header-bot__menu a {
		font-size: 15px
	}
	.header-middle__left {
		gap: 20px
	}
	.header-top__menu ul {
		gap: 20px
	}
	.header-top__menu ul a {
		font-size: 15px
	}
}

@media (max-width:1280px) {
	.header {
		z-index: 99
	}
	body.p-top {
		padding-top: 95px
	}
	.header-top {
		display: none
	}
	.header-bot {
/*		border-bottom: none;*/
		padding: 0
	}
	.header-bot .logo {
		display: none
	}
	.header-middle__logo {
		display: block
	}
	.whishlist span {
		display: none
	}
	.basket-text {
		display: none
	}
	.header-middle__left {
		display: none
	}
	.header-middle__right .whatsapp {
		display: none
	}
	.header-middle__right .link-catalog {
		display: inherit
	}
	.cd-header {
		display: block;
		padding-top: 15px;
		padding-left: 15px;
		background: #fff;
		position: relative;
		z-index: 9
	}
	.logo-menu {
		display: inline-block
	}
	.logo-menu img {
		max-width: 161px
	}
	.show-mob {
		display: block
	}
	.nav-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 30px 0;
		margin-top: 15px;
		gap: 15px;
		border-top: 1px solid #eee
	}
	.nav-footer p {
		color: #414141;
		font-size: 16px
	}
}

@media (max-width:767px) {
	body.p-top {
		padding-top: 61px
	}

	.header-middle__search {
		display: none
	}
	.search-menu {
		margin-top: 15px;
		width: 100%;
		margin-bottom: 15px;
		display: block;
		margin-bottom: 15px;
		display: block;
		padding: 0 15px;
		max-width: 100%
	}
	.header-middle__search button {
		right: 30px
	}
	.logo-menu img {
		max-width: 121px
	}
}

.footer {
	background: #2F5C73;
	padding: 56px 0;
	margin-top: 20px;
}
@media(min-width: 992px) {
	.footer {
		margin-top: 35px;
	}
}
.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px
}


.footer a:not(.btn),
.footer p {
	color: rgba(255, 255, 255, .5);
	font-weight: 400;
	font-size: 16px;
	line-height: 160%
}

.footer a {
	-webkit-transition: .3s all;
	transition: .3s all
}

.footer a:not(.btn):hover {
	color: #e57351
}

.footer a.all {
	text-decoration: underline
}

.footer h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 24px
}

.footer__left {
	max-width: 311px
}

.footer__left-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 32px
}

.footer__left-bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px
}

.footer__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 140px
}

.footer__center li {
	margin-bottom: 20px
}

.footer__center li:last-child {
	margin-bottom: 0
}

.footer__right {
	max-width: 337px
}

.footer__right-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px
}

.footer__right-bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 12px
}

.btn-onblack {
	padding: 18px 32.5px;
	color: rgba(255, 255, 255, .8);
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 30px;
	font-weight: 400;
	font-size: 16px
}

.btn-onblack:hover {
	background: #e57351;
	color: #fff !important;
	border-color: #e57351
}

.btn-onblack:active {
	background: #d05732;
	color: #fff !important;
	border-color: #d05732
}

.f-whatsapp {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/img/icons/whatsapp-footer-default.svg) center no-repeat;
	background-size: cover
}

.f-whatsapp:hover {
	background: url(/img/icons/whatsapp-footer-active.svg) center no-repeat;
	background-size: cover
}

.f-telegram {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/img/icons/telegram-footer-default.svg) center no-repeat;
	background-size: cover
}

.f-telegram:hover {
	background: url(/img/icons/telegram-footer-active.svg) center no-repeat;
	background-size: cover
}

@media (max-width:1280px) {
	.footer__center {
		gap: 80px
	}
}

@media (max-width:991px) {
	.footer h4 {
		font-size: 18px;
		margin-bottom: 20px
	}
	.footer a,
	.footer p {
		font-size: 13px
	}
}

@media (max-width:767px) {
	.footer {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer__left {
		max-width: 100%
	}
	.footer__left-top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px
	}
	.footer__left-bot {
		gap: 10px
	}
	.footer__center {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 10px
	}
	.footer__right {
		max-width: 100%
	}
	.footer__center li {
		margin-bottom: 12px
	}
	.footer__right-top {
		gap: 12px
	}
}

@media (max-width:350px) {
	.footer__left-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer__left-bot {
		text-align: center
	}
}

.main-portfolio {
	padding-bottom: 98px;
	position: relative;
}

.main-portfolio .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 32px
}

.woocommerce-breadcrumb {
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 15px;
	padding: 25px 15px;
}

.woocommerce-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #adadad;
	font-weight: 300;
	font-size: 14px;
	line-height: 120%
}

.woocommerce-breadcrumb a {
	color: #5a5a5a;
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
	position: relative;
	padding-right: 15px;
	display: inline-block;
	margin-right: 5px
}

.woocommerce-breadcrumb a:after {
	border-right: 1px solid #adadad;
	border-top: 1px solid #adadad;
	content: "";
	display: block;
	height: 5px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px
}

.sidebar-pages {
	width: 352px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.sidebar-pages__item {
	margin-bottom: 40px
}

.sidebar-pages__item:last-child {
	margin-bottom: 0
}

.sidebar-pages__item h4 {
	font-family: "Actay Wide";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: #414141;
	margin-bottom: 20px
}

.sidebar-pages__item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px
}

.sidebar-pages__item a {
	padding: 10px 16px;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	color: #5a5a5a
}

.sidebar-pages__item a.active {
	background: #e57351;
	border-radius: 4px;
	color: #fff;
	font-weight: 500
}

.title {
	font-family: "Actay Wide";
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2;
	color: #414141
}

.portfolio__head {
	margin-bottom: 34px
}

.portfolio__head h2 {
	margin-bottom: 16px
}

.portfolio__head p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #5a5a5a
}

.portfolio__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px
}

.portfolio__item {
	display: block;
	width: 48.4%
}

.portfolio__item img {
	border-radius: 16px;
	width: 100%;
	height: 352px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	margin-bottom: 16px
}
@media(min-width: 1200px) {
	.portfolio__item {
		min-height: 500px;
	}
	.portfolio__item img {
		height: 500px;
	}
}
.portfolio__item h3 {
	font-family: "Actay Wide";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #414141;
	margin-bottom: 16px
}

.portfolio__item p {
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #5a5a5a
}

.portfolio__btn {
	text-align: center;
	padding: 40px 0
}

.portfolio__text-task {
	margin-bottom: 24px
}

.portfolio__text-solution {
	margin-bottom: 32px
}

.portfolio__text h3 {
	font-family: "Actay Wide";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #414141;
	margin-bottom: 8px
}

.portfolio__text p {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%
}

.portfolio__text img {
	width: 100%;
	border-radius: 12px;
	margin-bottom: 24px
}

.portfolio__text img:last-child {
	margin-bottom: 0
}

.btn-def {
	padding: 14px 38px;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #414141;
	border: 1px solid #adadad;
	border-radius: 30px;
	display: inline-block;
	-webkit-transition: .3s all;
	transition: .3s all
}

.btn-def:hover {
	background: #e57351;
	border-color: #e57351;
	color: #fff
}

.btn-def:active {
	color: #fff;
	background: #d05732;
	border-color: #d05732
}

.woocommerce-pagination {
	margin-top: 32px
}

.woocommerce-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px;
	align-items: center;
}

.pagination__item img {
	vertical-align: middle
}


@media (max-width:1440px) {
	.portfolio__item {
		width: 46.6%
	}
}

@media (max-width:1200px) {
	.title {
		font-size: 36px;
		line-height: 100%
	}
	.sidebar-pages {
		display: none
	}
}

@media (max-width:767px) {
	.woocommerce-breadcrumb {
		margin-bottom: 24px
	}
	.portfolio__item {
		width: 100%
	}
	.portfolio__item h3 {
		font-size: 20px
	}
	.title {
		font-size: 26px
	}
	.portfolio__head p {
		font-size: 16px;
		line-height: 28px
	}
	.portfolio__item img {
		height: auto
	}
	.woocommerce-breadcrumb a {
		font-size: 12px
	}
	.portfolio__text h3 {
		font-size: 20px;
		line-height: 1
	}
}

@media (max-width:520px) {
	.title {
		font-size: 20px
	}
	.portfolio__text h3 {
		font-size: 18px
	}
	.portfolio__text p {
		font-size: 14px
	}
}

.product__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px
}

.product__left {
	max-width: 788px
}

.product__right {
	width: 600px
}

.product__heading {
	margin-bottom: 32px
}

.product__heading h2 {
	margin-bottom: 20px
}

.product__heading-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 40px
}

.product__reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 12px
}

.product__reviews ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 4px
}

.product__reviews a {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #adadad
}

.product__whislist {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .02em;
	color: #5a5a5a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 12px
}

.product__whislist span {
	display: inline-block;
	background: url(/img/icons/heart-opacity.svg) center no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px
}

.product__whislist.active {
	background: url(/img/icons/heart-active.svg) center no-repeat;
	background-size: 100%
}

.product__price {
	margin-bottom: 32px
}

.product__price-top {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #414141;
	padding-left: 18px;
	position: relative;
	margin-bottom: 16px
}

.product__price-top:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #10c44c
}

.product__price-bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}

.product__price-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}

.product__price-price .new {
	font-family: "Actay Wide";
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	color: #414141
}

.product__price-price .old {
	font-weight: 400;
	font-size: 22px;
	text-decoration-line: line-through;
	color: #adadad
}

.product__price-discount {
	width: 56px;
	height: 28px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAcCAYAAAA0u3w+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEVSURBVHgB7ZjBTQMxEEX/zEac94wECh1AB9CBSQNABewmBQD3IEIFQAOwHVACdEBEJLjuOcp6Mk7kzSUNeOR3+tcn299jE5T/8ejOk1QaS9igJaLXw+l7TX/j0ZNs5czhRR5Y5a5hFCa6ZdjZlvsoGcbJgqmTBVPHvmAHuYRgDmuok05nFxTyT+XKA6YvEIawgMotvZydzJp2s0VD8Cw3MEJHUgenkPszuFrhG0Y4fmyamHvBaGyBcORi7gV/J87BCAPgNOZdyRRaMjBSMtCS6bYlQ4vKnXNBL7AjF5nrFVgPVO4TNhkWoI88qqVOFkydLJg6QdDMiLaHlvXN9AyjeMjbZlRbTNyMQVcw9HUfFu5o2tyvAUn8WZy0NHdaAAAAAElFTkSuQmCC) center no-repeat;
	background-size: cover
}

.product__color {
	margin-bottom: 32px
}

.product__color p {
	font-weight: 400;
	font-size: 16px;
	line-height: 190%;
	color: #5a5a5a;
	margin-bottom: 12px
}

.product__color p span {
	color: #414141
}

.product__color-imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 12px;
	-webkit-transition: .3s all;
	transition: .3s all
}

.product__color-imgs img {
	border: 1px solid #dedede;
	border-radius: 3px
}

.product__color-imgs img:hover {
	border-color: #e57351
}

.product__choose {
	margin-bottom: 36px
}

.product__choose-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 32px;
	margin-bottom: 21px
}

.form_radio {
	margin-bottom: 10px
}

.form_radio input[type=radio],
form.cart table.thwepo-extra-options input[type=radio] {
	display: none
}

.form_radio label,
form.cart table.thwepo-extra-options label.radio-wrapper {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #5a5a5a
}

.form_radio label:before,
form.cart table.thwepo-extra-options label.radio-wrapper:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: -1px;
	border: 1px solid #adadad;
	border-radius: 50%
}

.radio-wrapper:has(input[type=radio]:checked):before {
	background: #e57351 url(/img/icons/icon-checked.svg) center no-repeat;
	border-color: #e57351;
	background-size: cover
}

.btn-sample {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #5a5a5a
}

.btn-sample:hover {
	color: #e57351
}

.product__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 32px
}

.btn-orange {
	display: inline-block;
	padding: 14px 23px;
	background: #e57351;
	background-blend-mode: darken;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	-webkit-transition: .3s all;
	transition: .3s all;
	border: 1px solid #e57351
}

.btn-orange:hover {
	background: #004d7a;
	border-color: #004d7a
}

.btn-orange:active {
	background: #003859;
	border-color: #003859;
	color: #fff
}

.single_add_to_cart_button {
	display: inline-block;
	padding: 12px 20px;
	background: #e57351;
	background-blend-mode: darken;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	-webkit-transition: .3s all;
	transition: .3s all;
	position: relative
}

.single_add_to_cart_button.clickBuyButton {
	color: #505050;
	border: 1px solid #dedede;
	background: 0 0
}

.single_add_to_cart_button.clickBuyButton:hover {
	background: #e57351;
	color: #fff;
	border-color: #e57351
}

.single_add_to_cart_button.clickBuyButton:active {
	background: #d05732;
	color: #fff;
	border-color: #d05732
}

.single_add_to_cart_button:hover {
	background: #004d7a;
	border-color: #004d7a
}

.single_add_to_cart_button:active {
	background: #003859;
	border-color: #003859;
	color: #fff
}

.btn-gray {
	padding: 14px 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #505050;
	border: 1px solid #dedede;
	border-radius: 30px;
	display: inline-block;
	-webkit-transition: .3s all;
	transition: .3s all;
	text-align: center
}

.btn-gray:hover {
	background: #e57351;
	border-color: #e57351;
	color: #fff
}

.btn-gray:active {
	background: #d05732;
	border-color: #e57351;
	color: #fff
}

.product__info {
	margin-bottom: 76px
}

.product__info-item {
	border-top: 1px solid #d9d9d9;
	padding-top: 16px;
	padding-bottom: 16px
}

.product__info-item:last-child {
	border-bottom: 1px solid #d9d9d9
}

.product__info-title {
	position: relative;
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #414141;
	text-decoration: none;
	cursor: pointer
}

.product__info-arrow {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: url(/img/icons/acc-plus.svg) center no-repeat;
	background-size: 100%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.product__info-arrow.active {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.product__info-content {
	margin-top: 12px;
	font-size: 14px;
	display: none
}

.product__info-attributes table {
	width: 100%
}

.product__info-attributes tr {
	padding-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product__info-attributes th {
	width: 35%;
	text-align: left;
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #5a5a5a
}

.product__info-attributes td {
	width: 65%;
	text-align: right;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #414141
}

.product__info-attributes td a,
.product__info-attributes td p {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #414141
}

.product__info-desk p {
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #5a5a5a;
	margin-bottom: 16px
}

.product__info-desk p:last-child {
	margin-bottom: 0
}

.product__bot {
	margin-bottom: 78px
}

.product__bot-content {
	display: none
}

.product__bot-content p {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #5a5a5a;
	max-width: 826px
}

.product__bot-content.active {
	display: block
}

.product__bot-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 64px;
	margin-bottom: 32px
}

.product__bot-menu li {
	padding-bottom: 16px;
	font-family: "Actay Wide";
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: #a0a0a0;
	cursor: pointer
}

.product__bot-menu li.active {
	border-bottom: 4px solid #e57351;
	color: #414141
}

.product__bot-slider .arrow__prev,
.product__bot-slider .arrow__next {
	border-color: #414141;
	top: calc(50% - 48px)
}

.product__bot-slider .arrow__next {
	right: 0px
}

.product__bot-slider .arrow__prev {
	left: 0px
}

.popular-tags {
	padding: 80px 0;
	background: #dceffa
}

.popular-tags h2 {
	margin-bottom: 32px
}

.popular-tags__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px
}

.popular-tags__content a {
	display: inline-block;
	padding: 12px 16px;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #5a5a5a;
	border-radius: 24px;
	background: 0 0;
	border: 1px solid #dedede
}

.popular-tags__content a.active,
.popular-tags__content a:hover {
	background: #e57351;
	border-color: #e57351;
	color: #fff;
	font-weight: 500
}
.woocommerce-input-wrapper {
	display: block;
	position: relative;
}
.input-required {
	border-color: red !important;
}
.required-message {
	position: absolute;
	top: 100%;
	left: 0;
	color: red;
	font-size: 12px;
}
@media (max-width:1600px) {
	.product__bot-slider .arrow__prev {
		left: -65px
	}
	.product__bot-slider .arrow__next {
		right: -65px
	}
}

@media (max-width:1440px) {
	.product__bot {
		margin-bottom: 120px
	}
	.product__bot-slider .arrow__prev {
		left: calc(50% - 60px);
		bottom: -70px;
		top: auto
	}
	.product__bot-slider .arrow__next {
		right: calc(50% - 60px);
		bottom: -70px;
		top: auto
	}
	.product__left {
		max-width: 46%
	}
}

@media (max-width:1280px) {
	.product__bot-menu li {
		font-size: 24px
	}
}

@media (max-width:1050px) {
	.product__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px
	}
	.product__left {
		max-width: 100%
	}
	.product__right {
		width: 100%
	}
	.product__bot-menu {
		gap: 30px
	}
	.product__bot-menu li {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.popular-tags {
		padding: 40px 0
	}
	.popular-tags h2 {
		margin-bottom: 20px
	}
	.popular-tags__content a {
		font-size: 14px;
		padding: 10px 12px
	}
	.product__btns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.product__choose-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px
	}
	.product__bot-menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.product__heading {
		margin-bottom: 20px
	}
	.product__price {
		margin-bottom: 20px
	}
	.product__heading-top {
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width:520px) {
	.product__price-price .new {
		font-size: 24px
	}
	.product__price-price .old {
		font-size: 20px
	}
	.popular-tags__content {
		gap: 5px
	}
}

.woocommerce-Reviews-title,
.woocommerce-noreviews,
.comment-reply-title,
.avatar,
.woocommerce-review__dash {
	display: none
}

.commentlist .review {
	padding: 20px 0
}

.dlv__head {
	margin-bottom: 32px
}

.dlv__text h3 {
	font-family: "Actay Wide";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #414141;
	margin-bottom: 8px
}

.dlv__text p {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #5a5a5a
}

.dlv__text-item {
	margin-bottom: 24px
}

.dlv__text-item p {
	margin-bottom: 10px
}

.dlv__text-item p:last-child {
	margin-bottom: 0
}

.brand__head {
	margin-bottom: 16px
}

.brand__text p {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #5a5a5a;
	margin-bottom: 16px
}

.brand__text img {
	border-radius: 12px;
	width: 100%
}

.brand .btn-orange {
	padding: 12px 32px;
	margin-bottom: 32px
}

.pageFaq {
	width: 100%
}

.pageFaq__info {
	margin-bottom: 80px
}

.pageFaq__head {
	margin-bottom: 32px
}

.pageFaq__head h1 {
	margin-bottom: 16px
}

.pageFaq__head p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #5a5a5a
}

.pageFaq__info-item {
	padding: 16px 24px;
	background: #e8f5ff;
	border-radius: 4px;
	margin-bottom: 12px
}

.pageFaq__info-title {
	position: relative;
	display: block;
	font-family: "Actay Wide";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	color: #414141;
	cursor: pointer;
	padding-right: 20px
}

.pageFaq__info-arrow {
	position: absolute;
	top: 6px;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: url(/img/icons/acc-plus-black.svg) center no-repeat;
	background-size: 100%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.pageFaq__info-arrow.active {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.pageFaq__info-content {
	margin-top: 8px;
	display: none
}

.pageFaq__info-content p {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #5a5a5a;
	margin-bottom: 18px
}

.pageFaq__info-content p:last-child {
	margin-bottom: 0
}

.pageFaq__seo h1 {
	margin-bottom: 16px
}

.pageFaq__seo p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #5a5a5a
}

.pageContacts__head {
	margin-bottom: 24px
}

.pageContacts__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 32px;
	margin-bottom: 32px
}

.pageContacts__content-left {
	padding: 32px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 12px;
	max-width: 457px
}

.pageContacts__content-item {
	margin-bottom: 20px
}

.pageContacts__content-item:last-child {
	margin-bottom: 0
}

.pageContacts__content-item h4 {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 170%;
	color: #333;
	margin-bottom: 4px
}

.pageContacts__content-item p,
.pageContacts__content-item a {
	font-weight: 400;
	font-size: 18px;
	line-height: 170%;
	color: #414141
}

.pageContacts__content-right {
	height: 100%;
	position: relative
}

.pageContacts__content-right img {
	border-radius: 12px;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%
}

.pageContacts__map iframe {
	width: 100%;
	border-radius: 12px;
	height: 473px
}

.pageContacts__content-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 12px
}

.pageContacts-whatsapp {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-block;
	background: url(/img/icons/whatsapp-op.svg) center no-repeat;
	background-size: cover;
	-webkit-transition: .3s all;
	transition: .3s all
}

.pageContacts-whatsapp:hover {
	background: url(/img/icons/whatsapp-footer-active.svg) center no-repeat;
	background-size: cover
}

.pageContacts-telegram {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-block;
	background: url(/img/icons/telegram-op.svg) center no-repeat;
	background-size: cover;
	-webkit-transition: .3s all;
	transition: .3s all
}

.pageContacts-telegram:hover {
	background: url(/img/icons/telegram-footer-active.svg) center no-repeat;
	background-size: cover
}

.error {
	padding: 24px 0
}

.error .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px
}

.error__left {
	max-width: 554px
}

.error__left h1 {
	margin-bottom: 16px
}

.error__left p {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #5a5a5a;
	margin-bottom: 32px
}

.error__left .btn-orange {
	padding: 12.5px 92px
}

.error__right {
	padding-right: 145px
}

.post__item {
	display: block;
	width: 48.4%
}

.post__item img {
	width: 100%;
	height: 310px;
	object-fit: cover;
	margin-bottom: 16px;
	object-position: center;
	border-radius: 12px
}

.post__item h3 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: #414141;
	margin-bottom: 8px
}

.post__item p {
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #5a5a5a;
	margin-bottom: 16px
}

.post__item-date {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #5a5a5a;
	padding: 10px 12px;
	display: inline-block;
	background: #dceffa;
	border-radius: 8px
}

.bloginner__head {
	margin-bottom: 16px
}

.bloginner__text p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #5a5a5a;
	margin-bottom: 15px
}

.bloginner__text h2 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #414141;
	margin-bottom: 8px
}

.bloginner__item {
	margin-bottom: 30px
}

.bloginner__row {
	margin-bottom: 30px
}

.bloginner__item h3 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #414141;
	margin-bottom: 8px
}

.bloginner__text img {
	width: 100%;
	border-radius: 20px
}

.bloginner__item {
	display: flex;
	justify-content: center;
	gap: 20px
}

.bloginner__item img {
	max-width: 300px
}

.bloginner__item-text {
	width: 100%
}

.policy__head {
	margin-bottom: 32px
}

.policy__text p {
	margin-bottom: 24px;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #5a5a5a
}

.policy__text h2 {
	margin-bottom: 8px;
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #414141
}

.modalka-success {
	min-height: 390px
}

.modalka-success-icon {
	margin-bottom: 30px
}

.modalka-success-title {
	margin-bottom: 15px
}

.modalka-success-text {
	margin: 0;
	color: #6a6a6a;
	font-size: 16px
}

.small-product__img {
	display: flex;
	justify-content: center
}

.small-product__img img {
	max-height: 251px;
	max-width: 100%;
}

.products .small-product__img img {
	width: auto !important
}

.acquaintance-content .novelties-content_head {
	width: 100%
}

.acquaintance-content .novelties-content_head a {
	color: #fff;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border: 1px solid #fff;
	border-radius: 24px;
	white-space: nowrap;
	height: 44px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px
}

.acquaintance-content .novelties-content_head a:hover {
	color: #fff
}

.novelties-banner-light {
	color: #fff
}

.novelties-banner-light .novelties-banner_head,
.novelties-banner-light .novelties-banner_head h3 {
	color: #fff
}

.novelties-banner-light p {
	font-size: 16px
}

.novelties-banner-light .opacity-btn {
	border-color: #fff !important;
	color: #fff !important
}

.novelties-banner-light .opacity-btn:hover {
	background-color: #fff !important;
	color: #004d7a !important
}

.thwepo-extra-options {
	display: none !important
}

.woocommerce-product-gallery__wrapper img {
	max-height: 490px;
	width: auto !important
}

.woocommerce-product-gallery__image {
	text-align: center
}

@media (max-width:1440px) {
	.error__right {
		padding-right: 0
	}
	.post__item {
		display: block;
		width: 46.6%
	}
}

@media (max-width:991px) {
	.error .container {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 15px
	}
	.error {
		padding: 40px 0
	}
}

@media (max-width:767px) {
	.dlv__head {
		margin-bottom: 20px
	}
	.dlv__text h3 {
		font-size: 20px
	}
	.contacts-home-content {
		gap:15px
	}
	.pageFaq__info-item {
		padding: 7px 10px;
	}
	.pageFaq__info-title {
		font-size: 12px
	}
	.pageFaq__info-arrow {
		top: 5px;
/*		right: 10px;*/
		width: 14px;
		height: 14px;
	}
	.pageContacts__content-right {
		display: none
	}
	.pageContacts__content-left {
		max-width: 100%;
		width: 100%;
		padding: 20px
	}
	.post__item {
		width: 100%
	}
	.post__item h3 {
		font-size: 20px
	}
	.bloginner__text h2 {
		font-size: 20px
	}
	.bloginner__item h3 {
		font-size: 18px
	}
	.policy__text h2 {
		font-size: 23px
	}
	.policy__head {
		margin-bottom: 20px
	}
	.bloginner__item {
		flex-direction: column-reverse
	}
	.bloginner__item img {
		max-width: 100%
	}
}

@media (max-width:520px) {
	.dlv__text p,
	.brand__text p,
	.pageFaq__info-content p {
		font-size: 14px
	}
	.pageFaq__info-title {
		font-size: 14px
	}
	.pageFaq__seo p,
	.pageFaq__head p {
		font-size: 16px
	}
	.pageContacts__map iframe {
		height: 300px
	}
	.error__right img {
		width: 100%
	}
}

.product__bot-content .thwepo-extra-options.thwepo_simple {
	display: none
}

.novelties-tags .tags {
	cursor: pointer
}

.bloginner__row .novelties-tags {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	flex-wrap: wrap
}

@charset "UTF-8";
@font-face {
	font-family: "Onest";
	src: url(fonts/Onest-Bold.woff2) format("woff2"),
		url(fonts/Onest-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Onest";
	src: url(fonts/Onest-Light.woff2) format("woff2"),
		url(fonts/Onest-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Onest";
	src: url(fonts/Onest-Medium.woff2) format("woff2"),
		url(fonts/Onest-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Actay Wide";
	src: url(fonts/ActayWide-Bold.woff2) format("woff2"),
		url(fonts/ActayWide-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Onest";
	src: url(fonts/Onest-Black.woff2) format("woff2"),
		url(fonts/Onest-Black.woff) format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Onest";
	src: url(fonts/Onest-Regular.woff2) format("woff2"),
		url(fonts/Onest-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

h2 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	line-height: 41.5px;
	font-size: 36px
}

section {
	margin: 0 auto
}

.big-container {
	max-width: 1616px;
	margin: 0 auto;
	padding: 0 15px
}

/*
.acquaintance {
	padding: 70px 15px;
	background: #e57351;
	color: #fff
}
*/

/*
.acquaintance-content {
	display: flex;
	justify-content: center;
	gap: 32px
}

.acquaintance-content-left h1 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	line-height: 41.5px;
	font-size: 36px
}

.acquaintance-content-left,
.acquaintance-content-right {
	width: 50%
}

.acquaintance-content-left {
	display: flex;
	flex-direction: column;
	gap: 48px
}

.acquaintance-content-left p {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%
}
*/

.charge {
	background-image: url(/img/icons/charge_bg.svg);
	background-size: 100%;
	width: 299px;
	height: 98px;
	position: relative
}

.charge span {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	position: absolute;
	text-align: center
}

.charge span:nth-child(1) {
	top: 31px;
	left: 37px
}

.charge span:nth-child(2) {
	top: 31px;
	right: 35px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, .25)
}

.charge-btns a {
	width: 213px;
	padding: 18px 30px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	color: #fff;
	mix-blend-mode: normal;
	border-radius: 30px
}

.opacity-btn {
	border: 3px solid #fff
}

.charge-btns {
	display: flex;
	gap: 59px;
	align-items: center;
	flex-wrap: wrap
}

.charge-btns:nth-child(2) {
	gap: 16px;
	flex-wrap: nowrap
}

.acquaintance-content-left_btns {
	display: flex;
	flex-direction: column;
	gap: 43.4px
}

.charge-btns .acquaintance-content-left_btn {
	display: flex;
	background: #fff;
	border-radius: 15px;
	width: 346px;
	padding: 23px 16px;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #414141
}

.acquaintance-content-right_slider_item {
	border-radius: 12px;
	background-size: cover;
	min-height: 624px;
	height: 100%;
	position: relative
}

.acquaintance-content-right_slider_item__dscr {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 30px;
	gap: 24px;
	position: absolute;
	width: 100%;
	height: 159px;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .27);
	backdrop-filter: blur(2.5px);
	border-radius: 15px
}

.acquaintance-content-right_slider_item__dscr h4 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 130%;
	color: #fff;
	text-align: center
}

@media (max-width:1330px) {
	.charge-btns .acquaintance-content-left_btn {
		display: none
	}
	.charge-btns:nth-child(1) {
		gap: 20px
	}
}

@media (max-width:852px) {
	.acquaintance-content {
		flex-direction: column
	}
	.acquaintance-content-left,
	.acquaintance-content-right {
		width: 100%
	}
	h2 {
		font-size: 30px
	}
	.acquaintance-content-left h1 {
		font-size: 30px
	}
}

.arrow__prev,
.arrow__next {
	position: absolute;
	z-index: 5;
	top: auto;
	width: 10.5px;
	padding: 19px 18px;
	border: 1px solid #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	cursor: pointer
}

.arrow__prev {
	left: calc(50% - 54px);
	bottom: 29px
}

.arrow__next {
	right: calc(50% - 54px);
	bottom: 29px
}

.arrow__prev:hover,
.arrow__next:hover {
	background: #e57351;
	border: none
}

.arrow__prev:active,
.arrow__next:active {
	background: #d05732
}

.career,
.category-main {
	padding: 74px 15px
}

.career-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 16px
}

.career-main p {
	margin-bottom: 24px
}

.career-content {
	display: flex;
	flex-direction: column;
	gap: 32px
}

.career-all_btn {
	display: inline-block;
	padding: 12px 16px;
	width: 138px;
	height: 44px;
	background: #e57351;
	border-radius: 24px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff
}

.career-content_item {
	display: block;
	flex-shrink: 0;
	height: 280px;
	padding: 34px 16px;
	background-color: #e3f0f5;
	border-radius: 8px;
	cursor: pointer;
	width: 213px;
	background-position: center;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.career-content_item:hover {
	background-color: #FFDED4;
}
.category-item {
	background-color: #e57351
}

.category-item:hover {
	background-color: #004d7a
}

.career-content_item h4 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 28px;
	text-align: center;
	color: #414141
}

.category-item h4 {
	color: #fff
}

.career-content_items {
	display: flex;
	gap: 32px;
	overflow-x: auto
}

.novelties-banner {
	width: 336px;
	height: 688px;
	position: relative;
	border-radius: 12px
}

.novelties-banner_two {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 36px 30px 24px
}

.novelties-banner .novelties-banner_content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 22.5px 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	background: rgba(255, 255, 255, .2);
	backdrop-filter: blur(5px);
	border-radius: 12px
}

.novelties-banner_content h3 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	letter-spacing: .01em;
	color: #fff
}

.novelties-banner_head h3 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #414141
}

.novelties-banner_head {
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: center
}

.novelties-banner_two_content .opacity-btn {
	border: 1px solid #414141;
	border-radius: 30px;
	color: #414141
}

.opacity-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	height: 56px;
	mix-blend-mode: normal;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff
}

.novelties-banner_mobile {
	min-width: 354px;
	max-width: 70%;
	height: 145px;
	border-radius: 20px;
	display: none
}

.novelties-banner_mobile .novelties-banner_content {
	padding: 12.5px 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center
}

.novelties-banner_mobile .novelties-banner_content h3 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	letter-spacing: .01em;
	color: #fff
}

.novelties-banner_mobile .novelties-banner_content .opacity-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px 12px;
	height: 44px;
	min-width: 320px;
	mix-blend-mode: normal;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff
}

.novelties-main {
	display: grid;
	gap: 32px;
	grid-template-columns: 336px 1fr
}

#novelties .novelties-main {
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr 336px
}

.novelties-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
	overflow: hidden;
	padding-top: 15px
}

.novelties-content_head {
	display: flex;
	gap: 40px
}

.novelties-content_head a {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #5a5a5a
}

.novelties-tags_blur {
	position: relative;
	margin-bottom: 10px
}

.novelties-tags {
	display: flex;
	gap: 16px;
	overflow-x: auto
}

.novelties-tags::-webkit-scrollbar {
	display: none
}

.tags,
.bloginner__row a {
	display: inline-block;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border: 1px solid #dedede;
	border-radius: 24px;
	white-space: nowrap;
	height: 44px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #9b9b9b
}

.heart {
	display: block;
	Width: 23.5px;
	Height: 20px;
	background-image: url(/img/icons/heart-opacity.svg)
}

.heart:active {
	background-image: url(/img/icons/heart-active.svg)
}

.discount-procent {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAcCAYAAAA0u3w+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEVSURBVHgB7ZjBTQMxEEX/zEac94wECh1AB9CBSQNABewmBQD3IEIFQAOwHVACdEBEJLjuOcp6Mk7kzSUNeOR3+tcn299jE5T/8ejOk1QaS9igJaLXw+l7TX/j0ZNs5czhRR5Y5a5hFCa6ZdjZlvsoGcbJgqmTBVPHvmAHuYRgDmuok05nFxTyT+XKA6YvEIawgMotvZydzJp2s0VD8Cw3MEJHUgenkPszuFrhG0Y4fmyamHvBaGyBcORi7gV/J87BCAPgNOZdyRRaMjBSMtCS6bYlQ4vKnXNBL7AjF5nrFVgPVO4TNhkWoI88qqVOFkydLJg6QdDMiLaHlvXN9AyjeMjbZlRbTNyMQVcw9HUfFu5o2tyvAUn8WZy0NHdaAAAAAElFTkSuQmCC);
	padding: 2px 7px;
	width: 56px;
	height: 28px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px
}

.novelties-akkordion .novelties-content_items {
	display: none
}

.novelties-akkordion .novelties-content_items.active {
	display: block
}

.novelties-akkordion .novelties-tags .tags.active {
	color: #fff
}

.novelties-content_items .arrow__prev {
	top: -147px;
	right: 83px;
	left: auto;
	border: 1px solid #dedede;
	border-radius: 8px
}

.novelties-content_items .arrow__next {
	top: -147px;
	right: 28px;
	left: auto;
	border: 1px solid #dedede;
	border-radius: 8px
}

.novelties-content_item {
	width: 336px;
	max-width: 336px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	margin: 0 15px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 12px
}

.thumbnail-small {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: space-between
}

.thumbnail-tags {
	display: flex;
	justify-content: space-between
}

.thumbnail-tag {
	display: inline-block;
	padding: 4px 16px;
	background: #ff8387;
	border-radius: 24px;
	color: #fff
}

.man {
	background: #5085ea
}

.delivery-tag {
	background: #00bd0a
}

.thumbnail-small_dscr {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: flex-start
}

.thumbnail-small_dscr p {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #adadad
}

.thumbnail-small_dscr h4 {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #414141
}

.thumbnail-small_price {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 16px 0;
	align-items: center;
	height: 48px;
	position: relative
}

.thumbnail-small_price .price-small {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	color: #414141
}

.thumbnail-small_price s {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #adadad
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
	max-width: none;
	min-width: auto;
	max-height: none
}

.dispatch {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	color: #5a5a5a
}

.dispatch .opacity-btn,
.dispatch .amount-btn,
.novelties-content_items .single_add_to_cart_button,
.cart-featured .single_add_to_cart_button {
	border-radius: 24px;
	height: 44px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18Р·x;
	padding: 10px 22px
}

.dispatch .amount-btn {
	border-radius: 8px
}

.dispatch-icons {
	display: flex;
	align-items: center;
	gap: 12px
}

.amount-btn {
	position: relative;
	overflow: hidden;
	padding: 20px 14.67px
}

.amount-btn span {
	display: block;
	width: 10.67px;
	border-bottom: 1px solid #5a5a5a
}

.amount-btn .rotate {
	transform: rotate(90deg);
	position: absolute;
	top: 47%
}

/*
@media (max-width:1490px) {
	.slick-dotted.slick-slider {
		width: 96%;
		align-self: center
	}
}
*/

@media (max-width:1100px) {
	.novelties-content_items .arrow__prev,
	.novelties-content_items .arrow__next {
		display: none !important
	}
}

@media (max-width:950px) {
	.novelties-main {
		display: grid;
		grid-template-columns: auto
	}
	#novelties .novelties-main {
		display: grid;
		grid-template-columns: auto
	}
	.novelties-banner {
		display: none
	}
	.novelties-banner_mobile {
		display: block
	}
	.novelties-banner_mobile .novelties-banner_content .opacity-btn {
		min-width: auto
	}
}

:root {
	--duration: 30s
}

.delivery-home {
	padding: 90px 0;
	overflow: hidden
}

.delivery-home_bg {
	position: relative;
	padding: 80px 0
}

.wheel-obert {
	width: 144px;
	height: 144px;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	right: 16px
}

.wheel {
	position: relative;
	transform: translate(-50%, -50%);
	width: 144px;
	height: 144px;
	border-radius: 50%;
	animation: rotate 20s linear infinite
}

.wheel__word {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.wheel__letter {
	position: absolute;
	left: 50%;
	bottom: 50%;
	width: 0;
	transform-origin: 0 100%;
	padding-bottom: 100px;
	font-size: 23px;
	color: #e57351
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}
	25% {
		transform: rotate(90deg)
	}
	50% {
		transform: rotate(180deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.delivery-home_bg {
	background: #004d7a;
	border-radius: 24px
}

.delivery-home_head {
	display: flex;
	flex-direction: column;
	gap: 24px
}

.delivery-home_head h2 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 120%;
	display: flex;
	align-items: flex-end;
	color: #fff
}

.delivery-home_head .all {
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 16px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #fff
}

.slider-novelties2 .novelties-content_item {
	background: 0 0;
	padding: 0;
	border: none;
	position: relative;
	overflow: hidden
}

.slider-novelties2 .thumbnail-small_obert {
	background-color: #fff;
	padding: 20px;
	border-radius: 16px;
	margin-bottom: 20px
}

.slider-novelties2 .thumbnail-small_dscr h4 {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	height: 50px;
	color: #fff
}

.small-price_obert {
	display: flex;
	gap: 14px
}

.slider-novelties2 .thumbnail-small_price p {
	white-space: nowrap;
	color: #fff
}

.slider-novelties2 .novelties-content_item .stock.in-stock {
	display: none
}

.slider-novelties2 .novelties-content_item .single_add_to_cart_button,
.slider-novelties2 .novelties-content_item .add_to_cart_button {
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 48px;
	background: #e57351;
	border: 1px solid #e57351;
	background-blend-mode: darken;
	mix-blend-mode: normal;
	border-radius: 30px;
	white-space: nowrap;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	transition: 3s all
}

.delivery-home .thumbnail-small_price form {
	display: none
}

.slider-novelties2 .novelties-content_item:hover .thumbnail-small_price form,
.slider-novelties2 .novelties-content_item:hover .single_add_to_cart_button,
.novelties-content_item:hover .add_to_cart_button {
	display: flex;
	opacity: 1;
	transition: 3s all
}

.slider-novelties2 .novelties-content_item:hover .price-small {
	display: none;
	opacity: 0;
	transition: 1s all
}

.slider-novelties2 .arrow__prev {
	top: 30%;
	left: -54px;
	border: 1px solid #dedede;
	border-radius: 8px
}

.slider-novelties2 .arrow__next {
	top: 30%;
	right: -48px;
	left: auto;
	border: 1px solid #dedede;
	border-radius: 8px
}

@media (max-width:550px) {
	.acquaintance-content-right .arrow__prev,
	.acquaintance-content-right .arrow__next {
		display: none !important
	}
	.delivery-home_bg {
		position: relative;
		padding: 80px 0
	}
	.charge {
		background-image: url(/img/icons/charge_bg.svg);
		background-size: 100%;
		width: 215px;
		height: 71px;
		position: relative
	}
	.charge span:nth-child(1) {
		top: 14px;
		left: 25px
	}
	.charge span {
		font-family: 'Actay Wide';
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 40px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #fff;
		position: absolute;
		text-align: center
	}
	.charge span:nth-child(2) {
		top: 14px;
		right: 13px;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, .25)
	}
	.wheel-obert {
		transform: scale(.5);
		top: -25px;
		right: -25px
	}
}

#out1 {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 900;
	font-size: 240px;
	color: #e57351;
	text-shadow: 10px 20px 20px rgba(0, 0, 0, .25);
	padding: 0 60px
}

.running-numbers .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.running-numbers_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 925px
}

.running-numbers_content__text {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: #e57351;
	align-self: flex-end
}

.running-numbers_bg-map {
	background-image: url('/img/delivery_bg.jpg');
	background-size: cover;
	height: 1217px;
	background-repeat: no-repeat
}

.running-numbers-head h2 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 130%;
	color: #414141
}

.running-numbers-delivery-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 1342px;
	height: 785px
}

.running-numbers-delivery-content-item {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 24px;
	width: 238px
}

.running-numbers-delivery-content-item h4 {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: #414141
}

.running-numbers-delivery-content-item p {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	color: #414141
}

.running-numbers-delivery-content-item_center {
	display: flex;
	justify-content: center;
	align-items: center
}

.running-numbers-delivery-content-item.top-left {
	top: 80px;
	left: 40px
}

.running-numbers-delivery-content-item.bottom-left {
	bottom: 130px;
	left: 190px
}

.running-numbers-delivery-content-item.bottom-right {
	bottom: 130px;
	right: 200px
}

.running-numbers-delivery-content-item.top-right {
	top: 140px;
	right: 0
}

@media (max-width:1200px) {
	.running-numbers-delivery-content {
		width: 1042px;
		height: 685px
	}
	.running-numbers-delivery-content-item {
		gap: 18px;
		width: 140px
	}
	.running-numbers-delivery-content-item_center img {
		width: 600px
	}
	.running-numbers-delivery-content-item.top-left {
		top: 97px;
		left: 42px
	}
	.running-numbers-delivery-content-item.bottom-left {
		bottom: 130px;
		left: 190px
	}
	.running-numbers-delivery-content-item.bottom-right {
		bottom: 130px;
		right: 200px
	}
	.running-numbers-delivery-content-item.top-right {
		top: 140px;
		right: 0
	}
	.running-numbers-delivery-content-item h4 {
		font-size: 18px
	}
	.running-numbers-delivery-content-item p {
		font-size: 16px
	}
}

@media (max-width:900px) {
	.running-numbers-delivery-content {
		width: 100%;
		height: 685px
	}
	.running-numbers-delivery-content-item.top-left {
		top: 16%;
		left: 0
	}
	.running-numbers-delivery-content-item_center img {
		width: 80%
	}
	.running-numbers-delivery-content-item.bottom-left {
		bottom: 17%;
		left: 8%
	}
	.running-numbers-delivery-content-item.bottom-right {
		bottom: 17%;
		right: 8%
	}
	.running-numbers-delivery-content-item.top-right {
		top: 20%;
		right: 0
	}
}

.post-feed-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px
}

.post-feed-head .all {
	display: flex;
	align-items: center;
	text-align: center;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #5a5a5a
}

.post-feed-items {
	display: flex;
	justify-content: center;
	gap: 32px
}

.post-feed-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	width: 336px;
	margin: 16px
}

.post-feed-item img {
	border-radius: 12px;
	margin-bottom: 8px;
	width: 100%;
	object-fit: cover
}

.post-feed-item-dscr {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #414141
}

.post-feed-item .date {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 10px 12px;
	width: 111px;
	background: #dceffa;
	border-radius: 8px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #5a5a5a
}

.post-feed-item-dscr:hover {
	color: #e57351
}

.slider-posts .arrow__prev {
	top: 30%;
	left: -55px;
	border: 1px solid #dedede;
	border-radius: 8px
}

.slider-posts .arrow__next {
	top: 30%;
	right: -55px;
	left: auto;
	border: 1px solid #dedede;
	border-radius: 8px
}

.form-main-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	background: #E54B1A;
	border-radius: 16px;
	padding: 80px 0
}
.form-main-content .wpcf7-not-valid-tip {
	color: #fff;
}
.form-main-content h2 {
	font-family: 'Actay Wide';
}

.form-main-content .form-input {
	display: flex;
	flex-direction: row;
	width: 325px;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
	background: 0 0;
	padding: 15px 24px
}

.form-main-content .form-input::placeholder {
	color: #fff
}

.form-main-content .wpcf7-response-output {
	background: #fff;
	margin: 0 auto;
	max-width: 500px
}

.wpcf7-spinner {
	position: absolute
}

@media (max-width:900px) {
	.form-main-content form {
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.form-main-content h2 {
		font-size: 34px;
		line-height: 40px
	}
	.slider-posts .arrow__next,
	.slider-posts .arrow__prev {
		display: none !important
	}
	#out1 {
		font-size: 150px;
		color: #e57351;
		text-shadow: 10px 9px 18px rgba(0, 0, 0, .25);
		padding: 0
	}
	.running-numbers_content {
		width: 100%
	}
	.running-numbers_bg-map {
		height: 1200px
	}
	.running-numbers-delivery-content-item img {
		width: 80px
	}
}

@media (max-width:580px) {
	#out1 {
		font-size: 80px
	}
	.running-numbers_content__text {
		font-size: 18px
	}
	.running-numbers_bg-map {
		height: 1060px
	}
}

.why-are-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 17px;
	padding: 96px 0 196px
}

.why-are-content-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 32px;
	padding-top: 20px;
}

.why-are-content-item {
	max-width: 262px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	text-align: center
}

.why-are-content-item img {
	margin-bottom: 11px
}

.why-are-content-item h4 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: #414141
}

.why-are-content-item p {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #414141
}

.portfolio-home .big-container {
	background: #004d7a;
	border-radius: 24px
}

.portfolio-home-content h2 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 53px;
	color: #fff
}

.portfolio-home-content h3 {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #fff
}

.portfolio-home-content-item {
	width: 100%;
	color: #414141;
	border-radius: 20px;
	overflow: hidden;
}

.portfolio-home-content-item:first-child,
.portfolio-home-content-item:nth-child(2) {
	max-width: 48.8%
}

.portfolio-home-content-item img {
	margin-bottom: 8px;
	width: 100%;
	object-fit: cover;
	border-radius: 16px
}

.portfolio-home-content-item-name {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
}
.portfolio-home-content-item-text {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
}

.portfolio-home-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 80px 0;
	gap: 16px
}

.portfolio-home-content .opacity-btn {
	width: 288px
}


/*
.compains-home-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 63px;
	padding: 145px 0
}
*/

/*
.compains-home-content-items {
	display: flex;
	gap: 53px;
	justify-content: space-between;
	flex-wrap: wrap
}
*/

.compains-home-content-items a {
	display: flex;
	justify-content: center;
	align-items: center
}

@media(max-width:991px) {
	.portfolio-home-content-item {
		max-width: 48.8%
	}
}

@media (max-width:680px) {
	.portfolio-home-content-item {
		max-width: 100%
	}
	.portfolio-home-content-item:first-child,
	.portfolio-home-content-item:nth-child(2) {
		max-width: 100%
	}
	.compains-home-content-items img {
		max-width: 150px
	}
	.compains-home-content-items {
		justify-content: space-around
	}
	.form-main-content h2 {
		font-size: 23px
	}
}

.charge-btns .opacity-btn:hover,
.career-all_btn:hover,
.form-main-content button:hover {
	background: #004d7a;
	border-color: #004d7a;
	color: #fff;
	transition: .2s all
}

.dispatch .opacity-btn:hover,
.dispatch .amount-btn:hover,
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:hover,
.cart-featured .single_add_to_cart_button:hover {
	background: #004d7a;
	border-color: #004d7a;
	color: #fff;
	transition: .2s all
}

.novelties-content_items .single_add_to_cart_button:hover,
.novelties-content_items .single_add_to_cart_button:active {
	background: #d05732;
	border-color: #d05732
}

.dispatch .opacity-btn:active,
.dispatch .amount-btn:active,
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:active,
.cart-featured .single_add_to_cart_button:active {
	background: #004d7a;
	border-color: #004d7a;
	color: #fff;
	transition: .2s all
}

.charge-btns .opacity-btn:active,
.career-all_btn:active,
.form-main-content button:active {
	background: #003859;
	transition: .2s all;
	color: #fff
}

.novelties-tags .tags.active {
	background: #e57351;
	border-color: #e57351;
	transition: .2s all
}

.novelties-content_head a:hover,
.delivery-home_head .all:hover,
.post-feed-head .all:hover {
	color: #e57351;
	transition: .2s all
}

.novelties-content_head a:hover path,
.delivery-home_head .all:hover path,
.post-feed-head .all:hover path {
	fill: #e57351;
	transition: .2s all
}

.novelties-content_head a:active,
.delivery-home_head .all:active,
.post-feed-head .all:active {
	color: #d05732;
	transition: .2s all
}

.novelties-content_head a:active path,
.delivery-home_head .all:active path,
.post-feed-head .all:active path {
	fill: #d05732;
	transition: .2s all
}

.opacity-btn_small__price:hover {
	background: #d05732;
	transition: .2s all
}

.product__left .woocommerce-product-gallery__image img {
	width: 100%;
	height: 100%;
	text-align: center;
}

.product__left .woocommerce-product-gallery__image {
	width: 100%
}

li {
	text-decoration: none;
	list-style-type: none
}

.product__left .flex-control-nav {
	padding: 5px;
/*
	display: flex;
	gap: 30px;
*/
/*	flex-shrink: 0*/
}

.product__left .flex-control-nav::-webkit-scrollbar {
	display: none
}

.star-rating span:before {
	color: #e57351 !important
}

.price-new {
	display: flex;
	gap: 16px;
	align-items: center
}

.price-new .new {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	color: #414141
}

.price-new .old {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	text-decoration-line: line-through;
	color: #adadad
}

.summary .price,
.summary .price-new {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #414141;
	margin-bottom: 10px
}
@media(min-width: 992px) {
	.summary .price {
		margin-bottom: 30px;
	}
}
.product__right .stock.in-stock {
	display: none
}

.product__right .woocommerce.tinv-wishlist a {
	display: flex;
	align-items: center
}

.product__right .title {
	margin-bottom: 18px
}

.product__right .popup-modal img {
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.product__right .popup-modal {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #5a5a5a;
	align-items: center;
}

.woocommerce-product-rating {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 15px
}

.woocommerce-product-rating .woocommerce-review-link {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #adadad
}

.woocommerce-product-rating .tinv-wraper {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #5a5a5a
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before,
span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
	font-size: 25px;
	color: #e57351
}

.variations tr {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	margin-bottom: 20px
}

.variations .variable-items-wrapper {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	flex-wrap: wrap;
}

.variations .variable-items-wrapper li {
	border: 1px solid #dedede;
	border-radius: 3px;
	padding: 8px;
	cursor: pointer;
}
.variations .variable-items-wrapper li.selected {
	border-color: #e57351;
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before:hover {
	content: "\e908"
}

.flex-active {
	border: 1px solid #e57351;
	border-radius: 4px
}

.flex-control-nav li {
	cursor: pointer;
}

.flex-control-nav li:hover {
	border: 1px solid #e5745170;
	border-radius: 4px
}

.product__right .form.cart {
	display: flex;
	margin-bottom: 33px;
	flex-direction: column;
	align-items: flex-start;
}

#reviews .cr-summaryBox-wrap {
	margin: 0 0 1em;
	background-color: #dceffa;
	border-radius: 8px
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 48px;
	border: 1px solid #adadad;
	border-radius: 30px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #505050;
	background: 0 0
}

.cr-all-reviews-shortcode .crstar-rating,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating,
#reviews #comments .cr-summaryBox-wrap .crstar-rating {
	color: #e57351
}

#ivole-histogramTable tr.ivole-histogramRow a,
#ivole-histogramTable tr.ivole-histogramRow td:first-child {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #5a5a5a
}

.ivole-meter .ivole-meter-bar {
	background: #e57351 !important
}

.ivole-meter {
	height: 6px
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search {
	display: none
}

.cr-ajax-reviews-cus-images-div {
	display: none
}

#review_form .comment-form-rating,
.woocommerce-variation-add-to-cart {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex-direction: column;
	width: 100%;
}

.comment-form-rating label {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #5a5a5a
}

.comment-form {
	display: flex;
	flex-direction: column
}

.comment-form .comment-notes {
	display: none
}

.comment-form .comment-form-author {
	order: 1
}

.comment-form .comment-form-email {
	order: 2
}

.comment-form .comment-form-comment {
	order: 3
}

#review_form .comment-form-rating {
	order: 0
}

#review_form .comment-form {
	display: flex;
	flex-direction: column;
	gap: 20px
}

#review_form .cr-upload-local-images {
	order: 4
}

.comment-form .comment-form-cookies-consent {
	order: 6
}

.comment-form .form-submit {
	order: 5
}

.comment-form-author label,
.comment-form-email label,
.comment-form-comment label,
.reset_variations {
	display: none !important
}
.variations {
	width: 100%;
}
.comment-form-author input#author,
.comment-form-email input#email {
	height: 48px;
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 14px 0 14px 16px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 160%;
	color: #a0a0a0
}

.comment-form-comment textarea {
	border: 1px solid #dedede;
	border-radius: 4px;
	display: flex;
	width: 100%;
	align-items: center;
	padding: 14px 0 14px 16px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 160%;
	color: #a0a0a0
}

#cr-ajax-reviews-review-form.active {
	position: fixed;
	top: 50%;
	left: 50%
}

#cr-ajax-reviews-review-form {
	background: #fff;
	border-radius: 12px;
	padding: 40px 32px;
	width: 100%;
	max-width: 522px
}

.respond-title {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	color: #414141;
	text-align: center
}

#review_form .comment-respond {
	display: flex;
	flex-direction: column;
	gap: 28px
}

#review_form .comment-respond small {
	display: none
}

#review_form .form-submit .submit {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 48px;
	height: 48px;
	background: #e57351;
	background-blend-mode: darken;
	border-radius: 30px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer
}

.cr-upload-local-images input[type=file] {
	display: none !important
}

#commentform.comment-form .cr-upload-local-images label,
.comment-form .cr-upload-local-images label {
	width: 100% !important;
	padding: 10px;
	border: 2px dashed #e57351;
	border-radius: 4px;
	background-color: #fff;
	color: #5a5a5a;
	text-align: center;
	padding: 10px;
	width: 300px;
	cursor: pointer;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center
}

#commentform.comment-form .cr-upload-local-images .upload-button:hover,
#commentform.comment-form .cr-upload-local-images .upload-button:hover path {
	background-color: #e57351;
	color: #fff;
	fill: #fff
}

.upload-button svg.icon {
	fill: #e57351;
	width: 18px;
	height: 18px;
	margin-right: 5px
}

#cr-ajax-reviews-cancel {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 160%;
	color: #a0a0a0
}

.comment-form-cookies-consent label {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 110%;
	color: #adadad;
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 28px
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
	display: none !important
}

.comment-form-cookies-consent label:before {
	content: "";
	width: 24px;
	height: 24px;
	border: 1px solid #e57351;
	border-radius: 4px;
	position: absolute;
	left: -3px;
	top: -6px
}

#wp-comment-cookies-consent:checked+label:before {
	background: url(/img/icons/icon-checked-reviews_svg.svg) center no-repeat
}

@media (max-width:680px) {
	.product__left .flex-control-nav {
		display: none
	}
}

.novelties-akkordion {
	display: flex;
	flex-direction: column;
	gap: 24px
}

.thumbnail-image img {
	width: 100%;
	height: auto
}

.thumbnail-small_price .quantity.form-group--number {
	display: none
}

.slider-novelties2 .thumbnail-small_obert .tinvwl_already_on_wishlist-text,
.slider-novelties2 .thumbnail-small_obert .tinvwl_add_to_wishlist-text {
	display: none !important
}

.variations .variable-items-wrapper::-webkit-scrollbar {
	display: none
}

.thumbnail-small_obert .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
	position: static;
	z-index: 1
}

form tbody tr.wishlist_item,
.form tbody tr.wishlist_item {
	display: flex;
	gap: 36px;
	justify-content: space-between;
	align-items: center
}

.wishlist_item .product-cb,
.tinvwl-to-right .button {
	display: none !important
}

.wishlist_item .product-thumbnail img {
	width: 140px;
	height: 140px;
	height: auto;
}

.tinv-wishlist .wishlist_item .product-thumbnail {
	min-width: auto;
	max-width: none;
	width: 140px;
	order: 1
}

.tinv-wishlist .wishlist_item .product-name {
	order: 2;
	width: 250px
}

.tinv-wishlist .wishlist_item .product-price {
	order: 4
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
	width: auto;
	display: block;
	min-width: 78px;
	order: 5;
	padding: 0
}

.tinv-wishlist .wishlist_item .product-action {
	order: 6;
	width: auto
}

.tinv-wishlist table td,
.tinv-wishlist table th {
	padding: 0
}

.wishlist_item .product-action a.button,
.wishlist_item .product-action button.button {
	display: flex;
	width: 146px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	border: 1px solid #adadad;
	border-radius: 30px;
	background: 0 0;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #505050
}

.wishlist_item .product-action button.button:hover {
	background: #e57351;
	border-radius: 30px;
	color: #fff;
	border: 1px solid #e57351
}

.wishlist_item .product-action button.button:active {
	background: #d05732;
	border-radius: 30px;
	color: #fff;
	border: 1px solid #d05732
}

.wishlist_item .product-price bdi {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #414141
}

.wishlist_item .product-name a {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #414141
}

.tinvwl-table-manage-list thead {
	display: none
}

.tinv-wishlist .product-remove button {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #adadad;
	background: 0 0;
	width: 100%;
	height: auto;
	padding-top: 0;
	padding-left: 0;
	align-items: center
}

.ftinvwl-times:before {
	color: #adadad
}
.wishlist-content .container {
	display: block;
}
.wishlist-content .wpcourses-breadcrumbs,
.wishlist-content .wpcourses-breadcrumbs a {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
	color: #5a5a5a
}

.wishlist-content .wpcourses-breadcrumbs {
	margin-bottom: 64px
}

section.wishlist-content {
	padding: 24px 0
}

@media (max-width:991px) {
	form tbody tr.wishlist_item {
		gap: 15px
	}
	.tinv-wishlist .wishlist_item .product-name {
		width: 170px
	}
}

@media (max-width:768px) {
	.tinv-wishlist .product-thumbnail img {
		width: 100%;
		height: auto;
		max-width: 300px
	}
	form tbody tr.wishlist_item {
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.wishlist_item .product-action button.button {
		margin: 0 auto
	}
}

.woocommerce-thankyou-order-received,
.woocommerce-order-overview__payment-method,
.woocommerce-table--order-details thead {
	display: none
}

.woocommerce-thankyou-order-details {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.woocommerce-thankyou-order-details li,
.woocommerce-table--order-details,
.woocommerce-order-details .woocommerce-table__product-name a {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #414141
}

.woocommerce-table.woocommerce-table--order-details td.woocommerce-table__product-name {
	padding-right: 20px
}

table.woocommerce-table--order-details {
	text-align: left
}

.woocommerce-table--order-details .woocommerce-table__line-item td {
	padding-bottom: 20px
}

section.woocommerce-order-details h2 {
	margin-bottom: 24px
}

.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
	padding-bottom: 20px
}

ul.woocommerce-thankyou-order-details {
	margin-bottom: 50px
}

section.woocommerce-customer-details address {
	font-family: 'Onest';
	font-weight: 400;
	font-size: 18px;
	line-height: 23px
}

section.woocommerce-customer-details {
	display: none
}

.thankyou {
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: 2
}

.thankyou.active-thnks {
	display: flex
}

.thankyou-container {
	width: 540px;
	height: 393px;
	background: #fff;
	border-radius: 12px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.thankyou-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	align-items: center;
	text-align: center
}

.close-thnks {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer
}

.modal-product {
	display: none
}

.modalka {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
	padding: 40px 30px;
	background: #fff;
	border-radius: 12px;
	max-width: 522px;
	margin: 0 auto;
	position: relative
}
@media(max-width: 991px) {
	.modalka {
		padding: 30px 15px;
	}
}
.modalka h2 {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	color: #414141
}

.modalka p {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #5a5a5a
}

.modalka form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%
}
.modalka input[type="file"],
.modalka input[type="checkbox"] {
	display: none;
}
.modalka input[type="text"].required,
.modalka input[type="tel"].required,
.modalka input[type="email"].required,
.modalka textarea.required {
	border-color: #E54B1A;
}
.modalka input[type="text"],
.modalka input[type="tel"],
.modalka input[type="email"],
.modalka textarea {
	width: 100%;
	height: 48px;
	padding: 11px 16px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 160%;
	color: #a0a0a0
}
.modalka textarea {
	width: 100%;
	min-width: 100%;
	min-height: 135px;
}
.modalka .submit {
	background: #e57351;
	background-blend-mode: darken;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 48px;
	border: none;
	color: #fff;
	transition: all 0.1s;
	cursor: pointer;
}
.modalka .submit:hover {
	background-color: #EA8F74;
}
.modalka .submit[disabled] {
	opacity: 0.7;
	cursor: not-allowed;
}
.select {
	display: block;
	max-width: 215px;
	width: 100%;
	position: relative
}

.new-select {
	position: relative;
	text-align: left;
	padding: 10px 15px 10px 28px;
	cursor: pointer;
	user-select: none
}

.new-select:before {
	content: "";
	background: url(/img/icons/filter.svg) center no-repeat;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	z-index: 5;
	height: 20px;
	width: 20px
}

.new-select__list {
	position: absolute;
	top: 45px;
	left: 0;
	border: 1px solid #ced4da;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	z-index: 20;
	background: #fff
}

.new-select__list.on {
	display: block
}

.new-select__item span {
	display: block;
	padding: 8px 15px
}

.new-select__item span:hover {
	background: #dceffa
}

.new-select:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 8px;
	background: url(/img/icons/arrow-filter.svg) no-repeat center/cover;
	opacity: 1;
	-webkit-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg)
}

.new-select.on:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

section.novelties .clickBuyButton,
.novelties-content_item:hover .clickBuyButton,
.cart-featured .clickBuyButton,
.product__bot-content .clickBuyButton {
	display: none !important
}
.form-main .container,
.cart-featured .container {
	display: block;
}
.product__bot-content .single_add_to_cart_button {
	padding: 14px 19px
}

.catalog__products .single_add_to_cart_button,
.product__bot-content .single_add_to_cart_button {
	background: #e57351;
	color: #fff;
	transition: .2s all
}

.catalog__products .single_add_to_cart_button:hover,
.product__bot-content .single_add_to_cart_button:hover {
	background: #004d7a;
	color: #fff
}

.catalog__products .single_add_to_cart_button:active,
.product__bot-content .single_add_to_cart_button:active {
	background: #004d7a;
	color: #fff;
	border: 1px solid #004d7a
}

.post-tag button {
	background: 0 0;
	align-self: flex-end;
	color: #5e5c5c;
	font-size: 16px;
	border: none;
	cursor: pointer
}

.yith-woocommerce-ajax-product-filter .widget-title {
	display: none
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

table.shop_table_responsive thead {
	display: none
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left
}

table.shop_table_responsive tr td.product-remove:before {
	display: none
}

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
	display: none
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center
}

@media screen and (min-width:48em) {
	table.shop_table_responsive thead {
		display: table-header-group
	}
	table.shop_table_responsive tbody th {
		display: table-cell
	}
	table.shop_table_responsive tr td {
		display: table-cell
	}
	table.shop_table_responsive tr td:before {
		display: none
	}
}

.single-product div.product {
	position: relative
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both
}

.stock:empty:before {
	display: none
}

.stock.in-stock {
	color: #0f834d
}

.stock.out-of-stock {
	color: #e2401c
}

.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0
}

.site-header-cart .cart-contents {
	text-decoration: none
}

.site-header-cart .widget_shopping_cart {
	display: none
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25
}

p.stars a:hover~a:before {
	content: "\53";
	color: #404040;
	opacity: .25
}

p.stars:hover a:before {
	content: "\53";
	color: #e57351;
	opacity: 1
}

p.stars.selected a.active:before {
	content: "\53";
	color: #e57351;
	opacity: 1
}

p.stars.selected a.active~a:before {
	content: "\53";
	color: #404040;
	opacity: .25
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: #e57351;
	opacity: 1
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em
}

.required {
	color: red
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2
}

.woocommerce-error {
	background-color: #e2401c
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999
}

@media screen and (min-width:48em) {
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .2)
	}
	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block
	}
}

.widget_price_filter .price_slider {
	margin-bottom: 1.5em
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4
}

.widget_price_filter .price_slider_amount .button {
	float: left
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 .25em rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%
}

.form-group--number {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

label.screen-reader-text {
	display: none
}

.form-group--number button {
	position: relative;
	width: 48px;
	height: 48px;
	max-width: 48px;
	color: #5a5a5a;
	font-size: 30px;
	background: 0 0;
	border: 1px solid #dedede;
	border-radius: 8px
}
.form-group--number button.down:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: '';
	width: 12px;
	height: 1px;
	background-color: #5a5a5a;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-moz-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-o-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg)
}
.form-group--number button.up:before,
.form-group--number button.up:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: '';
	width: 10px;
	height: 1px;
	background-color: #5a5a5a
}

.form-group--number button.up:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	-o-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}

.form-group--number button.up:after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-moz-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-o-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg)
}

.form-group--number .form-control {
	height: 48px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #5a5a5a;
	background-color: transparent;
	width: 48px
}

.form-group--number input {
	border-radius: 0
}

.form-group--number button:hover {
	background: #e57351;
	border-color: #e57351;
	color: #fff;
	transition: .2s all
}

.form-group--number button:hover:before,
.form-group--number button:hover:after {
	background-color: #fff;
	transition: .2s all
}

.form-group--number button:active {
	background: #d05732;
	border-color: #d05732;
	color: #fff;
	transition: .2s all
}

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

.add_to_cart_button,
a.product_type_variable {
	padding: 12px 20px;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .01em;
	color: #fff;
	transition: .3s all;
	background: #e57351;
	max-width: 201px;
	width: 100%;
	display: inline-block
}

.add_to_cart_button:hover,
a.product_type_variable:hover {
	color: #fff;
	background: #004d7a
}

.products {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.products .product {
/*	width: 100%;*/
	position: relative
}

.products .woocommerce-loop-product__title {
	font-family: 'Onest', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: .01em;
	color: #414141;
	margin-bottom: 20px
}

.add_to_cart_button.product_type_variable {
	display: block
}

.products .small-product__img {
	border: 1px solid #dedede;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff
}

.products .small-product__img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.products .product .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
	right: 20px;
	left: auto;
	top: 20px
}

.products .product .onsale {
	padding: 4px 16px;
	background: #ff8387;
	border-radius: 24px;
	position: absolute;
	left: 20px;
	top: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .01em;
	color: #fff
}

.products .product .sku {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .01em;
	color: #adadad;
	margin-bottom: 8px
}

.product .price .price-new {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	align-items: center
}

.product .price .price-new .old {
	text-decoration: none
}

.product .price bdi {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: .01em;
	color: #414141
}

.product .price .new {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: .01em;
	color: #414141
}

.product .price .old bdi {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .01em;
	text-decoration-line: line-through;
	color: #adadad
}

.products .product .cart {
	display: flex;
	justify-content: space-between;
	gap: 16px
}

.products .product .small-product__obr {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-right: 15px;
	align-items: center;
	margin-bottom: 20px
}

.catalog .container {
	display: flex;
	justify-content: flex-start;
	gap: 25px
}

.catalog__menu {
	max-width: 220px;
	width: 100%;
	flex-shrink: 0
}

.catalog__menu-item {
	background: #fff;
	border: 1px solid #f3f3f3;
	box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, .15);
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 6px 0;
	position: relative
}

.catalog__menu-item li {
	padding: 6px 13px
}

.catalog__menu a {
	line-height: 120%;
	background: #fff;
	display: block;
	transition: .3s all;
}

.categories {
	background: #fff;
	position: relative;
}

.categories-item {
	margin-bottom: 10px;
}
.categories-item:last-child {
	margin-bottom: 0;
}
.categories-item-link {
	color: #414141;
	font-size: 15px;
	font-weight: 500;
}
.categories .childcategories {
	min-height: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 19;
	width: 277px;
	background: #fff;
	border: 1px solid #f3f3f3;
	box-shadow: 0px 2px 7px -2px rgb(0 0 0/15%);
	border-radius: 5px;
	padding-top: 6px;
	padding-bottom: 6px
}

.btn-category {
	display: inline-block;
	padding: 14px 23px;
	background: #e57351;
	background-blend-mode: darken;
	text-transform: none;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	-webkit-transition: .3s all;
	transition: .3s all;
	border: 1px solid #e57351;
	width: 100%;
	max-width: 190px;
	margin: 6px 13px
}

.btn-category.active {
	display: none
}

.btn-category:hover,
.btn-category:active {
	background: #004d7a;
	border-color: #004d7a
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 12px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	border-width: 1px
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-left: 20px
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
	background: 0 0;
	box-shadow: none
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	right: 20px
}

.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #dedede;
	transition: .3s all
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
	margin-right: 26px
}

.dgwt-wcas-search-input:focus {
	border-color: #e57351 !important
}

.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit:hover svg path {
	fill: #e57351
}

.lmp_load_more_button {
	margin-top: 0px
}

.lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
	border-color: #e57351 !important
}

.lmp_load_more_button.br_lmp_button_settings .lmp_button:active {
	border-color: #d05732 !important;
	background-color: #d05732 !important;
	color: #fff
}

.dgwt-wcas-search-icon {
	display: inline-block
}

.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler,
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	max-width: 100%;
	text-align: right
}

.switch-wrapper {
	display: flex;
	align-items: center;
	gap: 12px
}

.switch-wrapper p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #616161
}

.switch-wrapper .switch {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 28px
}

.switch-wrapper .switch input {
	opacity: 0;
	width: 0;
	height: 0
}

.switch-wrapper .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s
}

.switch-wrapper .slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 2px;
	bottom: 2px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

.switch-wrapper input:checked+.slider {
	background-color: #e57351
}

.switch-wrapper input:focus+.slider {
	box-shadow: 0 0 1px #e57351
}

.switch-wrapper input:checked+.slider:before {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px)
}

.switch-wrapper .slider.round {
	border-radius: 34px
}

.switch-wrapper .slider.round:before {
	border-radius: 50%
}

.catalog__content {
	width: calc(100% - 245px);
}

@media(max-width: 1440px) {
	.catalog__content {
		width: calc(100% - 262px);
	}
}
@media(max-width: 991px) {
	.catalog__content {
		width: 100%;
	}
}
.catalog #wpfSliderRange {
	display: none
}

.catalog .wpfMainWrapper {
	display: flex;
	align-items: center;
	gap: 20px
}

.catalog .WpfWoofiltersWidget .wpfMainWrapper {
	display: flex;
/*	padding: 15px;*/
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 30px
}

.catalog__content .product .clickBuyButton {
	display: none
}

.catalog .wpfFilterWrapper i,
.wpfFilterWrapper svg {
	display: none
}

.catalog .wpfFilterWrapper .wpfPriceInputs {
	margin-top: 0
}

.catalog .wpfFilterWrapper .wfpTitle {
	height: auto
}

.catalog .wpfFilterWrapper .wpfCheckbox label:before {
	background-color: #EBEBEB!important;
	background-image: url(/img/icons/Toggler.svg)!important;
	background-position: 3px center!important;
	background-repeat: no-repeat!important;
	border-radius: 24px !important;
	border: none!important;
	transition: .3s all
}

.catalog .wpfFilterWrapper .wpfCheckbox input[type=checkbox]:checked+label:before {
	background-image: url(/img/icons/Toggler.svg)!important;
	background-position: 26px center!important;
	background-color: #E57351!important;
	background-size: auto!important;
	background-repeat: no-repeat !important;
	border: none !important
}

.catalog .wpfFilterWrapper .wpfFilterTaxNameWrapper {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #616161
}

.catalog .wpfFilterWrapper .wpfCheckbox label {
	width: 52px !important;
	height: 28px !important
}

.catalog__products .wpfHidden {
	display: block !important
}

.catalog .wpfFilterTitle {
	min-height: auto
}

.catalog .wpfPriceRangeField#wpfMinPrice,
.catalog .wpfPriceRangeField#wpfMaxPrice {
	height: 28px;
	background: #fff !important;
	border: 1px solid #DEDEDE!important;
	border-radius: 4px!important;
	font-weight: 400!important;
	font-size: 12px!important;
	line-height: 110%!important;
	color: #6A6A6A!important;
	font-family: 'Onest'!important;
	min-width: 57px;
	text-align: center!important
}

.catalog .wpfFilterWrapper[data-filter-type] {
	padding: 0;
	margin: 0;
	min-width: auto
}

.catalog .ms-options-wrap>.ms-options>ul label {
	user-select: none;
	position: relative;
	cursor: pointer
}
.ms-options-wrap>.ms-options {
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 20px;
	background: #fff;
	z-index: 2000;
	border: 1px solid #aaa;
}
.catalog .ms-options-wrap>.ms-options>ul input[type="checkbox"] {
	appearance: none !important;
	height: 20px !important;
	width: 20px !important;
	min-width: 20px;
	border: none;
	margin-right: 8px;
/*	margin-right: 5px;*/
	position: absolute;
	left: 3px;
	top: 7px;
}

.catalog .ms-options-wrap>.ms-options>ul input[type="checkbox"]:before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px
}

.catalog .ms-options-wrap>.ms-options>ul input[type="checkbox"]:checked:before {
	content: '';
	background: #e57351 url(/img/icons/tick.svg) center no-repeat;
	border-color: #e57351
}

.woocommerce-result-count {
	display: none
}

.catalog .ms-options-wrap>.ms-options {
	border: 1px solid #dedede;
	box-shadow: 0px 2px 7px -2px rgba(138, 138, 138, .15);
	border-radius: 4px;
	padding: 12px;
	margin-top: 0;
	width: 196px
}

.ms-options-wrap>.ms-options>ul li.selected label,
.ms-options-wrap>.ms-options>ul label:hover {
	background: 0 0 !important
}

.wpfPriceInputs .wpfCurrencySymbol {
	display: none
}

.catalog .ms-options-wrap>.ms-options::-webkit-scrollbar {
	width: 4px
}

.catalog .ms-options-wrap>.ms-options::-webkit-scrollbar-track {
	background: #eee
}

.catalog .ms-options-wrap>.ms-options::-webkit-scrollbar-thumb {
	background-color: #004d7a;
	border-radius: 20px;
	border: 0
}

.catalog .ms-options-wrap button {
	width: 100%;
	text-align: left;
	position: relative;
	font-family: 'Onest'!important;
	font-style: normal;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #616161 !important;
	border: none !important;
	padding: 0 !important;
	overflow: hidden;
	margin-top: 0
}

.catalog .ms-options-wrap button:after {
	content: '';
	background: url(/img/icons/arrow-filter.svg) center no-repeat;
	background-size: cover;
	height: 16px;
	width: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
	border: none;
	margin-top: 0
}

.catalog .wpfFilterWrapper[data-filter-type=wpfFeatured] {
	max-width: 232px;
	flex-shrink: 0;
	padding: 0
}

.catalog .wpfFilterWrapper[data-filter-type=wpfInStock] {
	max-width: 142px
}

.catalog .wpfFilterWrapper[data-slug=razmer] {
	max-width: 88px
}

.catalog .wpfFilterWrapper[data-slug=tsvet] {
	max-width: 60px
}

.catalog .wpfFilterWrapper[data-slug=color] {
	max-width: 126px
}

.catalog .wpfFilterWrapper[data-filter-type=wpfPrice] {
	display: flex;
	align-items: center;
	gap: 9px;
	max-width: 190px
}

.catalog .wpfFilterDelimeter {
	font-weight: 400
}

.catalog .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent {
	width: 140px;
	padding: 0
}

.catalog__products .products .product {
	margin: 0
}

.catalog .wpfFilterVerScroll {
	padding-bottom: 0
}

.catalog .wpfFilterWrapper[data-filter-type=wpfSortBy] {
	max-width: 205px
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	border: 1px solid #f3f3f3;
	background-color: #fff;
	box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, .15);
	border-radius: 5px;
	padding: 12px;
	max-width: 1440px;
	margin: 0 auto;
	margin-bottom: 20px
}

.woocommerce-message a {
	font-weight: 700;
	color: #e57351
}

.catalog .wpfFilterButton.wpfButton,
.catalog .wpfClearButton.wpfButton {
	display: inline-block;
	padding: 14px 23px;
	background: #e57351;
	background-blend-mode: darken;
	text-transform: none;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	-webkit-transition: .3s all;
	transition: .3s all;
	border: 1px solid #e57351;
	width: 100%;
	max-width: 210px
}

.catalog .wpfFilterButton.wpfButton:hover,
.catalog .wpfClearButton.wpfButton:hover {
	background: #004d7a;
	border-color: #004d7a
}

.catalog .wpfFilterButton.wpfButton:active,
.catalog .wpfFilterButton.wpfButton:active {
	background: #003859;
	border-color: #003859;
	color: #fff
}
.dgwt-wcas-suggestions-wrapp {
	position: absolute;
	top: 100%;
	left: 10px;
	right: 10px;
	max-height: 40vh;
	z-index: 10000000;
	display: none;
/*
	border: 1px solid #E57351;
	border-top: none;
	border-radius: 0 0 24px 24px;
*/
}
.dgwt-wcas-suggestions-wrapp.active {
	display: block;
}
@media (max-width:1300px) {
	.catalog .wpfMainWrapper {
		flex-wrap: wrap;
		justify-content: flex-start
	}
}

@media (max-width:991px) {
	.catalog .wpfMainWrapper {
		justify-content: center
	}
	.products .woocommerce-loop-product__title {
		height: auto
	}
}

@media (max-width:520px) {
	.catalog .wpfMainWrapper {
		gap: 10px
	}
}

.cart__content {
	position: relative;
	padding-top: 24px
}

.cart-wrapper table.woocommerce-cart-form__contents {
	width: 100%
}

.woocommerce-cart-form {
	width: 100%
}

.woocommerce-cart-form__cart-item .product-thumbnail {
	width: 197px
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
	width: 100%;
	object-fit: cover;
	height: auto;
/*	max-width: 100px;*/
}

.cart-wrapper .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 35px;
	margin-bottom: 96px;
	position: relative
}

.woocommerce-cart-form__cart-item .product-name {
	padding-left: 24px;
	padding-right: 24px;
/*	min-width: 200px;*/
}

.woocommerce-cart-form__cart-item .product-name a {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #414141
}

.woocommerce-cart-form__cart-item .product-subtotal {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #414141;
	padding-right: 24px;
	padding-left: 24px;
	min-width: 200px;
}

.woocommerce-cart-form__cart-item .product-remove {
	width: 78px
}

.woocommerce-cart-form__cart-item .product-remove a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #adadad;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px
}

.product-update .actions {
	padding-top: 24px
}

.cart-collaterals {
	width: 336px;
	flex-shrink: 0;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 12px;
	padding: 24px
}

.wc-proceed-to-checkout .checkout-button {
	width: 100%
}

.checkout-button,
.woocommerce-cart-form .button {
	background: #e57351;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	max-width: 288px;
	padding: 12px;
	text-align: center
}

.checkout-button:hover,
.woocommerce-cart-form .button:hover {
	background: #004d7a
}

.checkout-button:active,
.woocommerce-cart-form .button:active {
	background: #003859
}

.woocommerce-cart-form .button:disabled {
	background: #f0f0f0;
	color: #adadad
}

.woocommerce-cart-form .button {
	padding: 11px 55px
}

.clear-cart {
	position: absolute;
	top: -64px;
	right: 15px
}

.clear-cart-button {
	background: 0 0;
	border: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .02em;
	color: #adadad;
	display: flex;
	justify-content: center;
	gap: 12px;
	align-items: center
}

.clear-cart-button:hover {
	color: #e57351
}

.clear-cart-button:hover path {
	fill: #e57351
}

.cart_totals-head {
	padding-bottom: 24px;
	border-bottom: 1px solid #d9d9d9
}

.cart_totals-head h2 {
	margin-bottom: 8px;
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 130%;
	color: #414141
}

.cart-numbers {
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	color: #5a5a5a
}

.cart-collaterals .shop_table {
	margin-top: 24px;
	margin-bottom: 24px;
	width: 100%
}

.order-total th {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #414141;
	text-align: left
}

.order-total td {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: right
}

.cart-featured {
	max-width: 1616px;
	margin: 0 auto;
	background: #dceffa;
	border-radius: 24px;
	padding: 80px 0;
	margin-bottom: 96px
}

.cart-featured__head {
	margin-bottom: 32px
}

.cart-featured .arrow__prev,
.cart-featured .arrow__next {
	top: calc(50% - 48px);
	border-color: #dedede
}

.cart-featured .arrow__prev {
	left: -70px
}

.cart-featured .arrow__next {
	right: -70px
}

.return-to-shop {
	max-width: 1470px;
	margin: 0 auto 40px;
	padding: 0 15px
}

.return-to-shop .button,
.pageCheckout__order .button {
	display: inline-block;
	padding: 14px 23px;
	background: #e57351;
	background-blend-mode: darken;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	-webkit-transition: .3s all;
	transition: .3s all;
	border: 1px solid #e57351
}

.return-to-shop .button:hover,
.pageCheckout__order .button:hover {
	background: #004d7a;
	border-color: #004d7a
}

.return-to-shop .button:active,
.pageCheckout__order .button:active {
	background: #003859;
	border-color: #003859;
	color: #fff
}

#billing_country_field {
	display: none
}

.pageCheckout input[type=text],
.pageCheckout input[type=email],
.pageCheckout textarea,
.pageCheckout input[type=tel] {
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #a0a0a0;
	transition: .3s all;
	max-width: 320px;
	width: 100%
}

.pageCheckout textarea {
	max-width: 100%;
	resize: none;
	height: 88px
}

.pageCheckout input[type=text]:hover,
.pageCheckout input[type=email]:hover,
.pageCheckout textarea:hover,
.pageCheckout input[type=tel]:hover {
	border: 1px solid #004d7a
}

.pageCheckout input[type=text]:focus,
.pageCheckout input[type=email]:focus,
.pageCheckout textarea:focus,
.pageCheckout input[type=tel]:focus {
	border: 1px solid #27ae60
}

.form-row.woocommerce-validated input.input-text {
	box-shadow: none
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: none;
	border: 1px solid #eb5757
}

.pageCheckout label {
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	color: #414141;
	display: block
}

.pageCheckout h3,
.form-row legend,
.woocommerce-shipping-totals th {
	font-family: 'Actay Wide';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #414141;
	margin-bottom: 24px
}

.wc_payment_methods {
	display: none
}

.woocommerce form .form-row .required {
	visibility: hidden
}

.pageCheckout__wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 32px
}

#customer_details {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 12px;
	padding: 30px;
	max-width: 1085px
}

.pageCheckout .cart__header .title {
	margin-bottom: 24px
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	justify-content: flex-start;
	gap: 24px;
	flex-wrap: wrap
}

.woocommerce-billing-fields__field-wrapper label {
	margin-bottom: 14px
}

.form-row-first {
	width: 320px
}

.form-row-wide {
	width: 100%
}

.pageCheckout__content {
	margin-bottom: 96px
}

.pageCheckout__content .container {
	position: relative
}

.woocommerce-privacy-policy-text p {
	font-weight: 300;
	font-size: 10px;
	line-height: 160%;
	text-align: center;
	color: #adadad
}

.woocommerce-privacy-policy-text a {
	color: #adadad
}

#billing_where_field {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 32px
}

#billing_where_field label {
	user-select: none;
	position: relative;
	cursor: pointer;
	margin-bottom: 0
}

#billing_where_field input[type=radio] {
	appearance: none;
	height: 24px;
	width: 24px;
	min-width: 24px;
	border-radius: 50%;
	border: none;
	margin-right: 8px;
	vertical-align: text-bottom
}

#billing_where_field input[type=radio]:before {
	content: '';
	display: inline-block;
	margin-right: 12px;
	height: 24px;
	width: 24px;
	min-width: 24px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer
}

#billing_where_field input[type=radio]:checked:before {
	content: '';
	background: #e57351 url(/img/icons/bg-radio.svg) center no-repeat;
	border-color: #e57351
}

.pageCheckout__order {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 12px;
	padding: 24px;
	max-width: 336px;
	width: 100%
}

#shipping_method input[type=radio] {
	display: none
}

#shipping_method label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #5a5a5a
}

#shipping_method label:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: -1px;
	border: 1px solid #adadad;
	border-radius: 50%
}

#shipping_method input[type=radio]:checked+label:before {
	background: #e57351 url(/img/icons/bg-radio.svg) center no-repeat;
	border-color: #e57351;
	background-size: cover
}

.pageCheckout__shipping {
	width: 100%;
	display: block;
	margin-top: 24px;
	border-spacing: 0
}

.woocommerce-shipping-totals {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.woocommerce-shipping-methods {
	display: flex;
	justify-content: flex-start;
	gap: 32px;
	flex-wrap: wrap
}

.woocommerce-checkout-review-order-table {
	position: static !important;
	width: 100%;
	padding: 24px 0;
	border-top: 1px solid #d9d9d9
}

.woocommerce-checkout-payment .place-order {
	display: flex;
	flex-direction: column-reverse;
	gap: 16px
}

.woocommerce-checkout-review-order h3 {
	margin-bottom: 8px;
	font-size: 32px;
	line-height: 130%
}

.woocommerce-checkout-review-order .cart-numbers {
	margin-bottom: 24px
}

.added_to_cart {
	display: none !important
}

.contacts-home .container {
	display: block;
}
.contacts-home .pageFaq__info {
	margin-bottom: 0
}

.contacts-home-content {
	display: flex;
	justify-content: center;
	gap: 85px
}

.contacts-home-adress {
	max-width: 406px
}

.contacts-home-adress h2 {
	margin-bottom: 20px
}

.contacts-home-adress p,
.contacts-home-adress a {
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	display: flex;
	align-items: center;
	color: #414141;
	margin-bottom: 10px
}

.contacts-home-social {
	display: flex;
	justify-content: flex-start;
	gap: 12px
}

.contacts-home-social a {
	margin-bottom: 0
}

.contacts-home-faq {
	width: 100%
}

.products .product .stock.in-stock {
	display: none
}

@media (max-width:1600px) {
	.catalog .container {
		gap: 25px
	}
	.catalog__products .products .product {
		max-width: 32%
	}
	.catalog__products .products {
		gap: 32px 2%
	}
}

@media (max-width:1440px) {
	.cart-featured {
		padding: 80px 0 96px
	}
	.cart-featured .arrow__prev {
		left: calc(50% - 60px);
		bottom: -70px;
		top: auto
	}
	.cart-featured .arrow__next {
		right: calc(50% - 60px);
		bottom: -70px;
		top: auto
	}
	.catalog__menu {
		max-width: 237px
	}
	.catalog__menu a {
		font-size: 16px
	}
	.contacts-home-content {
		gap: 30px
	}
}

@media (max-width:1200px) {
	.cart_totals-head h2 {
		font-size: 26px
	}
	.cart-wrapper .container {
		flex-direction: column;
		justify-content: center
	}
	.clear-cart {
		top: -54px
	}
	.form-row-first {
		width: 100%
	}
	.pageCheckout input[type=text],
	.pageCheckout input[type=email],
	.pageCheckout textarea,
	.pageCheckout input[type=tel] {
		max-width: 100%
	}
	.woocommerce-checkout-review-order h3 {
		font-size: 26px
	}
	.catalog__products .products .product {
		max-width: 49%
	}
}

@media (max-width:991px) {
	.pageCheckout__wrap {
		flex-direction: column
	}
	.contacts-home-content {
		flex-direction: column;
	}
	.contacts-home-adress {
		max-width: 100%;
		order: 3;
	}
}

@media (max-width:767px) {
	.woocommerce-cart-form__cart-item .product-subtotal {
		font-size: 18px;
		padding-left: 14px;
		padding-right: 14px
	}
	.clear-cart {
		top: -49px
	}
	.clear-cart-button {
		font-size: 16px
	}
	.woocommerce-cart-form__cart-item .product-name {
		padding-left: 14px;
		padding-right: 14px
	}
	.woocommerce-cart-form__cart-item .product-name a {
		font-size: 16px;
		line-height: 20px
	}
	.cart-featured {
		padding-top: 40px
	}
	.pageCheckout h3,
	.form-row legend,
	.woocommerce-shipping-totals th {
		font-size: 20px
	}
	#customer_details {
		padding: 24px
	}
}

@media (max-width:520px) {
	.woocommerce-cart-form__cart-item .product-remove a span {
		display: none
	}
	.woocommerce-cart-form__cart-item .product-remove {
		text-align: right
	}
	.woocommerce-cart-form__cart-item .product-remove a {
		justify-content: flex-end
	}
	table.shop_table_responsive tr td {
		display: block;
		text-align: center
	}
	.woocommerce-cart-form__cart-item .product-thumbnail {
		margin: 0 auto
	}
	.woocommerce-cart-form__cart-item .product-name {
		padding: 0;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 15px
	}
	.woocommerce-cart-form__cart-item .form-group--number {
		margin: 0 auto
	}
	.woocommerce-cart-form__cart-item .product-subtotal {
		padding: 0;
		padding-bottom: 15px;
		padding-top: 15px
	}
	.woocommerce-cart-form__cart-item .product-remove {
		width: 100%;
		text-align: center
	}
	.woocommerce-cart-form__cart-item .product-remove a {
		justify-content: center
	}
	.cart-collaterals {
		width: 100%
	}
	.order-total td {
		font-size: 20px;
		line-height: 26px
	}
	.clear-cart {
		top: -48px
	}
	.woocommerce-cart-form__cart-item .product-thumbnail {
		width: 100%;
		max-width: 300px
	}
	.woocommerce-cart-form__cart-item {
		display: block;
		margin-bottom: 20px
	}
	.pageCheckout__order {
		max-width: 100%
	}
	.pageCheckout__content {
		margin-bottom: 46px
	}
	.catalog__products .products .product {
		max-width: 100%
	}
}

.tinv-wishlist .product-action .button>i {
	display: none !important
}

.tinv-wishlist .product-action .button .tinvwl-txt {
	display: block !important
}

body {
	overflow-anchor: none!important
}

.lmp_products_loading,
.lmp_load_more_button {
	width: 100%;
	text-align: center;
	clear: both
}

.lmp_products_loading .fa {
	width: 56px;
	height: 56px;
	font-size: 28px;
	line-height: 56px
}

.lmp_products_loading .fa img {
	max-width: 100%;
	max-height: 100%
}

.br_loading_inside_lmp img.lmp_rotate,
.br_loading_inside_lmp .fa.lmp_rotate:before,
.lmp_products_loading .lmp_rotate,
.lmp_products_loading .fa.lmp_rotate:before,
.lmp_products_loading .lmp_rotate img {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.lmp_load_more_button .lmp_button {
	position: relative;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	line-height: 1em;
	box-sizing: border-box
}

.lmp_load_more_button .lmp_button img {
	max-width: 100%;
	max-height: 100%
}

.berocket_lmp_hidden {
	display: none!important
}

.lmp_load_more_button .lmp_button .br_lmp_hover_image {
	display: none
}

.lmp_load_more_button .lmp_button:hover .br_lmp_button_image {
	display: none
}

.lmp_load_more_button .lmp_button:hover .br_lmp_hover_image {
	display: initial
}

.lmp_load_more_button .lmp_button .br_lmp_loading_image {
	display: none
}

.berocket_lmp_ajax_loading .lmp_load_more_button .lmp_button .br_lmp_button_image {
	display: none
}

.berocket_lmp_ajax_loading .lmp_load_more_button .lmp_button .br_lmp_hover_image {
	display: none
}

.berocket_lmp_ajax_loading .lmp_load_more_button .lmp_button .br_lmp_loading_image {
	display: initial
}

.lmp_load_more_button .lmp_button .br_lmp_button_image {
	display: initial
}

.lmp_load_more_button .lmp_button .br_loading_inside_image_lmp {
	position: absolute
}

.berocket_load_more_preload {
	position: fixed;
	opacity: 1;
	top: 150%
}
 .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
	background-color: #e57351!important;
	color: #ffffff!important;
}

.lmp_load_more_button.br_lmp_prev_settings .lmp_button:hover {
	background-color: #9999ff!important;
	color: #111111!important;
}

li.product.lazy, .berocket_lgv_additional_data.lazy {
	opacity: 0;
}
.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler {
	max-width: 20px
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	background-color: #fff;
	color: #E57351;
	border-color: #E57351;
}
.dgwt-wcas-search-input::-webkit-input-placeholder {color:rgba(229,115,81,0.45);}
.dgwt-wcas-search-input::-moz-placeholder          {color:rgba(229,115,81,0.45);}
.dgwt-wcas-search-input:-moz-placeholder           {color:rgba(229,115,81,0.45);}
.dgwt-wcas-search-input:-ms-input-placeholder      {color:rgba(229,115,81,0.45);}
.dgwt-wcas-search-input::placeholder      {color:rgba(229,115,81,0.45);}

.dgwt-wcas-no-submit.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier path,.dgwt-wcas-search-wrapp .dgwt-wcas-close path {
	fill: #e57351
}

.dgwt-wcas-loader-circular-path {
	stroke: #e57351
}

.dgwt-wcas-preloader {
	opacity: .6
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover::before,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus::before {
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,.dgwt-wcas-om-bar .dgwt-wcas-om-return {
	color: #dedede
}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path,.dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
	fill: #dedede
}

.dgwt-wcas-search-icon {
	color: #414141
}

.dgwt-wcas-search-icon path {
	fill: #414141
}
#billing_comments_field abbr {
	display: none !important;
}

#billing_city_2_field abbr {
	display: none !important;
}

#billing_where_field abbr {
	display: none !important;
}

#billing_last_name_field abbr {
	display: none !important;
}

#billing_company_field abbr {
	display: none !important;
}

#billing_address_2_field abbr {
	display: none !important;
}
.wpfFilterWrapper label {
	font-weight: 400
}

.wpfPriceRangeField#wpfMinPrice,
.wpfPriceRangeField#wpfMaxPrice {
	background-color: #f9f9f9;
	border: 1px solid #6e6666;
	color: #000;
	font-family: myFont;
	font: normal 14px Arial, Helvetica, sans-serif;
	border-radius: 5px;
	height: 26px;
	padding: 5px;
	-moz-appearance: textfield
}

.wpfFilterWrapper .wfpTitle {
	font-size: 16px;
	font-weight: 700;
	height: 25px;
	margin: inherit;
	padding: inherit;
	color: inherit;
	line-height: inherit
}

.wpfFilterWrapper .wfpDescription {
	font-size: 14px
}
/*

.wpfFilterButtons {
	min-width: 150px
}
*/

.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
	padding: 5px;
	align-items: center;
	min-height: 52px;
	border-radius: 4px;
	font-size: 17px;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s;
	white-space: normal;
	cursor: pointer;
	border: none;
	font-weight: 700;
	outline: none
}

.wpfFilterVerScroll::-webkit-scrollbar-track {
	border: 1px solid #000;
	padding: 2px 0;
	background-color: #404040
}

.wpfFilterVerScroll::-webkit-scrollbar {
	width: 10px
}

.wpfFilterVerScroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #737272;
	border: 1px solid #000
}

.wpfFilterWrapper[data-filter-type=wpfCategory] .wpfFilterContent .wpfCheckboxHier input,
.wpfFilterWrapper[data-filter-type=wpfRating] .wpfFilterContent .wpfCheckboxHier input,
.wpfFilterWrapper[data-filter-type=wpfPriceRange] .wpfFilterContent .wpfCheckboxHier input[type=checkbox] {
	width: 1.3em;
	height: 1.3em;
	background-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer
}

.wpfFilterWrapper[data-filter-type=wpfCategory] .wpfFilterContent .wpfCheckboxHier .ms-options input {
	border-radius: 0
}

.wpfFilterWrapper[data-filter-type=wpfCategory] .wpfCheckboxHier input:checked,
.wpfFilterWrapper[data-filter-type=wpfRating] .wpfCheckboxHier input:checked,
.wpfFilterWrapper[data-filter-type=wpfPriceRange] .wpfCheckboxHier input:checked {
	background-color: gray
}

.wpfFilterWrapper input[type=number]::-webkit-inner-spin-button,
.wpfFilterWrapper input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0
}

.wpfFilterDelimeter {
	font-weight: 700
}

.wpfFilterWrapper[data-display-type=mul_dropdown] select {
	height: 100px
}

.wpfSearchWrapper .wpfSearchFieldsFilter {
	height: 30px
}

.wpfMainWrapper .wpfCount {
	font-size: .9em
}

.wpfMainWrapper .wpfBlockClear {
	color: #0074a2;
	text-decoration: none
}

.wpfMainWrapper .wpfBlockClear:before {
	content: '\f104';
	font-family: FontAwesome;
	margin: 0 5px;
	text-decoration: none
}

.wpfFilterWrapper input[type=checkbox],
.wpfFilterWrapper input[type=radio] {
	border: 1px solid #b4b9be;
	background: #fff;
	color: #555;
	height: 18px !important;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 18px !important;
	min-width: 18px;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	transition: .05s border-color ease-in-out
}

.wpfFilterWrapper input[type=checkbox] {
	border-radius: 0
}

.select-filter-title {
	font-family: 'Onest'!important;
	font-style: normal;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #414141 !important;
	border: none !important;
	padding: 0 !important;
	overflow: hidden;
	margin-top: 0;
	position: relative;
	cursor: pointer;
}
.select-filter-title::after {
	content: '';
	background: url(/img/icons/arrow-filter.svg) center no-repeat;
	background-size: cover;
	height: 16px;
	width: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
	border: none;
	margin-top: 0;
}
.filter-wrap {
/*	display: flex;*/
	padding: 15px;
/*
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
*/
	margin-top: 30px;
/*	gap: 20px;*/
}
.ms-options {
/*	border: 1px solid #dedede;*/
/*	box-shadow: 0px 2px 7px -2px rgba(138,138,138,.15);*/
/*	border-radius: 4px;*/
/*	padding: 12px;*/
	margin-top: 0;
/*	width: 196px;*/

	background: #fff;
	display: none;
/*	z-index: 100;*/
}
.ms-options::-webkit-scrollbar {
  width: 3px;
}
.ms-options::-webkit-scrollbar-track {
  background: #cecece;
}
.ms-options::-webkit-scrollbar-thumb {
  background-color: #004d7a;
  border-radius: 20px;
  border: 3px solid #004d7a;
}
.ms-options.active {
	display: block;
}
.ms-options input {
	display: none;
}
.ms-options input:checked + span {
	background: #e57351 url(/img/icons/tick.svg) center no-repeat;
	border-color: #e57351;
	background-size: contain;
}
.ms-options label span {
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #414141;
	border-radius: 3px;
	left: 0;
	top: 0px;
}
.wpfFilterWrapper .wpfCheckbox label {
	width: 16px !important;
	height: 16px !important
}

.wpfFilterWrapper .wpfCheckbox label:before {
	display: table-cell !important;
	position: absolute !important;
	text-align: center !important;
	vertical-align: middle !important;
	transform: inherit !important;
	left: 0 !important;
	top: 0 !important;
	margin: 0 !important;
	height: 100% !important;
	width: 100% !important;
	font-size: 8px !important;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	color: #444 !important
}

.wpfFilterWrapper .wpfCheckbox label:after {
	height: 3.5px !important;
	width: 6.8px !important;
	left: 50% !important;
	top: 4px !important;
	transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important
}

.wpfFilterWrapper .wpfCheckbox input[type=checkbox] {
	opacity: 0;
	display: none !important
}

.wpfFilterWrapper .wpfCheckbox label {
	position: relative !important;
	display: inline-block !important;
	margin-bottom: 0
}

.wpfFilterWrapper .wpfCheckbox label:before,
.wpfFilterWrapper .wpfCheckbox label:after {
	position: absolute !important;
	content: "" !important;
	display: inline-block !important
}

.wpfFilterWrapper .wpfCheckbox input[type=checkbox]+label:after {
	content: none !important
}

.wpfFilterWrapper .wpfCheckbox input[type=checkbox]:checked+label:before {
	background: url(/img/tick.png) !important;
	background-size: 100% 100% !important
}

.wpfFilterWrapper .wpfCheckbox input[type=checkbox]:focus+label:before {
	outline: #3b99fc auto 5px !important
}

.wpfFilterWrapper[data-filter-type=wpfPriceRange] .wpfCheckbox input:checked {
	background: url(/img/tick.png) !important;
	background-size: 100% 100% !important
}

.wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
	border-radius: 50% !important;
	width: 16px;
	height: 16px
}

.wpfFilterWrapper[data-filter-type=wpfCategory] .wpfMulti label:before {
	border-radius: 0 !important
}

.wpfFilterWrapper[data-filter-type=wpfCategory] .wpfCheckbox input[type=checkbox]:checked+label:after {
	margin-left: 1px
}

.wpfFilterWrapper .wpfFilterTaxNameWrapper {
	color: inherit;
	font-size: inherit;
	margin: inherit;
	padding: inherit;
	line-height: inherit;
	font-weight: inherit
}
body {
	overflow-anchor: none !important
}

.lmp_products_loading,
.lmp_load_more_button {
	width: 100%;
	text-align: center;
	clear: both
}

.lmp_products_loading .fa {
	width: 56px;
	height: 56px;
	font-size: 28px;
	line-height: 56px
}

.lmp_products_loading .fa img {
	max-width: 100%;
	max-height: 100%
}

.br_loading_inside_lmp img.lmp_rotate,
.br_loading_inside_lmp .fa.lmp_rotate:before,
.lmp_products_loading .lmp_rotate,
.lmp_products_loading .fa.lmp_rotate:before,
.lmp_products_loading .lmp_rotate img {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.lmp_load_more_button .lmp_button {
	position: relative;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	line-height: 1em;
	box-sizing: border-box
}

.lmp_load_more_button .lmp_button img {
	max-width: 100%;
	max-height: 100%
}

.berocket_lmp_hidden {
	display: none!important
}

.lmp_load_more_button .lmp_button .br_lmp_hover_image {
	display: none
}

.lmp_load_more_button .lmp_button:hover .br_lmp_button_image {
	display: none
}

.lmp_load_more_button .lmp_button:hover .br_lmp_hover_image {
	display: initial
}

.lmp_load_more_button .lmp_button .br_lmp_loading_image {
	display: none
}

.berocket_lmp_ajax_loading .lmp_load_more_button .lmp_button .br_lmp_button_image {
	display: none
}

.berocket_lmp_ajax_loading .lmp_load_more_button .lmp_button .br_lmp_hover_image {
	display: none
}

.berocket_lmp_ajax_loading .lmp_load_more_button .lmp_button .br_lmp_loading_image {
	display: initial
}

.lmp_load_more_button .lmp_button .br_lmp_button_image {
	display: initial
}

.lmp_load_more_button .lmp_button .br_loading_inside_image_lmp {
	position: absolute
}

.berocket_load_more_preload {
	position: fixed;
	opacity: 1;
	top: 150%
}

html {
	-webkit-font-smoothing: antialiased
}

.tooltipster-default {
	border: none;
	background: #fff;
	color: #a4aaac;
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .5)
}

.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden
}

.tooltipster-icon {
	cursor: help;
	margin-left: 4px
}

.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible
}

.tooltipster-base .tooltipster-content {
	overflow: hidden
}

.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -8px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -8px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -8px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -8px
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
	left: 6px
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
	right: 6px
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -8px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -8px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity
}

.tooltipster-fade-show {
	opacity: 1
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform
}

.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0
}

.tooltipster-content-changing {
	opacity: .5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

/*
.wpfFilterWrapper label {
	margin: 0
}
*/

.wpfHidden {
	display: none!important
}

.wpfClear {
	clear: both
}

.wpfVisibilityHidden {
	visibility: hidden
}

.wpfFilterWrapper {
	box-sizing: border-box
}
/*

.wpfFilterTitle {
	margin-bottom: 5px
}
*/

.wpfFilterWrapper .ui-slider-horizontal {
	height: .6em;
	margin-top: 5px;
	width: 100%
}

.wpfFilterWrapper .ui-slider-range {
	padding: 0 !important
}

.wpfFilterWrapper .wpfPriceInputs {
	margin-top: 10px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wpfFilterDelimeter {
	margin-left: 10px;
	margin-right: 10px
}

.wpfFilterWrapper .wpfCurrencySymbol+div+input,
.wpfFilterWrapper input+.wpfCurrencySymbol {
	margin-left: 10px
}

.wpfPriceInputs .wpfCurrencySymbol {
	margin-right: 3px
}

.wpfFilterWrapper .ui-widget-header {
	background: #3fe331
}

.wpfPriceRangeField#wpfMinPrice,
.wpfPriceRangeField#wpfMaxPrice {
	width: 35%;
	min-width: 16%;
	display: inline-block
}

.wpfSearchResultsBlock {
	position: relative;
	display: block;
	clear: both
}

.wpfFilterWrapper {
	padding: 5px;
	min-width: 150px;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 100%
}

.wpfFilterWrapper[data-filter-type] {
	padding: 5px
}

.wpfFilterWrapper[data-display-type=switch],
.wpfFilterWrapper[data-display-type=switch]+.wpfFilterWrapper {
	margin-top: 0
}

.wpfPriceFilterRange {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 100%
}

.wpfFilterWrapper .wfpTitle {
	display: inline-block
}

.wpfFilterWrapper .wfpDescription {
	padding-bottom: 5px
}

.wpfCheckbox {
	vertical-align: middle;
	display: inline-block
}

.wpfCheckbox input {
	cursor: pointer;
	display: block
}

.wpfCheckboxHier ul {
	text-align: left;
	list-style: none
}

.wpfCheckboxHier>ul {
	margin-left: 0;
	margin-bottom: 0
}

.wpfValue {
	padding-left: 5px !important
}

.wpfFilterWrapper[data-filter-type=wpfPriceRange] .wpfValue {
	padding-left: 10px !important
}

.wpfFilterTaxImgWrapper {
	display: inline-block;
	vertical-align: text-bottom
}

.wpfFilterTaxNameWrapper {
	display: inline
}

.rtl .wpfValue {
	padding-left: 0 !important;
	padding-right: 5px !important
}

.wpfFilterButtons {
	clear: both
}

.wpfFilterButtons .wpfButton {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px
}

.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
	width: 47%
}

.wpfPreview {
	margin: 0 auto;
	width: 70px
}

.wpfFilterVerScroll li {
	display: block;
	width: 100%
}

.wpfFilterVerScroll {
	overflow-y: auto
}

.wpfFilterVerScroll li label {
	display: block;
	vertical-align: baseline
}

.wpfFilterWrapper select {
	width: 100%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available
}

.woocommerce-ordering {
	display: none
}

.wpfSearchWrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.wpfSearchWrapper .wpfSearchFieldsFilter {
	width: 100%;
	margin: 5px 0
}

.wpfSlugWrapper {
	display: block;
	padding: 10px 0;
	clear: both
}

.wpfSlugTitle {
	display: inline-block
}

.wpfSlugDelete {
	display: inline-block;
	cursor: pointer
}

.wpfSlug {
	display: inline-block;
	padding: 5px 15px;
	margin: 5px;
	background-color: #eae1e1;
	border-radius: 33px
}

.wpfSlugTitle {
	padding-right: 5px
}

#wpfOverlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 10000;
	cursor: pointer
}

#wpfOverlayText {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: #fff;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

#wpfOverlay .wpfPreview {
	display: inline-block;
	margin: 20px;
	vertical-align: middle
}

.wpfFilterWrapper i,
.wpfFilterWrapper svg {
	display: inline-block;
	float: right
}

.wpfMainWrapper .wpfCount {
	font-size: smaller;
	padding-left: 9px
}

.wpfMainWrapper .wpfBlockClear {
	display: none;
	cursor: pointer;
	font-size: smaller;
	text-decoration: underline
}

.wpfPriceTooltipShowAsText {
	padding: 0 !important;
	margin: 0 !important;
	min-width: auto !important;
	font-size: inherit !important;
	color: inherit !important;
	background: 0 0 !important;
	border: none !important;
	box-shadow: none !important;
	text-align: center !important;
	outline: 0 !important
}

.wpfVisibleBufferMin,
.wpfVisibleBufferMax {
	position: absolute;
	top: -1000px;
	left: -1000px;
	visibility: hidden;
	white-space: nowrap
}

.rtl .wpfVisibleBufferMin,
.rtl .wpfVisibleBufferMax {
	right: -1000px;
	left: 0
}

.wpfTitleToggle {
	position: relative;
	display: inline-block;
	margin-right: 0;
	text-align: center;
	padding-top: 0;
	cursor: pointer
}

.wpfTitleToggle:before {
	display: inline-block;
	cursor: pointer
}

.wpfColorsFilterHor .wpfColorsRow div {
	display: inline-block
}

.ms-options ul {
	margin-left: 0
}

.wpfFilterWrapper .ui-slider-horizontal {
	margin-top: 20px !important
}

.wpfFilterWrapper input[type=checkbox],
input[type=radio] {
	clear: none;
	cursor: pointer;
/*	display: inline-block;*/
	line-height: 0
}

.wpfColorsFilter input {
	display: none !important
}

.wpfFilterWrapper ul li:before {
	display: none !important
}

.wpfFilterWrapper ul:not(.wpfButtonsFilter) li {
	width: auto !important
}

/*
.wpfFilterWrapper ul:not(.wpfButtonsFilter) li {
	padding-left: 0 !important;
	margin-left: 0 !important
}
*/

.rtl .wpfFilterWrapper ul:not(.wpfButtonsFilter) li {
	padding-right: 0 !important;
	padding-left: 10px !important;
	margin-right: 0 !important
}

.wpfFilterWrapper label,
.wpfFilterWrapper select,
.wpfPriceFilterRange,
.wpfFilterWrapper .ui-slider-handle {
	cursor: pointer !important
}

.wpfFilterVerScroll {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-inline-start: 0;
	padding-left: 0;
	padding-bottom: 1px
}

.wpfFilterLayoutVer,
.wpfFilterLayoutHor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: start
}

.wpfFilterLayoutVer>li,
.wpfFilterLayoutHor>li {
	width: auto;
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px
}

.rtl .wpfFilterLayoutVer>li,
.rtl .wpfFilterLayoutHor>li {
	padding-right: 0;
	padding-left: 10px
}

.wpfFilterWrapper[data-filter-type=wpfPriceRange] .wpfCheckbox input {
	position: relative
}

.wpfFilterWrapper .irs-line {
	overflow: initial
}

.wpfCheckboxHier li>ul {
	margin-left: 1em;
	padding-left: 0
}

.wpfCheckboxHier li>ul.wpfHideParent li {
	width: 100%!important
}

.wfpClickable {
	cursor: pointer
}

.rtl .wpfFilterWrapper li {
	text-align: right !important
}

.rtl .wpfTitleToggle {
	float: left !important
}

.wpfBlockAnimated.wpfHide {
	max-height: 0;
	-webkit-transition: max-height .4s ease-out;
	-moz-transition: max-height .4s ease-out;
	transition: max-height .4s ease-out
}

.wpfFilterContent {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}

.wpfFilterContent ul input[type=checkbox] {
	appearance: auto !important
}

.wpfBlockAnimated {
	overflow: hidden;
	max-height: 1000px;
	-webkit-transition: max-height .8s ease-in;
	-moz-transition: max-height .8s ease-in;
	transition: max-height .8s ease-in
}

.wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent {
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px
}

.wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent.wpfHide {
	display: none
}

.wpfOptionDisabled {
	color: #acacac
}

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

.wpfSearchHidden,
.wpfSelectCopies {
	display: none !important
}

.wpfFilterContent .ms-search {
	display: inline-block;
	margin: 0;
	min-height: 26px;
	padding: 4px;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.wpfFilterWrapper .wpfFilterContent .ms-options-wrap>.ms-options>.ms-search input {
	border: 1px groove;
	width: 100%;
	outline: none;
	border-radius: 0;
	height: auto
}

@media only screen and (min-width:1140px) {
	.wpfFilterWrapper .wpfPriceInputs {
		white-space: nowrap
	}
}

.hidePageCategory {
	display: none !important
}

ul ul.wpfHideAllParent {
	margin: 0
}

.rtl .wpfSingleInputSearch button,
.rtl .wpfSearchWrapper button {
	left: 0 !important;
	right: auto !important
}

.rtl .wpfSingleInputSearch input,
.rtl .wpfSearchWrapper input {
	padding-left: 25px !important
}

.rtl .wpfMainWrapper .wpfCount {
	padding-left: 0;
	padding-right: 10px
}

.rtl .wpfFilterWrapper i,
.rtl .wpfFilterWrapper svg {
	float: left
}
.product__bot.container {
	display: block;
}
.breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.breadcrumb-list-item {
	padding-left: 10px;
}
.wpfFilterWrapper {
	padding: 0;
	margin: 0;
}
.wpfMainWrapper button {
	width: 100%;
	margin-bottom: 15px;
}