.woosw-list table.woosw-items tr td {
    padding: 20px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
    font-size: 20px;
    color: var(--title-color);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
    font-size: 20px;
}
.woosw-list table.woosw-items tr .woosw-item--actions {
    width: 88px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a:hover {
       color: var(--theme-color);
}

@media (max-width: 1399px) {
  .team-card.style2 .team-img-wrap .team-shape {
    width: 315px !important;
    height: 320px !important;
  }
}
@media (max-width: 1299px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 281px !important;
        height: 281px !important;
    }
}
@media (max-width: 1199px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 300px !important;
        height: 310px !important;
    }
}
@media (max-width: 991px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 336px !important;
        height: 346px !important;
    }
}
@media (max-width: 767px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 246px !important;
        height: 256px !important;
    }
}
@media (max-width: 575px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 401px !important;
        height: 411px !important;
    }
}
@media (max-width: 375px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 351px !important;
        height: 361px !important;
    }
}
@media (max-width: 320px) {
    .team-card.style2 .team-img-wrap .team-shape {
        width: 296px !important;
        height: 306px !important;
    }
}

.woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline .cart-button.icon-btn.added {
    display: none;
}
.woosw-list table.woosw-items tr .woosw-item--actions {
    width: 170px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--atc p, .woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline {
    text-align: center;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline .added_to_cart.wc-forward {
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    background-color: var(--icon-bg, #f7f7f7);
    border: 1px solid var(--th-border-color);
    color: var(--title-color);
}