.box-text.box-text-products {
    padding: 35px 39px 0 39px !important;
}

.name.product-title.woocommerce-loop-product__title .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #232323;
    line-height: 1.4;
}

.name.product-title.woocommerce-loop-product__title .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
    color: #ea6224;
}

.price .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: bold;
    color: #ea6224;
    text-align: center;
    display: block;
    margin-top: 6px;
}

.product-small .box-text {
    text-align: center;
}

.product-small .box-image {
    position: relative;
}

.product-small .box-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.102);
    pointer-events: none;
}

@media (min-width: 1200px) {
    .product-small:hover .box-image::before {
        opacity: 0.702;
    }
}

.product-small .box-image .image-none a {
    height: 263px;
}

.product-small .box-image .product-action {
    text-align: center;
    z-index: 999;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-small .box-image .product-action .btn-cart {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: rgb(35, 35, 35);
    width: 151px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px !important;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    margin: 0px auto;
    text-transform: none;
}

.product-small .box-image .product-action .btn-cart:hover {
    background-color: #ea6224;
    color: white;
}

.product-small .box-image {
    position: relative;
}
