
#commercekit-wishlist-popup {
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 7px 40px;
	z-index: 10000;
	transform: translate(-50%, 0);
}

.commercekit-wishlist.mini {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transition: all .2s;
}

@media (max-width:992px) {
	.commercekit-wishlist.mini {
		opacity: 1;
	}
}

li.menu-item .commercekit-wishlist.mini {
	right: 10px;
	top: 10px;
}

li.product .commercekit-wishlist a {
	width: 30px;
	height: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	display: block;
	text-align: center;
	border-radius: 99%;
}

.commercekit-wishlist.full {
	position: relative;
	margin-left: 22px;
	line-height: 1.5;
}

.commercekit-wishlist.full a em.cg-wishlist-t:before, .commercekit-wishlist.full a em.cg-wishlist:before {
	margin-top: 1px;
}

.commercekit-wishlist a.processing:after, .commercekit-wishlist-table a.commercekit-remove-wishlist2.processing:after {
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-transition: opacity 0 ease;
	-webkit-transition: opacity .25s ease;
	transition: opacity 0 ease;
	transition: opacity .25s ease;
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-left-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	webkit-animation: ckit-rotate 450ms infinite linear;
	animation: ckit-rotate 450ms infinite linear;
	box-sizing: content-box;
}

.commercekit-wishlist-table a.commercekit-remove-wishlist2.processing:after {
	top: -6px;
	left: -6px;
	width: 30px;
	height: 30px;
}

@-webkit-keyframes ckit-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ckit-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.commercekit-wishlist a em {
	font-style: normal;
}

.commercekit-wishlist a em.cg-wishlist-t:before, .commercekit-wishlist a em.cg-wishlist:before, .commercekit-wishlist.full a em.cg-wishlist-t:before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #333;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

li .commercekit-wishlist a em.cg-wishlist-t:before, li .commercekit-wishlist a em.cg-wishlist:before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.commercekit-wishlist a em.cg-wishlist-t:before, .commercekit-wishlist a em.cg-wishlist:before, .commercekit-wishlist.full a em.cg-wishlist-t:before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.commercekit-wishlist a em.cg-wishlist-t:before {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 13L9 17L19 7\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 13L9 17L19 7\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");
}

.commercekit-wishlist.full a em.cg-wishlist, .commercekit-wishlist.full a em.cg-wishlist-t {
	position: absolute;
}

ul.products li.product:hover .commercekit-wishlist.mini, ul.products li.product:focus-within .commercekit-wishlist.mini {
	opacity: 1;
	transform: translateY(0px);
}

.commercekit-pages {
	clear: both;
	width: 100%;
	text-align: right;
}

.commercekit-wishlist-table tbody td, .commercekit-wishlist-table thead th {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
	vertical-align: middle;
	font-size: 14px;
}

.commercekit-wishlist-table thead th {
	padding-top: 0;
	border-bottom-width: 2px;
	font-size: 15px;
}

.commercekit-wishlist-table tbody td {
	padding-right: 15px;
}

.commercekit-wishlist-table tbody tr:last-child td {
	border: none;
}

.commercekit-wishlist-table a {
	color: #000;
}

.commercekit-wishlist-table .remove {
	vertical-align: middle;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	width: 42px;
}

.commercekit-wishlist-table .remove a {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 19px;
	border-radius: 100%;
	color: #ccc;
	font-weight: 700;
	text-align: center;
	border: 1.5px solid #ccc;
	transition: all .2s;
}

.commercekit-wishlist-table .remove a:hover {
	color: #777;
	border-color: #777;
}

.commercekit-wishlist-table .image-name {
	vertical-align: middle;
}

.commercekit-wishlist-table .image-name .image {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	margin-right: 10px;
}

.commercekit-wishlist-table .image {
	width: 80px;
}

.commercekit-wishlist-table .price del {
	color: #999;
}

.commercekit-wishlist-table .stock .instock {
	color: #007f12;
	font-weight: bold;
}

.commercekit-wishlist-table .stock .outofstock {
	color: #999;
}

.commercekit-wishlist-table .cart {
	text-align: right;
	padding-right: 0;
	font-size: 13px;
}

.commercekit-wishlist-table .cart button, .commercekit-wishlist-table .cart a.button {
	padding: .5em 1em;
	line-height: 1.5;
	transition: .2s all;
	border-radius: 4px;
	font-size: 13px;
	color: #fff;
	white-space: nowrap;
	font-weight: 700;
	cursor: pointer;
}

.commercekit-wishlist-table {
	margin-top: 10px;
	margin-bottom: 2em;
}

.commercekit-wishlist-table .center {
	text-align: center;
}

