.product-item .product-item-wrap .product-item-top .product-item-actions.price-contact {
  justify-content: center;
  padding: 5px 0; }
  .product-item .product-item-wrap .product-item-top .product-item-actions.price-contact .product-item-detail-price span {
    color: white;
    font-size: 18px;
    font-weight: bold; }

.btn-seemore {
  margin-top: 20px; }
  .btn-seemore a {
    display: inline-block;
    padding: 12px 30px;
    color: var(--color_main);
    font-size: 16px;
    font-weight: bold;
    border: 1px solid var(--color_main);
    background-color: white;
    transition: .3s all; }
    .btn-seemore a:hover {
      color: white;
      background-color: var(--color_main); }
    @media (max-width: 992px) {
      .btn-seemore a {
        padding: 8px 24px;
        font-size: 14px; } }
