.wl .wl-shopify-single-product {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.wl .wl-shopify-single-product img.size-woocommerce_thumbnail {}
.wl .wl-shopify-product-view {
	position: absolute;
	/* top: 15px; */
	right: 40px;
	/* width: 40px; */
	/* display: block; */
	bottom: 40px;
	left: 40px;
	display: flex;
	justify-content: center;
}
.wl .wl-shopify-product-view .wcd-quick-view-wrap button, 
.wl .wl-shopify-product-view .wcd-quick-checkout-wrap button, 
.wl .wl-shopify-product-view a {
	display: flex;
	width: 100%;
	/* text-align: center; */
	background: #7d6453;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	margin-bottom: 0px;
	border-radius: 0;
	color: #fff;
	/* box-shadow: 1px 3px 10px #0000011f; */
	transition: all 300ms ease;
	border: 0;
}
.wl .wl-shopify-product-view div:nth-child(2)::before {
	position: absolute;
	width: 2px;
	height: 35px;
	top: 8px;
	background: #ffffff85;
	content: '';
	color: blue;
}
.wl-shopify-product-view .woocommerce-loop-product__link {
	/*display: none !important;*/
}
.wl .ajax_add_to_wish.fav-item, .wl .wcd-quick-view-wrap button:hover, .wl .wcd-quick-checkout-wrap button:hover, .wl .wl-shopify-product-view a:hover {
	background: #fff;
	color: #111;
}
.wl-shopify-product-view .wcd-quick-view-wrap, 
.wl-shopify-product-view .wcd-quick-checkout-wrap {
	width: 100%;
}
.wl .wl-shopify-product-view {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transform: translateY(45px);
	-webkit-transform: translateY(45px);
	-ms-transform: translateY(45px);
	-o-transform: translateY(45px);
	-moz-transform: translateY(45px);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;

	z-index: 999;
}
.wl .wl-shopify-product-iamge-cart-panel:hover .wl-shopify-product-view {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.wl .wl-shopify-product-iamge-cart-panel,
.wl-shopify-product-iamge-cart-panel img {
	display: block;
	transition: all 300ms ease;
}
.wl .wl-shopify-single-product .add_to_cart_button {
	position: absolute;
	bottom: -15px;
	right: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	-moz-transform: translateY(15px);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	left: 0;
	font-size: 14px;
	width: auto;
	margin: 0;
}
.wl .wl-shopify-product-iamge-cart-panel:hover .add_to_cart_button {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	bottom: 0;
}
.wl .wl-shopify-product-iamge-cart-panel img {
	height: 400px;
	width: 400px;
}
.wl .wl-shopify-product-iamge-cart-panel .woocommerce-product-gallery__image {
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}

/*.wl .wl-shopify-product-iamge-cart-panel .woocommerce-product-gallery__image {
    display: block;
    opacity: 1;
     visibility: hidden; 
    transition: all 300ms ease;
}
*/







.wl .wl-shopify-product-iamge-cart-panel:hover img.size-codesigner-thumb {
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
}
.wl .wl-shopify-product-iamge-cart-panel:hover .woocommerce-product-gallery__image {
	display: block;
	opacity: 1;
	visibility: visible;
}
.wl .wl-shopify-product-view a:last-child {
	margin-bottom: 0;
}
.wl .wl-shopify-single-product .star-rating {
	display: block;
	/*width: 100%;*/
	font-size: 14px;
	color: #FFB501;
	margin-bottom: 7px;
	float: unset;
}
.wl .wl-shopify-single-product .woocommerce-loop-product__title {
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 35px;
	color: #08081a;
	font-weight: 400;
	/*font-family: "Kanit";*/
	/* margin-top: 15px; */
	margin: 0;
}
.wl .wl-shopify-single-product .wl-shopify-product-iamge-cart-panel {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.wl .wl-shopify-single-product .added_to_cart, .wl .wl-shopify-single-product .add_to_cart_button {
	background: transparent;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	/* text-align: center; */
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	border-radius: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
}
.wl .wl-shopify-single-product .add_to_cart_button:hover {
	transition: all 300ms ease;
	background: #ff2c69;
	color: #fff;
}
.wl .wl-shopify-single-product .price del .woocommerce-Price-amount {
	color: #ff2c69;
}
.wl .wl-shopify-single-product .price del {
	margin-right: 5px;
}
.wl .wl-shopify-single-product .price ins .woocommerce-Price-amount {
	color: #231308;
}
.wl .wl-shopify-single-product .price .woocommerce-Price-amount {
	font-size: 14px;
	line-height: 35px;
	color: #ff2c69;
	font-weight: 300;
	/*font-family: "Kanit";*/
}
.wl .wl-shopify-single-product .price .woocommerce-Price-amount:first-child {
	color: #231308;
}
.wl-shopify-product-iamge-cart-panel span.onsale {
	width: 50px;
	background-color: #7d6453;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
	/* font-family: "Poppins"; */
	border-radius: 50%;
	left: 10px;
	top: 10px;
	padding: 0px;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* right: 0; */
	height: 50px;
}
.wl-shopify-product-title-price-panel {
	padding: 10px;
}

/*pagination*/
.wl .wl-shopify-pagination {
	text-align: center;
	/*margin-top: 40px;*/
}
.wl .wl-shopify-pagination .page-numbers {
	padding: 8px;
	color: var(--wl-black);
	/* border-style: solid; */
	/* border-width: 1px 1px 1px 1px; */
	/* border-color: var(--wl-black); */
	border-radius: 50%;
	margin-right: 5px;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 21px;
	text-align: center;
	border: 1px solid var(--wl-light-gray);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.wl .wl-shopify-pagination .next.page-numbers,
.wl .wl-shopify-pagination .prev.page-numbers {
	/* padding: 11px 13px; */
	/* font-size: 12px; */
}
.wl .wl-shopify-pagination .page-numbers:hover {
	color: #FFFFFF;
	background: var(--wl-black);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-shopify-pagination .page-numbers.current {
	color: #FFFFFF;
	background: var(--wl-black);
	/* border-style: solid; */
	/* border-width: 1px 1px 1px 1px; */
	border-color: transparent;
}
.wl .wl-shopify-pagination .page-numbers:hover {
	transition-duration: 1s;
}
/*end pagination*/