.commercekit-wishlist-table a.commercekit-remove-wishlist2 {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.commercekit-wishlist-table a.commercekit-remove-wishlist2.processing {
	position: relative;
}

.commercekit-wishlist a em.cg-wishlist-t:before, .commercekit-wishlist a em.cg-wishlist:before, .commercekit-wishlist.full a em.cg-wishlist-t:before {
	left: -22px;
}

@media (max-width: 770px) {
	.commercekit-wishlist-table {
		margin-bottom: inherit;
	}
	
	.commercekit-wishlist-table thead {
		display: none;
	}
	
	.commercekit-wishlist-table tbody td {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0 0 5px;
		font-size: 13px;
		border: none;
	}
	
	.commercekit-wishlist-table tbody td.name {
		padding-bottom: 2px;
		font-size: 14px;
		padding-right: 40px;
		line-height: 1.45;
	}
	
	.commercekit-wishlist-table tbody td.stock {
		font-size: 12px;
		opacity: .6;
	}
	
	.commercekit-wishlist-table tr {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e2e2e2;
		padding-left: 120px;
		min-height: 130px;
		display: block;
	}
	
	.commercekit-wishlist-table tr:last-child {
		border: none;
	}
	
	.commercekit-wishlist-table td.remove {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: inherit;
	}
	
	.commercekit-wishlist-table td.image {
		position: absolute;
		top: 5px;
		left: 0;
		overflow: hidden;
		margin-bottom: 0;
		padding-bottom: 0;
		max-height: 120px;
		border-bottom: none;
	}
	
	.commercekit-wishlist-table .image {
		width: 100px;
	}
	
	.commercekit-wishlist-table .cart button {
		font-size: 12px;
		padding: .5em 1.2em;
	}
}

.commercekit-wishlist-table .image img {
	display: block;
}

.commercekit-wishlist-pages {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -1em;
	margin-bottom: 4em;
}

.commercekit-wishlist-pages .tablenav-pages-navspan, .commercekit-wishlist-pages a {
	font-size: 18px;
	padding: 2px 2px;
}

.commercekit-wishlist-pages .paging-input {
	padding: 0 10px;
}

.commercekit-wishlist-pages a {
	width: 34px;
	border: 1px solid #e2e2e2;
	height: 36px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	color: #111;
	border-radius: 3px;
	box-shadow: 0 4px 7px -2px rgba(0, 0, 0, .06);
}

.commercekit-wishlist-pages a:hover {
	border-color: #ccc;
}

.commercekit-wishlist-pages a:hover {
	color: #000;
}

.commercekit-wishlist-table .image a {
	display: block;
}

.commercekit-wishlist a {
	display: inline-flex;
}

/* RTL */
.rtl .commercekit-wishlist {
	margin-right: 22px;
	margin-left: 0;
}

.rtl .commercekit-wishlist.full a em.cg-wishlist-t:before, .rtl .commercekit-wishlist.full a em.cg-wishlist:before, .rtl .commercekit-wishlist.full a em.cg-wishlist-t:before {
	left: auto;
	right: -22px;
}

.commercekit-wishlist a i.cg-wishlist {
	right: 0px;
	left: auto;
}

.rtl .menu-item .commercekit-wishlist.mini {
	left: 10px;
}

.rtl .commercekit-wishlist-table .cart {
	text-align: left;
	padding-left: 0;
}

.rtl .commercekit-wishlist-table tbody td {
	padding-left: 15px;
	padding-right: 0;
}

@media screen and (max-width: 770px) {
	.rtl .commercekit-wishlist-table .cart, .rtl .commercekit-wishlist-table .remove {
		text-align: right;
	}
}

/* Shoptimizer */
.theme-shoptimizer .commercekit-wishlist.full {
	margin-bottom: 15px;
}

.theme-shoptimizer .commercekit-wishlist a {
	font-size: 13px;
	font-weight: 600;
	color: #111;
}

.theme-shoptimizer .commercekit-wishlist a:hover {
	color: #111;
}

.theme-shoptimizer .commercekit-wishlist a:hover span {
	text-decoration: underline;
	text-decoration-thickness: .5px;
	text-underline-offset: .18em;
}

@media screen and (max-width: 600px) {
	.theme-shoptimizer.m-grid-2 .commercekit-wishlist.mini {
		top: 10px;
		right: 10px;
	}
}

.rtl.theme-shoptimizer .commercekit-wishlist.mini {
	left: 10px;
	right: auto;
}

@media screen and (min-width: 993px) {
	.theme-shoptimizer .commercekit-wishlist.mini {
		right: 30px;
	}
	
	.rtl.theme-shoptimizer .commercekit-wishlist.mini {
		left: 30px;
		right: auto;
	}
	
	.rtl li.menu-item .commercekit-wishlist.mini {
		left: 10px;
		right: auto;
	}
	
	ul.commercekit-wishlist-list.products li.product {
		width: 25%;
	}
}

body:has(.wsl-no-title) h1.entry-title {
	display: none;
}

@media (max-width: 992px) {
	ul.products:has(.wsl-no-products) {
		grid-template-columns: repeat(1, minmax(10px, 1fr));
	}
}

ul.commercekit-wishlist-list.products .wsl-no-products {
	width: 100%;
	list-style: none;
	min-height: 450px;
	text-align: center;
	padding-bottom: 4rem;
}

ul.commercekit-wishlist-list.products .wsl-no-products .wsl-no-icon {
	padding: 0;
	margin: 0;
}

.wsl-no-icon svg {
	width: 200px;
}

ul.commercekit-wishlist-list.products .wsl-no-products .wsl-no-title {
	font-size: clamp(1.625rem, .2276rem + 4.4715vw, 3rem);
	color: #242424;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: .5rem;
}

ul.commercekit-wishlist-list.products .wsl-no-products .wsl-no-desc {
	font-size: clamp(.9375rem, .747rem + .6098vw, 1.125rem);
	color: #444;
	margin-bottom: 1.5rem;
}

ul.commercekit-wishlist-list.products .wsl-no-products .wsl-no-shop {
	padding-left: 2rem;
	padding-right: 2rem;
}

a.commercekit-remove-wishlist2.wsl-remove {
	font-size: 0px;
}

a.commercekit-remove-wishlist2.wsl-remove:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'currentColor\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-trash-2\'%3E%3Cpolyline points=\'3 6 5 6 21 6\'%3E%3C/polyline%3E%3Cpath d=\'M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\'%3E%3C/path%3E%3Cline x1=\'10\' y1=\'11\' x2=\'10\' y2=\'17\'%3E%3C/line%3E%3Cline x1=\'14\' y1=\'11\' x2=\'14\' y2=\'17\'%3E%3C/line%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'currentColor\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-trash-2\'%3E%3Cpolyline points=\'3 6 5 6 21 6\'%3E%3C/polyline%3E%3Cpath d=\'M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\'%3E%3C/path%3E%3Cline x1=\'10\' y1=\'11\' x2=\'10\' y2=\'17\'%3E%3C/line%3E%3Cline x1=\'14\' y1=\'11\' x2=\'14\' y2=\'17\'%3E%3C/line%3E%3C/svg%3E");
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #333;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.widget_product_search.commercekit-ajs-active, .widget_search.commercekit-ajs-active {
	overflow: visible;
}

