.product-info {
    font-family: Arial, sans-serif;
    background: rgb(255, 255, 255);
    margin: 0;
    padding: 20px;
    margin-top: 10px;
    position: relative;
    padding: 0 0 69px;
    margin-bottom: 10px;
}

.product-info .product-list-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-left: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.product-info .product-shop-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-info .product-shop-list-info {
    background-color: #fff;
    /* margin: 20px; */
    /* width: calc(25% - 40px); */
    /* width: calc(25%);
       max-width: 25%; */
    /* margin: 0; */
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    /* margin: 0.9635vw; */
    /* width: calc(23%); */
    /* max-width: 23%; */
}

.product-info .product-shop-list-info img {
    width: 100%;
    /* border-radius: var(--btn-border-radius-outset); */
    border-radius:5px
}

.product-info .product-shop-list-info h3 {
    margin: 15px 0 0;
    font-size: 1.2em;
    color: #000;
    text-align: left;
}

.product-info .product-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.product-info .product-reviews span {
    margin-left: 10px;
    font-size: 0.9em;
    color: #666;
}

.product-info .price {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
}

.all_price {
    display: flex;
    align-items: end;
}

.product-info .online-price {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(56, 62, 66);
    font-weight: bold;
    font-size: 24px;
}


.price_symbol {
    margin-right: 2px;
}

.product-info .old-price {
    font-size: 20px;
    color: rgb(56, 62, 66);
    margin: 10px 0;
    display: flex;
    font-weight: 600;
}

.product-info .new-price {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: bold;
    color: rgb(204, 12, 56);
    font-size: 28px;
    margin-left: 3px;
}

.price_module_two {
    text-align: left;
}

.product-discount-right {
    color: rgb(204, 12, 56);
    font-size: 20px;
}

.module_two_right {
    color: rgb(204, 12, 56);
    font-size: 20px;
}

.module_two_bottom {
    font-size: 24px;
    color: rgb(204, 12, 56);
    margin: 10px 0;
    display: flex;
    font-weight: 600;
}

.product-info .product-discount {
    color: #f85454;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}

.product-info .product-discount-new {
    display: inline;
    background-color: #fce8ed;
    padding: 3px;
    border-radius: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .005em;
    color: #f85454;
}

.product-info .product-shop-list-info:hover {
    background-color: #007aff10;
    /* border-top-left-radius: var(--btn-border-radius-outset); */
        /* border-top-right-radius: var(--btn-border-radius-outset); */
}

.product-info .product-shop-list-info:hover h3 {
    color: #007aff;
}

.product-info .product-button-jump {
    color: #000;
}

.product-info .product-shop-score {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    padding: 8px;
    margin-right: 5px;
    background-color: #eee;
}

.product-info .product-shop-new {
    position: absolute;
    padding: 8px 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: #0a7700;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 10px;
    top: 15px;
    right: 15px;
    z-index: 10;
    border: 2px solid #fff;
    box-shadow: 0px 2px 8px rgba(0, 173, 87, .5);
    border-radius: 8px;
}

.product-info .product-jump {
    text-decoration: none;
}

.old-price-dea {
    font-size: 20px;
    font-weight: 300;
    color: #383e42;
}

.product-discount-new.product-discount-new-order {
    display: none;
}

@media screen and (min-width:980px) and (max-width:1439px) {
    .product-info .product-shop-list-info {
        /* width: calc(33%); */
        max-width: 33%;
        margin: 0;
    }

    .product-info .product-shop-list-info h3 {
        margin: 10px 0 0;
        font-size: 20px;
        line-height: 24px;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        color: #383e42;
        transition: all .3s;
        padding: 0;
        width: 100%;
    }
}

@media screen and (min-width:1440px) {
    .product-info .product-shop-list-info h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        margin: 10px 0 0;
    }
}
@media screen and (max-width:1200px) {
.product-info .product-shop-info {
    display: flex;
    flex-wrap: unset !important;
    justify-content: unset !important;
    margin-bottom: 30px;
}
}
@media screen and (max-width:480px) {
    .product-info {
        font-family: Arial, sans-serif;
        background: rgb(255, 255, 255);
        padding: 0 0 35px;
        margin: 0 0 30px;
    }

    .product-info .product-shop-list-info {
        width: calc(50%);
        /* max-width: 50%; */
        margin: 0;
        padding: 10px;
    }

    .product-info .product-list-title {
        text-align: left;
        margin-left: 10px;
        margin-bottom: 10px;
        text-transform: capitalize;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        line-height: 28px;
        font-weight: bold;
    }

    .product-info .product-shop-list-info h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        text-align: left;
        color: #383e42;
        transition: all .3s;
        padding: 0;
        margin: 8px 0 6px 0;
        width: 100%;
        display: flex;
    }

    .product-info .product-shop-new {
        position: absolute;
        padding: 6px 6px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        background: #0a7700;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        line-height: 10px;
        top: 15px;
        right: 15px;
        z-index: 10;
        border: 2px solid #fff;
        box-shadow: 0px 2px 8px rgba(0, 173, 87, .5);
        border-radius: 8px;
    }

    .product-info .product-shop-info {
        display: flex;
        flex-wrap: unset !important;
        justify-content: unset !important;
        margin-bottom: 30px;
    }

    .product-info .old-price {
        font-size: 16px;
        color: #383e4290;
        margin: 10px 0;
        display: flex;
        font-weight: 600;
    }

    .all_price {
        display: flex;
        align-items: center;
    }

    .product-info .new-price {
        font-weight: bold;
        color: rgb(204, 12, 56);
        font-size: 20px;
        margin-left: 3px;
    }

    .module_two_bottom {
        font-size: 20px;
        color: rgb(204, 12, 56);
        margin: 10px 0;
        display: flex;
        font-weight: 600;
    }

    .old-price-dea {
        font-size: 18px;
        font-weight: 300;
        color: #383e42;
    }

    .module_two_right {
        color: rgb(204, 12, 56);
        font-size: 18px;
    }

    .product-info .online-price {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        color: rgb(56, 62, 66);
        font-weight: bold;
        font-size: 20px;
    }

    .product-info .product-discount-new {
        font-size: 12px;
    }
}

