.lt-custom-wrapper {
	position: fixed;
	right: 8px;
	top: 50%;
	z-index: 1000;
	display: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.lt-custom-popup {

	text-align: center;
	border-radius: 64px;
	width: 76px;;
	box-shadow: 0 0 25px rgba(0,0,0,.08);
	padding: 20px 10px 20px 10px;
	background-color: #fff;
}

.lt-custom-popup img {

	margin-bottom: 12px;
}


.lt-custom-popup .close {

	font-size: 14px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;

	font-size: 18px;
	color: #CE4F4D;
	z-index: 20;
	text-align: center;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	background-color: #EEEEEE;
	transition: all 0.5s ease;
}

.lt-custom-popup .close:hover {

	cursor: pointer;
}

.lt-custom-wrapper.closed .lt-custom-popup,
.lt-custom-popup.closed {

	padding: 15px 8px 6px 10px;
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	transition: all 0.25s ease;
}

.lt-custom-wrapper.closed  {

	right: 0;
}

.lt-custom-wrapper.closed .lt-custom-popup:hover,
.lt-custom-popup.closed:hover {

	padding-right: 14px;
}

.lt-custom-wrapper.closed .lt-custom-buy-standalone {
	display: none;
}

.ltx-font-selector:hover {

	cursor: pointer;
}

.lt-custom-popup.closed img:hover {

	cursor: pointer;
}

.lt-custom-popup.closed .close {

	display: none;
}

.lt-custom-wrapper.closed .lt-custom-popup div,
.lt-custom-popup.closed div {

	display: none;
}

.lt-custom-wrapper.closed .lt-custom-popup .img,
.lt-custom-popup.closed .img {

	display: block;
	overflow: hidden;
	height: 35px;
	width: 35px;
	text-align: center;
}

.lt-custom-wrapper.closed .lt-custom-popup .img img,
.lt-custom-popup.closed .img img {

	margin: 0;
}

.lt-custom-wrapper.closed .lt-custom-popup .close,
.lt-custom-popup.closed .close {

	display: none;
}

.lt-custom-popup .close:hover {

	opacity: 1;
	color: #000;
}

@media (max-width: 991px) {

	.lt-custom-wrapper {

		display: none !important;
	}
}	

.ltx-font-selector div,
.ltx-color-selector div {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	border: 4px solid #fff;
	display: block;	
	margin: 4px auto 0;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	cursor: pointer;
	transition: all 0.25s ease;
}

.ltx-font-selector div:hover,
.ltx-color-selector div:hover {

	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.lt-custom-field {

	padding: 0;
	border: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;

	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;

	cursor: pointer;

	display: block;
}


.lt-custom-buy-standalone {
	text-align: center;
	border-radius: 64px;
	width: 76px;
	box-shadow: 0 0 25px rgba(0,0,0,.08);
	padding: 18px 10px 8px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
}

.lt-custom-buy-title {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	color: #333;
}

.lt-custom-buy-prices {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	line-height: 1;
}

.lt-custom-buy-standalone[hidden],
.lt-custom-buy-prices[hidden] {
	display: none !important;
}

.lt-custom-price-full {
	font-size: 16px;
	font-weight: 700;
	color: #b0b0b0;
	text-decoration: line-through;
}

.lt-custom-price {
	font-size: 28px;
	font-weight: 700;
	color: #ef0808;
	margin-top: 2px;;
}

.lt-custom-price-currency {
	font-size: 12px;
	font-weight: 700;
	vertical-align: super;
	margin-right: 1px;
}

.lt-custom-buy {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #6cb846;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}

.lt-custom-buy:hover {
//	opacity: 0.9;
	color: #fff;
//	transform: scale(.95);
	background-color: #333;
}

.lt-custom-buy .lt-custom-buy-icon {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 0;
	flex-shrink: 0;
}

.lt-custom-buy .lt-custom-buy-label {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin-top: 6px;
	line-height: 1;
}