
.selectBox-dropdown {
	min-width: 150px;
	position: relative;
	border: solid 1px #bbb;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	color: #000;
	outline: 0;
	vertical-align: middle;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: default;
}

.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url("https://cdn-ipimh.nitrocdn.com/iXSLrHdmLwohYTknKgblbjBiZAAlqKsO/assets/images/optimized/rev-7d5726a/loremnotipsum.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/jquery.selectBox-arrow.gif") 50% center no-repeat;
	border-left: solid 1px #bbb;
}

.selectBox-dropdown .selectBox-arrow.nitro-lazy {
	background-image: none !important;
}

.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #bbb;
	background: #fff;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.selectBox-inline {
	min-width: 150px;
	outline: 0;
	border: solid 1px #bbb;
	background: #fff;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}

.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #eee;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #c8def4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #eee;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
/*# sourceMappingURL=font-awesome.css.map */

.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: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

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

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

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

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.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;
}

:root {
	--woocommerce: #7f54b3;
	--wc-green: #7ad03a;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #7f54b3;
	--wc-primary-text: white;
	--wc-secondary: #e9e6ed;
	--wc-secondary-text: #515151;
	--wc-highlight: #b3af54;
	--wc-highligh-text: white;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
}

div.pp_woocommerce .pp_content_container {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
	padding: 20px 0;
}

div.pp_woocommerce .pp_content_container::after, div.pp_woocommerce .pp_content_container::before {
	content: " ";
	display: table;
}

div.pp_woocommerce .pp_content_container::after {
	clear: both;
}

div.pp_woocommerce .pp_loaderIcon::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	animation: spin 1s ease-in-out infinite;
	background: url("https://cdn-ipimh.nitrocdn.com/iXSLrHdmLwohYTknKgblbjBiZAAlqKsO/assets/images/optimized/rev-7d5726a/loremnotipsum.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

div.pp_woocommerce div.ppt {
	color: #000;
}

div.pp_woocommerce .pp_gallery ul li a {
	border: 1px solid rgba(0, 0, 0, .5);
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 2px;
	display: block;
}

div.pp_woocommerce .pp_gallery ul li a:hover {
	border-color: #000;
}

div.pp_woocommerce .pp_gallery ul li.selected a {
	border-color: #000;
}

div.pp_woocommerce .pp_next::before, div.pp_woocommerce .pp_previous::before {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	transition: all ease-in-out .2s;
	font-family: WooCommerce;
	content: "";
	text-indent: 0;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	text-align: center;
}

div.pp_woocommerce .pp_next::before:hover, div.pp_woocommerce .pp_previous::before:hover {
	background-color: #000;
}

div.pp_woocommerce .pp_next:hover::before, div.pp_woocommerce .pp_previous:hover::before {
	display: block;
}

div.pp_woocommerce .pp_previous::before {
	left: 1em;
}

div.pp_woocommerce .pp_next::before {
	right: 1em;
	font-family: WooCommerce;
	content: "";
}

div.pp_woocommerce .pp_details {
	margin: 0;
	padding-top: 1em;
}

div.pp_woocommerce .pp_description, div.pp_woocommerce .pp_nav {
	font-size: 14px;
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_nav, div.pp_woocommerce .pp_nav .pp_pause, div.pp_woocommerce .pp_nav p, div.pp_woocommerce .pp_play {
	margin: 0;
}

div.pp_woocommerce .pp_nav {
	margin-right: 1em;
	position: relative;
}

div.pp_woocommerce .pp_close {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	font-size: 1.618em !important;
	line-height: 1em;
	transition: all ease-in-out .2s;
	top: -.5em;
	right: -.5em;
}

div.pp_woocommerce .pp_close:hover {
	background-color: #000;
}

div.pp_woocommerce .pp_close::before {
	font-family: WooCommerce;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	transition: all ease-in-out .2s;
	position: relative;
	margin-top: -1px;
}

div.pp_woocommerce .pp_arrow_next:hover, div.pp_woocommerce .pp_arrow_previous:hover {
	background-color: #000;
}

div.pp_woocommerce .pp_arrow_next::before, div.pp_woocommerce .pp_arrow_previous::before {
	font-family: WooCommerce;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
}

div.pp_woocommerce .pp_arrow_previous {
	margin-right: .5em;
}

div.pp_woocommerce .pp_arrow_next {
	margin-left: .5em;
}

div.pp_woocommerce .pp_arrow_next::before {
	content: "";
}

div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	font-size: 1.618em !important;
	line-height: 1em;
	transition: all ease-in-out .2s;
	right: auto;
	left: -.5em;
	top: -.5em;
}

div.pp_woocommerce a.pp_contract:hover, div.pp_woocommerce a.pp_expand:hover {
	background-color: #000;
}

div.pp_woocommerce a.pp_contract::before, div.pp_woocommerce a.pp_expand::before {
	font-family: WooCommerce;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
}

div.pp_woocommerce a.pp_contract::before {
	content: "";
}

div.pp_woocommerce #respond {
	margin: 0;
	width: 100%;
	background: 0 0;
	border: none;
	padding: 0;
}

div.pp_woocommerce #respond .form-submit {
	margin-top: 0;
	float: none;
}

div.pp_woocommerce .pp_inline {
	padding: 0 !important;
}

.rtl div.pp_woocommerce .pp_content_container {
	text-align: right;
}

