.xoo-wsc-markup *::-webkit-scrollbar {
	width: 8px;
}

.xoo-wsc-markup *::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #f0f0f0;
}

.xoo-wsc-markup *::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background: #d1d1d1;
}

.xoo-wsc-container, .xoo-wsc-slider {
	position: fixed;
	background-color: #fff;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	width: 95%;
	transition: .5s ease-out;
}

.xoo-wsc-modal * {
	box-sizing: border-box;
}

.xoo-wsc-markup a {
	text-decoration: none;
}

.xoo-wsc-opac {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 999996;
	opacity: 0;
	height: 0;
	transition: height 0s .4s, opacity .4s 0s;
}

.xoo-wsc-body {
	flex-grow: 1;
	overflow-y: auto;
	overflow-x: hidden;
}

span.xoo-wsc-loader {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .5;
	opacity: .7;
	background-color: #eee;
	z-index: 10;
}

.xoo-wsc-loader-icon {
	display: none;
}

@keyframes xoo-wsc-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.xoo-wsc-basket {
	margin: 10px;
	z-index: 9999997;
	cursor: pointer;
	position: fixed;
	transition: .5s ease-out;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}

.xoo-wsc-basket[style*='block'] {
	display: flex !important;
}

.xoo-wsc-items-count {
	border-radius: 50%;
	position: absolute;
	font-size: 13px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
}

.xoo-wsc-sc-bkcont {
	position: relative;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
	display: flex;
	position: relative;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

span.xoo-wsc-sc-count, span.xoo-wsch-items-count {
	border-radius: 50%;
	height: 18px;
	line-height: 18px;
	width: 18px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	right: -7px;
	position: absolute;
	top: -4px;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
	margin-right: 3px;
}

.xoo-wsc-notice-container {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}

ul.xoo-wsc-notices {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.xoo-wscb-icon {
	font-size: 37px;
}

.xoo-wscb-count {
	position: absolute;
	z-index: 1;
	background-color: transparent;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	left: 0;
	right: 0;
}

.xoo-wsc-header {
	padding: 15px;
	color: #000;
}

span.xoo-wsch-close {
	position: absolute;
	cursor: pointer;
}

span.xoo-wsch-text {
	margin-left: 8px;
}

.xoo-wsch-top .xoo-wsch-basket {
	display: table;
	position: relative;
}

.xoo-wsch-top {
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.xoo-wsc-ft-buttons-cont {
	display: grid;
	text-align: center;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

a.xoo-wsc-ft-btn, a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn, .xoo-wsc-container .xoo-wsc-btn:hover {
	text-decoration: none;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child {
	grid-column: 1/-1;
}

.xoo-wsc-empty-cart {
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.xoo-wsc-empty-cart > * {
	margin-bottom: 20px;
}

.xoo-wsc-markup-notices {
	top: 20%;
	right: -100%;
	left: auto;
	position: fixed;
	box-shadow: 2px 2px 9px 3px #eee;
	transition: all .5s;
	z-index: 999997;
	width: 0;
	max-width: 400px;
}

.xoo-wsc-markup[data-wpr-lazyrender] {
	content-visibility: visible !important;
}