.wl .wl-shopwix-single-product {
    position: relative;
    background: #fff;
    overflow: hidden;
}
.wl .wl-shopwix-product-view {
    position: absolute;
    top: 250px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    margin: 20px;
}
.wl .wl-shopwix-product-view .wcd-quick-view-wrap button,
.wl .wl-shopwix-product-view .wcd-quick-checkout-wrap button,
.wl .wl-shopwix-product-view a {
    display: flex;
    width: 100%;
    background: #fff;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 0px;
    border-radius: 0;
    color: #111;
    transition: all 300ms ease;
    border: 0;
    color: #e97755;
}
.wl .ajax_add_to_wish.fav-item,
.wl .wcd-quick-view-wrap button:hover,
.wl .wcd-quick-checkout-wrap button:hover,
.wl .wl-shopwix-product-view a:hover {
    background: #fff;
    color: #f25628;
}
.wl-shopwix-product-view .wcd-quick-checkout-wrap,
.wl-shopwix-product-view .wcd-quick-view-wrap {
    width: 100%;
}
.wl .wl-shopwix-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-shopwix-product-iamge-cart-panel:hover .wl-shopwix-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-shopwix-product-iamge-cart-panel,
.wl-shopwix-product-iamge-cart-panel img {
    transition: all 300ms ease;
}
.wl-shopwix-single-product:hover .wl-shopwix-product-iamge-cart-panel img {
    transform: scale(1.3);
}
.wl .wl-shopwix-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-shopwix-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-shopwix-product-view a:last-child {
    margin-bottom: 0;
}
.wl .wl-shopwix-single-product .woocommerce-loop-product__title {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 35px;
    color: #08081a;
    font-weight: 400;
    margin: 0;
}
.wl .wl-shopwix-single-product .wl-shopwix-product-iamge-cart-panel {
    position: relative;
    background: #fff;
    overflow: hidden;
}
.wl .wl-shopwix-single-product .added_to_cart,
.wl .wl-shopwix-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-shopwix-single-product .add_to_cart_button:hover {
    transition: all 300ms ease;
    background: #ff2c69;
    color: #fff;
}
.wl .wl-shopwix-single-product .price del .woocommerce-Price-amount {
    color: #ff2c69;
}
.wl .wl-shopwix-single-product .price del {
    margin-right: 5px;
}
.wl .wl-shopwix-single-product .price ins .woocommerce-Price-amount {
    color: #231308;
}
.wl .wl-shopwix-single-product .price .woocommerce-Price-amount {
    font-size: 14px;
    line-height: 35px;
    color: #ff2c69;
    font-weight: 300;
    /*font-family: "Kanit";*/
}
.wl .wl-shopwix-single-product .price .woocommerce-Price-amount:first-child {
    color: #231308;
}
.wl-shopwix-product-iamge-cart-panel span.onsale {
    width: 60px;
    background-color: #111;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 0;
    left: 0;
    top: 0;
    padding: 0px;
    min-height: 20px;
    display: none;
}
.wl-shopwix-product-title-price-panel {
    padding: 10px;
}

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