@media screen and (min-width: 481px) and (max-width:979px) {
    .product-info .product-shop-list-info {
        /* width: calc(50%); */
        max-width: 50%;
        margin: 0;
    }

    .product-info .product-shop-list-info h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        text-align: left;
        color: #383e42;
        transition: all .3s;
        padding: 0;
        margin: 8px 0 6px 0;
        width: 100%;
        display: flex;
    }

    .product-info .product-list-title {
        text-align: left;
        /* margin-left: 10px; */
        margin-bottom: 10px;
        text-transform: capitalize;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 28px;
        font-style: normal;
        line-height: 28px;
        font-weight: bold;
    }

    .product-info .product-shop-list-info h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        color: #383e42;
        transition: all .3s;
        padding: 0;
        width: 100%;
        display: flex;
        margin: 10px 0;
        font-size: 22px;
        line-height: 24px;
    }
}

 .product-list-info .second_title {
     font-size: 24px;
     text-align: left !important;
     margin: 0;
     padding: 0;
     line-height: 1.2;
     margin-bottom: 10px;
     color: #5555557d;
 }

 /* hover */
 @media screen and (min-width:960px) {
 .product-shop-list-info .product-images {
     display: flex;
     position: relative;
     align-items: stretch;
     --ratio-percent: 100%;
     --image-fill-type: cover;
     --badge-border-radius: 4px;
 }

 .product-shop-list-info .product-images::before {
     content: "";
     width: 0;
     height: 0;
     padding-bottom: var(--ratio-percent);
 }

 .product-shop-list-info .hover_important_productitem img {
     height: 100%;
     object-fit: var(--image-fill-type, cover);
     object-position: var(--image-object-position, center center);
     width: 100%;
     position: absolute;
     top: 0;
     bottom: 0;
         /* border-radius: var(--btn-border-radius-outset); */
        border-radius:5px;
     left: 0;
     right: 0;
     transition: opacity var(--duration-long) ease;
     transition-property: opacity, transform;
 }

 .product-shop-list-info:hover .hover_important_productitem>img:first-child:not(:only-child) {
     opacity: 0;
 }

 .hover_important_productitem {
     position: absolute;
     bottom: 0;
     top: 0;
     right: 0;
     left: 0;
     overflow: hidden;
     z-index: 2;
 }

 .product-shop-list-info .hover_important_productitem>img+img {
     opacity: 0;
 }

 .product-shop-list-info:hover .hover_important_productitem>img+img {
     opacity: 1;
 }


 }

 @media screen and (max-width:959px) {
     .hover_important_productitem img:not(.product-image-1):last-child{
        display: none;
    }

}
 /*  */



 @media screen and (min-width: 481px) and (max-width: 979px) {
     .product-list-info .second_title {
         font-size: 22px
     }
 }

 @media screen and (min-width: 980px) and (max-width: 1439px) {
     .product-list-info .second_title {
         font-size: 20px
     }
 }

 @media screen and (max-width: 480px) {
     .product-list-info .second_title {
         font-size: 14px
     }
 }