@media only screen and (max-width:768px) {
	div.pp_woocommerce {
		left: 5% !important;
		right: 5% !important;
		box-sizing: border-box;
		width: 90% !important;
	}
	
	div.pp_woocommerce .pp_contract, div.pp_woocommerce .pp_expand, div.pp_woocommerce .pp_gallery, div.pp_woocommerce .pp_next, div.pp_woocommerce .pp_previous {
		display: none !important;
	}
	
	div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_close {
		height: 44px;
		width: 44px;
		font-size: 44px;
		line-height: 44px;
	}
	
	div.pp_woocommerce .pp_arrow_next::before, div.pp_woocommerce .pp_arrow_previous::before, div.pp_woocommerce .pp_close::before {
		font-size: 44px;
	}
	
	div.pp_woocommerce .pp_description {
		display: none !important;
	}
	
	div.pp_woocommerce .pp_details {
		width: 100% !important;
	}
	
	.pp_content {
		width: 100% !important;
	}
	
	.pp_content #pp_full_res>img {
		width: 100% !important;
		height: auto !important;
	}
	
	.currentTextHolder {
		line-height: 3;
	}
}

div.pp_pic_holder a:focus {
	outline: 0;
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}

.pp_top {
	height: 20px;
	position: relative;
}

* html .pp_top {
	padding: 0 20px;
}

.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_top .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_content {
	height: 40px;
	min-width: 40px;
}

* html .pp_content {
	width: 40px;
}

.pp_fade {
	display: none;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_social {
	float: left;
	margin: 0;
}

.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}

.pp_social .twitter {
	float: left;
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
	white-space: nowrap;
}

