@charset "UTF-8";

.woosc-popup.open {
	opacity: 1;
	visibility: visible;
}

.woosc-popup.open .woosc-popup-inner .woosc-popup-content {
	top: 50%;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li {
	display: block;
	padding: 10px 0;
	border: 1px solid #fafafa;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner {
	display: flex;
	align-items: center;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-image {
	width: 48px;
	flex: 0 0 48px;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-image img {
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-name {
	flex-grow: 1;
	padding: 0 10px;
	color: #222;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add {
	width: 48px;
	text-align: center;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #222;
	background-color: #f2f2f2;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add span:hover {
	color: #fff;
	background-color: #222;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result.woosc-loading:before, .woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result.woosc-loading:after {
	opacity: 1;
	visibility: visible;
}

.woosc-area .woosc-inner .woosc-table.woosc-table-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:before, .woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:after {
	opacity: 1;
	visibility: visible;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .woosc-no-result, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .woosc-unauthenticated {
	display: block;
	padding: 15px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead {
	z-index: 8;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr {
	border: none;
	margin: 0;
	padding: 0;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
	position: relative;
	border-collapse: collapse;
	z-index: 8 !important;
	text-transform: uppercase;
	padding: 15px 15px 15px 0;
	margin: 0;
	width: auto;
	min-width: 200px;
	max-width: 300px;
	vertical-align: middle;
	color: #43454b;
	font-weight: 700;
	text-align: left;
	background-color: #f7f7f7;
	border: none;
	border-image-width: 0;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove, .woosc-page .woosc-remove {
	text-transform: none;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
	padding-left: 15px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
	text-decoration: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody {
	z-index: 7;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr {
	border: none;
	margin: 0;
	padding: 0;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
	position: relative;
	border-collapse: collapse;
	background-color: #fff;
	padding: 15px 15px 15px 0;
	vertical-align: top;
	text-align: left;
	width: auto;
	min-width: 200px;
	max-width: 300px;
	color: #43454b;
	font-weight: 400;
	border: none;
	z-index: 6;
	border-image-width: 0;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
	z-index: 7;
	padding-left: 15px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-placeholder {
	text-align: center;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-placeholder:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 8px;
	background-color: #eee;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder {
	background-image: url("/wp-content/plugins/woo-smart-compare/assets/css/../images/placeholder.png");
	background-repeat: no-repeat;
	background-position: center;
	--lzl-bg-img: "/wp-content/plugins/woo-smart-compare/assets/css/../images/placeholder.png";
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder:before {
	display: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image a {
	text-decoration: none;
	outline: none;
	display: block;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-add_to_cart td p, .woosc_table tbody tr.tr-add_to_cart td p, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-add_to_cart td .add_to_cart_inline, .woosc_table tbody tr.tr-add_to_cart td .add_to_cart_inline {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-rating td .star-rating {
	float: left;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td {
	background-color: #fbfbfb;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-highlight td {
	background-color: #fff8d9;
	border-bottom: 1px solid #dfd7af;
}

.woosc-page .woosc_table tr.tr-highlight td {
	background-color: #fff8d9;
	border-bottom: 1px solid #dfd7af;
}

.woosc-page .woosc-table-settings {
	display: none !important;
}

.woosc-page .woosc-remove-all {
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-hide {
	display: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-similar {
	display: none;
}

.woosc-page .woosc_table tr.tr-hide, .woosc-page .woosc_table tr.tr-similar {
	display: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
	background-color: #f8f8f8;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 thead tr th, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-2 thead tr th {
	width: 25%;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 tbody tr td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-2 tbody tr td {
	width: 25%;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .ps-scrollbar-x-rail, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .ps-scrollbar-y-rail {
	z-index: 999999;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-settings {
	background-image: url("/wp-content/plugins/woo-smart-compare/assets/css/../images/checkbox-dark.svg");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 21px;
	--lzl-bg-img: "/wp-content/plugins/woo-smart-compare/assets/css/../images/checkbox-dark.svg";
}

.woosc-area .woosc-inner .woosc-table .woosc-table-settings.lzl:not(.lzl-ed), .woosc-area .woosc-inner .woosc-table .woosc-table-settings.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20394.893%20394.893%22%20width%3D%22394.893px%22%20height%3D%22394.893px%22%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%2300000000%22%20%2F%3E%3C%2Fsvg%3E");
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder.lzl:not(.lzl-ed), .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAC0UlEQVR4Ae3QgQAAAADDoPlTH+SFUGHAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgIGvgQFx5gABkajORgAAAABJRU5ErkJggg==");
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(3) {
	top: 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-icon {
	font-size: 0;
	padding: 0;
	width: 48px;
	overflow: hidden;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0 15px 0 40px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(255, 255, 255, .1);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiCiAgICAgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItc2xpZGVycyI+CiAgICA8bGluZSB4MT0iNCIgeTE9IjIxIiB4Mj0iNCIgeTI9IjE0Ij48L2xpbmU+CiAgICA8bGluZSB4MT0iNCIgeTE9IjEwIiB4Mj0iNCIgeTI9IjMiPjwvbGluZT4KICAgIDxsaW5lIHgxPSIxMiIgeTE9IjIxIiB4Mj0iMTIiIHkyPSIxMiI+PC9saW5lPgogICAgPGxpbmUgeDE9IjEyIiB5MT0iOCIgeDI9IjEyIiB5Mj0iMyI+PC9saW5lPgogICAgPGxpbmUgeDE9IjIwIiB5MT0iMjEiIHgyPSIyMCIgeTI9IjE2Ij48L2xpbmU+CiAgICA8bGluZSB4MT0iMjAiIHkxPSIxMiIgeDI9IjIwIiB5Mj0iMyI+PC9saW5lPgogICAgPGxpbmUgeDE9IjEiIHkxPSIxNCIgeDI9IjciIHkyPSIxNCI+PC9saW5lPgogICAgPGxpbmUgeDE9IjkiIHkxPSI4IiB4Mj0iMTUiIHkyPSI4Ij48L2xpbmU+CiAgICA8bGluZSB4MT0iMTciIHkxPSIxNiIgeDI9IjIzIiB5Mj0iMTYiPjwvbGluZT4KPC9zdmc+");
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 15px center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter select {
	font-size: 14px;
	font-weight: 400;
	height: 48px;
	line-height: 48px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 2px;
	background: none;
	color: #fff;
}

.woosc-area.woosc-area-open-table.woosc-area-open-bar .woosc-inner .woosc-bar .woosc-bar-print {
	display: inline-block;
}

.woosc-share-content.woosc-loading {
	pointer-events: none;
}

.woosc-share-content.woosc-loading:before, .woosc-share-content.woosc-loading:after {
	opacity: 1;
	visibility: visible;
}

.woosc-share-text, .woosc-share-link, .woosc-share-links {
	width: 100%;
}

.woosc-share-link, .woosc-share-links {
	margin-top: 10px;
}

.woosc-share-links a {
	margin-left: 5px;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-remove {
	width: 48px;
	height: 48px;
	display: inline-block;
	position: relative;
	margin: 0 0 0 10px;
	cursor: pointer;
	background-color: #e32718;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICAgIDxwYXRoIGQ9Ik0zNjggNjRsLTMzLjYtNDQuOEMzMjUuMyA3LjEgMzExLjEgMCAyOTYgMGgtODBjLTE1LjEgMC0yOS4zIDcuMS0zOC40IDE5LjJMMTQ0IDY0SDQwYy0xMy4zIDAtMjQgMTAuNy0yNCAyNHYyYzAgMy4zIDIuNyA2IDYgNmgyMC45bDMzLjIgMzcyLjNDNzguMyA0OTMgOTkgNTEyIDEyMy45IDUxMmgyNjQuMmMyNC45IDAgNDUuNi0xOSA0Ny44LTQzLjdMNDY5LjEgOTZINDkwYzMuMyAwIDYtMi43IDYtNnYtMmMwLTEzLjMtMTAuNy0yNC0yNC0yNEgzNjh6TTIxNiAzMmg4MGM1IDAgOS44IDIuNCAxMi44IDYuNEwzMjggNjRIMTg0bDE5LjItMjUuNmMzLTQgNy44LTYuNCAxMi44LTYuNHptMTg4IDQzMy40Yy0uNyA4LjMtNy42IDE0LjYtMTUuOSAxNC42SDEyMy45Yy04LjMgMC0xNS4yLTYuMy0xNS45LTE0LjZMNzUgOTZoMzYybC0zMyAzNjkuNHoiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPg==");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item {
	width: 48px;
	height: 48px;
	display: inline-block;
	position: relative;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.woosc-bar-item-hidden {
	pointer-events: none;
	opacity: .2;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.woosc-bar-item-hidden img {
	filter: grayscale(1);
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item img {
	width: 48px;
	height: 48px;
	cursor: move;
	margin: 0;
	z-index: 6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IgogICAgIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOSAxMjkiIHdpZHRoPSI4cHgiIGhlaWdodD0iOHB4Ij4KICAgIDxnPgogICAgICAgIDxwYXRoIGQ9Ik03LjYsMTIxLjRjMC44LDAuOCwxLjgsMS4yLDIuOSwxLjJzMi4xLTAuNCwyLjktMS4ybDUxLjEtNTEuMWw1MS4xLDUxLjFjMC44LDAuOCwxLjgsMS4yLDIuOSwxLjJjMSwwLDIuMS0wLjQsMi45LTEuMiAgIGMxLjYtMS42LDEuNi00LjIsMC01LjhMNzAuMyw2NC41bDUxLjEtNTEuMWMxLjYtMS42LDEuNi00LjIsMC01LjhzLTQuMi0xLjYtNS44LDBMNjQuNSw1OC43TDEzLjQsNy42QzExLjgsNiw5LjIsNiw3LjYsNy42ICAgcy0xLjYsNC4yLDAsNS44bDUxLjEsNTEuMUw3LjYsMTE1LjZDNiwxMTcuMiw2LDExOS44LDcuNiwxMjEuNHoiCiAgICAgICAgICAgICAgZmlsbD0iI0ZGRkZGRiIvPgogICAgPC9nPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #292a30;
	z-index: 7;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove:hover {
	background-color: #f22;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.removing {
	opacity: .5;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:hover .woosc-bar-item-remove {
	opacity: 1;
	visibility: visible;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:first-child {
	margin-left: 0px;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:last-child {
	margin-right: 0px;
}

.woosc-area .woosc-inner .woosc-bar.woosc-bar-open {
	bottom: 0;
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes:not(.woosc-area-open-table) .woosc-inner .woosc-bar:hover .woosc-bar-notice, .woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes-empty[data-count="0"]:not(.woosc-area-open-table) .woosc-inner .woosc-bar:hover .woosc-bar-notice {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-filter, .woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-remove, .woosc-area .woosc-inner .woosc-bar[data-count="1"] .woosc-bar-remove {
	display: none;
}

.woosc-area.woosc-bar-top .woosc-inner .woosc-table {
	padding: 78px 15px 15px 15px;
}

.woosc-area.woosc-bar-top .woosc-inner .woosc-bar {
	top: -80px;
	bottom: auto;
}

.woosc-area.woosc-bar-top .woosc-inner .woosc-bar.woosc-bar-open {
	top: 0;
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-btn {
	order: 0;
	margin-left: 0;
	margin-right: 15px;
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-remove {
	order: 1;
	margin: 0 10px 0 0;
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-items {
	order: 2;
	text-align: left;
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-search {
	order: 3;
	margin: 0 0 0 10px;
}

.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-share {
	order: 4;
	margin: 0 0 0 10px;
}

.woosc-btn {
	cursor: pointer;
}

.woosc-btn.woosc-btn-adding:after {
	content: "...";
}

.woosc-btn.woosc-btn-has-icon.woosc-btn-adding:after {
	display: none !important;
}

.woosc-btn.woosc-btn-added:before {
	content: "✓";
	margin-right: 5px;
}

.woosc-btn.woosc-btn-has-icon.woosc-btn-added:before {
	display: none !important;
}

.woosc-btn-has-icon {
	display: inline-flex;
	align-items: center;
}

.woosc-btn-has-icon .woosc-btn-icon {
	margin: 0;
}

.woosc-btn-icon-text .woosc-btn-text {
	margin-left: 5px;
}

.woosc-btn-text-icon .woosc-btn-text {
	margin-right: 5px;
}

.woosc-btn-has-icon.woosc-btn-adding .woosc-btn-icon {
	-webkit-animation: woosc-spinner 1s linear infinite;
	-moz-animation: woosc-spinner 1s linear infinite;
	-ms-animation: woosc-spinner 1s linear infinite;
	-o-animation: woosc-spinner 1s linear infinite;
	animation: woosc-spinner 1s linear infinite;
}

.woosc-link a {
	color: inherit;
}

.woosc-link .woosc-link-inner {
	position: relative;
}

.woosc-link .woosc-link-inner:after {
	content: attr(data-count);
	display: block;
	background-color: #e94b35;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: -10px;
	right: -10px;
}

.woosc-menu-item .woosc-menu-item-inner {
	position: relative;
}

.woosc-menu-item .woosc-menu-item-inner:after {
	content: attr(data-count);
	display: block;
	background-color: #e94b35;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	position: absolute;
	top: -10px;
	right: -10px;
}

body.woocommerce-cart .woosc-hide-checkout, body.woocommerce-checkout .woosc-hide-checkout, .woosc-hide-empty[data-count="0"] {
	display: none;
}

.woosc_list {
	max-width: 100%;
	overflow-x: auto;
}

.woosc_table table tr th, .woosc_table table tr td {
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
}

@media screen and (max-width: 767px) {
	.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove {
		opacity: 1;
		visibility: visible;
	}
}

.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble {
	background-color: transparent !important;
	background: none !important;
	pointer-events: none;
}

.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-btn {
	pointer-events: auto;
	width: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	-moz-box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px;
	box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px;
}

.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble > a, .woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-items, .woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-remove, .woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-filter {
	display: none !important;
}

.notiny-container {
	z-index: 999999;
}

.notiny-theme-woosc {
	padding: 10px;
	background-color: #fff;
	color: #222;
	margin: 5px 0;
	min-height: 32px;
	max-width: 100vw;
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
}

.notiny-theme-woosc .notiny-img {
	margin: 0;
	padding: 0;
	width: 48px;
	flex: 0 0 48px;
	margin-right: 10px;
}

.notiny-theme-woosc .notiny-img img {
	width: 100%;
	height: auto;
	margin: 0;
}

.notiny-theme-woosc .notiny-text {
	font-size: 14px;
	line-height: 1.4;
	flex-grow: 1;
}

.notiny-container-fluid-top .notiny-theme-woosc, .notiny-container-fluid-bottom .notiny-theme-woosc {
	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;
}

.woosc-area-open-sidebar {
	background-color: rgba(0, 0, 0, .7);
	pointer-events: auto;
}

.woosc-sidebar {
	font-size: 14px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	max-width: 460px;
	box-sizing: border-box;
	text-align: start;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: flex;
	flex-direction: column;
}

.woosc-sidebar.woosc-sidebar-position-left {
	right: unset;
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.woosc-area-open-sidebar .woosc-sidebar {
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.woosc-sidebar .woosc-sidebar-items {
	flex-grow: 1;
	position: relative;
	padding: 10px 0;
	overflow-y: auto;
}

.woosc-sidebar .woosc-sidebar-items:before {
	content: "";
	width: 32px;
	height: 32px;
	display: block;
	margin-top: -16px;
	margin-left: -16px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJtMTYgNi4wMDF2Mi45OTljMCAuMzY5LjIwMy43MDguNTI3Ljg4My4xNDcuMDc4LjMxMS4xMTguNDczLjExOC4xOTMgMCAuMzg3LS4wNTcuNTU1LS4xNjhsNi00LjAwMWMuMjc4LS4xODYuNDQ1LS40OTcuNDQ1LS44MzEgMC0uMzM1LS4xNjctLjY0Ni0uNDQ1LS44MzJsLTYtNGMtLjMwNy0uMjA2LS43MDMtLjIyNS0xLjAyNS0uMDUtLjMyNy4xNzQtLjUzLjUxMy0uNTMuODgydjNjLTYuNjE3IDAtMTIgNS4zODMtMTIgMTIgMCAuNTUyLjQ0OCAxIDEgMXMxLS40NDggMS0xYzAtNS41MTUgNC40ODYtMTAgMTAtMTB6bTItMy4xMzIgMy4xOTcgMi4xMzItMy4xOTcgMi4xMzF6bTkgMTIuMTMyYy0uNTUyIDAtMSAuNDQ3LTEgMSAwIDUuNTE2LTQuNDg2IDEwLTEwIDEwdi0zLjAwMWMwLS4zNjktLjIwMy0uNzA3LS41MjgtLjg4MnMtLjcyLS4xNTUtMS4wMjYuMDVsLTYgNGMtLjI3OS4xODYtLjQ0Ni40OTgtLjQ0Ni44MzJzLjE2Ny42NDYuNDQ1LjgzMmw2IDRjLjE2OC4xMTEuMzYxLjE2OC41NTUuMTY4LjE2MiAwIC4zMjQtLjAzOS40NzItLjExOC4zMjUtLjE3NC41MjgtLjUxMy41MjgtLjg4MnYtM2M2LjYxNyAwIDEyLTUuMzgzIDEyLTExLjk5OSAwLS41NTMtLjQ0OC0xLTEtMXptLTEzIDE0LjEzLTMuMTk3LTIuMTMxIDMuMTk3LTIuMTMxeiIKICAgICAgICAgIGZpbGw9IiMyMjIiLz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	-webkit-animation: woosc-spinner 1s linear infinite;
	-moz-animation: woosc-spinner 1s linear infinite;
	-ms-animation: woosc-spinner 1s linear infinite;
	-o-animation: woosc-spinner 1s linear infinite;
	animation: woosc-spinner 1s linear infinite;
	opacity: 0;
	visibility: hidden;
}

.woosc-sidebar .woosc-sidebar-items:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
	background-color: rgba(255, 255, 255, .5);
	opacity: 0;
	visibility: hidden;
}

.woosc-sidebar.woosc-loading .woosc-sidebar-items:before, .woosc-sidebar.woosc-loading .woosc-sidebar-items:after {
	opacity: 1;
	visibility: visible;
}

.woosc-sidebar .woosc-sidebar-items .woosc-sidebar-no-items {
	padding: 20px;
	text-align: center;
}

.woosc-sidebar .woosc-sidebar-top {
	flex: 0 0 auto;
	height: 48px;
	line-height: 48px;
	padding: 0 60px 0 20px;
	margin: 0;
	position: relative;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, .1);
}

.woosc-sidebar .woosc-sidebar-close {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	font-size: 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IgogICAgIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOSAxMjkiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogICAgPGc+CiAgICAgICAgPHBhdGggZD0iTTcuNiwxMjEuNGMwLjgsMC44LDEuOCwxLjIsMi45LDEuMnMyLjEtMC40LDIuOS0xLjJsNTEuMS01MS4xbDUxLjEsNTEuMWMwLjgsMC44LDEuOCwxLjIsMi45LDEuMmMxLDAsMi4xLTAuNCwyLjktMS4yICAgYzEuNi0xLjYsMS42LTQuMiwwLTUuOEw3MC4zLDY0LjVsNTEuMS01MS4xYzEuNi0xLjYsMS42LTQuMiwwLTUuOHMtNC4yLTEuNi01LjgsMEw2NC41LDU4LjdMMTMuNCw3LjZDMTEuOCw2LDkuMiw2LDcuNiw3LjYgICBzLTEuNiw0LjIsMCw1LjhsNTEuMSw1MS4xTDcuNiwxMTUuNkM2LDExNy4yLDYsMTE5LjgsNy42LDEyMS40eiIKICAgICAgICAgICAgICBmaWxsPSIjMjIyMjIyIi8+CiAgICA8L2c+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
}

.woosc-sidebar-item {
	padding: 0 20px;
}

.woosc-sidebar-item-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-top: 1px dashed #eee;
}

.woosc-sidebar-items .woosc-sidebar-item:first-child .woosc-sidebar-item-inner {
	border-top: none;
}

.woosc-sidebar-item-inner > div {
	margin-right: 10px;
}

.woosc-sidebar-item-inner > div:last-child {
	margin-right: 0;
}

.woosc-sidebar-item .woosc-sidebar-item-remove {
	width: 14px;
	flex: 0 0 14px;
	font-size: 0;
}

.woosc-sidebar-item .woosc-sidebar-item-remove span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IgogICAgIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOSAxMjkiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiPgogICAgPGc+CiAgICAgICAgPHBhdGggZD0iTTcuNiwxMjEuNGMwLjgsMC44LDEuOCwxLjIsMi45LDEuMnMyLjEtMC40LDIuOS0xLjJsNTEuMS01MS4xbDUxLjEsNTEuMWMwLjgsMC44LDEuOCwxLjIsMi45LDEuMmMxLDAsMi4xLTAuNCwyLjktMS4yICAgYzEuNi0xLjYsMS42LTQuMiwwLTUuOEw3MC4zLDY0LjVsNTEuMS01MS4xYzEuNi0xLjYsMS42LTQuMiwwLTUuOHMtNC4yLTEuNi01LjgsMEw2NC41LDU4LjdMMTMuNCw3LjZDMTEuOCw2LDkuMiw2LDcuNiw3LjYgICBzLTEuNiw0LjIsMCw1LjhsNTEuMSw1MS4xTDcuNiwxMTUuNkM2LDExNy4yLDYsMTE5LjgsNy42LDEyMS40eiIKICAgICAgICAgICAgICBmaWxsPSIjMzMzMzMzIi8+CiAgICA8L2c+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	cursor: pointer;
}

.woosc-sidebar-item .woosc-sidebar-item-thumb {
	width: 80px;
	flex: 0 0 80px;
}

.woosc-sidebar-item .woosc-sidebar-item-thumb img {
	width: 100%;
	height: auto;
	margin: 0;
}

.woosc-sidebar-item .woosc-sidebar-item-info {
	flex-grow: 1;
}

.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name, .woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name a {
	font-weight: 700;
	text-decoration: none;
}

.woosc-sidebar-item-action p {
	margin: 0 !important;
}

.woosc-sidebar-bot {
	padding: 20px;
	text-align: center;
}

.woosc-sidebar-btn {
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #00a0d2;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border: none;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woosc-sidebar-continue {
	display: block;
	margin-top: 10px;
}

.woosc-sidebar-continue span {
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.woosc-quick-table .woosc-quick-table-products {
	width: 100%;
	overflow-x: auto;
}

.woosc-quick-table .woosc_table thead .woosc-remove, .woosc-quick-table .woosc_table thead .woosc-table-settings {
	display: none;
}

.woosc-quick-table .woosc_table th, .woosc-quick-table .woosc_table td {
	min-width: 300px;
	background-color: #fff;
}

.woosc-quick-table .woosc_table th.th-label, .woosc-quick-table .woosc_table td.td-label {
	min-width: 160px;
}

.woosc-quick-table .woosc_table th, .woosc-quick-table .woosc_table tr:nth-child(2n) td {
	background-color: #fbfbfb;
}

.woosc-quick-table.label-column-no .woosc_table .th-label, .woosc-quick-table.label-column-no .woosc_table .td-label {
	display: none;
}

.woosc-area.woosc-need-login .woosc-bar .woosc-bar-print, .woosc-area.woosc-need-login .woosc-bar .woosc-bar-share, .woosc-area.woosc-need-login .woosc-bar .woosc-bar-search, .woosc-area.woosc-need-login .woosc-bar .woosc-bar-items {
	pointer-events: none !important;
	opacity: .5 !important;
}

.woosc-print, .woosc-area .table-print, .woosc-area .tr-print, .woosc-area .td-print, .woosc_table .tr-print, .woosc_table .td-print {
	display: none;
}

@media print {
	.woosc-print {
		display: block;
	}
	
	div.woosc-print {
		display: block;
	}
	
	span.woosc-print {
		display: inline-block;
	}
	
	.woosc-area .table-print {
		display: table;
	}
	
	.woosc-area .tr-print {
		display: table-row;
	}
	
	.woosc-area .td-print {
		display: table-cell;
	}
	
	.woosc-area .tr-name td:not(.td-label), .woosc-area .tr-name td:not(.td-label) a {
		font-weight: 700;
		text-transform: uppercase;
		pointer-events: none;
		text-decoration: none;
	}
	
	.woosc_table .tr-add_to_cart {
		display: none;
	}
}