.area-lowest-price .block-best-price-int {
  border-radius: 15px 0;
}

.best-offer-box .block-best-price .block-best-price-int {
  border-radius: 15px;
}

.calculate-shipping-sellers .input-group input.form-control {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.calculate-shipping-sellers .input-group .input-group-prepend button.btn {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.calculate-shipping-sellers .input-group button.button {
  border-radius: 0 15px 15px 0;
}

.calculate-shipping-sellers-int .qty-wrapper .quantity {
  border-radius: 15px;
}

/* PAGINA DO PRODUTO - 3 COLUNAS */
/* ===================================================== */
.container.list-vendor .area-product-tab span.shipping-box,
.calculate-shipping-sellers-int .filter-deadline,
.calculate-shipping-sellers-int .filter-price {
  border-radius: 15px;
}
/* FIM PAGINA DO PRODUTO - 3 COLUNAS */
/* ===================================================== */

/* PAGINA DO PRODUTO - 2 COLUNAS */
/* ===================================================== */
.block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab:first-child {
  border-radius: 15px 0 0;
}

.block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab:last-child {
  border-radius: 0 0 0 15px;
}

.block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-right-multiseller {
  border-radius: 0 15px 15px;
}

@media screen and (width <=767px) {
  .block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab,
  .block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab:first-child {
    border-radius: 15px;
  }

  .block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab.active {
    border-radius: 15px 15px 0 0;
    margin: 0;
  }

  .block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-left-multiseller .tab {
    border-top: 1px solid #e5e5e5;
    margin: 10px 0;
  }

  .container.list-vendor .area-product-tab {
    border-radius: 0 0 15px 15px;
  }
}
/* FIM PAGINA DO PRODUTO - 2 COLUNAS */
/* ===================================================== */

/* PAGINA DO PRODUTO - 2 COLUNAS - 1 VENDEDOR */
/* ===================================================== */
.block-right-two .calculate-shipping-sellers-int .container.list-vendor .block-full-multiseller {
  border-radius: 15px;
}
/* FIM PAGINA DO PRODUTO - 2 COLUNAS - 1 VENDEDOR */
/* ===================================================== */

.l-other-offers__zipcode-filter-box,
.sellers-list__row {
  border-radius: 20px;
}

.l-other-offerss__zipcode-input-box input {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
}

.l-other-offerss__zipcode-input-box .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.sellers-list__heading,
.sellers-list__cell--price-freight .sellers-list__price-freight-box,
.sellers-list__seller-image,
.l-other-offers__filter-item label,
.sellers-list--grid .sellers-list__seller-infos {
  border-radius: 15px;
}

.sellers-list--grid .sellers-list__cell--total .c-price-box .c-installments .c-installments__see-more,
.sellers-list--grid .sellers-list__cell--total .price-box + small .area-parcela-desconto .see-parc {
  border-radius: 0;
}

.sellers-list__cell--quantity-and-buy .qty-wrapper .quantity .qtd-arrows {
  border-radius: 50%;
}
