@media (max-width: 479px){
	.product-list-box .product-inner-list {
        padding: 0px;
    }
    .product-inner-list a.product-img-link {
        width: 100%;
    }
    .product-img {
        width: 100%;
        height: 350px;
    }
        .product-img img {
        border-radius: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        object-fit: cover;
    }
        .product-list-detail {
        width: 100%;
        padding: 0px 15px 15px;
    }
        .product-list-box .product-inner-list {
/*        padding: 10px;*/
        align-items: flex-start;
    }
    .product-list-detail a {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    .product-list-detail span {
        font-size: 12px;
    }
    .share-btn-right {
        margin-top: -60px;
    }
        .share-btn-right .thm-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
    .product-list-box a {
        flex-direction: column;
        padding: 0;
        margin-bottom: 10px;
}

@media (max-width: 767px){
	.product-list-detail h4 {
        font-size: 16px;
        line-height: 20px;
        margin: 0px;
    }
        .product-list-detail p {
        font-size: 14px;
        line-height: 18px;
        padding-right: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .product-list-detail ul li {
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 12px;
    }
        .call-info-btn {
        display: none;
    }
        .call-info-btn .thm-btn {
        font-size: 15px;
        padding: 10px 15px;
        width: 100%;
        justify-content: center;
    }
        .share-btn-right.call-info-btn-mob {
        display: flex;
        column-gap: 5px;
    }
        .call-info-btn-mob {
        display: block;
        margin-top: -30px !important;
    }
    .call-info-btn-mob .thm-btn {
        padding: 5px 7px !important;
        font-size: 12px;
    }
        .product-list-box .product-inner-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px){
	    .product-list-detail ul {
        margin: 15px 0;
    }
}