.wl .wl-sm-single-product {
	position: relative;
}
.wl .wl-sm-single-product img.size-woocommerce_thumbnail {}
.wl .wl-sm-product-view {
	position: absolute;
	top: 15px;
	right: 15px;
}
.wl .wl-sm-single-product .wcd-quick-view-wrap button,
.wl .wl-sm-single-product .wcd-quick-checkout-wrap button,
.wl .wl-sm-product-view a {
	display: flex;
	width: 42px;
	/* text-align: center; */
	background: #fff;
	height: 42px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin: 0 auto 8px 0;
	border-radius: 3px;
	color: #808080;
	box-shadow: 1px 3px 10px #0000011f;
	transition: all 300ms ease;
}
/* .wl .ajax_add_to_wish .fav-item, */
.wl .wl-sm-single-product .wcd-quick-view-wrap button:hover,
.wl .wl-sm-single-product .wcd-quick-checkout-wrap button:hover,
.wl .wl-sm-product-view a:hover {
	background: #ff2c69;
	color: #fff;
}

.wl .ajax_add_to_wish.fav-item {
	background: #fff;
	color: #111;
}
.wl .wl-sm-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: translateX(45px);
	-webkit-transform: translateX(45px);
	-ms-transform: translateX(45px);
	-o-transform: translateX(45px);
	-moz-transform: translateX(45px);
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	z-index: 999;
}
.wl .wl-sm-single-product .add_to_cart_button,
.wl .wl-sm-single-product .product_type_simple,
.wl .wl-sm-single-product .product_type_external,
.wl .wl-sm-single-product .product_type_grouped,
.wl .wl-sm-single-product .product_type_variable {
	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-sm-product-iamge-cart-panel:hover .add_to_cart_button,
.wl .wl-sm-product-iamge-cart-panel:hover .product_type_simple,
.wl .wl-sm-product-iamge-cart-panel:hover .product_type_external,
.wl .wl-sm-product-iamge-cart-panel:hover .product_type_grouped,
.wl .wl-sm-product-iamge-cart-panel:hover .product_type_variable {
	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-sm-single-product .wl-sm-product-iamge-cart-panel:hover .wl-sm-product-view {
	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;
}
.wl .wl-sm-product-view a:last-child {
	margin-bottom: 0;
}
.wl .wl-sm-single-product .star-rating {
	display: block;
	font-size: 14px;
	color: #FFB501;
	margin-bottom: 7px;
	float: unset;
}
.wl .wl-sm-single-product .woocommerce-loop-product__title {
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 35px;
	color: #08081a;
	font-weight: 400;
	font-family: "Kanit";
	/* margin-top: 15px; */
	margin: 0;
}
.wl .wl-sm-single-product .wl-sm-product-iamge-cart-panel {
	position: relative;
}
.wl .wl-sm-single-product .added_to_cart,
.wl .wl-sm-single-product .add_to_cart_button,
.wl .wl-sm-single-product .product_type_simple,
.wl .wl-sm-single-product .product_type_external,
.wl .wl-sm-single-product .product_type_grouped,
.wl .wl-sm-single-product .product_type_variable {
    background: #ff2c69;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 310px;
    border-radius: 0;
    padding: 0;
}
.wl .wl-sm-single-product .add_to_cart_button:hover,
.wl .wl-sm-single-product .product_type_simple:hover,
.wl .wl-sm-single-product .product_type_external:hover,
.wl .wl-sm-single-product .product_type_grouped:hover,
.wl .wl-sm-single-product .product_type_variable:hover {
	transition: all 300ms ease;
	background: #ff2c69;
	color: #fff;
}
.wl .wl-sm-single-product .price del .woocommerce-Price-amount {
	color: #ff2c69;
}
.wl .wl-sm-single-product .price del {
	margin-right: 5px;
}
.wl .wl-sm-single-product .price ins .woocommerce-Price-amount {
	color: #231308;
}
.wl .wl-sm-single-product .price .woocommerce-Price-amount {
	font-size: 20px;
	line-height: 35px;
	color: #ff2c69;
	font-weight: 300;
	font-family: "Kanit";
}
.wl .wl-sm-single-product .price .woocommerce-Price-amount:first-child {
	color: #231308;
}
.wl .wl-sm-single-product span.onsale {
	width: 61px;
	height: 33px;
	background-color: #f54337;
	font-size: 18px;
    line-height: 3.236;
	color: #ffffff;
	font-weight: 400;
	font-family: "Poppins";
}
.wl-sm-product-iamge-cart-panel span.onsale {
	display: none;
}
.wl-sm-product-title-price-panel {
	padding: 10px;
}
.wl-sm-product-iamge-cart-panel .ast-select-options-trigger {
	top: unset !important;
}

/*pagination*/
.wl .wl-sm-pagination {
	text-align: center;
}
.wl .wl-sm-pagination .page-numbers {
	padding: 8px;
	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-sm-pagination .page-numbers:hover {
	color: #FFFFFF;
	background: var(--wl-black);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-sm-pagination .page-numbers.current {
	color: #FFFFFF;
	background: var(--wl-black);
	border-color: transparent;
}
.wl .wl-sm-pagination .page-numbers:hover {
	transition-duration: 1s;
}
/*end pagination*/
