.cx-container,
.wl-sa-accordion-area,
.wl-shop-accordion {
    overflow: hidden;
}
.wl .wl-sa-product-style {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wl .wl-sa-single-accordion {
    position: relative;
    margin-bottom: 15px;
}
.wl .wl-sa-accordion-title {
    background: #551fe814;
    display: block;
    color: #fff;
    font-weight: bold;
    height: 50px;
    cursor: pointer;
}
.wl .wl-sa-open .wl-sa-accordion-title {
    background: var(--wl-black);
}
.wl .wl-sa-accordion-title span {
    float: right;
    background: var(--wl-gray);
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    font-weight: 100;
    transition: all 0.8s;
}
.wl .wl-sa-single-accordion.wl-sa-open .wl-sa-accordion-title span {
    background: var(--wl-dark);
    color: #fff;
    line-height: 40px;
}
.wl .wl-sa-accordion-title span::before {
    content: "+";
    color: #fff;
}
.wl .wl-sa-single-accordion.wl-sa-open .wl-sa-accordion-title span::before {
    content: "-";
    font-size: 50px;
    color: #fff;
}
.wl .wl-sa-accordion-title {
    text-align: left;
    /*border-radius: 25px 25px 25px 25px;*/
    padding: 0px 0px 0px 13px;
    background: var(--wl-light-border);
}
.wl .wl-sa-accordion-title h2 {
    font-size: 15px;
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    color: #000;
    margin: 0;
    font-weight: 600;
}
.wl .wl-sa-open .wl-sa-accordion-title h2 {
    color: #fff;
}
/*Stcok ribbon*/
.wl .wl-sa-stock {
    background: #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
    margin-left: 20px;
}
.wl .wl-sa-accordion-content {
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}
.wl .wl-sa-accordion-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #212121;
    font-family: "Roboto", Sans-serif;
}
/* accordion content */
.wl .wl-sa-accordion-content-inner {
    padding: 15px;
    overflow: hidden;
}
.wl .wl-sa-acordion-left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
/*.wl .wl-sa-open.first .wl-sa-item-data {
	display: block;
}*/
/* accordion category */
.wl .wl-sa-accordion-category {
    margin-bottom: 20px;
}
.wl .wl-sa-accordion-cat {
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #a9a9a9;
    letter-spacing: 1px;
}
/* Rating */
.wl .wl-sa-rating {
    font-size: 11px;
    color: #ffa422;
    margin: 4px 0;
}
.wl .wl-sa-rating span {
    color: #212121;
    font-family: "Roboto", Sans-serif;
}
.wl span.wl-sa-tag {
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    padding: 0px 8px;
    border-radius: 11px;
    text-transform: capitalize;
    margin-right: 3px;
}
.wl span.wl-sa-tag:last-child {
    margin-right: 0;
}
.wl .wl-sa-new {
    background: #cfe6cc;
    color: #3c9133;
}
.wl .wl-sa-dis {
    background: #e0ccf7;
    color: #a67ce7;
}
/* Product details */
.wl .wl-sa-accordion-content-inner {
    position: relative;
}
.wl .wl-sa-product-details {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
}
.wl .wl-sa-product-details div:last-child {
    margin-left: auto;
}
.wl .wl-sa-info-icons {
    padding-right: 15px;
}
.wl .wl-sa-product-info .wl .wl-sa-price {
    color: var(--wl-gray);
    margin: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    line-height: -1px;
}
.wl .wl-sa-info-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wl .wl-sa-info-icons div a {
    width: 35px;
    height: 35px;
    margin-right: 0;
    margin-left: 10px;
    line-height: 35px;
    font-size: 12px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    transition: 0.4s;
    outline: none;
}
.wl-sa-price .woocommerce-Price-amount.amount {
    font-size: 20px;
}
.wl .wl-cart-area {
    position: relative;
}
.wl .wl-sa-product-fav a {
    color: var(--wl-gray);
    border: 1px solid var(--wl-gray);
}
.wl .wl-sa-product-fav a:hover {
    color: #fff;
    background-color: var(--wl-gray);
    border: 1px solid var(--wl-gray);
}
.wl .wl-sa-info-icons a.ajax_add_to_wish.fav-item {
    color: #fff;
    background-color: var(--wl-gray);
    border: 1px solid var(--wl-gray);
}
.wl .wl-sa-product-cart a {
    color: var(--wl-gray);
    border: 1px solid var(--wl-gray);
    transition: 0.4s;
}
.wl .wl-sa-product-cart a:hover {
    color: #fff;
    border: 1px solid var(--wl-gray);
    background-color: var(--wl-gray);
}

