.wl-str-container *,
.wl-str-container *:after,
.wl-str-container *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}
.wl-str-container .clearfix:before,
.wl-str-container .clearfix:after {
    content: " ";
    display: table;
}
.wl-str-container .clearfix:after {
    clear: both;
}
.wl-str-container a {
    text-decoration: none;
}
.wl-str-container .wl-str-grid,
.wl-str-container .wl-str-single-product {
    margin: 0;
    padding: 0;
    max-height: 350px;
}
.wl-str-style-3 .wl-str-col-3 .wl-str-product-btns {
    position: absolute;
    bottom: 0;
    right: 20px;
    top: 0;
    display: flex;
    align-items: center;
}
.wl-str-style-3 .wl-str-col-2 .wl-str-product-btns {
    position: absolute;
    bottom: 0;
    right: 20px;
    top: 0;
    display: flex;
    align-items: center;
}
.wl-str-grid .wl-str-col-2 {
    width: 48%;
}
.wl-str-grid li {
    display: inline-block;
    text-align: left;
    padding: 0px;
    margin: 4px 5px;
    position: relative;
}
.wl-str-grid figure {
    margin: 0;
    position: relative;
}
.wl-str-grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}
.wl-str-grid figcaption {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px;
    background: var(--wl-light-gray);
    color: var(--wl-gray);
}
.wl-str-grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: var(--wl-gray);
}
.wl-str-grid figcaption .wl-str-product-btns {
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    color: var(--wl-gray);
}
.wl-str-img {
    width: 50%;
}
.wl-str-product-info {
    padding: 10px;
}
.wl .wl-str-product-title {
    font-family: var(--wl-font-family), Sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--wl-gray);
    font-style: normal;
}
.wl .wl-str-product-title a {
    color: var(--wl-gray);
    font-family: var(--wl-font-family), Sans-serif;
    font-weight: 500;
}
.wl .elementor-widget-shop-trendy .wl-str-ribbon {
    color: #fff;
}
.wl .wl-str-product-price {
    font-family: var(--wl-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: var(--wl-gray);
}
.wl-str-product-price del {
    display: none;
}
.wl-str-product-price ins {
    background: transparent;
    text-decoration: none;
}
.wl-str-product-fav {
    margin-right: 10px;
}
/*Ribbon style start*/
.wl-str-single-product {
    overflow: hidden;
}
.wl .wl-str-ribbon {
    font-family: var(--wl-font-family), Sans-serif;
    position: absolute;
    right: -65px;
    top: 25px;
    z-index: 500;
    transform: rotate(45deg);
    background: var(--wl-black);
    width: 200px;
    text-align: center;
    color: var(--wl-light-gray);
}
/*Ribbon style end*/

/*Stcok ribbon*/
.wl .wl-str-stock {
    position: absolute;
    top: 45%;
    background: #cccccc8a;
    color: black;
    padding: 5px 10px;
    z-index: 200;
    width: 100%;
    text-align: center;
}
/*Stcok ribbon*/

/* Individual Caption Styles */
/* Caption Style 1 */
.wl-str-style-1 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.no-touch .wl-str-style-1 figure:hover figcaption,
.wl-str-style-1 figure.wl-str-hover figcaption {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
}
/* Caption Style 3 */
.wl-str-style-3 figure {
    overflow: hidden;
    height: 100%;
}
.wl-str-style-3 figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.no-touch .wl-str-style-3 figure:hover img,
.wl-str-style-3 figure.wl-str-hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.wl-str-style-3 figcaption {
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .wl-str-style-3 figure:hover figcaption,
.wl-str-style-3 figure.wl-str-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.wl-str-style-3 figcaption .wl-str-product-btns {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/* Caption Style 4 */
.wl-str-style-4 li {
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    overflow: hidden;
}
.wl-str-style-4 figure {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.wl-str-style-4 figure > div {
    overflow: hidden;
}
.wl-str-style-4 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.no-touch .wl-str-style-4 figure:hover img,
.wl-str-style-4 figure.wl-str-hover img {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}
.wl-str-style-4 figcaption {
    height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .wl-str-style-4 figure:hover figcaption,
.wl-str-style-4 figure.wl-str-hover figcaption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.wl-str-style-4 figcaption .wl-str-product-btns {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
/* Caption Style 6 */
.wl-str-style-6 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    /*top: 7% !important;*/
}
.no-touch .wl-str-style-6 figure:hover img,
.wl-str-style-6 figure.wl-str-hover img {
    -webkit-transform: translateY(0px) scale(0.5);
    -moz-transform: translateY(0px) scale(0.5);
    -ms-transform: translateY(0px) scale(0.5);
    transform: translateY(0px) scale(0.5);
}
.wl-str-style-6 figcaption {
    height: 100%;
    width: 100%;
}
.wl-str-style-6 figcaption h3 {
    margin-top: 60%;
}
.wl-str-style-6 figcaption .wl-str-product-btns {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*cart*/
.wl .wl-str-product-fav a {
    color: var(--wl-gray);
    border: 1px solid var(--wl-gray);
    transition: 0.4s;
}
.wl .wl-str-product-fav a:hover {
    color: #fff;
    background-color: var(--wl-gray);
    border: 1px solid var(--wl-gray);
}
.wl .wl-str-product-fav a,
.wl .wl-str-cart a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 50%;
    outline: none;
    border: 1px solid var(--wl-gray);
    font-size: 13px;
    transition: 0.4s;
    color: var(--wl-gray);
}
.wl .wl-str-product-fav a:hover,
.wl .wl-str-cart a:hover {
    background: var(--wl-black);
    color: #fff;
}

/*end cart*/

/*view cart*/
.wl .wl-str-cart {
    position: relative;
}
.wl .wl-str-cart .added_to_cart.wc-forward {
    visibility: hidden;
    position: absolute;
    right: 0;
    font-size: 9px;
    transition: 0.4s;
    left: 0;
    padding: 0;
}
.wl .wl-str-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;
}
.wl .wl-str-product-fav a.ajax_add_to_wish.fav-item {
    background: var(--wl-gray);
    color: #fff;
}
/*end view cart*/

/*box area*/
.wl-str-style-3 .wl-str-product-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.wl-str-product-info p {
    margin: 0;
    padding: 0;
}
/*end box area*/

/*pagination*/
.wl .wl-str-pagination {
    text-align: center;
    margin-top: 35px;
}
.wl .wl-str-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-str-pagination .next.page-numbers,
.wl .wl-str-pagination .prev.page-numbers {
    padding: 10px 13px;
    font-size: 12px;
}
.wl .wl-str-pagination .page-numbers:hover {
    color: #ffffff;
    background: var(--wl-black);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: transparent;
}
.wl .wl-str-pagination .page-numbers.current {
    color: #ffffff;
    background: var(--wl-black);
    /* border-style: solid; */
    /* border-width: 1px 1px 1px 1px; */
    border-color: transparent;
}
.wl .wl-str-pagination .page-numbers:hover {
    transition-duration: 0.5s;
}
/*end pagination*/
.wl-str-product-quick-panel {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 110px;
    bottom: 19px;
}
.wl .wl-str-product-quick-panel .wcd-quick-checkout-wrap button,
.wl .wl-str-product-quick-panel .wcd-quick-view-wrap button {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-bottom: 0;
    border: 1px solid var(--wl-gray);
    background-color: var(--wl-light-gray);
}

.wl .wl-str-product-quick-panel .wcd-quick-checkout-wrap button:hover,
.wl .wl-str-product-quick-panel .wcd-quick-view-wrap button:hover {
    background: var(--wl-black);
    color: #fff;
}

.wl-str-style-4 figcaption .wl-str-product-quick-panel {
    right: 4px;
}
.wl-str-style-4 figcaption .wl-str-product-fav {
    margin-right: 0px;
}
.wl-str-product-fav {
    margin-right: 5px;
}
@media screen and (max-width: 31.5em) {
    .wl-str-grid {
        padding: 10px 10px 100px 10px;
    }
    .wl-str-grid li {
        width: 100%;
        min-width: 300px;
    }
}
@media screen and (max-width: 1050px) {
    .wl-str-grid .wl-str-col-2,
    .wl-str-grid .wl-str-col-3,
    .wl-str-grid .wl-str-col-4 {
        width: 33%;
    }
}
@media screen and (max-width: 930px) {
    .wl-str-grid .wl-str-col-2,
    .wl-str-grid .wl-str-col-3,
    .wl-str-grid .wl-str-col-4 {
        width: 40%;
    }
}
@media screen and (max-width: 768px) {
    .wl-str-grid .wl-str-col-2,
    .wl-str-grid .wl-str-col-3,
    .wl-str-grid .wl-str-col-4 {
        width: 48%;
    }
}
@media screen and (max-width: 700px) {
    .wl-str-grid .wl-str-col-2,
    .wl-str-grid .wl-str-col-3,
    .wl-str-grid .wl-str-col-4 {
        width: 70%;
    }
}
