.product-item .item-details {
    overflow: visible;
    padding-bottom: 8px;
}

.btn-product-buy-now {
    background-color: #1d7f5f;
    border: 1px solid #1d7f5f;
    color: #fff !important;
}

.btn-product-buy-now:hover,
.btn-product-buy-now:focus {
    background-color: #16654c;
    border-color: #16654c;
}

.btn-product-buy-now i,
.btn-product-card-buy-now i,
.cart-sidebar__button--primary i {
    margin-right: 6px;
}

.product-item-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    width: 100%;
    float: left;
    clear: both;
}

.product-item-actions .btn-product-card-action {
    flex: 1 1 0;
    font-size: 12px;
    line-height: 1.2;
    padding: 9px 10px;
    text-align: center;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #333 !important;
}

.product-item-actions .btn-product-card-action:hover,
.product-item-actions .btn-product-card-action:focus {
    border-color: #c9c9c9;
}

.product-item-actions .btn-product-card-buy-now {
    background-color: #1d7f5f;
    border-color: #1d7f5f;
    color: #fff !important;
}

.product-item-actions--single .btn-product-card-action {
    flex: 1 1 100%;
}

.product-item-actions .btn-product-card-buy-now:hover,
.product-item-actions .btn-product-card-buy-now:focus {
    background-color: #16654c;
    border-color: #16654c;
}

@media (max-width: 600px) {
    .product-item-actions {
        flex-direction: column;
    }
}
