.mybg-light .circle-card .wrapper {
  background-color: var(--primary-bg); }

.circle-card {
  margin-bottom: 30px;
  padding: 0 30px; }
  .circle-card h3 {
    font-size: 24rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px; }
  .circle-card p {
    text-align: center;
    color: var(--transparent-color1);
    margin-bottom: 0; }
  .circle-card a.wrapper:hover, .circle-card a.wrapper:active, .circle-card a.wrapper:focus, .circle-card button.wrapper:hover, .circle-card button.wrapper:active, .circle-card button.wrapper:focus {
    box-shadow: 0 0 10px 2px #00000036;
    border: none;
    outline: none; }
  .circle-card .wrapper {
    border-radius: 50%;
    padding: 20px;
    height: 456.33px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    width: 100%; }
  .circle-card .photo {
    min-height: 103px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px; }
    .circle-card .photo .image {
      display: flex;
      justify-content: center;
      align-items: center; }
    .circle-card .photo img {
      max-width: 132px;
      max-height: 103px;
      object-fit: contain; }
  .circle-card .buttons {
    margin-top: 17.5px; }
    .circle-card .buttons .btn {
      min-width: 245px;
      padding: 14px 40px; }
    .circle-card .buttons p {
      color: var(--element1-color);
      font-size: 30rem;
      font-weight: 800; }

.circle-cart-group .row {
  justify-content: center; }

@media (max-width: 575.5px) {
  .circle-card {
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: center; }
    .circle-card .wrapper {
      height: 260px;
      width: 260px;
      padding-top: 25px;
      padding: 15px; }
    .circle-card .photo {
      min-height: 51px;
      margin-bottom: 10px; }
      .circle-card .photo img {
        max-width: 85px;
        max-height: 51px; }
    .circle-card p {
      font-size: 16rem; }
    .circle-card h3 {
      font-size: 22rem;
      margin-bottom: 10px; }
    .circle-card .buttons {
      margin-top: 10px; }
      .circle-card .buttons .btn {
        min-width: 115px;
        padding: 9px 5px;
        font-size: 16rem; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .circle-card {
    display: flex;
    justify-content: center; }
    .circle-card .wrapper {
      height: 300px;
      width: 300px;
      padding-top: 25px;
      padding: 15px; }
    .circle-card .photo {
      min-height: 70px;
      margin-bottom: 10px; }
      .circle-card .photo img {
        max-width: 105px;
        max-height: 70px; }
    .circle-card p {
      font-size: 16rem; }
    .circle-card h3 {
      font-size: 22rem;
      margin-bottom: 10px; }
    .circle-card .buttons {
      margin-top: 10px; }
      .circle-card .buttons .btn {
        min-width: 140px;
        padding: 9px 5px;
        font-size: 16rem; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .circle-card .wrapper {
    height: 300px;
    padding-top: 25px;
    padding: 15px; }
  .circle-card .photo {
    min-height: 70px;
    margin-bottom: 10px; }
    .circle-card .photo img {
      max-width: 105px;
      max-height: 70px; }
  .circle-card p {
    font-size: 16rem; }
  .circle-card h3 {
    font-size: 22rem;
    margin-bottom: 10px; }
  .circle-card .buttons {
    margin-top: 10px; }
    .circle-card .buttons .btn {
      min-width: 140px;
      padding: 9px 5px;
      font-size: 16rem; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .circle-card .wrapper {
    height: 420px;
    padding-top: 25px;
    padding: 15px; }
  .circle-card .photo {
    min-height: 70px;
    margin-bottom: 10px; }
    .circle-card .photo img {
      max-width: 105px;
      max-height: 70px; }
  .circle-card p {
    font-size: 16rem; }
  .circle-card h3 {
    font-size: 22rem;
    margin-bottom: 10px; }
  .circle-card .buttons {
    margin-top: 10px; }
    .circle-card .buttons .btn {
      min-width: 140px;
      padding: 9px 5px;
      font-size: 16rem; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .circle-card .wrapper {
    height: 320px;
    padding-top: 25px;
    padding: 15px; }
  .circle-card .photo {
    min-height: 70px;
    margin-bottom: 10px; }
    .circle-card .photo img {
      max-width: 105px;
      max-height: 70px; }
  .circle-card p {
    font-size: 16rem; }
  .circle-card h3 {
    font-size: 22rem;
    margin-bottom: 10px; }
  .circle-card .buttons {
    margin-top: 10px; }
    .circle-card .buttons .btn {
      min-width: 140px;
      padding: 9px 5px;
      font-size: 16rem; } }

/*# sourceMappingURL=circle_cart.css.map */