.commercekit-ajs-results {
	position: absolute;
	overflow-y: auto;
	min-height: 280px;
	overflow-x: hidden;
}

.header-4 .commercekit-ajs-results {
	z-index: 3;
}

.commercekit-ajs-suggestions {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.commercekit-ajs-suggestions>.autocomplete-suggestion {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: 1px solid #d6d6d6;
	background: 0 0;
	display: flex;
	transition: .2s all;
}

.commercekit-ajs-suggestions>.autocomplete-suggestion:hover, .commercekit-ajs-suggestions>.autocomplete-suggestion.active {
	background-color: #f8f8f8;
}

.commercekit-ajs-suggestions>.autocomplete-suggestion:last-child {
	border-bottom: none;
	margin-bottom: 10px;
}

.commercekit-ajs-suggestions>.autocomplete-suggestion.autocomplete-selected>a {
	background-color: #f8f8f8;
}

.commercekit-ajs-suggestions>.autocomplete-no-suggestion {
	line-height: 40px;
	text-align: center;
	font-size: 13px;
}

.commercekit-ajs-suggestions>.autocomplete-no-suggestion+.autocomplete-no-suggestion {
	display: none;
}

.commercekit-ajs-results.has-viewall-button {
	padding-bottom: 30px;
}

.commercekit-ajs-results.has-viewall-button .commercekit-ajs-suggestions {
	bottom: 30px;
}

.commercekit-ajs-view-all-holder {
	width: calc(100% + 2px);
	z-index: 9999;
}

.commercekit-ajs-view-all-holder+.autocomplete-no-suggestion {
	display: none;
}

.commercekit-ajs-view-all-holder>a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #373636;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: .02em;
}

.commercekit-ajs-view-all-holder>a:hover {
	color: #fff;
}

.commercekit-ajs-other-result {
	height: 33px;
	line-height: 33px;
	background: #f5f3f3;
	color: #555;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	font-size: 11px;
	letter-spacing: .02em;
}

.commercekit-ajs-hide .commercekit-ajs-suggestions, .commercekit-ajs-hide .commercekit-ajs-view-all-holder {
	display: none !important;
}

.commercekit-ajs-suggestions .commercekit-ajs-post, .commercekit-ajs-suggestions .commercekit-ajs-product {
	width: 100%;
	color: #323232;
}

.commercekit-ajs-post .commercekit-ajs-post-image, .commercekit-ajs-product .commercekit-ajs-product-image {
	display: inline-flex;
	max-width: 60px;
	vertical-align: top;
	flex-shrink: 0;
	align-self: start;
}

.commercekit-ajs-post .commercekit-ajs-post-image img, .commercekit-ajs-product .commercekit-ajs-product-image img {
	padding: 5px 5px 5px 0;
	margin: 0;
}

