.layout-pageStores .container-fullwidth .wrapbox-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 0;
  padding: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0; }
  .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-map-left {
    flex: 0 0 65%; }
    .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-map-left img {
      width: 100%;
      height: auto; }
  .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right {
    flex: 0 0 35%;
    border-left: 1px solid #ddd; }
    .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items {
      width: 100%; }
      .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx {
        background-color: #fff;
        padding: 1.5rem 3.5rem;
        width: 100%;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        transition: background-color 0.3s ease; }
        .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx .title {
          margin-bottom: 10px;
          color: #000;
          font-size: 29.075px;
          font-style: normal;
          font-weight: 800;
          line-height: 100%;
          letter-spacing: 1.454px;
          text-transform: uppercase; }
        .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx .address {
          margin-bottom: 10px;
          color: #000;
          font-size: 11.972px;
          font-style: normal;
          font-weight: 500;
          line-height: 22px;
          letter-spacing: 0.599px;
          text-transform: uppercase; }
        .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx .hotline {
          margin-bottom: 30px;
          color: #000;
          font-size: 11.972px;
          font-style: normal;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: 0.599px;
          text-transform: uppercase; }
        .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx .route-link {
          display: inline-flex;
          justify-content: center;
          background-color: #000;
          padding: 10px 12px;
          text-decoration: none;
          width: 130px;
          color: #FFF;
          text-align: center;
          font-size: 10.604px;
          font-style: normal;
          font-weight: 800;
          line-height: 100%;
          letter-spacing: 0.53px;
          text-transform: uppercase; }
        .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx:hover {
          background: #000; }
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx:hover .title,
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx:hover .address,
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx:hover .hotline {
            color: #fff; }
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx:hover .route-link {
            background: #fff;
            color: #000; }
        .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx.active {
          background: #000; }
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx.active .title,
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx.active .address,
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx.active .hotline {
            color: #fff; }
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx.active .route-link {
            background: #fff;
            color: #000; }

@media (max-width: 1024px) {
  .layout-pageStores .container-fullwidth .wrapbox-content {
    display: block;
    border-right: 0;
    flex-wrap: wrap;
    width: 100%; }
    .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right {
      flex: 0 0 100%;
      border-left: 0; }
      .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items {
        width: 100%;
        overflow-x: scroll;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        border-top: 1px solid #ddd; }
        .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx {
          background-color: #fff;
          padding: 15px;
          width: auto;
          border: 0;
          border-radius: 0;
          border-bottom: 0;
          cursor: pointer;
          transition: background-color 0.3s ease;
          min-width: 70%;
          display: block;
          border-right: 1px solid #ddd; }
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx .address {
            font-size: 14px; }
            .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx .address br {
              display: none; }
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx .title {
            font-size: 20px;
            letter-spacing: 0; }
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx .hotline {
            font-size: 14px;
            margin-bottom: 20px; }
          .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-content-right .full-right-items .cardx .route-link {
            justify-content: center;
            background-color: #000;
            color: #fff;
            padding: 5px 11px;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 0;
            font-size: 14px;
            width: 130px; }
    .layout-pageStores .container-fullwidth .wrapbox-content .badrabbitclub-map-left {
      width: 100%; } }
