.box-so-do {
    display: block;
    width: 100%;
    position: relative;
    /* height: 1100px; */
    overflow: hidden;
    margin-top: 12px;
  }
  
  .map {
    width: 100%;
    min-height: 690px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(107, 101, 101);
    border-radius: 10px;
    height: 500px;
    overflow: hidden;
  }
  
  .so-do {}
  
  .btn-tang {
    position: absolute;
    left: calc(50% - 177.63px / 2);
    top: 99px;
    z-index: 1;
  }
  
  .btn-tang a {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    background: #e3e3e3;
    border-bottom: 0;
    cursor: pointer;
    margin-bottom: 6px;
    font-weight: 600;
    border-radius: 5px;
  }
  
  .btn-tang a:hover {
    color: #95684a;
  }
  
  .btn-tang a.active {
    background: white;
    border: 1px solid #ccc;
  }
  
  .btn-zoom {
    position: absolute;
    display: flex;
    top: 123px;
    z-index: 1;
    left: 10px;
    flex-direction: column;
  }
  
  .btn-zoom button {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    background: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.45rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .shw-item-chua-chon {
    color: #fff;
    background-color: #d2d2d2;
    cursor: pointer;
  }
  
  .shw-item-chua-chon:hover {
    opacity: 0.7;
  }
  
  .shw-item-da-chon-orther,
  .shw-item-khong-hoat-dong {
    color: #fff;
    background-color: #d2d2d2;
    cursor: not-allowed;
  }
  
  .shw-item-da-chon {
    font-weight: bold;
    color: #1d0000;
    background-color: #0ffcdb;
  }
  
  .choose {
    display: flex;
    border: 1px solid #e7e3e3;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 1px 1px 1px #cdcdcd;
    min-height: 35px;
  }
  
  .choose span {
    display: block;
    margin: 5px;
  }
  
  .booking-time-refresh {
    padding: 0px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    flex-direction: column;
    margin-bottom: 15px;
    background-color: #fff;
    /* position: absolute; */
  
    border: 1px solid rgb(107, 101, 101);
    border-radius: 10px;
    z-index: 1;
  }
  
  .booking-time-label {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 600;
  }
  
  .booking-time-coundown {
    font-weight: 700;
    margin-left: 8px;
    color: #000;
  }
  
  .shw-chu-thich {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
  }
  
  .shw-chu-thich-item {
    display: flex;
    align-items: center;
    padding: 5px;
  }
  
  .shw-chu-thich-bullet {
    background-color: rgb(29, 172, 14);
    border-radius: 10px 10px 0px 0px;
    height: 20px;
    width: 20px;
  }
  
  .shw-chu-thich-description {
    margin: 0 0 0 10px;
  }
  
  .shw-cart input[type="text"],
  .shw-cart input[type="number"],
  .shw-cart input[type="email"],
  .shw-cart input[type="tel"],
  .shw-cart input[type="password"],
  .shw-cart input[type="search"],
  .shw-cart select,
  .shw-cart textarea {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .shw-col-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  
  .shw-customer,
  .shw-coupon-field {
    margin-top: 5px;
    margin-bottom: 0px;
    border: solid 1px #ddd;
    border-radius: 4px;
    color: #000;
    padding: 8px 8px !important;
  }
  
  .shw-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  .shw-cart-title {
    font-weight: 700;
    margin: 0;
  }
  
  .shw-cart-btn-delete {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #e53c4a !important;
    height: 22px !important;
    width: 24px !important;
    padding: 0px !important;
  }
  
  .shw-cart-btn {
    border-radius: 4px;
    transition: background-color 0.15s ease-in-out;
    user-select: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
  }
  
  .shw-cart-btn-icon {
    height: 3px;
    width: 12px;
    border-radius: 5px;
    background-color: #fff;
  }
  
  .shw-cart-btn-delete:hover {
    background-color: #db3240;
  }
  
  .shw-cart-table-container {
    /* height: 150px;
      overflow: auto;
      border: 1px solid #bbb;
      border-radius: 5px; */
    margin-bottom: 25px;
  }
  
  .shw-cart-table-container table {
    width: 100%;
    margin: 5px auto;
    font-size: 14px;
  }
  
  .shw-cart-table-container table td .shw-ticket .shw-ghe-type {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .shw-cart-table-container table td .shw-ticket {
    background-color: rgb(71, 79, 160);
    border-radius: 5px;
    display: flex;
    color: rgb(255, 255, 255);
    justify-content: space-evenly;
  }
  
  .shw-cart-table-container table td {
    padding: 0px 15px;
    border: 1px solid #ddd;
    height: 50px;
  }
  
  .shw-cart-table-container table td.gia {
    text-align: center;
  }
  
  .shw-cart-table-container table td.button button {
    text-align: center;
    margin: auto;
  }
  
  button.shw-cart-btn.shw-cart-btn-delete {
    margin: 0;
  }
  
  .shw-ticket {
    text-align: center;
  }
  
  .shw-ticket .shw-ghe-label {
    font-size: 1rem;
    font-weight: 700;
    border-right: 1px dashed white;
    padding: 5px;
    width: 35%;
  }
  
  F .shw-cart-table td {
    text-align: center;
    vertical-align: middle;
    padding: 2px;
  }
  
  .shw-field-container {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .shw-apply-coupon-btn {
    width: 110px;
    margin-left: 12px;
    padding: 7px 0;
    background: #23326c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
  }
  
  .shw-cart input.shw-coupon-field {
    margin-top: 5px;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    border-radius: 4px;
    color: #000;
    padding: 8px 8px !important;
  }
  
  .shw-cart-footer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  
  .shw-cart-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  
  .shw-cart-total {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .shw-cart-total {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    text-align: right;
  }
  
  .shw-footer-item {
    width: 100%;
    display: flex;
    line-height: 1.5;
    justify-content: space-between;
  }
  
  p.shw-total-money-label,
  .shw-total-money,
  .discount-real-time {
    font-size: 18px;
    color: #4d4d4d;
    text-align: left;
    font-weight: 400;
  }
  
  .shw-notice-field {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    color: grey;
  }
  
  .shw-cart-btn-submit {
    width: 100%;
    background-color: #e53c4a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
  }
  
  .shw-link.policy {
    display: block;
    width: 100% !important;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .shw-field-child-container {
    width: 65%;
  }
  
  span#mp-membership-event {
    color: #e53c4a;
    font-size: 14px;
    display: block;
    font-weight: 700;
  }
  
  /* Sơ đồ */
  #tang-1 .shw-map-inner-container {
    border: 2px solid #626262;
    width: 2248px;
    display: flex;
  }
  
  #tang-1 .shw-items-container {
    width: 100%;
    position: relative;
    padding: 25px;
    padding-top: 65px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    box-sizing: border-box;
  }
  
  #tang-1 .shw-items-container .shw-items-row {
    height: 100%;
    padding: 0.81px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: -120px;
    flex-direction: row;
    justify-content: center;
    /* border-bottom: 1px solid #ddd; */
    border-radius: 50%;
    height: 175px;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row .shw-item {
    display: flex;
    height: 40px;
    justify-items: center;
    align-content: center;
    width: 40px;
    margin: 2px;
    /* border-radius: 3px; */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row:nth-child(3) {
    margin-top: -120px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row .shw-item {
    /* padding: 1rem;
    -webkit-mask-image: url(images/ghe-v4.png);
    mask-image: url(images/ghe-v4.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    mask: url(images/ghe-v4.png);
    -webkit-mask-size: cover;
    mask-size: cover; */
    background-color: rgb(34 13 4 / 23%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 10px 10px 0px 0px; */
    height: 45px;
    width: 50px;
    box-shadow: 1px 1px 6px #565656;
    font-weight: bold;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row .shw-item {
    margin-right: 5px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-H {
    margin-top: 0px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2AA {
    margin-top: 0px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2I {
    margin-bottom: 50px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-H .shw-item[data-vitri="H15"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-I .shw-item[data-vitri="I13"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-K .shw-item[data-vitri="K13"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-L .shw-item[data-vitri="L11"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-M .shw-item[data-vitri="M11"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-N .shw-item[data-vitri="N9"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-P .shw-item[data-vitri="P9"] {
    margin-right: 75px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-Q .shw-item[data-vitri="Q7"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-R .shw-item[data-vitri="R7"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-S .shw-item[data-vitri="S7"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-T .shw-item[data-vitri="T5"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-U .shw-item[data-vitri="U3"] {
    margin-right: 45px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-H .shw-item[data-vitri="H16"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-I .shw-item[data-vitri="I14"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-K .shw-item[data-vitri="K14"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-L .shw-item[data-vitri="L12"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-M .shw-item[data-vitri="M12"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-N .shw-item[data-vitri="N10"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-P .shw-item[data-vitri="P10"] {
    margin-left: 75px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-Q .shw-item[data-vitri="Q8"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-R .shw-item[data-vitri="R8"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-S .shw-item[data-vitri="S8"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-T .shw-item[data-vitri="T6"],
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-U .shw-item[data-vitri="U4"] {
    margin-left: 45px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-R .shw-item[data-vitri="R21"] {
    margin-right: 155px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-S .shw-item[data-vitri="S21"] {
    margin-right: 160px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-T .shw-item[data-vitri="T19"] {
    margin-right: 150px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-U .shw-item[data-vitri="U7"] {
    margin-right: 420px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-R .shw-item[data-vitri="R22"] {
    margin-left: 135px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-S .shw-item[data-vitri="S22"] {
    margin-left: 130px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-T .shw-item[data-vitri="T20"] {
    margin-left: 140px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-U .shw-item[data-vitri="U8"] {
    margin-left: 440px;
  }
  
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2AA .shw-item[data-vitri="2AA9"] {
    margin-right: 525px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2BB .shw-item[data-vitri="2BB11"] {
    margin-right: 525px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2CC .shw-item[data-vitri="2CC11"] {
    margin-right: 525px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2AA .shw-item[data-vitri="2AA10"] {
    margin-left: 525px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2BB .shw-item[data-vitri="2BB12"] {
    margin-left: 525px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2CC .shw-item[data-vitri="2CC12"] {
    margin-left: 525px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2G .shw-item[data-vitri="2G11"] {
    margin-right: 495px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2H .shw-item[data-vitri="2H9"] {
    margin-right: 495px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2I .shw-item[data-vitri="2I5"] {
    margin-right: 495px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2G .shw-item[data-vitri="2G12"] {
    margin-left: 495px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2H .shw-item[data-vitri="2H10"] {
    margin-left: 495px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-2I .shw-item[data-vitri="2I6"] {
    margin-left: 495px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-LG.left {
    z-index: 200;
    position: absolute;
    left: -75px;
    top: 980px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: fit-content;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-LG.right {
    z-index: 200;
    position: absolute;
    right: -100px;
    top: 980px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: fit-content;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row.day-LG.right .shw-label {
    margin: 0;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row .shw-label {
    position: relative;
    display: flex;
    width: 50px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row .shw-label.left {
    margin-right: 30px;
  }
  
  #tang-1 .shw-items-container .shw-items-row .shw-item-row .shw-label.right {
    margin-left: 30px;
  }
  
  
  .shw-label-note {
    font-size: 2rem;
    font-weight: bold;
    display: inline;
    width: fit-content;
    position: absolute;
    background: #817d7d;
    color: #fff;
    padding: 5px 30px;
  }
  
  .shw-label-note.san-khau {
    top: -110px;
    right: 45%;
  }
  
  .shw-label-note.cua-4 {
    right: 0;
    bottom: -100px;
  }
  
  .shw-label-note.cua-3 {
    left: 0;
    bottom: -100px;
  }
  
  .shw-label-note.cua-2 {
    right: 440px;
    bottom: -80px;
  }
  
  .shw-label-note.cua-1 {
    left: 440px;
    bottom: -80px;
  }
  
  .shw-label-note.khan-phong-1 {
    left: 40%;
    color: #000;
    background: unset;
    font-size: 3.2rem;
    bottom: -40px;
  }
  
  .shw-label-note.cua-7 {
    left: -200px;
    top: 90px;
  }
  
  .shw-label-note.cua-8 {
    right: -200px;
    top: 90px;
  }
  
  .shw-label-note.cua-6 {
    right: 440px;
    bottom: -80px;
  }
  
  .shw-label-note.cua-5 {
    left: 440px;
    bottom: -80px;
  }
  
  .shw-label-note.khan-phong-2 {
    left: 40%;
    color: #000;
    background: unset;
    font-size: 3.2rem;
    bottom: -40px;
  }
  
  /* Thêm thông tin vận chuyển */
  .van-chuyen {
    margin-top: 20px;
  }
  
  .transport,
  .transport-vy-td,
  .room {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .transport>input[type="radio"],
  .transport-vy-td>input[type="radio"],
  .room>input[type="radio"] {
    display: none;
  }
  
  .transport>label:not([class="shw-label"]),
  .transport-vy-td>label:not([class="shw-label"]),
  .room>label:not([class="shw-label"]) {
    display: flex;
    margin: 10px 10px 10px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    color: #333;
    cursor: pointer;
    min-width: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .transport>input[type="radio"]:checked+label,
  .transport-vy-td>input[type="radio"]:checked+label,
  .room>input[type="radio"]:checked+label {
    background: #1222aa;
    color: #fff;
  }
  
  .transport>input[type="radio"]:checked+label:after,
  .transport-vy-td>input[type="radio"]:checked+label:after,
  .room>input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10%;
    right: 5px;
    width: 7px;
    height: 12px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -7px;
    margin-left: -3px;
  }
  
  .transport .shw-label,
  .transport-vy-td .shw-label,
  .room .shw-label {
    width: 100%;
  }
  
  .transport>input[type="radio"][value="yes"]:checked~.transport-vehicle,
  .transport-vy-td>input[type="radio"][value="yes"]:checked~.transport-vy-td-vehicle {
    display: block;
  }
  
  .transport .transport-vehicle,
  .transport-vy-td .transport-vy-td-vehicle {
    width: 100%;
  }
  
  .transport>input[type="radio"][value="no"]:checked~.transport-vehicle,
  .transport-vy-td>input[type="radio"][value="no"]:checked~.transport-vy-td-vehicle {
    display: none;
  }
  
  .shw-input-error {
    display: none;
    color: red;
  }
  
  .was-validated .shw-input-error {
    display: inline;
  }
  
  @media (max-width: 767px) {
    .shw-cart-footer {
      margin-top: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      z-index: 99;
      position: fixed;
    }
  
    #button-contact-vr {
      bottom: 70px !important;
    }
  
    .shw-cart-footer .shw-cart-total {
      order: 2;
      width: 70%;
      background-color: rgb(233, 233, 233);
      padding: 0 20px 0 20px;
      box-shadow: 0 2px 55px rgba(168, 182, 218, 0.32);
  
      display: flex;
      text-align: left;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
    }
  
    .shw-cart-footer .shw-total-money-label,
    .shw-cart-footer .shw-total-money,
    .shw-cart-footer .discount-real-time {
      color: rgb(29, 27, 27);
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0;
    }
  
    .shw-cart-footer .shw-cart-btn.shw-cart-btn-submit {
      order: 3;
      width: 30%;
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      height: 70px;
      line-height: 70px;
      text-align: center;
      padding: 0 30px;
      position: relative;
      z-index: 1;
      background: #dd5170;
      overflow: hidden;
      box-shadow: 0 2px 55px rgba(168, 182, 218, 0.32);
    }
  
    .shw-cart-footer .confirm-policy {
      order: 1;
      width: 100%;
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: nowrap;
      margin-right: 10px;
      text-align: right;
    }
  
    .shw-cart-footer .confirm-policy .notice-lable.shw-confirm-label {
      min-width: max-content;
    }
  }
  
  .shw-slide-wrapper .shw-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  
  .shw-slide-wrapper .shw-type-item {
    background: url(https://ticket-riverflowinyou.bndvietnam.vn/assets/img/Ticket.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 25rem;
  }
  
  .shw-slide-wrapper .shw-circle {
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  
  .shw-slide-wrapper .shw-desc {
    font-size: 0.8rem;
    color: #5c5c5c;
    margin-top: 0.5rem;
    text-align: center;
  }
  
  .shw-slide-wrapper .shw-price {
    font-weight: bold;
  }
  
  .shw-slide-wrapper .shw-sub {
    color: #198754 !important;
  }
  
  .shw-slide-wrapper .shw-decs {
    color: #6c757d !important;
    font-weight: bold;
  }
  
  .shw-slide-wrapper .slick-dots {
    text-align: center;
  }
  
  .shw-apply-coupon-btn {
  
    margin: 0;
    padding: 0;
    margin-top: 10px !important;
  }
  
  #shw-confirm-policy {
    margin: 0;
  }