.commercekit-ajs-post .commercekit-ajs-post-title {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.commercekit-ajs-product-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0 10px;
}

.commercekit-ajs-post .commercekit-ajs-post-title {
	padding: 0;
	display: flex;
	align-items: center;
}

.autocomplete-suggestion a {
	display: flex;
	padding: 10px;
	transition: .2s all;
}

.commercekit-ajs-product-title {
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
}

.commercekit-ajs-product .commercekit-ajs-product-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.commercekit-ajs-product-price {
	font-size: 13px;
}

.commercekit-ajs-post .commercekit-ajs-post-title {
	font-size: 13px;
	line-height: 1.4;
	width: 100%;
}

.commercekit-ajs-post .commercekit-ajs-post-title span.post-type {
	text-transform: uppercase;
	color: #999;
	font-size: 11px;
	margin-left: auto;
	padding-left: 10px;
}

.commercekit-ajs-other-result-wrap {
	cursor: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}

.commercekit-ajs-product-price, .commercekit-ajs-product-price ins {
	color: #de9915;
	font-weight: 600;
}

.commercekit-ajs-product-price del {
	margin-right: 5px;
	color: #999;
	font-weight: 400;
}

.commercekit-ajs-results span.match-text {
	text-decoration: underline;
	display: contents;
}

.commercekit-ajs-results span.product-short-desc {
	color: #323232;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
	overflow: hidden;
	font-weight: normal;
}

.commercekit-ajs-results::-webkit-scrollbar {
	width: 5px;
}

.commercekit-ajs-results::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.commercekit-ajs-results::-webkit-scrollbar-thumb {
	background: #888;
}

.commercekit-ajs-results::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.keyboard-active .commercekit-ajs-suggestions .commercekit-ajs-product:focus-visible, .keyboard-active input.commercekit-ajax-search {
	outline-offset: -2px;
}

.autocomplete-suggestion:has(+ .commercekit-ajs-view-all-holder) {
	border-bottom: 0;
}

/* RTL */
.rtl .commercekit-ajs-post .commercekit-ajs-post-title span.post-type {
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 10px;
}

:root {
	--cgkit-color-focus: #2491ff;
}

form.cart.commercekit_sticky-atc .variations label {
	pointer-events: none;
}

.commercekit-atc-tab-links {
	list-style: none;
	margin: 0;
}

.commercekit-atc-tab-links li {
	margin: 3px 0px 3px 0;
	display: inline-flex;
	flex-shrink: 0;
}

.commercekit-atc-tab-links li a {
	color: #565656;
	position: relative;
	outline: none;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.commercekit-atc-tab-links li:first-child a {
	padding-left: 0;
}

.commercekit-atc-tab-links li a:after {
	will-change: transform;
	display: block;
	position: absolute;
	top: 100%;
	left: 10px;
	width: calc(100% - 20px);
	border-bottom: 4px solid #ccc;
	content: "";
	transition: transform .3s cubic-bezier(.28, .75, .22, .95);
	visibility: hidden;
}

.commercekit-atc-tab-links li:first-child a:after {
	width: calc(100% - 10px);
	left: 0;
}

.commercekit-atc-tab-links li#cgkit-tab-title-reviews a:after, .commercekit-atc-tab-links li#cgkit-tab-reviews-title a:after {
	width: calc(100% - 44px);
}

.commercekit-atc-tab-links li#cgkit-tab-title-reviews:first-child a:after, .commercekit-atc-tab-links li#cgkit-tab-reviews-title:first-child a:after {
	width: calc(100% - 24px);
}

.commercekit-atc-tab-links li.active a {
	color: #111;
	-webkit-text-stroke: .2px;
}

.commercekit-atc-tab-links li a:focus-visible {
	outline: .25rem solid #2491ff;
	outline-offset: 0;
}

.commercekit-atc-tab-links li.active a:focus-visible:after {
	visibility: hidden;
}

.commercekit-atc-tab-links li.active a:after {
	visibility: visible;
}

.commercekit-atc-tab-links li a span {
	font-size: 10px;
	position: absolute;
	margin-top: 2px;
	right: 8px;
	border-radius: 50%;
	color: #fff;
	height: 20px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
	background-color: #dc9814;
	font-weight: bold;
	text-align: center;
}

#commercekit-atc-tabs-wrap h2.sticky-atc-heading span {
	display: none;
}

/* Display default titles */
.panel.woocommerce-Tabs-panel--additional_information h2:first-of-type, .panel.woocommerce-Tabs-panel--reviews h2:first-of-type {
	display: block;
}

/* Hide before variations if not sticky atc clone */
form.cart:not(.commercekit_sticky-atc) .commercekit-pdp-before-form {
	display: none;
}

.commercekit-sticky-atc_wrapper {
	display: flex;
	align-items: center;
}

.commercekit-sticky-atc_wrapper img {
	max-width: 80px;
}

