@charset "UTF-8";
.woosw-continue,
.woosw-popup-content,
.woosw-popup-content-bot a {
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woosw-popup .woosw-empty,
.woosw-popup .woosw-manage {
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 5px 0;
}
.woosw-popup .woosw-empty:after,
.woosw-popup .woosw-empty:before,
.woosw-popup .woosw-manage:after,
.woosw-popup .woosw-manage:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition:
		transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.woosw-popup .woosw-empty:before,
.woosw-popup .woosw-manage:before {
	background: var(--line-color, #e7e7e7);
}
.woosw-popup .woosw-empty:after,
.woosw-popup .woosw-manage:after {
	background: var(--hover-line-color, #e7e7e7);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.woosw-popup .woosw-empty:after,
.woosw-popup .woosw-empty:hover:before,
.woosw-popup .woosw-manage:after,
.woosw-popup .woosw-manage:hover:before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:
		transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.woosw-popup .woosw-empty:hover:after,
.woosw-popup .woosw-manage:hover:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition:
		transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
		-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.woosw-share-mail .woosw-icon:before {
	font-weight: 900;
}
.woosw-item--remove span,
.woosw-popup-close:after,
.woosw-share-mail .woosw-icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
}
.woosw-item--remove span,
.woosw-popup-close:after {
	font-weight: 300;
}
.woosw-icon {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}
#woosw_manage .woosw-popup-content-mid {
	padding: 20px 0;
}
#woosw_manage table td {
	text-align: start;
	padding: 15px 20px;
	border: 0;
}
.woosw-new-wishlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#woosw_wishlist_name {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#woosw_add_wishlist {
	margin: 0 0 0 10px;
	padding: 0 10px !important;
}
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes spinner {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.woosw-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100002;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor:
		url(../../images/cursor/light-close.png) 16 16,
		pointer;
}
.woosw-popup.woosw-show {
	opacity: 1;
	visibility: visible;
}
.woosw-popup .added_to_cart {
	display: none;
}
.woosw-popup.woosw-message .woosw-popup-content {
	max-width: 320px;
	background-color: #fff;
}
.woosw-popup.woosw-message .woosw-popup-content-top {
	color: #000;
	background-color: transparent;
}
.woosw-popup.woosw-message .woosw-popup-content-bot {
	display: none;
}
.woosw-popup .woosw-item--actions {
	text-align: center;
	min-width: 170px;
}
.woosw-popup .button {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 5px;
}
.woosw-popup .button:before {
	margin: 0 5px 0 0;
}
.woosw-popup .woosw-empty,
.woosw-popup .woosw-manage {
	margin: 0 0 0 10px;
	cursor: pointer;
	padding: 2px 0;
}
.woosw-popup .woosw-items {
	margin: 0;
	padding: 10px 0;
	overflow-y: auto;
	position: relative;
}
.woosw-popup .woosw-item {
	padding: 0 20px;
}
.woosw-popup .woosw-item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-top: 1px dashed #eee;
}
.woosw-popup .woosw-item-inner > div {
	margin-right: 10px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.woosw-popup .woosw-item-inner > div:last-child {
	margin-right: 0;
}
.woosw-popup .woosw-item:first-child .woosw-item-inner {
	border-top: none;
}
.woosw-popup .woosw-item--info {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1 !important;
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
	min-width: 150px;
}
.woosw-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.woosw-popup-close:after {
	content: '';
	font-size: 20px;
}
.woosw-popup-close:hover {
	color: hsla(0, 0%, 100%, 0.7);
}
.woosw-popup-inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.woosw-popup-content {
	border-radius: var(--supashop-normal-rounded);
	overflow: hidden;
	width: 90%;
	max-width: 570px;
	height: auto;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: auto;
}
.woosw-popup-content > div {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}
.woosw-popup-content-top {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 48px;
	line-height: 48px;
	padding: 0 53px 0 20px;
	margin: 0;
	position: relative;
	font-weight: 500;
	color: #fff;
	background-color: #000;
}
.woosw-popup-content-top .woosw-count:before {
	content: '(';
}
.woosw-popup-content-top .woosw-count:after {
	content: ')';
}
.woosw-popup-content-mid {
	display: block;
	position: relative;
	min-height: 80px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0;
	margin: 0;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
}
.woosw-popup-content-mid .woosw-item--add p del,
.woosw-popup-content-mid .woosw-item--add p ins,
.woosw-popup-content-mid .woosw-item--add p span {
	display: none;
}
.woosw-popup-content-mid .woosw-item--add p > a {
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 14px;
}
.woosw-item--name {
	font-weight: 500;
}
.woosw-item--title {
	font-size: 16px;
	margin: 0;
}
.woosw-item--price {
	font-size: 14px;
	margin: 3px 0 0;
}
.woosw-item--price .amount,
.woosw-item--price .price {
	font-size: 14px;
}
.woosw-item--time {
	margin: 3px 0 0;
	font-size: 14px;
	color: var(--supashop-color-heading);
}
.woosw-popup-content-mid-massage,
.woosw-popup-content-mid-message {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 20px;
	min-height: 80px;
	text-align: center;
}
.woosw-continue {
	cursor: pointer;
}
.woosw-item--actions .woocommerce_loop_add_to_cart_wrap {
	display: block;
	width: 100%;
}
.woosw-item--actions .woocommerce_loop_add_to_cart_wrap:after,
.woosw-item--actions .woocommerce_loop_add_to_cart_wrap:before,
.woosw-item--stock {
	display: none;
}
.woosw-item--remove {
	vertical-align: middle;
	width: 16px;
}
.woosw-item--remove span {
	font-size: 18px;
	cursor: pointer;
}
.woosw-item--remove span:before {
	content: '';
}
.woosw-item--remove span.removing :before {
	-webkit-animation: spinner 1s linear infinite;
	animation: spinner 1s linear infinite;
}
.woosw-item--remove span:hover:before {
	color: #d9534f;
}
.woosw-item--image img {
	width: 80px;
	height: auto;
	border-radius: 2px;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.woosw-item--add p {
	border: none !important;
	padding: 0 !important;
	font-size: 0;
}
.woosw-popup-content-bot {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	position: relative;
	color: #fff;
	font-weight: 500;
	background-color: #000;
	overflow: hidden;
}
.woosw-popup-content-bot .woosw-notice {
	display: block;
	text-align: center;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	font-weight: var(--supashop-typography-body-font-weight);
	background-color: #5fbd74;
	position: absolute;
	top: 48px;
	left: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.woosw-popup-content-bot .woosw-notice.woosw-notice-show {
	top: 0;
}
.woosw-continue,
.woosw-popup-content-bot a {
	color: #fff;
}
.woosw-continue:hover,
.woosw-popup-content-bot a:hover {
	color: hsla(0, 0%, 100%, 0.7);
}
.woosw-popup-content-bot-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.woosw-item--note {
	padding-left: 10px;
	border-left: 2px solid #000;
	font-style: italic;
	font-size: 14px;
	display: none;
}
.woosw-list .woosw-items {
	margin: 0;
}
.woosw-list .woosw-items tr {
	border-bottom: 1px solid #eee;
}
.woosw-list .woosw-items tr:last-child {
	border-bottom: 0;
}
.woosw-list .woosw-items td,
.woosw-list .woosw-items th {
	padding: 15px 10px;
	text-align: start;
	border: 0;
	background: transparent !important;
}
.woosw-list .woosw-items td:first-child {
	padding-left: 0 !important;
}
.woosw-list .woosw-items td:last-child {
	padding-right: 0 !important;
}
.woosw-list .woosw-item--info {
	min-width: 150px;
}
.woosw-list .button {
	min-width: 180px;
	padding: 0 10px;
	white-space: nowrap;
}
.woosw-list .button:before {
	margin: 0 5px 0 0;
}
.woosw-list .woocommerce_loop_add_to_cart_wrap {
	text-align: end;
}
.woosw-list .added_to_cart {
	display: none;
}
.woosw-list .woosw-item--image {
	width: 100px;
	min-width: 100px;
}
.woosw-menu-item .woosw-menu-item-inner {
	position: relative;
}
.woosw-menu-item .woosw-menu-item-inner:after {
	content: attr(data-count);
	display: block;
	background-color: #e94b35;
	color: #fff;
	font-size: 10px;
	font-weight: var(--supashop-typography-body-font-weight);
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: -10px;
	right: -10px;
}
.woosw-actions {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}
.woosw-actions,
.woosw-copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.woosw-copy > span {
	margin-right: 15px;
}
.woosw-copy > span:last-child {
	margin: 0;
}
.woosw-share-label,
.woosw-share a {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
	text-decoration: none !important;
	font-style: normal !important;
}
.woosw-share-facebook .woosw-icon:before {
	content: '';
}
.woosw-share-twitter .woosw-icon:before {
	content: '';
}
.woosw-share-pinterest .woosw-icon:before {
	content: '';
}
.woosw-share-instagram .woosw-icon:before {
	content: '';
}
.woosw-share-mail .woosw-icon:before {
	content: '';
}
.woosw-suggested {
	padding: 0 20px;
}
.woosw-suggested-heading {
	text-align: center;
	overflow: hidden;
}
.woosw-suggested-heading span {
	position: relative;
}
.woosw-suggested-heading span:before {
	left: -10px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.woosw-suggested-heading span:after,
.woosw-suggested-heading span:before {
	content: '';
	width: 1000px;
	height: 1px;
	background-color: #ddd;
	display: block;
	position: absolute;
	top: 50%;
}
.woosw-suggested-heading span:after {
	left: auto;
	right: -10px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
@media only screen and (max-width: 860px) {
	.woosw-list .woosw-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.notiny-container {
	z-index: 999999;
}
.notiny-theme-woosw {
	padding: 10px;
	background-color: #fff;
	color: #000;
	margin: 5px 0;
	min-height: 32px;
	max-width: 100vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #eee;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
}
.notiny-theme-woosw .notiny-img {
	padding: 0;
	width: 48px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 48px;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	margin: 0 10px 0 0;
}
.notiny-theme-woosw .notiny-img img {
	width: 100%;
	height: auto;
	margin: 0;
}
.notiny-theme-woosw .notiny-text {
	font-size: 14px;
	line-height: 1.4;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.notiny-container-fluid-bottom .notiny-theme-woosw,
.notiny-container-fluid-top .notiny-theme-woosw {
	width: 90%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.notiny-container-fluid-top {
	top: 10px !important;
}
.notiny-container-fluid-bottom {
	bottom: 10px !important;
}
@media (max-width: 767px) {
	.woosw-popup .woosw-item--actions {
		min-width: 150px;
	}
}
@media (max-width: 543px) {
	.woosw-popup .woosw-item--name {
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.woosw-popup .woosw-item--actions {
		min-width: 140px;
		padding-right: 10px;
	}
	.woosw-popup .button {
		font-size: 15px;
	}
	.woosw-list {
		overflow: auto;
	}
	.woosw-list .woosw-item--image {
		width: 80px;
		min-width: 80px;
	}
	.woosw-list .button {
		min-width: 130px;
		font-size: 15px;
		height: 40px;
		line-height: 38px;
	}
	.woosw-list .woosw-item--name {
		font-size: 15px;
	}
	.woosw-copy {
		display: block;
		width: 100%;
	}
	.woosw-copy > span {
		margin-right: 0;
	}
	.woosw-copy .woosw-copy-btn {
		display: block;
		margin-top: 5px !important;
	}
}