.wl .wl-shop-accordion .wcd-quick-checkout-wrap,
.wl .wl-shop-accordion .wcd-quick-view-wrap {
    margin: 0 0 0 7px;
}
.wl .wl-shop-accordion .wcd-quick-checkout-wrap button,
.wl .wl-shop-accordion .wcd-quick-view-wrap button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: var(--wl-gray);
    border: 1px solid var(--wl-gray);
    transition: 0.4s;
    margin-bottom: 0px;
    box-shadow: none;
}

.wl .wl-shop-accordion .wcd-quick-checkout-wrap button:hover,
.wl .wl-shop-accordion .wcd-quick-view-wrap button:hover {
    color: #fff;
    border: 1px solid var(--wl-gray);
    background-color: var(--wl-gray);
}

.wl .wl-sa-product-page a {
    color: var(--wl-gray);
    border: 1px solid var(--wl-gray);
    transition: 0.4s;
}
.wl .wl-sa-product-page a:hover {
    color: #fff;
    border: 1px solid var(--wl-gray);
    background-color: var(--wl-gray);
}
.wl .wl-sa-item-data {
    display: none;
}
/*wl-css*/
.wl .wl-sa-tag:nth-child(n + 1) {
    background: #cfe6cc;
    color: #3c9133;
}
.wl .wl-sa-tag:nth-child(2n + 2) {
    background: #e0ccf7;
    color: #a67ce7;
}
.wl .wl-sa-tag:nth-child(3n + 3) {
    background: #ffdabf;
    color: #fff2e0;
}
.wl .wl-sa-product-info .wl-sa-price ins {
    background: transparent;
    text-decoration: navajowhite;
}
.wl .wl-sa-product-info .wl-sa-price del {
    display: none;
}
.wl .wl-sa-acordion-left {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*end wl-css*/

/*view cart*/
.wl .wl-sa-product-cart .added_to_cart.wc-forward {
    visibility: hidden;
    position: absolute;
    right: 0;
    font-size: 9px;
    transition: 0.4s;
    left: 0;
    padding: 0;
}
.wl .wl-sa-product-cart .added_to_cart.wc-forward::after {
    visibility: visible;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    top: 0px;
    font-size: 14px;
    width: 100%;
    background: var(--wl-gray);
    border-radius: 50%;
    font-weight: 900;
    color: #fff;
    height: 100%;
    border: 1px solid var(--wl-gray);
    outline: none;
    margin: 0;
}
/*end view cart*/

/*pagination*/
.wl .wl-sa-pagination {
    text-align: center;
    margin-top: 30px;
}
.wl .wl-sa-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: rgb(0 0 0 / 10%) 0px 10px 50px;
}
.wl .wl-sa-pagination .next.page-numbers,
.wl .wl-sa-pagination .prev.page-numbers {
    padding: 10px 13px;
    font-size: 12px;
}
.wl .wl-sa-pagination .page-numbers:hover {
    color: #ffffff;
    background: var(--wl-black);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: transparent;
}
.wl .wl-sa-pagination .page-numbers.current {
    color: #ffffff;
    background: var(--wl-black);
    /* border-style: solid; */
    /* border-width: 1px 1px 1px 1px; */
    border-color: transparent;
}
.wl .wl-sa-pagination .page-numbers:hover {
    transition-duration: 1s;
}
/*end pagination*/
/*Quick View and quick checkout*/
.wl .wl-sa-accordion-area .wcd-quick-checkout-wrap button,
.wl .wl-sa-accordion-area .wcd-quick-view-wrap button {
    background-color: unset;
}
/*theme oceanwp*/
.wl.theme-oceanwp .amount {
    color: #e9345f;
}
/*theme oceanwp*/

@media only screen and (max-width: 767px) {
    .wl .wl-sa-product-info {
        padding-left: 0 !important;
    }
    .wl .wl-sa-product-details {
        margin-top: 20px;
    }
    .wl .wl-sa-product-info .wl-sa-price {
        font-size: 16px;
    }
    .wl .wl-sa-stock {
        margin-left: 0px;
    }
}
@media only screen and (min-width: 320px) {
    .wl .wl-sa-acordion-left {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .wl .wl-sa-acordion-right {
        float: none;
        width: 100%;
    }
    .wl .wl-sa-accordion-cat {
        margin-right: 0;
    }
    .wl .wl-sa-rating {
        display: block;
    }
    .wl .wl-sa-accordion-category {
        margin-top: 10px;
    }
    .wl .wl-sa-product-details {
        position: unset;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .wl .wl-sa-acordion-left {
        float: left;
        width: 200px;
        height: 200px;
        margin-right: 2%;
    }
    .wl .wl-sa-acordion-right {
        float: left;
        width: 78%;
    }
    .wl .wl-sa-accordion-cat {
        margin-right: 35px;
    }
    .wl .wl-sa-rating {
        display: inline-block;
    }
    .wl .wl-sa-accordion-category {
        margin-top: 0;
    }
    .wl .wl-sa-product-details {
        position: absolute;
    }
    .wl .wl-sa-product-info {
        margin-left: 23%;
    }
}