.commercekit-sticky-atc_wrapper div {
	flex-direction: column;
	margin-left: 15px;
	font-size: 14px;
	display: flex;
}

.commercekit-sticky-atc_price {
	font-weight: bold;
}

.commercekit-pdp-before-form_wrapper ins {
	font-weight: bold;
}

.commercekit_sticky-atc .woocommerce-variation.single_variation p:not(.stock) {
	max-width: fit-content;
	margin-top: 0;
	margin-bottom: 10px;
}

form.cart.commercekit_sticky-atc .woocommerce-info {
	font-size: 13px;
}

form.cart.commercekit_sticky-atc .content-title {
	font-size: 14px;
}

/* Sticky ATC Bar */
.commercekit-sticky-add-to-cart {
	z-index: 5;
	position: fixed;
	border-bottom: 1px solid #eee;
	display: block;
	top: -300px;
	right: 0;
	left: 0;
	padding: 0 .15em;
	background-color: #fff;
	box-shadow: 4px -5px 6px rgba(50, 50, 50, 5%);
	font-size: 15px;
	transition: all .45s;
}

.commercekit-sticky-add-to-cart.visible {
	top: 0;
}

.admin-bar .commercekit-sticky-add-to-cart.visible {
	top: 32px;
}

.commercekit-sticky-add-to-cart__content-product-info {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	color: #222;
	min-width: 0;
	flex: 1;
	margin-right: auto;
}

.commercekit-sticky-add-to-cart__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.commercekit-sticky-add-to-cart__content-title {
	display: block;
	padding-right: 15px;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.commercekit-sticky-add-to-cart .star-rating {
	margin-top: 2px;
	font-size: 10px;
}

.commercekit-sticky-add-to-cart__content-price {
	margin-right: 5px;
	color: #111;
}

.commercekit-sticky-add-to-cart__content-price del {
	margin-right: 5px;
	opacity: .35;
	font-size: .85em;
}

.commercekit-sticky-add-to-cart__content-button {
	margin-left: auto;
}

.commercekit-sticky-add-to-cart__content-button a.button {
	font-size: 14px;
	font-weight: 600;
	transition: all .2s;
}

.commercekit-sticky-add-to-cart__content-button a.added_to_cart {
	display: none;
}

.commercekit-sticky-add-to-cart img {
	width: inherit;
	max-height: 65px;
}

.admin-bar .commercekit-sticky-add-to-cart--slideInDown {
	top: 32px;
}

/* Hide button if a subscription product which has plans */
.has-subscription-plans .commercekit-sticky-add-to-cart__content-button a.button {
	display: none;
}

.commercekit-atc-sticky-tabs {
	width: 100%;
	background: #fff;
	position: sticky;
	top: 0px;
	z-index: 3;
	overflow: hidden;
	padding-right: 2.617924em;
	padding-left: 2.617924em;
	background-image: linear-gradient(#eee, #eee);
	background-position: 0 100%;
	background-size: 100% 1px;
	background-repeat: no-repeat;
}

.commercekit-atc-sticky-tabs ul.commercekit-atc-tab-links {
	margin: 0 auto;
	font-size: 15px;
	display: flex;
	align-items: flex-start;
}

.commercekit-atc-sticky-tabs li.active a {
	color: #111;
}

#cgkit-tab-title-reviews a, #cgkit-tab-reviews-title a {
	padding-right: 34px;
}

#cgkit-tab-commercekit-sticky-atc-title {
	padding-top: 9px;
	margin: 0 0 0 auto;
}

li#cgkit-tab-commercekit-sticky-atc-title button {
	padding: .75em 1.21575em;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	border-radius: 4px;
	transition: all .2s;
}

.commercekit-atc-sticky-tabs .commercekit-atc-tab-links {
	display: flex;
	justify-content: flex-start;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	position: relative;
	scrollbar-width: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.commercekit-atc-sticky-tabs .commercekit-atc-tab-links::-webkit-scrollbar {
	background: transparent;
	display: none;
	height: 0;
	width: 0;
}

.commercekit-atc-sticky-tabs .commercekit-atc-tab-links.cgkit-dragging {
	cursor: grabbing;
}

.commercekit-atc-sticky-tabs .commercekit-atc-tab-links.cgkit-dragging a {
	pointer-events: none;
	cursor: grabbing;
}

/* Product Bundles */
.commercekit_sticky-atc .reset_bundled_variations_fixed {
	display: none;
}

.cgkit-atc-product-woosg .commercekit-sticky-add-to-cart__content-button, .cgkit-atc-product-woosg #cgkit-tab-commercekit-sticky-atc-title, .cgkit-mobile-atc-product-woosg, .cgkit-atc-product-woosb .commercekit-sticky-add-to-cart__content-button, .cgkit-atc-product-woosb #cgkit-tab-commercekit-sticky-atc-title, .cgkit-mobile-atc-product-woosb {
	display: none;
}

