@media (max-width: 767px) {
  html,
  body.page-booking-all,
  body.page-booking-compare,
  body.page-booking-ports,
  body.page-booking-routes,
  body.page-booking-route-detail,
  body.page-booking-ships,
  body.page-booking-ship,
  body.page-booking-sights,
  body.page-booking-facilities,
  body.page-booking-deals,
  body.page-booking-timetable {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    background: #eef3f8 !important;
    box-sizing: border-box !important;
  }

  body.page-booking-all *,
  body.page-booking-compare *,
  body.page-booking-ports *,
  body.page-booking-routes *,
  body.page-booking-route-detail *,
  body.page-booking-ships *,
  body.page-booking-ship *,
  body.page-booking-sights *,
  body.page-booking-facilities *,
  body.page-booking-deals *,
  body.page-booking-timetable * {
    box-sizing: border-box !important;
  }

  body.page-booking-all .yz-booking-header,
  body.page-booking-compare .yz-booking-header,
  body.page-booking-ports .yz-booking-header,
  body.page-booking-routes .yz-booking-header,
  body.page-booking-route-detail .yz-booking-header,
  body.page-booking-ships .yz-booking-header,
  body.page-booking-ship .yz-booking-header,
  body.page-booking-sights .yz-booking-header,
  body.page-booking-facilities .yz-booking-header,
  body.page-booking-deals .yz-booking-header,
  body.page-booking-timetable .yz-booking-header,
  body.page-booking-all .yz-booking-footer,
  body.page-booking-compare .yz-booking-footer,
  body.page-booking-ports .yz-booking-footer,
  body.page-booking-routes .yz-booking-footer,
  body.page-booking-route-detail .yz-booking-footer,
  body.page-booking-ships .yz-booking-footer,
  body.page-booking-ship .yz-booking-footer,
  body.page-booking-sights .yz-booking-footer,
  body.page-booking-facilities .yz-booking-footer,
  body.page-booking-deals .yz-booking-footer,
  body.page-booking-timetable .yz-booking-footer,
  body.page-booking-all .yz-booking-floating-tools,
  body.page-booking-compare .yz-booking-floating-tools,
  body.page-booking-ports .yz-booking-floating-tools,
  body.page-booking-routes .yz-booking-floating-tools,
  body.page-booking-route-detail .yz-booking-floating-tools,
  body.page-booking-ships .yz-booking-floating-tools,
  body.page-booking-ship .yz-booking-floating-tools,
  body.page-booking-sights .yz-booking-floating-tools,
  body.page-booking-facilities .yz-booking-floating-tools,
  body.page-booking-deals .yz-booking-floating-tools,
  body.page-booking-timetable .yz-booking-floating-tools {
    display: none !important;
  }

  body.page-booking-all main,
  body.page-booking-compare main,
  body.page-booking-ports main,
  body.page-booking-routes main,
  body.page-booking-route-detail main,
  body.page-booking-ships main,
  body.page-booking-ship main,
  body.page-booking-sights main,
  body.page-booking-facilities main,
  body.page-booking-deals main,
  body.page-booking-timetable main {
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 0 72px !important;
    background: #eef3f8 !important;
    overflow-x: hidden !important;
  }

  body.page-booking-all main > section:first-child,
  body.page-booking-compare main > section:first-child,
  body.page-booking-ports main > section:first-child,
  body.page-booking-routes main > section:first-child,
  body.page-booking-route-detail main > section:first-child,
  body.page-booking-ships main > section:first-child,
  body.page-booking-ship main > section:first-child,
  body.page-booking-sights main > section:first-child,
  body.page-booking-facilities main > section:first-child,
  body.page-booking-deals main > section:first-child,
  body.page-booking-timetable main > section:first-child {
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #2f7bd7 !important;
    box-shadow: none !important;
  }

  body.page-booking-all main > section:first-child::before,
  body.page-booking-compare main > section:first-child::before,
  body.page-booking-ports main > section:first-child::before,
  body.page-booking-routes main > section:first-child::before,
  body.page-booking-route-detail main > section:first-child::before,
  body.page-booking-ships main > section:first-child::before,
  body.page-booking-ship main > section:first-child::before,
  body.page-booking-sights main > section:first-child::before,
  body.page-booking-facilities main > section:first-child::before,
  body.page-booking-deals main > section:first-child::before,
  body.page-booking-timetable main > section:first-child::before {
    content: "‹" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 50px !important;
  }

  body.page-booking-all main > section:first-child::after,
  body.page-booking-compare main > section:first-child::after,
  body.page-booking-ports main > section:first-child::after,
  body.page-booking-routes main > section:first-child::after,
  body.page-booking-route-detail main > section:first-child::after,
  body.page-booking-ships main > section:first-child::after,
  body.page-booking-ship main > section:first-child::after,
  body.page-booking-sights main > section:first-child::after,
  body.page-booking-facilities main > section:first-child::after,
  body.page-booking-deals main > section:first-child::after,
  body.page-booking-timetable main > section:first-child::after {
    content: "⌂" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 50px !important;
  }

  body.page-booking-all main > section:first-child > .container,
  body.page-booking-compare main > section:first-child > .container,
  body.page-booking-ports main > section:first-child > .container,
  body.page-booking-routes main > section:first-child > .container,
  body.page-booking-route-detail main > section:first-child > .container,
  body.page-booking-ships main > section:first-child > .container,
  body.page-booking-ship main > section:first-child > .container,
  body.page-booking-sights main > section:first-child > .container,
  body.page-booking-facilities main > section:first-child > .container,
  body.page-booking-deals main > section:first-child > .container,
  body.page-booking-timetable main > section:first-child > .container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 52px !important;
  }

  body.page-booking-all main > section:first-child h1,
  body.page-booking-compare main > section:first-child h1,
  body.page-booking-ports main > section:first-child h1,
  body.page-booking-routes main > section:first-child h1,
  body.page-booking-route-detail main > section:first-child h1,
  body.page-booking-ships main > section:first-child h1,
  body.page-booking-ship main > section:first-child h1,
  body.page-booking-sights main > section:first-child h1,
  body.page-booking-facilities main > section:first-child h1,
  body.page-booking-deals main > section:first-child h1,
  body.page-booking-timetable main > section:first-child h1,
  body.page-booking-all main > section:first-child strong,
  body.page-booking-compare main > section:first-child strong,
  body.page-booking-ports main > section:first-child strong,
  body.page-booking-routes main > section:first-child strong,
  body.page-booking-route-detail main > section:first-child strong,
  body.page-booking-ships main > section:first-child strong,
  body.page-booking-ship main > section:first-child strong,
  body.page-booking-sights main > section:first-child strong,
  body.page-booking-facilities main > section:first-child strong,
  body.page-booking-deals main > section:first-child strong,
  body.page-booking-timetable main > section:first-child strong {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.page-booking-all main > section:first-child p,
  body.page-booking-compare main > section:first-child p,
  body.page-booking-ports main > section:first-child p,
  body.page-booking-routes main > section:first-child p,
  body.page-booking-route-detail main > section:first-child p,
  body.page-booking-ships main > section:first-child p,
  body.page-booking-ship main > section:first-child p,
  body.page-booking-sights main > section:first-child p,
  body.page-booking-facilities main > section:first-child p,
  body.page-booking-deals main > section:first-child p,
  body.page-booking-timetable main > section:first-child p,
  body.page-booking-all main > section:first-child .yz-section-kicker,
  body.page-booking-compare main > section:first-child .yz-section-kicker,
  body.page-booking-ports main > section:first-child .yz-section-kicker,
  body.page-booking-routes main > section:first-child .yz-section-kicker,
  body.page-booking-route-detail main > section:first-child .yz-section-kicker,
  body.page-booking-ships main > section:first-child .yz-section-kicker,
  body.page-booking-ship main > section:first-child .yz-section-kicker,
  body.page-booking-sights main > section:first-child .yz-section-kicker,
  body.page-booking-facilities main > section:first-child .yz-section-kicker,
  body.page-booking-deals main > section:first-child .yz-section-kicker,
  body.page-booking-timetable main > section:first-child .yz-section-kicker,
  body.page-booking-all main > section:first-child a,
  body.page-booking-compare main > section:first-child a,
  body.page-booking-ports main > section:first-child a,
  body.page-booking-routes main > section:first-child a,
  body.page-booking-route-detail main > section:first-child a,
  body.page-booking-ships main > section:first-child a,
  body.page-booking-ship main > section:first-child a,
  body.page-booking-sights main > section:first-child a,
  body.page-booking-facilities main > section:first-child a,
  body.page-booking-deals main > section:first-child a,
  body.page-booking-timetable main > section:first-child a {
    display: none !important;
  }

  body.page-booking-all main > section:not(:first-child),
  body.page-booking-compare main > section:not(:first-child),
  body.page-booking-ports main > section:not(:first-child),
  body.page-booking-routes main > section:not(:first-child),
  body.page-booking-route-detail main > section:not(:first-child),
  body.page-booking-ships main > section:not(:first-child),
  body.page-booking-ship main > section:not(:first-child),
  body.page-booking-sights main > section:not(:first-child),
  body.page-booking-facilities main > section:not(:first-child),
  body.page-booking-deals main > section:not(:first-child),
  body.page-booking-timetable main > section:not(:first-child) {
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    margin: 0 !important;
    padding: 10px 10px 78px !important;
    background: #eef3f8 !important;
  }

  body.page-booking-all .container,
  body.page-booking-compare .container,
  body.page-booking-ports .container,
  body.page-booking-routes .container,
  body.page-booking-route-detail .container,
  body.page-booking-ships .container,
  body.page-booking-ship .container,
  body.page-booking-sights .container,
  body.page-booking-facilities .container,
  body.page-booking-deals .container,
  body.page-booking-timetable .container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-booking-all article,
  body.page-booking-compare article,
  body.page-booking-ports article,
  body.page-booking-routes article,
  body.page-booking-route-detail article,
  body.page-booking-ships article,
  body.page-booking-ship article,
  body.page-booking-sights article,
  body.page-booking-facilities article,
  body.page-booking-deals article,
  body.page-booking-timetable article,
  body.page-booking-all .yz-booking-card,
  body.page-booking-compare .yz-booking-card,
  body.page-booking-ports .yz-booking-card,
  body.page-booking-routes .yz-booking-card,
  body.page-booking-route-detail .yz-booking-card,
  body.page-booking-ships .yz-booking-card,
  body.page-booking-ship .yz-booking-card,
  body.page-booking-sights .yz-booking-card,
  body.page-booking-facilities .yz-booking-card,
  body.page-booking-deals .yz-booking-card,
  body.page-booking-timetable .yz-booking-card {
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body.page-booking-all .yz-booking-mobile-nav,
  body.page-booking-compare .yz-booking-mobile-nav,
  body.page-booking-ports .yz-booking-mobile-nav,
  body.page-booking-routes .yz-booking-mobile-nav,
  body.page-booking-route-detail .yz-booking-mobile-nav,
  body.page-booking-ships .yz-booking-mobile-nav,
  body.page-booking-ship .yz-booking-mobile-nav,
  body.page-booking-sights .yz-booking-mobile-nav,
  body.page-booking-facilities .yz-booking-mobile-nav,
  body.page-booking-deals .yz-booking-mobile-nav,
  body.page-booking-timetable .yz-booking-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    z-index: 3000 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: min(100vw, 412px) !important;
    max-width: min(100vw, 412px) !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #086bad !important;
    box-shadow: 0 -1px 8px rgba(0,0,0,.14) !important;
  }

  body.page-booking-all .yz-booking-mobile-nav a,
  body.page-booking-compare .yz-booking-mobile-nav a,
  body.page-booking-ports .yz-booking-mobile-nav a,
  body.page-booking-routes .yz-booking-mobile-nav a,
  body.page-booking-route-detail .yz-booking-mobile-nav a,
  body.page-booking-ships .yz-booking-mobile-nav a,
  body.page-booking-ship .yz-booking-mobile-nav a,
  body.page-booking-sights .yz-booking-mobile-nav a,
  body.page-booking-facilities .yz-booking-mobile-nav a,
  body.page-booking-deals .yz-booking-mobile-nav a,
  body.page-booking-timetable .yz-booking-mobile-nav a {
    display: grid !important;
    place-items: center !important;
    min-width: 0 !important;
    height: 56px !important;
    padding: 4px 1px 3px !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  body.page-booking-all .yz-booking-mobile-nav a::before,
  body.page-booking-compare .yz-booking-mobile-nav a::before,
  body.page-booking-ports .yz-booking-mobile-nav a::before,
  body.page-booking-routes .yz-booking-mobile-nav a::before,
  body.page-booking-route-detail .yz-booking-mobile-nav a::before,
  body.page-booking-ships .yz-booking-mobile-nav a::before,
  body.page-booking-ship .yz-booking-mobile-nav a::before,
  body.page-booking-sights .yz-booking-mobile-nav a::before,
  body.page-booking-facilities .yz-booking-mobile-nav a::before,
  body.page-booking-deals .yz-booking-mobile-nav a::before,
  body.page-booking-timetable .yz-booking-mobile-nav a::before {
    display: block !important;
    height: 22px !important;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 22px !important;
  }

  body.page-booking-all .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-compare .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-ports .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-routes .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-route-detail .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-ships .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-ship .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-sights .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-facilities .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-deals .yz-booking-mobile-nav a:nth-child(1)::before,
  body.page-booking-timetable .yz-booking-mobile-nav a:nth-child(1)::before { content: "⌂" !important; }

  body.page-booking-all .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-compare .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-ports .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-routes .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-route-detail .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-ships .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-ship .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-sights .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-facilities .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-deals .yz-booking-mobile-nav a:nth-child(2)::before,
  body.page-booking-timetable .yz-booking-mobile-nav a:nth-child(2)::before { content: "船" !important; }

  body.page-booking-all .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-compare .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-ports .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-routes .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-route-detail .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-ships .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-ship .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-sights .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-facilities .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-deals .yz-booking-mobile-nav a:nth-child(3)::before,
  body.page-booking-timetable .yz-booking-mobile-nav a:nth-child(3)::before { content: "☎" !important; }

  body.page-booking-all .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-compare .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-ports .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-routes .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-route-detail .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-ships .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-ship .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-sights .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-facilities .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-deals .yz-booking-mobile-nav a:nth-child(4)::before,
  body.page-booking-timetable .yz-booking-mobile-nav a:nth-child(4)::before { content: "订" !important; }

  body.page-booking-all .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-compare .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-ports .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-routes .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-route-detail .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-ships .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-ship .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-sights .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-facilities .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-deals .yz-booking-mobile-nav a:nth-child(5)::before,
  body.page-booking-timetable .yz-booking-mobile-nav a:nth-child(5)::before { content: "我" !important; }

  body.page-booking-all .yz-mobile-real-back,
  body.page-booking-compare .yz-mobile-real-back,
  body.page-booking-ports .yz-mobile-real-back,
  body.page-booking-routes .yz-mobile-real-back,
  body.page-booking-route-detail .yz-mobile-real-back,
  body.page-booking-ships .yz-mobile-real-back,
  body.page-booking-ship .yz-mobile-real-back,
  body.page-booking-sights .yz-mobile-real-back,
  body.page-booking-facilities .yz-mobile-real-back,
  body.page-booking-deals .yz-mobile-real-back,
  body.page-booking-timetable .yz-mobile-real-back,
  body.page-booking-all .yz-mobile-real-home,
  body.page-booking-compare .yz-mobile-real-home,
  body.page-booking-ports .yz-mobile-real-home,
  body.page-booking-routes .yz-mobile-real-home,
  body.page-booking-route-detail .yz-mobile-real-home,
  body.page-booking-ships .yz-mobile-real-home,
  body.page-booking-ship .yz-mobile-real-home,
  body.page-booking-sights .yz-mobile-real-home,
  body.page-booking-facilities .yz-mobile-real-home,
  body.page-booking-deals .yz-mobile-real-home,
  body.page-booking-timetable .yz-mobile-real-home {
    position: absolute !important;
    top: 0 !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 50px !important;
    text-decoration: none !important;
  }

  body.page-booking-all .yz-mobile-real-back,
  body.page-booking-compare .yz-mobile-real-back,
  body.page-booking-ports .yz-mobile-real-back,
  body.page-booking-routes .yz-mobile-real-back,
  body.page-booking-route-detail .yz-mobile-real-back,
  body.page-booking-ships .yz-mobile-real-back,
  body.page-booking-ship .yz-mobile-real-back,
  body.page-booking-sights .yz-mobile-real-back,
  body.page-booking-facilities .yz-mobile-real-back,
  body.page-booking-deals .yz-mobile-real-back,
  body.page-booking-timetable .yz-mobile-real-back {
    left: 0 !important;
  }

  body.page-booking-all .yz-mobile-real-home,
  body.page-booking-compare .yz-mobile-real-home,
  body.page-booking-ports .yz-mobile-real-home,
  body.page-booking-routes .yz-mobile-real-home,
  body.page-booking-route-detail .yz-mobile-real-home,
  body.page-booking-ships .yz-mobile-real-home,
  body.page-booking-ship .yz-mobile-real-home,
  body.page-booking-sights .yz-mobile-real-home,
  body.page-booking-facilities .yz-mobile-real-home,
  body.page-booking-deals .yz-mobile-real-home,
  body.page-booking-timetable .yz-mobile-real-home {
    right: 0 !important;
    font-size: 18px !important;
  }

  body.page-booking-ships main > section:first-child > a,
  body.page-booking-ports main > section:first-child > a,
  body.page-booking-routes main > section:first-child > a,
  body.page-booking-all main > section:first-child > a,
  body.page-booking-deals main > section:first-child > a,
  body.page-booking-ship main > section:first-child > a {
    display: none !important;
  }

  body.page-booking-ships main > section:first-child::after,
  body.page-booking-ports main > section:first-child::after {
    width: 44px !important;
    height: 50px !important;
    font-size: 18px !important;
    line-height: 50px !important;
    transform: none !important;
  }

  body.page-booking-ships .yz-order-page-hero::after,
  body.page-booking-ports .yz-ports-hero::after,
  body.page-booking-compare .yz-order-page-hero::after,
  body.page-booking-route-detail .yz-route-detail-hero::after,
  body.page-booking-facilities .yz-facilities-hero::after,
  body.page-booking-sights .yz-sights-hero::after,
  body.page-booking-timetable .yz-timetable-hero::after {
    content: "⌂" !important;
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 4 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 50px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 50px !important;
    transform: none !important;
  }
}