.pp_nav .pp_pause, .pp_nav .pp_play {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_next, a.pp_arrow_previous {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	text-indent: -100000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap;
}

.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0, 0, 0, .5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery li.selected a, .pp_gallery ul a:hover {
	border-color: #fff;
}

.pp_gallery ul a img {
	border: 0;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery li.default a img {
	display: none;
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
	margin-top: 7px !important;
}

a.pp_next {
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_previous {
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_contract, a.pp_expand {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-indent: -10000px;
}

.pp_bottom {
	height: 20px;
	position: relative;
}

* html .pp_bottom {
	padding: 0 20px;
}

.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

#pp_full_res .pp_inline {
	text-align: left;
}

div.ppt {
	color: #fff !important;
	font-weight: 700;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
}
/*# sourceMappingURL=style.css.map */

.yith-wcwl-popup {
	display: none;
}

.yith-wcwl-popup-content h3 {
	text-align: center;
	font-size: 1.5em;
}

.yith-wcwl-popup-content label {
	display: block;
}

.yith-wcwl-popup-content select, .yith-wcwl-popup-content input[type=text] {
	padding: 10px 7px;
}

.yith-wcwl-popup-content .create {
	display: none;
}

.yith-wcwl-popup-content .yith-wcwl-second-row {
	display: none;
}

.yith-wcwl-popup-content .popup-description {
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}

.yith-wcwl-popup-content .popup-description a.show-tab.active {
	cursor: inherit;
	color: inherit;
	pointer-events: none;
}

.yith-wcwl-popup-content .wishlist-select {
	box-sizing: border-box;
}

.yith-wcwl-popup-feedback {
	margin-top: 2em;
	margin-bottom: 2em;
}

.yith-wcwl-popup-feedback p.feedback {
	margin-top: 1.5em;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
}

.yith-wcwl-popup-footer {
	margin: 15px 0;
}

.yith-wcwl-popup-footer .button.wishlist-submit {
	display: block;
	width: 100%;
	text-align: center;
}

.yith-wcwl-popup-content .heading-icon, .yith-wcwl-popup-feedback .heading-icon {
	text-align: center;
	display: block;
	font-size: 70px;
	color: #333;
	margin-block: 0 15px;
}

.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg, .yith-wcwl-popup-content .heading-icon img, .yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg, .yith-wcwl-popup-feedback .heading-icon img {
	width: 70px;
	height: 70px;
}

.pp_pic_holder.pp_woocommerce.feedback {
	max-width: 450px !important;
}

.pp_pic_holder.pp_woocommerce.feedback .pp_content {
	width: auto !important;
}

.yith-wcwl-add-button.with-dropdown {
	position: relative;
	padding: 15px 0;
}

.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown {
	display: block;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li {
	padding: 15px;
	padding-left: 0;
	text-transform: uppercase;
	font-size: .8em;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before {
	font-family: FontAwesome;
	content: "";
	margin-right: 15px;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child) {
	border-bottom: 1px solid #cdcdcd;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a {
	font-size: 1em !important;
	color: inherit;
	box-shadow: none;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover {
	color: initial;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style) {
	padding: 7px 10px;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
	height: auto;
	width: 25px;
	color: var(--add-to-wishlist-icon-color, #000);
}

.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
	color: var(--added-to-wishlist-icon-color, #000);
}

.yith-wcwl-wishlistaddedbrowse {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.yith-wcwl-wishlistaddedbrowse .feedback {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	text-wrap: balance;
}

.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown {
	left: 0;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown {
	display: none;
	list-style: none;
	margin-bottom: 0;
	padding: 5px 25px;
	background: #fff;
	position: absolute;
	z-index: 15;
	top: 100%;
	border: 1px solid #cdcdcd;
	outline-offset: -10px;
	left: 50%;
	min-width: 200px;
}

.yith-wcwl-add-to-wishlist .separator+[data-title] {
	display: inline-block;
}

.yith-wcwl-add-to-wishlist .with-tooltip {
	position: relative;
}

.yith-wcwl-tooltip {
	z-index: 10;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center;
	top: calc(100% + 5px);
	pointer-events: none;
	cursor: initial;
	font-size: .6875rem;
	line-height: normal;
	display: none;
}

.with-dropdown .yith-wcwl-tooltip {
	top: auto;
	bottom: calc(100% + 10px);
}

.with-tooltip .yith-wcwl-tooltip {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.with-tooltip .yith-wcwl-tooltip:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -95%);
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0) !important;
	border-left: 5px solid rgba(0, 0, 0, 0) !important;
	border-right: 5px solid rgba(0, 0, 0, 0) !important;
	border-bottom: 5px solid;
}

.with-dropdown .with-tooltip .yith-wcwl-tooltip:before {
	bottom: -5px;
	top: auto;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid;
	border-bottom: none;
}

#yith-wcwl-popup-message {
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 7px 40px;
	z-index: 10000;
}

.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style) {
	background-color: var(--color-add-to-wishlist-background, #333);
	background: var(--color-add-to-wishlist-background, #333);
	color: var(--color-add-to-wishlist-text, #fff);
	border-color: var(--color-add-to-wishlist-border, #333);
	border-radius: var(--rounded-corners-radius, 16px);
}

.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover {
	background-color: var(--color-add-to-wishlist-background-hover, #4f4f4f);
	background: var(--color-add-to-wishlist-background-hover, #4f4f4f);
	color: var(--color-add-to-wishlist-text-hover, #fff);
	border-color: var(--color-add-to-wishlist-border-hover, #4f4f4f);
}

.yith-wcwl-tooltip, .with-tooltip .yith-wcwl-tooltip:before, .with-dropdown .with-tooltip .yith-wcwl-tooltip:before {
	background-color: var(--tooltip-color-background, #333);
	border-bottom-color: var(--tooltip-color-background, #333);
	border-top-color: var(--tooltip-color-background, #333);
	color: var(--tooltip-color-text, #fff);
}

.wishlist-title {
	display: inline-block;
}

.wishlist-title:hover a.show-title-form {
	visibility: visible;
}

.wishlist-title h2 {
	display: inline-block;
	padding: 5px;
}

.wishlist-title a.show-title-form {
	cursor: pointer;
	visibility: hidden;
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	gap: 5px;
}

.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg, .wishlist-title a.show-title-form img {
	width: 20px;
}

.wishlist-title.wishlist-title-with-form h2:hover {
	background: #efefef;
}

.hidden-title-form {
	position: relative;
	margin: 25px 0 39px;
}

.hidden-title-form .edit-title-buttons {
	position: absolute;
	right: 5px;
	top: calc(50% - 15px);
}

.hidden-title-form>input[type=text] {
	padding-right: 65px;
	line-height: 1;
	min-height: 30px;
}

.hidden-title-form a {
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3em;
}

.hidden-title-form a i {
	margin: 0;
	display: inline-block;
}

.yes-js .hidden-title-form {
	display: none;
}

table.wishlist_table {
	font-size: 80%;
}

table.wishlist_table.shop_table {
	width: 100%;
}

table.wishlist_table.shop_table .product-remove {
	width: 0;
}

table.wishlist_table.shop_table .product-remove>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

table.wishlist_table tr {
	position: relative;
}

table.wishlist_table tr th {
	text-align: center;
}

table.wishlist_table tr th.product-checkbox {
	vertical-align: middle;
	width: 40px;
}

table.wishlist_table tr th.product-remove {
	vertical-align: middle;
	width: 40px;
}

table.wishlist_table tr th.product-thumbnail {
	width: 80px;
}

table.wishlist_table tr th.product-name {
	text-align: left;
}

table.wishlist_table thead th {
	border-top: 1px solid;
	padding: 16px 12px;
}

table.wishlist_table tbody td {
	padding: 16px 12px;
}

table.wishlist_table thead th, table.wishlist_table tbody td {
	border-color: #e7e7e7;
}

table.wishlist_table tbody td.wishlist-empty, p.wishlist-empty {
	text-align: center;
	margin: 100px 0;
}

.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox {
	text-align: center;
}

.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .wishlist_table tfoot td {
	text-align: left;
}

.wishlist_table tr td.product-remove {
	padding: 16px 0;
}

.wishlist_table tr td.product-thumbnail a {
	display: block;
	border: none;
	max-width: 80px;
}

.wishlist_table tr td.product-thumbnail a img {
	width: 100%;
}

.wishlist_table tr td.product-arrange {
	cursor: grab;
}

.wishlist_table tr td.product-arrange:active {
	cursor: grabbing;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
	color: #297e29;
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
	color: red;
}

.wishlist_table .product-add-to-cart span.dateadded {
	display: block;
}

.wishlist_table .product-add-to-cart a {
	display: table !important;
	margin: 0 auto 5px !important;
	text-align: center;
}

.wishlist_table .product-add-to-cart a.button {
	padding: 6px 25px !important;
	display: inline-flex !important;
}

.wishlist_table .product-add-to-cart a>img {
	display: inline;
	max-width: 2em;
}

.wishlist_table .product-add-to-cart .variations_form, .wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations {
	margin: 15px 0;
}

.wishlist_table .price-variation {
	display: block;
}

.wishlist_table .price-variation.decrease .variation-rate {
	color: red;
}

.wishlist_table .price-variation .old-price {
	display: block;
}

.wishlist_table a.button {
	white-space: normal;
	margin-bottom: 5px !important;
}

.wishlist_table.modern_grid {
	list-style: none;
	margin: 0 -7px 35px;
	font-size: 0;
}

.wishlist_table.modern_grid li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 7px;
	margin-bottom: 15px;
}

.wishlist_table.modern_grid li.wishlist-empty, .wishlist_table.images_grid li.wishlist-empty {
	width: 100%;
	font-size: 1rem;
	text-align: center;
	margin: 50px 0;
}

.wishlist_table.images_grid li.show {
	z-index: 10;
}

.wishlist_table.images_grid.products li.product.first, .wishlist_table.images_grid.products li.product.last {
	clear: none;
}

.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1), .wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1), .wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1), .wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1), .wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1) {
	clear: both;
}

.wishlist_table.modern_grid li .item-wrapper {
	display: table;
	margin: 0 -7px;
}

.wishlist_table.modern_grid li .product-thumbnail, .wishlist_table.modern_grid li .item-details {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
	padding: 0 7px;
	font-size: 1rem;
}

.wishlist_table.modern_grid li .product-thumbnail, .wishlist_table.images_grid li .product-thumbnail {
	position: relative;
}

.wishlist_table.modern_grid li .product-thumbnail .product-checkbox, .wishlist_table.images_grid li .product-thumbnail .product-checkbox {
	position: absolute;
	top: 7px;
	left: 15px;
	z-index: 2;
}

.wishlist_table.modern_grid li .product-thumbnail>a {
	display: block;
}

.wishlist_table.modern_grid li .product-thumbnail>a img {
	display: block;
}

.wishlist_table.images_grid li.show .product-thumbnail>a img, .wishlist_table.images_grid li:hover .product-thumbnail>a img {
	filter: brightness(1.1);
}

.wishlist_table.modern_grid.wishlist_view li .item-details {
	position: relative;
}

.wishlist_table.modern_grid.wishlist_view li .item-details:before {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 7px;
	background: #fff;
	position: absolute;
	right: 7px;
	z-index: 0;
	border: 1px solid #cdcdcd;
}

.wishlist_table.images_grid li .item-details {
	display: none;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: calc(50% - 150px);
	width: 300px;
	background: #fff;
	padding: 10px 20px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.wishlist_table.images_grid li.show .item-details {
	display: block;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper {
	padding: 15px 20px;
	line-height: normal;
	position: relative;
}

.wishlist_table.images_grid li .item-details a.close {
	position: absolute;
	top: 10px;
	right: 20px;
}

.wishlist_table.modern_grid li .item-details h3, .wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3 {
	margin-bottom: 7px;
}

.wishlist_table.modern_grid li .item-details table.item-details-table, .wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info {
	border: none;
	margin-bottom: 7px;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td, .wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td {
	border: none;
	font-size: .8em;
	padding: 3px;
	vertical-align: top;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.label, .wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label {
	text-align: left;
	font-weight: 700;
	width: 40%;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.value, .wishlist_table.images_grid li .item-details table.item-details-table td.value, .wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value {
	text-align: right;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox {
	margin-right: 0;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.value input, .wishlist_table.images_grid li .item-details table.item-details-table td.value input, .wishlist_table.mobile li table.additional-info td.value input {
	width: auto;
}

.wishlist_table.modern_grid li .item-details .product-add-to-cart, .wishlist_table.images_grid li .item-details .product-add-to-cart {
	text-align: center;
	margin-bottom: 7px;
}

.wishlist_table.modern_grid li .item-details .move-to-another-wishlist, .wishlist_table.images_grid li .item-details .move-to-another-wishlist {
	text-align: center;
	margin-bottom: 7px;
}

.wishlist_table.modern_grid li .item-details .product-remove, .wishlist_table.images_grid li .item-details .product-remove {
	text-align: right;
}

.wishlist_table.modern_grid li .item-details .product-remove a, .wishlist_table.images_grid li .item-details .product-remove a {
	border: none;
	border-radius: 0;
	display: inline-block;
}

.wishlist_table.mobile {
	list-style: none;
	margin-left: 0;
}

.wishlist_table.mobile li {
	margin-bottom: 7px;
}

.wishlist_table.mobile li .product-checkbox {
	display: inline-block;
	width: 20px;
	vertical-align: top;
}

.wishlist_table.mobile li .item-wrapper {
	display: inline-block;
	width: calc(100% - 25px);
	vertical-align: top;
	margin-bottom: 7px;
}

.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty {
	text-align: center;
}

.wishlist_table.wishlist_manage_table.mobile li .item-wrapper {
	width: 100%;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	display: inline-block;
	max-width: 60px;
	margin-right: 10px;
}

.wishlist_table.mobile li .item-wrapper .item-details {
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: top;
}

.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
	padding-left: 20px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart, .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist {
	text-align: center;
	margin-bottom: 7px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	text-align: right;
}

a.add_to_wishlist {
	cursor: pointer;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
	margin-right: 5px;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist>img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img, .yith-wcwl-add-to-wishlist a.delete_item>img {
	max-width: 32px;
	display: inline-block;
	margin-right: 10px;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg {
	vertical-align: bottom;
}

a.add_to_wishlist+a.view-wishlist, a.delete_item+a.view-wishlist {
	margin-left: 15px;
}

.summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
	margin: 0;
}

.wishlist_table .add_to_cart.button {
	padding: 7px 12px;
	line-height: normal;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 10px;
}

.yith-wcwl-add-button>a i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .wishlist-title a.show-title-form i, .hidden-title-form button i, .yith-wcwl-wishlist-new button i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_manage_table tfoot a.create-new-wishlist i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
	margin-right: 10px;
}

.wishlist_table .add_to_cart.button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, .wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, .woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
	margin: 0;
	box-shadow: none;
	text-shadow: none;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
	margin-right: 5px;
}

.add-to-wishlist-before_image {
	position: relative;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: absolute;
	z-index: 10;
	margin: 0;
	top: 10px;
	left: 10px;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown {
	padding: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo {
	font-size: 0;
	background: none;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist {
	font-size: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback {
	display: none;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a {
	font-size: 0;
	background: none;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
	font-size: 1.6rem;
	margin: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img {
	margin: 0;
}

.woocommerce .wishlist-title {
	margin-bottom: 30px;
}

.woocommerce .wishlist-title h2 {
	vertical-align: middle;
	margin-bottom: 0;
}

.woocommerce .hidden-title-form button {
	padding: 7px 24px;
	vertical-align: middle;
	border: none;
	position: relative;
}

.woocommerce .hidden-title-form button:active {
	top: 1px;
}

.woocommerce .back-to-all-wishlists {
	margin-bottom: 20px;
}

.woocommerce #content table.wishlist_table.cart a.remove {
	color: #c3c3c3;
	margin: 0 auto;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
	background-color: #c3c3c3;
	color: #fff;
}

.yith-wcwl-share {
	margin-bottom: 35px;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
	margin: 10px 0;
}

.yith-wcwl-share ul {
	margin: 5px 0;
	padding: 0;
	display: flex;
	gap: 5px;
	align-items: center;
}

.yith-wcwl-share li a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	padding: 5px;
	display: grid;
	place-items: center;
	border: none;
	min-width: 26px;
	min-height: 26px;
	border-radius: 5px;
}

.yith-wcwl-share li a:hover {
	color: #fff;
}

.yith-wcwl-share li a>img {
	max-width: 1em;
}

.yith-wcwl-share li a svg {
	width: 15px;
	height: 15px;
}

.yith-wcwl-share li a.email svg {
	width: 17px;
	height: 17px;
}

.yith-wcwl-share ul li, .entry-content .yith-wcwl-share ul li {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
}

.copy-trigger {
	cursor: pointer;
}

.yith_wcwl_wishlist_footer>div {
	margin-bottom: 15px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action {
	float: left;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label {
	display: inline-block;
	margin-right: 10px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
	min-width: 250px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit] {
	margin: 0;
	margin-left: 10px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
	float: right;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
	float: left;
	clear: both;
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
	float: right;
	display: flex;
	gap: 15px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>* {
	vertical-align: middle;
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button, .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit], .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a {
	margin: 0;
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action, .yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action {
	clear: both;
}

.wishlist-page-links {
	clear: both;
}

#move_to_another_wishlist {
	display: none;
}

.yith-wcwl-wishlist-new {
	padding: 20px 0;
}

.yith-wcwl-popup-content .yith-wcwl-wishlist-new {
	padding: 0;
}

.yith-wcwl-wishlist-new .wishlist-name {
	display: inline-block;
}

.yith-wcwl-wishlist-new .wishlist-privacy-radio label {
	display: block;
}

.yith-wcwl-popup-content .create-wishlist-button {
	margin-top: 15px;
	width: 100%;
}

#create_new_wishlist {
	display: none;
}

.wishlist_manage_table select {
	vertical-align: middle;
	margin-right: 10px;
}

.wishlist_manage_table td.wishlist-name .wishlist-title {
	margin-bottom: 0;
}

.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form {
	display: inline-block;
	padding: 0;
	border: none;
	background: none;
	top: 0;
	margin: 0;
}

.wishlist_manage_table td.wishlist-name a.show-title-form i {
	padding: 5px;
	margin: 0;
}

.wishlist_manage_table td.wishlist-name:hover a.show-title-form {
	visibility: visible;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
	margin: 0 !important;
	width: 100%;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text] {
	width: 100%;
	min-width: 0;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
	position: relative;
}

table.wishlist_manage_table tfoot td {
	text-align: right;
	padding: 24px 12px;
}

.wishlist_manage_table tfoot button.submit-wishlist-changes {
	padding: 7px 24px;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 3px;
	position: relative;
	line-height: normal;
}

.wishlist_manage_table tfoot button.submit-wishlist-changes:active {
	top: 1px;
}

.wishlist_manage_table tfoot a.create-new-wishlist {
	vertical-align: middle;
	line-height: normal;
	padding: 7px 24px;
}

.wishlist_manage_table.modern_grid li.wishlist-empty {
	margin: 50px 0;
}

.wishlist_manage_table.modern_grid li .item-wrapper {
	display: block;
	margin: 0;
	padding: 40px 50px;
	background: #fff;
	border: 1px solid #cdcdcd;
}

.wishlist_manage_table.modern_grid li .product-thumbnail, .wishlist_manage_table.modern_grid li .item-details {
	display: block;
	width: 100%;
	padding: 0;
}

.wishlist_manage_table.modern_grid li .item-details .hidden-title-form {
	width: 100%;
}

.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box {
	display: flex;
	background: #f2f2f2;
	min-height: 400px;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 600;
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child {
	width: 100%;
	margin-bottom: 15px;
}

.wishlist_manage_table.modern_grid li .product-thumbnail img {
	width: calc(50% - 8px);
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3) {
	margin-left: 15px;
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form {
	display: block;
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3 {
	display: inline-block;
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form, .wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover {
	visibility: visible;
	float: right;
	margin: 0;
	background: none;
	color: inherit;
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i {
	margin: 0;
}

.wishlist_manage_table.modern_grid li .hidden-title-form {
	margin-top: 0 !important;
}

.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text] {
	width: 100%;
	min-width: 0;
}

.wishlist_manage_table.mobile li {
	margin-bottom: 30px;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details {
	width: 100%;
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form {
	position: relative;
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text] {
	width: 100%;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title {
	display: block;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form {
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible;
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i {
	margin-right: 0;
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox {
	margin-right: 0;
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download {
	float: left;
}

.yith-wcwl-wishlist-search-form {
	text-align: center;
	padding: 20px 0;
}

.yith-wcwl-wishlist-search-form #wishlist_search {
	display: inline-block;
	max-width: 300px;
	vertical-align: middle;
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button {
	display: inline-block;
	padding: 7px 24px;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 3px;
	position: relative;
	line-height: normal;
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
	margin: 0;
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button:active {
	top: 1px;
}

.yith-wcwl-search-results .wishlist-owner {
	text-align: left;
}

.yith-wcwl-search-results .wishlist-owner .thumb {
	display: inline-block;
	margin-right: 15px;
}

.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style) {
	background: var(--color-add-to-cart-background, #333);
	color: var(--color-add-to-cart-text, #fff);
	border-color: var(--color-add-to-cart-border, #333);
	border-radius: var(--add-to-cart-rounded-corners-radius, 16px);
}

.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover {
	background: var(--color-add-to-cart-background-hover, #4f4f4f);
	color: var(--color-add-to-cart-text-hover, #fff);
	border-color: var(--color-add-to-cart-border-hover, #4f4f4f);
}

.woocommerce .hidden-title-form button, .yith-wcwl-wishlist-new .create-wishlist-button, .wishlist_manage_table tfoot button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
	background: var(--color-button-style-1-background, #333);
	color: var(--color-button-style-1-text, #fff);
	border-color: var(--color-button-style-1-border, #333);
}

.woocommerce .hidden-title-form button:hover, .yith-wcwl-wishlist-new .create-wishlist-button:hover, .wishlist_manage_table tfoot button.submit-wishlist-changes:hover, .yith-wcwl-wishlist-search-form button.wishlist-search-button:hover {
	background: var(--color-button-style-1-background-hover, #333);
	color: var(--color-button-style-1-text-hover, #fff);
	border-color: var(--color-button-style-1-border-hover, #333);
}

.woocommerce .wishlist-title a.show-title-form, .woocommerce .hidden-title-form a.hide-title-form, .wishlist_manage_table tfoot a.create-new-wishlist {
	background: var(--color-button-style-2-background, #333);
	color: var(--color-button-style-2-text, #fff);
	border-color: var(--color-button-style-2-border, #333);
}

.woocommerce .wishlist-title a.show-title-form:hover, .woocommerce .hidden-title-form a.hide-title-form:hover, .wishlist_manage_table tfoot a.create-new-wishlist:hover {
	background: var(--color-button-style-2-background-hover, #333);
	color: var(--color-button-style-2-text-hover, #fff);
	border-color: var(--color-button-style-2-border-hover, #333);
}

.woocommerce table.shop_table.wishlist_table tr td {
	background: var(--color-wishlist-table-background, #fff);
	color: var(--color-wishlist-table-text, #6d6c6c);
	border-color: var(--color-wishlist-table-border, #ccc);
}

.wishlist_table thead tr th, .wishlist_table tfoot td td, .widget_yith-wcwl-lists ul.dropdown li.current a, .widget_yith-wcwl-lists ul.dropdown li a:hover, .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
	background: var(--color-headers-background, #f4f4f4);
}

.yith-wcwl-share li a {
	color: var(--color-share-button-color, #fff);
}

.yith-wcwl-share li a:hover {
	color: var(--color-share-button-color-hover, #fff);
}

.yith-wcwl-share a.facebook {
	background: var(--color-fb-button-background, #39599e);
}

.yith-wcwl-share a.facebook:hover {
	background: var(--color-fb-button-background-hover, #39599e);
}

.yith-wcwl-share a.twitter {
	background: var(--color-tw-button-background, #45afe2);
}

.yith-wcwl-share a.twitter:hover {
	background: var(--color-tw-button-background-hover, #39599e);
}

.yith-wcwl-share a.pinterest {
	background: var(--color-pr-button-background, #ab2e31);
}

.yith-wcwl-share a.pinterest:hover {
	background: var(--color-pr-button-background-hover, #39599e);
}

.yith-wcwl-share a.email {
	background: var(--color-em-button-background, #fbb102);
}

.yith-wcwl-share a.email:hover {
	background: var(--color-em-button-background-hover, #39599e);
}

.yith-wcwl-share a.whatsapp {
	background: var(--color-wa-button-background, #00a901);
}

.yith-wcwl-share a.whatsapp:hover {
	background: var(--color-wa-button-background-hover, #39599e);
}

.woocommerce .ask-an-estimate-button>img {
	max-width: 1em;
	display: inline;
	margin-right: 5px;
}

#ask_an_estimate_popup {
	display: none;
}

.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup {
	width: 100%;
}

.wishlist-ask-an-estimate-popup .woocommerce-error {
	margin-bottom: 0;
}

.wishlist-ask-an-estimate-popup #additional_notes {
	min-height: 150px;
}

.ask-an-estimate-confirmation {
	padding: 0 30px;
	text-align: center;
}

.yith-wcwl-ask-an-estimate-button {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
}

.yith-wcwl-ask-an-estimate-button .yith-wcwl-icon-svg, .yith-wcwl-ask-an-estimate-button img {
	width: 25px;
	height: 25px;
	margin-left: -5px;
	max-width: unset !important;
}

.woocommerce a.button.ask-an-estimate-button:not(.yith-wcwl-ask-an-estimate-button--theme-style) {
	background-color: var(--color-ask-an-estimate-background, #333);
	background: var(--color-ask-an-estimate-background, #333);
	color: var(--color-ask-an-estimate-text, #fff);
	border-color: var(--color-ask-an-estimate-border, #333);
	border-radius: var(--ask-an-estimate-rounded-corners-radius, 16px);
}

.woocommerce a.button.ask-an-estimate-button:not(.yith-wcwl-ask-an-estimate-button--theme-style):hover {
	background-color: var(--color-ask-an-estimate-background-hover, #4f4f4f);
	background: var(--color-ask-an-estimate-background-hover, #4f4f4f);
	color: var(--color-ask-an-estimate-text-hover, #fff);
	border-color: var(--color-ask-an-estimate-border-hover, #4f4f4f);
}

.woocommerce a.selectBox {
	background: #fff;
	min-width: 100px;
	margin-right: 10px;
	color: inherit;
}

.woocommerce a.selectBox, .woocommerce a.selectBox:hover {
	border-bottom: 1px solid #bbb !important;
}

.woocommerce a.selectBox:hover {
	color: inherit;
}

.woocommerce a.selectBox:focus {
	border: 1px solid #ccc;
}

.selectBox-dropdown .selectBox-label {
	vertical-align: middle;
	padding: 3px 8px;
}

.selectBox-dropdown .selectBox-arrow {
	border: none;
	background: url("https://cdn-ipimh.nitrocdn.com/iXSLrHdmLwohYTknKgblbjBiZAAlqKsO/assets/images/optimized/rev-7d5726a/loremnotipsum.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/jquery.selectBox-arrow.png") center right no-repeat;
}

.selectBox-dropdown .selectBox-arrow.nitro-lazy {
	background-image: none !important;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
	background: url("https://cdn-ipimh.nitrocdn.com/iXSLrHdmLwohYTknKgblbjBiZAAlqKsO/assets/images/optimized/rev-7d5726a/loremnotipsum.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/jquery.selectBox-arrow.png") center left no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow.nitro-lazy {
	background-image: none !important;
}

.selectBox-dropdown-menu {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 5px;
	font-size: 80%;
}

.selectBox-dropdown-menu li a {
	color: inherit;
	padding: 5px 8px;
	border-radius: 3px;
}

.selectBox-dropdown-menu a:hover {
	color: inherit;
	text-decoration: none;
}

select.selectBox.change-wishlist {
	max-width: 100px;
}

.selectBox.change-wishlist {
	width: auto !important;
}

.change-wishlist-selectBox-dropdown-menu {
	width: auto !important;
}

.yith-wcwl-with-pretty-photo {
	overflow: hidden;
}

.yith-wcwl-with-pretty-photo .pp_content {
	height: auto !important;
}

.woocommerce .wishlist-fragment .blockUI.blockOverlay::before, .woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before {
	display: none;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	display: inline !important;
	margin-left: 5px;
	vertical-align: middle;
	visibility: hidden;
	width: 16px !important;
	height: 16px !important;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li, .widget_yith-wcwl-lists ul.dropdown li {
	padding: 0;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a, .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a, .widget_yith-wcwl-lists ul.dropdown>li a, .widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
	display: block;
	padding: 5px 15px;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a, .widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
	padding: 5px 25px;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section, .widget_yith-wcwl-lists ul.dropdown>li.lists-section {
	border-bottom: 1px solid #e7e7e7;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists, .widget_yith-wcwl-lists ul.dropdown ul.lists {
	margin: 0;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget, .widget_yith-wcwl-items ul.product_list_widget {
	margin-bottom: 40px !important;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb, .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .4);
	box-shadow: 0 0 1px hsla(0, 0%, 100%, .4);
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li, .widget_yith-wcwl-items ul.product_list_widget li {
	display: table;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child), .widget_yith-wcwl-items ul.product_list_widget li:not(:last-child) {
	margin-bottom: 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb, .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, .widget_yith-wcwl-items ul.product_list_widget li .image-thumb, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info {
	display: table-cell;
	vertical-align: middle;
}

.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist, .widget_yith-wcwl-items p.empty-wishlist {
	margin-bottom: 0 !important;
}

.elementor-widget-wp-widget-yith-wcwl-items .heading, .widget_yith-wcwl-items .heading {
	text-align: center;
	cursor: pointer;
}

.elementor-widget-wp-widget-yith-wcwl-items .heading a, .widget_yith-wcwl-items .heading a {
	color: inherit;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini, .widget_yith-wcwl-items .mini {
	position: relative;
	display: flex;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list, .widget_yith-wcwl-items .mini:hover .list {
	display: block;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget, .widget_yith-wcwl-items .mini ul.product_list_widget {
	max-height: 30vh;
	overflow-y: auto;
	margin-left: -20px;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar, .widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading, .widget_yith-wcwl-items .mini .heading {
	display: inline-block;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i, .widget_yith-wcwl-items .mini .heading .items-counter i {
	font-size: 25px;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count, .widget_yith-wcwl-items .mini .heading .items-counter .items-count {
	font-size: 14px;
	line-height: 20px;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .list, .widget_yith-wcwl-items .mini .list {
	position: absolute;
	z-index: 1;
	left: 0;
	background: #fff;
	padding: 25px 40px;
	min-width: 300px;
	display: none;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a, .widget_yith-wcwl-items .mini .items-counter>a {
	display: flex;
	align-items: flex-end;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon, .widget_yith-wcwl-items .mini .items-counter>a .heading-icon {
	display: flex;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg, .elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img, .widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg, .widget_yith-wcwl-items .mini .items-counter>a .heading-icon img {
	stroke-width: 1.25;
	height: 35px;
	width: 35px;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after, .widget_yith-wcwl-items .extended .heading h3:after {
	content: "";
	display: block;
	max-width: 80px;
	border-bottom: 1px solid #cdcdcd;
	margin: 10px auto;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter, .widget_yith-wcwl-items .extended .heading .items-counter {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i, .widget_yith-wcwl-items .extended .heading .items-counter i {
	font-size: 70px;
	position: relative;
	margin-bottom: 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg, .widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg {
	width: 70px;
	height: 70px;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count, .widget_yith-wcwl-items .extended .heading .items-counter .items-count {
	display: block;
	position: absolute;
	font-size: 14px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
	font-size: 1.2rem;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img, .widget_yith-wcwl-items ul.product_list_widget li .image-thumb img {
	margin-left: 10px;
	max-width: 40px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a {
	display: inline-block;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>* {
	display: block;
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, .elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, .widget_yith-wcwl-items .show-wishlist, .widget_yith-wcwl-items a.add_all_to_cart {
	display: block !important;
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, .widget_yith-wcwl-items .show-wishlist {
	margin-bottom: 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, .widget_yith-wcwl-items a.add_all_to_cart {
	text-align: center;
}

@media (max-width: 768px) {
	.yith_wcwl_wishlist_bulk_action select {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.yith_wcwl_wishlist_bulk_action input {
		float: right;
	}
	
	.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
		float: none;
	}
	
	.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button {
		width: 100%;
		text-align: center;
	}
}

div.yith-wcwl-pp-modal {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 450px !important;
}

div.yith-wcwl-pp-modal .yith-wcwl-popup-form {
	padding: 0;
}

div.yith-wcwl-pp-modal div.pp_content_container {
	padding: 40px 35px;
	border-radius: 15px;
	display: flex;
	box-shadow: rgba(24, 53, 62, .1) 0 11px 15px -7px, rgba(24, 53, 62, .07) 0px 24px 38px 3px, rgba(24, 53, 62, .06) 0px 9px 46px 8px;
	max-width: fit-content;
}

div.yith-wcwl-pp-modal div.pp_content_container .pp_content {
	width: 380px !important;
}

div.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content {
	padding: 0;
}

div.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon {
	margin-top: 0;
}

div.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button {
	margin-bottom: 0;
}

div.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container {
	width: 100% !important;
}

div.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text {
	text-wrap: balance;
	text-align: center;
}

div.yith-wcwl-pp-modal div.pp_content_container .popup-description {
	margin-bottom: 10px;
}

div.yith-wcwl-pp-modal div.pp_content_container .heading-icon {
	color: var(--modal-colors-icon, #007565);
	height: auto;
	max-height: 90px;
}

div.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) {
	stroke-width: 1;
}

div.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) * {
	stroke-width: 1;
}

div.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content {
	padding: 20px 55px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

div.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer {
	margin-bottom: 0;
}

div.yith-wcwl-pp-modal div.pp_content_container .popup_button, div.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button, div.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button {
	transition: .2s;
	background: var(--modal-colors-primary-button, #007565);
	color: var(--modal-colors-primary-button-text, #fff);
	border: none;
	border-radius: 8px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 13px 25px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

div.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover, div.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover, div.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover {
	color: var(--modal-colors-primary-button-text-hover, #fff);
	background: var(--modal-colors-primary-button-hover, #007565);
}

div.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg, div.yith-wcwl-pp-modal div.pp_content_container .popup_button img, div.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg, div.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img, div.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg, div.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img {
	display: none;
}

div.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio, div.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton {
	display: inline-block;
	float: left;
}

div.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton {
	clear: left;
}

div.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description {
	clear: both;
}

div.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button {
	transition: .2s;
	border-radius: 5px;
	background: var(--modal-colors-secondary-button, #08a889);
	color: var(--modal-colors-secondary-button-text, #fff);
	border: none;
}

div.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover {
	background: var(--modal-colors-secondary-button-hover, #08a889);
	color: var(--modal-colors-secondary-button-text-hover, #fff);
}

div.yith-wcwl-pp-modal.feedback .pp_content_container {
	padding: 20px 15px;
}

div.yith-wcwl-pp-modal select.change-wishlist, div.yith-wcwl-pp-modal button.move-to-another-wishlist-button {
	box-sizing: border-box;
}