/* Mobile first sticky close button */
body:not(.sticky-atc-open) .commercekit-pdp-sticky-inner__close-button {
	display: none;
}

.commercekit-pdp-sticky-inner__close-button {
	position: absolute;
	display: inline-flex;
	top: -60px;
	right: 0;
	padding: .5rem;
	cursor: pointer;
	border: none;
	color: #fff;
	background-color: transparent;
}

.commercekit-pdp-sticky-inner__close-button:focus {
	outline: none;
}

.commercekit-pdp-sticky-inner__close-button:focus-visible {
	outline: 2px solid;
	outline-offset: 2px;
	outline-color: var(--cgkit-color-focus);
}

.commercekit-pdp-sticky-inner__close-icon {
	width: 2.5rem;
	height: 2.5rem;
	pointer-events: none;
}

/* Sticky summary has a z-index issue so switch to relative */
@media (min-width: 771px) {
	.single-product.sticky-atc-open #page div.product .summary {
		position: relative;
	}
}

div.product .summary form.cart.commercekit_sticky-atc {
	margin: 0px;
}

/* -- Desktop only -- */
@media (min-width: 993px) {
	#cgkit-mobile-commercekit-sticky-atc {
		display: none;
	}
	
	.commercekit-pdp-sticky-inner__close-button {
		width: 2.5rem;
		height: 2.5rem;
		box-sizing: content-box;
		top: 4px;
		left: -60px;
		right: auto;
	}
	
	body:not(.sticky-atc-open) .commercekit-pdp-sticky-inner__close-button {
		display: none;
	}
	
	.commercekit-sticky-add-to-cart.commercekit-atc-hide-desktop {
		display: none;
	}
	
	.admin-bar .commercekit-atc-sticky-tabs {
		top: 32px;
	}
	
	.sticky-atc-open div.product form.cart.commercekit_sticky-atc {
		overscroll-behavior: contain;
		right: 0;
	}
	
	.sticky-atc-open.admin-bar div.product form.cart.commercekit_sticky-atc {
		top: 32px;
	}
	
	div.product form.cart.commercekit_sticky-atc {
		position: fixed;
		right: -420px;
		width: 420px;
		height: 100vh;
		z-index: 9999;
		background: #fff;
		top: 0px;
		margin: 0;
		transition: all .35s;
		box-shadow: 5px 0 5px 0 rgba(27, 31, 35, 10%);
	}
	
	.admin-bar div.product form.cart.commercekit_sticky-atc {
		top: 32px;
	}
	
	form.cart.commercekit_sticky-atc .commercekit-pdp-sticky-inner {
		overflow-y: auto;
		height: 100%;
		padding: 1.5em;
	}
	
	.admin-bar form.cart.commercekit_sticky-atc {
		height: calc(100vh - 32px);
	}
	
	.commercekit-pdp-before-form_wrapper {
		display: flex;
	}
	
	.cgkit-sticky-atc-image {
		margin-right: 20px;
	}
	
	form.cart.commercekit_sticky-atc .commercekit-pdp-grouped-form tbody tr {
		width: 100%;
	}
	
	form.cart.commercekit_sticky-atc label[for="pa_size"]:after {
		display: none;
	}
	
	.sticky-atc-open {
		overflow: hidden;
		position: relative;
	}
	
	.sticky-atc-open:before {
		display: block;
		position: absolute;
		z-index: 6;
		top: 0;
		left: 0;
		width: 100%;
		height: 1000%;
		background: rgba(52, 53, 55, .4);
		content: "";
		cursor: pointer;
		transition: opacity .5s, visibility .5s;
	}
	
	.commercekit-pdp-sticky-inner {
		position: relative;
	}
	
	.commercekit-pdp-grouped-form, .commercekit-pdp-variation-table {
		width: 100%;
	}
	
	.commercekit-pdp-before-form_wrapper {
		font-size: 14px;
		line-height: 1.4;
	}
	
	.commercekit-pdp-before-form_wrapper img {
		max-width: 70px;
		margin-bottom: 20px;
	}
	
	.commercekit-pdp-before-form_wrapper .price {
		display: block;
		margin: 3px 0;
		font-weight: bold;
	}
	
	form.cart.commercekit_sticky-atc .woocommerce-info {
		max-width: fit-content;
	}
	
	#cgkit-tab-commercekit-sticky-atc-title button {
		opacity: 0;
		visibility: hidden;
	}
	
	.commercekit-atc-stuck #cgkit-tab-commercekit-sticky-atc-title button {
		opacity: 1;
		visibility: visible;
	}
	
	form.cart.commercekit_sticky-atc .commercekit-pdp-sticky-inner .single_variation_wrap {
		padding-bottom: 2rem;
	}
}

/* -- Mobile only -- */
@media (max-width: 992px) {
	.single-product:has(.commercekit_sticky-atc) {
		padding-bottom: 70px;
	}
	
	form.cart.commercekit_sticky-atc {
		display: block;
		visibility: hidden;
		position: fixed;
		bottom: -500px;
		left: 0px;
		width: 100%;
		z-index: 1000;
		background: #fff;
		box-shadow: 5px 0 5px 0 rgba(27, 31, 35, 10%);
		transition: all .25s;
	}
	
	div.product form.cart.commercekit_sticky-atc {
		padding: 1em;
		padding-bottom: 1.5em;
		margin: 0;
	}
	
	.sticky-atc-open form.cart.commercekit_sticky-atc {
		visibility: visible;
		bottom: 0px;
		z-index: 9999;
	}
	
	.commercekit-sticky-add-to-cart__content-product-info, .commercekit-sticky-add-to-cart__content-price, .commercekit-sticky-add-to-cart .star-rating, .commercekit-sticky-add-to-cart .commercekit-atc-tab-links {
		display: none;
	}
	
	.commercekit-sticky-add-to-cart__content-button {
		min-width: inherit;
		text-align: inherit;
	}
	
	.commercekit-sticky-add-to-cart__content-button {
		margin-left: inherit;
		width: 100%;
		text-align: center;
	}
	
	.commercekit-sticky-add-to-cart__content-button a.button {
		width: 100%;
		text-align: center;
	}
	
	.sticky-atc-open {
		overflow: hidden;
		position: relative;
	}
	
	.sticky-atc-open:before {
		display: block;
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		height: 1000%;
		background: rgba(0, 0, 0, .7);
		content: "";
		cursor: pointer;
		transition: opacity .5s, visibility .5s;
	}
	
	.commercekit-sticky-add-to-cart__content {
		padding: 15px 0;
	}
	
	.commercekit-pdp-before-form {
		margin-bottom: 15px;
		background: #f8f8f8;
		padding: 15px;
	}
	
	.commercekit-pdp-before-form_wrapper {
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	
	.commercekit-pdp-before-form_wrapper img {
		max-width: 65px;
		margin-right: 15px;
	}
	
	.commercekit-pdp-before-form_wrapper span.price {
		display: block;
		font-weight: bold;
		margin-bottom: 3px;
	}
	
	form.cart.commercekit_sticky-atc label[for="pa_size"]:after {
		display: none;
	}
	
	form.cart.commercekit_sticky-atc .woocommerce-info {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	.commercekit_sticky-atc .woocommerce-variation.single_variation p:not(.stock) {
		margin-top: 10px;
		margin-bottom: 0;
	}
	
	.commercekit-atc-sticky-tabs {
		border-top: 1px solid #eee;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.commercekit-atc-sticky-tabs .commercekit-atc-tab-links {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	
	.commercekit-atc-sticky-tabs ul.commercekit-atc-tab-links {
		font-size: 14px;
		padding: 0 5px;
	}
	
	#cgkit-tab-commercekit-sticky-atc-title {
		display: none;
	}
	
	#cgkit-mobile-commercekit-sticky-atc {
		position: fixed;
		bottom: -100px;
		left: 0;
		right: 0;
		padding: 0 1rem;
		margin: 0 auto;
		max-width: 1170px;
		text-align: center;
		background: #fff;
		box-shadow: 4px -5px 6px rgba(50, 50, 50, 5%);
		opacity: 0;
		visibility: hidden;
		transition: .2s;
		z-index: 20;
	}
	
	.cta-off-screen #cgkit-mobile-commercekit-sticky-atc {
		opacity: 1;
		visibility: visible;
		bottom: 0;
	}
	
	#cgkit-mobile-commercekit-sticky-atc button {
		width: 100%;
		margin: 15px 0px;
		font-size: 14px;
		font-weight: bold;
	}
	
	.commercekit-atc-tab-links li a, .commercekit-atc-tab-links li:first-child a {
		padding-left: 10px;
	}
	
	.commercekit-atc-tab-links li#cgkit-tab-reviews-title {
		padding-right: 10px;
	}
	
	.commercekit-atc-tab-links li:first-child a:after {
		left: 10px;
		width: calc(100% - 20px);
	}
	
	.commercekit-sticky-add-to-cart, .admin-bar .commercekit-sticky-add-to-cart {
		top: auto;
		bottom: -95px;
	}
	
	.commercekit-sticky-add-to-cart.visible, .admin-bar .commercekit-sticky-add-to-cart.visible {
		top: auto;
		bottom: 0px;
	}
	
	.commercekit-sticky-add-to-cart.commercekit-atc-hide-mobile {
		display: none;
	}
	
	.commercekit-sticky-add-to-cart img {
		display: none;
	}
	
	.commercekit-sticky-add-to-cart__content-product-info {
		padding-left: 0;
	}
	
	form.cart.commercekit_sticky-atc {
		max-height: 85vh;
		display: flex;
		flex-direction: column;
	}
	
	.commercekit-pdp-sticky-inner {
		overflow-y: auto;
		height: 100%;
	}
}

/* -- RTL -- */
.rtl #cgkit-tab-commercekit-sticky-atc-title {
	margin: 0 auto 0 0;
}

.rtl .commercekit-atc-tab-links li a span {
	left: 10px;
	right: auto;
}

.rtl #cgkit-tab-title-reviews a, .rtl #cgkit-tab-reviews-title a {
	padding-left: 40px;
	padding-right: 10px;
}

.rtl #cgkit-tab-title-reviews:first-child a, .rtl #cgkit-tab-reviews-title:first-child a {
	padding-right: 0px;
}

.rtl .commercekit-atc-tab-links li a:after {
	right: 10px;
	left: auto;
}

.rtl .commercekit-pdp-sticky-inner__close-button {
	left: 0;
	right: -4.5rem;
}

.rtl .commercekit-atc-tab-links li#cgkit-tab-title-reviews a:after, .rtl .commercekit-atc-tab-links li#cgkit-tab-reviews-title a:after {
	width: calc(100% - 51px);
}

.rtl .commercekit-atc-tab-links li#cgkit-tab-title-reviews:first-child a:after, .rtl .commercekit-atc-tab-links li#cgkit-tab-reviews-title:first-child a:after {
	width: calc(100% - 40px);
}

.rtl .commercekit-sticky-add-to-cart__content-button {
	margin-left: 0;
}

@media (max-width: 992px) {
	.rtl .commercekit-pdp-before-form_wrapper img {
		margin-left: 15px;
		margin-right: 0;
	}
}

@media (min-width: 993px) {
	.rtl form.cart.commercekit_sticky-atc {
		left: -420px;
		right: auto;
	}
	
	.rtl.sticky-atc-open div.product form.cart.commercekit_sticky-atc {
		left: 0px;
		right: auto;
	}
	
	.rtl .cgkit-sticky-atc-image {
		margin-right: 0;
		margin-left: 20px;
	}
	
	.rtl form.cart.commercekit_sticky-atc:before, .rtl form.cart.commercekit_sticky-atc:after, .rtl div.product form.cart.commercekit_sticky-atc:before, .rtl div.product form.cart.commercekit_sticky-atc:after {
		left: 450px;
		right: auto;
	}
}

/* -- Shoptimizer only -- */
.theme-shoptimizer.single-product .site-content .commercekit-sticky-add-to-cart .col-full {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

.theme-shoptimizer.no-breadcrumbs.single-product .site-content .commercekit-sticky-add-to-cart .col-full {
	padding-top: 0;
}

@media (min-width: 993px) {
	/*
	body:not(.header-4).theme-shoptimizer.sticky-d.single-product .col-full-nav {
	    position: relative;
	    z-index: inherit;
	    top: inherit;
	}
	*/
	body.sticky-d.theme-shoptimizer.header-4.single-product .header-4-container {
		position: relative;
	}
	
	body:not(.header-4).theme-shoptimizer.sticky-d.admin-bar.single-product .col-full-nav.is_stuck {
		top: inherit;
	}
	
	.theme-shoptimizer.sticky-d.single-product .logo-mark {
		display: none;
	}
	
	.theme-shoptimizer.sticky-d.single-product .is_stuck .primary-navigation.with-logo .menu-primary-menu-container {
		margin-left: 0;
	}
	
	.theme-shoptimizer .summary form.cart.commercekit_sticky-atc .commercekit-pdp-variation-table select {
		width: calc(100% - 10px);
	}
	
	.theme-shoptimizer.single-product .site-content .commercekit-sticky-add-to-cart .col-full {
		padding: 0 2.617924em;
	}
	
	.cgkit-elementor-sticky-add-to-cart-button {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		z-index: 5;
		visibility: hidden;
		background: #fff;
		overflow: hidden;
		background-image: linear-gradient(#eee, #eee);
		background-position: 0 100%;
		background-size: 100% 1px;
		background-repeat: no-repeat;
	}
	
	.cgkit-elementor-sticky-add-to-cart-button .elm-sticky-atc_button-wrap {
		display: flex;
		justify-content: flex-end;
		padding-right: 10px;
		margin: 0 auto;
	}
	
	.cgkit-elementor-sticky-add-to-cart-button .elm-sticky-atc_button {
		width: auto;
	}
}

@media (max-width: 992px) {
	.theme-shoptimizer .site-content .commercekit-sticky-add-to-cart .col-full {
		padding-right: 1em;
		padding-left: 1em;
	}
	
	.cgkit-elementor-sticky-add-to-cart-button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		width: 100%;
		background: #fff;
		padding: 15px;
		z-index: 11;
		visibility: hidden;
	}
	
	.cgkit-elementor-sticky-add-to-cart-button .elm-sticky-atc_button-wrap {
		display: flex;
		justify-content: center;
		padding-right: 0px;
		margin: 0 auto;
	}
	
	.cgkit-elementor-sticky-add-to-cart-button .elm-sticky-atc_button {
		width: 100%;
		text-align: center;
	}
}
